/*
Theme Name: Rold theme
Theme URI: https:neobiz.it
Author: Gabriele Fagnani
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rold
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
	overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.over-hidden {
    overflow: hidden;
}

#header {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #ffffff;
    background: transparent;
    position: relative;
    z-index: 99999;
    position: fixed;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

#header.activeHeader {
    background: #000;
}

#header .navbar-nav {
    align-items: center;
}

#header .menu-item a {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
}

#header .navbar-brand img {
    padding-left: 24px;
    width: 162px;
}

.current-menu-item,
.current-page-ancestor {
    position: relative;
}


.current-menu-item a,
.current-page-ancestor a {
    color: #fe0000 !important;
}

.current-page-ancestor:before,
.current-menu-item:before {
    height: 3px;
    background: red;
    content: '';
    position: absolute;
    bottom: -13px;
    width: 40px;
    right: 50%;
    margin-right: -20px;
}

#header #menu-menu-main {
    list-style: none;
    margin: 0;
}

#header .menu-menu-main-container {
    width: 100%;
    text-align: right;
}

#header li:hover > a {
    color: #fe0000 !important;
}

#header li.menu-item {
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#header .nav-link strong {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
}

#header .nav-link:hover strong {
    color: #fe0000;
}

/* Footer */

#footer {
    padding: 30px 1rem;
    background: #1d1f24;
}

#lab-logo {
    padding-top: 170px;
    position: relative;
}

#lab-logo strong {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    color: #fe0000;
}

#lab-logo span {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    color: #92928e;
}

#lab-logo span .black {
    color: black;
}

#footer-info {
    padding: 30px 0 0 0;
}

#footer-privacy {
    align-self: flex-end;
}

#footer-privacy p {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    margin-bottom: 0;
    opacity: 0.8;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
}

#footer-menu {
    align-self: flex-end;
}

#footer-menu ul {
    overflow: hidden;
    margin-bottom: 0;
}

#footer-menu li {
    list-style: none;
    float: left;
    margin-right: 15px;
}

#footer-menu li a {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
}

#footer-menu li a:hover {
    color: #fe0000;
}

#footer-menu li:last-child {
    margin-right: 0;
}

#footer-social {
    align-self: flex-end;
}

#footer-social ul {
    overflow: hidden;
    margin-bottom: 0;
}

#footer-social li {
    float: right;
    margin-left: 40px;
    list-style: none;
}

#footer-social li i {
    font-size: 25px;
    color: #ffffff;
}

#footer-social li i:hover {
    color: #fe0000;
}

#footer-social .follow {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    margin-bottom: 10px;
}

#footer-logo img {
    height: 17px !important;
    width: auto;
    padding-right: 15px;
}

#footer-logo img.appliance {
    height: 20px !important;
    margin-bottom: -5px;
}

#footer-logo img.rlab {
    height: 20px !important;
    margin-bottom: -2px;
}

@media (max-width: 991.98px) {

    .footer-loghi {
        flex-flow: row wrap;
    }

    .footer-loghi .single-logo {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 5px 0;
    }

    .content-slider p {
        padding-left: 10% !important;
    }

    .content-slider:before {
        height: 92px !important;
    }

    #header li.menu-item {
        width: 100%;
        text-align: center;
    }

    #header #menu-menu-main {
        padding: 20px 0;
    }

    #footer-info p, #footer-logo {
        text-align: center;
    }

    #footer-menu {
        margin: 30px 0;
    }

    #footer-menu ul {
        text-align: center;
        padding: 0;
    }

    #footer-menu li {
        display: inline-block;
        float: none;
    }

    #footer-social ul {
        text-align: center;
        padding: 0;
    }

    #footer-social li {
        display: inline-block;
        float: none;
    }

    #footer-social li:first-child {
        margin-left: 0;
    }

    #footer-social .follow {
        text-align: center;
    }

}


/* Head general */

#head-big {
    width: 100%;
    min-height: 800px;
    position: relative;
    background-size: cover !important;
    background-repeat: none !important;
}

#head-big h1 {
    padding-top: 350px;
    text-align: center;
    position: relative;
}

#head-big h1 .title {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.02;
    letter-spacing: -0.7px;
    text-align: center;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

#head-big h1 .subtitle {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

#head-big a.btn {
    width: 240px !important;
    z-index: 1 !important;
    position: relative !important;
}

.follow-us {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.social-repeater i {
    font-size: 35px;
    color: white;
}

.text-presentation .testo p {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

#head-small {
    position: relative;
    width: 100%;
    min-height: 400px;
    background-size: cover !important;
    background-repeat: none !important;
}

#head-small h1 {
    padding-top: 200px;
    text-align: center;
    z-index: 1;
    position: relative;

}

#head-small h1 .title {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.02;
    letter-spacing: -0.7px;
    text-align: center;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

#head-small h1 .subtitle {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

.header-img {
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 30px;
}

/* Breadcrumbs */

#bread {
    margin: 50px 0;
}

#bread ul {
    margin: 0;
    padding: 0;
}

#bread li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
}

#bread ul li .link-page {
    cursor: auto;
}

#bread ul li .link-page .separator {
    padding-right: 5px;
    margin-right: 5px;
}

#bread ul li a {
    text-shadow: 0 0 3px #fff;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #6c7282;
    text-transform: uppercase;
}

.privacy-policy .wpcf7-list-item {
    margin-left: 0;
}

.privacy-policy .testo {
    margin-left: 10px;
}

.privacy-policy .testo a {
    color: white;
    text-decoration: underline !important;
}

/* General */

.btn:hover {
    opacity: 0.8;
}

.btn {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    background: #fe0000;
    white-space: initial;
    border-radius: 4px;
    padding: 5px 20px;
}

.btn:hover {
    color: #fff;
}

.btn-black {
    background: #1d1f24;
    color: #fff;
}

/* Home presentation */

#presentation .big-image {
    width: 100%;
    min-height: 800px;
    background-size: cover !important;
    background-repeat: none !important;
}

#presentation .small-image {
    width: 100%;
    min-height: 385px;
    background-size: cover !important;
    background-repeat: none !important;
}

#presentation .small-image:first-child {
    margin-bottom: 30px;
}

#presentation .box-ctn {
    display: flex;
    align-items: center;
    position: relative;
}

#presentation .box {
    text-align: center;
    padding: 20px;
    z-index: 1;
}

#presentation .box .btn {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

#presentation h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.7px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

#plants {
    margin-top: 100px;
}

#plants h3 {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: -0.5px;
    text-align: center;
    color: #1d1f24;
    margin-bottom: 40px;
}

#presentation h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

#presentation p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

#blocco-values .immagine {
    height: 400px;
    background-size: cover !important;
    background-position: center center !important;
}

#blocco-values h3.anno {
    font-family: Oswald;
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.02;
    letter-spacing: -0.7px;
    color: #1d1f24;
}

#blocco-values h3.titolo {
    font-family: Oswald;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -0.5px;
    color: #1d1f24;
    text-transform: uppercase;
}

#blocco-values p {
    opacity: 0.7;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

#blocco-values .testo.left {
    padding-left: 15%;
}

#blocco-values .testo.right {
    padding-right: 15%;
}

@media (max-width: 991.98px) {
    #presentation .big-image {
        min-height: 500px;
        margin-bottom: 30px;
    }

    #logo-section img {
        height: auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .content-slider h1 {
        font-size: 40px !important;
    }

    .content-slider:before {
        top: 200px !important;
    }

    #bread ul li {
        width: 100%;
    }

    #blocco-values .testo.left {
        padding-left: 15px;
    }

    #blocco-values .testo.right {
        padding-right: 15px;
    }
}

/* News */

#news {
    margin-top: 100px;
}

#news .img-news {
    background-size: cover !important;
    background-repeat: none !important;
    background-position: center center !important;
    min-height: 300px;
    position: relative;
}

#news .target {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: center;
    color: #fff;
    background: #fe0000;
    padding: 5px 10px;
    position: absolute;
    bottom: 25px;
    left: -5px;
}

#news h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #1d1f24;
}

#news h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #1d1f24;
    margin-top: 25px;
}

#news p {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #1d1f24;
    margin-top: 15px;
}

#news .discover {
    margin-top: 30px;
    text-align: center;
}

/* More */

#more {
    margin: 60px 0 100px 0;
}

.page-template-template-home #more {
    margin: 60px 0 100px 0;
}

.page-template-industrial-template #more {
    margin: 60px 0 100px 0;
}

#more .small-image {
    width: 100%;
    min-height: 385px;
    background-size: cover !important;
    background-repeat: none !important;
}

#more .box-ctn {
    display: flex;
    align-items: center;
    position: relative;
}

#more .box {
    text-align: center;
    padding: 20px;
    z-index: 1;
}

#more .box .btn {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

#more h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.7px;
    text-align: center;
    color: #fff;
}

#more h3 {
    position: relative;
    z-index: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
}

#more p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

@media (max-width: 991.98px) {
    #more .box-ctn:first-child {
        margin-bottom: 30px;
    }
}

/* Contenuti*/

.center-text {
    opacity: 0.7;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f24;
    width: 60%;
}

#box-bottom-3 {
    margin: 150px 0 95px 0;
}

#box-bottom-3 .box {
    margin: 0 auto;
    width: 160px;
    height: 160px;
}

@media (max-width: 991.98px) {

    .go-down,
    video {
        display: none;
    }

    #header {
        background: #000;
    }

    #header .current-page-ancestor:before,
    #header .current-menu-item:before {
        display: none;
    }

    #head-big {
        min-height: 600px;
        background-position: center center !important;
    }

    #head-big h1 {
        padding-top: 200px !important;
    }

    #head-big h1 .subtitle {
        display: block;
        margin-top: 20px;
    }

    #head-big br {
        display: none;
    }

    #head-big a.btn {
        margin-bottom: 50px;
    }

    #head-small {
        background-position: center center !important;
    }

    .category-menu {
        padding: 0;
    }

    .category-menu li {
        margin: 0 auto;
    }

    #repeater-prodotti h3 {
        word-wrap: break-word;
    }

    #mappa {
        min-height: 250px !important;
    }

    #box-bottom-3 .box {
        margin: 20px auto;
    }
}

/* Container 2 col */

#box-bottom-2 {
    margin: 0 0 95px 0;
}

#box-bottom-2 .box {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
}

#box-bottom-2 p {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

@media (max-width: 991.98px) {
    #box-bottom-2 .box {
        margin: 20px auto;
    }
}

/* Ricerca */

#box-lat-2 {
    margin-bottom: 100px;
}

#box-lat-2 .row {
    margin-bottom: 20px;
}

#box-lat-2 .box {
    margin: 0 auto;
    width: 160px;
    height: 160px;
}

#box-lat-2 h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: -0.4px;
    color: #1d1f24;
    text-transform: uppercase;
}

#box-lat-2 p {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

@media (max-width: 767.98px) {
    #box-lat-2 .box {
        margin: 20px auto;
    }

    #box-lat-2 h3, #box-lat-2 p {
        text-align: center;
    }
}

#box-bottom-big-3 .box {
    margin: 20px auto 0 auto;
    width: 253px;
    height: 323px;
}

#box-bottom-big-3 h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #1d1f24;
    margin-top: 50px;
}


/* modifiche gab */

.page-template-template-contacts #head-big {
    min-height: 800px;
    padding-top: 130px;
    padding-bottom: 50px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.page-template-template-contacts span.content p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-weight: 300;
}

.page-template-template-contacts .btn {
    background: black;
    border: none;
}

.page-template-template-contacts h1 {
    margin-bottom: 0;
}

.page-template-template-contacts h1 .title {
    text-align: left;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 32px !important;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.02;
    letter-spacing: -0.7px;
    text-transform: uppercase;
}

.page-template-template-contacts form label {
    color: white;
}

.page-template-template-contacts form label.textarea {
    width: 100%;
}

.page-template-template-contacts form label .form-control {
    border-radius: 0;
}

.page-template-template-contacts form .invia {
    text-align: center;
}

.page-template-template-contacts form .invia .wpcf7-form-control {
    padding: 10px 60px !important;
}

.repeater_indirizzi .title {
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.3px;
    color: #1d1f24;
}

.repeater_indirizzi {
    margin-top: 80px;
    margin-bottom: 80px;
}

.repeater_indirizzi .testo p {
    opacity: 0.7;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #1d1f24;
}

#logo-section img {
    height: 42px;
    width: auto !important;
}

.page-template-appliance-template #logo-section img {
    height: 49px;
}

#logo-section .logo-appliance {
    width: 335px;
    max-width: 100%;
    margin: 50px 0 100px 0;
}

.page-template-appliance-template #box-appliance-3 .box {
    text-align: center;
    padding: 0 15px !important;
}

.page-template-appliance-template #box-appliance-3 .box .img-bkg {
    min-height: 300px;
    background-size: cover !important;
}

.page-template-appliance-template #box-appliance-3 .box h4 {
    font-family: Oswald;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: white;
    margin-bottom: 50px;
    padding: 0 15px;
}

.page-template-appliance-template #box-appliance-3 .box .black-bkg {
    background: #20232a;
    padding-top: 50px;
    min-height: 384px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.page-template-appliance-template #box-appliance-3 .box p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: white;
    padding: 0 15px;
    min-height: 150px;
}

.page-template-appliance-template #box-appliance-3 .box .btn {
    padding: 5px 50px;
    margin: 25px 0 35px 0;
}

.page-template-template-news #box-appliance-2 {
    margin-bottom: 76px;
}

#box-appliance-2 {
    margin-top: 100px;
    margin-bottom: 100px;
}

#box-appliance-2 .box .img-bkg {
    min-height: 250px;
    padding-bottom: 30px;
    margin-left: -5px;
    background-size: cover !important;
    background-size: center center;
    border: 1px solid #F6F6F6;
}

#box-appliance-2 .box .img-bkg span {
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: Oswald;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: center;
    color: white;
    background: #fe0400;
    padding: 10px 40px;
    margin-left: -5px;
}

.page-template-template-r-lab .content p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

.page-template-industrial-template .content p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f24;
}

#blocco-loghi {
    margin-bottom: 100px;
}

#blocco-loghi h4 {
    font-family: Oswald;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #1d1f24;
}

#blocco-loghi span.subtitle {
    display: block;
    text-align: center;
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
    margin-bottom: 50px;
    margin-top: 20px;
}

#blocco-loghi .logo img {
    max-width: 80%;
    margin: 20px 0;
}

#blocco-loghi p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f24;
    margin-top: 40px;
    margin-bottom: 80px;
}

.btn {
    text-transform: uppercase;
}

#dati p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

#dati h3 {
    font-family: Oswald;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #fe0000;
}

#dati .descrizione {
    font-family: Lato;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f24;
}

.ombra {
    position: absolute;
    max-width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#video {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    background: #000;
}

.category-menu {
    list-style: none;
}

.category-menu li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 20px;
    cursor: pointer;
    color: #6b7282;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    border: 1px solid transparent;
    text-align: center;
}

.category-menu li span {
    font-weight: 300;
}

.category-menu li.active {
    color: #ff0000;
    border: 1px solid;
}

.page-template-template-news #head-big .follow-us {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.page-template-template-news #head-big h1 {
    padding-top: 300px;
}

.content-slider {
    position: relative;
}

.content-slider:before {
    border-right: 20px solid #fe0000;
    content: '';
    position: absolute;
    right: 0;
    top: 350px;
    height: 180px;
    z-index: 3;
}

.content-slider h1 {
    padding-right: 45px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: Oswald;
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -0.7px;
    text-align: right;
    color: var(--white);
    z-index: 3;
}

.content-slider p {
    padding-left: 40%;
    padding-right: 45px;
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: var(--white);
    font-weight: 300;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    position: relative;
    z-index: 3;
}

#mappa {
    min-height: 700px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.page-template-template-products .container p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

.page-template-template-products .container ul {
    padding-left: 18px;
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

.page-template-template-products .container #repeater-prodotti ul li {
    padding-top: 25px;
}

.page-template-template-products .btn {
    background: #1d1f24;
}

.ombra-big {
    background: rgba(29, 31, 36, 0.30);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 66%, #000000 98%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.ombra-small {
    background: rgba(29, 31, 36, 0.10);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 13%, rgba(0, 0, 0, 0.00) 32%, rgba(0, 0, 0, 0.50) 51%, rgba(0, 0, 0, 0.80) 69%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#repeater-prodotti {
    margin-bottom: 100px;
}

#repeater-prodotti ul {
    padding-left: 18px;
}

#repeater-prodotti ul li {
    margin-bottom: 15px;
}

#repeater-prodotti ul,
#repeater-prodotti p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #1d1f24;
}

#repeater-prodotti h3 {
    font-family: Lato;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #1d1f24;
}

.people h3 {
    font-family: Lato;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: #1d1f24;
}

.people .img {
    height: 300px;
    background-size: cover !important;
    background-position: center center !important;
}

.people span.ruolo {
    display: block;
    opacity: 0.7;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #1d1f24
}

.people i {
    color: #787d8c;
    font-size: 35px;
}

.page-template-Standard-template .contenuto {
    margin-bottom: 100px;
}

.page-template-Standard-template .container ul {
    padding-left: 18px;
}

.page-template-Standard-template .container ul li {
    margin-bottom: 15px;
}

.page-template-Standard-template .container ul {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #1d1f24;
    margin-bottom: 25px;
}

.page-template-Standard-template h3 {
    font-family: Oswald;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: -0.5px;
    color: #1d1f24;
}

.page-template-Standard-template p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

.page-template-template-research-innovation #presentation {
    margin-top: 60px;
    margin-bottom: 100px;
}

.page-template-Standard-template #presentation .testo p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f24 !important;
}

#open-position {
    margin-bottom: 100px;
}

#open-position h1 {
    font-family: Oswald;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #1d1f24;
    margin-top: 40px;
    margin-bottom: 80px;
}

#download .download,
#open-position .position {
    background-color: #f6f6f6;
    margin-top: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#download .donwload .file {
    font-size: 24px;
}

#download .donwload .file i {
    color: #ff0000;
}

#download .donwload .titolo,
#open-position .position .job {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #1d1f24;
}

#open-position .position .category a,
#open-position .position .office {
    font-weight: 300;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #1d1f24;
}

#open-position .position-title .title {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #6c7282;
    margin: 20px 0;
}

.single .titolo-news {
    font-family: Oswald;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: -0.5px;
    color: white;
    text-transform: uppercase;
}

.single .categoria,
.single .data {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    opacity: 0.7;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: white;
    font-weight: 300;
}

.single h1 {
    padding-top: 0 !important;
}

.single .categoria {
    padding-top: 350px;
}

.single .contenuto {
    margin-bottom: 100px;
    margin-top: 100px;
}

.single .contenuto p {
    opacity: 0.8;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}


.page-template-template-rold-world .btn {
    display: none;
}

#login-page {
    background: #1f2127;
    padding-top: 300px;
    padding-bottom: 300px;
}

#login-page h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.02;
    letter-spacing: -0.7px;
    text-align: left;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

#login-page p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-weight: 300;
}

#login-page .login-remember {
    display: none;
}

#login-page label {
    display: block;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: white;
    opacity: 1;
}

#login-page .login-submit input {
    background: #fe0400;
    border: none;
    padding: 10px 60px !important;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    white-space: initial;
    border-radius: 4px;
    padding: 5px 20px;
    cursor: pointer;
}

#login-page .login-password input,
#login-page .login-username input {
    background: white;
    height: 40px;
    width: 300px;
    max-width: 100%;
}

#login-page .login-submit {
    padding-top: 15px;
}

#download .link,
#open-position .link {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

/* single annunci di lavoro */
.single-annunci_di_lavoro #head-small {
    background: #20242a;
}

.single-annunci_di_lavoro #head-small .categoria {
    padding-top: 190px;
}

#wpcf7-f497-p1124-o1 input[type="text"],
#wpcf7-f497-p1124-o1 input[type="email"],
#wpcf7-f497-p1124-o1 textarea {
    background: #f7f6f7;
    border: 0;
    height: 50px;
    outline: none;
}

#wpcf7-f497-p1124-o1 textarea {
    height: auto;
}

#wpcf7-f497-p1124-o1 p {
    margin-bottom: 2px;
}

#wpcf7-f497-p1124-o1 p label {
    font-size: 16px;
    color: #20242a;
}

.layer_black {
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.page-template-template-home #head-big {
    max-height: 800px;
    position: relative;
}

.page-template-template-academy .text-presentation .testo p,
.page-template-template-rold-world .text-presentation .testo p {
    color: #1d1f24;
}

.single-annunci_di_lavoro h5 {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f24;
}

.single-annunci_di_lavoro .contenuto {
    margin-top: 0;
}

.single-annunci_di_lavoro input.btn:hover {
    transition: 1s;
    background: #b3191b !important;
}

.single-annunci_di_lavoro input.btn {
    border: none;
    padding: 10px 30px;
}

.single-annunci_di_lavoro input.btn:disabled {
    background: #fe0400a6;
}

.page-template-template-home .ombra-big {
    z-index: 10;
}

.page-template-template-home .content-slider:before,
.page-template-template-home .content-slider p,
.page-template-template-home #head-big h1 {
    z-index: 11;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

.single .contenuto form p label,
.single .contenuto form p {
    width: 365px;
    max-width: 100%;
}

.go-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 58px;
    margin-left: -25px;
    z-index: 9999;
    cursor: pointer;
}

.go-down a i {
    color: white;
}

li#menu-item-wpml-ls-10-en {
    padding-right: 0 !important;
}

li#menu-item-wpml-ls-10-it {
    padding-left: 10px !important;
}

.sidebar ul.list-group li {
    cursor: pointer !important;
    font-family: 'Oswald', sans-serif;
    background: #f6f6f6;
    margin-bottom: 8px;
    border: 0;
}

.sidebar ul.list-group li:hover {
    background: #ff0000;
}

.sidebar ul.list-group li:hover span {
    color: white;
}

.single-post_riservati .comments-title {
    display: none;
}

.comment-list {
    padding: 0;
}

.single-post_riservati .comment-list img {
    border-radius: 100%;
    margin-right: 20px;
}

.single-post_riservati .comment-list .says {
    display: none;
}

.single-post_riservati .comment-list .fn {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: -0.2px;
    color: #1d1f24;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
}

.single-post_riservati .comment-list time {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 2;
    color: #1d1f24;
}

.single-post_riservati .comment-list .media-body-wrap,
.single-post_riservati .comment-list .card-header,
.single-post_riservati .comment-list .comment-content,
.single-post_riservati .comment-list .comment-reply {
    border: none;
}

.single-post_riservati .comment-list .comment-reply {
    background: transparent !important;
    padding-left: 0;
}

.single-post_riservati .comment-list .comment-content {
    background: #f6f6f6;
    padding-left: 20px;
}

.single-post_riservati .comment-list .comment-content p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #1d1f24;
}

.single-post_riservati .comment-list .comment-reply a {
    opacity: 0.8;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #fe0000;
    background: transparent;
    border: none;
    padding: 0;
}

.comment-list li {
    list-style: none;
}

.title-single-post-riservati h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #1d1f24;
}

#respond h3#reply-title {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1f24;
}

#respond .logged-in-as,
#respond .logged-in-as a {
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fe0000 !important;
}

#respond .alert {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #1d1f24;
}

#respond #commentsubmit {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #fe0000;
    border: none;
    padding: 10px 30px;
}

.ekko-lightbox-nav-overlay a {
    position: absolute;
    top: 50%;
    right: 4px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.50);
}

.ekko-lightbox-nav-overlay a:first-child {
    position: absolute;
    top: 50%;
    left: 4px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.50);
}

.other-post h3 {
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6c7282;
}

.sidebar ul.list-group li span {
    color: #6c7282;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
}

.sidebar ul.list-group .list-group-item.active {
    background-color: #ff0000;
    border-color: #ff0000;
}

.comments p {
    width: 100% !important;
}

.sidebar ul.list-group .list-group-item.active span {
    color: white;

}

.archive .post .link,
.page-template-template-login .post .link {
    color: #ff0000;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Oswald', sans-serif;
}

.archive .post .link:hover,
.page-template-template-login .post .link:hover {
    text-decoration: underline !important;
}

.archive .post a h4,
.page-template-template-login .post a h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #1d1f24;
}

.archive .post a h4 span:hover,
.page-template-template-login .post a h4 span:hover {
    color: #ff0000;
}

.archive .post span,
.page-template-template-login .post span,
.archive .post p,
.page-template-template-login .post p {
    font-family: Lato;
    font-size: 14px;
    line-height: 28px;
    color: #1d1f24;
}

.single-post_riservati .single-page {
    border-bottom: 1px solid #f6f6f6;
}

.single-post_riservati .sidebar li {
    list-style: none;
}

.single-post_riservati .sidebar li a {
    color: #fe0000;
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #1d1f24;
    text-decoration: none;
}

.single-post_riservati .sidebar li a:hover {
    color: #ff0000;
}

.single-post_riservati .sidebar li:hover {
    text-decoration: underline;
}

.single-post_riservati #header {
    background: black;
    top: 0;
}

.single-post_riservati .modal {
    z-index: 10500000 !important;
}

.single-post_riservati .modal-backdrop {
    z-index: 100000 !important;
}

.single-post_riservati .donwload {
    background-color: #f6f6f6;
    margin-top: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wpml-ls-current-language a span {
    color: #fe0400;
}

.logout a {
    color: #ff0000 !important;
}

.annunci_di_lavoro-template-default .testo a {
    color: #fe0400;
}

.watch-video span {
    cursor: pointer;
}

.watch-video span:hover {
    color: #fe0400;
}

.watch-video span i {
    font-size: 22px !important;
}

#footer-sotto {
    background: black;
}

#footer-sotto p {
    font-size: 12px;
    color: #ccc;
}

#footer-sotto p a {
    color: #ccc;
}

#footer-sotto p a:hover {
    color: white;
}

@media (max-width: 1428px) {
    #video {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .menu-item-type-custom {
        position: relative;
    }

    .menu-item-type-custom a {
        top: -16px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -9px;
    }

    .menu-item-type-custom:before {
        display: none;
    }

    .menu-item-type-custom a i {
        font-size: 18px;
    }

}


/* Elementor custom style */
.elementor-element p {
    opacity: 0.8;
}

.elementor-background-overlay {
    position: absolute;
    max-width: 100%;
    background-image: linear-gradient(
            0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%) !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: unset !important;
}

.hero .elementor-background-overlay {
    background: rgba(29, 31, 36, 0.30) !important;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 66%, #000000 98%) !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: unset !important;
}

.elementor-text-shadow {
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    font-weight: 300 !important;
}

@media (max-width: 768px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

.elementor-editor-active .elementor-background-overlay {
    background: unset !important;
    background-image: unset !important;
    opacity: unset !important;
}

.elementor-button {
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    color: #fff !important;
    background: #fe0000 !important;
    white-space: initial !important;
    border-radius: 4px !important;
    padding: 5px 24px !important;
    text-transform: uppercase !important;
    border: unset !important;
}

.elementor-button:hover {
    opacity: 0.8 !important;
}

.paragraph-end {
    padding-bottom: 50px !important;
}

.padding-window {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.elementor-section h3 {
    font-size: 32px !important;
    font-weight: 500 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 4px;
}

@media screen and (max-width: 780px) {
    .elementor-section h3 {
        font-size: 24px !important;
    }
}

.elementor-section h2 {
    margin-bottom: 8px;
}

.img-100 .elementor-image img {
    width: 100% !important;
}

.elementor-post h4.elementor-post__title a {
    font-family: 'Oswald', sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: -0.2px !important;
    color: #1d1f24 !important;
    margin-top: 25px !important;
    line-height: 1.25 !important;
}

.elementor-post .elementor-post__title {
    margin-bottom: 20px !important;
    font-size: unset !important;
}

.single-post h3.elementor-heading-title {
    text-transform: none !important;
}

/*TODO: Centrare simboli accordion*/
