/**

Theme Name: Astra Child
featured-post-listing
Author: Brainstorm Force

Author URI: http://wpastra.com/about/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/


/* Featured Post */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
	font-family: 'Poppins', sans-serif;
}

a{
	text-decoration:none !important;
}

/*Homepage Header*/

@media (min-width: 922px)
{
	
	.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
		line-height: unset;
	}
	
	.ast-primary-header-bar{
		border-bottom: 6px solid #eb1a2d;
	}
	
	#menu-item-7290 .menu-link{
		background: #d71635;
		padding: 15px 30px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0px;
	}
	
	/*#primary {
		width: 100% !important;
	}
	
	.ast-right-sidebar #primary {
		border-right: unset !important;
	}*/
	
}


/*@media (min-width: 993px){
	.ast-right-sidebar #primary {
		padding-right: unset !important;
	}
}*/

.total-2-logos .ast-container .g-grid,
.total-2-logos .ast-container .g-grid,
.total-2-logos .ast-container .g-grid{
	width:100%;
}

.total-3-logos .post-logo .g-content{
	padding:0 30px;
}

.total-3-logos .post-logo:first-child .g-content{
	padding-left:0;
}

.total-3-logos .post-logo:last-child .g-content{
	padding-right:0;
}

.featured-post-listing{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}

.featured-post-listing .post-list{
	width:33.33%;
	padding: 10px;
    box-sizing: border-box;
}

.featured-post-listing .post-list:hover .featured-post-image{
	background:rgba(0,0,0,.5);
	color:#FFF;
}

.featured-post-listing .post-list:hover .featured-post-outer{
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
    justify-content: center;
    text-align: center;
	background-color: rgba(215, 22, 53, .8)
}

.featured-post-listing .post-list .featured-post-desc{
	width:100%;
	display:inline-block;
	padding:20px;
}

.featured-post-listing .post-list .featured-post-desc span{
	display:block;
	width:100%;
	text-align:center;
	margin-top:5px;
	font-size:16px;
	font-weight:500;
}

.featured-post-listing .post-list .featured-post-desc,
.featured-post-listing .post-list .featured-post-desc p{
	font-size:15px;
	font-weight:300;
	color:#FFF;
	line-height:20px;
}

.featured-post-listing .featured-post-image{
	position:relative;
}

.featured-post-listing .featured-post-image,
.featured-post-listing .featured-post-image img{
	object-fit: cover;
    width: 100%;
    height: 35vh;
}

.featured-post-listing .featured-post-outer{
	display:none;
}

.featured-post-listing .featured-post-title{
	width:100%;
	color: #000000;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}


.nomarginall {
    text-align: center;
    width: 40%;
    margin: auto;
}


/* Single Post */

.single-post-title{
	display:inline-block;
	background-color:#eb1a2d;
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	margin-bottom:25px;
}

.single-post-title h1{
	font-family: 'Poppins', sans-serif;
	font-weight:500;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.single .entry-header{
	padding: 20px 0;
	margin-bottom:0;
}

.single-post .site-header{
	display:none;
}

.align-left{
	text-align:left;
}

.align-right{
	text-align:right;
}

.align-center{
	text-align:center;
}

#g-intro {
    background: #f4f5f7;
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	padding-bottom:45px;
}

.post-logo img{
	max-height: 120px;
}

.total-1-logos .g-grid{
	width:100%;
}

.total-1-logos .g-grid .post-logo{
	text-align:center;
}

.g-grid{
	display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizespeed;
}

.post-col-4{
	width:33.333%;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 33.333%;
	-moz-flex: 0 33.333%;
	-ms-flex: 0 33.333%;
	flex: 0 33.333%;
}

.post-col-6{
	
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
	
}

.post-col-12{
	width: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

#g-features{
	position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

#g-features .g-container{
	display: flex;
    flex-wrap: wrap;
}

#g-features .g-container .g-grid {
    clear: both;
}

#g-features .g-container .g-grid {
    flex: 100%;
}

#g-features .g-container .g-grid .g-block{
    max-width:1064px;
}

#g-features .g-grid{
	padding-top:35px;
	padding-bottom:35px;
}

#g-features h2{
	color:#000000;
	font-weight:600;
	font-size:32px;
	text-align:left;
	border-bottom: 3px solid #eb1a2d;
    padding-bottom: 15px;
    margin-bottom: 050px;
}

.vidbuttonbg {
    float: left;
    padding-left: 10px;
	padding-right: 10px;
    margin-bottom: 35px;
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    width: 33.333%;
	border-bottom: 3px solid #eb1a2d;
    padding-bottom: 35px;
}

.post-list-row .post-last-row{
	border-bottom: 0;
    padding-bottom: 0;
}


#g-features h2 span{
	font-size:16px;
	color:#999;
}

.uk-grid-collapse {
    margin-left: 0;
}

.uk-grid-collapse button{
	padding:0;
	width: 100%; 
	line-height: 60px;  
	color: #fff; 
	font-weight:500;
	font-size:18px;
	border-radius: 0;
}

.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-width-1-3, .uk-width-2-6 {
    width: 33.333%;
}

.post-popup-textbox{
	background-color: white;
    vertical-align: middle;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
	border-radius: 0.25rem;
}


.post-popup-textbox:focus,
.post-popup-textbox:hover{
	border-color: #4db2b3 !important;
    border: 3px solid #4db2b3;
	outline:unset !important;
}

.post-description{

	padding:0 30px;
}

.post-description p{
	font-size:16px;
	color:#686666;
	font-size:500;
}

.media_area{
	margin-top:0 !important;
}

#link {
    border-radius: 0px;
    border: 0px;
    color: #000;
    text-align: center;
    font-weight:700;
    font-size: 22px;
	font-family: 'Poppins', sans-serif;
	width: 100%;
    margin: 20px 0;
}

.nomarginall {
    padding:0;
}
.post-video-buttons .uk-width-1-3.col-md-4 {
    margin: 0;
    padding: 0;
}

.uk-grid.uk-grid-collapse.col-md-12.post-video-buttons {
    padding: 0;
}

.videotitle {
    border-radius: 0px;
    border: 0px;
    background: #111;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: -8px;
	padding: 12px;
}
.short-heading {
    font-weight: 600;
    font-size: 25px;
    color:#4a4a4a;
}
.short-date {
    font-weight: 500;
    font-size: 16px;
    color: #8a8a8a;
    margin: 2px 0 8px 0;
}
.post-read-more {
    color: #eb1a2d;
    float: right;
    font-size: 18px;
    font-weight: 500;
	text-decoration: none !important;
}

.download-press-release {
   	width:100%;
    display: inline-block;
	text-align:center;
	margin-top:20px;
}

.download-press-release a {
	color: #fff;
	text-decoration: unset !important;
	background: #eb1a2d;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	max-width: 340px;
	width: 100%;
	display: inline-block;
	font-size:18px;
	font-weight:500;
}

.download-press-release a:hover,
.download-press-release a:active{
	color:#FFF;
	background: #333;
}

.return-to-previous{
	width:100%;
	display:inline-block;
	text-align:left;
}

.return-to-previous a{
	text-decoration:none;
	font-size:18px;
}

.single-post .post-navigation{
	display:none;
}

.video-content-area{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
	align-items: center;
}

.video-buttons{
	width:50%;
	display:inline-block;
	position:relative;
}

.download-button{
	width:100%;
	display:inline-block;
}

.embed-share-button{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.embed-share-button a{
	width:50%;
	display:inline-block;
	padding: 3px 0;
}

.btn-video{
	color:#FFF;
	font-size:14px;
	font-weight:500;
}

.video-buttons .btn-download{
	width:100%;
	display:inline-block;
	background:#eb1a2d;
	padding: 10px 0;
}

.video-buttons .btn-embed{
	background:#333;
}

.video-buttons .btn-share{
	background:#91b5e9;
}
.video-buttons .btn-nine{
	background:#91b5e9;
}
.video-buttons .btn-square{
	background:#333;
}
.video-buttons .btn-srt{
	background:#18576e;
	width:100%;
}

.video-content-area .title{
	color:#000000;
	font-size:16px;
	font-weight:600;
	width: 50%;
    text-align: left;
	line-height: 22px;
	position:relative;
	padding-right:25px;
}

.video-buttons:after{
	content:"";
	display:inline-block;
	border-right:3px solid #eb1a2d;
	content: "";
    display: inline-block;
    border-right: 3px solid #eb1a2d;
    position: absolute;
    width: 3px;
    height: 55px;
    top: 13px;
    left: -15px;
}



.uk-modal-dialog{
	text-align:left;
}

.vidbuttonbg img{
	width:100%;
}

.logo-list .vidbuttonbg{
	margin-bottom:40px;
	border-bottom: 0;
    padding-bottom: 0;
}

.logo-list .video-content-area{
	margin-top:15px;
}

.logo-list .vidbuttonbg:hover .video-content-area{
	display:flex;
}

.logo-list .video-buttons .btn-download{
	width:65px;
}

.logo-list .download-button{
	
	display: flex;
    background-color: #eb1a2d;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding: 10px 0;
}

.logo-list .video-content-area .title{
	width:80%;
	color:#FFF;
	font-weight:500;
	font-size:16.5px;
	text-align: center;
    padding: 0 10px;
}

.logo-list .video-buttons .btn-download{
	width:20%;
	border-left: 2px solid #FFF;
}

.logo-list .video-buttons{
	width:100%;
}

.logo-list .video-buttons:after{
	display:none;
}

.no-padding-right{
	
}

.related-links{
	width:100%;
	display:inline-block !important;
	text-align:left;
}

.related-links a{
	font-size:16px;
}



.related-links a:hover{
	text-decoration:underline !important;
}

.post-image-thumb-list .custom-html-widget{
	display: flex;
}

.post-image-thumb-list .vidbuttonbg > div{
	width:100%;
}

.related-links .vidbuttonbg{
	width:100%;
	border-bottom: 0;
    padding-bottom: 0;
	margin-bottom:10px;
}

.post-list-row{
	width: 100%;
    display: flex;
	flex-wrap: wrap;
   /* column-gap: 25px;*/
}

.post-padding-border{
	/*border-bottom: 3px solid #eb1a2d;
	margin-top: 30px;*/
}

.list-video-grid .post-padding-border:last-child,
.post-image-thumb-list .post-padding-border:last-child{
	/*border-bottom: 0 !important;*/
}

.sidemenu {
    display: flex;
    flex-direction: column;
}

.sidemenu {
    position: fixed;
    top: 225px;
    right: 0px;
	z-index:9;
}

.sidemenu img{
	margin-right:10px;
	position: relative;
    margin-left: -3px;
}

.sidemenu button {
    display: block;
    margin-bottom: 5px;
    background: #eb1a2d;
    padding:1px 10px;
    color: #fff;
    font-weight: bold;
    width: 280px;
    text-align: left;
    font-size: 11px;
    transition: all 0.2s;
    float: right;
    clear: both;
	padding-left:0;
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
	font-size:12px;
	font-weight:400;
}

.sidemenu a {
	margin-bottom:8px;
}

.header-text-without-logo{
	
}


.site-below-footer-wrap[data-section="section-below-footer-builder"]{
	background-color:#FFF !important;
	border-top: 6px solid #eb1a2d;
}

.site-below-footer-wrap{
	padding-top: 40px;
    padding-bottom: 40px;
}

.ast-footer-copyright p{
	color:#000000;
	font-size:20px;
	font-weight:600;
}
.ast-footer-copyright a,
.ast-footer-copyright a[href^="tel:"] {
	color:#000000 !important;
}

@media (max-width: 1560px)
{
	.sidemenu button{width:50px; padding:5px;border-top-left-radius:0; border-bottom-left-radius:0;}
	.sidemenu button span{display:none}
	.sidemenu button img{margin-left:0;}
}

@media (max-width: 1140px)
{
	
	#g-features .g-container .g-grid .post-col-12{
		padding:35px 20px;
	}
	
	.logo-list .video-content-area{
		display: flex;
	}
	
}

@media (max-width: 1024px)
{
	#g-intro .ast-container,
	#g-features .g-container .g-grid .g-block{
		max-width:90%;
	}
}


@media (max-width: 900px)
{
	
	.post-list-row{
		flex-wrap: wrap;
		column-gap:unset;
	}
	
	.vidbuttonbg{
		width: 50%;
		padding-left: 10px;
    	padding-right: 10px;
		border-bottom:0;
		padding-bottom:0;
	}
	
	.single-post-title h1{
		padding: 10px 20px;
	}
	
	.post-col-6{
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
	}
	
	.return-to-previous{
		text-align:center;
		margin-bottom:20px;
	}
	
	.ast-footer-copyright p{
		padding: 0 20px;
	}
	
	#g-features .g-container .g-grid .post-col-12{
		padding-bottom: 0;
	}
	
	#g-features .g-grid{
		padding-top: 0;
   		padding-bottom: 0;
	}

	.featured-post-listing .post-list{
		width:50%;
	}
	
	.featured-post-listing .featured-post-image, .featured-post-listing .featured-post-image img{
		height: 40vh;
	}
}

@media (max-width:639px)
{
	.vidbuttonbg{
		width: 100%;
		padding-left: 10px;
    	padding-right: 10px;
	}
	
	.sidemenu button{
		width:40px;
	}
	
	.single-post-title h1{
		font-size: 20px;
	}
	
	h2#related_links,
	h2#documents{
		margin-bottom:24px;
	}
	
	.featured-post-listing .post-list{
		width:100%;
		padding: 10px 0;
	}
	
	.featured-post-listing .featured-post-image, .featured-post-listing .featured-post-image img{
		height: 50vh;
	}
}

@media (max-width:480px)
{
	.sidemenu button{
		width:35px;
	}
	
	#g-intro .ast-container, #g-features .g-container .g-grid .g-block{
		padding-left: 0;
	}
	
	.download-icon img{
		width:15px;
	}
	
	.embed-icon img{
		
		width:20px;
		
	}
	
	.share-icon img{
		width:20px;
	}
	
	.uk-grid-collapse button{
		font-size:14px;
	}
	
	#g-features h2 span{
		font-size:15px;
		display:block;
		text-align:center;
		margin-top:10px;
	}
	
	#g-features h2{
		font-size:24px;
		text-align:center;
	}
	
	.logo-list .video-content-area .title{
		font-size:14px;
	}
	
	.post-description{
		padding:0 0;
	}
	
	.ast-footer-copyright p{
		font-size:18px;
	}
	
	#link{
		font-size:18px;
		line-height: 1.4;
	}
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
	color:#d71635 !important;
}