/*
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
*/

.recover-banner .col h6 {
    font-weight: 400;
}

.key-features-sec .iwithtext .iwt-text {
    padding-left: 0px;
    padding-top: 70px;
}

.key-features-sec .iwithtext .iwt-icon {
    right: 0;
    margin: auto;
}

.key-features-sec .col>.wpb_column {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.key-features-sec .iwithtext .iwt-text h6 {
    margin-bottom: 0;
    font-size: 20px;
}

.availability-section,
.recover-cpr-section,
.key-features-sec,
.recover-banner .light.left {
    max-width: 1214px;
    margin: auto;
}

.recover-cpr-section .three-images-col .wpb_wrapper {
    margin-right: -80px;
}

.availability-section .wpb_row {
    border-radius: 42px;
    padding: 65px 105px;
    margin: 60px 0;
}

.btn-icon {
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: 0;
    font-weight: 500;
    font-family: Outfit;
    letter-spacing: 0;
    font-size: 14px;
    border: 2px solid rgba(255, 255, 255, .75);
    opacity: 1 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-width: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-border-radius: 6px !important;
    border-color: #022033 !important;
    color: #022033 !important;
    width: 180px !important;
    text-align: center;
}

.btn-icon:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .11) !important;
}

.edit-links a {
    font-size: 14px;
    padding-right: 5px;
}

.iwithtext:has(.btn-icon) {
    display: flex;
    align-items: center;
}

.iwithtext:has(.btn-icon) img {
    margin-bottom: 0 !important;
}

.iwithtext:has(.btn-icon) .iwt-icon {
    top: -5px;
}

.store-buttons>.vc_column-inner {
    align-items: end;
}

.key-features-sec .col>.wpb_column img {
    width: 54px !important;
}

.recover-cpr-section .regular-button {
    border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
}

.recover-cpr-section .regular-button.nectar-button {
    border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
}



.guide-team-sec {
    margin: auto;
}

.guide-team-sec .col {
    align-items: center;
    position: relative;
}

.guide-team-sec .col .wpb_wrapper {
    color: #84D1F5;
    font-weight: bold;
}

.guide-team-sec>.col:before {
    content: "";
    position: absolute;
    background: #022133;
    width: 100%;
    border-radius: 42px;
    height: 211px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.guide-team-sec.mobile-img-left .mobile-sec-content {
    padding-left: 50px;
}

.guide-ur-team {
    margin-bottom: 0 !important;
    margin-top: 20px;
}

.recov__resource h2 {
    border-bottom: 3px solid #707070;
    display: flex;
    font-size: 24px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.recov__resource .facetwp-pager {
    padding: 0;
    text-align: right;
}

.recov__resource .facetwp-pager a {
    color: #022033;
}

.recov__resource-search {
    border: 3px solid #022033;
    border-radius: 20px;
    margin-bottom: 30px;
}

.recov__resource-search .facetwp-input-wrap {
    width: 100%;
}

.recov__resource-search .facetwp-icon {
    right: 10px;
}

.recov__resource-search .facetwp-input-wrap .facetwp-search {
    background: transparent;
}

.recov__resource-filter {
    border: 3px solid #022033;
    border-radius: 40px;
    font-family: Outfit;
    font-size: 18px;
    padding: 40px 35px 30px;
}

.recov__resource-filter .facetwp-display-value {
    font-weight: 700;
}

.recov__resource-filter .facetwp-counter {
    font-size: 16px;
}

.recov__resource-filter .facetwp-radio {
    background-position: 0 5px;
}

.recov__resource-card {
    background-color: #DAF1FC;
    border-radius: 3vh;
    padding: 6vh 8vw;
}

.recov__resource-card:hover {
    background-color: #84d1f5
}

.recov__resource-card-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.recov__resource-card-name {
    border-bottom: 1px solid #EB342F;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.recov__resource-card-name h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    min-height: 60px;
}

.recov__resource-card-name .category {
    color: #ee3c36;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}

.recov__resource-card-excerpt p {
    font-family: Source Sans 3;
    padding-bottom: .7em !important;
}

.recov__resource-card-link {
    margin-top:0;
}

.recov__resource-card-link a {
    display: block;
    margin:0;
}

.recov__resource-latest .row, 
.recov__resource-related .row {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em  2%;
}

.recov__resource-latest .row::before,
.recov__resource-related .row::before {
    content: none;
}

.recov__resource-postheader {
    
}

.recov__resource-postheader .wpb_row {
    padding-top: calc(100vw * 0.05); 
    padding-bottom: calc(100vw * 0.04); 
}

.recov__resource-postheader .row-bg {
    background-position: right top; 
    background-repeat: no-repeat; 
}

.recov__resource-postheader .row-bg-overlay {
    background: #0C6B97;
    background: linear-gradient(0deg,rgba(12, 107, 151, 1) 0%, rgba(2, 32, 51, 1) 100%);
}

.recov__resource-postheader .column_container {
    transform: translateY(0px) translateZ(0px); 
    opacity: 1;
}

.recov__resource-postheader .wpb_wrapper {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 691px) {
    .three-images-col .wpb_wrapper .img-with-aniamtion-wrap {
        margin: 0 -40px;
    }
}

@media screen and (min-width: 1200px) {
    .recover-cpr-section .regular-button {
        font-size: 18px;
        min-width: 201px;
        text-align: center;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

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

    .key-features-sec .col>.wpb_column {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 1199px) {
    .availability-section .wpb_row {
        padding: 45px 45px;
        margin: 60px 0;
    }

    .recover-cpr-section .right_padding_desktop_50px>.vc_column-inner {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:1000px) {
    .store-buttons>.vc_column-inner {
        align-items: flex-start;
    }

    .recover-cpr-section .three-images-col .wpb_wrapper {
        margin-right: 0;
    }

    .key-features-sec .col.left .wpb_column {
        margin-bottom: 0 !important;
    }

    .key-features-sec .col.left {
        row-gap: 40px !important;
        margin: 0 !important;
    }

    .recover-banner .wpb_wrapper h1.vc_custom_heading {
        font-size: 34px !important;
        line-height: 1.25 !important;
    }
}

@media screen and (max-width: 691px) {
    .availability-section .wpb_row {
        padding: 45px 30px;
		        margin: 20px 0;
    }
.availability-section .wpb_column {
    padding: 0 !important;
}
    .key-features-sec .col>.wpb_column {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	.guide-ur-team {
    margin-top: 40px;
}

}

@media screen and (max-width: 420px) {
    .btn-icon {
        padding-left: 10px;
        padding-right: 10px;
        width: 150px !important;
    }

    .store-buttons .iwithtext:has(.btn-icon) .iwt-icon img {
        width: 35px !important;
    }

    .store-buttons .iwithtext:has(.btn-icon) .iwt-icon {
        top: 2px;
    }

    .store-buttons .iwithtext .iwt-text {
        padding-left: 50px;
    }
}


@media screen and (min-width: 700px) {
    .guide-team-sec .mobile-col {
        width: 220px !important;
        margin-bottom: 0 !important;
    }

    .guide-team-sec .mobile-sec-content {
        width: calc(100% - 230px) !important;
        margin-bottom: 0 !important;
    }

    .mobile-col>.vc_column-inner {
        width: 220px !important;
    }

    .guide-team-sec:not(:last-child) {
        margin-bottom: -30px !important;
    }
}

@media screen and (min-width: 992px) {
    .guide-team-sec .mobile-col {
        width: 260px !important;
        margin-bottom: 0 !important;
    }

    .guide-team-sec .mobile-sec-content {
        width: calc(100% - 270px) !important;
        margin-bottom: 0 !important;
    }

    .mobile-col>.vc_column-inner {
        width: 260px !important;
    }

    .guide-team-sec:not(:last-child) {
        margin-bottom: -60px !important;
    }

    .recov__resource-card {
        padding: 7vh 3vw;
    }

    .recov__resource-latest .recov__resource-card,
    .recov__resource-related .recov__resource-card {
        width: 32%;    
    }
}

@media screen and (max-width: 699px) {
    .guide-team-sec .mobile-col {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .guide-team-sec>.col:before {
        content: none;
    }

    .guide-team-sec .mobile-sec-content {
        background: #022133;
        border-radius: 20px;
        padding: 30px !important;
    }

    .guide-team-sec.mobile-img-left .mobile-sec-content {
        order: 2;
    }

    .guide-team-sec .col .wpb_wrapper {
        text-align: center;
    }
}
