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

Stylesheet: Global Stylesheet

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

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

COLORS

RED: #da5b5b #a86262 #e93a40
BLUE: #334d87 #3669af

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




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

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, span {
    font-family: 'Sunflower', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #334d87;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.3rem; }
h6 { font-size: 1.2rem; }

p, ol, ul, li  {
    font-size: 1rem;
    color: #334d87;
    line-height: 1.5em;
}

table {
    font-size: 1rem;
    color: #334d87;
    line-height: 1.3em;
}

    @media (max-width:67em) {
        
    }

    @media (max-width:40em) {
        h1 { font-size: 2rem; }
        h2 { font-size: 1.7rem; }
        h3 { font-size: 1.5rem; }
        h4 { font-size: 1.3rem; }
        h5 { font-size: 1.2rem; }
        h6 { font-size: 1.1rem; }
        p, ol, ul, li { font-size: 1rem; }
        table { font-size: 0.9rem; }
    }

a { color: #e93a40; }
    a:hover { color: #ccc; }

button, a.button, input.button {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: .5em 1em;
    background-color: #e93a40;
}
    button:hover, a.button:hover {
        background-color: #334d87;
    }
input.button {
    width: 100%;
    padding: .3em 1em;
}
a.button_mini {
    color: #e93a40;
    font-size: 1.1rem;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #e93a40;
    padding: 7px 12px;
    margin-top: 30px;
}
    a.button_mini:hover {
        color: #fff;
        background-color: #e93a40; /* #334d87 */
    }
a.button_transp_white {
    color: #fff;
    padding: 8px 25px 9px 25px;
    text-transform: uppercase;
    border: 2px solid #fff;
    background-color: transparent;
}
    a.button_transp_white:hover {
        color: #fff;
        background-color: rgba(0,0,0,0.3);
    }
a.button_transp_blue {
    color: #334d87;
    padding: 8px 25px 9px 25px;
    text-transform: uppercase;
    border: 2px solid #334d87;
    background-color: transparent;
}
    a.button_transp_blue:hover {
        color: #334d87;
        background-color: #eee;
    }
.page-title {
    margin-top: 40px;
}

.red {
    color: #e93a40;
}



/*********************
MENU
*********************/

header.header {
    height: auto;
    overflow: hidden;
}
#masthead {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 99000;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
    @media (max-width:48em) {
        #masthead {
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
    }
    #masthead.darkHeader {
        border-bottom: 1px solid #e93a40;
    }
.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }
#masthead a {
    color: #334d87;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        #masthead.darkHeader a {
            color: #334d87 !important;
            font-size: 0.9rem;
        }
    }
.menu .active>a {
    color: #fff !important;
    background: #e93a40;
}
    #masthead.darkHeader .active>a {
        color: #fff !important;
    }
.menu .logo {
    padding: 0 1rem 0 0;
}
.menu img {
    width: auto;
    height: 70px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
    .darkHeader .menu img {
        height: 45px;
    }
    @media screen and (max-width: 39.9375em) { /* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */
        .menu img {
            width: 100%;
            height: auto;
        }
    }
    @media screen and (max-width: 39.9375em) { /* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */
        .darkHeader .menu img {
            width: 80%;
            height: auto;
        }
    }

#masthead .site_description {
    display: block;
    visibility: visible;
    opacity: 1;
    color: #e93a40;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .1rem;
    text-align: left;
    text-transform: none;
    padding-top: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
    #masthead.darkHeader .site_description {
        font-size: .8rem;
    }
    @media screen and (max-width: 40em) {
        #masthead.darkHeader .site_description {
            height: 0px;
            visibility: hidden;
            opacity: 0;
        }
    }

#masthead a.social {
    padding: 0 7px 0 7px;
}
#masthead a.social i {
    color: #fff;
}
    #masthead.darkHeader a.social i {
        color: #334d87;
    }
#masthead a.callOnTop {
    color: #fff !important;
    padding: 3px 12em 5px 40px;
    background-image: url(../images/callOnTop.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
    @media (max-width:48em) {
        #masthead a.callOnTop { padding: 3px 25px 5px 30px; }
    }
#masthead .dropdown.menu>li.opens-left>.is-dropdown-submenu {
    background-color: #e93a40;
}

/* MENU MOBILE */
.vertical.menu.accordion-menu {
    width: 100%;
    margin: auto;
}
.top-bar-right ul.medium-horizontal.menu.submenu {
    margin-top: 6px;
}
#masthead .accordion-menu .is-accordion-submenu a,
#masthead.darkHeader .accordion-menu .is-accordion-submenu a {
   color: #fff !important;
}
#masthead .accordion-menu .is-accordion-submenu a[aria-current="page"] {
   color: #fff !important;
}
.show-for-medium-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.dropdown.is-active,
.show-for-small-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.accordion-menu.is-active {
    background-color: #334d87 !important;
}
@media screen and (max-width: 39.9375em) { /* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */
    .vertical .is-accordion-submenu-parent {
        height: 0;
    }
}
.is-accordion-submenu-parent {
    display: block;
}
ul.vertical li { 
    position: relative;
}
ul.vertical li a.mobilemenubutton {
    display: block;
    position: absolute !important;
    top: -35px;
    right: 2px;
    left: auto;
    width: 70px;
    height: 35px;
    text-align: right;
    padding: 7px !important;
    /*
    position: absolute;
    top: 7px;
    right: 3px;
    margin: 0 auto;
    */
}
    @media screen and (max-width: 39.9375em) { /* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */
        a.mobilemenubutton {
        }
    }
a.mobilemenubutton i {
    font-size: 1.6rem;
}
.darkHeader a.mobilemenubutton i {
    color: #334d87;
    font-size: 1.6rem;
}
a.mobilemenubutton::after {
    display: none !important;
}
.show-for-medium-only 
@media (max-width:63.9375em) {
    li.menu-item.menu-item-type-post_type.menu-item-object-page.is-submenu-item.is-accordion-submenu-item {
        display: block !important;
    }
}

/*********************
MAIN CONTENT
*********************/

.content {
    margin-top: 100px; /* ALTEZZA DEL MENU */
}
.inner-content,
.main {
    width: 100% !important;
    margin: 0 auto!important;
    padding: 0 !important;
}
.maxwidthcontent {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.maxwidthpost {
    max-width: 900px;
    margin: 0 auto;
}
article {
    padding-left: 10px;
    padding-right: 10px;
}
#boxthumb {
    height: 60vH;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#boxNOthumb {
    height: 120px;
    background-color: #334d87;
}
#boxMAP {
    height: 400px;
}

/* SFONDO PUNTINATO */
.dotoverlay {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 2px 2px;
    background-repeat: repeat;
}

/* BOX A TUTTO SCHERMO */
.boxfullheight {
    display: table;
    width: 100%;
    height: 100vH;
}
    @media (max-width:48em) {
        .boxfullheight {
            padding: 0;
        }
    }

/* BOX A ALTEZZA VARIABILE */
.boxtable {
    display: table;
    width: 100%;
    height: 100%;
}

/* CONTENITORE TESTI */
.boxcentercell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}




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

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

/* Attivo su Home */
#slide_home {
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image {
    height: calc(100vH - 100px);
}
.dotoverlay_abs {
    display: table;
    position: absolute;
    width: 100%;
    height: 100vH;
    top: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 2px 2px;
    background-repeat: repeat;
}
.orbit-image {
    object-fit: cover;
}
.orbit-caption {
    position: absolute;
    height: auto;
    text-align: center;
    background-color: transparent;
    bottom: auto; /* Correzione */
    margin-bottom: auto; /* Correzione */
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media (min-width:48em) {
        .orbit-caption { max-width: calc(100% - 80px); }
        
    }
.orbit-caption .title_figcaption,
.orbit-caption .text_figcaption,
.orbit-caption .button_figcaption {
    display: block;
    color: #fff;
    line-height: 1em;
    padding: 3px;
    margin: 0 auto;
}
.orbit-caption .title_figcaption {
    font-size: 2.6em;
    text-align: center;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        .orbit-caption .title_figcaption { font-size: 2em; }
    }
.orbit-caption .text_figcaption {
    font-size: 1.2em;
    text-align: center;
}
    @media (max-width:48em) {
        .orbit-caption .text_figcaption { font-size: 0.9em; }
    }
.orbit-caption .button_figcaption {
    display: inline-block !important;
    margin-top: 50px !important;
    padding: 10px 25px 8px 25px;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.orbit-controls button,
.orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        .orbit-controls button { display: none; }
    }
.orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}
.orbit-bullets {
    margin-top: -30px;
    margin-bottom: 0;
}
.orbit-bullets button {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
}
.orbit-bullets button.is-active {
    background-color: #e93a40;
}



/*********************
HOMEPAGE 
*********************/

article#homepage {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*
 * SERVICEBOX
 * Usato sulla Homepage e sulla pagina Servizi
 */
#servicebox {
    margin: 70px auto;
}
#servicebox a {
    height: 200px;
    background-color: #f1f1f1;
}
    @media screen and (max-width: 39.9375em) { /* small-12 */
        #servicebox a {
            height: 150px;
        }
    }
    /* Hover BOUNCE EFX */
    #servicebox .bouncetotopbox {
        min-height: 100%;
        text-align: center;
        vertical-align: middle;
        /* background-color: transparent; #0b647b oppure rgba(255, 0, 0, 0.5) */
        /* TRANSITION: */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #servicebox .bouncetotopbox:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #e93a40; /* rgba(233, 58, 64, 0.3) */
        background-image: none;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .mainbutton-bounce-to-bottom:hover, #servicebox .bouncetotopbox:focus {
        color: #fff;
    }
    #servicebox .bouncetotopbox:hover:before, #servicebox .bouncetotopbox:focus:before, #servicebox .bouncetotopbox:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
    /* BOUNCE EFX - Fine */
#servicebox a {
    color: #334d87;
    font-size: 1.1em;
}
    #servicebox a:hover { color: #fff; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) { /* medium-12 */
        #servicebox a {
            font-size: 0.9em;
        }
    }
    @media screen and (max-width: 39.9375em) { /* small-12 */
        #servicebox a {
            font-size: 1em;
        }
    }
#servicebox a i.boxicon {
    font-size: 2.5rem;
}
#servicebox span span {
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
}
#servicebox a i.plusicon {
    display: none;
    /*
    border-radius: 50%;
    border: 2px solid;
    */
}


/* COMPANY */
#company {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #e93a40;
}
#company .page-title,
#company .entry-content {
    display: block;
    margin: auto;
}
#company .page-title,
#company p {
    color: #fff;
}
#company .page-title {
    margin-top: 0;
}
#company .page-title img {
    width: 400px;
    height: auto;
}
/* NUMBERS */
#numbers {
    padding-top: 20px;
}
#numbers > p {
    text-align: center;
}
#numbers .cell {
    height: 150px;
}
#numbers .cell p {
    font-size: 3rem;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
}
#numbers .cell span {
    display: block;
    font-size: 1rem;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    margin: 0;
}


/* CUSTOEMERS */
#customers {
    padding-top: 70px;
    padding-bottom: 70px;
}
#customers > p {
    text-align: center;
}
#customers .cell {
    position: relative;
}
#customers .cell p {
    text-align: center;
}
#customers .cell img {
    width: 100%;
    max-width: 150px;
    height: auto;
}
#customers .cell h3 {
    font-size: 1.6rem;
    height: 1em;
    text-align: center;
    margin: 0;
    padding: 0 0 3em 0;
}



/*********************
ALTRE PAGINE
*********************/

/* TITOLI DELLE PAGINE */
h1.page-title {
    font-size: 2.8rem;
    margin: 0;
    padding: 2em 0;
}
    @media (max-width:48em) {
        h1.page-title {
            font-size: 2.4rem;
        }
    }

/* TITOLI MINORI DELLE PAGINE SERVIZI */
.subservicetitle {
    text-align: left;
}
.subservicetitle i.fa-check {
    color: #e93a40;
    padding-right: 15px;
}

/* SIDEBAR DELLE PAGINE SERVIZI */
@media screen and (min-width: 63.9375em) { /* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */
#stickywrapper #service_content {
    padding-right: 2rem;
}
#stickywrapper #service_sidebar {
    padding-left: 2rem;
}
}
#service_sidebar .sticky.is-anchored {
    margin-top: 0 !important;
}
#service_sidebar .sticky.is-at-top.is-stuck {
    margin-top: 100px !important;
}
#service_sidebar h4 {
    text-align: left;
    padding-bottom: 0;
}
#service_sidebar .service_sidebar_box {
    padding-top: 20px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}
#service_sidebar p,
#service_sidebar ul {
    margin: 0;
}
#service_sidebar p,
#service_sidebar ul {
    text-transform: uppercase;
}
#service_sidebar p,
#service_sidebar li {
    font-size: .9rem;
    padding-bottom: 10px;
}
#service_sidebar p a,
#service_sidebar ul a {
    color: #334d87;
}
#service_sidebar p a i.fa-angle-right,
#service_sidebar ul a i.fa-angle-right {
    color: #e93a40;
    padding-left: 6px;
}
#service_sidebar ul {
    list-style: none;
    margin-left: 0;
}

/* CONTATTI */
#pagecontact i.red {
    font-size: 1.2em;
    padding-right: 10px;
}



/*********************
LOOP PAGINATION
*********************/

nav.pagination {
    display: block;
    margin-bottom: 50px;
    width: 100%;
}
nav.pagination h2 {
    display: none !important;
}
nav.pagination .nav-links {
    text-align: center;
}
nav.pagination a.page-numbers {
    display: inline-block;
}
nav.pagination a.prev {
    display: none;
}
nav.pagination a.next {
    display: none;
}
nav.pagination a.page-numbers:hover {
    color: #fff;
    background: #ccc;
}
nav.pagination .current {
    background: #e93a40;
}



/*********************
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: 0;
    padding-top: 70px;
    background-color: #334d87;
}
.footer h4, .footer p, .footer a {
    color: #fff;
    text-align: center;
}
.footer h4 {
    font-size: 1.1em;
    padding-top: 0;
    margin-top: 0;
}
.footer p {
    font-size: 0.9em;
}
.footer a.social {
    font-size: 1.5rem;
    padding: 0 7px 0 7px;
}
.footer .credits {
    font-size: 0.8em;
    padding-top: 50px;
    padding-bottom: 20px;
}



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

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

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

.gmap_frame {
    margin-top: 20px;
}

/*
 * CF7
 */

.wpcf7-form-control {
    color: #aaa;
}
.wpcf7-textarea {
    max-height: 150px;
}
.recaptcha_box {
    margin-bottom: 20px;
}