/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://nimrodflores.com/
 Description:  GeneratePress Child Theme
 Author:       Nimrod Flores
 Author URI:   http://nimrodflores.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         generatepress, responsive, lightweight
 Text Domain:  generatepress-child
*/

.inside-header {
	padding: 10px 40px 5px 40px;
}

.main-navigation, .main-navigation ul ul {
	background-color: #ffffff; 
}

.main-navigation .main-nav ul .current-menu-item > a,
.main-navigation .main-nav ul .current-menu-parent > a,
.main-navigation .main-nav ul .current-menu-ancestor > a {
	color: #888888;
	background-color: #ffffff;
}
.main-navigation .main-nav ul li a,
.main-navigation .main-nav ul ul li a,
.menu-toggle {
	color: #333333;
}

/* header logo */
@media (max-width: 768px) {
	.fluid-header .inside-header, .menu-toggle {
		text-align: left;
	}
}
@media (max-width: 440px) {
	img.header-image {
		display: none;
	}
	img.header-image-short {
		display: block;
	}
}
@media (min-width: 441px) {
	img.header-image-short {
		display: none;
	}
}
/* end header logo */


article .inside-article .entry-header .entry-meta {
	margin-bottom: 15px;
}

div.inside-article .entry-content {
	margin-top: 1em;
}
div.inside-article .entry-header .page-header-image-single {
	margin-bottom: 1em;
}


.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content {
	padding: 20px !important;
}


#primary #main .post .post-image {
	margin-bottom: -6px;
}

h1.entry-title {
	font-weight: bold;
	font-size: 25px;
}
h2.entry-title {
	font-weight: bold;
	font-size: 22px;
}

hr.title-line {
	margin: 5px 0 15px 0;
}

.post .page-header-image-single,
.post .post-image {
	height: auto;
	max-height: 280px;
	margin-top: 0 !important;
	overflow: hidden;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
article.post.hentry {
	margin-bottom:30px;
}

/* Hide meta links */
footer.entry-meta span.tags-links,
footer.entry-meta span.comments-link {
	display: none;
}



/* responsive video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 25px;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END: responsive video */



/* sidebar widget padding for banner ad and others */
	aside#text-2 {
		padding: 0;
		padding-top:10px;
	}
	aside#text-2 .textwidget {
		margin: auto;
		width: 100%;
		max-width: 300px;
		margin-top: auto;
		height: auto;
		max-height: 260px;
	}
	a#bannerad, img.sidebarbanner {
		width:100%;
		max-width: 300px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	/* listfusion sidebar optin form and popular posts widget: */
	aside#lfsidebaroptinad-2, aside#pptwj-2 {
		padding: 0 !important;
	}
	/* popular posts tab widget: */
	aside#pptwj-2{
		background-color: transparent;
	}
/* END: sidebar widget padding */