/*
Theme Name:     Twenty Fifteen Child Theme
Theme URI:
Description:    Twentyfifteen child theme.
Author:         Ruslan Khusnetdinov
Author URI:
Template:       twentyfifteen
Version:        0.1.0
*/

@import url("../twentyfifteen/style.css");

body {
  background-color: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

body, button, input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.site-title {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1,
.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2,
.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3,
.entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4,
.entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5,
.entry-content h6, .entry-summary h6, .page-content h6, .comment-content h6 {
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1,
.entry-title,
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	margin-top: 0;
	font-size: 2.8rem;
}

h2,
.site-title,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 2rem;
}

h3,
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 1.8rem;
}

h4,
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
	font-size: 1.6rem;
}

h5,
.entry-content h5,
.entry-summary h5,
.page-content h5,
.comment-content h5 {
	font-size: 1.4rem;
}

h6,
.entry-content h6,
.entry-summary h6,
.page-content h6,
.comment-content h6 {
	font-size: 1.2rem;
}

a {
	color: inherit;
}

a:focus {
	outline: none;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a,
.entry-footer a {
	color: inherit;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.pingback .comment-body > a:hover,
.entry-footer a:hover {
	border-bottom: 1px solid rgba(51, 51, 51, 1);
}

.secondary.toggled-on {
	box-shadow: none;
	border: none;
	margin: 0;
}

.site-header,
.secondary,
.entry-header,
.entry-content, .entry-summary {
	padding: 0 10%;
}

.secondary,
.site-header {
	padding-top: 5%;
	padding-bottom: 5%;
}

.secondary.toggled-on {
	border-top: none;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.secondary > *:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 59.6875em) {
	.site-header,
	.secondary {
		padding: 5% 20%;
	}

	.site-header {
		margin: 10% 0 0;
	}

	.secondary.toggled-on {
		border-bottom: none;
	}
}

.entry-content, .entry-summary {
	padding-bottom: 10%;
}

.site-title {
	max-width: 150px;
}

.main-navigation {
	font-size: 1.4rem;
	margin: 0;
}

.main-navigation ul,
.main-navigation li {
	border: none;
}

.secondary-toggle,
.dropdown-toggle {
	width: 1.5em;
	height: 1.5em;
}

.secondary-toggle,
.secondary-toggle:hover,
.secondary-toggle:focus,
.dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	outline: none;
	background: none;
	border: none;
}

.secondary-toggle:before,
.secondary-toggle.toggled-on:before,
.dropdown-toggle::after {
	color: inherit;
	font-size: 2.4rem;
	width: 100%;
	height: 100%;
	line-height: 100%;
}

.secondary-toggle:hover:before,
.secondary-toggle.toggled-on:hover:before,
.dropdown-toggle:hover::after {
	color: rgba(51, 51, 51, 0.7);
}

.secondary-toggle.toggled-on:before {
	position: absolute;
	font-size: 3.2rem;
	width: 3.2rem;
	height: 3.2rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*
.page-header,
.page-content,
.page-summary,
.page-footer,
.entry-header,
.entry-content,
.entry-summary,
.entry-footer {
	max-width: 720px;
}*/

.site-main {
	padding: 7.6923% 0;
}

@media screen and (min-width: 59.6875em) {
	body:before {
		width: 25%;
	}

	.sidebar {
		width: 25%;
	}

	.site-content {
		margin-left: 25%;
		width: 75%;
	}
}

.page-header,
.page-content,
.hentry {
	margin: 0 1px;
	padding: 0;
	box-shadow: none;
	border: none;
}

.page-header,
.page-content {
	padding: 0 7.6923%;
}

.page-title {
	margin-left: 0;
}

@media screen and (min-width: 38.75em) {
  .page-header,
	.page-content {
		 padding: 0 9.0909%;
	}
}

@media screen and (min-width: 59.6875em) {
  .page-header,
	.page-content {
		 padding: 0 10%;
	}
}

blockquote {
	font-size: 1.8rem;
	line-height: 1.5;
	padding-left: 0;
	margin-left: 0;
	border: none;
}

p,
ul, ol,
blockquote p {
	margin-bottom: 1em;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: none;
	color: inherit;
}

.secondary-toggle.toggled-on:before {
	background-color: #fff;
}

.entry-footer {
	background: none;
}

.edit-link {
	display: none;
}

.site-footer {
	display: none;
}

.gallery {
	margin: 0 -1.79104477%;
}


/* Carousel */
.jp-carousel-image-meta,
.jp-carousel-left-column-wrapper {
	display: none;
}

.jp-carousel-overlay {
	background: #fff !important;
	max-height: 100%;
}

.jp-carousel-fadeaway {
	display: none;
}

.jp-carousel-close-hint span {
	background-color: #fff !important;
}

.gallery-caption,
.jp-carousel-close-hint:hover {
	color: inherit !important;
}

.jp-carousel-info {
	color: inherit;
}

.jp-carousel-transitions .jp-carousel-photo-info {
	transition: initial !important;
}

.jp-carousel-slide img {
	box-shadow: none !important;
}

.site-info, .wp-caption-text, .gallery-caption, .entry-caption,
.jp-carousel-info {
	font-size: 1.2rem !important;
}

.jp-carousel-info h2 {
	color: inherit !important;
	font: normal 1.2rem/1.25em Helvetica, Arial, sans-serif;
	font-size: 1.2rem !important;
	-webkit-font-smoothing: antialiased !important;
}

.widget {
	padding: 0;
}

.widget_mslswidget {
	padding-top: 1em;
	font-size: 100%;
}

.widget_mslswidget a {
    display: block;
    padding: 0.8em 0;
    position: relative;
    text-decoration: none;
}

@media screen and (min-width: 46.25em) {
	.widget_mslswidget a {
		padding: 1em 0;
	}
}

@media screen and (min-width: 55em) {
	.widget_mslswidget a {
		padding: 0.75em 0;
	}
}

@media screen and (min-width: 59.6875em) {
	.widget_mslswidget a {
		padding: 0.5em 0;
	}
}

@media screen and (min-width: 68.75em) {
	.widget_mslswidget a {
		padding: 0.4643em 0;
	}
}

@media screen and (min-width: 77.5em) {
	.widget_mslswidget a {
		padding: 0.5em 0;
	}
}



