/*=============================================
=                 ROOT                      =
=============================================*/
:root {
    --yellow:     #fee79c;
    --main-yellow: #fdb700;
    --main-color: #383838;
    --main-font:   'Lato', sans-serif;
}


/*--------------------------------------------- 
                    Main
----------------------------------------------*/

body {
    font-family: var(--main-font);
    color: var(--main-color);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* overflow-wrap: break-word;
    word-wrap: break-word; */
}

h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}

/* .site-content {overflow-x: hidden;} */

.bg-warning {background-color: var(--yellow) !important;}

a {
    color: var(--main-yellow);
    transition: .3s ease;
}
a:hover {
    color: var(--main-color);
    transition: .3s ease;
}

/*--------------------------------------------- 
                    Elements
----------------------------------------------*/
/* google recapcha */
.grecaptcha-badge {display: none !important;}


.content-section {position: relative;}
.bg-info {
    background-color: #f4f4f4 !important;
}
.gradient-to-top {
	background-color: transparent;
	background-image: linear-gradient(180deg,#fee79c 0%, rgba(255,255,255,0) 90%);
}

/* shapes */
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape-top svg {
    height: 130px;
    transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape-bottom svg {
    height: 100px;
    transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape-top { top: -1px; }
.elementor-shape-bottom { 
    bottom: -1px; 
    transform: rotate(180deg);
}
svg:not(:root) { overflow: hidden; }

/* animated dividers */
.divider {
    background-color: #fee79c;
    min-height: 125px;
    transition: all .5s ease 0s !important;
}
.divider::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 8%;
    background-color: var(--white);
}
.divider.left::before {left: 0;}
.divider.right::before {right: 0;}

.divider.right .elementor-shape-top svg {
    height: 180px;
    transform: translateX(-50%)
}
.divider.right .elementor-shape-bottom svg {
    height: 60px;
    transform: translateX(-50%)
}

.divider .elementor-shape-top svg {
    height: 60px;
    transform: translateX(-50%);
}
.divider .elementor-shape-bottom svg {
    height: 180px;
    transform: translateX(-50%);
}
.divider__inner {
    margin: 0% 0% 0% 4%;
    position: relative;
}
.divider__inner--wrapp {
    height: 200px;
}

/* buttons */
.btn {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 35px;
    transition: all 0.3s ease;
}
.btn i {margin-right: 15px;}
.btn-warning {
    background-color: var(--main-yellow);
    border: 2px solid var(--main-yellow);
    color: var(--white);
}
.btn-warning:hover {
    background-color: var(--white);
    color: var(--main-yellow);
}
.btn-link {
    color: #fdb700;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.btn-link:hover {
    color: #fee79c;
    text-decoration: none;
}
.btn:hover {
    animation-name: pulse;
    animation-timing-function: ease;
    animation-duration: .6s;
    animation-iteration-count: 1;
}

.btn-icon {
    border: 2px solid #fee79c;
    text-transform: inherit;
    font-weight: 400;
    font-size: 18px;
}
.btn-icon i {
    transform: rotate(-360deg);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
}
.btn-icon:hover i {
    transform: rotate(360deg);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
}
.btn-icon:hover {border-color: #fdb700;}
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* --- FOOTER --- */
.site-footer {
    background-color: var(--main-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 55px 0 0 0;
    position: relative;
}
.address-view h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.address-view address {
    margin-bottom: 0;
    max-width: 145px;
}

.site-footer .social-list {
    margin-bottom: 20px;
    font-size: 24px;
}
.site-footer .social-list li:not(:last-child) {margin-right: 20px;}
.site-footer .social-list a {
    color: var(--white);
    transition: .3s;
}
.site-footer .social-list a:hover {color: var(--main-yellow);}
.site-footer .contacts-list {
    margin-bottom: 0;
    font-weight: 300;
}
.site-footer .contacts-list li:not(:last-child) {
    padding-bottom: 15px;
}
.site-footer .contacts-list li i {
    color: var(--white);
    font-size: 16px;
    width: 20px;
}
.site-footer .contacts-list li a {
    padding-left: 20px;
    color: var(--white);
    font-weight: 300;
    transition: .3s;
}
.site-footer .contacts-list li a:hover {color: var(--main-yellow);}
.site-footer .address-view p {
    margin-bottom: 0;
    max-width: 200px;
}

/* footer menu */
.footer-menu {
    border-top: 1px solid var(--white);
    margin-top: 21px;
    margin-bottom: 0;
    padding: 51px 0 54px;
}
.footer-menu li {
    margin: 0 4%;
}
.footer-menu li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    transition: .3s;
}
.footer-menu li a:hover {
    color: var(--main-yellow);
    text-decoration: none;
}

.copyright {
    background-color: #212121;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding: 13px 0;
    letter-spacing: 1px;
}

/* scroll up button */
.cky-revisit-bottom-left {
    background-color: var(--main-yellow) !important;
}
.scroll-up {
    position: fixed;
    bottom: 60px;
    left: 30px;
    background-color: transparent;
    color: var(--main-yellow);
    border: 2px solid var(--main-yellow);
    font-size: 30px;
    padding: 8px 14px;
    line-height: 1;
    cursor: pointer;
    /* transform: translateX(200px); */
}
.scroll-up:hover,
.scroll-up:focus {
    background-color: var(--yellow);
    color: var(--main-color);
    transition: .3s;
    outline: none;
    box-shadow: none;
}
.scroll-up.show {
    /* transform: translateX(0); */
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .4s;
}

/* consult button */
.consult-widget {
    margin: 0 0 60px 60px;
    max-width: 60px;
}
.consult-widget span {
    position: absolute;
    display: block;
    position: absolute;
    display: block;
    opacity: 1;
    background-color: #ddd;
    font-size: 14px;
    border-radius: 10px;
    padding: 0px 10px;
    margin-top: -10px;
    margin-left: 70px;
    top: 50%;
    opacity: 0;
    min-width: 148px;
}
.consult-widget .btn {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    -webkit-animation: roll_call 1.40s ease infinite!important;
	-moz-animation: roll_call  1.40s ease infinite!important;
	-o-animation: roll_call  1.40s ease infinite!important;
	animation: roll_call  1.40s ease infinite!important;
}
.consult-widget .btn i {margin-right: 0;}
.consult-widget:hover .btn + span {animation: fadeInLeft .3s ease-in 0s 1 forwards;}

.consult-modal .modal-header {padding: 15px 30px;}
.consult-modal .modal-title {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.consult-modal .close {margin-top: 0 !important;}
.consult-modal .modal-body {padding: 24px 30px;}
.consult-modal .wpcf7-form .form-group {margin-bottom: 0;}
.consult-modal .wpcf7-form .form-control {
    border-radius: 20px;
    border: 2px solid var(--main-yellow);
    color: #373a3c;
    min-height: 48px;
    padding: 5px 14px;
    border-radius: 30px;
}
.consult-modal .wpcf7-form .btn {width: 100%;}


/* --- Page title --- */
.page-title {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:var(--main-color);
    opacity: 0.31;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.page-title__h {
    color: var(--white);
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 5px;
}

/* --- BREADCRUMBS --- */
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
}
.breadcrumb-item a {color: var(--yellow);}
.breadcrumb-item.active {color: #fff;}
.breadcrumb-item+.breadcrumb-item::before {
    content: "<";
    color: var(--white);
}

/* --- PAGINATION --- */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 18px;
    margin-bottom: 90px;
}
.pagination .page-item {margin: 0 10px}
.pagination .page-link {
    padding: 0;
    margin: 0;
    color: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-link:hover {background-color: var(--main-yellow);}
.pagination .page-link.current {
    border-color: var(--main-yellow);
    background-color: var(--main-yellow);
    color: var(--white);
    font-weight: 900;
}


/*--------------------------------------------- 
                    Navigation
----------------------------------------------*/
/* --- NAVBAR --- */
.top-navigation {padding: 5px 0; font-size: 14px;}
.top-navigation .site-description {font-weight: 700;}
.top-navigation a {color: var(--main-color);}
.top-navigation a i {margin-right: 10px;}
.top-navigation a.phone i {
    -webkit-animation: roll_call 1.40s ease infinite!important;
    -moz-animation: roll_call 1.40s ease infinite!important;
    -o-animation: roll_call 1.40s ease infinite!important;
    animation: roll_call 1.40s ease infinite!important;
}


/* langswitcher */
.wpml-ls-item a::after {display: none;}
.wpml-ls-item .dropdown-menu {
    min-width: auto;
    padding: 0;
}


/* the logo */
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    width: 205px;
    height: 75px;
    object-fit: contain;
    object-position: left;
}

/* navbar & main menu */
.navbar {
    padding: 25px 0;
    transition: all .4s ease-in-out;
    box-shadow: 0px 3px 3px 0px rgba(51,51,51,0.17);
    z-index: 1030;
}
.navbar.fixed-top {
    top: 31px;
    padding: 10px 0;
    transition: all .4s ease-in-out;
}
.navbar .main-menu li:not(:last-child) {margin-right: 30px;}
.navbar .main-menu .nav-item .nav-link {
    color: var(--main-color);
    font-size: 18px;
    padding: 13px 4px;
    position: relative;
}
.navbar .main-menu .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #fdb700;;
    z-index: 2;
    opacity: 0;
    transition: .4s;
}
.navbar .main-menu .nav-item .nav-link:hover::after,
.navbar .main-menu .nav-item .nav-link.active::after {opacity: 1;}

/* search menu */
#is-popup-wrapper {
    background-color: #fdb700 !important;
    padding: 0 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#is-popup-wrapper .popup-search-close {
    position: absolute;
    top: 0;
    right: 0;
}
#is-popup-wrapper .is-popup-search-form {
    margin: 0;
    width: 100%;
}
#is-popup-wrapper .is-popup-search-form .is-search-submit {display: none;}
#is-popup-wrapper .is-popup-search-form label {
    display: block;
    width: 100%;
}
#is-popup-wrapper .is-popup-search-form .is-search-input {
    width: 100%;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--white);
    color: var(--white);
    font-size: 36px;
    font-style: italic;
    padding: 5px;
}
#is-popup-wrapper .is-popup-search-form .is-search-input:focus,
#is-popup-wrapper .is-popup-search-form .is-search-input:active {
    outline: none;
    box-shadow: none;
}

/*--------------------------------------------- 
                PRELOADER
----------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-content {
    width: 120px;
    position: relative;
}
.preloader-content img {
    width: 100%;
    height: auto;
}
.preloader-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20%;
    height: 200%;
    width: 35px;
    background: rgba(255, 255, 255, .4);
    transition: all .6s;
    -webkit-transform: translateY(-50%) skew(25deg);
    -moz-transform: translateY(-50%) skew(25deg);
    -ms-transform: translateY(-50%) skew(25deg);
    -o-transform: translateY(-50%) skew(25deg);
    transform: translateY(-50%) skew(25deg);
    -webkit-animation: logoefect 1s infinite;
    -moz-animation: logoefect 1s infinite;
    -o-animation: logoefect 1s infinite;
    animation: logoefect 1s infinite;
}

/*--------------------------------------------- 
                Home Page
----------------------------------------------*/
.page-template-homepage {
    font-size: 18px;
    overflow-x: hidden;
}

.home__showcase {
    position: relative;
    height: calc(100vh - 150px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    transform: translateZ(0);
    perspective: 2000px;
}
.home__showcase h1 {
    margin-top: 180px;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1em;
    text-transform: uppercase;
}
.home__showcase .elementor-shape-bottom svg {height: 60px;}
.home__showcase::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.17);
}

.home__about {
    margin-top: 0 !important;
    padding-top: 145px;
    padding-bottom: 125px;
}
.home__about h2 {
    font-size: 36px;
}
.home__about p:not(:last-of-type) {margin-bottom: 20px !important;} 
.home__about.proiectare .featured-image {
    width: 40% !important;
    height: 100%;
    object-fit: contain;
    object-position: right;
}
.home__about .btn-icon i,
.home__about .btn-icon:hover i,
.home__services .btn-icon i,
.home__services .btn-icon:hover i {transform: rotate(0);}

.home__services {
    padding-top: 75px;
    padding-bottom: 100px;
}
.home__services .service {
    padding: 0 30px;
    margin-bottom: 30px;
}
.home__services .service .icon {
    color: #cecece;
    display: block;
    font-size: 70px;
}
.home__services .service h3 {
    margin-top: 27px;
    margin-bottom: 20px;
    color: #7a7a7a;
    font-size: 24px;
    font-weight: 900;
}
.home__services .col-lg-4:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-left: 2px solid rgba(122,122,122,0.3);
    border-right: 2px solid rgba(122,122,122,0.3);
}

.home__gallery {
    background-image: linear-gradient(180deg, #f4f4f4 0%, rgba(255,255,255,0) 100%);
    padding-top: 73px;
    padding-bottom: 30px;
}
.home__gallery h2 {
    color: #383838;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 42px;
}
.home__gallery p {margin-bottom: 54px;}
.home__gallery--rotator {margin-bottom: 55px;}
.home__gallery--rotator .item img {
    width: 100%;
    height: 665px;
    object-fit: cover;
}
/* dots */
.slick-dots {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home__gallery .slick-dots {margin-top: 30px;}
.slick-dots li {margin: 0 5px;}
.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background-color: #d6dce5;
    text-indent: -99999px;
}
.slick-dots li.slick-active button {background-color: #fdb700;}
.slick-dots li button:focus {
    outline: none;
    box-shadow: none !important;
}

/* arrows */
.slick-next, 
.slick-prev {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    outline: none !important;
    box-shadow: none !important;
}
.slick-prev:before {
    content: '';
    background-image: url('../img/pil.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: block;
}
.slick-next:before {
    content: '';
    background-image: url('../img/pil.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: block;
    transform: rotate(180deg);
}

.home__about.progetti {
    padding-top: 95px;
}
.home__about.progetti .featured-image {
    max-width: 45%;
    height: 80%;
    margin-top: 45px;
}

.home__news {display: none;}
.home__news h2 {
    color: #383838;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 43px;
}
.home__news--container {
    padding-top: 90px;
    padding-bottom: 60px;
}
.single-news {
    margin-bottom: 30px;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s;
}
.single-news:hover {
    box-shadow: 0 3px 5px 0 rgba(51,51,51,0.17);
    transform: translateY(-5px);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s;
}
.single-news img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.single-news__content {
    padding: 25px 30px 10px;
}
.single-news__content h4 {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}
.single-news__content p {
    margin-bottom: 14px;
    line-height: 1.5em;
    font-size: 16px;
    color:#777;
}
.single-news__content {
    font-size: 12px;
    font-weight: 700;
}
.single-news__date {
    padding: 15px 30px;
    border-top: 1px solid#eaeaea;
    line-height: 1.3em;
    font-size: 12px;
    color:#adadad;
    text-transform: capitalize;
}

.home__showroom {
    display: none !important;
    background-color: #fdb700;
    padding: 90px 0px;
    color: #383838;
}
.home__showroom h3 {
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 0;
}
.home__showroom address {margin-bottom: 0;}
.home__showroom .btn {
    font-size: 18px;
    font-weight: 600;
    color:#383838;
    border: 2px solid #fff;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 80px 15px 80px;
}
.home__showroom .btn:hover {
    background-color: transparent !important;
    color: #fff;
}

.consulenza-section,
.home__services,
.home__gallery,
.about-us__description,
.about__contact,
.services-container {
    border-top: 4px solid var(--main-yellow);
}
.about-us__description {
    border-bottom: 4px solid var(--main-yellow);
}


/*--------------------------------------------- 
                About Us Page
----------------------------------------------*/
.content-section.about-us {
    font-size: 18px;
    text-align: justify;
    padding-top: 80px;
    padding-bottom: 40px;
}
.content-section.about-us h2,
.about-us__description h2 {
    color: var(--main-color);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.content-section.about-us p,
.about-us__description p {margin-bottom: 20px;}
.content-section.about-us a,
.about-us__description a {color: var(--main-yellow);} 

.about-us__description {
    position: relative;
    padding: 0 0 80px;
}
.about-us__description .elementor-shape-top svg {transform: translateX(-50%);}

.numbers-container {margin-bottom: 100px;}
.numbers__single-blk {margin-bottom: 30px;}
.numbers__single-blk span {
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}
.numbers__single-blk .count {
    color: var(--main-color);
    font-size: 69px;
    font-weight: 300;
    line-height: 1;
    width: 190px;
    height: 190px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.numbers__single-blk h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 31px;
    margin-bottom: 0;
}

.benefits-container {
    padding-top: 50px;
}
.benefits__single {
    color: var(--main-color);
    font-size: 18px;
    margin-bottom: 40px;
}
.benefits__single h3 {
    color:#7a7a7a;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}   
.benefits__single p {margin-bottom: 0;} 
.benefits__single img {
    max-width: 250px;
    margin: 0 auto;
}

.services-container {
    padding-top: 65px;
    padding-bottom: 30px;
    font-size: 18px;
}
.services-container h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 40px;
}
.services-container__single {
    margin-bottom: 34px;
    padding: 0 5%;
}
.services-container__single i {
    color: #d6d6d6;
    font-size: 50px;
    margin-bottom: 15px;
}
.services-container__single h3 {
    color: #7a7a7a;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about__contact {
    font-size: 18px;
    padding-top: 60px;
}
.about__contact h2 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about__contact .contact-form-wrapp {margin-top: 78px;}

/*--------------------------------------------- 
        Default content - template Page
----------------------------------------------*/
.default-content {
    color: #383838;
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 60px;
}
.default-content h4,
.default-content h3 {
    color: #7a7a7a;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}
.default-content h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 32px;
    color: #383838;
    margin-bottom: 20px;
}
.default-content h4 {
    font-size: 17px;
    text-transform: uppercase;
}
.default-content ol,
.default-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.default-content p {
    margin-bottom: 20px;
}

.wp-block-image.size-full {
    margin-top: 39px;
}

/* modal */
.modal-backdrop {background-color: rgba(254,231,156,1);}
.modal-backdrop.show {opacity: .8;}

.modal-dialog {
    max-width: 820px;
}
.modal-content {
    margin: 20% 0;
    border: none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
}
.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 33;
    font-size: 46px;
    line-height: 1;
    margin: 10px 25px 0 0;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .6s;
}
.modal-content button.close:hover {
    color: var(--main-yellow) !important;
    opacity: 1 !important;
    transform: rotate(360deg);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .6s;
}
.modal-content button.close:focus {
    outline: none !important;
    box-shadow: none !important;
}

.modal-body {
    padding: 40px 85px 44px;
    font-size: 18px;
}
.modal-body h3 {
    font-weight: 900;
    font-size: 24px;
    color:#7a7a7a;
}
.modal-body h3,
.modal-body p {
    margin-bottom: 20px;
}


/*--------------------------------------------- 
                Projects Page
----------------------------------------------*/
.default-content.projects {
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.projects__main-description {
    margin-bottom: 40px;
}
.projects__main-description h2 {
    color: var(--main-color);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.projects__main-description p {margin-bottom: 20px;}

.projects__single-project {
    position: relative;
    margin-bottom: 30px;
}
.projects__single-project::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    width: 100%;
    background-color: var(--yellow);
    opacity: 0;
    transition: all .3s ease;
}
.projects__single-project:hover::before {
    opacity: .6;
    transition: all .3s ease;
}
.projects__single-project p {
    font-size: 14px;
    padding: 5px 0;
}
.projects__single-project a:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.projects__single-project .img-fluid {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

/*--------------------------------------------- 
                FAQ Page
----------------------------------------------*/
.faq-content {
    color: var(--main-color);
    font-size: 18px;
    line-height: 1.5;
    padding-top: 80px;
}
.faq-content p {
    margin-bottom: 20px;
}
.faq-content hr {
    margin: 50px 0;
}
.faq-content__answ {padding-bottom: 60px;}
.faq-content__answ h3 {
    color: #afafaf;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}
.faq-content__answ p {
    margin-bottom: 40px;
}
.faq-content__answ p a {font-weight: 700;}

/*--------------------------------------------- 
                BLOG Page
----------------------------------------------*/
.blog-content {
    padding-top: 4px;
    margin-bottom: 80px;
}
.blog-content .elementor-shape-top {z-index: 1;}
.blog-content .elementor-shape-top svg {
    height: 130px;
    transform: translateX(-50%) rotateY(180deg);
}

.blog-content .single-post {
    background-color: #f4f4f4;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.blog-content .single-post img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    margin-bottom: 20px;
}
.single-post.featured img {height: auto;}
.single-post__meta {
    padding: 20px 30px 0;
}
.single-post__meta .title {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 25px;
}
.single-post__meta.featured .title {font-size: 26px;}
.single-post__meta .title a:hover {
    text-decoration: none;
    color: #fee79c;
    transition: .3s;
}
.single-post__meta p {margin-bottom: 10px;}

.single-post__footer {
    margin-top: 6px;
    padding: 15px 30px;
    border-top: 1px solid #eaeaea;
    line-height: 1.3em;
    font-size: 12px;
    color: #adadad; 
}

.widget-area {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 130px 30px 30px 30px;
    min-height: calc(100% - 30px);
}
/* social share */
.heateor_sss_sharing_container .widget-title,
.widget_search .widget-title,
.widget_search .is-search-submit {display: none;}

.heateor_sss_sharing_container {margin-bottom: 58px;}
.heateor_sss_sharing_container .heateorSssSharingRound:not(:last-child) {margin-right: 8px !important;}

/* search form */
.widget_search {margin-bottom: 50px;}
.widget_search .is-search-form label {
    display: block;
    width: 100%;
}
.widget_search .is-search-input {
    background-color: var(--white);
    background-image: url('../img/search-solid.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 20px center;
    border: none;
    border-radius: 140px;
    color: var(--main-yellow);
    font-size: 18px;
    padding: 5px 10px 5px 50px;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.widget_search .is-search-input:focus,
.widget_search .is-search-input:active {
    outline: none;
    box-shadow: none;
}

/* recent posts */
.recent-posts-widget-with-thumbnails h2 {
    color: var(--main-color);
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 40px;
}
.recent-posts-widget-with-thumbnails ul {margin-bottom: 5px;}
.recent-posts-widget-with-thumbnails ul li {
    margin-bottom: 25px !important;
    border-bottom: 1px solid rgba(122,122,122,0.09);
    padding-bottom: 25px;
}
.recent-posts-widget-with-thumbnails .rpwwt-widget ul li img {
    margin: 0 20px 0 0;
}
.recent-posts-widget-with-thumbnails .rpwwt-widget .rpwwt-post-title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
}

/* Article page */
.single.single-post {
    background-color: var(--white);
    font-size: 18px;
}
.single-post .navbar-brand img {
    width: 205px;
    height: 75px;
    object-fit: contain;
}
.single-post .content-section {padding-top: 60px;}
.single-post .content-section .attachment-post-thumbnail {
    height: auto;
    width: 100%;
}
.single-post .breadcrumb {
    justify-content: flex-start;
    margin-bottom: 14px;
}
.single-post .breadcrumb-item.active,
.single-post .breadcrumb-item+.breadcrumb-item::before {color: rgba(122,122,122,0.81);}

.single-post .post__content {
    margin-top: 30px;
    padding-bottom: 160px;
}
.post__content--title {
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.post__content .entry-meta {
    color: #7a7a7a;
    margin-bottom: 44px;
}
.single-post .post__content p,
.single-post .post__content ul,
.single-post .post__content ol {
    line-height: 1.5;
    margin-bottom: 20px;
}
.single-post .post__content ul,
.single-post .post__content ol {padding-left: 15px;}
.post__content .entry-content {margin-bottom: 50px;}

/* share */
.single-post .heateor_sss_sharing_container {
    position: absolute;
    top: 100%;
}


/*--------------------------------------------- 
                Contact Page
----------------------------------------------*/
.contacts-info {
    font-size: 18px;
    padding-top: 80px;
}
.contacts-info h2,
.faq-content h2 {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contacts-info p {margin-bottom: 40px;}
.contacts-info p label {
	font-size: 14px;
}

/* contact form */
.contact-form-wrapp {
    /* background-color: #fdb700; */
    background-color: #7a7a7a;
    padding: 6% 6% 0;
    margin-bottom: 137px;
    color: var(--white);
    position: relative;
}
.contact-form-wrapp .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 25px;
}
.contact-form-wrapp .wpcf7-form .form-control {
    background-color: var(--white);
    border: none;
    border-radius: 20px;
    color: #373a3c;
    min-height: 40px;
    padding: 5px 14px;
}
.contact-form-wrapp .wpcf7-form textarea.form-control {height: 100px;}
.contact-form-wrapp span.wpcf7-list-item {margin-left: 0;}
.contact-form-wrapp .wpcf7-submit {
    color: var(--white);
    border-radius: 20px;
    font-size: 15px;
    padding: 12px 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    min-height: 40px;
    width: 100%;
    transition: all 0.3s ease;
}
.contact-form-wrapp .wpcf7-submit:hover {
    background-color: #fee79c;
    color:#ffffff;
}
.bg-warning {background-color: #fdb700 !important;}
.text-dark {color: var(--main-color) !important;}
.contact-form-wrapp--inverse .wpcf7-submit {color: var(--main-color);}

.wpcf7-form.sent .wpcf7-response-output {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fdb700;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.wpcf7-acceptance {
    font-size: 12px;
    line-height: 16px;
}
.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 0;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}

.contacts-links {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 80px;
    padding: 100px 0;
}
.contacts-links h2 {
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 800;
    font-size: 32px;
    color: var(--main-color);
}
.contacts-links h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 90px;
    background-color: var(--main-color);
}

.contacts-links__list {
    margin-bottom: 49px;
}
.contacts-links__list li {
    color: var(--main-color);
    font-size: 18px;
}
.contacts-links__list li:not(:last-child) {
    padding-bottom: 20px;
}
.contacts-links__list li i {
    color: #7a7a7a;
    font-size: 23px;
    width: 1.25em;
}
.contacts-links__list li a,
.contacts-links__list li span {
    color: inherit;
    padding-left: 20px;
    transition: all .2s ease-in-out;
}
.contacts-links__list li a:hover,
.contacts-links__social li a:hover {color: var(--main-yellow);}

.contacts-links__social {
    margin-bottom: 0;
}
.contacts-links__social li:not(:last-child) {margin-right: 20px;}
.contacts-links__social li a {
    font-size: 32px;
    color: #7a7a7a;
    transition: all .2s ease-in-out;
}


/*--------------------------------------------- 
               Case din LEMN
----------------------------------------------*/
.secondary-nav {
    background-color: #f4f4f4;
    top: 95px;
    display: none;
    z-index: 20;
    font-size: 14px;
    font-weight: 400;
}
.secondary-nav.sticky-top {
    display: block;
    animation-name: fadeInDown;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

.secondary-nav__menu a {
    color:#383838;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s;
}
.secondary-nav__menu a:not(:last-of-type) {
    margin-right: 14px;
}
.secondary-nav__menu a:hover,
.secondary-nav__menu a.active {
    color: #fdb700;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s;
}

.page-template-case-in-lemn {
    font-size: 18px;
    overflow-x: hidden;
}

.consulenza-section {
    position: relative;
    margin-top: 50px;
}
.consulenza-section .featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.consulenza-section .descriere_consultanta {
    padding-top: 60px;
    padding-bottom: 60px;
}
.consulenza-section h2,
.materie-prime h2,
.bioedilizia-tecnologie h2,
.case-tecnologie h2 {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    color: #383838;
    margin-bottom: 20px;
}
.consulenza-section p {
    margin-bottom: 40px;
}

.consulenza-section.proiectare {margin-top: 120px;}
.consulenza-section.proiectare .featured-image {
    right: 0;
    left: auto;
	z-index: 1;
}

.materie-prime {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 80px;
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: justify;
    position: relative;
}
.materie-prime::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.4);
}
.materie-prime .elementor-shape-top svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 130px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.materie-prime .icon {
    width: 110px;
    height: 110px;
    font-size: 65px;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    margin-bottom: 20px;
}
.materie-prime p,
.bioedilizia-tecnologie p,
.case-tecnologie p {
    color: #383838;
    margin-bottom: 20px;
}
.materie-prime p:last-of-type {margin-bottom: 40px;}
.materie-prime h3 {
    font-weight: 800;
    font-size: 24px;
    color:#7a7a7a;
    margin-bottom: 20px;
}


.bioedilizia-tecnologie {padding-top: 120px;}
.bioedilizia-tecnologie p {text-align: justify;}
.bioedilizia-tecnologie hr,
.case-tecnologie hr {
    margin: 80px 0;
    border-top: 2px solid rgba(122,122,122,0.29);
}

.beneficii-section {padding-bottom: 40px;}
.beneficii__single-blk .icon,
.single__case-tecnologie .icon {
    border: 2px solid #cecece;
    width: 104px;
    height: 104px;
    margin-bottom: 15px;
    font-size: 50px;
    color: #cecece;
}
.beneficii__single-blk h3,
.single__case-tecnologie h3 {
    font-weight: 800;
    font-size: 24px;
    color:#7a7a7a;
    line-height: 1.2;
    margin-bottom: 20px;
}
.beneficii__single-blk p,
.single__case-tecnologie p {
    margin-bottom: 20px;
    line-height: 1.5;
}


.progress {
    background-color: rgba(122,122,122,0.18);
    border-radius: 30px;
    margin: 35px 0;
    height: 50px;
}
.progress-bar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fdb700;
    font-size: 16px;
    padding: 0;
}
.progress-bar .title {padding-left: 15px;}
.progress-bar .progress-nr {padding-right: 15px;}


.case-tecnologie {
    margin-top: 50px;
    padding-bottom: 80px;
}
.case-tecnologie .featured-img {margin-top: 60px;}


.servicii-personalizate {
    padding: 80px 0;
    margin-bottom: 80px;
    font-size: 20px;
}
.servicii-personalizate h2 {
    font-weight: 800;
    font-size: 32px;
    color: #383838;
    margin-bottom: 43px;
    text-transform: uppercase;
}
.servicii-personalizate p,
.vantaggi-section__intro p {
    margin-bottom: 20px;
}
.servicii-personalizate .btn-icon {
    border-color: #898989;
    color: #383838;
    margin-top: 20px;
}


.vantaggi-section {
    padding-bottom: 120px;
}
.vantaggi-section h2 {
    font-size: 32px;
    font-weight: 800;
    color:#383838;
    margin-bottom: 20px;
}

.vantaggi-section__accordion {
    margin-bottom: 40px;
}
.vantaggi-section__accordion .card {
    border-radius: 0;
    border: none;
}
.vantaggi-section__accordion .card-header {
    background-color: transparent;
    border: none;
    padding: 15px 20px;
}
.vantaggi-section__accordion .card-header h2 {
    line-height: 1;
}
.vantaggi-section__accordion .card-header .btn {
    color:#fdb700;
    font-weight: 900;
    font-size: 17px;
}
.vantaggi-section__accordion .card-header .btn i {
    width: 25px;
    color: #383838;
}
.vantaggi-section__accordion .card-header .btn i.fa-minus {display: none;}
.vantaggi-section__accordion .card-header .btn[aria-expanded="true"] i.fa-minus {display: inline-block;}
.vantaggi-section__accordion .card-header .btn[aria-expanded="true"] i.fa-plus {display: none;}
.vantaggi-section__accordion .card-header .btn:hover {
    animation-name: none;
    color: #383838;
}
.vantaggi-section__accordion p {margin-bottom: 20px;}

/*--------------------------------------------- 
              SINGLE CASE
----------------------------------------------*/
.single-case__specifications {
    font-size: 16px;
    line-height: 30px;
    padding: 24px 30px 1px;
}
.single-case__specifications h3 {
    color: var(--main-color);
    margin-bottom: 8px;
}
.single-case__specifications ul {
    padding-left: 0;
    margin-bottom: 18px;
}
.single-case__specifications ul li {
    display: flex;
}
.single-case__specifications li span:first-of-type {flex: 1;}
.energy-tag {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
}
.energy-tag--a {background-color:#18A557;}
.energy-tag--b {background-color:#51B64F;}
.energy-tag--c {background-color:#BDD442;}
.energy-tag--d {background-color:#FDEE34;}
.energy-tag--e {background-color:#FAB832;}
.energy-tag--f {background-color:#EF7030;}
.energy-tag--g {background-color:#E7222D;}

.single-case__gallery .col-md-6 {
    margin-bottom: 30px;
}

.single-case__project-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 3;
}
.single-case__project-gallery .slick-next {right: 0;}
.single-case__project-gallery img {margin: 0 auto;}
.single-case__project-gallery .slick-dots {margin: 0;}


/*--------------------------------------------- 
                Search Results
----------------------------------------------*/
.search-area__header {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: 50% -100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}
.search-area__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.17);
}
.no-results .is-search-form {display: flex;}
.no-results .is-search-form label {margin-bottom: 0;}
.no-results .is-search-form .is-search-input {
    width: 200px;
    height: 50px;
    padding: 10px 20px;
}
.no-results .is-search-form .is-search-submit {
    background-color: #fdb700;
    border-color: #fdb700;
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    margin-left: -1px;
}

/*--------------------------------------------- 
            Page 404
----------------------------------------------*/
.not-found {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}
.not-found::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.17);
}
.not-found h1 {
    font-size: 48px;
    margin-bottom: 0;
}
.not-found h2 {
    font-size: 142px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 2px;
}


/*--------------------------------------------- 
            Some Custom Animations
----------------------------------------------*/
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}



@-webkit-keyframes roll_call {
	0%,12%,18%{
		-webkit-transform:rotate(-10deg);
		transform:rotate(-10deg)
	}
	6%{
		-webkit-transform:rotate(10deg);
		transform:rotate(10deg)
	}
	24%{
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}
}

@-moz-keyframes roll_call {
	0%,12%,18%{
		-webkit-transform:rotate(-10deg);
		-moz-transform:rotate(-10deg);
		transform:rotate(-10deg)
	}
	6%{
		-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
		transform:rotate(10deg)
	}
	24%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		transform:rotate(0)
	}
}

@-o-keyframes roll_call {
	0%,12%,18%{
		-webkit-transform:rotate(-10deg);
		-o-transform:rotate(-10deg);
		transform:rotate(-10deg)
	}
	6%{
		-webkit-transform:rotate(10deg);
		-o-transform:rotate(10deg);
		transform:rotate(10deg)
	}
	24%{
		-webkit-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
}

@keyframes roll_call {
	0%,12%,18%{
		-webkit-transform:rotate(-10deg);
		-moz-transform:rotate(-10deg);
		-o-transform:rotate(-10deg);
		transform:rotate(-10deg)	
	}
	6%{
		-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
		-o-transform:rotate(10deg);
		transform:rotate(10deg)
	}
	24%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
}


/*--------------------------------------------- 
            Responsive styles
----------------------------------------------*/
@media screen and (max-width: 1300px) {

    .home__showcase,
    .page-title {background-attachment: scroll;}
}


@media screen and (max-width: 1025px) {

    /* MAIN MENU */
    .top-navigation {font-size: 14px;}

    .navbar-toggler {
        border-radius: 0;
        border: none;
        display: flex;
        flex-direction: column;
        padding: 0;
        overflow: hidden;
        outline: none !important;
        width: 35px;
        height: 30px;
    }
    .navbar-toggler span {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 4px;
        background-color: #292a2b;
        background-image: none !important;
        border-radius: 4px;
        transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .navbar-toggler.collapsed span:nth-of-type(2) {
        margin: 8px 0px;
        transform: translateX(0);
    }
    .navbar-toggler.collapsed span:first-of-type {
        transform: rotate(0);
        top: 0;
    }
    .navbar-toggler.collapsed span:nth-of-type(3) {
        transform: rotate(0);
        top: 0;
    }
    .navbar-toggler span:first-of-type {
        transform: rotate(45deg);
        top: 14px;
    }
    .navbar-toggler span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -14px;
    }
    .navbar-toggler span:nth-of-type(2) {
        transform: translateX(-100px);
        margin: 10px 0;
    }

    .navbar-collapse {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        width: 100%;
        max-width: 320px;
        height: 85vh;
        background-color: #fff;
        box-shadow: 0 11px 11px 0 rgba(0,0,0, .75);
        transform: translateX(-110%);
        transform-origin: left;
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s;
    }
    .navbar-collapse.show {
        transform: translateX(0);
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s;
        transform-origin: left;
    }
    .navbar-collapse .main-menu {flex-direction: column;}
    .navbar .main-menu .nav-item .nav-link {
        color: #333333;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding: 12px 20px;
    }
    .navbar .nav-item {
        margin: 0;
        width: 100%;
    }
    .navbar .nav-item .nav-link.active {
        background-color: #e5e5e5;
        background-image: none;
    }
    .main-menu .wpml-ls-item,
    .main-menu .astm-search-menu.is-menu.popup,
    .navbar .nav-item .nav-link::before {display: none;}

    /* search form */
    .is-search-form {
        padding: 15px 20px;
        position: relative;
        border-bottom: 1px solid #e5e5e5;
    }
    .is-search-form label {display: block;}
    .is-search-form .is-search-input {
        height: 50px;
        width: calc(100% - 50px);
        padding: 10px 20px;
        font-style: italic;
        border: none;
        background-color: #eceff4;
        outline: none !important;
    }
    .is-search-form .is-search-submit {
        position: absolute;
        top: 15px;
        right: 25px;
        height: 50px;
        border: none;
    }
    .main-search__form .btn-dark {background-size: 109%;}

    /* lang switcher */
    .wpml-ls-legacy-dropdown-click {width: auto;}
    .wpml-ls-legacy-dropdown-click .wpml-ls-flag {margin-bottom: 0;}

    /* HOMEPAGE */
    .home__showroom .btn {padding: 15px 45px;}

    .consulenza-section h2 br, 
    .materie-prime h2 br, 
    .bioedilizia-tecnologie h2 br, 
    .case-tecnologie h2 br {display: none;}

    .home__about {padding: 75px 0 60px;}
    .home__services .service {padding: 0;}
    .home__gallery--rotator .item img {height: 500px;}
    .single-news img {height: 185px;}
    .footer-menu li {margin: 0 2%;}

    .scroll-up {
        right: 30px;
        bottom: 30px;
    }
}

@media screen and (max-width: 820px) {
    .scroll-up,
    .footer-menu-wrapp {display: none;}

    .navbar-collapse {max-width: 320px;}
    
    /* HOMEPAGE */
    .home__services .col-lg-4:nth-of-type(2)::before {display: none;}
    
    /* Case din lemn */
    .secondary-nav__menu {justify-content: space-between !important;}
    .secondary-nav__menu a:not(:last-of-type) {margin-right: 0;}

    /* sidebar */
    .widget-area {padding: 30px;}
    .widget_search .is-search-form {padding: 0;}
    .widget_search .is-search-form .is-search-input {
        background-position: 90% center;
        width: 100%;
    }

    /* blog page */
    .blog-content {margin-bottom: 0;}
    .recent-posts-widget-with-thumbnails h2 {font-size: 30px;}

    /* Contacte */
    .contacts-links h2 {margin-top: 40px;}

    .single-case__specifications {
        padding-left: 0;
        padding-right: 0;
        column-count: 2;
        column-gap: 45px;;
    }
    .single-case__specifications ul {
        break-inside: avoid;
    }
}

@media screen and (max-width: 601px) {
    .site-footer {text-align: center;}
    .address-view address {margin: 0 auto 20px;}
    .copyright {line-height: 1.5;}
    .footer-brand {max-width: 200px;}
    .navbar-collapse {max-width: 100%;}
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-footer .address-view p {
        margin: 0 auto 20px;
    }

	.btn-icon {max-width: 100%;}
    .navbar.fixed-top {top: 0;}
    /* HOMEPAGE */
    .top-navigation {display: none !important;}
    .top-navigation a.mail {display: none;}

    .divider {display: none;}

    .home__showcase h1 {
        text-align: center;
        font-size: 30px;
        margin-top: 120px;
    }
    .home__about {
        clear: both;
        text-align: center;
        flex-direction: column !important;
        padding-bottom: 30px;
    }
    .home__about .btn-icon {margin-bottom: 30px;}
    .home__about.proiectare .featured-image {
        position: static;
        margin-top: 35px !important;
        float: right;
        width: 100% !important;
    }
    .home__gallery--rotator .item img {height: 220px;}
    .home__about.progetti {
        display: flex;
        flex-direction: column-reverse;
    }
    .home__about.progetti .featured-image {
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .home__services {padding-top: 30px;}


    /* Cine suntem */
    .content-section.about-us h2 br, 
    .about-us__description h2 br {display: none;}
    .benefits__single img {
        display: block;
        margin: 0 auto 20px;
    }
    .services-container {padding: 45px 15px 40px;}
    .services-container h2 {padding: 0 5%;}
    .content-section.about-us h2, 
    .about-us__description h2,
    .content-section.about-us,
    .about-us__description {text-align: center;}

    /* Case din lemn */
    .secondary-nav.sticky-top {display: none !important;}
    .default-content {padding-bottom: 0;}
    .consulenza-section {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .consulenza-section .featured-image {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .consulenza-section.proiectare .featured-image {margin-top: 0;}
    .consulenza-section.proiectare {margin-top: 0;}
    .materie-prime {padding-bottom: 30px;}
    .bioedilizia-tecnologie {padding-top: 0;}
    .beneficii-section {padding-bottom: 0;}
    .beneficii__single-blk {margin-bottom: 30px;}
    .single__case-tecnologie {margin-bottom: 30px;}
    .case-tecnologie .featured-img {margin-top: 30px;}
    .vantaggi-section {padding-bottom: 20px;}
    .vantaggi-section__accordion .card-header {padding: 15px 0;}
    .vantaggi-section__accordion .card-header .btn {font-size: 14px;}
    .vantaggi-section__accordion .card-body {padding: 0 5px;}

    /* FAQ */
    .faq-content .btn-warning {
        font-size: 14px;
        width: 100%;
    }

    /* BLOG PAGe */
    .widget-area,
    .heateor_sss_sharing_container,
    .widget_search {margin-bottom: 30px;}
    .widget_search .is-search-form {padding-bottom: 25px;}

    /* Contacte */
    .contacts-links {padding: 150px 0 70px;}


    /* consult widget */
    .consult-widget {
        left: auto;
        right: 24px;
        margin: 0 0 80px 17px;
    }
    .consult-modal p.intro {text-align: center;}
    .consult-modal .wpcf7-form .form-group:not(:last-of-type) {margin-bottom: 20px;}
    .consult-widget .btn {
        width: 44px;
        height: 44px;
    }
    .fb_dialog.fb_dialog_mobile iframe {bottom: 17px !important;}

    .single-case__specifications {
        column-count: 1;
    }
    
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--main-yellow);
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--main-yellow);
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--main-yellow);
  }

/* preloader logo efect animation */
@-webkit-keyframes logoefect {
    0%   {  left: -20%; }
    100% {   left: 120%; }
}
@-moz-keyframes logoefect {
    0%   {  left: -20%; }
    100% {   left: 120%;}
}
@-o-keyframes logoefect {
    0%   {  left: -20%; }
    100% {   left: 120%; }
}
@keyframes logoefect {
    0%   {  left: -20%; }
    100% {   left: 120%; }
}


@-webkit-keyframes roll_call {
	0%,12%,18%{
		-webkit-transform:rotate(-10deg);
		transform:rotate(-10deg)
	}
	6%{
		-webkit-transform:rotate(10deg);
		transform:rotate(10deg)
	}
	24%{
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}
}

@-moz-keyframes roll_call {
	0%,12%,18%{
		-webkit-transform:rotate(-10deg);
		-moz-transform:rotate(-10deg);
		transform:rotate(-10deg)
	}
	6%{
		-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
		transform:rotate(10deg)
	}
	24%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		transform:rotate(0)
	}
}

@-o-keyframes roll_call {
	0%,12%,18%{
		-webkit-transform:rotate(-10deg);
		-o-transform:rotate(-10deg);
		transform:rotate(-10deg)
	}
	6%{
		-webkit-transform:rotate(10deg);
		-o-transform:rotate(10deg);
		transform:rotate(10deg)
	}
	24%{
		-webkit-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
}

@keyframes roll_call {
	0%,12%,18%{
		-webkit-transform:rotate(-10deg);
		-moz-transform:rotate(-10deg);
		-o-transform:rotate(-10deg);
		transform:rotate(-10deg)	
	}
	6%{
		-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
		-o-transform:rotate(10deg);
		transform:rotate(10deg)
	}
	24%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
}