/*
Theme Name: AGS
Theme URI: #
Author: The GMI WordPress team
Author URI: https://www.globalmediainsight.com/
Description: AGS description here.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0
Text Domain: AGS
*/
.related-blog-inner p {
    font-size: 14px;
}
.page-template .banner-sec .overlay {

    height: 100vh !important;
}

.home .banner-sec {
   
    height: 100vh !important;
}

.overlay-new {

    bottom: 40px !important;
}



body.single h4{text-transform: math-auto;
}
.floating-label span {
    color: red;
}
.news-container {
    font-family: 'OPTIFuturaDemiBold';
}

.page-template-default .news-detail-section h4{text-transform: capitalize;}
.page-template-default .news-detail-section.leadership-outer p{text-align: left;}
.UPPERCASE{text-transform: capitalize !important;}
.leftalign p{text-align: left!important;}
body.page-template-default .leadership-outer p{
    text-align: left;
}
body.error404 section.news-detail-section.leadership-outer.section-space-top{text-align: center;}
.searchtitle span{color: #fff;}
/* == WordPress WYSIWYG Editor Styles == */


.page-template .banner-sec .go-down.aos-init.aos-animate {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 40px;
}


.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}



/* 
Blog CSS */



section.blog-detail-section {
    padding-top: 120px;
    /* padding-left: 75px; */
}

.news-title-column {
    padding-left: 140px !important;
    background-color: #0E5383;
    color: white;

}

.news-detail-banner-container {
    height: 840px;
}

.blog-title{
	font-family: OPTIFuturaDemiBold;
font-size: 66px;
font-weight: 700;
line-height: 76px;
letter-spacing: 0.03em;
text-align: left;

}

.blog-para{
font-family: "Poppins", sans-serif;
	font-size: 22px;
font-weight: 400;
line-height: 33px;
text-align: left;
color:white;
}

.author-header header{
	height:auto;
}
div#related-blog .thumb, div#related-blog-author .thumb {
    border-radius: 8px 8px 0px 0px;
    margin-bottom:0px;

}

div#related-blog-author,div#related-blog {

     border-radius: 8px;
    box-shadow: 0px 10px 32px 0px #0000000F;
	padding:0px;

}

div#related-blog-author .related-blog-inner,div#related-blog .related-blog-inner {
    padding:15px;
}
.news-continue-reading .row.news-cont-read-row {
    gap: 50px;
}
.news-continue-reading h2 {
    color: #333333;
    background-color: #E0F2FF;
    padding: 30px;
}

.author-text h5 {
    color: #333333 !important;
}

.author-text p {
    color: #333333 !important;
    font-size: 32px !important;
    padding-top: 10px !important;
}

div#back-share .back-button, div#back-share .social-share, #backbutton {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.author-details h1 {
    color: #333333;
}

.author-details .author-position{
font-family: Montserrat;
font-size: 26px;
font-weight: 500;
line-height: 31.69px;
text-align: left;
    color: #333333;
    padding:20px 0px;

}

.authorPara{
font-family: Montserrat;
font-size: 22px;
font-weight: 500;
line-height: 36px;
text-align: left;
}


.relatedblog {

    display: grid;
            grid-template-columns: repeat(2, 1fr); /* 3 columns */
            gap: 50px; /* Space between items */
            
}

#inner-details{
	max-width:52.08%;
}

#inner-details-author{
	max-width:68.75%;
}

.related-post-item {
    padding: 0px;
    border-radius: 8px;
}


.related-blog-inner {
    padding: 0px 15px;
}

.news-continue-reading .thumb {
    border: 1px solid #DFDFDF;
    border-radius: 8px;
}



