/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/** News ARCHIEVE CSS **/
/* FILTERS */
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top:6px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear,.select2-container--default .select2-selection--multiple .select2-selection__clear{
	color:#203f5b;
}
button.select2-selection__clear {
    margin-top: -0.4rem;
}
span.select2-selection.select2-selection--single{
    padding: 6px 8px !important;
    height: unset !important;
}
textarea.select2-search__field {
	height:30px !important;
	padding-top:5px !important;
}
form#press_filter,form#news_filter,select#news_sort{display:inline-block;}
form#news_filter select,form#press_filter select {
    display: inline-block;
    width: 28%;
}
form#news_filter, form#press_filter{width:79%;}
select#news_sort {
    width: 20%;
}
ul#select2-news_cats-container {
    display: block !important;
    max-width: 1000px !important;
	min-width:1000px;
	width:100%;
    overflow-x: auto !important;
	overflow-y:hidden;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{display:none;}
span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    overflow-x: auto;
	  overflow-y:hidden;
}
/* END */
/* PAGINATION */
ul.pagination{padding-left:0;}
ul.pagination li {
    list-style-type: none;
    display: inline-block;
    background: #203f5b;
    padding: 5px 15px;
    color: #fff;
	border-radius:5px;
}
ul.pagination li a,ul.pagination li span{
	color:#fff;
}
span.page-numbers.current{
	color:#A5A08F;
	font-weight:bold;
}
/* END */
.news_heading{
	text-align: center;
	margin-left: 12rem;
	margin-top:4rem;
	margin-bottom:2rem;
	font-family:Montserrat;
    text-transform: uppercase;
    color:#143F5E;
    font-size:42px;
}
.press_heading{
	text-align: center;
	margin-top:4rem;
	margin-bottom:2rem;
	font-family:Montserrat;
	text-transform: uppercase;
	color:#143F5E;
	font-size:42px;
}
.sLft {
    max-width: 900px;
    margin: 0 auto;
}
p.pDate.pDate_1 {
    margin-top: 0px !important;
}
p.news_cat {
    display: inline-block;
    margin-right: 1rem;
}
.news_cat a{color:#203f5b !important;}
.box_border {
    padding: 20px 40px;
	    box-shadow: 0px 0px 6px 0px rgba(0 0 0 / 20%);
		}

/* FILTER CSS */
.ui-widget-header{
	border:none !important;
	background:#203f5b !important;
}
.filter_category {
    display: inline-block;
    width: 20%;
	float:left;
	margin-left:4rem;
}

#searchform select{
	width:29.4%;
	display:inline-block;
}
.filter_date {
/*     display: inline-block; */
    width: 80%;
    float: left;
    margin-left: 6.2rem;
}
.filter_sort {
    float: right;
    width: 20%;
    display: inline-block;
    margin-right: -6.5rem;
}
.cat_filter_category,.cat_filter_date {
	float:unset;
}
.cat_filter_category{margin-left:0 !important;}
.cat_filter_date {margin-left:16.5rem;}

.category_filter{margin-left:4.2rem !important;margin-top:3rem;}

.date_filter{margin-left:24.8rem;margin-top:3rem;}


#start_dt,#end_dt {
    width: 40%;
}
#filter_btn{
	background:#203f5b;
	border:none !important;
	outline:none !important;
	color: #fff;
}
.sort_div {
    display: inline-block;
}
/* END CSS */


/* Archieve main divisition */
.lftMargin{
		margin-top:0px;
		margin-bottom:30px;
}
.content_div {
    margin-left: 2rem;
    position: absolute;
    top: 10%;
    right: 0;
}
.videoDiv,.content_div {
    width: 47% !important;
    display: inline-block;
}
.filter_main_div {
    padding-bottom: 2rem !important;
}
/* End Section*/

.mainContent {
    border: 1px solid #E0E0E0;
    margin-top: 2.5rem;
    padding: 30px;
	position:relative;
}

/* Post Date & Author Section */
.pDate{
/* 	margin-top:1.5rem !important; */
	margin-bottom:0rem !important;
}
.pDate a, .auth{
	transition: 1s;
	font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #A5A08F;
	text-transform:uppercase;
}

.pDate a:hover, .auth:hover{color:#1a1a1a;}
/* End Section */

/* Post Heading Section*/
.pHead a,.sHead{
	color:#1a1a1a !important;
	font-weight:600 !important;
	font-family:Montserrat;
	display:inline-block;
	position:relative;
}
/* End Section */

/* Post Content Section */
.pPara p{
	color:#555555;
	font-size:16px;
	line-height:30px;
	font-family:Raleway, sans-serif;
}
/* End Section */

/* Read More Section */
.readLink a{
	color:#1a1a1a;
	font-size:13px;
	line-height:13px;
	letter-spacing:0.5px;
	font-weight:600;
	text-transform: uppercase;
	font-family:Montserrat;
	position: relative;
}

.readLink a:hover{color:#A5A08F;}

.readLink a:after{
	position: absolute;
    content: "";
    background: #c6c3b8;
    bottom: -3px;
    left: -7px;
    width: 20px;
    height: 12px;
    z-index: -1;
	transition: all 0.3s;
}

.readLink a:hover:after {
  width: 116%;
}
/* End Section */

/** END SECTION **/

/** SINGLE NEWS TEMPLATE **/

/* Main Division */
.lftMargin1 {
    margin-left: 16.5rem;
	  margin-top:100px;
/* 	  margin-bottom:100px; */
}
/* End Section */

/* Single Post Video Section */
.sVideo iframe {
  width: 100%;
	height:416px;
}
/* End Section */

/* Single Post Heading Section */
.sHead {
    margin-bottom: 0rem !important;
    margin-top: 3rem !important;
	font-size:36px;
  line-height:50.4px;
}
/* End Section */

/* Comment Section */
form#commentform input[type=submit]:hover{
	background:#fff !important;
	color:#1a1a1a;
	border:1px solid #1a1a1a;
}
h2#reply-title {
    font-family: Montserrat !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin: 0 0 20px !important;
}
/* End Section*/




/* End Section */

/* Related Post Heading Section*/
.rpHead{
	color: #1a1a1a !important;
  font-weight: 400 !important;
  font-family: Montserrat;
	font-size: 36px;
  line-height: 50.4px;
	margin: 2rem 0rem;
}
/* End Section */

/* Dots In Related Posts*/
.dots{
	font-size:26px;
	font-weight: bold;
  color: #1a1a1a;
}
/* End Section */

/* Related Post Video Section */

.posDiv{position:relative;}

.videoDiv1 iframe {
    width: 100%;
    height: 250px;
}
.videoDiv1{
	padding: 19px;
	border: 1px solid #E0E0E0;
}
/* End Section */

/* Category Section of all Posts(archieve,single,related posts)*/
.catDiv p, .catDiv1 p, .catDiv2 p {
	text-transform:uppercase;
	font-family:Montserrat;
	font-size:13px;
	line-height:14.3px;
    font-weight:bold;
}

.catDiv2 p:hover a {
    color: #1a1a1a;
}

.catDiv{
	margin-right:1rem;
	position: absolute;
	right:-1px;
	display: flex;
}
.catDiv p:hover a,
.catDiv1 p a{color:#203f5b;}

.catDiv2 p:hover span a {
    color: #1a1a1a;
}
/* End Section */

/* Single post Image Section*/
.sImg img {
    width: 98.6% !important;
}
/* End section*/

/** END SECTION **/


/* MEDIA QUERIES */

/* Video Width in Large Screens*/
@media (min-width: 1441px){
	.sImg img {
    width: 99.4% !important;
}
	/* Comment Section */
	section#comments {
    margin-top: 10%;
}
	/*End Section */
}
/* End section */
/* Archieve main divisition on Different Views */
@media (min-width: 1400px){
	.lftMargin{
		margin-left:125px;
        width:100%;
	}
}
@media (max-width: 1400px){
	.lftMargin{
		margin-left:150px;
        width:95%;
	}
	.filter_area{
		width:90%;
	}
	form#news_filter, form#press_filter {width: 77%;}
	.rContent h2.pHead{font-size:1.2rem !important;}
}
@media (max-width: 1280px){
	.lftMargin{
		margin-left:200px;
        width:85%;
	}
	.filter_area{
		width:90%;
	}
	form#news_filter, form#press_filter {width: 77%;}
}
/* End Section */
/* @media (min-width: 1200px){
.site-header, body:not([class*=elementor-page-]) .archive-main {
    max-width: 1000px !important;
    width:100%;
}
} */
@media(min-width:967px){
	/* Related Posts Grid Section */
.rContent{
	position:relative;
}
.videoDiv1{
	display: inline-block;
   width: 47%;
}
.videoDiv1:nth-child(2){
    margin-left: 2rem;
	position:absolute;
	top:0;
}

/* End Section */
}

/* Archieve video Section on Different Views */
/* @media (max-width: 2560px) and (min-width:1200px){ */
	.videoDiv iframe{
        width: 100%;
        height: 350px;
	}
/* } */
/* End Section */

/* Single Post video Section 1440 View */
@media (max-width: 1440px) and (min-width:1400px){
	/* Comment Section */
	section#comments {
    margin-top: 6%;
}
	/*End Section */
}
/* End Section */

@media (max-width: 1280px) and (min-width:1201px){
/* Archieve main divisition on 1280 View */
.lftMargin{margin-left:200px;}
.mainContent {
    min-width: 950px !important;
}
.filter_date{margin-left:7.2rem;width: 75%;}
/* End Section */	
	
	/* Archieve Category Section on 1280 View */
	.catDiv1 {
    right: 11%;
}
/* End Section */

}
@media(max-width:1280px){
	span.select2.select2-container.select2-container--default {
		width: 180px !important;
	}
	form#news_filter {
		width: 75%;
	}
	.pHead a, .sHead{font-size:1rem;}
	.pPara p{
		font-size:15px;
		margin-bottom: 0.5rem !important;
	}
}

@media(max-width:1235px){
	span.select2.select2-container.select2-container--default {
		width: 145px !important;
	}
	.mainContent {
		min-width: 100% !important;
	}
	.lftMargin{
		margin-left:170px;
		}
}
@media (max-width: 1200px){
/* Archieve main divisition on 1152 View */
.lftMargin{
	margin-left:100px;
	}
    .archive-main{max-width:800px !important}
	.mainContent {
		min-width: 850px !important;
	}

/* End Section */
		/* Archieve Category Section*/
	.catDiv1 {
    right: -1%;
}
/* End Section */

}
@media (max-width: 1166px){
	.videoDiv, .content_div{
		width: 100% !important;
    	display: block;
	}
	.content_div{position:unset;margin-left:0;}
}
@media (max-width: 1024px){

	/* Archieve main divisition on Ipad Pro View */
.lftMargin{
	margin-left:160px;
	}
	.news_archieve {
    
    grid-template-columns: 1fr!important;
	}
	.mainContent {
		min-width: 720px !important;
	}
    .filter_date {
        width: 70%;
        margin-left: 10.2rem;
    }
    .filter_sort {
        width: 20%;
        margin-right: -5.2rem;
    }
	span.select2.select2-container.select2-container--default {
		width: 28% !important;
		margin-bottom: 1rem;}
		form#news_filter {
			width: 100%;
		}
/* End Section */
	
/* Archieve Category Section*/
	.catDiv1 {
    right: 0%;
}
/* End Section */
	
/* Archieve Post video Section Ipad Pro View */
	.videoDiv iframe{
		width: 100%;
    height: 510px;
	}
/* End Section */	

/* Single Post video Section Ipad Pro View */
	.sVideo iframe{
		width: 98%;
    height: 450px;
	}
/* End Section */
}

@media (max-width: 969px){
/* Archieve Post main Division Section 969 View */
	.lftMargin {
			margin-left: 200px;
	}
	.mainContent {
		min-width: 650px !important;
	}
    .filter_date {
        width: 65%;
        margin-left: 12.2rem;
    }
    .filter_sort {
        width: 17%;
        margin-right: -3.2rem;
    }
	.videoDiv, .content_div{
		width: 100% !important;
    	display: block;
	}
	.content_div{position:unset;margin-left:0;}
/* End Section */
}
@media(max-width:820px){
	.mainContent {
		min-width: 550px !important;
	}
	.lftMargin {
		margin-left: 250px;
	}
}
@media (max-width: 769px){
/* Archieve Post main Division Section Ipad View */
	.lftMargin {
			margin-left: 255px;
	}
	.mainContent {
		min-width: 500px !important;
	}
    .filter_sort {
        float:unset;
        margin-left: 16.2rem;
        margin-top: 1rem;
    }
/* End Section */
	
/* Archieve Post video Section Ipad View */
	.videoDiv iframe {
    height: 481px;
	}
/*End Section */
	
	/* Single Post Category Section */
	.catDiv {
    right: -1%;
		    margin-right: 1rem;
    position: relative;
    right: -1px;
    display: contents;

}
	/* End Section */
	
	/* Related Posts Grid Section */
.rContent{
	position:relative;
}
.videoDiv1{
   width: 98%;
}
.videoDiv1:nth-child(2){
	margin-top:2rem;
}
/* End Section */
	
}
.rContent .posDiv img{
	height: 330px !important;
	object-fit: contain;
}
@media (max-width: 767px){
/* Archieve Post Main Division Section Mobile View */
.archive-main {
    max-width: 650px !important;
}
	.lftMargin,.news_heading{
			margin-left: 0px;
	}
	.mainContent {
    min-width: 100% !important;
	}
    .filter_date{margin-left:0;}
/* End Section */

	/* Single Post Main Division Section Mobile View */
.lftMargin1 {
			margin-left: 0.7rem;
	}
/* End Section */

/* Archieve Post video Section Mobile View */
	.videoDiv iframe {
    height: 250px;
	}
/* End Section */

/* Related Post Video Section*/
	.videoDiv1 iframe{width:100%;}
/* End Section */
	
/* Related Post Grid Section */
	.rContent {
    grid-template-columns: 350px; 	}
/* End Section */	
.box_border {
    padding: 20px 10px;
	margin: 0px 10px 0px 0px ;
}
.pHead a, .sHead {
    font-size: 26px;
    line-height: 34.4px;
}

}
.pPara iframe{
	width:100%;
}
@media(min-width:967px){
.rContent .videoDiv1{
    height:700px;
}
}

@media(max-width:644px){
	.filter_area {
    width: 100% !important;
}.lftMargin {
  
    width: 100% !important;
}
	span.select2.select2-container.select2-container--default {
		width: 100% !important;
		margin-bottom: 1rem;
	}
	#filter_btn{margin-bottom:1rem;}
	form#news_filter{width:100%;}
}

@media(max-width:420px){
	.mainContent{padding:0;}
	.contentPad {
		padding: 30px 5px 30px 12px;
	}
}
@media(max-width:395px){
	.pPara p{font-size:14px;}
}
@media(max-width:360px){
	.pPara p{font-size:12px;}
}
/* End Section */

/* END OF MEDIA QUERIES */