/*
Theme Name: Kicker Child
Template: kicker
Theme URI: http://kicker.axiomthemes.com/
Description: Kicker is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: http://axiomthemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.single-post .post_header_wrap.portrait {
    display: flex;
    align-items: center;
    width: var(--theme-var-page);
    margin-left: calc( var(--theme-var-page) / -2 + 50%);
}
.single-post .post_header_wrap.portrait .post_featured {
	width: 50%;
    left: auto;
    margin-bottom: 0;
}
.single-post .post_header_wrap.portrait .post_header {
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
}
.home .sc_recent_news_wrap .widget_recent_news .post_meta .post_meta_item.post_meta_comments,
.home .sc_recent_news_wrap .widget_recent_news .post_meta .post_meta_item.post_date::after {
    display: none;
}
.single-post header .sc_layouts_meta .post_meta_item.post_share {
	padding: 12px 33px 12px 47px;
    margin-left: 16px;
}
@media (max-width: 767px) {
	.single-post .post_header_wrap.portrait {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .single-post .post_header_wrap.portrait .post_featured {
        left: 0;
        width: 100%;
        margin-bottom: 2em;
    }
    .single-post .post_header_wrap.portrait .post_header {
        width: 100%;
    	padding: 0;
    }
    .single-post header .sc_layouts_meta .post_meta_item.post_share {
        margin-left: 0;
    	padding: 0;
    }
}
iframe:not([id^="google_ads_iframe"])
{
  max-width: 100%;
  min-height: 100px;
  vertical-align: top; 
}
.adthrive-sticky.adthrive-footer iframe {
     min-height: unset;
}

.post_header_wrap .post_featured.with_thumb[data-caption]:after {
    content: none !important;
    display: none !important;
}