/************************************************

Stylesheet: Global Stylesheet

*************************************************/





/*
 * COLORS:
 *
 * Verde: #51d8f0
 *
 */


/*********************
GENERAL STYLES
*********************/

/* FONT PRINCIPALE */
body, p, a, ul, ol, li, table {
    font-family: 'Fira Sans', sans-serif;
}
/* FONT TITOLI */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5 {  }
h6 {  }

body, p, ul, table {
    font-size: 1.1em;
    color: #444;
    line-height: 1.5em;
}
p { text-align: justify; }

a { color: #aaa; }
    a:hover { color: #444; }

button, .button {
    color: #eee;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* border: 1px solid #444; */
    background-color: #444;
    cursor: pointer;
}
    button:hover, .button:hover {
        color: #444;
        background-color: #ccc; /* rgba(51,67,85,0.1) */
    }

    @media (max-width:48em) {
        h1 {  }
        h2 {  }
        h3 { font-size: 1.4em; line-height: 1.3em; }
        h4 {  }
        h5 {  }
        h6 {  }
        p, ul, table {  }
        button, .button { }
    }
.littlebutton {
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    color: #444;
    margin: auto;
    padding: 0.3em 2.6em;
    border: 1px solid #444;
    cursor: pointer;
}
    .littlebutton:hover {
        background-color: rgba(20,20,20,0.2);
    }



/* LINEA SOTTO TITOLI */
.short-line {
    display: block;
    max-width: 200px;
    margin: 35px auto;
    border-bottom: 2px solid #444;
}



/*********************
ICONE
Caratteristiche comuni
*********************/

#product-header .fas, #product-header .far, 
.specimmobile .fas, .specimmobile .far, 
#main_spec .fas, #main_spec .far {
    color: #999;
}



/*********************
HEADER & MENU
*********************/

header.header {
    position: fixed;
    width: 100%;
    background-color: rgba(240,240,240,0.8);
    z-index: 9900;
}
.top-bar {
    padding: 0 .5rem;
}
.top-bar, .top-bar ul {
    background-color: transparent !important;
}
#sitelogo img {
    max-height: 60px;
}
#sitelogo li {
    display: inline-block;
    text-align: left;
}
#sitelogo h1 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.5rem 0;
    margin: 0;
    text-align: left;
}
#sitelogo h2 {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    text-align: left;
}

.menu  a {
    color: #444;
}

.menu .active > a {
    background: #51d8f0;
    color: #fff;
}
    .menu .active > a:hover {
        background: #51d8f0;
        color: #444;
    }
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        border-color: #444 transparent transparent;
}
.is-dropdown-submenu>li {
    background: #f1f1f1;
}

/* MOBILE */
@media screen and (max-width: 64em) {
    
    .position-right.is-transition-push {
        background-color: #444;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    ul.vertical.menu.submenu {
        padding-left: 10px;
        background-color: rgba(255,255,255,0.1);
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .menu  a {
        color: #fff;
    }
    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
            border-color: #fff transparent transparent;
    }
    
    /* PULSANTE MOBILE */
    a.mobilemenubutton {
        /*
        left: 50%;
        margin-left: -50px;
        width: 100px;
        border-radius: 30%;
        */
        position: fixed!important;
        color: #444 !important;
        width: auto;
        height: 35px;
        top: 7px;
        left: auto;
        right: 7px;
        padding: 7px;
        background: transparent;
        /* background-color: rgba(255,255,255,.7) !important; */
    }
        a.mobilemenubutton::after {
            display: none !important;
        }
        a.mobilemenubutton:hover {
            background: transparent !important;
        }
    a.mobilemenubutton i {
        font-size: 1.3em;
    }
}



/*********************
PAGINE VAIRE
*********************/
#mainthumbbox {
    width: 100%;
    height: 60vH;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content {
    padding-top: 110px;
}
.entry-content {
    max-width: 1200px;
    margin: 0 auto;
}
.page-title {
    padding-top: 40px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.page-subtitle {
    color: #51d8f0;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
}



/*********************
HOMEPAGE
*********************/
#homecontainer.content {
    padding-top: 0;
}
#homepage-content.entry-content {
    width: 100%;
    max-width: 100%;
}
#homewhoare {
    max-width: 1200px;
    margin: auto;
}

#homeservice {
    background: #f7f7f7;
    margin: 50px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
#homeservice .grid-x {
    max-width: 1200px;
    margin: auto;
}
#homeservice i {
    color: #51d8f0;
    font-size: 4rem;
}
#homeservice p {
    text-align: center;
}

#homenews {
    margin: 50px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
#homenews .grid-x {
    max-width: 1200px;
    margin: auto;
}

.page-title {
    padding-top: 40px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.page-subtitle {
    color: #51d8f0;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
}



/*********************
ELENCO NEWS
*********************/

#loopnews {
    margin-top: 3em;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#loopnews > .cell {
    margin-bottom: 50px;
    background-color: #fff;
}
    #loopnews > .cell:hover {
        background-color: #f0f0f0;
    }
#loopnews .imagebox {
    display: block;
    position: relative;
    width: 100%;
}
#loopnews .imagebox {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}
#loopnews h2.looptitle {
    color: #51d8f0;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    padding: 5px 0 5px 0;
}
#loopnews p.entry-date {
    font-size: 0.9rem;
    color: #ccc;
    text-align: center;
    margin: 0;
    padding: 15px 0 5px 0;
}



/*********************
SLIDE

Realizzato con Orbit
di Foundation
*********************/

#mainslider {
    background: transparent;
}
#mainslider .orbit,
#mainslider .orbit-wrapper,
#mainslider .orbit-slide,
#mainslider .orbit-image {
    height: 80vH;
}
    @media (max-width:48em) {
        #mainslider .orbit,
        #mainslider .orbit-wrapper,
        #mainslider .orbit-slide,
        #mainslider .orbit-image { height: 70vH; }
    }
.orbit-image {
    object-fit: cover;
}
.orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}
.orbit-bullets button {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
}
.orbit-controls button,
.orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        .orbit-controls button { display: none; }
    }

/* Testi slide su Home */
#mainslider .orbit-caption {
    position: absolute;
    width: 40%;
    max-width: 500px;
    height: auto;
    background-color: rgba(0,0,0,.3);
    bottom: auto; /* Correzione */
    margin-bottom: auto; /* Correzione */
    margin: 0;
    padding: 2em;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}
    @media (max-width:67em) {
        #mainslider .orbit-caption { width: 60%; }
        
    }
    @media (max-width:48em) {
        #mainslider .orbit-caption { width: 80%; left: 50%; transform: translate(-50%, -50%); }
    }
    /*
    @media (min-width:48em) {
        #mainslider .orbit-caption { max-width: calc(100% - 80px); }
        
    }
    */
#mainslider .orbit-caption span {
    text-align: center;
}
#mainslider .orbit-caption .title_figcaption,
#mainslider .orbit-caption .first_text,
#mainslider .orbit-caption .secont_text,
#mainslider .orbit-caption .link_text {
    display: block;
    text-align: left !important;
    color: #fff;
    line-height: 1.4em;
    padding: 3px;
    margin: 0 auto;
}
#mainslider .orbit-caption .title_figcaption {
    font-size: 2em;
    letter-spacing: 2px;
    line-height: 1.1em;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        #mainslider .orbit-caption .title_figcaption { 
            font-size: 1.7em; 
            letter-spacing: 1.5px;
        }
    }
#mainslider .orbit-caption .secont_text {
    display: block !important;
    position: relative !important;
    top: 0px !important;
    text-transform: none;
}
#mainslider .orbit-caption .link_text {
    margin-top: 1.5em;
}
#mainslider .orbit-caption .slide_link {
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.5em 1.7em;
    border: 1px solid #fff;
    background-color: transparent;
}
    @media (max-width:48em) {
        #mainslider .orbit-caption .slide_link {
            font-size: 0.8em;
            padding: 0.5em 1.1em;
        }
    }
    #mainslider .orbit-caption .slide_link:hover {
        background-color: #444;
    }



/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */



/*********************
FOOTER
*********************/
footer.footer {
    padding-top: 30px;
    background-color: #444;
}
footer.footer h4, footer.footer h5, footer.footer h6, footer.footer p, footer.footer a, footer.footer ul {
    color: #fff;
}
footer p.credits_block {
    margin-top: 30px;
}
footer p.credits_block, footer .credits_block a {
    font-size: .9rem;
    color: #51d8f0;
    text-align: center;
}
