/*
	Theme Name: The Issue Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: theissue
	Text Domain: theissue
	Domain Path: /inc/languages
*/




/* ======================================================================================
 * 	GENERAL STYLES
 * ======================================================================================
*/

/* -- Buttons 			---------------------------------------------------*/
/* ------------------------------------------------------------------------*/
.btn {
	font-size: 11px !important;
	text-transform: uppercase;
	padding: 6px 30px !important;
	max-width: 100% !important;
    font-weight: normal;
    height: auto !important;
	background-color: #292F33 !important;
	line-height: 30px !important;
}
.btn:hover {
	background-color: #141823 !important;
}

.WObutton1 a {
	font-size: 11px !important;
	font-family: PT Sans Caption, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
	text-transform: uppercase;
	padding: 6px 30px !important;
	max-width: 100% !important;
    font-weight: normal;
    height: auto !important;
	background-color: #292F33 !important;
	-webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
	line-height: 30px !important;
}
.WObutton1 a:hover { 
	background-color: #141823 !important;
}
/* -- Search button		-------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
.thb-search-btn a {
	color: #ffffff !important;
}

/* -- Main post slider 	-------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
.thb-post-carousel.thb-post-carousel-style5 .slick-list .post.style12.featured-style {
    max-height: 520px !important;
}

/* -- Recaptcha	 		-------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
.grecaptcha-badge {
    display: none !important;
}

/* 
 * ======================================================================================
 * 	HEADER
 * ======================================================================================
*/
/* -- Menu links 										-------------------------------*/
/* ------------------------------------------------------------------------*/
.thb-full-menu.thb-underline>li.current-menu-item>a {
    color: #32CD32 !important;
}

/* -- Hide hamburger menu from large screens 			-------------------------------*/
/* ------------------------------------------------------------------------*/
.header .header-menu-row .mobile-toggle-holder {
    display: none;
    order: 10;
}
.fixed-logo-holder .mobile-toggle-holder .mobile-toggle {
	display: none;
}

.header-menu-row .thb-navbar .full-menu {
    position: inherit !important;
    top: auto !important;
    left: auto !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    order: 2;
    width: 88%;
    max-width: calc(100% - 135px);
}

.header-menu-row .thb-navbar .secondary-area {
    order: 5;
    width: 12%;
    min-width: 135px;
}

/* -- Black Header Menu 			-------------------------------*/
/* ------------------------------------------------------------------------*/
/* .header .header-menu-row {
	background: #292f33;
} 
.header-menu-row  .thb-full-menu>li> a {
    color: #ffffff !important;
}*/
.thb-trending-holder .thb-trending-icon path, .thb-search-holder .thb-search-icon path {
	fill: #ffffff;
} 

.header.style1 .thb-navbar {
    border-bottom: 0px solid #e9e9e9 !important;
}
.fixed-header-full-width-on .thb-full-menu>li> a {
    color: #141823 !important;
}

/* -- Follow widget customization 			-------------------------------*/
/* ------------------------------------------------------------------------*/
.secondary-area .thb-follow-holder .sub-menu .subscribe_part .thb-newsletter-form h4 {
	color: #ffffff;
}
.secondary-area .thb-follow-holder .sub-menu .subscribe_part .thb-newsletter-form p {
	color: #e5e5e5;
}
.secondary-area .thb-follow-holder .thb-custom-checkbox label {
	color: #e5e5e5;
}
/*---- Form ----*/
.secondary-area .thb-follow-holder .sub-menu .subscribe_part .thb-newsletter-form .newsletter-form .widget_subscribe {
	    border-bottom: 1px solid #e5e5e5;
}
.secondary-area .thb-follow-holder .sub-menu .subscribe_part .thb-newsletter-form .newsletter-form .btn {
	color: #ffffff;
}

/* -- Trends widget customization 			-------------------------------*/
/* ------------------------------------------------------------------------*/
.secondary-area .thb-trending-holder .thb-full-menu li.menu-item-has-children:hover>a svg path {
	fill: #32cd32 !important;
}

.secondary-area .thb-trending-holder .thb-full-menu li.menu-item-has-children .sub-menu .thb-trending .thb-trending-tabs a {
	color: #a0a0a0 !important;
    background-color: #ffffff !important;
}
.secondary-area .thb-trending-holder .thb-full-menu li.menu-item-has-children .sub-menu .thb-trending .thb-trending-tabs a+a {
    border-left: 1px solid #292f33;
}
.thb-full-menu .sub-menu {
    border-color: #292f33;
}
.secondary-area .thb-trending-holder .thb-full-menu li.menu-item-has-children .sub-menu .thb-trending .thb-trending-tabs a.active {
	background-color: #292f33 !important;
	color: #ffffff !important;
}
.secondary-area .thb-trending-holder .thb-full-menu li.menu-item-has-children .sub-menu a {
	color: #ffffff !important;
}
.secondary-area .thb-trending-holder .thb-full-menu li.menu-item-has-children .sub-menu a:hover {
	color: #e5e5e5 !important;
}

/* -- Follow widget customization 			-------------------------------*/
/* ------------------------------------------------------------------------*/
.secondary-area .thb-follow-holder .sub-menu {
    width: 250px !important;
}

/* -- Search widget customization 			-------------------------------*/
/* ------------------------------------------------------------------------*/
.secondary-area .thb-search-icon:hover path {
	fill: #32cd32 !important;
}

/* -- Newsletter signup popup 			-------------------------------*/
/* ------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) {
	#newsletter-popup {
		height: 551px;
	}
}


/* 
 * ======================================================================================
 * 	HOME
 * ======================================================================================
 */
.post .thb-post-bottom ul li {
    color: #12161f;
}
/* -- POSTS grid style			 			-------------------------------*/
/* ------------------------------------------------------------------------*/
/* .thb-post-grid .post .post-gallery > a {
	max-height: 190px;
    overflow: hidden;
} */

/* 
 * ======================================================================================
 * 	ISSUES
 * ======================================================================================
 */
.issue-template-default .thb-article-featured-image {
    display: none;
}
/* -- Hide before content add on issues pages-------------------------------*/
/* ------------------------------------------------------------------------*/
.single-issue .ad_before_content {
    display: none;
}

/* 
 * ======================================================================================
 * 	POSTS
 * ======================================================================================
 */
.article-container .post-content-wrapper {
    width: 100%;
}
.post-detail .thb-post-share-container .post-content-container {
	width: 100% !important;
}
/* -- SOCIAL sharing			 			-------------------------------*/
/* ------------------------------------------------------------------------*/
.thb-social-footer .thb-social-total {
	display: none;
}
.thb-social-footer .thb-social-footer-buttons .social .thb-social-count {
	display: none;
}
/* -- Hide post title in post Gallery		-------------------------------*/
/* ------------------------------------------------------------------------*/
.smart-list-title h5 {
    display: none;
}


/* 
 * ======================================================================================
 * 	CONTACT
 * ======================================================================================
 */
/* -- Sidebar					 			-------------------------------*/
/* ------------------------------------------------------------------------*/
.page .widget.style1 .thb-widget-title, .page .widget.style2 .thb-widget-title {
    border-bottom: 1px solid #797d80;
    padding-bottom: 2px;
}
/* -- Form					 			-------------------------------*/
/* ------------------------------------------------------------------------*/
input[type="submit"], .button, .btn {
	border-radius: 0px;
}
input[type="text"].full, .woocommerce-checkout input[type="text"], .woocommerce-MyAccount-content input[type="text"], input[type="password"].full, .woocommerce-checkout input[type="password"], .woocommerce-MyAccount-content input[type="password"], input[type="date"].full, .woocommerce-checkout input[type="date"], .woocommerce-MyAccount-content input[type="date"], input[type="datetime"].full, .woocommerce-checkout input[type="datetime"], .woocommerce-MyAccount-content input[type="datetime"], input[type="email"].full, .woocommerce-checkout input[type="email"], .woocommerce-MyAccount-content input[type="email"], input[type="number"].full, .woocommerce-checkout input[type="number"], .woocommerce-MyAccount-content input[type="number"], input[type="search"].full, .woocommerce-checkout input[type="search"], .woocommerce-MyAccount-content input[type="search"], input[type="tel"].full, .woocommerce-checkout input[type="tel"], .woocommerce-MyAccount-content input[type="tel"], input[type="time"].full, .woocommerce-checkout input[type="time"], .woocommerce-MyAccount-content input[type="time"], input[type="url"].full, .woocommerce-checkout input[type="url"], .woocommerce-MyAccount-content input[type="url"], textarea.full, .woocommerce-checkout textarea, .woocommerce-MyAccount-content textarea {
	border-radius: 0px;
}
select.wpcf7-form-control.wpcf7-select {
    border-radius: 0px;
}

/* 
 * ======================================================================================
 * 	FOOTER
 * ======================================================================================
 */

 /* -- Footer Menu			-------------------------------*/
.subfooter .thb-full-menu>li>a:not(.logolink) {
    min-height: 30px;
}
.subfooter .row.align-middle {
    padding-top: 10px;
}
/* -- Social Icons				 			-------------------------------*/
/* ------------------------------------------------------------------------*/
.thb-social-links-container.mono-icons .thb-social-link:hover .thb-social-label-container, .thb-social-links-container.mono-icons .thb-social-link:hover .thb-social-icon-container {
    color: #32cd32 !important;
}

 /* -- Scroll to Top			-------------------------------*/
#scroll_to_top.active {
	color: #32CD32 !important;
}