﻿
@font-face {
    font-family: 'AdiHaus';
    src: url('../fonts/AdiHaus-Italic.eot');
    src: url('../fonts/AdiHaus-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/AdiHaus-Italic.woff') format('woff'), url('../fonts/AdiHaus-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'AdiHaus';
    src: url('../fonts/AdiHaus-Regular.eot');
    src: url('../fonts/AdiHaus-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AdiHaus-Regular.woff') format('woff'), url('../fonts/AdiHaus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdiHaus';
    src: url('../fonts/AdiHaus-Bold.eot');
    src: url('../fonts/AdiHaus-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AdiHaus-Bold.woff') format('woff'), url('../fonts/AdiHaus-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AdiHaus';
    src: url('../fonts/AdiHaus-BoldItalic.eot');
    src: url('../fonts/AdiHaus-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AdiHaus-BoldItalic.woff') format('woff'), url('../fonts/AdiHaus-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'DINCond';
    src: url('../fonts/DINCond-Medium.eot');
    src: url('../fonts/DINCond-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Medium.woff') format('woff'), url('../fonts/DINCond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



h4 {
    color: #e42220;
    font-size: 18px;
} 
a, a:hover, a:hover h3, a:hover h3, a:active, a:visited{
    text-decoration:none;
}

body .gallery .gallery-carousel .single-gallery:hover .heading h3 {
    text-decoration: none;
}

main a:hover {
    color: #403E3E!important; text-decoration:none!important;
}

#megamenu .menu-section a:hover {
    color: #e42220!important;
}

.lang {
     opacity:0.8;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .lang.selected {font-weight:bold; text-decoration:underline; opacity:1.0; cursor:default!important; }
    .lang:hover {
        text-decoration: underline;
        opacity: 1.0;
    }
body .gallery .gallery-carousel .single-gallery .heading p {
    color: #e42220;
}
body .gallery .gallery-carousel .single-gallery .heading h3.title,
body .gallery .gallery-carousel .single-gallery .heading p.details {
    color: #fff;
}
body .gallery .gallery-carousel .single-gallery:hover .heading h3.title,
body .gallery .gallery-carousel .single-gallery:hover .heading p.details {
    color: #e42220;
}
body .gallery .gallery-carousel .single-gallery .heading .title {
    color: #e42220;
}

body:not(.backend-section) .page-head, body:not(.backend-section) .page-head-blue {
    background-color: rgba(228, 34, 32, 0.94);
    color: white;
}
    body:not(.backend-section) .page-head h1, body:not(.backend-section) .page-head-blue h1
    {
        color:white;

    }
    .toggle {
        display: none;
        margin: 1em;
    }

img.wp-smiley,
        img.emoji {
            display: inline !important;
            border: none !important;
            box-shadow: none !important;
            height: 1em !important;
            width: 1em !important;
            margin: 0 .07em !important;
            vertical-align: -0.1em !important;
            background: none !important;
            padding: 0 !important;
        }  
.psq-ribbon {
            position: fixed;
            right: -12px;
            bottom: -18px;
            z-index: 99999;
            overflow: hidden;
            width: 100px;
            height: 100px;
            text-align: right;
        }

            .psq-ribbon .psq-ribbon-content {
                font-size: 14px;
                font-weight: bold;
                color: #FFF;
                text-transform: uppercase;
                text-align: center;
                line-height: 20px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                width: 120px;
                display: block;
                background: #79A70A;
                background: linear-gradient(#F70505 0%, #8F0808 100%);
                box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
                position: absolute;
                top: 36px;
                right: -15px;
            }

                .psq-ribbon .psq-ribbon-content span {
                    font-size: 10px;
                }

                .psq-ribbon .psq-ribbon-content::before {
                    content: "";
                    position: absolute;
                    left: 0px;
                    top: 100%;
                    z-index: -1;
                    border-left: 3px solid #8F0808;
                    border-right: 3px solid transparent;
                    border-bottom: 3px solid transparent;
                    border-top: 3px solid #8F0808;
                }

                .psq-ribbon .psq-ribbon-content::after {
                    content: "";
                    position: absolute;
                    right: 0px;
                    top: 100%;
                    z-index: -1;
                    border-left: 3px solid transparent;
                    border-right: 3px solid #8F0808;
                    border-bottom: 3px solid transparent;
                    border-top: 3px solid #8F0808;
                }
   
        .qtranxs_flag_it {
            background-image: url(/wp-content/plugins/qtranslate-x/flags/it.png);
            background-repeat: no-repeat;
        }

        .qtranxs_flag_en {
            background-image: url(/wp-content/plugins/qtranslate-x/flags/gb.png);
            background-repeat: no-repeat;
        }

.cms-content { display:none; padding-top:30px; padding-bottom:30px; 
}
.box-preview a { color:white;
}
.box-preview p { 
    position: absolute;
    left: 50%;
    width: 71%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 30px;
    border: 1px solid #FFF;
}
    input[type=text].highlighted,input[type=email].highlighted, select.highlighted, textarea.highlighted, select[multiple=multiple].highlighted {
        box-shadow: 0 0 5px #dd0000;
    }

     .content-container { margin-top:20px;min-height:500px; padding-bottom:250px; text-align:justify;  display:block; padding-top:150px;
    }
@media screen and (min-width: 992px) {
    .container.content { margin-top:20px;min-height:500px; padding-bottom:50px; display:block; text-align:justify; padding-top:150px;
    }
    a.delete span, a.new span { float:right;}
}
@media screen and (max-width: 992px) {
    .content-container {
        padding-top: 30px;
    }
}

a span{cursor:pointer;}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
    .delete-photo {
        position: relative;
        top: 0px;
        height: 20px;
        cursor:pointer;
        width:20px;
        left: 130px;
        display: block;
        background-image:url(/images/delete.png);
        background-position:center center; background-repeat:no-repeat;
    }
   .areariservata .block {
        width: 150px;
        height: 150px;
        float: left;
        display: block;
        margin-right: 4px;
        margin-bottom: 4px;
        background-color: #e2e2e2;
        border: 1px solid #c0c0c0;
    }
    .areariservata .thu {
        width:150px; height:110px; margin-top:20px;
        background-position:center center;
        background-size:contain;
        background-repeat:no-repeat;      
        cursor:pointer; 
        
    }
      .areariservata   .block:hover {
            background-color: #c0c0c0;
        }
      .areariservata    .new .thu {
            background-image: url('/img/upload_image.png');
            background-size: 32px 32px;
        }
.row-gallery {
    padding-bottom: 20px;
}

   

       .soci .block {
            width: 120px;
            height: 120px;
            float: left;
            display: block;
            margin-right: 4px;
            margin-bottom: 4px;
            background-color: #e2e2e2;
            border:3px solid #CC0000;
        }

       .soci .thu {
            width: 100%;
            height: 100%;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            cursor: pointer;
        }

       .soci .block:hover {
            background-color: #eaeaea;
        }
@media (max-width: 600px) {
    .imprenditore, .azienda {
        margin: 0 0 10px 0;
    }
}

.mainmenu ul#nav >li> a {  
    padding: 0 10px;
}

@media (max-width: 1199px) {
    .logo {
        padding: 0;
    }
}

.portfolio-column-content {
    margin-top: 50px;
}

.portfolio-column-view {
    bottom: 0;
    opacity: 1;
}
    input.highlighted,input[type=email].highlighted, select.highlighted, textarea.highlighted, select[multiple=multiple].highlighted {
        box-shadow: 0 0 5px #dd0000;
    }

input[type="checkbox"].highlighted + label, input[type="radio"].highlighted + label {
    box-shadow: 0 0 5px #dd0000;
}

.home .carousel-indicators {
    display: none;
}
footer .logos.row {
    background-color: #e42220; border-top:2px solid #fff; padding-top:20px; padding-bottom:20px;
}
footer .copyright { background-color:#000;
}
body .banners .visita, body .banners .partecipa {
    background-image: url(../img/boxbg.jpg);
    height: 300px;
}

    body .banners .visita .btn { margin-right:15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.0rem;
    }
body .banners .buttons {
    right: initial;
}
    body .banners .buttons .btn {
        margin-left: 0px;
    }
    body .banners.row, body .logos.row, body .copyright.row {
        margin-left: 0px;
        margin-right: 0px;
    }
footer .copyright a { text-decoration:none;
}
body.home .gallery {
    border-top: 2px solid #fff;
}
    body.home .gallery h3 { font-weight:600;
    }
    
    body.home .gallery .gallery-carousel .slick-list {
        padding: 0 !important;
    }
body.home .gallery .gallery-carousel .slick-next {
    background-image: url(../img/right-arrow-w.png)
}
body.home .gallery .gallery-carousel .slick-prev {
    background-image: url(../img/left-arrow-w.png)
}
    body.home .gallery .gallery-carousel .single-gallery .overlay,
    .gallery-preview-box .overlay {
        background-color: rgba(57, 57, 57, 0.57);
    }

    body.home .gallery .gallery-carousel .single-gallery .overlay,
    .gallery-preview-box .overlay {
        background-color: rgba(57, 57, 57, 0.57);
    }


.gallery-preview-box:hover .overlay {
    background-color: rgba(22, 22, 22, 0.67);
}
.gallery-preview-box .head .title {
    color:white; text-decoration:none!important;
}

.gallery-preview-box:hover .head .title,
.gallery-preview-box:hover .head .date {
    color: #e42220;
}

    footer .newsletter-social h3 {
    margin-top: 20px; font-family:'Open Sans';
    margin-bottom: 20px;
    color: black;
    font-weight: 800;
    font-size: 2.0em;
} footer .newsletter-social {
    padding-top: 20px;
    padding-bottom: 20px;
}
    footer .newsletter-social .social ul { margin-top:20px;
    } 
    footer .newsletter-social .social ul li {
        background-color: #000;
        opacity: initial;
        width: 40px;
        height: 40px;
    }
    footer .newsletter-social .social ul li img {
        opacity: initial; margin-top:2px; width:32px; height:32px;
    }

    body{
        font-family:'Open Sans';
    }

.btn-ticket-shop-hp{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -20px;
}

.btn-ticket-shop-hp a.btn-ts:hover img,
.btn-ticket-shop-inside a.btn-ts:hover img {
     -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) !important;
    transition: .2s;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/img/pIkfp.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }


#megamenu .container .wrap .row {
    padding-top: 10%;
}

@media (max-width:500px) {
    .lang {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }
}


@media (max-width:760px) {
    .news-preview-row .image-col .image-featured {
        display: none!important;
    }
}

#expositor-archive-list:not(.filtering-pav) div.otherpav p {
    display: none;
}


body.single-gallery .heading .overlay {
    background: rgba(57, 57, 57, 0.8);
}

body.single-post .heading .heading-content h1 {
    text-align: center;
}

@media (min-width: 761px) and (max-width: 1199px) {

    #menu-megamenu {
        padding: 01em;
    }

    #megamenu .container .wrap .row {
        padding-top: 8% !important;
    }

    #megamenu .menu-section .primary-nav ul li a {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    #megamenu .menu-section .primary-nav ul li {
        margin-bottom: 0;
    }

    #megamenu .menu-section .primary-nav ul li.menu-item-has-children ul.sub-menu li {
        margin-bottom: 0 !important;
    }

    #megamenu .menu-section .primary-nav ul li.menu-item-has-children ul.sub-menu li a {
        font-size: 16px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1366px) {
   
    #megamenu .menu-section .primary-nav ul li a {
        font-size: 22px !important;
    }


    #megamenu .menu-section .primary-nav ul li.menu-item-has-children ul.sub-menu li a {
        font-size: 18px !important;
    }

     #megamenu .menu-section .primary-nav ul li.menu-item-has-children ul.sub-menu li {
        margin-bottom: 0 !important;
    }
}

