/*
Theme Name:     Constructzine Theme Child
Theme URI:      https://themeisle.com/themes/constructzine-construction-wordpress-theme/
Description:    Tema Child per il tema Constructzine Theme
Author:         Ala Data System
Author URI:     aladata.it
Template:       constructzine
Version:        0.1.0
*/

/* -------------------------------------------------------------------
    Reset / Set Main Things

    hex: #4879ae;
    rgba: rgba(68, 119, 170, 1);

    rgba: rgba(59, 102, 157, 1);
------------------------------------------------------------------- */

html {
    font-weight: initial;
    line-height: initial;
}

body,
.sidebar input[type="email"],
.sidebar input[type="text"],
.sidebar input[type="url"],
.sidebar input[type="tel"],
.sidebar input[type="number"],
.sidebar input[type="date"],
.sidebar select,
input[type="submit"],
textarea,
.blog-left article .post-entry .wpcf7-form .wpcf7-text,
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea,
.blog-left article .post-entry .wpcf7-form .wpcf7-submit,
.blog-left article .post-entry input[type="password"],
.blog-left article .post-entry input[type="submit"],
#respond .input-text,
#respond textarea,
#respond #input-submit,
.header-top {
    font-family: 'Open Sans', sans-serif;
}

.btn-primary {
    background: rgba(59, 102, 157, 1);
}

#cookieChoiceInfo {
    background-color: rgba(0, 0, 0, .8) !important;
    font-size: 12px;
}

.default-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.default-page .blog-left article .post-entry p,
.services-entry p {
    font-size: 14px;
    font-weight: initial;
}

.default-page .blog-left article .post-entry h1,
.services-entry h1 {
    color: rgba(59, 102, 157, 1);
    font-size: 20px;
}

.default-page .blog-left article .post-entry h3,
.services-entry h3 {
    color: rgba(59, 102, 157, 1);
    font-size: 16px;
}

.blog-left article .post-entry ol,
.services-entry ol {
    margin-left: 50px;
    list-style: lower-latin;
}

.blog-left article .post-entry ol li,
.services-entry ol li {
    list-style-position: outside;
}

.blog-left {
    width: 100%;
}

.blog-left article .post-title {
    color: rgba(59, 102, 157, 1);
}

/* -------------------------------------------------------------------
    Bootstrap 5 Columns
------------------------------------------------------------------- */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {

    .col-sm-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {

    .col-md-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 1200px) {

    .col-lg-15 {
        width: 20%;
        float: left;
    }

}

/* -------------------------------------------------------------------
	Header
------------------------------------------------------------------- */

header {
    background-position: center;
}

#logo {
    height: 160px;
    width: 800px;
}

#logo,
#logo:hover,
#logo:focus,
#logo:visited {
    text-decoration: none;
}

#logo svg {
    width: 440px;
    height: 160px;
    -webkit-filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .5) );
            filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .5) );
}

#logo h1 {
    text-transform: uppercase;
    text-shadow: 3px 3px 0px rgba(255, 255, 255, 0.1);
    font-weight: bold;
    font-size: 56px;
}

header .layer {
    min-height: 464px;
    background-color: rgba(59, 102, 157, .6);
}

.header {
    padding-top: 80px;
}

.header-title {
    font-weight: 300;
    font-size: 36px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, 1);
}

nav .navigation-menu {
	width: 100% !important;
	background-color: transparent;
}

nav .navigation-menu ul li a {
	color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

nav .navigation-menu ul li:not(:first-child) {
	margin: 0 20px;
}

nav .navigation-menu ul li a:hover {
	color: rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .8);
}

nav .navigation-menu ul li.current-menu-item a {
	color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.page-sub-header {
    margin: 60px 0 0 0;
}

.page-sub-header h1 {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.page-sub-header p {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    margin: 0;
    padding-left: 15px;
}

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

	nav .navigation-menu {
	    width: 100% !important;
	}

    .header-top .call-for-action {
        margin: 45px 0 0 45px;
        float: initial;
    }

}

/* Tablet */
@media only screen and (max-width: 768px) {

    header .layer {
        min-height: 364px;
    }

    #logo {
        height: 80px;
        width: 600px;
    }

    #logo h1 {
        font-size: 42px;
    }

    nav .navigation-menu {
        width: 100% !important;
    }

    .responsivemenu ul {
        width: 100%;
    }

    .navigation-menu .nav-container {
        display: initial;
    }

    .header {
        padding-left: 60px;
    }

}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .header {
        padding: 20px;
    }

    header {
        background-position: left;
    }

    header .layer {
        min-height: 380px;
        padding-bottom: 0;
    }

    #logo h1 {
        font-size: 28px;
    }

    #logo {
        height: 80px;
        width: 100%;
        text-align: center;
    }

    #logo svg {
        margin: 0 auto;
        height: 80px;
        width: 80px;
    }

    .header-title {
        font-size: 26px;
        text-align: center;
    }

    .page-sub-header {
        width: 80%;
        margin: 100px auto 0;
    }

    .page-sub-header h1 {
        font-size: 20px;
        margin: 0;
        text-align: center;
    }

    .page-sub-header p {
        font-size: 16px;
        margin: 0;
        text-align: center;
    }

    nav .navigation-menu ul li a {
        padding: 0;
    }

    nav .navigation-menu ul li {
        margin: 0 20px;
    }

}

/* -------------------------------------------------------------------
    Big Title
------------------------------------------------------------------- */

.big-title h1 {
    margin-top: 80px;
    text-align: center;
}

/* -------------------------------------------------------------------
    Mission
------------------------------------------------------------------- */

.mission {
    font-size: 14px;
}

.mission .post {
    min-height: 400px;
    color: rgba(0, 0, 0, 1);
}

.mission .post h2,
.mission .post .fa {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: rgba(59, 102, 157, 1);
}

.mission .post .fa {
    font-size: 56px;
    margin: 60px 0;
}

.mission .post p {
    padding-bottom: 20px;
}

.mission .post .bg-success {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    color: rgba(59, 102, 157, 1);
    border: 2px solid rgba(59, 102, 157, 1);
    background: transparent;
}

.mission .post img {
    width: 80%;
    height: 80%;
    margin: 20px;
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
}

.mission .post:hover img {
    -webkit-filter: grayscale(0%);
}

.mission .post:first-child {
    color: rgba(59, 102, 157, 1);
    text-align: left;
}

.mission .post:first-child h2 {
    font-size: 30px;
    margin: 40px 0 40px 0;
}

.mission .post:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.mission a:not(:first-child) .post:hover {
    background: rgba(0, 0, 0, .1);
}

.mission .post p {
    width: 80%;
    margin: 0 auto;
}

/* Tablet */
@media only screen and (max-width: 768px) {

    .mission .post h2 {
        font-size: 18px;
    }

    .mission .post.first-post h2 {
        font-size: 24px;
    }

    .mission .post .bg-success {
        padding: 5px;
    }

}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .mission .post {
        min-height: initial;
    }

    .mission .post:not(:first-child),
    .mission .post.first-post,
    .mission a:not(:last-child) .post {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    .mission .post:not(:first-child),
    .mission a:not(:first-child) .post {
        border-left: none;
    }

}

/* -------------------------------------------------------------------
    Big Logos
------------------------------------------------------------------- */

.big-logos {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(59, 102, 157, .2);
    color: rgba(59, 102, 157, 1);
    text-align: center;
}

.big-logos h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.big-logos ul.logos {
    padding-bottom: 40px;
    width: 640px;
    margin: 40px auto;
}

.big-logos ul.logos li {
    list-style: none;
    float: left;
    padding: 20px;
    width: 320px;
    margin-bottom: 20px;
}

.big-logos ul.logos li:not(:last-child) {
    border-right: 1px solid rgba(59, 102, 157, .5);
}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .big-logos .col-sm-6:not(:last-child) {
        border-bottom: 1px solid rgba(59, 102, 157, .5);
        border-right: none;
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

}

/* -------------------------------------------------------------------
    Shortcode
------------------------------------------------------------------- */

.shortcode {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.shortcode h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

/* -------------------------------------------------------------------
    Shortcode > GS Logo Slider
------------------------------------------------------------------- */

.bx-wrapper .bx-prev {
    background-position: 0 0;
    opacity: .4;
}

.bx-wrapper .bx-next {
    background-position: -43px 0;
    opacity: .4;
}

.bx-wrapper .bx-prev:hover {
    opacity: 1;
}

.bx-wrapper .bx-next:hover {
    opacity: 1;
}

.gs_logo_single img {
    max-width: 200px;
    height: auto;
}

/* -------------------------------------------------------------------
	Footer
------------------------------------------------------------------- */

.footer {
    color: rgba(255, 255, 255, 1);
    padding: 20px;
	min-height: 250px;
	background-color: #4879ae;
}

.footer h2 {
    font-size: 18px;
    font-weight: bold;
}

.footer ul {
    margin-top: 20px;
}

.footer ul li {
    list-style: none;
    text-transform: uppercase;
}

.footer ul li:not(:first-child) {
    margin-top: 10px;
}

.footer a {
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
    font-size: 14px;
}

.footer a:hover,
.footer .current-menu-item a {
    color: rgba(255, 255, 255, .5);
    text-decoration: underline;
}

.footer p {
    margin-top: 20px;
    font-size: 14px;
}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .footer .row .col-md-10 .col-sm-3:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

}

/* -------------------------------------------------------------------
    Copyright / Powered By
------------------------------------------------------------------- */

.copy {
    font-weight: bold;
    font-size: 12px;
    padding: 20px;
    text-align: center;
    background-color: rgba(50, 92, 134, 1);
    color: rgba(255, 255, 255, 1);
}

.copy a {
    color: rgba(255, 255, 255, .5);
}

.copy a:hover {
    color: rgba(255, 255, 255, .3);
}

/* Mobile */
@media only screen and (max-device-width: 667px) {
    
    .copy {
        font-size: 10px;
    }

}

/* -------------------------------------------------------------------
    Azienda -> Counter
------------------------------------------------------------------- */

.counter {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(59, 102, 157, .2);
    color: rgba(59, 102, 157, 1);
}

.counter .big {
    font-size: 40px;
    font-weight: bold;
}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .counter .row .col-md-8 .col-sm-4:not(:last-child) {
        border-bottom: 1px solid rgba(59, 102, 157, .5);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

}

/* -------------------------------------------------------------------
    Pagina ACF > Testo - Timeline
------------------------------------------------------------------- */

.testo-timeline {
    padding: 40px 20px 40px 20px;
    text-align: center;
}

.testo-timeline h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: rgba(59, 102, 157, 1);
}

.testo-timeline p {
    text-align: left;
}

.testo-timeline .timeline-testo p {
    margin-right: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.testo-timeline .btn {
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
}

/* Tablet */
@media only screen and (max-width: 768px) {

    .testo-timeline {
        padding: 40px 20px 40px 20px;
    }

}

.testo-timeline .timeline {
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    padding-right: 0;
    text-shadow: 2px 0 0 rgba(0,0,0,.5), -2px 0 0 rgba(0,0,0,.5), 0 2px 0 rgba(0,0,0,.5), 0 -2px 0 rgba(0,0,0,.5), 1px 1px rgba(0,0,0,.5), -1px -1px 0 rgba(0,0,0,.5), 1px -1px 0 rgba(0,0,0,.5), -1px 1px 0 rgba(0,0,0,.5);
}

.testo-timeline .timeline .back-img {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: grayscale(100%);
    background: #000;
    background-position: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
}

.testo-timeline .timeline ul {
    padding: 60px 40px 40px 40px;
}

.testo-timeline .timeline ul li {
    list-style: none;
    margin: 0 0 40px 40px;
    position: relative;
}

.testo-timeline .timeline ul li:before {
    position: absolute;
    content: " ";
    top: -6px;
    left: -84px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgba(59, 102, 157, 1);
    border-radius: 40px;
    border: 4px solid #fff;
}

.testo-timeline .timeline ul:before {
    position: absolute;
    content: " ";
    top: 140px;
    left: 65px;
    height: 45%;
    border-left: 2px dashed #fff;
}

.testo-timeline .timeline h2 {
    font-size: 16px;
    color: #fff;
}

.testo-timeline .timeline p {
    color: #fff;
    margin: 0;
}

/* Tablet */
@media only screen and (max-width: 768px) {

    .testo-timeline .timeline {
        margin: 40px -5px -55px -5px;
    }

}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .testo-timeline .timeline ul:before {
        height: 60%;
    }

}

/* -------------------------------------------------------------------
    Servizi
------------------------------------------------------------------- */

.services {
    font-size: 14px;
}

.services .post {
    min-height: 420px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.services .post h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: rgba(59, 102, 157, 1);
}

.services .post p {
    padding-bottom: 40px;
}

.services .post .bg-success {
    font-weight: bold;
    padding: 10px;
    color: rgba(59, 102, 157, 1);
    border: 2px solid rgba(59, 102, 157, 1);
    background: transparent;
    margin-bottom: 40px;
}

.services .post .highlighted {
    font-weight: bold;
    color: rgba(59, 102, 157, 1);
}

.services .post img {
    width: 80%;
    height: 80%;
    margin: 20px;
}

.services .post:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.services .post p {
    width: 80%;
    margin: 0 auto;
}

/* Tablet */
@media only screen and (max-width: 768px) {

    .services .post h2 {
        font-size: 18px;
    }

    .services .post.first-post h2 {
        font-size: 24px;
    }

    .services .post .bg-success {
        padding: 5px;
    }

}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .services .post {
        min-height: initial;
    }

    .services .post:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    .services .post:not(:first-child) {
        border-left: none;
    }

}

/* -------------------------------------------------------------------
    Servizi -> Experience
------------------------------------------------------------------- */

.experience {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.experience h1 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(59, 102, 157, 1);
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(59, 102, 157, .3);
    width: 50%;
    margin: 0 auto;
}

.experience p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 80px;
}

.experience svg {
    fill: rgba(59, 102, 157, 1);
}

.experience .batteria svg {
    width: 150px;
    height: 150px;
    margin-top: 25%;
}

.experience .row {
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(59, 102, 157, .8);
}

.experience svg.exp-icon {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(59, 102, 157, 1);
    border-radius: 40px;
    padding: 10px;
}

.experience .list-left {
    text-align: right;
}

.experience .list-right {
    text-align: left;
}

/* Tablet */
@media only screen and (max-width: 768px) {

    .experience .row {
        padding: 40px 0 40px 0;
    }

    .experience .list-left {
        margin-left: 0;
    }

    .experience .list-right {
        margin-left: 0;
    }

    .experience .batteria svg {
        width: 150px;
        height: 150px;
        margin: 40px;
    }

}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .experience h1 {
        font-size: 24px;
        width: 100%;
    }

    .experience p {
        margin-bottom: 0;
    }

    .experience .list-left {
        text-align: center;
    }

    .experience .list-right {
        text-align: center;
    }

    .experience svg.exp-icon {
        margin: 20px;
    }

}

/* -------------------------------------------------------------------
    Servizi -> For You
------------------------------------------------------------------- */

.for-you {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
}

.for-you h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    width: 50%;
    margin: 0 auto;
}

.for-you p {
    font-size: 16px;
    font-weight: bold;
}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .for-you h1 {
        font-size: 24px;
        width: 100%;
    }

}

/* -------------------------------------------------------------------
    Page
------------------------------------------------------------------- */

.default-page .blog-left article .post-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.default-page .blog-left article .post-entry h2 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 40px;
}

.default-page .blog-left article .post-entry h3 {
    font-weight: bold;
}

.default-page .blog-left  article .post-entry ul {
    list-style-type: none;
    overflow: hidden;
}

.default-page .blog-left  article .post-entry ul li {
    float: left;
    width: 200px;
    min-height: 100px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
    color: #fefefe;
    line-height: 20px;
}

.default-page .blog-left  article .post-entry ul li img {
    padding-top: 30px;
}

.default-page .blog-left  article .post-entry ul li:nth-child(odd) {
    background: rgba(59, 102, 157, 1);
}

.default-page .blog-left  article .post-entry ul li:nth-child(even) {
    background: rgba(59, 102, 157, .8);
}

/* Mobile */
@media only screen and (max-device-width: 667px) {

    .default-page .blog-left article .post-entry ul li {
        width: 100%;
        margin: 10px 0;
    }

    .blog-left article .post-entry img {
        width: 100%;
    }

}


/* -------------------------------------------------------------------
    Privacy
------------------------------------------------------------------- */

.page-privacy-policy .default-page .blog-left article .post-entry ul {
    overflow: visible;
    list-style-type: initial;
}

.page-privacy-policy .default-page .blog-left article .post-entry ul li {
    float: none;
    width: auto;
    min-height: auto;
    text-transform: none;
    text-align: left;
    margin: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
    color: inherit;
    line-height: auto;
}

.page-privacy-policy .default-page .blog-left  article .post-entry ul li:nth-child(odd) {
    background: none;
}

.page-privacy-policy .default-page .blog-left  article .post-entry ul li:nth-child(even) {
    background: none;
}


/* -------------------------------------------------------------------
    Prodotti
------------------------------------------------------------------- */

.prodotti {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(0, 0, 0, .1);
}

.prodotti .row {
    text-align: center;
}

/* Reset the 5th product */
.prodotti .row .col-md-10 > *:nth-child(4n+1) {
   clear: both;
}

.prodotto a {
    text-decoration: none;
}

.prodotto img {

}

.prodotto h2 {
    text-transform: uppercase;
    font-size: 12pt;
    color: rgba(255, 255, 255, 1);
    margin: 0px 0 20px 0;
    padding: 10px;
    min-height: 120px;
    background-color: rgba(59, 102, 157, 1);
}

.prodotto span.code:before {
    content: '\a\a' ; 
    white-space: pre;  
}

.prodotto span.code {
    color: rgba(255, 255, 255, .5);
    font-size: 10pt;
}

.prodotto {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.prodotto:hover {
    -webkit-filter: brightness(50%);
}

/* Tablet */
@media only screen and (max-width: 768px) {

    .prodotto h2 {
        font-size: 10pt;
    }

}

/* -------------------------------------------------------------------
    Prodotti -> Single-Product
------------------------------------------------------------------- */

.single-header {
    padding-top: 80px;
    padding-bottom: 80px;
    color: rgba(59, 102, 157, 1);
    text-align: center;
}

.single-header h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(59, 102, 157, .3);
    width: 90%;
    margin: 0 auto;
}

.single-header span.code:before {
    content: '\a\a' ; 
    white-space: pre;  
}

.single-header span.code {
    color: rgba(0, 0, 0, .5);
}

.single-product {
    padding-bottom: 80px;
}

.single-product .description img {
    width: 50%;
    height: auto;
}

.product-slider {
    padding-bottom: 80px;
}

.product-slider .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

.product-slider .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

.product-slider .carousel-indicators li {
    background: rgba(59, 102, 157, .3);
}

.product-slider .carousel-indicators .active {
    background: rgba(59, 102, 157, 1);
}

.product-slider .thumbnail {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
}

.product-slider a.thumbnail:hover {
    text-decoration: none;
}

.product-slider .thumbnail h2 {
    text-transform: uppercase;
    font-size: 10pt;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 10px;
    min-height: 140px;
    background-color: rgba(59, 102, 157, 1);
}

.product-slider .thumbnail span.code:before {
    content: '\a\a' ; 
    white-space: pre;  
}

.product-slider .thumbnail span.code {
    color: rgba(255, 255, 255, .5);
    font-size: 10pt;
}

/* -------------------------------------------------------------------
    Shortcode > Contact Form
------------------------------------------------------------------- */

.shortcode .wpcf7 {
    text-align: left;
    margin-bottom: 80px;
}

.shortcode .wpcf7 label {
    font-size: 16px;
    font-weight: bold;
    display: inherit;
    margin-bottom: 20px;
    color: rgba(59, 102, 157, 1);
    text-transform: uppercase;
}

.shortcode .wpcf7 p {
    margin: 0;
    color: rgba(59, 102, 157, 1);
}

.shortcode .wpcf7-form input:not([type='submit']),
.shortcode .wpcf7-form textarea {
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    width: 100%;
}

.shortcode .wpcf7-form input[type='submit'] {
    background: rgba(59, 102, 157, 1);
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    height: 78px;
    margin: 0 0 20px 0;
}

.shortcode .wpcf7-form input[type='submit']:hover {
    background: rgba(0, 0, 0, .7);
}

.shortcode .wpcf7-recaptcha {
    margin: 0 0 20px 0;
}

.shortcode span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 59, 48, 1);
}

.shortcode div.wpcf7-mail-sent-ok,
.shortcode div.wpcf7-spam-blocked,
.shortcode div.wpcf7-validation-errors,
.shortcode div.wpcf7-mail-sent-ng {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
    padding: 10px;
    width: 100%;
}

.shortcode div.wpcf7-mail-sent-ok {
    border: 1px solid rgba(59, 102, 157, .5);
    color: rgba(59, 102, 157, 1);
    background: rgba(47, 112, 140, .1);
}

.shortcode div.wpcf7-spam-blocked {
    border: 1px solid rgba(255, 168, 0, .5);
    color: rgba(255, 168, 0, 1);
    background: rgba(255, 168, 0, .1);
}

.shortcode div.wpcf7-validation-errors,
.shortcode div.wpcf7-mail-sent-ng {
    border: 1px solid rgba(255, 59, 48, .5);
    color: rgba(255, 59, 48, 1);
    background: rgba(255, 59, 48, .1);
}

.shortcode .informativa {
    font-size: 12px;
    padding-bottom: 20px;
}

.shortcode .required {
    font-size: 16px;
    color: rgba(59, 102, 157, 1);
}

.shortcode a {
    color: rgba(59, 102, 157, 1);
    text-decoration: underline;
}

.shortcode a:hover {
    color: rgba(59, 102, 157, .5);
}

.page-template-default .post-entry {
    text-align: justify;
    text-justify: inter-word;
}

/* -------------------------------------------------------------------
    Map
------------------------------------------------------------------- */

.header-map {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.header-map #map {
    pointer-events: none;
}