/*
 Theme Name: elth
 Theme URI:
 Description:
 Author:  
 Author URI:
 Template: elth-main
 Text Domain:
*/

@import url("../elth-main/style.css");

/* = Theme customization your go here
-------------------------------------------------------------- */

/* ===== HEADER ===== */
/* Logo Mobile Fix */
.header-style-header-3 #header .inner-header .container {
    display: inherit !important;
}

/* ===== FONT CHANGES ===== */
/* Post Titles */
.header-standard .post-title{
    color: #515151;
    font-size: 40px;
    
}







    .grid-post-box-meta {
        margin: 8px 0 0;
        font-size: 13px;
    }

/* Widgets */
.widget ul li a {
    font-size: 14px !important;
    line-height: 0.8;
}

/* Archives */
.archive-box span, .archive-box h1 {
    font-size: 40px;
}


/* ===== HOMEPAGE ===== */
.item-content {
	display: none;
}

.penci-grid li .item > .thumbnail, 
.penci-masonry .item-masonry > .thumbnail {
    margin-bottom: 10px;
}

.penci-grid > li {
    margin-bottom: 40px;
}


/* ===== SIDEBAR ===== */
.penci-sidebar-content .widget-title {
    margin-bottom: 15px;
}

.penci-sidebar-content .widget {
    margin-bottom: 40px;
}

.mag-sidebar {
    padding: 20px;
    border: 1px solid #fc5b7f;
    background: #f2f2f2;
}

.mag-sidebar img {
    width: 100%;
}

aside#adplugg-2 .adplugg-ad:first-child {
    margin-bottom: 12px;
}


/* ===== MOBILE FIX ===== 
@media only screen and (max-width: 767px) {

	.container.penci_sidebar .penci-grid > li {
	    width: 48.05% !important;
	    margin-right: 3.9% !important;
	}

	.container.penci_sidebar .penci-grid li:nth-of-type(2n+2), 
	.penci-grid li.grid-2-style:nth-of-type(2n+2) {
	    margin-right: 0 !important;
	    clear: none;
	}

	#header .inner-header .container {
	    padding: 15px 0 !important;
	}
		.container.has-banner .header-banner {
		    margin-top: 15px;
		}
		#logo img {
		    width: 300px;
		}

	#navigation {
    	height: 40px;
	}
		#navigation .button-menu-mobile {
			line-height: 38px;
			font-size: 20px;
		}
		#top-search > a {
		    height: 40px;
		    line-height: 37px;
		}
		.show-search #searchform input.search-input {
    		padding: 0px 35px 22px 0;
		}
			.show-search #searchform input.search-input {
    			padding: 0px 35px 19px 0;
    		}.show-search a.close-search {
			    line-height: 38px;
			}

	.penci-top-bar {
	    padding-bottom: 12px;
	}
		.penci-topbar-social {
		    display: none;
		}
}*/

/* ===== FOOTER ===== */
.footer-widget-wrapper {
    width: 100% !important;
    margin: 0;
    float: none;
    text-align: center;
}

	#wpcf7-f30351-o1 form span > input,
	#wpcf7-f30351-o2 form span > input {
	    margin: 0 auto;
	    margin-bottom: 10px;
	}

.footer-disclaimer {
    text-align: center;
}

/* ===== #EIGHT-TO-ZERO ===== */
.responsive-tabs .responsive-tabs__list__item strong {
	color: #fc5b7f;
}

.responsive-tabs .responsive-tabs__list__item--active strong {
    color: #fff;
}

.responsive-tabs .responsive-tabs__list__item--active {
    background: #fc5b7f !important;
}

.responsive-tabs .responsive-tabs__list__item--active:hover {
    color: #fc5b7f !important;
    background: #fff !important;
}