 /*
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; 

}
* {
    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: 188px;
 width: 100%;
}
:root {
    scroll-behavior: inherit;
    --nm-clr-pr-1: #057DD1;
    --nm-clr-pr-2: #005aff;
    --nm-clr-pr-3: #DC3DF1;
    --nm-clr-sd-1: #dddd;
    --nm-clr-sd-3: #3558FE;
    --nm-clr-h-1: #090b28;
    --nm-clr-p-1: #b5b5b5;
    --nm-clr-black-1: #171619;
    --nm-clr-black-2: #111111;
    --nm-clr-black-3: #282828;
    --nm-clr-black-4: #1a1a1a;
    --nm-clr-gd-1: linear-gradient(62deg, rgb(9, 229, 255) 0%, rgb(8, 35, 242) 100%);
    --nm-clr-gd-3: linear-gradient(130deg, rgb(220, 62, 240) 21%, rgb(53, 88, 254) 58%, rgb(75, 175, 255) 100%);
    --nm-cube-1: 
cubic-bezier(0.55, 0.085, 0, 0.99);
    --nm-font-3: "Mona Sans", sans-serif;
    --nm-clr-h-4: #0A0A0A;
}


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

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

body {
    color: #111;
    background-color: #fff;
    font-family: 'Barlow', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #434343;
}
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: 16px;
}

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

.gallery_image4 ul.wpb_image_grid_ul li a::before {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgb(48 61 124 / 70%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

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

.gallery_image4 ul.wpb_image_grid_ul li {
    padding: 10px !important;
    width: 25% !important;
    text-align: center;
    margin: 0 !important;
}

.gallery_image4 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_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}
/* 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: #942C28  !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    color: #fff;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    /* text-transform: uppercase; */
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}
#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;
}

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:not(.contact-li) > a {
        color: #e6b055 !important;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
    /* box-shadow: 0 5px 20px rgb(17 17 17 / 5%); */
    padding: 5px 100px;
    background: #1C1C1C;
    /* border-bottom: 1.5px solid #4E4E4E; */
    /* background-image: url(../images/pattern-Garden-Club.png); */
    background-repeat: repeat;
    background-size: 30px;
    background: transparent;
}
/*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;
    color: #23ABEF;
}
div#navbar {
    text-align: center;
    padding: 0px;
    width: calc(100% - 415px);
}
.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: #171619;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid var(--nm-clr-pr-1);
}


#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: #fff;
    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: left;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 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: 85px;
    padding: 0px 18px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Barlow', Arial;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    /* text-transform: uppercase; */
}
.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: #434343;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 21px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 320px;
}
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%;
    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: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Barlow', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #222 !important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #434343 !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    text-align: left;
    padding-right: 5px;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #434343;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: #942C28;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    margin-top: 0;
    border-radius: 10px;
    overflow: hidden;
}
footer .footer-top .menu .menu-item a:hover {
    color: #23ABEF !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;
}

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 20px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 220px !important;
    border-radius: 10px;
}
p.copyright {
    color: #434343;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Barlow', Arial;
}
p.copyright a {
    color: #942C28;
    font-weight: 400;
}

.footer-div-parent {
    border-top: 1px solid rgb(204 204 204 / 20%);
    background: transparent;
    border-radius: 0;
}

footer {
    background-color: #000;
    clear: both;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: bottom;
}

/* 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 {background-color: #942C28;border: none;color: #fff;font-size: 16px;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: 600;outline: none;white-space: nowrap;font-family: "Barlow", Arial;border-radius: 100px;}

.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: #111;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {
background-color: #fff;
    height: 50px;
    border: 2px solid #f4f7f7;
    color: #000;
    padding: 0px 15px;
    line-height: normal;
    font-size: 16px;
    -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;
    font-family: Barlow;
    margin: 5px 0 20px;
    font-weight: 400;
    border: 1px solid #111;
}
.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;
}
.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    min-height: 200px;
    }
.itexclusiv-contact select {
    color: #86898c;
    background-image: url(../images/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

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

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 {
    font-size: 46px;
    line-height: 62px;
    color: #fff;
    font-weight: 400;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 220px 0 100px;
    background-size: cover;
    background-position: center center;
    text-align: left;
    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: #555969;
    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: 'Gilda Display', Arial; 
}


a {
    font-family: 'Barlow', Arial; 
}

p {
    font-family: 'Barlow', Arial; 
}

@media(min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

.header-top {
    background: rgb(230 176 85 / 80%);
    /* padding: 8px 0; */
    padding: 0 100px;
    /* background-image: url(../images/pattern-Garden-Club.png); */
}

.header-top-item {
    display: inline-block;
    padding: 13px 25px 14px 0px;
}

.header-top-item a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

header .social-f a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    line-height: 27px;
    text-align: center;
    margin-left: 15px;
}

.header-top-item i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

header .social-f {
    padding-top: 12px;
}

.navbar-header.col-md-3.col-sm-2 {
    width: 235px;
}

.static-btn a.default-btn2 {
    font-size: 16px;
    font-weight: 500;
    /* text-transform: capitalize; */
    line-height: 16px;
    letter-spacing: 0px;
    padding: 15px 30px 15px 30px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #942C28;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
}

.static-btn a.default-btn2::after, .static-btn a.default-btn2::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

span.blob-dl-btn__inner {
    background: #e6b055;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 10px;
    opacity: .9;
}

span.blob-dl-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
}

span.blob-dl-btn__blobs span {
    background: #942C28;
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

span.blob-dl-btn__blobs span:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

span.blob-dl-btn__blobs span:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

span.blob-dl-btn__blobs span:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

span.blob-dl-btn__blobs span:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.static-btn a.default-btn2:hover {
    color: #fff;
}

.default-btn2:hover .blob-dl-btn__blobs span {
    transform: translateZ(0) scale(1.7);
}

header .static-btn {
    margin-top: 23px;
    text-align: right;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.col-md-3.navbar-header3 {
    width: 180px;
    text-align: right;
}

.home-section {
    background-color: #1C1C1C;
    padding: 200px 100px 100px;
    background-size: cover;
    background-position: center;
    padding-right: 0;
    clear: both;
    overflow: hidden;
}
.home-section h3 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 1px 2px #111;
}

.home-section h3:before {
    content: '';
    width: 56px;
    height: 12px;
    background-image: url(../images/arrow-right.svg);
    display: inline-block;
    margin-right: 15px;
}
.home-section h4 {
    font-size: 72px;
    line-height: 81px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 1px 2px #111;
}
.home-section h4 + p {
    color: #fff;
    opacity: 1;
    max-width: 720px;
    text-shadow: 1px 2px #111;
}
.static-btn {

    position: relative;
    z-index: 2;
    display: inline-block;
}
.home-section > .vc_col-sm-12 > div {
    padding-top: 0 !important;
}
.home-section .vc_col-sm-6:last-child {
    width: 60%;
    margin-left: -10%;
}

.abs-1 {
    position: absolute;
    bottom: 30px;
    right: 55px;
    opacity: .9;
}

.home-section .wpb_single_image {
    margin: 0 !important;
}

.home-section .vc_col-sm-6:first-child > div > div {
    max-width: 1100px;
    /* margin-left: auto; */
}

.home-section2 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 70px;
}
.home-section2 .title-space {
    text-align: center;
}
.home-section2 .title-space h3 {
    font-size: 18px;
    line-height: 18px;
    color: #e6b055;
    font-weight: 400;
    margin-bottom: 20px;
}

.home-section2 .title-space h3:after {
    content: '';
    width: 56px;
    height: 12px;
    background-image: url(../images/arrow-right.svg);
    display: inline-block;
    margin-left: 15px;
}
.home-section2 .title-space h3:before {
    content: '';
    width: 56px;
    height: 12px;
    background-image: url(../images/arrow-left.svg);
    display: inline-block;
    margin-right: 15px;
}

.home-section2 .title-space h4 {
    font-family: 'Gilda Display', arial;
    font-size: 48px;
    line-height: 56px;
}

.home-section2 .vc_col-sm-2 > div > div {
    margin-top: 30px;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 4px;
    min-height: 166px;
    text-align: center;
    padding: 40px 5px;
    position: relative;
    z-index: 9;
}
.home-section2 .vc_col-sm-2 > div > div:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.home-section2 .vc_col-sm-2 > div > div::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 1px #e6b055;
    border-left: solid 1px #e6b055;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-radius: 4px;
}
.home-section2 .vc_col-sm-2 > div > div::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: solid 1px #e6b055;
    border-right: solid 1px #e6b055;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-radius: 4px;
}
.home-section2 .vc_col-sm-2 > div > div:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.home-section2 .vc_col-sm-2 > div > div:hover i {
    transform: scaleX(-1);
}
.home-section2 .vc_col-sm-2 > div > div .wpb_text_column {
    margin: 0 !important;
}

.home-section2 .vc_col-sm-2 > div > div .wpb_raw_code {
    margin: 0;
    transition: all 0.4s ease-in-out;
}

.home-section2 .vc_col-sm-2 > div > div .wpb_text_column h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
}

.home-section2 .vc_col-sm-2 > div > div .wpb_raw_code i {
    font-size: 48px;
    color: #e6b055;
    line-height: 48px;
    transition: all 0.4s ease-in-out;
}

.home-section2 > div > div {
    padding-top: 0 !important;
}


.wdt-content-elements-group.wdt-content-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    align-items: center;
    position: relative;
    top: -7px;
}

.wdt-content-icon-wrapper {
    margin: 0 10px 10px;
    display: inline-flex;
}

.wdt-content-title-group.below {
    margin: 0 10px 10px;
}

.wdt-content-item .wdt-content-icon-wrapper, .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    display: inline-flex;
}

.wdt-content-icon-wrapper span {
    border: 0;
    font-size: 40px;
    height: auto;
    width: auto;
    line-height: 0;
    padding: 0;
}

.wdt-content-title-group.below svg {}

.wdt-content-icon svg {
    width: 40px;
    height: 40px;
    display: inline-block;
    fill: #e6b055;
}

.wdt-content-title h5 {
    font-size: 22px;
    color: #111;
    margin: 0;
}

.wdt-content-title h5 a {
    color: #e6b055;
    font-weight: 600;
}

.html-call {
    display: inline-block;
}

.home-section3 .sweetthemes_button {
    display: inline-block;
    margin-right: 30px;
}

.home-section3 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 0 0 55px;
}
.home-section3 .title-space h3 {
    font-size: 18px;
    line-height: 18px;
    color: #e6b055;
    font-weight: 400;
    margin-bottom: 20px;
}

.home-section3 .title-space h3:before {
    content: '';
    width: 56px;
    height: 12px;
    background-image: url(../images/arrow-left.svg);
    display: inline-block;
    margin-right: 15px;
}

.home-section3 .title-space h4 {
    font-family: 'Gilda Display', arial;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
}

.list1 ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
    max-width: 500px;
    padding-top: 10px;
}

.list1 ul li {
    width: 50%;
    float: left;
    font-family: 'Gilda Display', arial;
    font-size: 20px;
    line-height: 26px;
    color: #111;
}

.list1 ul li img {
    width: 58px;
    margin-right: 4px;
}

.home-section3 .title-space p strong {
    color: #e6b055;
    font-weight: 600;
}

.list2 ul {
    list-style: none;
    padding: 0;
    margin: 0px 0 50px !important;
}

.list2 ul li::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    background: #e6b055;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 100px;
}

.list2 ul li {
    margin-bottom: 9px;
    color: #111;
    font-family: 'Gilda Display', arial;
    font-size: 18px;
    line-height: 28px;
    width: 50%;
}

.list1 {
    margin-bottom: 20px !important;
}

.home-section3 {
    background-repeat: no-repeat;
    background-position: bottom right;
}
.fig11 img {
    border-radius: 8px;
}

.fig22 img {
    border: 8px solid #fff;
    border-radius: 8px;
}

.fig11 {
    margin: 0 !important;
}

.fig22 {
    margin-top: -200px;
}

.block-abs {
    padding: 40px 22px;
    background-color: #FDF8F4;
    max-width: 200px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: 19%;
    right: 75px;
}
.home-section2 .vc_col-sm-2 > div > div:hover .wpb_raw_code {
   
    transform: scaleX(-1);

}

.home-section4 {
    background: #F8F8F8;
}
.home-section4 > div {
    /* max-width: 1270px; */
    /* margin: 0 auto !important; */
    /* float: none; */
    padding: 75px 0 55px;
}
.home-section4 .title-space h3 {
    font-size: 18px;
    line-height: 18px;
    color: #e6b055;
    font-weight: 400;
    margin-bottom: 20px;
}

.home-section4 .title-space h3:before {
    content: '';
    width: 56px;
    height: 12px;
    background-image: url(../images/arrow-left.svg);
    display: inline-block;
    margin-right: 15px;
}
.home-section4 > div > div {
    padding-top: 0px !important;
}
.home-section4 .title-space h4 {
    font-family: 'Gilda Display', arial;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
}

.home-section4 > div .title-space {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding-bottom: 65px;
}
.block-abs p {
    color: #222;
    padding-top: 20px;
    font-family: 'Gilda Display', arial;
    margin: 0;
    font-weight: 600;
}
.gt-thumb img {

    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.gt-thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
} 


.law_slider_box_shortcode_logo:hover .gt-thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.law_slider_box_shortcode_logo:hover .gt-thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.gt-thumb {
    overflow: hidden;
    position: relative;
}

.gt-content {
    padding: 24px;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.law_slider_box_shortcode_logo a {
    display: block;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.law_slider_box_title {
    font-family: 'Gilda Display', arial;
    color: #e6b055;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 10px;
}

.law_slider_box_desc {
    color: #111;
    font-size: 16px;
    line-height: 26px;
}

.law_slider_box_shortcode_logo:nth-child(2n+1) {
    margin-top: 20px;
}


.home-recenzii {
    background: #F7F3EE;
            background-repeat: no-repeat;
    background-position: bottom left;
}
.home-recenzii > div {
     max-width: 1270px;
     margin: 0 auto !important;
     float: none;
     padding: 75px 0 75px;
}
.home-recenzii .title-space h3 {
    font-size: 18px;
    line-height: 18px;
    color: #e6b055;
    font-weight: 400;
    margin-bottom: 20px;
}

.home-recenzii .title-space h3:before {
    content: '';
    width: 56px;
    height: 12px;
    background-image: url(../images/arrow-left.svg);
    display: inline-block;
    margin-right: 15px;
}
.home-recenzii > div > div {
    padding-top: 0px !important;
}
.home-recenzii .title-space h4 {
    font-family: 'Gilda Display', arial;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
}

.home-recenzii > div .title-space {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding-bottom: 25px;
}



.marque-section {
    display: block;
    unicode-bidi: isolate;
    background: #1C1C1C;
    position: relative;
    overflow: hidden;
    clear: both;
    background-image: url(../images/pattern-Garden-Club.png);
    background-repeat: repeat;
    background-size: 30px;
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: var(--theme2);
    z-index: 9
}

.text-slider {
    font-size: 26px;
    height: 105px;
    font-weight: 400;
    color: #fff;
    padding: 32px 5px;
    line-height: 28px;
    font-family: 'Gilda Display', arial;
}

@media (max-width: 767px) {
    .marquee-wrapper {
        transform:rotate(0)
    }

    .text-slider {
        font-size: 16px;
        padding: 10px 0;
        height: 65px;
    }
}

.text-slider.style-2 {
    color: #fff;
    font-weight: 200
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%
}

.marquee-list,.s2-box {
    width: 50%;
    float: left
}

.marquee-item {
    float: left;
    transition: animation .2s ease-out
}



@keyframes marqueeLeft {
    0% {
        left: 0
    }

    to {
        left: -100%
    }
}

.marquee-inner.to-right {
    animation: 25s linear infinite marqueeRight
}

ul.marqee-list.d-flex {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
@keyframes marqueeRight {
    0% {
        right: 0
    }

    to {
        right: -100%
    }
}

.marque-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0!important
}
.marque-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(270deg, #02010100 0%, #942C28  76%);
    display: block !important;
    z-index: 33;
    width: 40%;
}
.marque-section::after {
     display: block !important;
     z-index: 33;
     width: 40%;
     background-image: linear-gradient(-270deg, #02010100 0%, #942C28 76%);
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     /* left: 0; */
     bottom: 0;
}
span.text-slider::after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/star.png);
    display: inline-block;
    margin: 0 6px 0 20px;
    background-size: contain;
    position: relative;
    top: 5px;
}


.home-recenzii > div .sweetthemes_button {
    text-align: center;
}

.galerie-row > div {
  padding: 65px 0 0px;
}
.galerie-row .title-space {
    text-align: center;
      max-width: 1270px;
    margin: 0 auto 60px !important;
    float: none;
}
.galerie-row .title-space h3 {
    font-size: 18px;
    line-height: 18px;
    color: #e6b055;
    font-weight: 400;
    margin-bottom: 20px;
}

.galerie-row .title-space h3:after {
    content: '';
    width: 56px;
    height: 12px;
    background-image: url(../images/arrow-right.svg);
    display: inline-block;
    margin-left: 15px;
}
.galerie-row .title-space h3:before {
    content: '';
    width: 56px;
    height: 12px;
    background-image: url(../images/arrow-left.svg);
    display: inline-block;
    margin-right: 15px;
}

.galerie-row .title-space h4 {
    font-family: 'Gilda Display', arial;
    font-size: 48px;
    line-height: 56px;
}
.galerie-row > div > div {
    padding-top: 0 !important;
}
.image-slide-inner {
    padding: 0 15px;
}

.image-slide-inner img {
    border-radius: 8px 8px 0 0;

}
.image-slide-inner a {
        position: relative;
    overflow: hidden;
    display: block;
}

.image-slide-inner a::before {
    content: "\f302";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    left: 30px;
    top: 30px;
    bottom: 0px;
    right: 0;
    background: rgba(29, 29, 29, 0.6);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    z-index: 9;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #e6b055;
}

.image-slide-inner a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.galerie-row {
    background: #F8F8F8;
    padding-bottom: 5px;
}
.footer-top {
    padding: 75px 0 60px;
}

header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
    top: 0;
}
footer .social-f a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 26px;
    height: 26px;
    background: #942C28;
    border-radius: 100px;
    line-height: 27px;
    text-align: center;
    margin-left: 5px;
}
.home-section .vc_col-sm-6 > div > div {
    /* background: rgb(255 255 255 / 50%); */
    /* padding: 30px; */
}
.home-section {
    position: relative;
}
.home-section::after {
    background-color: #1C1C1C;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    opacity: .4;
}
@media(max-width: 1920px) {
    .home-section h4 {
        font-size: 54px;
        line-height: 64px;
        margin-bottom: 20px;
    }
}
.home-section > div {
    position: relative;
    z-index: 3;
}

.section-despre-noi {
    padding: 80px 0;
    background: #faf8f4;
}

.despre-noi-col-text {
    padding-right: 48px;
}

.despre-noi-col-dreapta {
    padding-left: 16px;
}

/* --- block-text-coloana --- */

.block-text-coloana h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #CD9F54;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.block-text-coloana h3::before,
.block-text-coloana h3::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #CD9F54;
    flex-shrink: 0;
}

.block-text-coloana h2 {
    font-family: 'Gilda Display', serif;
    font-size: 34px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.25;
    margin-bottom: 24px;
}

.block-text-coloana p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
    color: #4a4035;
    margin-bottom: 14px;
}

.block-text-coloana p:last-child {
    margin-bottom: 0;
}

.block-text-coloana strong {
    color: #952B2B;
    font-weight: 600;
}

/* --- lista-avantaje --- */

.lista-avantaje h4 {
    font-family: 'Gilda Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 16px;
}

.lista-avantaje ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* border-top: 1px solid #e8dfc8; */
}

.lista-avantaje ul li {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: #7a6e60;
    line-height: 1.4;
    padding: 14px 14px 14px 64px;
    /* border-bottom: 1px solid #e8dfc8; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 56px;
}

.lista-avantaje ul li strong {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 2px;
}

.lista-avantaje ul li strong::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 20px;
    color: #CD9F54;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: #fdf6ea;
    border: 1px solid #e8d5a8;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 10px;
}

.lista-avantaje ul li:nth-child(1) strong::before { content: '\f540'; }
.lista-avantaje ul li:nth-child(2) strong::before { content: '\f1eb'; }
.lista-avantaje ul li:nth-child(3) strong::before { content: '\f5c4'; }
.lista-avantaje ul li:nth-child(4) strong::before { content: '\f2e7'; }
.lista-avantaje ul li:nth-child(5) strong::before { content: '\f4fc'; }

/* --- cta-box-rezerva --- */

.cta-box-rezerva {
    background: #952B2B;
    padding: 28px 32px;
    text-align: center;
    margin-top: 24px;
    border-radius: 10px;
}

.cta-box-rezerva h4 {
    font-family: 'Gilda Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
}

.cta-box-rezerva p {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    margin-bottom: 20px;
}

.cta-box-rezerva a {
    display: inline-block;
    background: #CD9F54;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 28px;
    text-decoration: none;
    transition: background 0.2s ease;
    border-radius: 10px;
}

.cta-box-rezerva a:hover {
    background: #b8882d;
}

/* =============================================
   DE CE NOI
   ============================================= */

.section-de-ce-noi {
    padding: 55px 0 80px;
    background: #fff;
    border-top: 1px solid #e8dfc8;
}

.de-ce-noi-header .wpb_wrapper {
    text-align: center;
    margin-bottom: 56px;
}

.de-ce-noi-header h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #CD9F54;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.de-ce-noi-header h3::before,
.de-ce-noi-header h3::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #CD9F54;
    flex-shrink: 0;
}

.de-ce-noi-header h2 {
    font-family: 'Gilda Display', serif;
    font-size: 38px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0;
}

/* --- carduri --- */

.de-ce-noi-grid {
    background: #e8dfc8;
    gap: 1px;
    max-width: 1270px;
    margin: 0 auto !important;
}

.card-valoare {
    background: #faf8f4;
    transition: background 0.2s ease;
}

.card-valoare:hover {
    background: #fff;
}

.card-valoare-content {
    padding: 40px 32px;
    text-align: center;
    margin: 0 !important;
}

.card-valoare-content h4 {
    font-family: 'Gilda Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 12px;
    padding-top: 20px;
}

.card-valoare-content h4::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 36px;
    color: #CD9F54;
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
}

.card-natura .card-valoare-content h4::before    { content: '\f06c'; }
.card-servicii .card-valoare-content h4::before  { content: '\f0f5'; }
.card-locatie .card-valoare-content h4::before   { content: '\f5a0'; }

.card-valoare-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #7a6e60;
    line-height: 1.7;
    margin: 0;
}
.despre-noi-inner {
    max-width: 1270px;
    margin: 0 auto !important;
}

.lista-avantaje {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.lista-avantaje ul li:last-child {
    border: 0;
}
.block-text-coloana {
    padding-right: 50px;
}
ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

/* =============================================
   HOTEL — section-hotel
   ============================================= */

.section-hotel {
    padding: 80px 0;
    background: #faf8f4;
}

.hotel-inner {
    align-items: center;
    max-width: 1270px;
    margin: 0 auto !important;
}

.hotel-col-text {
    padding-right: 56px;
}

.hotel-col-imagine .wpb_wrapper {
    position: relative;
}

.hotel-col-imagine .hotel-imagine img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}



/* =============================================
   STATS — section-hotel-stats
   ============================================= */

.section-hotel-stats {
    background: #952B2B;
    padding: 0;
}

.hotel-stats-inner {
    margin: 0 !important;
}

.stat-card {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-card:last-child {
    border-right: none;
}

.stat-card-content {
    padding: 40px 32px;
    text-align: center;
    position: relative;
    margin: 0 !important;
}

.stat-card-content h4 {
    font-family: 'Gilda Display', serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    padding-top: 56px;
}

.stat-card-content h4::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 32px;
    color: #CD9F54;
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.stat-stele .stat-card-content h4::before    { content: '\f005'; }
.stat-camere .stat-card-content h4::before   { content: '\f236'; }
.stat-mobilier .stat-card-content h4::before { content: '\f6be'; }

.stat-card-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

/* =============================================
   DOTARI — section-dotari
   ============================================= */

.section-dotari {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #e8dfc8;
}

.dotari-header .wpb_wrapper {
    text-align: center;
    margin-bottom: 56px;
}

.dotari-header h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #CD9F54;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dotari-header h3::before,
.dotari-header h3::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #CD9F54;
    flex-shrink: 0;
}

.dotari-header h2 {
    font-family: 'Gilda Display', serif;
    font-size: 38px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0;
}

/* --- lista-dotari --- */

.dotari-col {
    padding: 0 16px;
}

.lista-dotari ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e8dfc8;
}

.lista-dotari ul li {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: #7a6e60;
    line-height: 1.4;
    padding: 14px 14px 14px 64px;
    border-bottom: 1px solid #e8dfc8;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 56px;
}

.lista-dotari ul li strong {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 2px;
}

.lista-dotari ul li strong::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 20px;
    color: #CD9F54;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: #fdf6ea;
    border: 1px solid #e8d5a8;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* coloana 1 */
.lista-dotari ul li:nth-child(1) strong::before { content: '\f26c'; }
.lista-dotari ul li:nth-child(2) strong::before { content: '\f6ff'; }
.lista-dotari ul li:nth-child(3) strong::before { content: '\f1eb'; }
.lista-dotari ul li:nth-child(4) strong::before { content: '\f2c9'; }

/* coloana 2 — lista-dotari-2 */
.lista-dotari-2 ul li:nth-child(1) strong::before { content: '\f72e'; }
.lista-dotari-2 ul li:nth-child(2) strong::before { content: '\f6c4'; }
.lista-dotari-2 ul li:nth-child(3) strong::before { content: '\f57b'; }
.lista-dotari-2 ul li:nth-child(4) strong::before { content: '\f2cd'; }

.dotari-inner {
    max-width: 1270px !important;
    margin: 0 auto !important;
}
/* =============================================
   RESTAURANT — section-restaurant
   ============================================= */

.section-restaurant {
    padding: 80px 0;
    background: #faf8f4;
    /* max-width: 1270px; */
}

.restaurant-inner {
    /* align-items: center; */
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none !important;
}

.restaurant-col-text {
    padding-right: 56px;
}

.restaurant-col-imagine .wpb_wrapper {
    position: relative;
}

.restaurant-col-imagine .restaurant-imagine img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* =============================================
   STATS — section-restaurant-stats
   ============================================= */

.section-restaurant-stats {
    background: #952B2B;
    padding: 0;
}

.restaurant-stats-inner {
    margin: 0 !important;
}

.stat-interior .stat-card-content h4::before  { content: '\f2e7'; }
.stat-terasa .stat-card-content h4::before    { content: '\f0fc'; }
.stat-mic-dejun .stat-card-content h4::before { content: '\f0f4'; }

/* =============================================
   MENIURI — section-meniuri
   ============================================= */

.section-meniuri {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #e8dfc8;
}

.meniuri-header .wpb_wrapper {
    text-align: center;
    margin-bottom: 56px;
}

.meniuri-header h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #CD9F54;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.meniuri-header h3::before,
.meniuri-header h3::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #CD9F54;
    flex-shrink: 0;
}

.blog-section .vc_col-sm-12 {
    height: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-section .vc_col-sm-12 h3 {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed', arial;
    font-size: 40px;
    color: #080337;
    line-height: 50px;
    max-width: 900px;
    margin: 0px auto 40px;
    text-transform: uppercase;
}


.blog_custom {
    box-shadow: 0 3px 20px rgb(0 26 41 / 11%);
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog_custom .col-md-12 {
    padding: 0;
    overflow: hidden;
}

.post-name a {
    font-size: 16px;
    line-height: 26px;
    /* font-family: 'Roboto Condensed', arial; */
    color: #080337;
    font-weight: 600;
    padding: 0 30px;
    display: block;
    /* text-transform: uppercase; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'noto sans', Arial;
}

span.time-n-date {
    position: absolute;
    top: 0;
    right: 0;
    /* font-family: 'Roboto Condensed', arial; */
    background: #942C28;
    color: #fff;
    min-height: 50px;
    min-width: 50px;
    padding: 9px 0;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
    border-radius: 0;
    font-size: 12px;
}

span.time-n-date span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.post-totl {
    padding: 30px  30px 10px;
}

span.author-p {
    font-weight: 400;
}

span.author-p a {
    color: #111;
    font-weight: 400;
    font-size: 14px;
}

span.author-p a::before {
    content: '\f2c0';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #111;
}

span.post-tags-list {
    font-weight: 400;
    margin-left: 15px;
    font-size: 14px;
}

span.post-tags-list::before {
    content: '\f02b';
    font-family: 'FontAwesome';
    margin-right: 5px;
    opacity: 1;
    font-weight: 400;
    color: #111;
}

img.blog_post_image {
    transition: all 300ms ease;
    /* border-bottom: 2px solid #832B27; */
}

.blog_custom:hover img {
    transform: scale(1.1);
}

.post-name a:hover {
    color: #942C28;
}
.post-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 30px;
    padding-top: 15px;
}
.high-padding {
    padding: 60px 0;
}

.sweetthemes-pagination-holder {
    text-align: center;
}
.pagination a.page-numbers:hover {
    background-color: #942C28;
    color: #fff;
}
.pagination .page-numbers {
    background-color: #fff;
    color: #252525;
    float: left;
    line-height: 1.42857;
    margin: 0 5px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .02);
    font-weight: 600;
}
.pagination a.page-numbers::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #942C28;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.pagination a.page-numbers:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sweetthemes-pagination.pagination .page-numbers.current {
    background: #942C28;
    color: #fff;
}
nav.navigation.pagination {
    background: transparent;
}
h2.screen-reader-text {
    display: none;
}

.header-title-breadcrumb.relative {
    position: relative;
    overflow: hidden;
}


span.post-categories i {
    color: #111;
    padding-right: 2px
}

span.post-categories a {
    font-weight: 400;
    color: #111;
    font-size: 15px
}

span.post-date i {
    color: #111;
    padding-right: 5px
}

.single-post span.post-categories {
    margin-right: 15px
}

.single-post .main-content .post-category-comment-date {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 20px 0;
    font-size: 15px
}

.sidebar-content .widget .widget-title {
    margin: 0 -20px 40px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    background: rgb(230 176 85 / 80%);
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #cccccc2e
}

.sidebar-content .widget_search form.search-form {
    padding-top: 0!important;
    overflow: hidden
}

.sidebar-content .widget_search label {
    width: 70%;
    float: left;
    margin: 0
}

.sidebar-content .widget_search label input.search-field {
    padding: 0 25px;
    border: 0!important;
    color: #fff;
    transition: .3s ease-in-out;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 15px;
    background: #1a1a1a;
    outline: 0!important
}

.sidebar-content .widget_search .search-submit {
    width: 30%;
    padding: 0 10px;
    margin-left: 0;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    height: 50px;
    position: relative;
    -webkit-transform: translateZ(0);
    overflow: hidden;
    font-size: 15px;
    background: #832B27;
    border: 1px solid #a55d07;
    color: #111;
    font-weight: 600
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-thumbnail {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0px;
    transition: .3s;
    -webkit-transition: .3s;
    will-change: opacity
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-thumbnail:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07)
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-date {
    border-radius: 0;
    color: #686868;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0 0;
    display: block;
    line-height: 1
}

.widget_sweetthemes_recent_entries_with_thumbnail li {
    list-style: none;
    margin: 0 0 20px
}

.widget_sweetthemes_recent_entries_with_thumbnail li:last-child {
    margin-bottom: 5px
}

.widget_sweetthemes_recent_entries_with_thumbnail li a {
    color: #111;
    font-weight: 600;
    display: block;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    font-size: 14px;
    line-height: 18px;
    font-family: 'noto sans', Arial;
}

.sidebar-content .widget_nav_menu li {
    position: relative;
    line-height: 30px
}

.widget_sweetthemes_recent_entries_with_thumbnail li img {
    border-radius: 0
}

.widget_categories .cat-item,.widget_categories li a {
    color: #ccc;
    font-weight: 400;
    font-size: 15px;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    padding: 5px 0
}

body.single-post .col-md-9.main-content .article-content-single {
    background: #f6f6f6;
    padding: 0 30px 15px;
    /* box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    /* -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.05); */
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    border-radius: 0 0 20px 20px
}

.single-post h1.post-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Gilda Display', Arial;
}

.social-sharer li a {
    display: block;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    line-height: 35px;
    background: transparent;
    /* width: 35px; */
    /* height: 35px; */
    color: rgb(230 176 85 / 80%);
    border-radius: 100px;
    font-size: 20px;
}

.social-sharer>li {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0px 0!important;
    text-align: center;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

ul.social-sharer {
    overflow: hidden;
    padding: 0 15px;
    margin: 0
}

p.comment-form-cookies-consent label {
    font-weight: 400
}

span.share {
    color: #111;
    margin-right: 14px;
    /* position: relative; */
    /* bottom: 18px; */
    font-weight: bold;
}

img.profile-pic {
    max-width: 80px;
    border-radius: 21px;
    margin: -40px auto 0;
    position: relative;
    background: #fff;
    padding: 10px
}

body.single-post div#primary article {
    padding: 50px 0
}

.sidebar-content.sidebar-right .widget {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    font-size: 15px;
    padding: 0 20px 40px;
    /* box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    /* -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    border-radius: 10px;
    overflow: hidden;
    background: #f6f6f6;
}

body.single-post .thumbnail-single {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    text-align: center;
}

.widget_categories li a::before {
    content: '\f178';
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.single-post .article-content ol li,.single-post .article-content ul:not(.social-sharer) li {
    margin-bottom: 0;
    color: #686868;
    position: relative;
    font-size: 15px
}

.prev-next-post {
    float: left;
    margin-bottom: 70px;
    margin-top: 30px;
    width: 100%
}

.prev-next-post .rotate45 {
    background: rgba(0,0,0,0);
    border: 1px solid #c1c1c1;
    width: 36px
}

.prev-next-post .prev-post a span {
    margin-left: 5px
}

.prev-next-post .next-post a span {
    margin-right: 5px
}

.prev-next-post a span {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -6px
}

.next-post,.prev-post {
    padding: 0
}

.next-post a i,.prev-post a i {
    color: #000;
    font-size: 30px;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    opacity: .3
}

.about-us-section2.erp-section>div h1,.parerea-clientilor-row>div h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center
}

.post-navigation {
    position: relative;
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    clear: both;
    border-radius: 20px;
    overflow: hidden
}

.post-navigation .next-post,.post-navigation .prev-post {
    position: relative;
    color: #000;
    background: #f6f6f6;
    box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    display: flex
}

.post-navigation .next-post span,.post-navigation .prev-post span {
    text-transform: uppercase;
    color: #832B27;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin: 0 0 10px;
    transition: 250ms ease-in-out;
    -webkit-transition: 250ms ease-in-out
}

.post-navigation .next-post a,.post-navigation .prev-post a {
    font-size: 14px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    color: #111;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 700;
    font-family: 'noto sans', Arial;
    display: block;
}

.post-navigation .next-post a:hover,.post-navigation .prev-post a:hover {
    color: #832B27
}

.next-post-content,.prev-post-content {
    padding: 25px;
    width: 70%
}

.navigation-thumbnail {
    display: inline-block;
    width: 30%
}
.widget_sweetthemes_recent_entries_with_thumbnail ul {
    list-style: none;
    padding: 0;
}

.single-post-share.col-md-6.no-tags-cls {
    padding: 5px 0;
}

.article-details {
    text-align: center;
}
nav.navigation.pagination {
    background: #fff;
}

.container.blog-posts > .row {
    display: flex;
    flex-flow: row wrap;
}
.gdpr-container > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 30px 0;
}
.col-md-3.sidebar-content.sidebar-right {
    position: sticky;
    top: 25px
}

body.single-post .header-title-breadcrumb-overlay h1 {
    font-size: 24px;
    line-height: 32px;
}

body.single-post .thumbnail-single figcaption {
    display: none;
}

.social-sharer li a i {
    font-family: 'Font Awesome 5 Brands';
}

p.byline.text-right {
    font-weight: 400;
    color: #111;
}

.navigation-thumbnail a {
    display: block;
    height: 100%;
}

.navigation-thumbnail a img {
    height: 100%;
    object-fit: cover;
}

span.post-tags-list a {
    color: #111;
}
.meniuri-header h2 {
    font-family: 'Gilda Display', serif;
    font-size: 38px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0;
}
.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu ul li a {
    color: #111;
}
/* --- coloane meniu --- */

.meniuri-inner {
    gap: 1px;
    background: #FAF8F4;
    max-width: 1270px;
    margin: 0 auto !important;
    border-radius: 10px;
    overflow: hidden;
}

.meniu-col {
    background: #faf8f4;
}

.meniu-card-content {
    padding: 38px 35px 15px;
}

.meniu-card-content h4 {
    font-family: 'Gilda Display', serif;
    font-size: 26px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 8px;
    padding-bottom: 20px;
    padding-top: 56px;
    border-bottom: 2px solid #CD9F54;
    position: relative;
}

.meniu-card-content h4::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 3040;
    font-size: 32px;
    color: #CD9F54;
    position: absolute;
    top: 0;
    left: 0;
}

.meniu-italian .meniu-card-content h4::before { content: '\f57d'; }
.meniu-steak .meniu-card-content h4::before   { content: '\f814'; }

.meniu-card-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #7a6e60;
    line-height: 1.6;
    margin: 16px 0 0 0;
}

.meniu-card-content ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    /* border-top: 1px solid #e8dfc8; */
}

.meniu-card-content ul li {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #4a4035;
    padding: 12px 0 12px 28px;
    border: 1px solid #e8dfc8;
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.meniu-card-content ul li::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '\f054';
    font-size: 10px;
    color: #CD9F54;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.vc_tta-panel-body {
    padding: 0 !important;
    border: 0 !important;
}
.meniu-card-content ul li strong {
    font-weight: 500;
    color: #2c2c2c;
}
.col-md-4.sidebar-3 img {
    max-width: 200px !important;
}

.col-md-4.sidebar-3 .widget_media_image {
    position: absolute;
    top: 50px;
    right: 0;
}

/* ================================================
   Video Slider Slick
   ================================================ */

.video-slider-slick-shortcode {
    position: relative;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}

.video-slide {
    outline: none;
    padding: 0 6px;
    box-sizing: border-box;
}

.video-slide-inner {
    position: relative;
    width: 100%;
    background: #111;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 9 / 16; /* portrait — schimba la 16/9 pentru landscape */
}

/* ── Video ────────────────────────────────────── */

.video-slide-inner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

/* ── Overlay cu buton play (vizibil inainte de redare) */

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
    transition: opacity 0.25s ease;
    pointer-events: none; /* click-ul trece la video */
}

/* Ascunde overlay-ul cand video ruleaza */
.video-slide-inner.is-playing .video-overlay {
    opacity: 0;
}

.video-play-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    flex-shrink: 0;
}

.play-icon {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 17px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

/* ── Slick Arrows ─────────────────────────────── */

.video-slider-slick-shortcode .slick-prev,
.video-slider-slick-shortcode .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: background 0.2s;
}

.video-slider-slick-shortcode .slick-prev {left: 0;}
.video-slider-slick-shortcode .slick-next {right: 0;}

.video-slider-slick-shortcode .slick-prev:hover,
.video-slider-slick-shortcode .slick-next:hover {
    background: rgba(0, 0, 0, 0.85);
}

.video-slider-slick-shortcode .slick-prev::before,
.video-slider-slick-shortcode .slick-next::before {
    font-size: 16px;
    opacity: 1;
}

/* ── Dots ─────────────────────────────────────── */

.video-slider-slick-shortcode .slick-dots {
    bottom: -28px;
}

.video-slider-slick-shortcode .slick-dots li button::before {
    font-size: 7px;
    color: #aaa;
    opacity: 1;
}

.video-slider-slick-shortcode .slick-dots li.slick-active button::before {
    color: #222;
}

/* ── Responsive ───────────────────────────────── */

@media (max-width: 768px) {
    .video-slide { padding: 0 4px; }
    .video-play-btn { width: 44px; height: 44px; }
    .play-icon { border-width: 7px 0 7px 13px; margin-left: 3px; }
}

.video-slider-slick-shortcode button.slick-prev.slick-arrow, .video-slider-slick-shortcode button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 42%;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #952B2B;
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

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

.video-slider-slick-shortcode button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.video-slider-slick-shortcode button.slick-next.slick-arrow::before {
    content: '\f105';
}

.vc_tta.vc_general .vc_tta-tab:not(.vc_active)>a {
     background: #952B2B !important;
}


/* ============================================
   PISCINA PAGE — Garden Club Brașov
   Fonturi: Gilda Display (titluri), Barlow (text)
   Culori: #942C28 (roșu), #e6b055 (auriu)
   ============================================ */

/* --- ROW 1: INTRO --- */

.section-piscina-intro {
  padding: 90px 0px 55px;
  background: #fff;
}

.piscina-intro-inner {
  align-items: flex-start;
  gap: 48px;
  max-width: 1270px;
  margin: 0 auto !important;
  float: none;
}

.piscina-col-text .block-text-coloana h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #e6b055;
  margin-bottom: 12px;
}

.piscina-col-text .block-text-coloana h2 {
  font-family: 'Gilda Display', serif;
  font-size: clamp(26px, 3.5vw, 40px);
  color: #1a0e0e;
  line-height: 1.2;
  margin-bottom: 28px;
  font-weight: 400;
}

.piscina-col-text .block-text-coloana,
.piscina-col-text .block-text-coloana p {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #4a3a3a;
}

.piscina-col-dreapta {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Lista avantaje */
.lista-avantaje-piscina {
  background: #fdf7ee;
  border-left: 3px solid #e6b055;
  padding: 15px;
}

.lista-avantaje-piscina h4 {
  font-family: 'Gilda Display', serif;
  font-size: 18px;
  color: #942C28;
  margin-bottom: 18px;
  font-weight: 400;
}

.lista-avantaje-piscina ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.lista-avantaje-piscina ul li {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #5a4040;
  padding: 10px 0;
  border-bottom: 1px solid rgba(230, 176, 85, 0.25);
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 50%;
  float: left;
}

.lista-avantaje-piscina ul li:last-child {
  border-bottom: none;
}

.lista-avantaje-piscina ul li strong {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a0e0e;
}

/* CTA Program */
.cta-box-program {
  background: #942C28;
  padding: 26px 24px;
  text-align: center;
}

.cta-box-program h4 {
  font-family: 'Gilda Display', serif;
  font-size: 18px;
  color: #e6b055;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.cta-box-program,
.cta-box-program p {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 18px;
}

.cta-box-program a {
  display: block;
  background: #e6b055;
  color: #1a0e0e;
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 28px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.25s ease, color 0.25s ease;
  max-width: 200px;
  margin: 20px auto 0;
}

.cta-box-program a:hover {
  background: #fff;
  color: #942C28;
}

/* --- ROW 2: TARIFE --- */
.abs-top {
    text-align: right;
}
.abs-top img{
    margin-top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.section-piscina-tarife {
  padding: 55px 0px 90px;
  background: #f9f3ea;
}

.tarife-header {
  text-align: center;
  margin-bottom: 50px;
}

.tarife-header h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #e6b055;
  margin-bottom: 10px;
}

.tarife-header h2 {
  font-family: 'Gilda Display', serif;
  font-size: clamp(26px, 3.5vw, 38px);
  color: #1a0e0e;
  font-weight: 400;
  margin-bottom: 10px;
}

.tarife-header p {
  font-family: 'Barlow', sans-serif;
  /* font-size: 13px; */
  color: #9a7a6a;
  margin: 0;
}

.tarife-grid {
  gap: 24px;
  margin-bottom: 24px;
}

/* Card general */
.card-tarif {
  box-shadow: 0 2px 16px rgba(148, 44, 40, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-tarif:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(148, 44, 40, 0.15);
}

.card-tarif-content {
  padding: 36px 24px;
  text-align: center;
  height: 100%;
  margin: 0 !important;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-tarif-content h4 {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.card-tarif-content p {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 16px;
}

.pret-mare {
  font-family: 'Gilda Display', serif;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 400;
}

.happy-hours {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  padding: 9px 14px;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.happy-hours span {
  font-weight: 700;
  font-size: 15px;
}

/* Card cazați */
.card-cazati {
  background: #942C28;
}

.card-cazati .card-tarif-content h4 {
  color: rgba(230, 176, 85, 0.85);
}

.card-cazati .pret-mare {
  color: #e6b055;
  font-size: 38px;
}

.card-cazati .card-tarif-content p {
  color: rgba(255, 255, 255, 0.75);
}

/* Card luni-vineri */
.card-lv {
  background: #fff;
}

.card-lv .card-tarif-content h4 {
  color: #942C28;
}

.card-lv .pret-mare {
  color: #1a0e0e;
}

.card-lv .card-tarif-content p {
  color: #6a5050;
}

.card-lv .happy-hours {
  background: #fdf7ee;
  color: #6a5050;
}

.card-lv .happy-hours span {
  color: #942C28;
  display: inline-block;
  margin-left: 15px;
}

/* Card sâmbătă-duminică */
.card-sd {
  background: #1a0e0e;
}

.card-sd .card-tarif-content h4 {
  color: #e6b055;
}

.card-sd .pret-mare {
  color: #fff;
}

.card-sd .card-tarif-content p {
  color: rgba(255, 255, 255, 0.7);
}

.card-sd .happy-hours {
  background: rgba(230, 176, 85, 0.12);
  color: rgba(255, 255, 255, 0.75);
}

.card-sd .happy-hours span {
  color: #e6b055;
}

/* Copii grid */
.copii-grid {
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}

.card-copii {
  box-shadow: 0 2px 12px rgba(148, 44, 40, 0.07);
}

.card-copii-content {
  padding: 30px 24px;
  text-align: center;
  margin: 0 !important;
}

.card-copii-content h4 {
  font-family: 'Gilda Display', serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.card-copii-content p {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  margin: 0;
}

.card-copii-gratuit {
  background: #fff;
  border-top: 3px solid #e6b055;
}

.card-copii-gratuit .card-copii-content h4 {
  color: #1a0e0e;
}

.card-copii-gratuit .card-copii-content p {
  color: #4a3a3a;
}

.card-copii-gratuit strong {
  color: #942C28;
}

.card-copii-reducere {
  background: #fff;
  border-top: 3px solid #942C28;
}

.card-copii-reducere .card-copii-content h4 {
  color: #1a0e0e;
}

.card-copii-reducere .card-copii-content p {
  color: #4a3a3a;
}

.card-copii-reducere strong {
  color: #942C28;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .section-piscina-intro,
  .section-piscina-tarife {
    padding: 20px 0px;
  }

  .piscina-intro-inner,
  .tarife-grid,
  .copii-grid {
    flex-direction: column;
  }

  .piscina-col-text,
  .piscina-col-dreapta,
  .card-tarif,
  .card-copii {
    width: 100% !important;
  }
}
.section-piscina-tarife > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.copii-grid {
    margin: 0 auto !important;
}



.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #942C28;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

a.whatsapp-mob {
    padding-left: 8px;
}



.ttm-icon p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 22px !important;
}
.featured-content {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.featured-title h5 {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px !important;
    /* font-family: 'Anton', arial; */
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}

h5.project_cat {
    color: #f2c01b;
}

.contact-section1 {
    padding: 60px 0 30px;
    /* background: #fff; */
    max-width: 1170px !important;
    float: none;
    margin: 0 auto !important;
    border-bottom: 1px soli;
}

.vc_section.echipa-section {
    background-position: top !important;
    background-size: contain !important;
    background-color: #F5F5F5;
}

.contact-section1 h2 {
    font-size: 27px;
    color: #111;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    /* font-family: 'FuturaPTDemi', Arial; */
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #942C28;
    display: block;
    margin: 20px 0 10px;
    border-radius: 10px;
    box-shadow: rgb(152 149 165 / 14%) 1px 1px 0px 1px;
}

 .featured-icon-box {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    max-width: 500px;
}
.featured-icon {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    padding-top: 5px;
}
.featured-desc * {
    FONT-SIZE: 16PX;
    COLOR: #111;
}

.featured-desc a:hover {
    color: #f2c014;
}

.wpcf7-acceptance {
    display: block;
    margin: 20px 0 30px !important;
}

.wpcf7-acceptance * {
    font-weight: 400;
}
.contact-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    /* padding-top: 55px; */
    /* padding-bottom: 55px; */
}


@media(max-width: 1700px) {
    .navbar-default {
        padding: 0 30px;
    }

    .header-top {
        padding: 0 30px;
    }

    .home-section {
        padding-left: 30px;
    }

    .home-section h4 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 10px;
    }

    .home-section2 > div {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .law_slider_box_title {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section4 > div {
        padding-bottom: 30px;
    }
    .abs-1 {
        max-width: 100px;
    }
    .home-recenzii > div {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

@media (min-width:767px) and (max-width:1024px) {
     .vc_row, .vc_section {
        margin: 0 !important;
    }

    .header-top {
        padding: 0;
        text-align: center;
    }

    .header-top-item.header-top-item-location {
        display: none;
    }

    .header-top-item.header-top-item-mail:last-child {
        display: none;
    }

    .header-top .col-md-4.text-right {
        display: none;
    }

    .header-top-item.header-top-item-mail {
        padding: 12px;
    }

    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
        text-align: center;
    }

    nav#sweetthemes-main-head {
        padding: 0;
    }

    header.header2 {
        position: static;
        background: #222;
        text-align: center;
    }

    .col-md-3.navbar-header3 {
        width: 100%;
        text-align: right;
    }

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

    .home-section {
        padding: 30px 0;
    }

    .home-section h3 {
        font-size: 14px;
    }

    .home-section h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section2 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section2 .title-space h3 {
    }

    .home-section2 .title-space {
        margin-bottom: 0 !important;
    }

    .home-section2 > div {
        padding: 30px 0;
    }

    .fig22 {
        display: none;
    }

    .home-section3 .title-space h4 {
        font-size: 25px;
        line-height: 32px;
    }

    .list1 ul li img {
        width: 40px;
        margin: 0;
    }

    .list1 ul li {
        font-size: 14px;
    }

    .list2 ul li {
        font-size: 14px;
        width: 100%;
    }

    .html-call {
    }

    .wdt-content-title h5 {
        font-size: 18px;
    }

    .wdt-content-title-group.below {
        margin: 0;
    }

    .wdt-content-icon-wrapper span {
    }

    .wdt-content-icon svg {
        width: 35px;
        height: 35px;
    }

    .wdt-content-icon-wrapper {
        margin: 0 10px 0 0;
    }

    .home-section3 > div {
        padding-bottom: 0;
    }

    .home-section4 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section4 > div .title-space {
        padding-bottom: 30px;
    }

    .home-section4 > div {
        padding: 30px 0;
    }

    .marque-section {
        margin: 0 -15px;
    }

    span.text-slider::after {
        margin: 0 10px;
        top: 8px;
    }

    .home-recenzii .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-recenzii > div {
        padding: 30px 0;
    }

    .col-md-4.sidebar-3 .widget_media_image {
        position: static;
    }

    .footer-row-1 .col-md-4 {
        overflow: hidden;
    }

    .footer-top {
        padding-bottom: 15px;
    }

    .galerie-row .title-space h3 {
        font-size: 14px;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }

    .header-title-breadcrumb-overlay h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .section-despre-noi {
        padding: 20px 0;
    }

    .de-ce-noi-header h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .galerie-row .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .galerie-row > div {
        padding-top: 40px;
    }

    .home-section2 > div .vc_col-sm-2 {
        width: 50%;
        float: left;
    }

    .home-section2 > div .vc_row {
        display: flex;
        flex-flow: row wrap;
    }
    .single-post h1.post-title {
        font-size: 22px;
        line-height: 32px;
    }

    .col-md-3.sidebar-content.sidebar-right {
        position: static;
        margin-top: 50px;
    }
    .home-section2 .vc_col-sm-2 > div > div .wpb_text_column h3 {
        font-size: 16px;
    }
    .section-restaurant {
        padding: 30px 0;
    }

    .block-text-coloana h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .stat-card {
        border: 0;
    }

    .stat-card-content {
        padding: 30px 15px;
    }
    .section-hotel {
        padding: 30px 0;
    }
    .widget_sweetthemes_recent_entries_with_thumbnail .post-thumbnail {
        width: 35%;
        float: left;
    }

    .widget_sweetthemes_recent_entries_with_thumbnail .col-md-9.post-details {
        width: 65%;
        float: left;
    }
    .meniu-card-content {
        padding: 30px 5px;
    }
    .home-section2 .vc_col-sm-2 > div > div {
        padding: 20px 5px;
        min-height: unset;
    }
    div#navbar {
        width: 100%;
        text-align: center;
    }

    .header2 .menu.nav-effect.nav-menu {
        text-align: center;
    }

    .col-md-4.sidebar-3 img {
        max-width: 100px !important;
    }
}

@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;
        width: 100%;
    }
    .logo img, .navbar-header .logo img {
        max-width: 150px;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
 
    .vc_row, .vc_section {
        margin: 0 !important;
    }

    .header-top {
        padding: 0;
        text-align: center;
    }

    .header-top-item.header-top-item-location {
        display: none;
    }

    .header-top-item.header-top-item-mail:last-child {
        display: none;
    }

    .header-top .col-md-4.text-right {
        display: none;
    }

    .header-top-item.header-top-item-mail {
        padding: 12px;
    }

    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
        text-align: left;
    }

    nav#sweetthemes-main-head {
        padding: 0;
    }

    header.header2 {
        position: static;
        background: #222;
        text-align: center;
    }

    .col-md-3.navbar-header3 {
        width: 100%;
        text-align: right;
    }

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

    .home-section {
        padding: 30px 0;
    }

    .home-section h3 {
        font-size: 14px;
    }

    .home-section h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section2 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section2 .title-space h3 {
    }

    .home-section2 .title-space {
        margin-bottom: 0 !important;
    }

    .home-section2 > div {
        padding: 30px 0;
    }

    .fig22 {
        display: none;
    }

    .home-section3 .title-space h4 {
        font-size: 25px;
        line-height: 32px;
    }

    .list1 ul li img {
        width: 40px;
        margin: 0;
    }

    .list1 ul li {
        font-size: 14px;
    }

    .list2 ul li {
        font-size: 14px;
        width: 100%;
    }

    .html-call {
    }

    .wdt-content-title h5 {
        font-size: 18px;
    }

    .wdt-content-title-group.below {
        margin: 0;
    }

    .wdt-content-icon-wrapper span {
    }

    .wdt-content-icon svg {
        width: 35px;
        height: 35px;
    }

    .wdt-content-icon-wrapper {
        margin: 0 10px 0 0;
    }

    .home-section3 > div {
        padding-bottom: 0;
    }

    .home-section4 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section4 > div .title-space {
        padding-bottom: 30px;
    }

    .home-section4 > div {
        padding: 30px 0;
    }

    .marque-section {
        margin: 0 -15px;
    }

    span.text-slider::after {
        margin: 0 10px;
        top: 8px;
    }

    .home-recenzii .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-recenzii > div {
        padding: 30px 0;
    }

    .col-md-4.sidebar-3 .widget_media_image {
        position: static;
    }

    .footer-row-1 .col-md-4 {
        overflow: hidden;
    }

    .footer-top {
        padding-bottom: 15px;
    }

    .galerie-row .title-space h3 {
        font-size: 14px;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }

    .header-title-breadcrumb-overlay h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .section-despre-noi {
        padding: 20px 0;
    }

    .de-ce-noi-header h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .galerie-row .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .galerie-row > div {
        padding-top: 40px;
    }

    .home-section2 > div .vc_col-sm-2 {
        width: 50%;
        float: left;
    }

    .home-section2 > div .vc_row {
        display: flex;
        flex-flow: row wrap;
    }
    .single-post h1.post-title {
        font-size: 22px;
        line-height: 32px;
    }

    .col-md-3.sidebar-content.sidebar-right {
        position: static;
        margin-top: 50px;
    }
    .home-section2 .vc_col-sm-2 > div > div .wpb_text_column h3 {
        font-size: 16px;
    }
    .section-restaurant {
        padding: 30px 0;
    }

    .block-text-coloana h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .stat-card {
        border: 0;
    }
    .block-text-coloana {
        padding: 0;
    }
    .stat-card-content {
        padding: 30px 15px;
    }
    .section-hotel {
        padding: 30px 0;
    }
    .widget_sweetthemes_recent_entries_with_thumbnail .post-thumbnail {
        width: 35%;
        float: left;
    }

    .widget_sweetthemes_recent_entries_with_thumbnail .col-md-9.post-details {
        width: 65%;
        float: left;
    }
    .meniu-card-content {
        padding: 30px 5px;
    }
    .home-section2 .vc_col-sm-2 > div > div {
        padding: 20px 5px;
        min-height: unset;
    }
    .abs-top {
        display: none;
    }
}