/*Header Menu*/
.site-branding .site-title{ font-size:18px !important; }
.menu-image-title-after.menu-image-title { padding-left: 0px; }
.main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 9px !important;
    padding-right: 9px !important; 
}
/* footer menu  */
/* .widget_nav_menu ul{
    display:inline-flex;
} */
.site-footer-bottom-section-2{
    justify-content: flex-end;
} 
.menu-footer-menu-container #menu-footer-menu{ 
    display:inline-flex;
}
#menu-footer-menu li {
    padding: 0px 10px;
}
/*Page*/
.entry-hero h1{	color:#ffffff; }
body.single .entry-related{
	background-color:#ffffff !important;
}
/* Blog/ Category */
.entry-summary{	display:none; }
.more-link-wrap{ display:none; }
.updated:not(.published){ display:inline-block !important; margin-left: 5px; }
.last-updated {
	font-size: small;
	text-transform: uppercase;
	background-color: #fffdd4;
}
/*Blog sidebar*/
.wp-block-latest-posts__featured-image.alignleft {	margin-right: 0.8em; }
.wp-block-latest-posts.wp-block-latest-posts__list li{
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;	
}
/* .post-archive-hero-section .hero-section-overlay {
	background: rgba(34, 34, 34, 0.61) !important;
} */
/* Contact Us Form */
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.footer-widget-area-inner .column-full, 
.footer-widget-area-inner .column-half{
	padding:.65rem 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
    max-height: 100px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.footer-widget-area-inner .wpcf7-submit{
	float: left;
	/* background: #CA0002; */
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
.site-footer .site-bottom-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){
	
	color:#fff !important;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{ width: 50%;	}
}
@media only screen and (min-width:764px) and (max-width:1024px){
	/*Home*/
	.elementor-1696 .elementor-element.elementor-element-1b3c1cf .elementor-background-slideshow__slide__image {
		background-size: 845px !important;
		background-position: center !important;
	}
	/*sidebar*/
	.wp-block-latest-posts.wp-block-latest-posts__list li {	 justify-content: flex-start;	}
	/*Blog post*/
	.content-area{ margin-top:0rem !important; }

}
@media only screen and (min-width:640px) and (max-width:763px){
	
	/*sidebar*/
	.wp-block-latest-posts.wp-block-latest-posts__list li {	 justify-content: flex-start;	}
	/*Blog post*/
	.content-area{ margin-top:0rem !important; }
}
@media only screen and (min-width:480px) and (max-width:640px){
	/*Blog post*/
	.content-area{ margin-top:0rem !important; }
}
@media only screen and (min-width:319px) and (max-width:480px){
	/*Home*/
	.elementor-1696 .elementor-element.elementor-element-1b3c1cf .elementor-background-slideshow__slide__image {
		background-size: cover !important;
		background-position:left center !important;
	}
	/*Banner*/
	/*.elementor-1696 .elementor-element.elementor-element-547a792 > .elementor-container { 
		min-height: 315px !important;
	}*/
	.pec-banner{
		background-image:none !important; 
	}
	/*sidebar*/
	.wp-block-latest-posts.wp-block-latest-posts__list li {	 justify-content: flex-start; align-items: flex-start;	}
	/*Blog post*/
	.content-area{ margin-top:0rem !important; }

}
