/* Header */
.site-header {
    border-bottom: 3px solid var(--yellow);
}

.main-navigation ul {
    gap: 40px;
}

.main-navigation a {
    display: block;
    color: var(--white);
    text-transform: initial;
    font-size: 14px;
    transition: all 0.5s ease;
}
.main-navigation a:hover {
    box-shadow: 0 2px 0 0 var(--black);
}
#contact_header_menu a:hover {
    box-shadow: 0 2px 0 0 var(--white);
}
.site-branding,
.custom-logo-link,
.site-branding img {
    line-height: 1;
}


/* default header  */
#masthead.default_header {
    background-color: #FCEE21;
    background-image: unset;
}

#masthead.default_header .main-navigation a {
    color: var(--black);
}


#masthead.default_header .main-header {
    padding: 10px 0;
}

#masthead.default_header .menu-main-menu-container {
    padding-top: 9px;
}

#masthead.default_header .toggle-menu-inner span {
    background-color: var(--black);
}

/* Footer */
footer .container {
    max-width: 1235px;
}

.site-footer-inner {
    gap: 30px;
}

.site-footer-inner .footer_social, 
.site-footer-inner .footer-content, 
.site-footer-inner .footer-menu {
    width: calc(33% - 20px);
}

.footer_social {
    display: flex;
    gap: 15px;
    align-items: center;
}

footer#colophon {
    padding: 85px 0 80px;
}

.footer-content {
    gap: 19px;
}
.footer-logos {
	justify-content: center;
    margin-bottom: 20px;
}
.footer-logo {
    max-height: 32px;
    width: auto;
    height: auto;
    object-fit: contain;
    line-height: 0;
}
.copyright {
    color: #FFF;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}

.powered-by {
    color: #FFF;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

ul#footer-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    list-style: none;
}

ul#footer-menu a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s linear;
}
ul#footer-menu a:hover{
    color: var(--yellow);
}

.copyright.mobile{
    display: none;
}


/* Recent Report  */
.report-listing-hd-sec {
    padding: 80px 0;
}
.report .inner {
    padding: 90px 0 105px;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.report_heading {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.report_heading p {
    margin: 0;
}

.report_post {
    margin-top: 9px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.post_thum {
    border: 2px solid #FCEE21;
    line-height: 0;
}

.post_thum img {
    width: 100%;
    aspect-ratio: 377/211;
    height: auto;
    object-fit: cover;
}

.report_item {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.post_content {
    display: grid;
    gap: 29px;
}

.post_title a {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: all 0.2s linear;
}
.post_title a:hover,
.post_date_read a:hover{
    color: var(--yellow);
}

.post_date_read {
    display: grid;
    gap: 15px;
    color: #FCEE21;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.report_button {
    display: grid;
    align-items: center;
    justify-content: center;
}

.report_button .btn {
    padding: 15px 35px;
}

/* pagination */
	/* pagination	 */
.pagination {
    margin: 50px auto 0;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.page-numbers:not(.prev,.next) {
    font-size: 14px;
    font-weight: 700;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--white);
    text-decoration: none;
    background: var(--black);
    color: var(--white);
    transition: all .3s ease;
}
.page-numbers.current, .page-numbers:hover {
    opacity: .9;
}
.page-numbers:not(.prev,.next):hover {
    color: var(--black);
    background: var(--yellow);
    border-color: var(--yellow);
}
.prev,.next {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    letter-spacing: 1%;
    transition: all .3s ease;
}
.prev:hover,.next:hover {
    color: var(--yellow);
}

/* newsletter  */
.newsletter{
    background-color: var(--yellow);
}
.newsletter .container{
    padding-top: 82px;
    padding-bottom: 82px;
    position: relative;
    z-index: 2;
}
.newsletter_e_img{
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-66%);
    z-index: 1;
}
.newsletter_heading {
    display: grid;
    justify-content: center;
    gap: 55px;
    max-width: 787px;
    margin: 0 auto;
    width: 100%;
}
.newsletter_heading h2{
    color: #000;
    font-size: 48px;
    text-align: center;
}
.newsletter_heading p{
    color: #000;
    text-align: center;
    margin: 0;
}
.newsletter .inner {
    display: grid;
    gap: 46px;
}
.newsletter_form_short {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.newsletter_short {
    color: #7A7A7A;
    font-size: 15px;
    text-align: center;    
/*     display: grid;
    grid-template-columns: 1fr 140px;
    align-items: flex-start;
    gap: 26px; */
}
.newsletter_form {
    line-height: 0;
    margin: 0;
    padding: 0;
    max-width: 646px;
    width: 100%;
}
#gform_fields_1 {
    gap: 12px !important;
}
section#subscribe .gform_button.button{
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-radius: 40px;
    background: var(--black);
    padding: 19px 25px;
    transition: all 0.3s linear;
    border: 0;
}
section#subscribe .gform_button.button:hover{
    background: var(--white);
    color: var(--black);
}
section#subscribe .gform-footer.gform_footer{
    margin: 0;
    
}
section#subscribe input[type="email"] {
    padding: 19px 50px;
    border-radius: 40px;
    border: 1.5px solid var(--black);
    background: var(--white);
    font-size: 15px;
    color: var(--black);
    height: 56px;
    outline: 0;
}
section#subscribe input::placeholder{
    color: #7A7A7A;
    font-size: 15px;
}
section#subscribe form{
    display: grid;
    grid-template-columns: 1fr 140px;
    align-items: flex-start;
    gap: 26px;
}
section#subscribe .gfield--type-consent {
    text-align: center;
    font-size: 15px;
    color: #7A7A7A;
}
section#subscribe .gfield--type-consent input {
    accent-color: var(--black);
    outline: none;
}

section#subscribe .validation_message.gfield_validation_message{
    position: absolute;
}
section#subscribe p.gform_description {
    display: none;
}


/* report single page  */
.report_single .container{
    max-width: 100%;
    padding: 0;
}
.report_s_banner {
    height: 600px;
    width: 100%;
}
.report_s_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.report_content {
    padding: 90px 20px 148px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
span.date{
    color: #FCEE21;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.report_date_title {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
h1.report_title {
    font-size: 48px;
    position: relative;
}
h1.report_title::after{
    content: '';
    width: 100px;
    height: 3px;
    background-color: #FCEE21;
    left: 5px;
    bottom: -5px;
    position: absolute;

}
.report_desc {
    display: flex;
    flex-direction: column;
    gap: 53px;
}
.report_st{
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 700;
}

.report_desc_content a {
    color: var(--yellow);
}

.report_desc_content h2{
    margin-top: 20px;
    font-size: 28px;
}


/* popup */
#popmake-411 {
	max-width: 100%;
    background-color: #000;
    border: 3px solid var(--yellow);
}

#popmake-411 .popmake-content {
    padding: 30px;
}

#popmake-411 .wp-block-image {
    margin: 0 0 20px;
}

#popmake-411 h2.popup_heading {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px;
}

#popmake-411 .wp-block-buttons {
    width: 100%;
}

#popmake-411 .wp-block-buttons>.wp-block-button {
    display: block;
    margin: 0;
}

#popmake-411 .popup_description {
    max-width: 400px;
    margin: 0 auto 30px;
    line-height: 1.5;
}

#popmake-411 .wp-block-buttons .wp-block-button__link {
    max-width: 100%;
    width: 360px;
    height: 60px;
    box-sizing: border-box;
}

#popmake-411 .wp-block-buttons .wp-block-button__link strong {
	font-size: 16px;
	font-weight: 700;
}

#popmake-411 .wp-block-buttons .wp-block-button__link:hover {
	background-color: #fff !important;
}

#popmake-411 .popup_privacy-text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 25px;
}

#popmake-411 button.pum-close {
    background-color: transparent !important;
    color: var(--yellow) !important;
    top: 20px !important;
    right: 20px !important;
    font-size: 20px !important;
}








@media only screen and (max-width: 1290px) {
    .newsletter_e_img {
        width: 160px;
    }
}
@media only screen and (max-width: 1130px) {
    .newsletter_e_img {
        top: 75px;
        transform: unset;
    }
}

@media only screen and (max-width: 1024px) {
    #masthead.default_header .menu-main-menu-container {
        padding-top: 0px;
    }


    /* single report  */
    .report_s_banner {
        height: unset;
    }
}
@media only screen and (max-width: 998px) {

    /* Recent Report  */
    .report_post {
        grid-template-columns: 1fr 1fr;
    }
    /* newsletter  */
    .newsletter_heading {
        gap: 20px;
    }
    .newsletter_e_img {
        width: 100px;
    }

    /* single report  */
    h1.report_title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {

    /* footer  */
    .site-footer-inner,
    .footer-content {
        flex-direction: column;
        align-items: center !important;
        margin: 0 auto;
    }
	
	.site-footer-inner {
		gap: 1rem;
	}

	.site-footer-inner .footer_social, 
	.site-footer-inner .footer-content, 
	.site-footer-inner .footer-menu {
		width: unset;
	}

    ul#footer-menu {
        flex-direction: row;
        padding: 0;
    }

    .copyright{
        display: none;
    }
    .copyright.mobile{
        display: flex;
        order: 0;
    }
    .footer-menu {
        order: 1;
    }
    .footer_social {
        align-items: center !important;
    }
    .powered-by {
        text-align: center !important;
    }
    .footer-content{
        order: 3 !important;
    }

    footer#colophon {
        padding: 50px 0;
    }

    /* Recent Report  */
    .report-listing-hd-sec {
        padding: 60px 0 40px;
    }
    .report .inner {
        padding: 60px 0 80px;
    }
    .post_content {
        gap: 20px;
    }
    .report_post {
        grid-template-columns: 1fr;
    }

    /* newsletter  */
    .newsletter_e_img {
        top: 24px;
        transform: unset;
    }
    
    .newsletter .container {
        padding-top: 108px;
    }
    .newsletter_heading {
        gap: 20px;
    }
    .newsletter .inner {
        gap: 20px;
    }

    /* single report  */
    h1.report_title {
        font-size: 24px;
    }
    .report_desc_content h2 {
        font-size: 20px;
    }

    .report_content {
        padding: 50px 20px 80px;
        gap: 30px;
    }
    .report_desc {
        gap: 30px;
    }

}

@media only screen and (max-width: 600px) {
    section#subscribe form {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    section#subscribe .gform-footer.gform_footer {
        justify-content: center;
    }
    section#subscribe .gform_button.button {
        width: 90%;
    }
    .newsletter_short {
        grid-template-columns: 100%;
        text-align: center;
    }
}