 /*
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: 220px;
 width: 100%;
 background: #fff;
 padding: 10px;
 border-radius: 10px;
}
: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: 'Outfit', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #606060;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #111;
}
ol.breadcrumb li a {
    color: #111;
}
ol.breadcrumb li {
    color: #111!important;
    line-height: 1;
    font-size: 16px;
}

.gallery_image4 ul.wpb_image_grid_ul li a {
    position: relative;
}
.home-section3 > .vc_col-sm-6:first-child > div > div h3 {
    color: #572527;
}
.home-section3 > .vc_col-sm-6:first-child > div > div .static-btn {
    DISPLAY: INLINE-BLOCK;
    margin-right: 10px;
}
.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: 33px 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: #222!important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border: 0;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    display: none;
}
#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: #572527 !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%);
}
/*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: #ccc;
}
div#navbar {
    text-align: center;
    padding: 0px;
}
.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 #572527;
}


#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: center;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 10px 0 -190px;
    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: 76px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Rowdies', Arial;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #111;
    /* 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: #111;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 28px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 330px;
}
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: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    /* font-family: 'Outfit', ARIAL; */
    FONT-WEIGHT: 400;
    /* font-family: 'Outfit', arial; */
    color: #111 !important;
}
footer .footer-top .menu .menu-item a {
    font-size: 16px;
    line-height: 20px;
    color: #111 !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: #111;
}
.footer-details p {
    margin-bottom: 6px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: #572527;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #572527 !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;
}
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: 25px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 120px !important;
}
p.copyright {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 300;
    font-family: 'Outfit', Arial;
}
p.copyright a {
    color: #572527;
    font-weight: 300;
}

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

footer {
    background-color: #fff;
    clear: both;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: top;
}

/* 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: #572527;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;/* text-transform: uppercase; */border-radius: 10px;}

.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: transparent;height: 50px;border: 1px solid #ccc;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;margin: 5px 0 0px;font-weight: 400;}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
    background: #F9F7F5;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.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;
    border: 1px solid #ccc;
    }
.itexclusiv-contact select {
    color: #111;

}
.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;
}
.text-block > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    background: #F9F7F5;
    padding: 30px;
    border: 1px solid #ccc;
}

.text-block > div h2 {
    font-size: 32px;
    line-height: 42px;
    font-family: 'Gilda Display', ARIAL;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    color: #373531;
}
.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: 26px;
    line-height: 31px;
    color: #111;
    font-weight: 700;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
    position: relative;
    z-index: 3;
}


.header-title-breadcrumb-overlay {
    background: #f2f5f9;
    padding: 200px 0 70px;
    background-size: cover;
    background-position: center center;
    text-align: left;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
}





@-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: 'Rowdies', Arial;
     font-weight: 400;
}

h1, h2 {
    font-weight: 600;
    font-family: 'Outfit', Arial;
}
h3 {
    /* font-weight: 700; */
}
h5 {
    font-family: "Outfit", Arial;
    font-weight: 600;
}

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

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


.pum-title {
    text-align: center !important;
    font-weight: bold !important;
}

.pum-container.custom-position {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    text-align: center !important;
}

.pum-container.custom-position p {
    text-align: center !important;
}

.pum-container.custom-position .static-btn {
    text-align: center;
}

.static-btn a.default-btn2 {
    font-size: 16px;
    font-weight: 600;
    /* 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: #111;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: inline-block;
}

.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: #572527;
    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;
}

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

span.blob-dl-btn__blobs span {
    background: #111;
    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: 13px;
    text-align: right;
}

.home-section1 {
    background: #F2F0F5;
    /* height: 100vh; */
}

.home-section1 img.shape-top {
    vertical-align: top;
    width: 100%;
}


.header-top {
    background: #0F0200;
    /* padding: 8px 0; */
    /* padding: 0 55px; */
    border-bottom: 1px solid #ccc;
}

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

.header-top-item *:not(i) {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}


.header-top-item i {
    font-size: 13px !important;
    margin-right: 7px;
    position: relative;
    top: 1px;
    color: #E2DFC9;
}

.header-top-item a:hover, .header-top-item a:focus {
    color: #E2DFC9 !important;
}


.header-top .social-f a {
    display: inline-block;
    padding-right: 20px;
    color: #d61414;
    font-size: 25px;
}
.header-top .social-f a:hover {
    color: #34C5A1;
}
.header-top .social-f a i {
    font-size: 40px !important;
    color: #3b5998;
}
.header-top .social-f {
    padding-top: 7px;
    text-align: right;
}

.home-section1 .vc_row {
    max-width: 1200px;
    margin: 0 auto !important;
    float: none !important;
    padding-top: 150px;
    padding-bottom: 120px;
}

.home-section1 h3 {
    color:#572527;
    font-family: 'Outfit', arial;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
}

.home-section1 h4 {
    color:#0f0200;
    font-family: 'Rowdies', arial;
    font-weight: 400;
    font-size: 54px;
    line-height: 72px;
    max-width: 800px;
    margin-bottom: 15px;
}

.home-section1 h4 + p {
    font-size: 18px;
    line-height: 28px;
    color: #606060;
    font-weight: 300;
    max-width: 650px;
}
.home-section1 > div .vc_col-sm-4 img {
    max-height: 620px !important;
    width: auto !important;
    border-radius: 20px;
}
.p-pret {
    position: absolute;
    top: 0;
    background: url(../images/zogzag-circle.svg);
    width: 100px;
    height: 100px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.p-pret p {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

.p-pret p strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.home-section1 .wpb_raw_code {
    margin: 0 !important;
}

.shape-b {
    /* position: absolute; */
    /* bottom: 0; */
    transform: rotate(180deg);
    vertical-align: baseline;
}

img.shape-top1 {
    width: 100%;
    /* transform: rotate(180deg); */
    vertical-align: top;
}

.home-section2 > div {
    max-width: 1570px;
    margin: 0 auto !important;
    float: none !important;
    padding-top: 85px;
    padding-bottom: 75px;
}

.home-section2 .title-space h3 {
    color: #572527;
    /* font-family: 'Outfit', arial; */
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    text-align: center;
}
.home-section2 .title-space h4 {
    color: #0f0200;
    /* font-family: 'Outfit', arial; */
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    max-width: 800px;
    margin: 0 auto !important;
    margin-bottom: 60px !important;
    text-align: center;
}

.home-section2 > div .vc_col-sm-3 > div > div {
    border: 1px solid rgba(15, 2, 0, 0.15);
    padding: 50px 20px 29px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    transition: .5s;
}

.home-section2 > div .vc_col-sm-3 > div > div .wpb_single_image.img-t {
    width: 300px;
    height: 300px;
    background-color: #F5F5F5;
    padding: 15px;
    margin: 0 auto;
    border-radius: 1000px;
    margin-bottom: 25px !important;
}

.home-section2 > div .vc_col-sm-3 > div > div .wpb_single_image.img-t img {
    max-width: 245px;
}

.home-section2 > div .vc_col-sm-3 > div > div .wpb_single_image:not(.img-t) {
    margin: 0;
}

.home-section2 > div .vc_col-sm-3  h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px !important;
}

a.btn-style1 {
    line-height: 43px;
    height: 45px;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid #572527;
    color: #572527;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 600;
}

.home-section2 > div .vc_col-sm-3 > div > div .wpb_text_column {
    margin-bottom: 20px;
}

a.btn-style1:hover {
    background: #572527;
    color: #fff;
}

.home-section2 > div .vc_col-sm-3 > div > div::after, .home-section2 > div .vc_col-sm-3 > div > div::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.home-section2 > div .vc_col-sm-3 > div > div::before {
    border-top: 1px solid #572527;
    border-left: 1px solid #572527;
    top: 0;
    left: 0;
}

.home-section2 > div .vc_col-sm-3 > div > div::after {
    border-bottom: 1px solid #572527;
    border-right: 1px solid #572527;
    bottom: 0;
    right: 0;
}

.home-section2 > div .vc_col-sm-3 > div > div:hover::before, .home-section2 > div .vc_col-sm-3 > div > div:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}


.home-section3 {
    max-width: 1570px !important;
    float: none !important;
    margin: 0 auto 100px !important;
}

.home-section3 h3 {
    color: #fff;
    font-family: 'Outfit', arial;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    margin-top: 0;
    text-align: left;
}

.home-section3 h4 {
    color: #0f0200;
    /* font-family: 'Outfit', arial; */
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
}

.home-section3  > .vc_col-sm-6 > div > div {
    background: #E2DFC9;
    border-radius: 20px;
}

.static-btn {
    position: relative;
    z-index: 2;
}

.home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6 {}

.home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6 > div > div {
    padding: 45px 15px 21px 45px;
}

.home-section3 > .vc_col-sm-6:last-child > div > div {
    background: #572527;
}

.home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6 > div {
    padding: 0;
}

.home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6 > div .wpb_single_image {
    background-size: cover;
}
.home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6:first-child > div > div {
    margin-right: -15%;
}
.header-title-breadcrumb-overlay .container {
    position: relative;
    z-index: 3;
}

.home-section4 {
    max-width: 1570px !important;
    float: none !important;
    margin: 15px auto 65px !important;
    overflow: hidden;
}

.home-section4 .title-space h3 {
    color: #572527;
    font-family: 'Outfit', arial;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    text-align: left;
}
.home-section4 .title-space h4 {
    color: #0f0200;
    /* font-family: 'Outfit', arial; */
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    max-width: 800px;
    margin: 0  !important;
    margin-bottom: 20px !important;
    text-align: left;
}


.home-section4 .vc_col-sm-6:first-child .wpb_single_image img {
    border-radius: 30px 30px 30px 0;
}

.home-section4 .vc_col-sm-6:first-child .wpb_single_image {
    position: relative;
    margin: 0 !important;
    overflow: hidden;
}

.sun-border {
    box-sizing: border-box;
    bottom: -52px;
    left: -20px;
    content: "";
    width: calc(100% + 50px);
    height: 90px;
    background-color: #ffffff;
    transform: rotate(6deg);
    z-index: 0;
    display: block;
    position: absolute;
    margin: 0 !important;
}


.sun-border::before {
    position: absolute;
    top: -55px;
    left: 10px;
    content: "";
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: -22px -22px #fff;
    transform: rotate(-90deg);
    transition: var(--transition);
    z-index: 1;
}

.home-section4 .vc_col-sm-6 > div > div {
    position: relative;
}

.box-counting p:first-child {
    font-size: 35px;
    line-height: 43px;
    color: #111;
    font-family: 'Outfit', arial;
    margin: 0;
}

.box-counting p:last-child {
    font-size: 18px;
}

.home-section4 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 0;
}

.home-section4 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li {
    width: 50%;
    float: left;
    font-family: 'Outfit', arial;
    color: #111;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
    padding-right: 34px;
}

.home-section4 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li::before {
    content: '\f336';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    color: #572527;
    font-weight: bold;
    font-size: 24px;
    top: 2px;
}

.home-section4 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 30px;
}

.pils-ul {
    position: absolute;
    z-index: 1;
    margin: 0 !important;
    bottom: 0;
    left: 50px;
}

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

.pils-ul ul li {
    background-color: rgb(245 245 245 / 90%);
    padding: 15px 30px;
    color: #111;
    border-radius: 1000px;
    margin-bottom: 15px;
    backdrop-filter: blur(3px);
    font-weight: bold;
    border: 1px solid #ccc;
}


.marque-section {
    display: block;
    unicode-bidi: isolate;
    background: #E2DFC9;
    position: relative;
    overflow: hidden;
    clear: both;
}

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

.text-slider {
    font-size: 26px;
    height: 95px;
    font-weight: 800;
    color: #111;
    padding: 33px 45px;
    position: relative;
    line-height: 28px;
}
span.text-slider::after {
    content: "";
    width: 44px;
    height: 44%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    display: block;
    background-image: url(../images/product-thumb-11.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

    .text-slider {
        font-size: 16px;
        padding: 10px 5px;
        height: 50px;
        padding-right: 35px;
    }
}

.text-slider.style-2 {
    color: #111;
    font-weight: 400;
}

.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;
}
@keyframes marqueeRight {
    0% {
        right: 0
    }

    to {
        right: -100%
    }
}

.marque-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0!important
}

.home-recenzii > div {
    max-width: 1270px !important;
    float: none !important;
    margin: 55px auto 85px !important;
}

.home-recenzii .title-space h3 {
    color: #572527;
    /* font-family: 'Outfit', arial; */
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    text-align: center;
}
.home-recenzii .title-space h4 {
    color: #0f0200;
    /* font-family: 'Outfit', arial; */
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    max-width: 800px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    text-align: center;
}
.home-recenzii > div .static-btn {
    text-align: center;
}

.footer-top {
    padding: 60px 0 45px;
}

footer .footer-top .widget-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 80px;
    height: 1px;
    background-color: rgba(15, 2, 0, 0.15);
}

footer .footer-top .widget-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 25px;
    height: 3px;
    background-color: #572527;
}
.social-f a {
    display: inline-block;
    color: #111;
    font-size: 16px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #111;
}

.social-f {
    padding-top: 20px;
}
.home-section3 > .vc_col-sm-6:last-child > div > div h4 {
    color: #fff;
}

.home-section3 > .vc_col-sm-6:last-child > div > div p {
    color: #fff;
}

.home-section3 > .vc_col-sm-6:last-child > div > div span.blob-dl-btn__inner {
    background: #111;
}

.law_slider_box_shortcode_tort1 {
    text-align: center;
    padding: 15px;
}

.law_slider_box_shortcode_tort1 h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px !important;
}

.img-t {
    width: 300px;
    height: 300px;
    background-color: #F5F5F5;
    padding: 15px;
    margin: 0 auto;
    border-radius: 1000px;
    margin-bottom: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-t img {
    max-width: 245px;
    height: auto !important;
    margin: 0 auto;
    BORDER-RADIUS: 300PX;
}

.law_slider_box_shortcode_tort2 {
    border: 1px solid rgba(15, 2, 0, 0.15);
    padding: 50px 20px 29px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    transition: .5s;
}


.law_slider_box_shortcode_tort2::before,
.law_slider_box_shortcode_tort2::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 20px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
}

.law_slider_box_shortcode_tort2::before {
    border-top: 1px solid #572527;
    border-left: 1px solid #572527;
    top: 0;
    left: 0;
}

.law_slider_box_shortcode_tort2::after {
    border-bottom: 1px solid #572527;
    border-right: 1px solid #572527;
    bottom: 0;
    right: 0;
}

.law_slider_box_shortcode_tort2:hover::after,
.law_slider_box_shortcode_tort2:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
#navbar .menu-item.menu-item-has-children > a::after {
    content: "\f107";
    font-family: fontawesome;
    position: relative;
    opacity: 1;
    display: inline-block;
    margin: 0 auto;
    top: 2px;
    padding: 0 0px 0 7px;
    font-size: 14px;
}
.pils-ul ul li:before {
    content: '\f590';
    font-family: fontawesome;
    margin-right: 10px;
}
span.wpcf7-form-control.wpcf7-acceptance * {
    font-weight: 400;
}
.itexclusiv-contact br {
    display: none;
}

.itexclusiv-contact .row {
    margin-bottom: 20px;
}
.home-section1 .static-btn {
    display: inline-block;
    margin-right: 20px;
}

.page-header-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}

.page-header-shape-1 img {
  width: auto;
}


.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1221px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.page-header-bg:before {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 250px;
  content: "";
  background-image: -moz-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
}


ol.breadcrumb {
    padding: 10px 0;
    margin: 0;
    position: relative;
    z-index: 4;
    background: transparent;
}

ol.breadcrumb li:first-child::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    color: #572527;
}
.anunturi-row > div {
    max-width: 1270px !important;
    float: none !important;
    margin: 60px auto 55px !important;
}
.orar-row  {
    max-width: 1270px !important;
    float: none !important;
    margin: 85px auto 45px !important;
}
.torturi-row  {
    max-width: 1270px !important;
    float: none !important;
    margin: 85px auto 45px !important;
}
.orar-modern{
max-width:520px;
margin:40px auto;
}

.orar-title{
font-size:26px;
font-weight:600;
margin-bottom:20px;
padding-left:34px;
position:relative;
}

.orar-title:before{content:"\f017";font-family: fontawesome;font-weight:300;position:absolute;left:0;top:2px;color:#c59d5f;}

.orar-item{
display:flex;
justify-content:space-between;
align-items:center;
padding:16px 18px;
margin-bottom:10px;
background:#fff;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.06);
transition:all .2s ease;
}

.orar-item:hover{
transform:translateY(-2px);
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.orar-day{/* padding-left:28px; */position:relative;font-weight:500;}

.orar-day:before{font-family: fontawesome;font-weight:300;position:absolute;left:0;top:1px;color:#c59d5f;}

.marti-vineri:before{
content:"\f073";
}

.sambata:before{
content:"\f133";
}

.duminica:before{
content:"\f273";
}

.orar-hours{
font-weight:600;
}

.inchis{
color:#c0392b;
}
.orar-row > div img {
    border-radius: 20px;
}
/* ============================================================
   ST Anunturi Shortcode — Stiluri externe
   Fisier: st-anunturi.css
   Versiune: 2.0
   ============================================================ */

/* ---------- Wrapper sectiune ---------- */
.st-anunturi-wrapper {
    max-width: 860px;
    margin: 0px auto;
    padding: 0 16px;
    font-family: inherit;
}

.st-anunturi-sectiune-titlu {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #e0e0e0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---------- Lista ---------- */
.st-anunturi-lista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

/* ---------- Item generic ---------- */
.st-anunt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    border-radius: 8px;
    padding: 20px 24px;
    border-left: 5px solid transparent;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
            transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.st-anunt-item:hover {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}

/* ---------- Tipuri de anunturi ---------- */

/* Info — albastru */
.st-anunt--info {
    border-left-color: #2979ff;
    background-color: #e8f0fe;
}
.st-anunt--info .st-anunt-icon {
    color: #2979ff;
}
.st-anunt--info .st-anunt-titlu {
    color: #1a56bb;
}
.st-anunt--info .st-anunt-interval {
    color: #2979ff;
}

/* Atentionare — galben */
.st-anunt--atentionare {
    border-left-color: #f59e0b;
    background-color: #fffbeb;
}
.st-anunt--atentionare .st-anunt-icon {
    color: #f59e0b;
}
.st-anunt--atentionare .st-anunt-titlu {
    color: #b45309;
}
.st-anunt--atentionare .st-anunt-interval {
    color: #d97706;
}

/* Urgent — rosu */
.st-anunt--urgent {
    border-left-color: #ef4444;
    background-color: #fef2f2;
}
.st-anunt--urgent .st-anunt-icon {
    color: #ef4444;
}
.st-anunt--urgent .st-anunt-titlu {
    color: #b91c1c;
}
.st-anunt--urgent .st-anunt-interval {
    color: #ef4444;
}

/* ---------- Icon Font Awesome ---------- */
.st-anunt-icon {
    font-size: 30px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
    width: 36px;
    text-align: center;
    opacity: .3;
}

/* ---------- Continut textual ---------- */
.st-anunt-continut {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
}

.st-anunt-titlu {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.st-anunt-interval {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    display: inline-block;
    padding-top: 5px;
}

.st-anunt-interval .fa {
    margin-right: 4px;
}

.st-anunt-text {
    margin: 4px 0 0 0;
}

.st-anunt-text a {
    color: inherit;
    text-decoration: underline;
}

.st-anunt-text a:hover {
    opacity: 0.8;
}

/* Continut extra (inner shortcodes) */
.st-anunt-extra {
    margin-top: 10px;
    font-size: 14px;
    color: #555555;
}

/* ============================================================
   ST Produse Listare — Stiluri externe
   Fisier: st-produse.css
   Versiune: 1.0
   ============================================================ */

/* ---------- Wrapper sectiune ---------- */
.st-produse-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 16px;
    font-family: inherit;
}

.st-produse-sectiune-titlu {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 32px 0;
    padding-bottom: 14px;
    border-bottom: 3px solid #e8e8e8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ---------- Grid 3 coloane ---------- */
.st-produse-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px;
}

.st-produs-card {
    position: relative;
    width: calc(33.333% - 19px);
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.st-produs-card:hover {
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}

/* ---------- Badge cod produs ---------- */
.st-produs-cod {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 1;
}

/* ---------- Imagine ---------- */
.st-produs-imagine {
    width: 100%;
    height: 370px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.st-produs-imagine img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    object-position: center;
}

.st-produs-card:hover .st-produs-imagine img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
}

.st-produs-no-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #cccccc;
    font-size: 48px;
}

/* ---------- Titlu produs ---------- */
.st-produs-titlu {
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    padding: 16px 16px 12px 16px;
    line-height: 1.4;
    /* min-height: 64px; */
    border-bottom: 1px solid #f0f0f0;
}

/* ---------- Meta ---------- */
.st-produs-meta {
    padding: 14px 16px 18px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.st-produs-meta-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #444444;
    line-height: 1.5;
}

.st-produs-meta-row .fa {
    /* font-size: 13px; */
    margin-top: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

/* Pret — accent vizual */
.st-produs-pret {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.st-produs-pret .fa {
    color: #c0392b;
}

/* Greutate */
.st-produs-greutate .fa {
    color: #2980b9;
}

/* Observatii */
.st-produs-obs {
    color: #888888;
    font-size: 12px;
    font-style: italic;
}

.st-produs-obs .fa {
    color: #aaaaaa;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .st-produs-card {
        width: calc(50% - 14px);
    }
}

@media (max-width: 580px) {
    .st-produs-card {
        width: 100%;
    }

    .st-produs-imagine {
        height: 308px;
    }

    .st-produse-sectiune-titlu {
        font-size: 22px;
    }
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
    .st-anunt-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        padding: 16px 18px;
    }

    .st-anunt-icon {
        font-size: 24px;
        width: auto;
    }

    .st-anunturi-sectiune-titlu {
        font-size: 20px;
    }

    .st-anunt-titlu {
        font-size: 15px;
    }

    .st-anunt-text {
        font-size: 14px;
    }
}
@media(min-width: 1300px) {
     .container {
        width: 1270px;
    }
}
@media(min-width: 1600px) {
    .container {
        width: 1570px;
    }
}
@media(max-width: 1600px) {
   
    .home-section2 > div,
    .home-section3,
    .home-section4 {
        max-width: 1270px !important;
    }
    .home-section1 h4 {
        font-size: 60px;
        line-height: 68px;
    }
    .home-section2 > div .vc_col-sm-3 > div > div .wpb_single_image.img-t {
        width: 220px;
        height: 220px;
    }
    .home-section3 h4 + p {
        min-height: 156px;
    }
    .home-section2 > div .vc_col-sm-3 > div > div .wpb_single_image.img-t img {
        max-width: 185px;
    }
    .home-section4 .title-space h4 {
        font-size: 42px;
        line-height: 52px;
    }
}


.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #572527;
    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: #303849;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #572527;
    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;
}
@media(max-width: 1600px) {
    .page-header-bg {
    width: 600px;
}
}
.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; */
}

.law_slider_box_shortcode_tort2 a.btn-style1 {
    position: relative;
    z-index: 2;
}

.gdpr-container > .vc_col-sm-12 {
    max-width: 1270px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 0;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .header-top-item.header-top-item-mail {
        display: none;
    }
    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
        text-align: center;
    }

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

    .vc_row, .vc_section {
        margin: 0 !important;
    }

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

    .home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6:first-child > div > div {
        margin: 0;
        padding-bottom: 0;
    }

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

    header .static-btn {
        text-align: center;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .header-top-item {
        padding: 5px 15px;
    }

    .navbar2.col-md-3 {
        position: static;
    }

    .home-section1 h4 {
        font-size: 24px !important;
        line-height: 32px;
        text-align: center;
    }

    .home-section1 > div .vc_col-sm-4 img {
        max-height: 200px !important;
    }

    .home-section1 > div .vc_col-sm-4 .wpb_single_image {
        text-align: center !important;
        margin-top: 30px;
        margin: 0 !important;
        padding-top: 20px;
    }

    .home-section1 .vc_row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home-section1 .static-btn {
        text-align: center;
        display: block;
    }

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

    .home-section2 .title-space h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px !important;
    }

    .home-section2 .title-space h3 {
        font-size: 16px;
    }

    .home-section2 > div .wpb_text_column {
        margin-bottom: 0 !important;
    }

    .img-t img {
        max-width: 200px!important;
        height: unset !important;
    }

    .img-t {
        width: 230px;
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .law_slider_box_shortcode_tort1 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px !important;
    }

    .home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6 > div > div {
        padding: 15px;
    }

    .home-section3 h4 {
        font-size: 24px !important;
        line-height: 32px;
    }

    .home-section3 > div {
        margin-bottom: 30px;
        width: 100%;
    }

    .pils-ul ul li {
        padding: 5px;
        font-size: 14px;
    }

    .home-section4 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
        padding: 30px 0 0;
    }

    .home-section4 .title-space h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0 !important;
    }

    .home-section4 .title-space h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-section4 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li {
        width: 100%;
        float: none;
    }

    .marque-section {
        margin: 0 -15px;
    }
    .footer-row-1 .col-md-3 {
        padding: 15px;
        overflow: hidden;
    }
    .home-recenzii .title-space h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-recenzii > div {
        margin: 20px 0 !important;
    }
    .home-section3 h4 + p {
        min-height: unset;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }
     .header-title-breadcrumb-overlay h1 {font-size: 24px;line-height: 32px;}

    .header-title-breadcrumb-overlay {
        padding: 50px 0;
    }

    .header-title-breadcrumb-overlay::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #fff;
        display: block;
        z-index: 1;
        opacity: .6;
    }

    .header-title-breadcrumb-overlay .container {
        position: relative;
        z-index: 3;
    }
    .itexclusiv-contact {
        padding: 10px;
    }
    .page-header-bg {
        width: 600px;
    }
    .torturi-row {
        margin: 30px 0 !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: block;
        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: #000;
        width: 100%;
        display: block;
        max-width: 100%;
    }
    span.expand {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }
    .action-expand::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #000 !important;
        padding: 15px;
        display: block;
    }
    .show-menu .action-expand::after {
        content: "\f106";
    }
    .menu .menu-item {
        display: block;
    }
    div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
    }
    .logo img, .navbar-header .logo img {
        max-width: 100px;
        padding: 0;
        margin: 0;
    }
    .navbar-header {
        padding: 0 15px;
        /* text-align: center; */
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    .header-top-item.header-top-item-mail {
        display: none;
    }

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

    .vc_row, .vc_section {
        margin: 0 !important;
    }

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

    .home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6:first-child > div > div {
        margin: 0;
        padding-bottom: 0;
    }

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

    header .static-btn {
        text-align: center;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .header-top-item {
        padding: 5px 15px;
    }

    .navbar2.col-md-3 {
        position: static;
    }

    .home-section1 h4 {
        font-size: 24px !important;
        line-height: 32px;
        text-align: center;
    }

    .home-section1 > div .vc_col-sm-4 img {
        max-height: 320px !important;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .home-section1 > div .vc_col-sm-4 .wpb_single_image {
        text-align: center !important;
        margin-top: 30px;
        margin: 0 !important;
        padding-top: 20px;
    }

    .home-section1 .vc_row {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .home-section1 .static-btn {
        text-align: center;
        display: block;
    }

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

    .home-section2 .title-space h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px !important;
    }

    .home-section2 .title-space h3 {
        font-size: 16px;
    }

    .home-section2 > div .wpb_text_column {
        margin-bottom: 0 !important;
    }

    .img-t img {
        max-width: 200px!important;
        height: unset !important;
    }

    .img-t {
        width: 230px;
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .law_slider_box_shortcode_tort1 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px !important;
    }

    .home-section3 .vc_col-sm-6 > div > div .vc_col-sm-6 > div > div {
        padding: 15px;
    }

    .home-section3 h4 {
        font-size: 24px !important;
        line-height: 32px;
    }

    .home-section3 > div {
        margin-bottom: 30px;
    }

    .pils-ul ul li {
        padding: 5px;
        font-size: 14px;
    }

    .home-section4 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
        padding: 30px 0 0;
    }

    .home-section4 .title-space h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0 !important;
    }

    .home-section4 .title-space h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-section4 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li {
        width: 100%;
        float: none;
    }

    .marque-section {
        margin: 0 -15px;
    }
    .footer-row-1 .col-md-3 {
        padding: 15px;
        overflow: hidden;
    }
    .home-recenzii .title-space h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-recenzii > div {
        margin: 20px 0 !important;
    }
    .home-section3 h4 + p {
        min-height: unset;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }
     .header-title-breadcrumb-overlay h1 {font-size: 24px;line-height: 32px;}

    .header-title-breadcrumb-overlay {
        padding: 50px 0;
    }

    .header-title-breadcrumb-overlay::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #fff;
        display: block;
        z-index: 1;
        opacity: .6;
    }
	.home-section1 .vc_row .vc_col-sm-4 {
		order: 1;
	}

	.home-section1 .vc_row .vc_col-sm-8 {
		order: 2;
	}
    .header-title-breadcrumb-overlay .container {
        position: relative;
        z-index: 3;
    }
    .itexclusiv-contact {
        padding: 10px;
    }
    .page-header-bg {
        width: 600px;
    }
    .torturi-row {
        margin: 30px 0 !important;
    }
}

