
.side-panel-logged a {
    position: relative;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 16px;
    color: #525975;
    font-weight: 300;
    transition: color .3s ease-in-out;
    margin-top: 33px;
    margin-bottom: 33px;
    margin-right: 5px;
}

.content-pad {
    padding-top: 70px;
    padding-bottom: 70px;
}

a.button.button-light.button-large.black-bg:hover {
    background: #111;
}

.portfolio-overlay a:hover {
    color: #ccc;
    background-color: transparent;
}

.portfolio-overlay a.right-icon {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -44px;
}

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    width: 50px !important;
    height: 50px !important;
    margin: -28px 0 0 -44px;
    margin-top: -28px;
    margin-right: 0px;
    margin-left: -44px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 0%;
    -webkit-backface-visibility: hidden;
}

#primary-menu ul ul li>a {
    text-transform: none !important;
}

.titolo {
    text-transform: uppercase !important;
    font-size: 30px;
    font-weight: 700 !important;
    line-height: 0.95em;
    margin: 0 0 10px 0;
}

.titolo span {
    font-weight: 200;
}

.portfolio-overlay a:hover {
    color: #111;
    background-color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
}

div.sticky {
    position: fixed;
    top: 50%;
    width: 40px;
    background-color: yellow;
    padding: 8px;
    font-size: 20px;
    z-index: 100;
    right: 0;
}

.heading-block.hlarge h3 {
    font-size: 44px;
    line-height: 40px !important;
    letter-spacing: -2px;
    color: #0c2477;
}

b,
strong {
    font-weight: 600 !important;
}

.offset {
    margin-right: auto;
    margin-left: auto;
}

.ico-form {
    margin-bottom: -5px
}

.bg-grigio {
    background-color: #fafafa !important
}

p {
    margin-bottom: 20px;
}

p a {
    text-decoration: underline !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.text-overlay-title h3 {
    font-size: 7em;
    font-weight: 700;
}

.text-overlay {
    position: absolute;
    opacity: 0.7;
    top: auto;
    bottom: 0;
    height: auto;
    padding: 40px 15px 15px;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    backface-visibility: hidden;
}


.side p a {
    text-decoration: none !important;
}

.elenco {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 13px !important;
}

/* SIDEBAR */
.link-servizio a {
    background: #e9ecec;
    color: #111;
    padding: 0px 8px;
    font-weight: 400;
    margin-bottom: 5px;
}

.link-servizio a:hover {
    background: #d1d4d4;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

body,
.dropdown-menu {
    font-size: 1rem !important;
}

.col-padding {
    padding: 80px 60px;
}

/* TOGLLE */

.icon-ok-circle::before {
    content: "+" !important;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
}

.icon-remove-circle::before {
    content: "" !important;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 100%;
    overflow: auto;
    padding: 45px 70px 30px 40px;
}

#side-panel-trigger-close a {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #111;
    text-align: center;
    background-color: transparent;
    border-radius: 0 0 0 2px;
}

.bg-dark {
    background-color: #111 !important;
}

#side-panel {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 399;
    width: 300px;
    height: 100%;
    background-color: #e9ecec;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

body {
    color: #111;
    font-family: 'Lato', sans-serif;
}

#content p {
    line-height: 1.5;
}

.content-wrap {
    position: relative;
    padding: 0px 0;
    margin-top: 0px;
}

.section {
    position: relative;
    margin: 0px 0;
    padding: 0px 0;
    background-color: #e9ecec;
    overflow: hidden;
}

.btn {
    font-weight: 400;
    color: #fff;
    border-radius: 0rem !important;
}

.button.button-small {
    padding: 8px 17px;
    font-size: 12px;
    height: auto;
    line-height: 30px;
}

.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 42xpx;
    line-height: 42px;
    ;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff !important;
}

.dark hr {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.dark .button-light:not(.button-border) {
    background-color: #fff;
    color: #111;
}

.dark .button-light:not(.button-border):hover {
    background-color: #111;
    color: #fff;
}

.dark .button-dark:not(.button-border) {
    background-color: #111;
    color: #fff;
    position: relative;
}

.dark .button-dark:not(.button-border):hover {
    background-color: #fff;
    color: #111
}

.emphasis-title h2 {
    font-size: 50px;
    font-weight: 200;
}

.emphasis-title p {
    font-size: 16px;
    font-weight: 200;
}

.widget h4 {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 20px;
    text-transform: none;
}

.widget>h4 {
    margin-bottom: 10px;
}

.widget p:not(.lead) {
    font-size: 14px;
}

.widget p {
    line-height: 1.3;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    margin-bottom: 5px;
    cursor: pointer;
}

.mfp-close {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.80;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 50px !important;
    font-family: Arial, Baskerville, monospace;
}

/*SLIDER*/
.slider-caption {
    max-width: 650px !important;
}

.slider-caption h2 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 0;
    color: #fff !important;
}

.slider-caption h2 span {
    font-size: 1.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 0;
    color: #fff !important;
}

.slider-caption h1 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}

.slider-caption p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.1;
}

.blocco-slide {
    max-width: 450px;
    background-color: transparent;
    padding: 20px 20px;
    color: #fff;
    left: 5%
}

.blocco-slide-2 {
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 20px;
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    background-color: rgba(0, 0, 0, 0.1);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0;
}

/* MENÙ */
#logo img {
    max-width: 200px;
    height: auto !important;
}

#header-wrap {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 14px !important;
    margin-bottom: 0px !important;
}

#primary-menu ul li>a {
    display: block;
    line-height: 22px;
    padding: 39px 16px;
    color: #111;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}

#primary-menu ul li>a:hover {
    color: #999;
}

#primary-menu ul ul li {
    min-width: 100%;
}

#primary-menu ul ul li:hover>a {
    background-color: #f8f8f8 !important
}

.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content {

    background-color: #111;
    border-color: #111;

}

#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 15px;
    width: auto;
    max-width: none;

}

#primary-menu ul ul:not(.mega-menu-column) {
    width: 240px !important;
}

#page-menu .menu-title {
    float: left;
    font-size: 20px;
    font-weight: 700;
}

#page-menu .menu-title a {
    color: #FFF !important;
}

#page-menu .menu-title a:hover {
    color: #ccc !important;
}

#page-menu nav li a {
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 8px 4px;
    padding: 0 10px !important;
    color: #FFF;
    font-size: 12px;
    border-radius: 14px;
}

.areaclienti {
    padding-top: 200px;
    padding-bottom: 200px;
    background: url('../images/area-clienti-studio-rocchetti-jesi.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#page-title {
    position: relative;
    padding: 50px 0;
    background-color: #e9ecec;
    border-bottom: none;
}

#page-title h1 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 200;
    color: #111 !important;
    text-transform: uppercase;
}

.titolo-pagina {
    padding: 50px 0 30px;
    background-color: #e9ecec;
}

.titolo-pagina h1 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 200;
    color: #111 !important;
    text-transform: uppercase
}


.heading-block {
    margin-bottom: 20px;
}

.heading-block h1 {
    font-size: 32px;
    line-height: 1em;
    color: #111 !important
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 80px;
    border-top: 2px solid #111;
}

.heading-block h2 {
    font-size: 32px;
    line-height: 1em;
    color: #111 !important;
}

.service-main-img img {
    max-width: 100%;
    margin-bottom: 40px;
}

.testo-servizio p {}

.testo-servizio ul li {
    font-size: 1.1rem;
    line-height: 1.75rem !important;
    font-weight: 300;
}

.testo-servizio .titolo-servizio {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway';
    padding: 0;
    margin: 0px 0px 15px 0px;
}

footer#footer {
    z-index: 10;
}

#side-title {
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
}

h4#side-title:after {
    content: '';
    border-bottom: 2px dotted rgba(120, 120, 120, 0.2);
    display: block;
    margin-top: 10px;
    max-width: 150px;
    margin-bottom: 10px;
}

li.side-list a div {
    font-size: 0.9rem;
    text-transform: none;
    color: #333;
    font-weight: 400;
    font-family: 'Raleway';
}

.postcontent.bothsidebar.nobottommargin.clearfix ul {
    list-style-type: square;
}

.postcontent.bothsidebar.nobottommargin.clearfix ul li {
    margin-bottom: 10px;
}

li.side-list i.icon-double-angle-right {
    margin-right: 10px;
}

.testo-servizio p {
    font-size: 1.1rem;
    line-height: 1.75rem !important;
}

.serviceform {
    margin-top: 40px;
}

.serviceform label {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 2px;
}

.serviceform input,
.serviceform select,
.serviceform textarea {
    font-family: 'Raleway';
    font-size: 12px !important;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.serviceform textarea {
    height: 65px;
}

.serviceform select {
    font-family: 'Raleway';
    font-size: 12px !important;
}

.serviceform textarea {
    font-family: 'Raleway';
    font-size: 12px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.serviceform .col_full {
    margin-bottom: 15px;
}

.serviceform button {
    width: 100%;
    border-radius: 0 !important;
    font-weight: 500;
    font-family: 'Raleway';
}

.portfolio-overlay a:hover {
    color: #fff;
    background-color: transparent !important;
}

.service-main-img img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
    color: #fff !important;
}

.titolo {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: 'Raleway';
    padding: 0;
    margin: 0px 0px 15px 0px;
}

.subtitle {
    font-size: 20px;
    text-transform: none;
    font-weight: 500 !important;
    font-family: 'Raleway';
    padding: 0;
    margin: 0px 0px 15px 0px;
}

#content p {
    line-height: 1.5;
    letter-spacing: 1px;
}

.bigp {
    font-size: 18px;
}

/* Spostato mega menu - basic fix */
.mega-menu-content.style-3.clearfix {
    left: 30% !important;
}

#cta-contatti,
#galleria {
    background-color: #E9ECEC;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ask-cta {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}

.slider-caption h1 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 0;
    color: #fff !important;
}

.slider-caption h1 span {
    font-size: 1.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 0;
    color: #fff !important;
}

i.icon-realestate-letter,
a.service-nav .icon-double-angle-right,
a.service-nav .icon-double-angle-left {
    font-size: 40px;
}

i.icon-realestate-letter {
    margin-top: 10px;
}

.serv-nav-title {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
}

.flexcent {
    align-items: center;
    display: flex;
}

.service-nav .icon-double-angle-left {
    transition: all 0.25s ease-in;

}

.service-nav .icon-double-angle-left:hover {
    transform: scaleX(1.3) scaleY(0.8);
    transition: all 0.3s ease-in;
}

.service-nav .icon-double-angle-right {
    transition: all 0.25s ease-in;

}

.service-nav .icon-double-angle-right:hover {
    transform: scaleX(1.3) scaleY(0.8);
    transition: all 0.3s ease-in;
}

li.side-list:hover div {
    transform: translateX(8px);
    transition: all 0.2s;
}

li.side-list div {
    transition: all 0.2s;
}

.blocco-title {
    max-width: 100%;
    background-color: transparent;
    padding: 20px 0px;
    color: #fff;
    left: 0;
    text-align: left;
}

.sidebar {
    width: 19%;
}

#leftside {
    margin-right: 2% !important;
    margin-left: 0%;
}

#rightside {
    margin-left: 2%;
    margin-right: 0% !important;
}

.postcontent.bothsidebar {
    width: 56%;
    margin-right: 0%;
    margin-left: 0%;
    border-right: 0px dotted rgba(120, 120, 120, 0.2);
    border-left: 0px dotted rgba(120, 120, 120, 0.2);
    padding-right: 2%;
    padding-left: 2%;
}

#galleria .grid-3 a {
    padding: 6px;
}

/*FOOTER*/
.widget_links li,
.widget_links li a:hover {
    color: #fff !important;

}

#footer.dark {
    background-color: #111 !important;
    color: #CCC;
    border-top-color: transparent;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 40px 0 10px !important;
}

h6 {
    font-weight: 200;
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 0px;
}

h6 span {
    font-weight: 600;
    text-decoration: underline;
}

.subscribe-widget h6 {
    font-weight: 200;
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.subscribe-widget h6 span {
    font-weight: 600;
    text-decoration: underline;
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 0px solid #AAA;
    border-radius: 0%;
    overflow: hidden;
    float: right;
}

.gmap-contatti {
    border: 0;
    width: 85%;
    max-height: 300px;
    height: 300px;
}

#primary-menu ul li>a span {
    display: block;
}


.iubenda-cs-container {
    margin-top:100px !important;
}

/* Media Query */

@media (max-width:1370px) {
    .testo-servizio p {
        font-size: 1.05rem;
        line-height: 1.7rem !important;
    }

    .slider-caption h1,
    .slider-caption h2 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 24px;
    }

    .portfolio-desc h3 {
        font-size: 17px;
    }

    .portfolio-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 17px;
    }

    .button.button-large {
        font-size: 15px;
    }
}

@media (max-width:1199px) {
    .hidespan {
        display: none;
    }
}

@media (max-width:991px) {
    .hidespan {
        display: none;
    }

    #rightside {
        max-width: 90%;
        margin: auto !important;
    }

    #logo img {
        max-width: 165px;
        height: auto !important;
    }

    div#header-wrap {
        height: 100px;
    }

    div#logo {
        padding-top: 30px !important;
    }

    #header .col-lg-7.col-12.d-xl-flex.d-lg-flex.justify-content-xl-center.justify-content-lg-center {
        padding-left: 0;
        padding-right: 0;
        background: #fff;
    }

    nav#primary-menu {
        padding-left: 5%;
        padding-right: 5%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sub-menu-item {
        font-size: 15px !important;
        font-weight: 300;
        font-family: 'Raleway';
    }

    #primary-menu ul li>a span {
        display: block;
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li.current a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li.current a {
        color: #333 !important;
    }

    .titolo {
        font-size: 24px;
    }

    .portfolio-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 17px;
    }

    .promo h3 {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    .emphasis-title p {
        font-size: 16px !important;
    }

    .content-pad {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testo-servizio .titolo-servizio {
        font-size: 20px;
    }

    #side-title {
        letter-spacing: 1px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.1rem;
    }

    .serviceform label {
        font-size: 11px;
    }

    #leftside {
        display: none;
    }
}

@media (max-width:575px) {

    .gmap-contatti {
        border: 0;
        width: 100%;
        max-height: 300px;
        height: 300px;
    }

    .testo-servizio p {
        font-size: 1rem;
        line-height: 1.45rem !important;
    }

    #cta-contatti .col-md-2 {
        display: flex;
        align-items: center;
    }

    #cta-contatti .col-md-2 span {
        font-size: 12px;
    }

    html .sidebar {
        margin-bottom: 0px !important;
    }

    .ask-cta {
        display: none;
    }

    .flexcent {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .flexcent .col-md-2,
    .flexcent .col-md-8 {
        width: auto;
    }

    #side-title {
        letter-spacing: 1px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1rem;
    }

    #rightside {

    }
    #rightside {
        margin-left: auto !important;
        margin-right: auto !important;
        margin:auto !important;
        margin-top: 15px;
        width:90%;
    }
    html .postcontent.bothsidebar {
        margin-bottom: 0px !important;
    }

    .testo-servizio ul li {
        font-size: 1rem;
        line-height: 1.45rem !important;
        font-weight: 300;
    }

    .testo-servizio ul {
        margin-left: 7%;
    }

    .testo-servizio .titolo-servizio {
        font-size: 18px;
    }

    #leftside {
        display: none;
    }

    section#galleria .col-md-12.pt-5.pb-5 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .subtitle {
        line-height: 20px;
        margin-top: 10px;
        font-size: 16px;
    }

    .content-pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .bigp {
        font-size: 14px;
        font-weight: 400;
        word-spacing: 1px;
    }

    .rocchetti {
        display: none;
    }

    i.icon-user {
        position: absolute;
    }

    #footer .widget {
        font-size: 14px;
    }

    .widget h4 {
        font-size: 14px;
    }

    .emphasis-title p {
        font-size: 15px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    html .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 30px !important;
    }

    #header.full-header .container {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    h2 {
        font-size: 16px !important;
    }

    .titolo {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    .portfolio-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

    .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
        margin-top: -25px;
    }

    .button.button-large {
        font-size: 14px;
        line-height: 16px;
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991.98px),
not all,
not all,
not all,
only screen and (max-width: 991.98px) and (min-resolution: 192dpi),
only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
    #logo a.standard-logo {
        display: block !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    #logo a.standard-logo,

    #header.split-menu #logo a.standard-logo {
        display: block !important;
    }
}