/*
1. BODY ELEMENTS
1.1 RESPONSIVE
2. STYLE HEADERS
3. STYLE FOOTER
4. MODULE NAVIGATION
5. MEDIA SCREEN
6. SHORTCODES
*/


/*
1. BODY ELEMENTS
*/
html,body { 
    height: 100%; 
    width: 100%; 
    -webkit-font-smoothing: antialiased;
}
body{
    overflow-x: hidden; 

}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #222227;

}
body::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: 1px solid #222227;
   border-radius: 12px;
}

* {
    word-wrap: break-word;
}
a,
button {
    -webkit-transition: all 300ms ease;
    -khtml-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}


.logo img, .navbar-header .logo img {
 max-width: 2700px;
 width: 100%;
}



.navbar-default .navbar-nav>li>a {
    color: #85888b;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    color: #fff;
    background-color: #000;
    font-family: 'acre-light', Arial;
}
p {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #686868;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}
ol.breadcrumb li a {
    color: #fff;
}
ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 14px;
}



/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 19px 15px 0 !important;
    padding: 0px 15px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    background: #fff !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    display: none;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #000;
}
#navbar .menu-item.selected > a,
#navbar .menu-item:hover > a {
    background: transparent;
}
.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}
.is_header_semitransparent .navbar-default {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
header.header2 {
    /* left: 0; */
    /* position: absolute; */
    /* width: 100%; */
    /* z-index: 40; */
    /* top: 20px; */
}
body.is_header_semitransparent .is-sticky #mt-nav-burger span{
    background: #000000;
}
body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, 
body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, 
body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
    color: #000000;
}
body.is_header_semitransparent #mt-nav-burger span {
    background: #000 none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}
.is_header_semitransparent #navbar .menu-item > a {
    color: #fff;
}

@media(min-width: 767px) {
    body #navbar ul:not(.sub-menu) > .menu-item:hover > a,
    body #navbar ul:not(.sub-menu) > .current_page_item > a {
        color: #d0b379  !important;
    }


    



}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;

}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
font-weight: 400;
    line-height: normal;
    padding: 10px 3px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 14px;
}
#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}
#navbar .sub-menu .menu-item:last-child > a {
    padding-bottom: 3px !important;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}
#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
div#navbar {
    text-align: center;
    padding: 0px;
    padding-right: 50px;
}
.menu.nav-effect.nav-menu {
    margin: 0 auto;
    float: none;
    /* vertical-align: bottom; */
}
#navbar .menu-item:hover .sub-menu ~ .sub-menu{
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item:hover .sub-menu .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}
#navbar .menu-item .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
#navbar .menu-item .sub-menu .sub-menu .sub-menu .sub-menu,
#navbar .menu-item:hover .sub-menu .sub-menu .sub-menu,
#navbar .menu-item.sub-menu .menu-item:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item .sub-menu .menu-item .sub-menu {
    left: 104%;
    top: -11px !important;
}
#navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
#navbar .menu-item .sub-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 100%;
}
#navbar .sub-menu {
    text-align: center;
    opacity: 0;
    position: absolute;
    width: 250px;
    top: 100%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    visibility: hidden;
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid rgb(255 255 255 / 20%);
    background-image: url(../images/patternLed.jpg);
}


#navbar .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
    position: absolute;
    right: 20px;
    top: 10.5px;
    margin-left: 0px;
    content: '\f0da';
    font-family: 'fontawesome';
    opacity: 1;
    font-size: 14px;
}
.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 15px;
}
#navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 5px;
}
header nav ul {
    display: inline-table;
}
.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}
.navbar ul li:hover > ul.sub-menu {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
#navbar ul.sub-menu li a {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    padding: 3px 13px;
}
#navbar li li {
    display: list-item; 
    list-style: none; 
    position: relative;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo a {
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}
.logo a:hover {
    color: #ffffff;
}
.navbar-collapse.collapse.in .menu .menu-item {
    text-align: center;
    width: 100%;
}
/* 15. Navbar styling */

.navbar-header .logo {
    margin: 7px 0;
    text-align: left;
}
.menu .item {
    display: inline-block;
}


.navbar-nav > li > a:hover {
    text-decoration: none;
}
nav {
    background: #2f383d;
}
.menu .menu-item {
    display: b;
    position: relative;
}

.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #000000;
}
/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.header2 .menu.nav-effect.nav-menu {
    width: auto;
    display: block;
    margin: 0 !important;
    text-align: center;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 10px 0;
    text-align: left;
    position: relative;
    z-index: 9;
}
body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 90px;
    padding: 0px 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'acre-thin', Arial;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding-top: 10px;
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 300px;
    text-align: center;
    font-family: 'acre-light', Arial;
}
footer .contact-details p {
    color: rgba(255,255,255,1);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0;
    opacity: 1;
    padding: 0;
    padding-left: 30px;
    position: relative;
}
footer .textwidget.custom-html-widget {
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    font-size: 13px;
}
.footer-logo {
    width: 250px;
}
.footer-top .widget_nav_menu li {
    display: block;
    width: 50% !important;
    float: left;
}
.footer-top .widget_nav_menu li:first-child {
    border: 0;
}
footer .textwidget p a {
    color: #757575;
}
footer aside#nav_menu-2 {
    text-align: left;
}
footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'acre-thin', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #d0b379 !important;
    text-transform: uppercase;
    text-align: center;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 10px 0;
    font-family: acre-light, Arial;
    text-align: left;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}



.footer-details {
    padding-top: 0px;
    /* padding-left: 20px; */
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #757575;
}
.footer-details p {
    margin-bottom: 20px !important;
    color: #fff;
    font-size: 16px;
}
.footer-details i {
    padding-right: 5px;
    /* position: absolute; */
    /* top: 4px; */
    color: #d0b379;
    position: relative;
    width: 20px;
    top: 2px;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #d0b379  !important;
}
 footer .widget_nav_menu li, footer .widget_recent_entries li {
    margin-bottom: 1px;
    position: relative;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.social-links {
    padding: 0;
    list-style: none;
}
ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}
ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}
.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

footer .menu .menu-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    position: relative;
    text-transform: none;
    /* border-bottom: 1px solid rgb(204 204 204 / 40%); */
}

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 30px 0 !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 0;
    max-width: 360px !important;
    mix-blend-mode: lighten;
    /* border-radius: 1000px; */
}
p.copyright {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
    font-family: 'acre-light', Arial;
}
p.copyright a {
    color: #d0b379;
    font-weight: 400;
}

.footer-div-parent {
    border-top: 1px solid #d0b3794a;
    background: transparent;
    border-radius: 0;
}

footer {
    background-color: #111;
    background-image: url(../images/footer-bg.webp);
    clear: both;
    background-size: cover;
}

/* 6. SHORTCODES */


a {
    color: #86898c;
    text-decoration: none;
}
td, th {
    /* padding: 10px !important; */
    /* text-align: center; */
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}
.wpcf7-form .wpcf7-submit {border: none;color: #000;font-size: 14px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 400;outline: none;white-space: nowrap;/* text-transform: uppercase; */font-family: "acre-light", Arial;color: #fff;line-height: 38px;height: 40px;border: 1px solid #d0b379;display: inline-block;padding: 0 60px 0 25px;border-radius: 100px;font-size: 16px;background: transparent;margin-top: 30px;}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #d09a5c;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {
   background-color: transparent;
   height: 40px;
   border: 2px solid #f4f7f7;
   color: #fff;
   padding: 0px 0px;
   line-height: normal;
   font-size: 15px;
   -webkit-transition: all .3s linear 0ms;
   -khtml-transition: all .3s linear 0ms;
   -moz-transition: all .3s linear 0ms;
   -ms-transition: all .3s linear 0ms;
   -o-transition: all .3s linear 0ms;
   transition: all .3s linear 0ms;
   -webkit-box-shadow: none;
   -khtml-box-shadow: none;
   -moz-box-shadow: none;
   -ms-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none;
   -webkit-border-radius: 0px;
   -khtml-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   -o-border-radius: 0px;
   border-radius: 0;
   width: 100%;
   outline: none;
   margin: 5px 0 10px;
   border: 0;
   border-bottom: 1px solid #ccc;
   /* margin-left: 20px; */
}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
}
.wpcf7-form .input-filled {
    position: relative;
    margin-bottom: 15px;
}
.ct-contact-form-modern .ct-contact-holder .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}
.wpcf7-form .input-filled>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 36px;
    z-index: 1;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    color: #fff;
    font-weight: 400;
    font-family: 'JuraLight', Arial;
}

.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px 0;
    }
.itexclusiv-contact select {
    color: #fff;
  
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.itexclusiv-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.itexclusiv-contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.itexclusiv-contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.itexclusiv-contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

div.pp_default .pp_top, div.pp_default .pp_bottom, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
    background: none!important;
}
.pp_bottom,
.pp_top {
    display: none !important;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 5px;
}

.header-title-breadcrumb-overlay h1 {
    color: #d0b379;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    font-weight: 400;
    /* margin-bottom: 30px; */
    padding-left: 45px;
    margin-top: 0;
}


.header-title-breadcrumb-overlay {
    background: #000;
    padding: 250px 0 100px;
    background-size: unset;
    background-position: center center;
    text-align: center;
    background-repeat: repeat;
}




@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

ul li, ol li {
    color: #686868;
    font-size: 16px;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'acre-light', Arial; 
}

h1, h2 {
    font-weight: 600;
    font-family: 'acre-light', Arial;
}
h3 {
    font-weight: 700;
}
h5 {
    font-family: "acre-light", Arial;
    font-weight: 600;
}

a {
    font-family: 'acre-light', Arial; 
}

p {
    font-family: 'acre-light', Arial;
    font-family: 'acre-thin', Arial;
}



@font-face {
  font-family: 'zoxi-regular';
  src: url('../aum/zoxi-regular.woff2') format('woff2');
  font-display: swap;
}



@font-face {
  font-family: 'acre-thin';
  src: url('../aum/acre-thin.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'acre-light';
  src: url('../aum/acre-light.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'acre-regular';
  src: url('../aum/acre-regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'acre-medium';
  src: url('../aum/acre-medium.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'acre-semi';
  src: url('../aum/acre-semi.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'acre-black';
  src: url('../aum/acre-black.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'acre-extrabold';
  src: url('../aum/acre-extrabold.woff2') format('woff2');
  font-display: swap;
}

body .slider-home {
    height: 100vh;
    background-size: cover;
    margin-bottom: -50px;
    position: relative;
    display: flex;
    align-items: center;
    background-position: top !important;
}
nav#sweetthemes-main-head > .container {
    width: 1360px;
}

ul#menu-menu-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar .menu-item.byonik-a a {
    color: #d0b379;
    text-transform: uppercase;
    font-family: 'acre-extrabold', arial;
    font-size: 18px;
    position: relative;
    /* bottom: 3px; */
}
#navbar .menu-item.byonik-a a span {
    font-size: 12px;
    vertical-align: super;
}

.logo-img {
    /* margin-left: -20px; */
}
body .home-section1 {
    min-height: 100vh;
    background-position: bottom !important;
    padding-bottom: 30px;
}
.slider-home .vc_col-sm-6:first-child {
    max-width: 650px;
    margin-left: auto;
}

.slider-home .vc_col-sm-6:first-child h3 {
    color: #d0b379;
    font-family: 'zoxi-regular', arial;
    font-weight: 400;
    font-size: 40px;
    padding-left: 20px;
}

.slider-home .vc_col-sm-6:first-child h4 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    font-weight: 400;
    margin: 30px 0;
}

.slider-home .vc_col-sm-6:first-child p {
    color: #fff;
    font-family: 'acre-thin', Arial;
}
a.btn-style1{
    color: #fff;
    line-height: 38px;
    height: 40px;
    border: 1px solid #d0b379;
    display: inline-block;
    padding: 0 60px 0 25px;
    border-radius: 100px;
    font-size: 16px;
    position: relative;
    margin-top: 30px;
}

a.btn-style1::after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    height: 34px;
    line-height: 32px;
    color: #111;
    display: inline-block;
    background: #d0b379;
    right: 2px;
    width: 34px;
    border-radius: 100px;
    text-align: center;
    top: 2px;
    font-size: 24px !important;
}

.home-section1-inner1 {
    max-width: 1260px;
    margin: 100px auto 30px !important;
    float: none !important;
    background: #1d1d1d;
    border: 1px solid #d0b379;
    padding: 40px 0 100px;
}

.home-section1-inner1 p {
    color: #fff;
    padding-left: 45px;
}


.home-section1-inner1 h3 {
    color: #d0b379;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 45px;
    margin-top: 0;
}

.home-section1-inner1 .wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0;
}

.home-section1-inner2 .vc_col-sm-6 > .vc_column-inner {
    padding: 200px 0 !important;
    border: 1px solid #d0b379;
    margin-top: -200px;
    position: relative;
    z-index: 2;
    box-shadow: 5px 0px 25px 0px #000000;
}

.home-section1-inner2 {
    margin-bottom: 150px;
    max-width: 1260px;
    margin: 100px auto 30px !important;
}
.home-section1-inner2 .vc_col-sm-6 {
    width: 70%;
}

.home-section1-inner2 .vc_col-sm-3 {
    width: 15%;
}
.law_slider_shortcode {
    display: flex;
    background: #1d1d1d;
    align-items: center;
}

.law_slider_titlu {
    width: 200px;
    writing-mode: tb-rl;
    text-align: center;
    color: #413b34;
    line-height: 60px;
    text-transform: uppercase;
    position: relative;
    left: 65px;
    transform: rotate(-180deg);
    /* word-spacing: 30px; */
    font-size: 120px;
    font-family: 'acre-thin', Arial;
}

.img-slider-slick-navigation {
    width: 200px;
    text-align: center;
}

.law_slider_box {
    width: calc(100% - 400px);
    margin-top: -120px;
    position: relative;
    z-index: 1;
    background: #1d1d1d;
}
.law_slider_box-child1 {
    padding: 5px;
    text-align: center;
}

.titlu-law1 {
    padding-top: 40px;
    color: #d0b379;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'acre-extrabold', Arial;
}

.titlu-law2 {
    padding-top: 0px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    font-weight: 400;
    margin: 0px 0;
    padding-bottom: 40px;
}
.home-section2 > .vc_col-sm-12 {
    /* margin-bottom: 50px; */
    border-top: 1px solid #d0b379;
    border-bottom: 1px solid #d0b379;
    /* padding-top: 100px; */
    background: #000000;
}

.home-section2 {
    padding-top: 150px;
    background: #000000;
}

.home-section2 > .vc_col-sm-12 > .vc_column-inner {
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.law_slider_box-child1 img {
    border: 1px solid #d0b379;
}

.img-slider-slick-navigation > div {
    width: 50px;
    height: 50px;
    margin: 15px auto;
    border: 1px solid #fff;
    border-radius: 100px;
    line-height: 58px;
    cursor: pointer;
    transition: all 300ms ease;
}

.img-slider-slick-navigation > div i {
    font-size: 30px !important;
}
.home-section3 .wpb_single_image {
    margin: 0 !important;
}
.home-section3 ul li {
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}

.home-section3 ul li strong {
    font-family: 'acre-extrabold', arial;
    font-size: 18px;
    color: #d0b379;
}

.home-section3 ul li::before {
    content: '\f046';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #d0b379;
    position: absolute;
    left: 0;
    top: 2px;
}



.home-section3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-id-387 .home-section3 h3 {
    font-size: 52px;
    margin-bottom: 15px;
}

.page-id-387 .home-section3 h5 {
    font-family: 'acre-extrabold', Arial;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 5px;
}

.page-id-387 .home-section3 p {
    font-size: 18px;
}
body .home-section3 {
    padding: 60px 0 95px;
    background-position: bottom !important;
}

.home-section3 h3 {
    padding-top: 40px;
    color: #d0b379;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'acre-extrabold', Arial;
    margin-bottom: 0;
}

.home-section3 h4 {
    padding-top: 0px;
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    margin-top: 0;
}

.home-section3 p {
    color: #fff;
    /* padding-left: 5px; */
}

.home-section3 .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 35px;
    max-width: 675px;
    margin: 0 auto;
}

.home-section3 h4 + p {
    text-transform: uppercase;
    font-family: 'acre-semi', Arial;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.home-section3 h3 strong {
    font-size: 26px;
    vertical-align: super;
    position: relative;
    bottom: 14px;
    padding-left: 6px;
    font-family: 'acre-semi', Arial;
    font-weight: 400 !important;
}

body .home-section3 .vc_row-fluid {
    max-width: 710px;
    margin-left: auto;
    background: #fff;
    margin-right: 0;
    border-top: 1px solid #111;
}

body .home-section3 .vc_row-fluid .vc_column-inner {
    border-right: 1px solid #111;
    padding: 0 10px;
}

body .home-section3 .vc_row-fluid .vc_column-inner img {
    padding-top: 20px;
    max-height: 131px !important;
    width: auto;
    margin-bottom: 15px;
}

body .home-section3 .vc_row-fluid .vc_col-sm-3 .vc_column-inner p {
    color: #111;
    font-family: 'acre-light', Arial;
    text-align: center;
    line-height: 22px;
    padding: 0;
}
.home-section3 .vc_col-sm-6:first-child .vc_column-inner {
    padding-left: 0;
}
.testimoniale-row h3 {
    color: #fff;
    font-size: 150px;
    text-align: center;
    opacity: .3;
    text-transform: uppercase;
    font-family: 'acre-light', Arial;
    mix-blend-mode: overlay;
    letter-spacing: 5px;
}

.testimoniale-row h4 {
    padding-top: 0px;
    color: #fff;
    font-size: 54px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    margin-top: -60px;
    text-align: center;
    letter-spacing: 3px;
}

.testimoniale-row h4 + p {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    opacity: .7;
}
img.testimonial02-img {
    width: 230px !important;
    height: 230px !important;
    border-radius: 100%;
    /* box-shadow: inset 4px 4px 15px 0px #000000; */
    /* border: 1px solid #d0b379; */
    /* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5); */
    position: relative;
    z-index: -2;
}

.testimonial01_item {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial02-img-holder {
    min-width: 230px;
    border: 1px solid #d0b379;
    border-radius: 150px;
    margin-right: 30px;
    height: 230px;
    box-shadow: inset 4px 4px 15px 0px #000000;
}


.testimoniale-row button.slick-prev.slick-arrow, .testimoniale-row button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    line-height: 1;
    outline: 0;
    top: 42%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    line-height: 38px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    border: 1px solid #fff;
}

.testimoniale-row button.slick-prev.slick-arrow::before, .testimoniale-row button.slick-next.slick-arrow::before {
    font-size: 22px;
    font-family: FontAwesome;
    color: #fff;
    position: relative;
    text-align: ce;
}

.testimoniale-row button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.testimoniale-row button.slick-next.slick-arrow::before {
    content: '\f105';
}

.testimonial02-img-holder + div {border: 1px solid #d0b379;border-radius: 150px;padding: 41px 115px;position: relative;}

.testimonail01-content {
}

.testimonial02-img-holder + div p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.name-test {
    margin-bottom: 0;
    font-family: 'acre-semi', Arial;
    letter-spacing: 1px;
    margin-top: 15px;
}

.testimonial02-img-holder + div::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    top: 25px;
    left: 70px;
    font-weight: 400;
    font-size: 27px;
    opacity: .5;
}

.testimonial02-img-holder + div::after {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 37px;
    right: 70px;
    font-weight: 400;
    font-size: 27px;
    opacity: .5;
}

body .testimoniale-row {
    padding-top: 30px;
    padding-bottom: 110px;
    /* background-size: contain !important; */
    background-color: #000 !important;
    background-position: bottom !important;
}

.testimonials-container-1 {
    max-width: 1320px;
    margin: 0 auto !important;
    margin-top: 80px;
}

.inner-contact {
    max-width: 1270px;
    margin: 0 auto !important;
    padding-top: 100px;
}
.titlu-serviciu h3 {
    padding-top: 0px;
    color: #d0b379;
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    margin-top: 0;
    text-align: center;
    max-width: 900px;
    line-height: 58px;
    margin: 0 auto;
}

.titlu-serviciu .wpb_text_column.wpb_content_element {
    margin: 0;
}
.inner-contact .vc_col-sm-6:first-child {
    background: #262626;
    width: 45%;
}

.inner-contact .vc_col-sm-6:last-child {
    width: 65%;
    margin-left: -10%;
    padding: 0;
    border: 4px solid #d0b379;
    margin-top: 65px;
}

.inner-contact .vc_col-sm-6:first-child > .vc_column-inner {
    max-width: 420px;
    padding-left: 45px;
    padding-bottom: 25px;
    padding-top: 50px;
    padding-right: 20px;
}

.inner-contact h5 {
    font-size: 36px;
    font-weight: 400;
    color: #d0b379;
    text-transform: uppercase;
    line-height: 44px;
    margin-bottom: 30px;
    margin-top: 0;
}

.footer-details p a {
    color: #fff;
    font-size: 16px;
}

button.wpcf7-form-control.wpcf7-submit::after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    height: 34px;
    line-height: 32px;
    color: #111;
    display: inline-block;
    background: #d0b379;
    right: 2px;
    width: 34px;
    border-radius: 100px;
    text-align: center;
    top: 2px;
    font-size: 24px !important;
}
.wpb_map_wraper {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.inner-contact .vc_col-sm-6:last-child .vc_column-inner {
    padding: 0;
}

.wpb_gmaps_widget.wpb_content_element {
    margin: 0  !important;
}
.footer-top {
    padding: 50px 0 50px !important;
}
.footer-top > .container {
    width: 1270px;
}

.menu-xfooter-menu-1-container {
    clear: both;
    max-width: 350px;
    margin: 0 auto;
}

    .sidebar-3 P {
    TEXT-ALIGN: CENTER;
    margin: 0 auto;
}

.social-f a {
    display: inline-block;
    padding: 0 10px;
    color: #d0b379;
    font-size: 25px;
}

.social-f a:hover {
    color: #fff;
}

.social-f a i {
    font-size: 25px !important;
}

.social-f {
    padding-top: 15px;
    TEXT-ALIGN: CENTER;
}

.col-md-4.sidebar-2::after {
    content: '';
    width: 1px;
    height: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
    opacity: .2;
}

.col-md-4.sidebar-1::after {
    content: '';
    width: 1px;
    height: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 80px;
    opacity: .2;
}


.vc_tta-accordion {
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 0;
}
span.vc_tta-title-text {
    font-size: 22px;
    line-height: 33px;
    color: #fff;
    color: #d0b379;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    /* padding: 10px 0; */
}

.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #222 !important;
    background-color: #2a2a2a !important;
}

.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
    background: #2a2a2a !important;
    border-color: #2a2a2a !important;
}



.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
    background: #000;
}
a.btn-style1:hover {
    background: #d09a5c;
}

.img-slider-slick-navigation > div:hover {
    background: #d09a5c;
    border-color: #d09a5c;
}

.testimoniale-row button.slick-prev.slick-arrow:hover, .testimoniale-row button.slick-next.slick-arrow:hover {
    background: #d09a5c;
    border-color: #d09a5c;
}
.law_slider_box-child1 a {
    position: relative;
    display: block;
}
.law_slider_box-child1 a::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #d0b379;
    mix-blend-mode: multiply;
    opacity: 0;
    transform: scale(.5);
    transition: all 400ms ease;
    height: 100%;
}

.law_slider_box-child1 a:hover::after {
    transform: scale(1);
    opacity: 1;
    transform-origin: center;
}

.serviciu-row1 {
    padding: 250px 0 70px;
    background: #000;
}


.serviciu-row1 h3 {
    color: #d0b379;
    font-family: 'zoxi-regular', arial;
    font-weight: 400;
    font-size: 40px;
    padding-left: 20px;
}

.serviciu-row1 h4 {
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    font-weight: 400;
    margin: 30px 0;
}

.serviciu-row1 p {
    color: #fff;
    font-family: 'acre-thin', Arial;
}
.serviciu-row1 .vc_col-sm-12 {
    /* max-width: 1300px; */
    margin: 0 auto !important;
    float: none;
}
.echipa-row h4 + p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.serviciu-row1 h4 strong {
    font-weight: 400;
    font-size: 30px;
    vertical-align: top;
}
.serviciu-row1 .wpb_single_image .vc_single_image-wrapper {
    margin: 0 !important;
    box-shadow: inset 4px 4px 15px 0px #000000;
    border: 1px solid #d0b379;
    border-radius: 50px 0px 50px 0px;
}
.serviciu-row1 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner {
    max-width: 650px;
    margin-left: auto;
}

.serviciu-row1 .wpb_single_image img {
    border-radius: 50px  0px  50px  0px;
    /* border: 1px solid #d0b379; */
    /* box-shadow: 5px 0px 25px 0px #000000; */
    z-index: -2;
    position: relative;
}

.serviciu-row1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.serviciu-row1 ul li {
    color: #fff;
    margin-bottom: 10px;
}

.serviciu-row1 ul li strong {
    font-family: 'acre-extrabold', arial;
    font-size: 18px;
    color: #d0b379;
}

.serviciu-row1 ul li::before {
    content: '\f02d';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #d0b379;
}



.tratamente-byonik-inner {
    max-width: 1260px;
    margin: 60px auto 100px !important;
    float: none !important;
    background: #1d1d1d;
    border: 1px solid #d0b379;
    padding: 60px 0 40px;
}

.tratamente-byonik-inner p {
    color: #fff;
    /* padding-left: 45px; */
}


.tratamente-byonik-inner h3 {
    color: #d0b379;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 35px;
    margin-top: 0;
    text-align: left;
}
body .tratamente-byonik {
    background-position: bottom !important;
}
.tratamente-byonik-inner h3 strong {
    font-weight: 400;
    font-size: 25px;
    vertical-align: top;
}

.tratamente-byonik-inner ul {
    list-style: none;
    /* PADDING: 0 30PX; */
    max-width: 600px;
    margin: 0;
}

.tratamente-byonik-inner ul li {
    display: flex;
    /* flex-direction: row; */
    /* place-content: space-between; */
    /* text-align: left; */
    border-bottom: 1px solid #cccccc47;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

.tratamente-byonik-inner ul li strong {
    display: inline-block;
    width: 50%;
    color: #d0b379;
    font-family: 'acre-semi', Arial;
    font-weight: 400;
}
.gallery_image3 ul.wpb_image_grid_ul li {
    padding: 10px !important;
    width: 33.33333% !important;
    text-align: center;
    margin: 0 !important;
    overflow: hidden;
}

.gallery_image3 ul.wpb_image_grid_ul li img {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.gallery_image3 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}

.gallery_image3 ul.wpb_image_grid_ul li a {
    position: relative;
}

.gallery_image3 ul.wpb_image_grid_ul li a::before {
    content: '\f055';
    font-family: 'FontAwesome';
    /* content: '' !important; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* mix-blend-mode: overlay; */
    background: rgb(10 10 10 / 70%);
    transition: all 300ms ease;
    display: block;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
    color: #fff;
    z-index: 2;
}

.gallery_image3 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}

.gallery_image3 {
    margin: 0px -15px;
    margin-top: 60px;
}

.gallery_image3 ul.wpb_image_grid_ul li:hover img {
    transform: scale(1.1);
}
body.page-id-163 .testimoniale-row {
    padding-top: 130px;
}

body.page-id-163 .testimoniale-row h3 {
    color: #ccc;
    opacity: .2;
    mix-blend-mode: hard-light;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}
.policy-div {
    background: #000;
    border-top: 1px solid #cccccc47;
}

.policy-div .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 50px 0 30px;
}

.policy-div .vc_col-sm-12 * {
    color: #fff;
}
.logo-img img {
    max-height: 100px;
    image-rendering: -webkit-optimize-contrast;
}
.home-section1-inner1 .wpb_single_image.wpb_content_element.vc_align_center.logo-lash img {
    max-height: 342px;
    width: auto;
    image-rendering: -webkit-optimize-contrast;
}
body .home-section3 img {
    border: 1px solid #d0b379;
    border-left: gainsboro;
}
.bg-img1 {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #d0b379;
    background-position: center;
}
.home-section3 h5 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    font-weight: 400;
    margin-top: 40px;
}
.home-section3 p strong {
    font-family: 'acre-extrabold', Arial;
    font-size: 18px;
    font-weight: 400;
    color: #d0b379;
}
.echipa-row .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 40px 0;
}
.echipa-row h3 {
    padding-top: 0px;
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
}

.echipa-row  h4 {
    text-align: center;
    font-size: 22px;
    margin-top: -10px;
    color: #d0b379;
    font-family: 'acre-extrabold', Arial;
    font-weight: 400;
}

table.vc-table-plugin-theme-classic tr.vc-th td {
    background: #2a2a2a !important;
    border-color: #d0b379 !important;
}
tr.vc-th span {
    font-family: 'acre-extrabold', arial;
    color: #d0b379 !important;
    font-size: 22px;
}

.wpb_vc_table td.vc_table_cell {
    font-size: 18px;
}
table.vc-table-plugin-theme-classic tr:nth-child(2n+1), 
table.vc-table-plugin-theme-classic tr:hover {
    background: #2a2a2a !important;
    border-color: #d0b379 !important;
}
table.vc-table-plugin-theme-classic {
    width: 100%;
}

.de-ce-alegi-s1 {
    padding: 65px 0 90px;
    background: #000;
}
.de-ce-alegi-s1 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner {
    max-width: 650px;
    margin-left: auto;
}

.de-ce-alegi-s1 .wpb_single_image .vc_single_image-wrapper {
    margin: 0 !important;
    box-shadow: inset 4px 4px 15px 0px #000000;
    border: 1px solid #d0b379;
    border-radius: 50px 0px 50px 0px;
}
.de-ce-alegi-s1 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner {
    max-width: 650px;
    margin-left: auto;
}

.de-ce-alegi-s1 .wpb_single_image img {
    border-radius: 50px  0px  50px  0px;
    /* border: 1px solid #d0b379; */
    /* box-shadow: 5px 0px 25px 0px #000000; */
    z-index: -2;
    position: relative;
}

.de-ce-alegi-s1 h3 {
    color: #d0b379;
    font-family: 'zoxi-regular', arial;
    font-weight: 400;
    font-size: 40px;
    padding-left: 20px;
}

.de-ce-alegi-s1 h4 {
    color: #fff;
    font-size: 41px;
    text-transform: uppercase;
    font-family: 'acre-thin', Arial;
    font-weight: 400;
    margin: 30px 0;
}

.de-ce-alegi-s1 p {
    color: #fff;
    font-family: 'acre-thin', Arial;
}
.de-ce-alegi-s1 .vc_col-sm-12 {
    /* max-width: 1300px; */
    margin: 0 auto !important;
    float: none;
}

.de-ce-alegi-s1 ol{
    counter-reset: section;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 35px;
}



.de-ce-alegi-s1 ol li::before {
    counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    left: 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
    /* font-family: "crimson", arial; */
    line-height: 37px;
    opacity: 1;
    background: #d0b379;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #111;
    top: -4px;
    font-weight: 800;
}

.de-ce-alegi-s1 ol li {
    position: relative;
    padding-left: 52px;
    margin-bottom: 40px !important;
    /* font-family: "Montserrat", arial; */
    font-size: 16px;
    color: #fff;
    /* display: flex; */
    line-height: 26px;
}




.de-ce-alegi-s1 h4 strong {
    font-family: 'acre-extrabold', Arial;
    color: #d0b379;
}
@media(max-width:1600px) {
    .bg-img1 {
        height: 350px;
    }

    .titlu-law1 {
        font-size: 22px;
        line-height: 32px;
        padding-top: 20px;
    }

    .titlu-law2 {
        font-size: 18px;
    }
    .law_slider_titlu {
        font-size: 60px;
    }
    .page-id-387 .home-section3 h3 {
        FONT-SIZE: 32PX;
    }

    .page-id-387 .home-section3 p {
        FONT-SIZE: 16PX;
        margin-bottom: 5px;
    }

    .page-id-387 .home-section3 h5 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .page-id-387 .home-section3 ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    body.page-id-387 .home-section3 .wpb_text_column.wpb_content_element {
        margin-bottom: 0;
    }
}


@media (min-width:767px) and (max-width:1024px) {
    .footer-top > .container {
        width: auto;
    }   
    .logo-img {
        display: none;
    }
    nav#sweetthemes-main-head > .container {
        width: auto;
    }
}

@media(max-width: 767px) {
   
    header nav ul {
        display: block;
        width: 100%;
    }

    #navbar .sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        visibility: visible;
        display: none;
        max-width: 100%;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 10px 0;
    }

    #navbar .sub-menu .menu-item > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-color: rgb(204 204 204 / 30%);
        padding: 10px 30px !important;
        border: 0;
        text-align: left;
    }

    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #fff;
        width: 100%;
        display: block;
        max-width: 100%;
    }

    span.expand {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .action-expand::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #000 !important;
        padding: 15px;
        display: block;
    }

    .show-menu .action-expand::after {
        content: "\f106";
    }

    .menu .menu-item {
        display: block;
    }

    div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
    }

    .logo img, .navbar-header .logo img {
        max-width: 180px;
    }

    .navbar-header {
        padding: 0 15px;
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        text-align: center;
    }

    .slik-slide {
        height: auto;
        overflow: hidden;
    }

    header.header2 {
        position: static;
        background: #111;
        padding: 0;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
        margin: 0;
    }

    .footer-top > .container {
        width: auto;
    }

    nav#sweetthemes-main-head > .container {
        width: 100%;
    }

    .slider-home .vc_col-sm-6:first-child h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .slider-home .vc_col-sm-6:first-child h4 {
        font-size: 32px;
        line-height: 42px;
    }

    body .slider-home {
        display: block;
        margin-bottom: 0;
        height: unset;
    }

    body .slider-home .wpb_text_column.wpb_content_element {
        margin: 0;
    }

    .home-section1-inner1 {
        margin: 30px 0 !important;
        padding-bottom: 0;
    }

    .home-section1-inner1 p {
        padding-left: 0;
    }

    .home-section1-inner1 h3 {
        padding-left: 0;
    }

    .home-section1-inner2 .vc_col-sm-3 {
        display: NONE;
    }

    .home-section1-inner2 .vc_col-sm-6 {
        width: 100%;
    }

    .home-section1-inner2 .vc_col-sm-6 > .vc_column-inner {
        MARGIN-TOP: 0;
        padding: 100px !important;
    }

    .home-section1-inner2 {
        margin: 30px 0 0 !important;
    }

    .titlu-serviciu h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .home-section2 {
        padding-top: 30px;
    }

    body .home-section1 {
        min-height: unset;
        padding-bottom: 0;
    }

    .law_slider_titlu {
        display: none;
    }

    .law_slider_box {
        width: 100%;
        margin-top: 0;
    }

    .law_slider_shortcode {
        display: block;
    }

    header .navbar-toggle i {
        color: #111;
    }
    .home-section3 .vc_col-sm-6:last-child .vc_column-inner {
        padding-left: 15px;
    }

    .home-section3 .vc_col-sm-6:first-child .vc_column-inner {
        padding-left: 15px;
    }

    body .home-section3 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home-section3 h3 {
        padding-top: 0;
    }

    .home-section3 h4 {
        font-size: 42px;
        padding-top: 10px;
    }

    .home-section3 h3 {
        font-size: 22px;
    }

    .home-section3 h4 + p {
        margin-bottom: 10px;
    }

    .home-section3 a.btn-style1 {
        margin-top: 0;
    }

    .testimoniale-row h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .inner-contact {
        padding-top: 0;
    }

    .inner-contact .vc_col-sm-6:first-child {
        width: 100%;
    }

    .inner-contact .vc_col-sm-6:last-child {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }

    .inner-contact .vc_col-sm-6:first-child > .vc_column-inner {
        padding: 30px 15px 0;
    }

    .inner-contact h5 {
        font-size: 24px;
        line-height: 32px;
    }

    .footer-details p {
        margin-bottom: 10px !important;
    }

    body .testimoniale-row {
        padding-bottom: 0;
        padding-top: 0;
    }

    .wpb_map_wraper iframe {
        max-height: 250px;
    }

    footer .footer-top .menu .menu-item a {
        padding: 10px 15px;
    }

    .footer-top {
        padding: 15px 0 !important;
    }

    .col-md-4.sidebar-1::after, .col-md-4.sidebar-2::after {
        display: none;
    }

    .col-md-4.sidebar-2 {
        padding: 20px 0;
    }

    aside#media_image-2 {
        text-align: center;
        padding-top: 30px;
    }

    .testimonial02-img-holder {
        display: none;
    }

    .testimonial02-img-holder + div {
        padding: 80px 015px;
        /* border: 0; */
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .testimoniale-row button.slick-prev.slick-arrow, .testimoniale-row button.slick-next.slick-arrow {
        display: none !important;
    }
    .wpb_vc_table td.vc_table_cell {
        font-size: 14px;
    }
    body.page-id-163 .testimoniale-row {
        padding-top: 20px;
    }
    tr.vc-th span {
        font-size: 14px;
    }

    span.vc_tta-title-text {
        font-size: 14px;
    }
    .testimoniale-row h4 {
        font-size: 32px;
        line-height: 42px;
    }
    .gallery_image3 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .logo-img {
        display: none !important;
    }
    .serviciu-row1 {
        padding: 30px 0;
    }   
    body .titlu-serviciu {
        padding-top: 50px !important;
    }
    .serviciu-row1 h4 {
        font-size: 32px;
        line-height: 42px;
        margin: 10px 0;
    }

    .serviciu-row1 {
        padding: 0;
    }

    ul#menu-menu-1 {
        display: block;
    }
}