/*
Theme Name: Consulting Child Theme
Template: consulting
Version: 1.0
Description: Consulting Child Theme
*/

@import url("../consulting/style.css");

.cf7-popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.cf7-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
    max-width: 50%;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
}

.cf7-close {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    font-size: 28px;
    color: #052224;
}

.open-cf7-popup {
    cursor: pointer;
}

.select2-container {
    z-index: 777!important;
}

.request_product {

}

.request_product-hidden {
    display: none;
}

button.vc_btn3-icon-right {
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.page_404 .button.theme_style_3,
.page_404 .button.theme_style_3 i {
    color: #fff!important;
}

.page_404 .bottom .bottom_wr {
    background: #00393d!important;
}

.page_404 .bottom h1 {
    color: #00393d!important;
}

.bordered-button a.wp-block-button__link {
    border-radius: 3px;
    position: relative;
    outline: 0 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 9px 20px 7px;
    text-transform: uppercase;
    background: transparent;
    border: 3px solid #0d4347;
    letter-spacing: 4px;
    color: #000;
    display: inline-block;
    line-height: 23px;
    transition: all .3s ease;
}

.bordered-button a.wp-block-button__link:hover {
    background-color: #084042;
    color: #FFFFFF;
    text-decoration: none;
}

.popup-form {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-form.active {
    display: flex;
    opacity: 1;
}

.popup-form__content {
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 50px 25px 30px 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    z-index: 777;
}

.popup-form.active .popup-form__content {
    transform: scale(1);
}

.popup-form__overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
    cursor: pointer;
}

.close-popup-btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 28px;
    color: #052224;
}

.consulting_elementor_stats_counter .inner {
    text-align: center;
}

.infobox.style_9 .infobox_title {
    font-size: 30px;
}

.infobox.style_9 .infobox_content p {
    font-size: 17px;
    line-height: 26px;
}

.stats_counter .counter_title {
    font-size: 18px;
}

.form-control, .input-group .form-control, .post-password-form input[type=password], .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .wpcf7-form-control, body .woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 17px!important;
    line-height: 26px;
}

.wpb_wrapper p, .elementor-element {
    font-size: 17px!important;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
}

.bordered-button a.wp-block-button__link {
    border-radius: 3px;
    position: relative;
    outline: 0 !important;
    font-weight: 400;
    font-size: 18px!important;
    padding: 9px 14px 7px;
    text-transform: uppercase;
    background: transparent;
    border: 3px solid #0d4347;
    letter-spacing: 4px;
    color: #000;
    display: inline-block;
    line-height: 23px;
    transition: all .3s ease;
}

.widget.widget_product_tag_cloud .tagcloud a, .widget.widget_tag_cloud .tagcloud a {
    font-size: 16px !important;
}

.stm_contact .stm_contact_info .stm_contact_job {
    font-size: 16px!important;
    margin: 0 0 9px;
}

.stm_contact .stm_contact_info .stm_contact_row {
    font-size: 16px!important;
    margin: 0 0 4px;
}

table {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}

td, th {
    padding: 5px!important;
}