/*
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: 251px;
 width: 100%;
}



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

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

body {
    color: #252122;
    background-color: #fff;
    font-family: 'Barlow Condensed', Arial;
}
p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}
ol.breadcrumb li a {
    color: #fff;
    font-size: 18px;
}
ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 18px;
}

.gdpr-container .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 50px 0;
}

/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 19px 0px 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: #ED1B24 !important;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
body .navbar-default .navbar-toggle span {
    font-weight: 600;
    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;
}

.home-blog .date-p {
    background: #ED1B24;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 500;
    font-size: 12px;
    /* text-transform: uppercase; */
    border-radius: 5px 0;
}

.home-blog .blog_custom {
    overflow: hidden;
    padding: 0;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 0;
    background: #fff;
    /* border-radius: 30px 0; */
    margin-bottom: 30px;
}

.home-blog .post-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* font-size: 14px; */
    /* line-height: 21px; */
    margin-bottom: 30px;
}

.home-blog .post-name A {
       font-size: 24px;
       font-weight: 600;
       /* text-transform: uppercase; */
       color: #011532;
       /* margin-bottom: 20px; */
       display: block;
       line-height: 32px;
       margin-top: 5px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       margin-bottom: 9px;
}

.home-blog .post-details {
    padding: 20px;
30px
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}



.home-blog p.button-blog a {
        border-radius: 4px;
        background: #ED1B24;
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        /* text-transform: uppercase; */
        /* letter-spacing: 1px; */
        border-radius: 0;
        font-weight: 400;
        /* text-transform: uppercase; */
        letter-spacing: 1px;
}


.home-blog p.button-blog a:hover {
    color: #fff !important;
}

.home-blog p.button-blog a i {
    margin-left: 10px;
}

.home-blog p.button-blog {
    margin: 0;
}

.home-blog {
    POSITION: RELATIVE;
    background: #eceff2;
}
.home-blog .vc_col-sm-12 > .vc_column-inner {
    PADDING-TOP: 0 !IMPORTANT;
}

.home-blog .wpb_raw_code.wpb_raw_html.wpb_content_element {
    MARGIN: 0 !important;
}


.home-blog .vc_col-sm-12 {
    /* max-width: 1270px; */
    margin: 0 auto !important;
    float: none;
    padding: 100px 150px 65px;
    POSITION: STATIC;
}

body.is_header_semitransparent .is-sticky #mt-nav-burger span{
    background: #000000;
}
body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, 
body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, 
body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
    color: #000000;
}
body.is_header_semitransparent #mt-nav-burger span {
    background: #000 none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}
.is_header_semitransparent #navbar .menu-item > a {
    color: #fff;
}

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


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

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

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


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

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

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 60px;
    padding: 0px 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Barlow Condensed', system-ui;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    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;
}
body .produse-seection22.despre-noi-row .vc_col-sm-6 > .vc_column-inner {
    background-size: cover !important;
}
body .produse-seection22.despre-noi-row .vc_col-sm-6 > .vc_column-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body .produse-seection22.despre-noi-row .vc_col-sm-6 > .vc_column-inner ul li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #000;
    font-weight: 500;
    position: relative;
}

body .produse-seection22.despre-noi-row .vc_col-sm-6 > .vc_column-inner ul li::before {
    content: '\f046';
    font-family: fontawesome;
    position: absolute;
    font-size: 22px;
    left: 0;
    color: #ED1B24;
}

/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 26px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 320px;
    margin: 0 aut;
}
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: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'Barlow Condensed', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #ED1B24 !important;
    text-transform: uppercase;
    padding-top: 30px;
}
footer .footer-top .menu .menu-item a {
    font-size: 18px;
    line-height: 20px;
    color: rgb(255 255 255 / 80%) !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    font-family: Barlow Condensed, Arial;
    text-align: center;
}
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: rgb(255 255 255 / 80%);
}
.footer-details p {
    margin-bottom: 9px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 6px;
    color: #ED1B24;
}

ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-top: 30px;
    font-size: 18px;
}

.blog-posts.simple-posts.blog-posts-shortcode.wow {
    margin: 0 -15px;
}

.blog_custom img {
    width: 100%;
}

.header-title-breadcrumb-overlay .container {
    width: 100%;
}

aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #ED1B24!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: 35px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    /* max-width: 220px !important; */
}
p.copyright {
    color: rgb(255 255 255 / 80%);
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Barlow Condensed', Arial;
}
p.copyright a {
    color: #ED1B24;
    font-weight: 600;
}

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

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

/* 6. SHORTCODES */


a {
    color: #86898c;
    text-decoration: none;
}
td, th {
    padding: 10px !important;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}
.wpcf7-form .wpcf7-submit {background-color: #ED1B24;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; */font-family: "Barlow Condensed", Arial;border-radius: 0;}

.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: #ff6600;
}
.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: 18px;-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 Condensed;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: 700;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 250px 150px 150px;
    background-size: cover;
    background-position: 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: #686868;
    font-size: 16px;
}

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

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

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

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

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

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

.law_slider_box-slide {
    /* height: calc(100vh + 200px); */
    background-size: cover;
}
header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 10px;
    background: transparent;
}

nav#sweetthemes-main-head > .container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
    width: 100%;
}

.home-section1 {
    /* background: #ED1B24; */
}

.navbar-header2.col-md-4 {
    text-align: right;
    padding-right: 0;
    width: 360px;
}

.polylang-div ul li {
    padding-left: 20px;
}
span.vss {
    padding-left: 10px !important;
    position: absolute;
    left: 36px;
    top: 2px;
}
.polylang-div {
    padding-top: 47px;
    display: inline-block;
}

.polylang-div ul li a img {
    border: 1px solid #fff;
    width: 20px !important;
    height: auto !important;
}
.contact-btn a {
    display: inline-block;
    background: #fff;
    line-height: 42px;
    height: 42px;
    padding: 0 40px;
    text-transform: uppercase;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    top: 4px;
}

.contact-btn {
    display: inline-block;
    margin-left: 40px;
}
.navbar-header.col-md-3.col-sm-3 {
    padding-left: 0;
    width: 270px;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 

::-webkit-scrollbar-thumb {
 background-color: #ED1B24;
  border-radius: 0px;
}


.home-section1 .vc_col-sm-4 {
    display: flex;
    /* height: calc(110% - 200px); */
    align-content: flex-start;
    flex-wrap: wrap;
    background: #ED1B24;
    padding-left: 0;
    padding-top: 160px;
}

.home-section1 .vc_col-sm-8 {
    /* height: calc(100vh + 200px); */
    margin-bottom: -150px;
    position: relative;
    z-index: 3;
}
.home-section1 .vc_col-sm-8 > .vc_column-inner {
    padding-right: 0;
}

.law_slider_shortcode  button.slick-prev.slick-arrow, .law_slider_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 10px;
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 33px;
    border-radius: 0;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    border: 1px solid #fff !important;
}
.single-post article {
    padding: 30px 0;
}
.post-category-comment-date {
    margin-bottom: 20px;
}



.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #ED1B24;
    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: 22px;
    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: 55px 0 0px;
    /* 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: 32px;
    color: #303849;
    font-weight: 700;
    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; */
    text-transform: uppercase;
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #ED1B24;
    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: 18PX;
    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; */
}


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

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

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

.law_slider_box-child {
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 150px;
    text-align: left;
    margin: 0;
    z-index: 3;
}

.law_slider_box-child1 {
    max-width: 700px;
    margin: 0;
}

.law_slider_box-child1 h4 {
    font-size: 80px;
    color: #ED1B24;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

.law_slider_box-child1 a {
    display: inline-block;
    line-height: 43px;
    height: 45px;
    border: 1px solid #fff;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.home-section1 .vc_col-sm-4 > div {
    background: #010E17;
    WIDTH: 100%;
    HEIGHT: 100%;
    /* margin-top: 160px; */
    max-width: calc(100% - 160px);
    margin-right: auto;
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
}

.home-section1 .vc_col-sm-4 > div > .wpb_wrapper .vc_row {
    margin: 0 !important;
}

.home-section2 {
    background: #010E17;
    padding-bottom: 150px;
}

.home-section2 .vc_col-sm-4 {
    background: #ED1B24;
}

.home-section2 .vc_col-sm-8 {
    padding-left: 165px;
    position: relative;
    z-index: 3;
    /* padding-bottom: 150px; */
}

.home-section1 .vc_col-sm-4 > div {
    padding: 0;
}

.home-section1 .vc_col-sm-4 > div .wpb_text_column.wpb_content_element {
    padding: 0 30px;
}

.home-section1 .vc_col-sm-4 > div .wpb_text_column.wpb_content_element h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
}

.home-section1 .vc_col-sm-4 > div .wpb_text_column.wpb_content_element h4 + p {
    color: #ED1B24;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
}

.home-section1 .vc_col-sm-4 > div .vc_col-sm-12 .vc_column-inner {/* padding: 150px 0 !important; */height: 45vh;display: flex;align-items: center;justify-content: center;padding-top: 0 !important;!I;!;background-size: cover;}


.home-section2 .vc_col-sm-4 > .vc_column-inner {
    padding-top: 150px !important;
    padding-left: 30px;
    padding-right: 45px;
    padding-bottom: 135px;
}

.home-section2 .vc_col-sm-4 > .vc_column-inner h3 {
    margin-top: 0;
}


.home-section2 .vc_col-sm-4 > .vc_column-inner h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.home-section2 .vc_col-sm-4 > .vc_column-inner h4 {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 400px;
    color: #fff;
}

.home-section2 .vc_col-sm-4 > .vc_column-inner p {
    color: #fff;
}
footer .sidebar-1 .textwidget p a img {
    max-width: 35px;
}
a.btn-style1 {
    display: inline-block;
    line-height: 43px;
    height: 45px;
    border: 1px solid #fff;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.home-section2 .vc_col-sm-8 > div {
    padding-top: 150px !important;
    padding-bottom: 105px;
    background-size: cover;
}

.law_slider_box_shortcode {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 50px;
}

.home-section2 .vc_col-sm-8 > div > div {
    padding: 0 35px;
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.law_slider_box_shortcode1 {
    background: rgb(1 14 23 / 50%);
    padding: 0;
    /* min-height: 45vh; */
    margin-bottom: 80px;
    position: relative;
    /* padding-bottom: 45px; */
    height: 100%;
}

.box-img {
    background: #fff;
    padding: 15px;
    position: relative;
}

.box-img::after {
    content: '';
    display: block;
    width: 35px;
    height: 18px;
    background: #fff;
    clip-path: polygon(100% 100%, 0 0, 70% 0);
    position: absolute;
    bottom: -15px;
    right: 0;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    left: 0;
    margin: 0 auto;
}

.title-box p {
    color: #fff;
    padding: 30px 15px 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin: 0;
    margin-bottom: -20px;
}

a.btn-law {
    width: 40px;
    height: 40px;
    background: #ED1B24;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

a.btn-law i {
    font-size: 34px;
    color: #fff;
}

.box-btn {
    text-align: right;
}
.box-img img {
    /* max-width: 150px; */
    max-height: 50px;
    width: auto;
}

.home-section2 .vc_col-sm-4 > .vc_column-inner > div {
    max-width: 400px;
    margin: 0 auto;
}

.home-section3 {
    padding: 100px 150px 105px;
}

.home-section3 .vc_col-sm-12 > .vc_column-inner {
    padding-top: 0 !important;!i;!;
    /* max-width: 1600px; */
    /* margin: 0 auto; */
}
p.orange-li img {
    max-width: 26px !important;!i;!;
    position: relative;
    left: 5px;
}
.home-section3 .vc_col-sm-12 > .vc_column-inner h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    color: #ED1B24;
}

.home-section3 .vc_col-sm-12 > .vc_column-inner h4 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.law_slider_prod_shortcode1 {
    height: 55vh;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 35px;
    transition: all 300ms ease;
    border: 5px solid #fff;
    background-position: bottom;
}
.social-f img {
    max-width: 27px;
    filter: invert(1);
}
.law_slider_prod_shortcode23 {
    padding: 0 15px;
    /* position: relative; */
    z-index: 3;
}

.law_slider_prod_shortcode1::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ED1B24;
    width: 50%;
    mix-blend-mode: multiply;
    transition: all 300ms ease;
}

.title-produs p {
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 250px;
    color: #fff;
}

.desc-produs p {
    color: #fff;
    max-width: 200px;
}

.produs-btn {
    width: 40px;
    height: 40px;
    background: #ED1B24;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.produs-btn i {
    font-size: 34px;
    color: #fff;
}

a.btn-produs:hover .law_slider_prod_shortcode1 {
    border: 5px solid #111;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgb(17 17 17 / 70%);
}

a.btn-produs:hover .law_slider_prod_shortcode1:after {
    background: #fff;
    opacity: .7;
    mix-blend-mode: unset;
}

a.btn-produs:hover .law_slider_prod_shortcode1 .title-produs p {
    color: #111;
}

a.btn-produs:hover .law_slider_prod_shortcode1 .desc-produs p {
    color: #111;
}


.home-parteneri h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    color: #ED1B24;
}

.home-parteneri h4 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px !important;
}

.home-parteneri {padding: 0 150px 150px;}

.image-slide-inner img {
    max-height: 120px;
    width: auto !important;!i;!;
    float: none;
}

.image-slide-inner {
    height: 70px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
.img-slider-slick-shortcode {
    padding-top: 30px;
}

.footer-top {
    padding: 50px 0 40px;
}

.footer-top .container {
    width: 100%;
    padding: 0 150px;
}

/*SUBSCRIBE FORM*/
.newsletter-niva {
    margin-top: 10px;
    text-align: center;
    position: relative;
    border-radius: 200px;
    max-width: 400px;
    margin: 20px auto 0;
    overflow: hidden;
}
.mc4wp-form-fields input, .mc4wp-form-fields button {
    padding: 0px 12px 0px 40px;
    height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background: #fff;
    font-size: 16px;
    color: #fff;
    border: 0;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* border: 1px solid #ccc; */
    /* font-family: 'Coco Gothic', Arial; */
    line-height: 43px;
    /* font-family: 'acre-regular'; */
    /* border-radius: 100px; */
    font-size: 16px;
}
.mc4wp-form-fields input[type="email"] {
    width: calc(100% - 80px);
    max-width: 100%;
    float: left;
    border-radius: 0;
}

.mc4wp-form-fields button {
    color: #fff;
    background: #ED1B24;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    border-color: #ffdaa3;
    font-weight: 600;
    width: 80px;
    padding: 0;
    line-height: 1;
    border-radius: 0;
    /* font-family: 'acre-medium', Arial; */
    font-size: 16px;
}
footer .mc4wp-form-fields button:hover {
    /* color: #111; */
    /* border-color: #fbd75b; */
}
footer .mc4wp-form-fields button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    -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;
}
footer .mc4wp-form-fields button:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
footer .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #111 !important;
}
footer .mc4wp-form-fields input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #111 !important;
}
footer .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #111 !important;
}
footer .mc4wp-form-fields input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #111 !important;
}
.newsletter-niva i {
    position: absolute;
    top: 11px;
    left: 14px;
    color: #111;
    z-index: 1;
    font-size: 18px !important;
}


.col-md-3.sidebar-1 {
    width: 30%;
}
.featured-content a {
    color: #111;
}

.produse-seection22 {
    padding: 100px 0px 105px;
}

.produse-seection22 .vc_col-sm-12 > .vc_column-inner h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    color: #ED1B24;
}
.produse-seection22 .vc_row {
    max-width: 1270px;
    margin: 0 auto;
}

.produse-seection22 .vc_col-sm-6 > .vc_column-inner {
    background-size: contain;
}
.produse-seection22 .vc_col-sm-12 > .vc_column-inner h2 + p {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
}
.produse-seection22 .vc_col-sm-12 > .vc_column-inner h2 + p + p {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.produse-seection22 .vc_col-sm-12 .vc_column-inner {
    padding-top: 0 !important;
}


.produse-seection22 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    border-style: double;
    border-width: 4px;
    border-color: #f50537;
    padding: 45px 30px 50px;
    text-align: center;
}
.produse-seection22 .vc_col-sm-6 > .vc_column-inner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.produse-seection22 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0;
}

.produse-seection22  .wpb_wrapper h3 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
}
.produse-seection22 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 0 50px;
}


.col-md-3.sidebar-2, .col-md-3.sidebar-3 {
    width: 20%;
}

.col-md-3.sidebar-4 {
    width: 30%;
}


.social-f a {
    display: inline-block;
    /* padding-right: 19px; */
    color: #fff;
    font-size: 15px;
    /* width: 40px; */
    /* height: 40px; */
    border: 1px solid rgb(204 204 204 / 20%);
    /* line-height: 40px; */
    text-align: center;
    margin-right: 15px;
    /* border-radius: 100px; */
    margin: 0 10px;
}

.social-f a:hover {
    color: #fff;
}
.breadcrumb {
    margin-bottom: 0;
    /* padding-bottom: 0; */
}
.social-f a i {
    font-size: 32px !important;
}

.social-f {
    padding-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-3.sidebar-4 p {
    margin: 0 auto 10px;
    text-align: center;
}

.mc4wp-form-fields button:hover {
    /* color: #fff; */
}


.proiecte-row1 .vc_col-sm-12 {
    /* max-width: 1270px; */
    margin: 0 auto !important;
    float: none;
    padding: 70px 150px 40px;
}


    video#myvid2 {
        width: 100%;
        height: auto !important;
    }



.mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1300px;
}

.mfp-inline-holder .mfp-close, .mfp-inline-holder .mfp-close {
    top: -40px;
    color: #fff;
    opacity: 1;
}

.video-popup video {
    width: 100%;
}
.law_slider_box-slide video#myvid {
    width: 100%;
    vertical-align: top;
}

.law_slider_box-slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #242424;
    opacity: 0;
}

.produse-seection1 {
    background-size: cover;
    background-position: bottom;
}

.produse-seection1 .vc_col-sm-12 {
    /* max-width: 1170px; */
    margin: 0 auto;
    float: none;
    padding: 250px 150px 150px;
}

.produse-seection1 .vc_col-sm-12 h3 {
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

.produse-seection1 .vc_col-sm-12 p {
    color: #fff;
    max-width: 800px;
}
.produse-seection1 .vc_col-sm-12 h3 strong {
    color: #ED1B24;
}

.home-section3 .vc_col-sm-12 > .vc_column-inner h4 + p {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}


.produse-seection2 {
    padding: 100px 150px 105px;
}

.produse-seection2 .vc_col-sm-12 > .vc_column-inner h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    color: #ED1B24;
}

.produse-seection2 .vc_col-sm-12 > .vc_column-inner h2 + p {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
}
.produse-seection2 .vc_col-sm-12 > .vc_column-inner h2 + p + p {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.produse-seection2 .vc_col-sm-12 .vc_column-inner {
    padding-top: 0 !important;
}
a.btn-style2 {
    display: inline-block;
    line-height: 43px;
    height: 45px;
    border: 1px solid #fff;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    background: #ED1B24;
}


.produse-seection2 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    border-style: double;
    border-width: 4px;
    border-color: #f50537;
    padding: 45px 30px 50px;
    text-align: center;
}
.produse-seection2 .vc_col-sm-6 > .vc_column-inner {
    background-size: cover;
    background-position: center;
}
.produse-seection2 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0;
}

.produse-seection2  .wpb_wrapper h3 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
}
.produse-seection2 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

@media(max-width:1700px) {
    nav#sweetthemes-main-head {
        padding: 0 30px;
    }
     .produse-seection1 .vc_col-sm-12 {
        padding: 250px 45px 150px;
    }
    .proiecte-row1 .vc_col-sm-12 {
        padding: 70px 45px 40px;
    }
    .produse-seection2 {
        padding: 90px 45px;
    }
    .home-section2 .vc_col-sm-8 {
        padding-left: 50px;
    }
    .law_slider_box-child {
        padding: 50px 45px 0;
    }
    .home-section1 .vc_col-sm-4 > div {
        max-width: calc(100% - 45px);
    }

    .home-section2 .vc_col-sm-4 > .vc_column-inner {
        padding-top: 50px !important;!i;!;
        padding-bottom: 15px !important;!I;!;
    }

    .home-section2 .vc_col-sm-8 > div {
        padding-top: 65px !important;!i;!;
        padding-bottom: 0 !important;!i;!;
    }

    .home-section2 .vc_col-sm-8 > div > div {
        padding: 0;
    }

    .home-section2 {
        padding-bottom: 90px;
    }

    .title-produs p {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section3 {
        padding: 65px 50px;
    }

    .home-parteneri {
        padding: 0 50px 90px;
    }

    .footer-top .container {
        padding: 0 50px;
    }
    .law_slider_box-child1 h4 {
        font-size: 60px;
        line-height: 70px;
    }

}


@media(max-width: 1024px) {
  
    .logo img, .navbar-header .logo img {
        max-width: 180px;
    }
    div#navbar {
        width: 100%;
        text-align: center;
    }

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

    .law_slider_box-child1 {
        max-width: 100%;
    }
    .navbar-header {
        padding: 0 15px;
    }

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

    .header-top {
        display: none;
    }

    header .navbar-toggle i {
        color: #fff;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        margin: 10px 0;
        display: inline-block;
    }

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

    .law_slider_box-child2 h4 {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        margin-bottom: 0;
    }

    .law_slider_box-child.container {
        min-height: unset;
        padding: 50px 15px 70px;
    }

    .law_slider_shortcode button.slick-prev.slick-arrow, .law_slider_shortcode button.slick-next.slick-arrow {
        display: none !important;
    }

    .law_slider_shortcode {
        margin: 0 -15px !important;
    }

    .law_slider_box-child2 a {
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
    }
    header.header2 {
        position: static;
        background: #111;
    }

    .home-section2 .vc_col-sm-8 {
        padding-left: 0px !important;
    }

    .law_slider_box_shortcode {
        width: 100%;
        margin-bottom: 20px;
    }

    .navbar-header2.col-md-4 {
        /* width: 100%; */
        text-align: center;
        padding: 0;
        padding-bottom: 15px;
        display: flex;
        padding-top: 20px;
        align-items: center;
        justify-content: space-between;
        /* max-width: 320px; */
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .polylang-div {
        padding-top: 5px;
    }

    .law_slider_box-child {
        padding: 30px 15px;
        position: relative;
        display: block;
        z-index: 2;
        background: #111;
        text-align: center;
    }

    .contact-btn {
        /* display: none; */
        margin-left: 0;
        padding-left: 20px;
    }

    nav#sweetthemes-main-head > .container {
        border: 0;
    }

    nav#sweetthemes-main-head {
        padding: 0 15px;
        text-align: center;
    }

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

    .home-section2 .vc_col-sm-8 > div {
        padding: 20px 10px !important;
        background-size: contain;
    }

    .home-section2 > div > div {}

    .home-section2 .vc_col-sm-4 > .vc_column-inner h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section2 .vc_col-sm-4 > .vc_column-inner {
        padding: 15px 15px;
    }

    .produse-seection1 .vc_col-sm-12 {
        padding: 15px 15px;
    }

    .produse-seection1 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .home-section2 {
        padding-bottom: 15px;
    }

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

    .home-section3 .vc_col-sm-12 > .vc_column-inner h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .law_slider_prod_shortcode1 {
        height: unset;
        padding: 60px 0;
        background-position: left bottom !important;
        margin-bottom: 10px;
    }

    .footer-row-1 .col-md-3 {
        width: 100%;
        text-align: left;
    }

    .law_slider_box_shortcode1 {
        margin-bottom: ;
    }
    .produse-seection22 .vc_col-sm-12 > .vc_column-inner h2 + p {
        font-size: 32px;
        line-height: 42px;
    }

    .produse-seection22 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding: 0;
    }

    .produse-seection22 {
        padding: 30px 0;
    }
    .produse-seection22 .vc_row:nth-child(2n) {
        display: flex;
        flex-direction: column;
    }

    .produse-seection22 .vc_row:nth-child(2n) > .vc_col-sm-6:first-child {
        order: 2;
    }

    .produse-seection22 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        min-height: 300px;
    }
    .proiecte-row1 .vc_col-sm-12 {
        padding: 15px !important;
    }

    .cd-tab-filter a {
        line-height: 25px !important;
        padding: 0 10px !important;
    }

    .cd-tab-filter li {
        width: auto !important;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0px;
    }

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

    ol.breadcrumb {
        padding-top: 0;
    }

    .home-blog .vc_col-sm-12 {
        padding: 30px 15px !important;
    }

    .home-blog .post-name A {
        font-size: 18px;
        line-height: 24px;
    }
    .post-category-comment-date {
        padding-top: 15px;
    }
    ol.breadcrumb li a, ol.breadcrumb li {
        font-size: 12px;
    }
    .contact-btn a {
        padding: 0 15px;
        line-height: 30px;
        height: 30px;
    }
}



@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%;
        font-size: 16px;
    }

    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;
        padding-top: 10px;
        width: 100%;
        box-shadow: none !important;
    }

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

    .navbar-header {
        padding: 0 15px;
    }

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

    .header-top {
        display: none;
    }

    header .navbar-toggle i {
        color: #fff;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        margin: 10px 0;
        display: inline-block;
    }

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

    .law_slider_box-child2 h4 {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        margin-bottom: 0;
    }

    .law_slider_box-child.container {
        min-height: unset;
        padding: 50px 15px 70px;
    }

    .law_slider_shortcode button.slick-prev.slick-arrow, .law_slider_shortcode button.slick-next.slick-arrow {
        display: none !important;
    }

    .law_slider_shortcode {
        margin: 0 -15px !important;
    }

    .law_slider_box-child2 a {
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
    }
    header.header2 {
        position: static;
        background: #111;
    }

    .home-section2 .vc_col-sm-8 {
        padding-left: 0px !important;
    }

    .law_slider_box_shortcode {
        width: 100%;
        margin-bottom: 20px;
    }

    .navbar-header2.col-md-4 {
        width: 100%;
        text-align: right;
        padding: 0;
        padding-bottom: 15px;
        display: flex;
        padding-top: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .polylang-div {
        padding-top: 5px;
    }

    .law_slider_box-child {
        padding: 30px 15px;
        position: relative;
        display: block;
        z-index: 2;
        background: #111;
        text-align: center;
    }

    .contact-btn {
        /* display: none; */
        margin-left: 0;
        padding-left: 20px;
    }

    nav#sweetthemes-main-head > .container {
        border: 0;
    }

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

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

    .home-section2 .vc_col-sm-8 > div {
        padding: 20px 10px !important;
        background-size: contain;
    }

    .home-section2 > div > div {}

    .home-section2 .vc_col-sm-4 > .vc_column-inner h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section2 .vc_col-sm-4 > .vc_column-inner {
        padding: 15px 15px;
    }

    .produse-seection1 .vc_col-sm-12 {
        padding: 15px 15px;
    }

    .produse-seection1 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .home-section2 {
        padding-bottom: 15px;
    }

    .home-section3 {
        padding: 30px 0;
    }
	.produse-seection22 .wpb_wrapper .wpb_text_column.wpb_content_element h3 {
    display: none;
}

.produse-seection22 .wpb_wrapper .vc_col-sm-6.vc_col-has-fill {
    display: block;
}
    .home-section3 .vc_col-sm-12 > .vc_column-inner h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .law_slider_prod_shortcode1 {
        height: unset;
        padding: 60px 0;
        background-position: left bottom !important;
        margin-bottom: 10px;
    }

    .footer-row-1 .col-md-3 {
        width: 100%;
        text-align: left;
    }

    .law_slider_box_shortcode1 {
        margin-bottom: ;
    }
    .produse-seection22 .vc_col-sm-12 > .vc_column-inner h2 + p {
        font-size: 32px;
        line-height: 42px;
    }

    .produse-seection22 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding: 0;
    }

    .produse-seection22 {
        padding: 30px 0;
    }
    .produse-seection22 .vc_row:nth-child(2n) {
        display: flex;
        flex-direction: column;
    }

    .produse-seection22 .vc_row:nth-child(2n) > .vc_col-sm-6:first-child {
        order: 2;
    }

    .produse-seection22 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        min-height: 300px;
    }
    .proiecte-row1 .vc_col-sm-12 {
        padding: 15px !important;
    }

    .cd-tab-filter a {
        line-height: 25px !important;
        padding: 0 10px !important;
    }

    .cd-tab-filter li {
        width: auto !important;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0px;
    }

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

    ol.breadcrumb {
        padding-top: 0;
    }

    .home-blog .vc_col-sm-12 {
        padding: 30px 15px !important;
    }

    .home-blog .post-name A {
        font-size: 18px;
        line-height: 24px;
    }
    .post-category-comment-date {
        padding-top: 15px;
    }
    ol.breadcrumb li a, ol.breadcrumb li {
        font-size: 12px;
    }
    .contact-btn a {
        padding: 0 15px;
        line-height: 30px;
        height: 30px;
    }
}