.site-logo::before{
    content: '';
    display: none;
}



.btn-primary{
    background-color: #09316f !important;
}


.breadcrumb-content .pb-contents{
    color: #FFFFFF;
}


.service-icon > img{
    width: 60px;
    height: 60px;
}


.section-dark{
    background-color: #0a1229;
    color: #FFFFFF;
}

.section-with-bg{
    position: relative;
}
.section-with-bg::before{
    content: "";
    background-image: url(img/shape/shape-1.png);
    position: absolute;
    right: 0;
    top: 0;
    /*z-index: 1*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

.home-slide .service-wrap{
    padding: 3em 2em;
}


.service-wrap-2 > a{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  
}


.service-wrap-2:hover .service-details,
.service-wrap-2:hover .service-details h4
{
    text-decoration: underline;
}




body:not(.home) .pb-contents .pb-spacer{
  position: relative;
  
}

body:not(.home) .pb-contents .pb-spacer::before{
  content: '';
  position: absolute;
  left: 20%;
  top: 50%;
  height: 1px;
  width: 60%;
  background-color: #09316f;
  opacity: .3;
  z-index: 1;
  
}


ul#mobile-menu-active li.has-children > a > i {
    display: none;
}


.about-thumb-wrap::before{
    background-image: url('/images/demo/shape-3-carraro.png');
}
.about-thumb-wrap::after{
    background-image: url('/images/demo/shape-4-carraro.png');
}







/* project-single-modal */

.project-single-modal-vt
{
    display: none;
    transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 10;
    background-color: #000000;
    opacity: 0;
}

.project-single-modal-vt .project-single-modal-content
{
    display: block;
    width: 100%;
    position: relative;
}
.project-single-modal-vt .project-single-modal-closer{
    height: 10vh;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
}
.project-single-modal-vt .project-single-modal-content{
    height: 100vh;
}

.project-single-modal-vt .project-single-modal-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
}

.project-single-modal-vt .project-single-modal-content .thumbs{
    position: absolute; top: 0; left: 0; padding: 1em;
}
.project-single-modal-vt .project-single-modal-content .thumbs::before{
    content: 'Dettagli';
    display: block;
    font-size: .9em;
    font-weight: bold;
}

.project-single-modal-vt .project-single-modal-content .vt-info-box{
    position: absolute; bottom: 47%; left: 0; padding: 4em;
    width: 100%; text-align: center;
    background-color: rgba(255,255,255,.8);
}
.project-single-modal-vt .project-single-modal-content .vt-info-box i{
    margin: 1em;
    display: block;
    font-size: 2em;
}
.project-single-modal-vt .project-single-modal-content .vt-info-box ul{
    display: inline-block;
    width: auto;
    margin: auto;
    text-align: justify;
}

.vt-info-box .btn.btn-primary{
    background: #5a7497;
}



body.project-single-modal-open{
    overflow: hidden;
}

body.project-single-modal-open .project-single-modal-vt{
    display: block;
    opacity: 1;
}

.project-single-modal-content iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}


.project-single-modal-content video{
    width: 100%;
    height: auto;
}


body.entity-Pages-view.view-id-4 .about-area{
  background-image: url('/theme/default/assets/img/bg/service-bg-1.jpg');
  background-position: center center;
  background-size: cover;
}


div[data-entity="CustomForm"]{
    padding: 1em;
    display: block;
    margin: auto;
    max-width: 800px;
}


form label{
    color: #0a1229;
}


