/*
Theme Name: Twenty Sixteen Child
Theme URI: http://kleontev.ru
Description: Child theme for the Twenty Sixteen theme
Author: Konstantin Leontev
Author URI: http://kleontev.ru
Template: twentysixteen
Version: 0.1.0
*/

/* decrease white line above header */
#masthead {
padding-top: 0px !important;
padding-bottom: 2.5rem;
}

/* widget */
.widget {
    margin-bottom: 1.307692308em;
   /* width: 336px; */
}

/* title appearance */
.entry-title {
	font-size: 2.0em;
	/* font-family: Tahoma, Geneva, sans-serif; */
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
}

/* article appearance */
.site-main > article {
		margin-bottom: 4.0em; /* gap between posts */
	}

/* post text block */	
p {
	margin: 0 0 0.75em;
}

/* H2, H3, H4 in post text */
.entry-content h2, .entry-summary h3, .comment-content h3 {
	font-size: 1.2375em;
}
.entry-content h3, .entry-summary h3, .comment-content h3 {
	font-size: 1.1375em;
}
.entry-content h4, .entry-summary h4, .comment-content h4 {
	font-size: 1.0375em;
	letter-spacing: normal;
	text-transform: none;
}

@media screen and (min-width: 56.875em){

/* **** MAIN MENU start **** */
	
	.primary-menu {
		background-color: #1a1a1a;
	}
	
	.main-navigation a {
		color: #ffffff;
	}
	
	.main-navigation a:hover {
		color: #ffffff !important;
	}
	
	.main-navigation .primary-menu > li {
		border: solid 0.2em #ffffff;
	}
	
	.main-navigation .primary-menu > li:hover {
		background-color: #1e73be;
	}

	.widget {
	font-size: 0.9rem;
	}

	.forum .entry-content, .topic .entry-content {
	  float: left;
	  width: 100% !important;
	}

	.forum .entry-footer, .topic .entry-footer {
	  display: none;
	}

	.forum .content-area, .forum-archive .content-area, .single-topic .content-area {
	  margin-right: 0%;
	  width: 100% !important;
	}
	
	/*styling to move 'Subscribe' to right hand side */
	.single-forum .subscription-toggle  {
    	float:right !important;
	}

/* **** MAIN MENU end **** */

/* **** ENTRY-CONTENT start **** */

/* .entry-content full width */
.single .entry-content {
width: 100% !important;
}

/* width of 1st and 2nd p in single post */
.single .entry-content:not(entry-footer) p:nth-of-type(-n+2) {
width: 71.42% !important;
float: right;
clear: none;
}

/* 100% width of 1st and 2nd p in bbpress forums */
.single .entry-content #bbpress-forums p:nth-of-type(-n+2) {
width: 100% !important;
}

/* clear 3rd p in single post - more link place */
.single .entry-content:not(.entry-footer) p:nth-of-type(3) {
clear: both;
}


/* width of entry-footer on single post page */
.single .entry-footer {
width: 20%;
float: left;
}

/* move banner on single-post page to right */
.single .aligncenter {
    clear: right;
}

/* remove underline from .entry-footer */
.entry-footer a {
box-shadow: none;
}

/* fix margins for images more then 840px wide */
.below-entry-meta {
margin-left: 0% !important;
max-width: 100% !important;
} 

/* **** ENTRY-CONTENT end **** */
}
/* --- END min-width: 56.875em --- */

/* **** ADS START **** */

/* --- START min-width: 78.75em for make ads in the end float left --- */
@media screen and (min-width: 80em){	
	/* set adsense in the end of the posst margins */
	.adslot_end {
		float: left;
	   /* margin: 2.0em 0 0; */
	}

	#apf_post_footer {
		float: right;
		margin-top: -2.5em;
		width: 55%;
		/* padding-top: 2em; */
	}
}
/* --- END min-width: 76.25em --- */

/* --- START 728 and 336 banner after more tag --- */
@media screen and (min-width: 80.0em){	
	/* align 728 banner on large screen */
	.adslot_more_728 {
		margin: auto;
		margin-bottom: 3em;
		padding-top: 1em;
	}
	/* remove 336 banner from large screen */
	.adslot_more_336 {
		display: none !important;
	}
}

@media screen and (max-width: 79.99em){	
	/* remove 728 banner from small screen */
	.adslot_more_728 {
		display: none !important;
	}
	.adslot_more_336 {
		margin: auto;
		margin-bottom: 3em;
		padding-top: 1em;
	}
}
/* --- END 728 and 336 banner after more tag --- */

/* set adsense background to white */
.adsbygoogle {
	background: #ffffff;
}

/* START yandex ads style */
#yandex_rtb_R-A-184114-2 {
	padding-top: 1em;
	margin-top: 1em;
}

/* **** ADS END **** */

/* Gallery */
.gallery {
  margin-bottom: -40px !important;
}

.gallery-item {
  margin-bottom: -5px !important;
}


/* Gallery end */

div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: 1rem;
}

#bbpress-forums li {
    font-size: 1rem !important;
}

/* forum search */
.bbp-search-form {
	padding-bottom: 0.5em;
}
#bbp_search_submit {
	font-weight: normal;
	text-transform: none;
}

/* social links */
#menu-social-menu-1 {
	margin-bottom: 0.6153846154em;
}
	
/* fix text editor width */
body #tinymce {
    max-width: 840px;
}


/* import parent theme styles */
@import url("../twentysixteen/style.css")