/*
Theme Name: Nirvana Axiom Child
Template: nirvana-axiom
Theme URI: http://nirvana.axiomthemes.com/
Description: Nirvana Axiom - excellent WordPress theme with many different blog and header layouts
Author: AxiomThemes
Author URI: http://axiomthemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Theme customization starts here
-------------------------------------------------------------- */


.page-id-698 {
    animation-name: stagefade;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.6s;
    transition: initial!important;
  }

  
  @keyframes stagefade {
    0% {
      opacity: 0;
    }
  
    50% {
      opacity: 0;
    }
  
    
    100% {
      opacity: 1;
    }
  }

  

input[type="radio"], input[type="checkbox"] {
    display: inline-block;
}


.page_wrap.page_wrap {
    padding-top: 0;
}

.header_position_over .top_panel {
    position: relative;
}

.info-column .sc_content {
    max-width: 500px;
    margin-left: 0;
}

.remove_margins .sc_layouts_title.sc_layouts_title, .top_panel.with_bg_image .sc_layouts_title.sc_layouts_title {
    margin-bottom: 0;
}

.info-block {
    max-width: 880px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px!important;
}

.sc_form_field.sc_form_field_checkbox {
    max-width: 600px;
}

.radio-switch.radio-switch  > input:checked + label {
    border-radius: 32px;
}

li#menu-item-1984 a,
li#menu-item-1788 a{
    color: #221b24!important;
}

h4.sc_services_item_title a {
    border: 1px solid;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 28px;
    display: block;
    cursor: pointer;
}

h4.sc_services_item_title a:hover {
    background-color: #fff;
    color: #FF9800!important;
}

.sc_form_info_area span,
.sc_form_info_area a {
    color: #000!important;
    font-weight: 600;
    font-size: 16px;
}

.nf-before-form-content {
    margin: 20px 0;
}

.nf-field-container {
    margin-bottom: 40px!important;
}

.list-radio-wrap .nf-field-element {
    margin-top: 20px;
}

.checkbox-container.label-right label {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.listradio-wrap .nf-field-element label.nf-checked-label:after {
    border-color: #333;
    transition: all .5s;
    background: #e09e35;
}

.checkbox-container.label-right label:after {
    top: 3px!important;
}

.sc_form_info_item_address {
    margin-bottom: 40px;
}


/* CONTACT FORM */


.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    padding: 0 30px;
}

.nf-form-content textarea.ninja-forms-field {
    line-height: 24px;
}

ul.vc_tta-tabs-list {
    display: none!important;
}

.vc_tta-panel-body p {
    max-width: 500px;
    text-align: left;
    color: #000;
    font-size: 18px;
}

.vc_tta-panel-body > * {
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px!important;
}


@media (min-width: 768px) {

    .vc_tta-panels {
        border: none!important;
    }

    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
        background-color: #fbfbfb;
    }

}

/* HIDE ICONS */

.services-without-icon .sc_services_item_icon {
    display: none;
}

.sc_services_default .sc_services_item_icon + .sc_services_item_info.sc_services_item_info {
    padding-top: 4.8em;
}

/* HIDE HEADLINES */

.scheme_dark.sc_title .sc_title_subtitle,
.scheme_default .sc_item_subtitle {
    display: none;
}

.sc_item_subtitle + .sc_item_title.sc_item_title {
    margin-top: 1.5em;
}

/* HIDE SERVICE ICONS */

.mtsnb-hide span {
    font-size: 30px;
}

.sepia-images .sc_services .sc_services_item_icon {
    display: none;
}

.sepia-images .sc_services_item img {
    border-radius: 50%;
    max-width: 200px;
    filter: sepia(60%);
}

.hide-images img,
.hide-images .sc_services_classes .post_featured:after,
.cpt_team-template-default img.first,
.hide-images-visibility .post_featured.with_thumb.hover_dots.sc_team_item_thumb {
    display: none;
}

.hide-images-visibility img,
 {
    opacity: 0;
}




.bg-aligned {
    background-position: center 80%!important;
}

/* NOTIFICATION */

.sc_layouts-supersticky {
    top: 158px!important;
}

.sc_button_title {
    cursor: pointer;
}

span.mtsnb-text {
    display: block;
    font-size: 16px;
}

a.mtsnb-button {
    padding: 12px 36px!important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px!important;
    font-size: 14px!important;
    letter-spacing: 1px;
    box-shadow: none!important;
    text-shadow: none!important;
    color: #000!important;
    border-radius: 33px!important;
    display: block;
    font-family: "PT Sans",Verdana,Geneva,sans-serif!important;
}

header.site-header.sticky-header {
    margin-top: -12px;
}


.side-panel-menu.left {
    z-index: 10000;
}

/* BUTTON SWITCH */

.radio-switch .background {
    border-radius: 33px!important;

}

.container-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
  
  .container-toggle .row {
    width: 550px;
    margin: 0 auto;
    padding: 40px;
    background: #FBFBFB;
    margin-bottom: 1rem;
  }
  
  .radio-switch {
    position: relative;
    display: flex;
  }
  .radio-switch > input[type="radio"] {
    width: 0;
    opacity: 0;
    margin: 0;
  }
  .radio-switch > label {
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 14px;
    z-index: 1;
    margin: 5px 0;
    color: #666;
  }
  .radio-switch > label:not(:last-of-type) {
    border-right: 1px solid #00000010;
  }
  .radio-switch > input:checked + label {
    background: #e09e35;
    color: white;
    box-shadow: 1px 2px 20px #0000002b;
    border-radius: 4px;
    margin: 0;
  }
  .radio-switch .background {
    background: #eee;
    position: absolute;
    left: 0;
    top: 0;
    top: 10%;
    height: 80%;
    width: 100%;
    border-radius: 4px;
    box-shadow: 1px 1px 0px #00000012;
  }

  .scheme_default input[type="radio"] + label:before, .scheme_default input[type="checkbox"] + label:before {
    opacity: 0;
}

@media (max-width: 767px){
   
    .radio-switch {
        flex-direction: column;
    }

    .container-toggle .row {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #FBFBFB;
        margin-bottom: 1rem;
    }

    .radio-switch > label {
        width: auto;
    }

    .container-toggle .row {
        border: none!important;
        background: transparent;
        box-shadow: none;
    }

    input[type="radio"] + label, input[type="checkbox"] + label {
        background-color: #f7f7f7;
    }
    
    
}


/* HEADER */

.header_position_over .top_panel {
    z-index: 520;
}

.single-cpt_team .top_panel_title.sc_layouts_row.sc_layouts_row_type_normal,
.page-id-1899 .top_panel_title.sc_layouts_row.sc_layouts_row_type_normal {
    display: none;
}


.page-id-1899 .top_panel_title.sc_layouts_row.sc_layouts_row_type_normal {
    padding-top: 12%;
}

.page_wrap {
    padding-top: 88px;
}

.sc_services_item_thumb a {
    display: none;
}

.sc_layouts_row_type_compact.sc_layouts_row_type_compact {
    padding: 0!important;
    background-color: #fff;
}


.header__logo {
    max-width: 50px;
    max-height: 50px;
}

.sc_layouts_row_type_compact.sc_layouts_row_type_compact {
    padding: 1.4em 0 1.1em;
}

.columns_wrap.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__wrap.header__wrap.columns_wrap:after,
.header__wrap.header__wrap.columns_wrap:before {
    clear: none;
    width: auto;
    display: none

}

.scheme_dark .menu_side_inner, .scheme_dark .menu_mobile_inner {
    background-color: #221c25!important;
}

.search_wrap.search_style_normal.search_mobile.inited {
    display: none;
}

.mobile-logo {
    max-width: 140px;
    margin-top: 40px;
}

.menu_mobile .menu_mobile_nav_area {
    position: relative;
}

@media (max-width: 960px) {

    .hide-on-mobile {
        display: none!important;
    }

}


@media (max-width: 767px){
    .sc_layouts_column.sc_layouts_column {
        width: auto !important;
    }

    .menu_mobile .menu_mobile_nav_area.menu_mobile_nav_area {
        top: 22%;
    }
    
}


@media (max-width: 500px){

   .opening-times .sc_content {
        margin-top: -40px!important;
    }

    .vc_tta-panel-body p {
        font-size: 16px;
    }

    .sc_item_title.sc_item_title.sc_item_title  {
        font-size: 18px;
    }

    .radio-switch > label {
        border: none!important;
    }

    .radio-switch .background {
        background: transparent;
        box-shadow: none;
    }

    .nf-form-content.nf-form-content label {
        font-size: 16px;
    }

    input[type="radio"] + label, input[type="checkbox"] + label {
        font-size: 16px;
    }

    a.mtsnb-button.mtsnb-button {
        font-size: 12px!important;
        padding: 12px 25px!important;
        border-radius: 33px!important;
    }

    .mtsnb .mtsnb-container {
        position: relative;
        padding: 10px 15px;
        width: 100%!important;
        max-width: 300px;
    }

    span.mtsnb-text {
        font-size: 14px;
    }

    .vc_tta-panel-heading {
        display: none;
    }

    input[type="radio"] + label, input[type="checkbox"] + label {
        border-radius: 33px;
    }

    .home .sc_align_left {
        text-align: center;
    }

    .home .custom_content_1.sc_content_width_70p {
        margin-top: 0; 
        margin-bottom: 0;
    }

    .header__logo {
        max-width: 40px;
        max-height: 40px;
        padding-top: 8px;
    }

    .sc_item_descr.sc_item_descr p {
        color: #3c3c3c;
        display: inline;
        background-color: #dedede;
        padding: 0;
        padding-right: 8px;
        margin: 0;
        margin-right: 6px;
        margin-bottom: 12px;
        border-right: 1px solid;
    }
}



@media (max-width: 479px) {


    .menu_mobile .menu_mobile_nav_area > ul > li > a {
        font-size: 20px;
        line-height: 1.5em;
        text-align: center;
        padding: 12px 0;
    }

}

/* SERVICES */

.sc_services_link {
    display: none!important;
}

.first-talk-row {
    padding: 70px 0;
}

.sc_item_descr p {
    color: #3c3c3c;
    display: inline-block;
    background-color: #dedede;
    padding: 7px 12px;
    margin-right: 6px;
    margin-bottom: 12px;
}

.sc_content_descr div {
    color: #e09e35;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-top: 22px;
}

.sc_item_descr p:first-child,
.sc_item_descr p:last-child {
    display: none;
}

.sc_services_item_content {
    text-align: justify;
    padding: 0 12px;
}

.scheme_default .sc_services_light .sc_services_item_icon.sc_services_item_icon {
    margin-bottom: 0;
}

/* TEAM */

.sc_item_button.sc_item_button_simple.sc_team_button.sc_align_center.sc_button_wrap {
    display: none;
}

.sc_team_item_socials {
    display: none;
}

.team .sc_services_item_content {
    text-align: center;
}

.team {
    text-align: center;
}



.team .trx_addons_column-1_2 {
    width: 36%;
}


.opening-times {
    padding: 64px 0;
}

.services_page_featured {
    margin-bottom: 80px;
}

/* BTN */

.btn-single a {
    padding: 1.039em 3.07em!important;
    border: none!important;
}

/* STAGE */

.stage-bold-text {
    font-weight: 700!important;
}

/* BUTTONS */

/* .scheme_default .sc_button_hover_slide_left.sc_button_accent {
    background: linear-gradient(to right, rgba(255,255,255,0.22) 50%,#e09e35 50%) no-repeat scroll right bottom / 210% 100% #e09e35 !important;
} */



/* ICON TEASER */

.scheme_default .sc_services_light .sc_services_item_icon.sc_services_item_icon {
    color: #e09e35;
}

/* HEADLINE */
.sc_item_title.sc_item_title {
    margin-bottom: 1.2em;
    font-size: 2.1em;
}


/* BUTTONS */

.sc_item_button.sc_item_button a, .sc_form.sc_form button, .sc_button.sc_button, .sc_price_link, .sc_action_item_link {
    font-size: 16px;
    line-height: 15px;
}


/* FEEDBACK SLIDER */

.sc_testimonials.sc_testimonials.swiper-container-horizontal>.swiper-pagination {
    padding: 18px 20px;
}

.sc_testimonials_simple.sc_testimonials_simple .sc_testimonials_item_content {
    font-size: 1.166em;
    line-height: 1.68em;
    max-width: 800px;
    margin: auto;
}


/* BLOG POST*/

.sc_layouts_title_meta {
    display: none;
}

.sc_layouts_title_breadcrumbs {
    display: none;
}

/* FOOTER */

.contacts_logo img {
    max-width: 140px;
}

.site__logo img {
    max-width: 300px;
}

.stage__copyblock a {
    font-weight: 700;
}

.hotline {
    text-align: center;
    margin-bottom: 40px!important;
    font-size: 20px;
}



@media (max-width: 767px) {

    
    .site__logo img {
        max-width: 199px;
        margin-bottom: 26px;
    }



}


/* STAGE STYLES */


.stage img {
    margin-bottom: 60px;
    max-width: 276px;
}

.stage {
    height: 100vh;
    background-color: #e7e7e7;
}


.stage > div > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    min-height: 600px;
}

.stage__buttons .wpb_wrapper {
    display: flex;
}

.stage__copyblock p {
    font-size: 18px;
    color: #3e3e3e;
}

.stage__headline.stage__headline > div,
.stage__copyblock.stage__copyblock > div {
    margin-bottom: 26px;
}


.stage__headline h1 {
    font-weight: 500;
    text-transform: uppercase;
}


.stage__buttons a {
    color: #fff!important;
    font-weight: 600;
    line-height: 20px!important;
    min-width: 260px;
    text-align: center;
    margin: 0 10px;
}

.stage__buttons {
    margin-bottom: 40px!important;
}

div a.sc_button_secondary.sc_button_secondary.sc_button_secondary {
    background: #5b5c5e!important;
}

.sc_button_secondary:hover {
    opacity: 0.8;
}

a.scroll-arrow {
    color: #000!important;
}

.scroll-arrow svg {
    width: 14px;
    display: block;
    margin: 10px auto;
}

.scroll-arrow .arrow {
    animation: scroll .35s ease-in alternate infinite;
}

@keyframes scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(10px);
    }
  }



@media (max-width: 580px) {

    .stage__buttons .wpb_wrapper {
        display: flex;
        flex-direction: column;
    }


    .stage img {
        margin-bottom: 60px;
        max-width: 220px;
    }


}


@media (max-width: 580px) {

    .stage__copyblock {
        padding: 0 20px;
        text-align: center;
    }

    .stage__copyblock br {
        display: none;
    }

    .stage__buttons .wpb_wrapper {
        margin-bottom: 60px;
    }


}
  
  


