/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-weight: 400;
}

.pb-0 {
    padding-bottom: 0;
}

.h1,
h1 {
    font-size: 26px;
    margin-bottom: .5em;
}

.s_academy h4 {
    margin-bottom: 2em;
    font-size: 16px;
}

.h2,
h2 {
    font-size: 26px;
    margin-bottom: 1em;
    font-weight: 300 !important;
}

.h2.subtitle,
h2.subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400 !important;
    color: #827252 !important;
}

.h3,
h3 {
    font-size: 16px;
    font-weight: 400 !important;
}

.h3.uppercase,
h3.uppercase {
    color: #000 !important;
}

.box-text .h4,
.box-text h4 {
    color: #cfbd9c !important;
    font-weight: 400 !important;
    font-size: 1.2em;
    margin: 10px 0 20px 0;
}

.h6,
h6 {
    font-size: 1em;
    opacity: 1;
    font-weight: 400 !important;
}

.button,
input[type=submit],
input[type=submit].button,
input[type=reset].button,
input[type=button].button {
    color: #000;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h6 {
    color: #0047BB !important;
    text-transform: uppercase;
}

h6 {
    color: #cfbd9c !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.banner h3 {
    font-size: 18px;
    line-height: 1.4;
}

.banner h4 {
    font-size: 16px;
    line-height: 1.4;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    font-weight: 400;
    font-size: 16px;
}

.button.primary {
    padding: .2em 2.6em;
}

.header-wrapper.stuck {
    background-color: #fff;
}

.header-wrapper.stuck .header-nav {
    margin-top: 0;
}

.header-top {
    height: 0;
    min-height: 0 !important;
}


#wide-nav {
    background-color: #f0cbce!important;
}

#wide-nav .html_topbar_left,
#wide-nav .html_topbar_right,
#wide-nav .nav-icon {
    margin: 0;
    width: 30%;
}

.header-bottom .nav-icon {
    text-align: center;
}

.header-bottom .html_topbar_right div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

#top-bar {
 
    background-color: #f0cbcd !important;
}

#top-bar > .container {
    background-color: #f0cbcd !important;
}

#top-bar .header-block,
#top-bar .header-block a {
    color: #000;
    transition: ease-in .4s;
}

#top-bar .header-block a:hover {
    color: #cfbd9c;
}

.nav.top-bar-nav {
    margin-top: 10px;
}

#top-bar .header-block p {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

#top-bar .header-block p i {
    margin-right: 3px;
}

.header .social-icons.follow-icons {
    font-size: 1.2em;
}

.header .social-icons.follow-icons a {
    margin: 0 15px;
}

.nav-spacing-xlarge > li {
    margin: 0 18px;
}

.nav-right,
.nav-right li {
    display: inline-block;
}

ul.has-block,
ul.has-block li {
    display: inline-block;
    margin-left: 35px !important;
    margin-bottom: 0;
}

.mobile-sidebar .social-icons a {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.mobile-sidebar .social-icons a i {
    width: 30px;
    height: 30px;
}

.mobile-sidebar .social-icons a i::before {
    margin: 0 auto;
}

.mobile-sidebar .icon-envelop {}

.top-bar-nav.nav-right li .header-block-block-1 ul li {
    margin-left: 35px !important;
}

#top-bar .nav-right .button {
    color: #ffffff;
    position: relative;
    padding: .2em 1.6em;
    margin-right: 0;
}

#top-bar .nav-right .button:hover {
    background-color: #000;
    color: #ffffff;
}

.icon-mail::before {
    content: "";
    background: url(/wp-content/uploads/2022/05/mail.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 20px;
}

.ri-grid {
    margin: 0 auto;
    position: relative;
    height: auto;
}

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ri-grid ul:before,
.ri-grid ul:after {
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1;
}

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.ri-grid ul li a {
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ri-grid-size-1 {
    width: 55%;
}

.ri-grid-size-2 {
    width: 100%;
}

.ri-grid-size-3 {
    width: 100%;
    margin-top: 0;
}

.ri-shadow:after,
.ri-shadow:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ri-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
    display: none;
}

.ri-loading-image {
    display: none;
}

.ri-grid-loading .ri-loading-image {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}

.banner .text {
    font-size: 15px;
}

.top-right-decor {
    position: relative;
}

.top-right-decor::before {
    content: "";
    background: url(/wp-content/uploads/2022/05/flower-decor-white.svg) no-repeat;
    width: 125px;
    height: 120px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.s_pack_1 h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.s_pack_1 h2.price {
    color: #ffffff !important;
    font-size: 40px;
}

.s_pack_1 ul {
    list-style-position: inside;
    padding-left: 0;
}

.s_pack_1 ul li {
    margin-left: 0;
}

.s_pack_1 img {
    max-width: 150px;
}

.s_pack .col-inner {
    display: flex;
    flex-direction: column;
}

.s_pack .col-inner .text {
    flex-grow: 1;
}

.f_image {
    width: 200px;
}

#footer {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

#footer .social-icons a.icon {
    min-width: 3.2em;
    min-height: 3.2em;
    line-height: 3em;
    border-color: #cfbd9c;
    border-width: 1px;
    margin-right: .5em;
}

.icon-facebook::before {
    content: "";
    background: url(/wp-content/uploads/2022/05/facebook-gold.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: block;
}

#footer .social-icons a.icon:hover {
    color: transparent !important;
    background-color: transparent !important;
    border-color: #cfbd9c !important;
}

.icon-instagram::before {
    content: "";
    background: url(/wp-content/uploads/2022/05/instagram-gold.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: block;
}

.icon-envelop::before {
    content: "";
    background: url(/wp-content/uploads/2022/05/mail-gold.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

#header .icon-envelop::before {
    content: "";
    background: url(/wp-content/uploads/2024/02/mail.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: block;
}

#header .icon-phone::before {
    content: "";
    background: url(/wp-content/uploads/2024/02/phone.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: block;
}

.mobile-nav .nav-icon a {
    color: #000;
}

#footer .is-divider {
    display: none;
    margin: 0;
}

#footer .widget-title {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 1em;
    display: block;
    line-height: 1.4;
}

#footer .widget-title::after {
    content: "";
    background: url(/wp-content/uploads/2024/02/gold-arrow.svg) no-repeat;
    width: 180px;
    height: 20px;
    display: block;
    margin-top: 1em;
}

.header:not(.transparent) .header-nav-main.nav > li > a:hover,
.header:not(.transparent) .header-nav-main.nav > li.active > a,
.header:not(.transparent) .header-nav-main.nav > li.current > a,
.header:not(.transparent) .header-nav-main.nav > li > a.active,
.header:not(.transparent) .header-nav-main.nav > li > a.current {
    color: #000 !important;
}

#footer .menu li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

ul.menu > li + li,
.widget > ul > li + li {
    border: 0;
}

.absolute-footer {
    color: #000;
}

.title-overlay {
    background-color: transparent;
}

.page-title .title-content {
    margin: 0;
    height: 0;
}

.s_border {
    background-color: #fbfbfb;
    padding-top: 20px;
    margin-bottom: 30px;
}

.mlr-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.sts_contact_2 .medium-4 {
    padding: 0 10px 20px 10px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

input[type=email],
input[type=date],
input[type=search],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    box-shadow: none;
    border: 1px solid #ececec;
}

input[type=email],
input[type=date],
input[type=search],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    height: 3.5em;
}

.sts_contact_2 input {
    margin-bottom: 0;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 10px 0 0 0 !important;
}

.wpcf7-acceptance label {
    font-weight: 400;
    font-size: .8em;
}

#contact_form .wpcf7-submit {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
}

.mb-20 {
    border-bottom: 1px solid #ececec;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.s_city {
    list-style: none;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.s_city li {
    display: inline-block;
    position: relative;
    margin: 0 0 10px 0 !important;
    padding: 0 5px 0 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.s_city li:first-child::before {}

.s_city li::before {}

.s_custom_text p {
    margin-bottom: .5em;
}

.button.primary {
    background-color: #fedfe7 !important;
    color: #000 !important;
}

.nav.nav-center.mobile-nav {
    flex-wrap: nowrap;
}

#top-bar .nav.mobile-nav .nav-icon a {
    color: #000 !important;
}

#top-bar .custom.html_topbar_right {
    text-align: right;
}

#top-bar .custom.html_topbar_right,
#top-bar .custom.html_topbar_left {
    width: 50%;
}

#top-bar .custom.html_topbar_right a,
#top-bar .custom.html_topbar_left a {
    padding-bottom: 0;
    display: block;
}

@media (max-width: 549px) {
    .header-main {
        /*margin-top: 75px;*/
    }

    .stuck .header-main {
        margin-top: 0;
    }

    .header-nav {
        margin-top: 50px;
    }
}

@media (max-width: 549px) {
    .s_border .col {
        padding-bottom: 0;
    }
}

@media (min-width: 320px) and (max-width: 549px) {
    #logo {
        /*margin-top: 50px;*/
    }

    .stuck #logo {
        margin-top: 0;
    }
}

@media (min-width: 550px) and (max-width: 1200px) {
    #logo {
        /*margin-top: 180px;*/
    }

    .s_academy {
        /*margin-top: 50px;*/
    }
}



@media (min-width: 550px) {

    .h1,
    h1 {
        font-size: 30px;
    }

    .s_academy h4 {
        font-size: 18px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h2.subtitle,
    h2.subtitle {
        font-size: 18px;
    }

    .top-right-decor::before {
        top: 20px;
        right: 20px;
    }

    .s_city {
        margin-bottom: 40px;
    }

    .s_city li {
        font-size: 15px;
    }
}

@media (min-width: 850px) and (max-width: 1199px) {
    #footer .widget-title {
        font-size: 14px;
    }
}

@media (max-width: 849px) {
    .header-main li.html.custom {
        display: inline-block;
        line-height: 37px;
    }

    .f_image {
        display: none;
    }

    .nav.nav-center.mobile-nav {
        /*border-bottom: 1px solid #827252;*/
        padding-bottom: 15px;
        margin-top: 10px;
    }
}



@media (min-width: 850px) {

    #top-bar,
    #top-bar > .container {
        background-color: #fff !important;
    }

    .banner h3 {
        font-size: 16px;
    }

    .banner h4 {
        font-size: 14px;
    }

    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .h3,
    h3 {
        font-size: 18px;
    }

    h3.uppercase {
        font-size: 26px;
    }

    .logo-center .flex-right {
        flex: 20 0 0 !important;
    }
}

@media (min-width: 980px) {
    .banner h3 {
        font-size: 19px;
    }

    .banner h4 {
        font-size: 17px;
    }

    .banner-blue .text-inner {
        padding: 70px 60px 0 0 !important;
    }
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 30px;
    }

    h3.uppercase {
        font-size: 30px;
    }

    .banner h3 {
        font-size: 24px;
    }

    .banner h4 {
        font-size: 20px;
    }

    .top-right-decor::before {
        content: "";
        width: 230px;
        height: 190px;
    }

    .banner-gold {
        padding-top: 460px !important;
    }

    .banner-blue .text-inner {
        padding: 150px 60px 0 0 !important;
    }
}
