/*
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;
}