/* -------------------------------------------
   RESPONSIVE SLIDER SETTINGS
   ------------------------------------------- */
@media (max-width: 480px) {
    #rev_slider_63_1_wrapper {
        height: 500px;
    }
}

@media (min-width: 481px) and (max-width: 1260px) {
    #rev_slider_63_1_wrapper {
        height: 560px;
    }
}

@media (min-width: 1261px) {
    #rev_slider_63_1_wrapper {
        height: 600px;
    }
}

/* -------------------------------------------
   ICON & LINK STYLING
   ------------------------------------------- */
.fl-module-content .fl-icon i:hover {
    color: #ed1c24 !important;
}

/* Hide specific post elements */
a[rel="category tag"], 
span.post-date,
.post-meta {
    display: none !important; 
}

/* -------------------------------------------
   FOOTER STYLING
   ------------------------------------------- */
#main-footer a:not(.vamtam-button) {
    color: #19355c;
    font-weight: 500;
    transition: .3s ease-out;
}

#main-footer a:not(.vamtam-button):hover {
    border-color: rgba(255, 255, 255, 0);
    color: #ed1c24;
}

#main-footer .widget .widgettitle {
    color: #126fb2 !important;
}

/* -------------------------------------------
   BUTTON STYLING
   ------------------------------------------- */
/* Apply now button link */
.applyBtn {
    background-color: #126fb2;
    border: 1px solid #126fb2;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    transition: .3s ease-out;
}

.applyBtn:hover {
    background-color: #393939;
    border: 1px solid #393939;
    color: #fff;
    transition: .3s ease-in;
}

.applyBtn:visited {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
}

/* -------------------------------------------
   FORM STYLING
   ------------------------------------------- */
#nf-form-19-cont,
#nf-form-20-cont,
#nf-form-22-cont {
    text-align: center;
}

.nf-form-content select.ninja-forms-field {
    box-sizing: border-box;
    padding: 14px 25px;
    height: auto;
    width: 100%;
    position: relative;
    outline: 0;
    border: solid 1px var(--vamtam-accent-color-4);
    margin: 0;
    color: var(--vamtam-accent-color-6);
    transition: all .4s;
    font-size: var(--vamtam-primary-font-font-size);
    line-height: 1.1em;
    border-radius: var(--vamtam-border-radius-oval);
    font-family: var(--vamtam-primary-font-font-family);
    appearance: none;
}

.nf-field-label label {
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #406ca9;
}
.nf-field-container.listselect-container .nf-field-element select,
.nf-field-container.listselect-container .nf-field-element div.nf-field-wrap {
    background-color: white !important;
}

/* -------------------------------------------
   BLOG STYLES
   ------------------------------------------- */
/* Blog hero image */
.post-article .post-media .media-inner img {
    margin: 0 auto 4%;
    width: 100%;
    height: auto;
    display: block;
}

.post-article section {
    margin-bottom: 5%;
}

.post-article h4 {
    color: #406ca9;
    margin-bottom: 10px;
    font-weight: 500;
}

.post-article h5 {
    color: #f4313f;
}

/* -------------------------------------------
   LOGO & LAYOUT
   ------------------------------------------- */
.logo-tagline a img {
    max-height: 46px;
}

#p-0 .fl-col-content.fl-node-content {
    padding: 0;
}

/* -------------------------------------------
   ANIMATIONS
   ------------------------------------------- */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* -------------------------------------------
   TEXT STYLING
   ------------------------------------------- */
.text-normal {
    font-family: Rubik;
    height: auto;
    color: rgb(69, 84, 94);
    text-decoration: none;
    white-space: nowrap;
    text-align: inherit;
    line-height: 21px;
    letter-spacing: 0px;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    display: block;
}

.about_hero_bold_text {
    font-weight: bold;
}

.about_hero_des {
    font-family: "Open Sans";
    color: rgb(6, 22, 58);
    text-align: center;
    line-height: 32px;
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-top: 40px;
}

p, li {
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
    color: #64748b;
    hyphens: none;
}

/* -------------------------------------------
   PAGE SPECIFIC STYLES
   ------------------------------------------- */
body.page-id-11412 #post-11412 > .page-content > #ninja_forms_form_1_cont {
    display: none;
}

body.page-id-16815 #post-16815 .page-content > #ninja_forms_form_4_cont {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}