/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.footer-content:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.05;
    background-image: url('../images/bg-footer.jpg');
    background-size: 100px;
    background-repeat: repeat;
    background-position: 50% 0;
    /* background-size: cover; */
}

.footer-content .container, .copyright-content {
    z-index: 2;
    position: relative;
}

#logo {
    min-width: 350px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: 0px 10px;
}

#page-title[data-bg-parallax] .breadcrumb.text-dark ul li + li:before {
    color: #111;
}

.intro-sezione h2 {font-weight: 800;}
img.workspace-icon {padding-bottom: 1rem;}
img.workspace-icon-prezzi ~ div {margin-bottom: 1rem; text-align: center;}

.image-block .col-lg-9 {
    padding: 60px !important;
}

.pricing-table .plan .plan-header .plan-price.plan-price {font-size: 50px;}
.pricing-table .plan .plan-header .plan-price-fullprice {font-size: 24px; font-weight: 400;}
.pricing-table .plan .plan-header .plan-price-fullprice span {text-decoration: line-through;}

.cadarredo-features .icon-box p { font-size: 0.95rem;}
.cadarredo-features h3 { font-size: 0.95rem;}

/* formattazione della bottom page */
@media only screen and (max-width : 767px) {
    .copyright-content, .copyright-content #privacy-link, .copyright-content #copyright-div {text-align: center;}
    #logo {
        background-size: 250px;
    }    
}
@media only screen and (min-width : 768px) {
    .copyright-content #privacy-link {text-align: left;}
    .copyright-content #copyright-div {text-align: right;}
    #logo {
        background-size: 300px;
    }    
}

/* pagina Compra ZWCAD */
.pricing-table .plan .plan-header .plan-price-original {font-size: 30px; color: red;}

.line-separator-menu {border-top: 1px solid #ccc}







.testimonial.testimonial-blockquote .testimonial-item > p {
    color: #3e3e3e;
}

.testimonial .testimonial-item > span ~ span {
    color: #3e3e3e;
}