/*
 Theme Name:   Spectrum Child
 Theme URI:    http://themeforest.net/user/CMSSuperHeroes/portfolio
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp_spectrum
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  WP_Spectrum
*/

/*
-------------------------------------------------------------- */

/* Helper */

.uppercase {
    text-transform: uppercase !important;
}

.smaller {
    font-size: 0.9em;
    line-height: 1.6;
    color: #a9b4bd;
}

/* Grassetto */

b, strong {
    font-weight: 600;
}

/* Nascondo bordo inferiore header in home */

#wrapper #cshero-header.transparentFixed {
    border-color: transparent;
}

/* Fix menu mobile */

#wrapper #cshero-header ul.cshero-dropdown ul > li.current-menu-item > a {
  color: #fff;
}

/* Home icone */

.csbody .cshero-fancybox-wrap.fancybox-layout3 .cshero-fancybox-content {
    padding-top: 0;
}

/* Fix bottoni Revolution Slider */

.rev_slider .btn {
    font-size: 17px !important;
    line-height: 26px !important;
    padding: 14px 28px !important;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;

    transition: all 0.2s ease-out !important;
}

/* Fix fancybox icona (altrimenti l'accento risulta nascosto dal margine superiore -3 */

.cshero-fancybox-title span.cshero-title-main {
    line-height: 1.6;
}

/* Breadcrumbs hover */

.csbody #cs-breadcrumb-wrapper a:hover {
    color: #ddd;
}

/* Tolgo capitalize dai titoli pagina in header */

#cs-page-title-wrapper .title_bar .page-title {
    text-transform: none;
}

/* Tolgo margine sotto titlebar */

.cs-content-header #cs-page-title-wrapper {
    margin-bottom: 0;
}

/* Richiami */

.cs-interactive-banner .cs-interactive-content {
    text-align: center;
}
.cs-interactive-banner .cs-interactive-content h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.cs-interactive-banner .cs-interactive-short-description {
    margin-top: 30px;
}
.cs-interactive-banner.style2 .cs-interactive-content-wrap, .cs-interactive-banner.style2 .cs-interactive-content-hover-wrap {
    background: rgba(0, 89, 128, 0.4);
}

.cs-interactive-banner  .cs-interactive-readmore {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

/* Bkg */
.vc_grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Titolo */
.vc_grid-item .vc_gitem-zone-b h2 {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_grid-item .vc_is-hover .vc_gitem-zone-b h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.vc_grid-item .vc_gitem-zone-b h2 a {
    color: #ffffff;
}

/* Estratto */
.vc_grid-item .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt {
    opacity: 0;

    -webkit-transition: all 0.1s 0.3s ease-in-out;
    -moz-transition: all 0.1s 0.3s ease-in-out;
    -o-transition: all 0.1s 0.3s ease-in-out;
    -ms-transition: all 0.1s 0.3s ease-in-out;
    transition: all 0.1s 0.3s ease-in-out;
}
.vc_grid-item .vc_is-hover .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt{
    opacity: 1;
}

/* Bottone */
.vc_grid-item .vc_gitem-zone-b .vc_gitem-link.vc_btn3 {
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

.vc_grid-item .vc_is-hover .vc_gitem-zone-b .vc_gitem-link.vc_btn3 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.vc_grid .vc_gitem-link.vc_btn3 {
    border-bottom: 2px solid;
}

.vc_grid .vc_btn3-container {
    margin-bottom: 5px;
}

/* Single Post */

.single-post article .cs-blog-thumbnail {
    margin-bottom: 40px;
}

.single-post .cs-blog-item-style1 .cs-blog-info {
    margin-top: -90px;
}
.single-post .cs-blog-item-style1 .cs-blog-info .cs-date span {
    color: #fff !important;
}

/* Nascondo info post qui, dal momento che nell'admin al momento non funziona */
.cs-info ul {
    display: none;
}

/* Footer */

div.footer-top {
    font-size: 15px;
    font-weight: 300;
}

div.footer-top a {
    font-weight: 600;
}

div.footer-top .getTouch > li {
    margin-bottom: 10px;
}

ul.business-time li {
    border-bottom: 1px dashed #96a1aa;
}

ul.business-time span {
    font-weight: 600;
}

.privacy-seo {
    text-align: right;
}

.csbody #wrapper #footer-top ul.menu li.menu-item {
    margin-bottom: 5px;
}

/* Area riservata */

form.es_form { padding:20px 0; }
.es_form label { width:10%; }


/* Form */

#contact-form input[type="text"], #contact-form input[type="tel"], #contact-form input[type="email"], textarea, select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 5px 14px;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

#contact-form textarea {
    line-height: 20px;
}

#contact-form .privacy input[type="checkbox"] {
    margin-right: 10px;
}

#contact-form input[type="file"] {
    display: inline-block;
    padding-left: 10px;
    border: none;
    background-color: unset;
}

.wpcf7 .wpcf7-list-item {
    margin-right: 15px;
}

.wpcf7 input[type="radio"] + span, .wpcf7 input[type="checkbox"] + span {
    padding-left: 6px;
    text-transform: none;
}

.wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
    display: inline-block;
    padding: 0 10px 0 0;
    color: #f00;
    font-size: 14px;
    text-transform: none;
}
.wpcf7 .wpcf7-form .privacy span.wpcf7-not-valid-tip {
    display: inline;
}

.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    font-size: 14px;
    background: #FFFFFF;
}

.wpcf7 .wpcf7-form div.wpcf7-response-output {
    padding: 1em;
    font-size: 14px;
    background: #FFFFFF;
}

.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

.wpcf7 p {
    font-size: 14px;
}

input[type="checkbox"] + span:before, input[type="checkbox"] + span:after, input[type="radio"] + span:before, input[type="radio"] + span:after {
    content: none !important;
}

input[type="submit"]{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Contatti */

.cshero-fancybox-content .content {
    font-size: 16px !important;
}

/* Pagina 404 */

#primary section.error-404 {
    margin: 80px auto;
}
.error-404 h2 {
    margin-bottom: 40px;
}
.error-404 .vc_wp_search {
    margin-top: 40px;
}

/* Fix responsive */

@media (max-width: 992px) {
    .vc_btn3.vc_btn3-size-md {
        font-size: 13px !important;
        padding: 13px 38px 13px 16px !important;
    }
}

@media (max-width: 778px) {
    .rev_slider .btn {
        padding: 12px 20px !important;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 14px !important;
    }
    .image-column .vc_column-inner {
        max-height: 480px !important;
    }
}

@media (max-width: 480px) {
    .header-top-1 .textwidget {
        font-size: 14px;
    }

    /* Metto le voci una sotto l'altra */
    .wpcf7 .wpcf7-list-item {
        display: block;
    }

    /* Separatore larghezza fissa */
    .vc_separator.vc_sep_width_10 {
        width: 60px;
    }

    .teasers .vc_custom_heading {
        margin-bottom: 0 !important;
    }
    .image-column .vc_column-inner {
        max-height: 320px !important;
    }
    .cshero-fancybox-content .content {
        font-size: 14px !important;
    }
    .privacy-seo {
        text-align: left;
    }
}

.titoloForm {
    color: #222;
    font-weight: 600;
    font-size: 20px;
}

.widget-title {
	text-transform: capitalize;
	color: #d0dbe1;
    	font-size: 24px;
	margin: 0 0 25px;
font-weight: normal!important;
}