/*
Theme Name: Independent Child
Description: Child Theme for Independent Theme
Author: Zozothemes
Version: 1.0
Template: independent
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */
.current-post-parent a {
	background-color: #3273ff;
    padding: 0px 10px !important;
}

/* Remove items from print */
@media print { 
 header, footer, aside, .mobile-header, .mobile-bar, .full-search-wrapper, .addtoany_content, #breadcrumb, .entry-meta, .post-meta, form, .set-bg-img, #mc4wp_form_widget-13, .govco-inside_content { display: none }
	.entry-header {
		display: block !important;
	}
}
/*make Related Articles images all same height*/
.relatedPosts .post-thumb-wrapper{
	 height: 244px;
    display: flex;
    align-items: center;
    background-color: #f7f5f5;
}
/* adjesting pagination in firefox */ 
.post-pagination{
	align-items: center;
	display: flex !important;
	justify-content: center;
}
/* Ad popup close button */
.govco-events_tag_popup .govco-close-button{
	width: 28px !important;
    height: 28px !important;
	font-size: 30px !important;
	line-height: 29px !important;
}
.govco-close-button{
	width: 35px !important;
    height: 35px !important;
	background: #0172ff !important;
	color: #fff !important;
    font-size: 30px;
    padding-top: 10px;
	margin-right: -25px !important;
}

/* Change layout of the mobile */
@media only screen and (max-width:768px) { 
	#abovetheFoldPart {
	    display:flex;
	    flex-direction: column;
	}
	#abovetheFoldPart .wpb_column:nth-child(1) {
	    order:2;
	}
	#abovetheFoldPart .wpb_column:nth-child(2) {
	    order:1;
	}
	#abovetheFoldPart .wpb_column:nth-child(3) {
	    order:3;
	}
}
span.current {
    width: auto !important;
}
.header-inner .main-logo img{
	width: auto;
}


/* On print */
@media print
{    
    .independent-header .header-inner , .logobar, .mobile-header, .mobile-logo, .print-meta
    {
        display: block !important;
    }
	.nav.pull-center  {
		display: inline-block !important;
		opacity: 1 !important;
		width: 100%;
		text-align: center;
	}
	.mobile-header-items.nav.pull-left, .independent-header-ads {
		display: none !important;
	}
	.nav.pull-center.show-opacity {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity ease .35s;
    -moz-transition: opacity ease .35s;
    transition: opacity ease .35s;
}
}

/*Mailchimp Landing Page */
/*Mailchimp Landing Page */
.mailchimpIframe {
	aspect-ratio: 5/3;
}
@media (max-width: 1160px) {
	.mailchimpIframe {
	    aspect-ratio: 8 / 6;
	}
}

@media (max-width: 900px) {
	.mailchimpIframe {
	    aspect-ratio: 8 / 8;
	}
}
@media (max-width: 700px) {
	.mailchimpIframe {
	    aspect-ratio: 4 / 5;
	}
}
@media (max-width: 570px) {
	.mailchimpIframe {
	    aspect-ratio: 2 / 4.5;
	}
}
/*Sign Up Page*/
.page-id-334319 .independent-content-inner .container {
	padding-top: 0
}
.page-id-334319 .independent-content-inner .content-area,
.page-id-334319 .independent-content-inner .content-area p {
	margin-bottom: 0
}
.page-id-334319 .independent-content-inner .mailchimpIframe {
	margin-bottom: -10px;
}