/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.use-montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-weight900 {
    font-weight: 900;
}

.font-weight400 {
    font-weight: 400;
}

.font-italic {
    font-style: italic;
}

.mont-h1 {
    font-size: 80px !important;
    line-height: 80px !important;
}

.mont-h2 {
    font-size: 50px !important;
    line-height: 60px !important;

}

.color-yellow {
    color: #F2FF00 !important;
}

.color-blue {
    color: #004071 !important;
}

.like-h1 {
    font-size: 44px !important;
    line-height: 54px !important;
}

.like-h2 {
    font-size: 28px !important;
    line-height: 38px !important;
}

header nav[aria-label="Main Menu"] .menu-title-text:after {
    display: none !important;
}

header nav[aria-label="Main Menu"] li.current-menu-item:not(li.current-menu-item#menu-item-180) .menu-title-text {
    font-weight: bold !important;
}

header nav[aria-label="Main Menu"] li.menu-item img {
    margin-bottom: 0px !important;
}

header nav[aria-label="Main Menu"] ul:nth-child(2) li.menu-item a {
    margin: 0px 15px !important;
}

@media screen and (max-width: 999px) {
    .hide-mobile {
        display: none !important;
    }

    .social-menu-custom:not(.social-menu-custom:nth-child(1)) {
        float: left !important;
        margin-top: 30px !important;
        margin-right: 25px;
    }

    .social-menu-custom a img {
        height: 20px !important;
    }
}

@media screen and (min-width: 999px) {
    .hide-desktop {
        display: none !important;
    }
}


@media screen and (max-width: 999px) {
    .mont-h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .mont-h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .like-h1,
    h1 {
        font-size: 40px !important;
        line-height: 50px !important
    }

    .like-h2,
    h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
}

.logo-header-fdi {
    height: 80px !important;
}

.logo-header-ecr {}

@media screen and (max-width: 999px) {
    .logo-header-fdi {
        height: 70px !important;
    }
}

.c-justify-center .row_col_wrap_12_inner {
    justify-content: center !important;
}

.custom-size-fdi {
    height: 80px !important;
    width: auto !important;
}

.custom-size-fdi-ecr {
    height: 120px !important;
    width: auto !important;
}

@media screen and (max-width: 999px) {
    .custom-size-fdi-ecr {
        height: auto !important;
        width: auto !important;
    }
}

.gform_required_legend {
    color: #004071 !important;
    margin-bottom: 25px !important;
}

input[type="text"],
input[type="email"] {
    border-color: #004071 !important;
    border-radius: 16px !important;
}

body[data-button-style*="slightly_rounded"] input[type=submit] {
    margin-top: 10px !important;
    border-radius: 100px !important;
    background-color: #004071 !important;
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}

.jcr-post-image .jcr-w-full.jcr-h-full.jcr-object-cover {
    width: 100% !important;
}

.gform_confirmation_message {
    color: #004071 !important;
}

#footer-outer .col.span_7 {
    display: none !important;
}

#footer-outer .col.span_5 {
    width: 100% !important;
}

#footer-outer .col.span_5>p {
    text-align: center !important;
    color: #000 !important;
    margin-top: 20px !important;
}

@media screen and (max-width: 999px) {
    .fl {
        float: left !important;
    }
}

.contact-footer-custom iwt-text:hover,
.contact-footer-custom iwt-text:focus,
.contact-footer-custom iwt-text {
    color: #fff !important;
}

#top nav ul.buttons {
    flex-wrap: wrap !important;
    justify-content: end !important;
    max-height: 89px !important;
    bottom: -5px !important;
}

#top nav ul.buttons li.menu-item a {}

.buttons.sf-menu li.social-menu-custom-whatsapp {
    width: 50% !important;
    display: inline-block !important;
    height: 25px !important;
}

@media screen and (max-width: 999px) {
    .social-menu-custom-whatsapp {
        margin-top: 40px !important
    }

    .mobile-max-height-logo {
        max-height: 95px !important;
    }
}