/*
Theme Name: WP_Spectrum
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: In 2015, Creating a magazine website with WordPress has never been easier.
Text Domain: wp_spectrum
*/

/**
 * Table of Contents:
 *
*/

/** Style all button site **/
@import "/wp-content/themes/wp-spectrum/css/buttons.css";

/** Style mobule and type title module **/
@import "/wp-content/themes/wp-spectrum/css/module.css";

/** Style all menu site **/
@import "/wp-content/themes/wp-spectrum/css/menu.css";

/** Style all shortcode site **/
@import "/wp-content/themes/wp-spectrum/css/shortcodes.css";

/** STYLE BASE SITE  **/
@import "/wp-content/themes/wp-spectrum/css/style.min.css";

/** Style base spectrum site **/
@import "/wp-content/themes/wp-spectrum/css/style.spectrum.css";

/** Style Shop **/
@import "/wp-content/themes/wp-spectrum/css/woocommerce.css";

/** Style custom home **/
@import "/wp-content/themes/wp-spectrum/css/custom-home.css";

/** Style RTL **/
@import "/wp-content/themes/wp-spectrum/style-rtl.css";

/** Style reponsive **/
@import "/wp-content/themes/wp-spectrum/css/responsive.css";

/** 3rd Extensions  **/
@import "/wp-content/themes/wp-spectrum/css/extensions.css";

@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
:root{
    --col-yellow: #f1c00a;
}
#cs-bottom-wrap{
	display: none;
}
a {
    text-decoration: none !important;
}

.header-wrapper{
    border-bottom: 2px solid var(--col-yellow);
}
.header-wrapper .container {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-wrapper .container .menu-main-menu-container{
    margin-left: auto;
    list-style-type: none;
}

#menu-main-menu{
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
    padding: 0;
    height: 100%;
}
#menu-main-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 0;
    width: 100vw !important;
    max-width: 350px;
    transition: opacity 0.35s, visibility 0.46s
}
#menu-main-menu .menu-item-has-children:hover .sub-menu, #menu-main-menu .menu-item-has-children:focus .sub-menu {
    visibility: visible;
    opacity: 1;
}
#menu-main-menu .menu-item {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
#menu-main-menu .menu-item a {
    display: flex;
    padding: 0 15px;
    height: 100%;
    align-items: center;
    color: #444;
}
#menu-main-menu .menu-item-has-children .sub-menu a {
    padding: 7px 12px;
}
#menu-main-menu .menu-item-has-children .sub-menu .menu-item:before {
    right: unset;
    bottom: 0;
    width: 3px;
    height: 100%
} 

.site-logo img{
    width: 150px;
    height: auto;
    padding: 5px 0;
}

#menu-main-menu .menu-item:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: var(--col-yellow);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
#menu-main-menu .menu-item:hover:before,
#menu-main-menu .menu-item:focus:before,
#menu-main-menu .menu-item.current-menu-item:before{
    opacity: 1;
}
#menu-main-menu .menu-item:hover a,
#menu-main-menu .menu-item:focus a,
#menu-main-menu .menu-item.current-menu-item a{
    color: #000;
}

.site-phone {
    display: flex;
    align-items: center;
    background-color: var(--col-yellow);
    color: #333;
    font-size: 22px;
    font-weight: 700;
    padding: 0 15px;
}
.site-phone a {
    color:#333 !important;
} 
a.main-button {
    background-color: var(--col-yellow);
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    display: block;
    margin:  0 auto;
    width: 270px;
    max-width: 90%;
    text-align: center;
}
a.main-button.align-left {
    margin-left: 0;    
}
a.main-button.align-right {
    margin-right: 0;
}

.separator {
    width: 100%;
    max-width: 300px;
    height: 2px;
    margin: 20px auto;
    background-color: #000;
    position: relative;
}

.separator .dash {
    width: 50%;
    left: 25%;
    top: -1px;
    height: 4px;
    background-color: var(--col-yellow);
    position: absolute;
}
.ml-image {
    margin-left: -210px;
}

.wpcf7 .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form-control {
    width: 100%;
    height: 40px !important;
    background-color: #fff;
}

.wpcf7 .wpcf7-form:before,.wpcf7 .wpcf7-form:after {
    display: none;
}

.wpcf7-form-control-wrap.textarea-994 {
    grid-column: -1/1;
}

.wpcf7-textarea.wpcf7-form-control {
    height: 180px !important;
}

.wpcf7-form-control::placeholder {
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s;
}

.wpcf7-form-control:focus {
    border-color: var(--col-yellow);
}
.wpcf7-form-control:focus::placeholder {
    color: var(--col-yellow)
}

.wpcf7-form-control.wpcf7-submit {
    grid-column: -2/-1;
    background-color: var(--col-yellow) !important;
    width: 170px;
    justify-self: flex-end;
    color: #fff !important;
    font-weight: 600;
    border-radius: 7px;
}
.wpcf7-response-output {
    grid-column: -1/1;
    text-align: center;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    color: red;
}


.romb-r {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.left-romb-wrap {
    position: relative;
    margin-right: 30px;
}

p.bbsd {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
}

p.fffsa {
    margin: 0;
    text-align: justify;
}

section.section-main {
    background-color: #f7f7f7;
    box-shadow: inset 0px 9px 10px -7px #0000000f, inset 0px -9px 10px -7px #0000000f;
}

.lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-image .vc_single_image-img {
    min-height: 200px;
    object-fit: cover;
}

.vc_custom_heading.title-card {
    border-left: 9px solid #f1c00a;
    padding: 40px 37px;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    left: calc((100vw - 1140px) / 2);
    transform: translate(0, -50%);
    font-size: 32px;
    line-height: 32px;
    color:  #fff;
    font-weight: bold;
    margin: 0;
    background-color: #00000099;
}
@media (max-width: 1200px){
    .vc_custom_heading.title-card {
        left: 30px;
    }
}
#footer {
    background-color: #1c1c1c;
}

#footer .container {
    display: flex;
    color:  #fff;
    padding: 25px 15px;
}

.foot-menu .menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    margin-bottom: 25px;
}

.foot-menu .menu .sub-menu {
    display: none;
}

.foot-logo {
    width: 180px;
    text-align: center;
}

.foot-content {
    flex: 1;
}

.foot-menu .menu-item a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 18px;
}
.contacts-txt .wpb_wrapper {
    display: flex;
    justify-content: space-evenly;
    font-weight: bold;
    flex-wrap: wrap;
    margin: 0 -10px;
    text-align: center;
}
.contacts-txt .wpb_wrapper p {
    margin: 10px;
}




.half-width .wpb_column:first-child .vc_column-inner {
    padding: 0 0 0 15px;
}

.half-width .wpb_column:last-child .vc_column-inner {
    padding: 0 15px 0 0;
}

.half-width .wpb_text_column, .half-width .wpb_raw_code {
    padding: 0 15px;
    width: 100%;
    max-width: 800px;
}

.half-width .wpb_column:first-child .wpb_text_column, .half-width .wpb_column:first-child .wpb_raw_code {
    margin-left: auto;
}

.half-width .wpb_single_image img {
    height: 100%;
    max-width: unset;
    width: 100%;
    object-fit: cover;
    object-position: 50%;
}

.half-width .no-container.cs-row-fullwidth {
    display: flex;
    flex-wrap: wrap;
}

.half-width .vc_column-inner, .half-width .vc_column-inner .wpb_wrapper, .half-width .vc_column-inner > .wpb_wrapper > .wpb_single_image, .half-width .vc_column-inner > .wpb_wrapper > .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
}

.sec-row-wrapper {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}
.sec-row-wrapper .call-now {
    font-size: 21px;
    font-weight: 900;
    text-shadow: 0px 0px 14px #00000055;
    max-width: 720px;
    margin: 0 15px;
}
.sec-row-wrapper .phone {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-shadow: 0px 0px 14px #00000055;
    margin-bottom: 0;
    white-space: nowrap;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.cs-itemBlog-meta {
    display: flex;
}

.cs-itemBlog-meta .cs-hedding-title {
    margin: 0 0 0 15px !important;
}
.cs-blog-content h2 {
    font-size: 24px;
}

#foot-phone{
    display: none;
    position: fixed;
    z-index: 500;
    bottom: 60px;
    right: 25px;
    border-radius: 50%;
    background-color: #f1c00a;
    color: #000;
    border: 1px solid;
    width: 46px;
    height: 46px;
    font-size: 22px;
    justify-content: center;
    align-items: center;
}

#mob-toggle {
    line-height: 82px;
    font-size: 32px;
    padding: 0 15px;
}
#mob-menu .menu, .sub-menu{
    list-style-type: none;
    padding: 0 10px;
    margin: 0
}
#mob-menu a{
    display: block;
    font-weight: bold;
    text-transform: none;
    padding: 4px;
}

@media (min-width: 992px) {
    #mob-menu,#mob-toggle {
        display: none;
    }
}
@media (max-width: 991px) {
    #menu-main-menu{
        display: none;
    }
    .sec-row-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
        text-align: center;
    }
    .sec-row-wrapper .call-now {
        margin: 10px 0
    }
    .half-width .no-container.cs-row-fullwidth {
        flex-flow: column;
    }
    .rev-mob.half-width .no-container.cs-row-fullwidth {
        flex-flow: column-reverse;
    }
    .half-width .wpb_text_column, .half-width .wpb_raw_code{
        margin: 10px auto !important;
        padding: 0 15px !important;
    }
    .half-width .wpb_column:last-child .vc_column-inner, .half-width .wpb_column:first-child .vc_column-inner {
        padding: 0 15px !important;
    }
    #footer .container {
        flex-flow: column;
        align-items: center;
    }
    #footer .container .foot-logo {
        margin-bottom: 25px;
    }
    .cs-blogClass-style2 .cs-blog .cs-hedding-title, .single-post .cs-blog-item-style1 .cs-hedding-title {
        font-size: 28px;
        line-height: 32px;
    }
    #foot-phone{
        display: flex;
    }
    .header-wrapper .site-phone {
        display: none;
    }
    #mob-menu{
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #fff;
        border: 1px solid #ddd;
    }
    #mob-menu.active{
        display: block;
    }
}
@media (max-width: 560px) {
    .romb-r {
        flex-flow: column;
    }
    .romb-r .left-romb-wrap{
        margin: 15px 0;
    }
    .row-with-uslugi .vc_column-inner > .wpb_wrapper .vc_custom_heading{
        padding: 10px;
        font-size: 18px !important;
    }
    .wpcf7 .wpcf7-form{
        grid-template-columns: 1fr;
    }
    .sec-row-wrapper .main-button {
        margin: 10px 0;
    }
    .sec-row-wrapper svg {
        display: none;
    }
    .cs-blogClass-style2 .cs-blog .cs-hedding-title,.single-post .cs-blog-item-style1 .cs-hedding-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px !important;
    }
}