/*
Theme Name: Prowess Child
Theme URI: https://prowess.qodeinteractive.com
Description: A child theme of Prowess Theme
Author: Select Themes
Author URI: https://themeforest.net/user/select-themes
Version: 1.0.1
Text Domain: prowess
Template: prowess
*/

.vc_btn3.vc_btn3-style-custom {
    background-image: none !important;
    font-weight: bold !important;
    min-height: 48px !important;
}

.wpcf7-not-valid-tip {
	margin-top: -20px;
	margin-bottom: 20px;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.grecaptcha-badge {
    z-index: 1000;
}

h1 u {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-decoration: none;
}

h1 u:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #12e65a;
}

h2, h5 {
    margin-top: 0 !important;
}

.woocommerce-breadcrumb {
    padding-bottom: 40px;
    font-size: 14px;
}

.qodef-title-holder.qodef-bg-parallax {
    background-size: cover !important;
}

.qodef-info-box-holder .qodef-ib-front-holder .qodef-ib-title {
    text-transform: none !important;
}

.qodef-mobile-header .qodef-mobile-logo-wrapper a {
    display: flex !important;
    align-items: center !important;
}

.wpb_text_column p > a {
    color: #0ee65a !important;
}

.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner.qodef-grid {
    padding: 35px 0 !important;
}

.qodef-page-header .qodef-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    /*calc(100% - 24px) !important*/
}

.qodef-page-header .qodef-grid .qodef-vertical-align-containers {
    padding: 0 24px 0 0 !important;
}

.qodef-mobile-header .qodef-mobile-header-inner {
    height: 60px !important;
    background-color: transparent !important;
    border: none !important;
}

.qodef-mobile-header.mobile-header-appear .qodef-mobile-header-inner {
    background: #fff !important;
}

.qodef-mobile-header .qodef-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-opener-icon {
    background-color: transparent !important;
}

.qodef-mobile-header.mobile-header-appear .qodef-fullscreen-menu-opener .qodef-fullscreen-menu-opener-icon {
    color: #29282d !important;
}

.qodef-mobile-header .qodef-vertical-align-containers {
    padding: 0 24px 0 0 !important;
}

.qodef-vertical-align-containers .qodef-position-left {
    background-color: black !important;
    padding: 0 30px !important;
}

.qodef-mobile-header .qodef-mobile-logo-wrapper a {
    height: 24px !important;
}

.qodef-mobile-header .qodef-mobile-logo-wrapper img {
    height: 24px !important;
}

/*Woocommerce dropdowns*/
.select2-dropdown {
    border: none !important;
    background: #fff !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15) !important;
    color: #5A4E3B !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.select2-results__options {
    padding: 0 !important;
    margin: 10px 0 0 !important;
}

.select2-results__option {
    padding: 10px !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #f3f3f3 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #f3f3f3 !important;
    color: #5A4E3B !important;
    outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee !important;
}

/*Policy*/
.sectionPolicy h1 {
    color: #0a0a0a !important;
    font-size: 45px !important;
}

.sectionPolicy h2 {
    font-size: 35px !important;
    margin-bottom: 25px !important;
    padding-top: 15px !important;
}

.sectionPolicy h3 {
    font-size: 20px !important;
    padding-top: 10px !important;
    margin-bottom: 15px !important;
}

/*Footer*/
footer .qodef-grid-col-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

footer .textwidget p {
    text-align: left !important;
}

footer .textwidget p:first-child {
    margin-top: 2px !important;
    margin-bottom: 15px !important;
}

footer .textwidget p:last-child {
    margin: 0 !important;
}

footer .textwidget p:last-child a:hover {
    color: #fff !important;
}

@media (max-width: 375.98px) {
    
    .sectionPolicy h1  {
        font-size: 25px !important;
        margin-bottom: 35px !important;
    }
    
    .sectionPolicy h2 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
    
    .sectionPolicy h3 {
        font-size: 17px !important;
    }
    
    footer .textwidget p {
        font-size: 13px !important;
    }
}

@media (min-width: 375.98px) and (max-width: 575.98px) { 
    
    .sectionPolicy h1 {
        font-size: 28px !important;
        margin-bottom: 35px !important;
    }
    
    .sectionPolicy h2 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }
    
    .sectionPolicy h3 {
        font-size: 18px !important;
    }
    
    footer .textwidget p {
        font-size: 14px !important;
    }
}

@media (min-width: 575.98px) and (max-width: 768.98px) { 
    
    .sectionPolicy h1 {
        font-size: 32px !important;
        margin-bottom: 35px !important;
    }
    
    .sectionPolicy h2 {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }
    
    footer .textwidget p {
        font-size: 15px !important;
    }
}

@media (max-width: 768.98px) {
    
    footer .qodef-grid-col-12 {
        display: block;       
    }
    
    footer .textwidget p:first-child {
        margin-top: 15px !important;
    }
}

@media (min-width: 768.98px) and (max-width: 991.98px) { 
    
    .sectionPolicy h1 {
        font-size: 35px !important;
        margin-bottom: 40px !important;
    }
    
    .sectionPolicy h2 {
        font-size: 30px !important;
    }
}

@media (min-width: 991.98px) and (max-width: 1021.98px) { 
 
    .sectionPolicy h1 {
        font-size: 35px !important;
        margin-bottom: 40px !important;
    }
    
    .sectionPolicy h2 {
        font-size: 30px !important;
    }
}

@media (min-width: 1021.98px) and (max-width: 1199.98px) { 
    
    .sectionPolicy h1 {
        font-size: 35px !important;
        margin-bottom: 40px !important;
    }
    
    .sectionPolicy h2 {
        font-size: 30px !important;
    }
}

@media (min-width: 1199.98px) and (max-width: 1399.98px) { 
    
    .sectionPolicy h1 {
        font-size: 40px !important;
    }
    
    .sectionPolicy h2 {
        font-size: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .qodef-mobile-header .qodef-mobile-header-inner {
        height: 70px !important;
    }

    .qodef-mobile-header .qodef-mobile-logo-wrapper a {
        height: 25px !important;
    }

    .qodef-mobile-header .qodef-mobile-logo-wrapper img {
        height: 25px !important;
    }
}

@media all and (min-width: 1024px) {
    .qodef-logo-wrapper a img {
        height: 25px !important;
    }

    .qodef-page-header .qodef-menu-area {
        height: 80px !important;
    }

    .qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
        height: 30px !important;
    }
}

@media all and (max-width: 1024px) {
    
    .woocommerce-breadcrumb {
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .qodef-container-inner, .qodef-grid, .qodef-row-grid-section {
        width: 950px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .qodef-container-inner, .qodef-grid, .qodef-row-grid-section {
        width: 1100px !important;
    }
}

@media only screen and (min-width: 1400px) {
    .qodef-container-inner, .qodef-grid, .qodef-row-grid-section {
        width: 1350px !important;
    }
}

.wpb_text_column ul {
    list-style: none;
    padding-left: 32px;
}

.wpb_text_column ul li {
    position: relative;
    color: #4B4B4B;
    margin-bottom: 6px;
}

.wpb_text_column ul li:before {
    position: absolute;
    top: 6px;
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-left: -32px;
    background-image: url('/wp-content/uploads/2021/03/check_marker.png');
    background-size: 75%;
    background-repeat: no-repeat;
}

.qodef-team-inner a {
    pointer-events: none !important;
}

h6.qodef-team-position {
    color: #0ee65a !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
}

.qodef-team-title-holder {
    text-align: left !important;
}

.qodef-team-description p.qodef-team-excerpt {
    font-size: 14px !important;
    text-align: left !important;
}

.qodef-info-box-holder .qodef-ib-front-holder .qodef-ib-title {
    text-align: left !important;
}

.qodef-info-box-holder .qodef-ib-front-holder .qodef-ib-bottom-holder {
    opacity: 1 !important;
    padding: 0 40px !important;
    text-align: left !important;
}

.qodef-info-box-holder .qodef-ib-front-holder .qodef-ib-text-holder {
    width: 100% !important;
}

.qodef-info-box-holder .qodef-ib-front-holder .qodef-ib-text-holder p {
    color: #0ee65a !important;
    font-weight: bold !important;
}

.qodef-info-box-holder .qodef-ib-overlay:after {
    opacity: .24 !important;
}

.qodef-info-box-holder .qodef-ib-front-holder .qodef-ib-button-holder > a {
    color: white !important;
    opacity: 0 !important;
    transition: opacity .4s !important;
}

.qodef-info-box-holder:hover .qodef-ib-front-holder .qodef-ib-button-holder > a {
    opacity: 1 !important;
    transition: opacity .4s !important;
}

body.qodef-light-header .qodef-fullscreen-menu-opener .qodef-fullscreen-menu-opener-icon {
    color: black !important;
}

.qodef-info-box-holder {
    padding: 80px 0 !important;
}

form .qodef-btn {
    background-color: #0ee65a !important;
    color: #0a0a0a !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

form .qodef-custom-cf-7-button {
    margin-top: 24px !important;
}

form .privacy-policy span.wpcf7-list-item {
    margin: 0 !important;
}

form .privacy-policy span.wpcf7-list-item label input {
    margin-left: 0 !important;
}

form .privacy-policy span.wpcf7-list-item label span.wpcf7-list-item-label a {
    text-decoration: underline !important;
}

#background_position_top_center {
    background-position: top center !important;
}

@media all and (min-width: 768px) {
    #traject_ski_performance .wpb_wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    #traject_ski_performance .wpb_wrapper h2 {
        margin-right: 32px;
    }
}

body.error404 .qodef-content {
    margin-top: -60px !important;
}

@media only screen and (min-width: 768px) {
    body.error404 .qodef-content {
        margin-top: -70px !important;
    }
}

@media only screen and (min-width: 1024px) {
    body.error404 .qodef-content {
        margin-top: -80px !important;
    }
}

body.error404 .qodef-page-not-found form.searchform {
    display: none !important;
}

body.error404 .qodef-page-not-found a.qodef-btn {
    margin-top: 48px;
}

body.error404 .qodef-page-not-found .qodef-404-subtitle {
    font-size: 60px;
    line-height: 60px;
}

@media only screen and (max-width: 680px) {
    body.error404 .qodef-page-not-found .qodef-404-subtitle {
        font-size: 40px;
        line-height: 40px;
    }
}

body.qodef-dark-header .qodef-sticky-header .qodef-sticky-holder {
    /*background-color: transparent !important;*/
    /*box-shadow: none !important;*/
}

body .qodef-sticky-header .qodef-sticky-holder .qodef-vertical-align-containers {
    padding: 0 24px 0 0 !important;
}

body.qodef-dark-header .qodef-sticky-header .qodef-sticky-holder .qodef-vertical-align-containers .qodef-position-right .qodef-fullscreen-menu-opener-icon {
    color: black !important;
}