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

Stylesheet: Global Stylesheet

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


/*
 * COLORS:
 *
 * Gold: #ae9874
 * Black: #444
 *
 */


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




/* FONT PRINCIPALE */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', sans-serif;
}
p, a, ul, ol, li, table {
    font-family: 'Exo 2', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #ae9874;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 { font-size: 3.0em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2.1em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }

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

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

button, .button {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #ae9874;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
    button:hover, .button:hover {
        background-color: #444;
    }

    @media (max-width:48em) {
        h1 { font-size: 1.6em; }
        h2 { font-size: 1.4em; }
        h3 { font-size: 1.3em; }
        h4 { font-size: 1.2em; }
        h5 { font-size: 1.1em; }
        h6 { font-size: 1.1em; }
        p, ul, table { font-size: 1em; }
        button, .button { }
    }

#subpages_menu {
    display: block;
    margin-top: 50px;
}
#subpages_menu a {
    color: #ae9874;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 15px;
    border: 1px solid #ae9874;
    background-color: transparent;
}
    #subpages_menu a:hover {
        color: #444;
        border-color: #444;
    }

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

header.header {
    background: #fff;
}
#masthead {
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
}
#sitetitle a {
    padding: 0;
}
#sitetitle a img {
    max-height: 120px;
    padding: 1px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.top-bar {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-bar, .top-bar ul {
    background-color: transparent;
    z-index: 9999;
}
.top-bar-center {
    display: block;
    position: relative;
    width: 100%;
    height: 131px;
    margin: 0;
    padding: .1rem 0;
}
.top-bar-center ul.menu #sitetitle {
    width: 100%;
    text-align: center;
}
.top-bar-center.show-for-medium {
    text-align: center;
}
.top-bar-center ul.medium-horizontal,
.top-bar-center ul.medium-horizontal li {
    display: inline-block;
}
#nav_menu_box {
    position: fixed;
    top: 130px;
    max-width: 100%;
    height: auto;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ae9874;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    z-index: 9999990;
}
.MenuBox {
    position: fixed;
    top: 0px !important;
}

.menu a {
    font-size: 1rem;
    font-weight: 700;
    background: transparent;
    color: #ae9874;
    text-transform: uppercase;
    letter-spacing: 2px;
}
    .menu a:hover,
    .dropdown.menu .is-active>a {
        background: transparent;
        color: #444;
    }

.menu .active > a {
    background: transparent;
    color: #ae9874;
}
    .menu .active > a:hover {
        background: transparent;
        color: #444;
    }
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after,
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {  /* STILI CHE SI ATTIVANO ALLO SCORRIMENTO DELLA PAGINA */
    border-color: #444 transparent transparent;
}

.is-dropdown-submenu {
    min-width: 280px;
    border: none;
}
.is-dropdown-submenu a {
    color: #ae9874;
    font-weight: 400;
    background-color: #f1f1f1;
}
    .is-dropdown-submenu a:hover {
        color: #444;
        background-color: #f1f1f1;
    }
a.mobilemenubutton {
    display: block;
    position: fixed !important;
    width: auto;
    height: auto;
    text-align: right;
    top: 3px;
    right: 3px;
    left: auto;
    margin: 0 auto;
    padding: 9px !important;
    border-radius: 3px;
    /*
    border: 1px solid #ae9874;
    */
    background-color: #f1f1f1 !important;
    z-index: 9999992;
}
a.mobilemenubutton i {
    font-size: 1.6rem;
}
a.mobilemenubutton::after {
    display: none !important;
}
div.top-bar-right.float-right.show-for-small-only {
    top: 0;
    position: fixed;
    background: #f1f1f1;
    z-index: 9999991;
    
}

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

.off-canvas-wrapper { }
.off-canvas-content {/* UGUALE A LARGHEZZA DI #slide_home #company:after #mainpostimage */
    max-width: 100%;
    margin: 0 auto;
}
.content {
    max-width: 100%;
    width: 1280px;
    margin: 0 auto;
}
.main, .inner-footer {
    max-width: 1200px !important;
    margin: 0 auto;
}
.grid-margin-x > .cell {
    margin: 0 auto;
}
#pageheader {
    overflow: hidden;
    background-color: transparent;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: top center;
    /* background-attachment: fixed; */
}
.bgcentered {
    background-color: rgba(0,0,0, .5);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    /* background-attachment: fixed; */
}
.contact_page {
    background-color: transparent!important;
}
.table70vH {
    display: table;
    width: 100%;
    height: 70vH;
}
#pageheader h1,
.page-title {
    color: #ae9874;
    text-align: center;
    padding: 80px 0 20px 0;
    margin-bottom: 0;
}
.contact_page h1, .contact_page .page-title {
    color: #444!important;
}
article {
    margin: 10px auto 80px auto;
}
article p {
    text-align: justify;
}
.excerpt-read-more {
    display: none;
}
.customgrid {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
/* 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;
    */
}
/* TRIANGOLO BIANCO */
.whitebg {
    display: table;
    width: 100%;
    height: 101%;
    background-image: url(../images/whitebg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
    background-attachment: scroll;
}



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

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

/* Attivo su Home */
#slide_home {
    background: #fff;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image {
    height: 80vH;
    max-width: 1280px; /* UGUALE A LARGHEZZA DI .off-canvas-content e altri */
    margin-left: auto;
    margin-right: auto;
}
.dotoverlay_abs {
    display: table;
    position: absolute;
    width: 100%;
    height: 80vH;
    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 .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: 1em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.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: -70px;
    margin-bottom: 0;
}
.orbit-bullets button {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    background-color: #fff;
}
.orbit-bullets button.is-active {
    background-color: #ae9874;
}



/*********************
HOME
*********************/

#service {
    background-color: #fff;
    padding: 100px 0 10px 0;
}
#service h2 {
    font-size: 1.9em;
}
#service .serviceblocks p {
    text-align: center;
}
#service .icon {
    color: #ccc;
    font-size: 3rem;
    text-align: center;
}

/*
 * SEZIONE CHI SIAMO
 */

#company {
    display: table;
    width: 100%;
    height: auto;
}
#company:after { /* SFONDO FISSO SU APPLE DEVICE*/
    content:"";
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:-1;
    display:block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/lower.jpg);
    max-width: 1280px; /* UGUALE A LARGHEZZA DI .off-canvas-content */
    margin-left: auto;
    margin-right: auto;
}
#company .boxcentercell {
    padding-top: 350px;
    padding-bottom: 350px;
}
    @media (max-width:48em) {
        #company .boxcentercell {
            padding-top: 200px;
            padding-bottom: 200px;
        }
    }
#company img {
    max-width: 220px;
    padding-bottom: 80px;
}
#company h3 {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

/*
 * SEZIONE CHI SIAMO
 */

#ferpi {
    display: table;
    width: 100%;
    height: auto;
}
#ferpi .boxcentercell {
    padding-top: 0;
    padding-bottom: 350px;
}
    @media (max-width:48em) {
        #ferpi .boxcentercell {
            padding-top: 0;
            padding-bottom: 200px;
        }
    }
#ferpi .inner-content {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}
#ferpi .ferpi_logo {
    text-align: right;
    border-right: 1px solid #ae9874;
}
#ferpi .ferpi_logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
    @media (max-width:40em) {
        #ferpi .ferpi_logo img {
            margin-top: 30%;
        }
    }


/*
 * SEZIONE PARTNER
 */

#partner {
    display: table;
    width: 100%;
    height: auto;
    background-color: #fff;
}
#partner img {
    width: auto;
    height: auto;
    max-height: 120px;
}

/*
 * SEZIONE PROGETTI - NEWS - EVENTI
 */
#blog,
#progetti {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    background-color: #fff;
}
#blog h3,
#progetti h3 {
    text-align: center;
    padding-bottom: 10px;
}
#blog .boxButton,
#progetti .boxButton {
    margin-top: 2.5em;
}
#blog .button,
#progetti .button {
    margin-top: 30px;
}
/*
#progetti .blockContentProgetti {
    display: block;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#progetti .tableContentProgetti {
    display: table;;
    width: 100%;
    height: auto;
}
#progetti .squarebox {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#progetti .squarebox:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#progetti .squarebox .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#progetti img {
    width: 500px;
    height: 500px;
    object-fit: cover;
}
*/


/*********************
BOX
*********************/

/* MAX WIDTH */
.maxwidthbox {
    max-width: 1200px;
    margin: 0 auto;
}
/* BOX A TUTTO SCHERMO */
.boxfullheight {
    display: table;
    width: 100%;
    height: 100vH;
}
/* BOX A ALTEZZA VARIABILE */
.boxtable {
    display: table;
    width: 100%;
    height: 100%;
}
/* CONTENITORE TESTI */
.boxcentercell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/* TRIANGOLO BIANCO */
.whitebg_comp_1 {
    display: table;
    width: 100%;
    height: 100%;
    background-image: url(../images/whitebg_top.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    background-attachment: scroll;
}
.whitebg_comp_2 {
    display: table;
    width: 100%;
    height: 100%;
    background-image: url(../images/whitebg_bottom.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    background-attachment: scroll;
}
/* TRIANGOLO GRIGIO */
.greybg_comp_1 {
    display: table;
    width: 100%;
    height: 100%;
    background-image: url(../images/greybg_top.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    background-attachment: scroll;
}
.greybg_comp_2 {
    display: table;
    width: 100%;
    height: 100%;
    background-image: url(../images/greybg_bottom.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    background-attachment: scroll;
}

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

#mainpostimage {
    display: block;
    width: 100%;
    max-width: 1280px; /* UGUALE A LARGHEZZA DI .off-canvas-content e altri */
    height: 80vH;
    margin: 35px auto 0 auto;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-color: #f1f1f1;
}
#mainpostimage.nothumbs {
    background-size: 500px auto;
    background-image: url(../images/logo_1.png);
}
#mainpostimage .whitebg {
    display: block;
    position: relative;
    width: 100%;
    height: 80vH;
    top: 0;
    margin: 0;
    padding: 0;
    background-image: url(../images/whitebg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
    background-attachment: scroll;
}

#consulenze h2 {
    text-align: center;
}
#consulenze .icon {
    color: #ccc;
    font-size: 3rem;
    text-align: center;
}

.navigation.pagination {
    display: block;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.navigation.pagination h2 {
    display: none !important;
}
.navigation.pagination .nav-links {
   text-align: center;
}
.navigation.pagination .current,
.navigation.pagination a.page-numbers {
   display: inline-block;
}
.navigation.pagination .current {
   background: #ae9874;
}


/*********************
SINGOLO PROGETTO
*********************/

.wp-post-image {
    padding-top: 20px;
    padding-bottom: 30px;
}
h1.entry-title.single-title {
    margin-top: 50px;
}
.page_subtitle,
.titolo_esteso {
    font-size: 1.1rem;
    text-align: center;
}
.nav_post {
    display: block;
    position: relative;
    margin-top: -20px;
}
    @media (max-width:48em) {
        .nav_post {
            margin-top: 20px;
        }
    }
.nav_home {
    position: absolute;
    right: auto;
    left: 0;
    color: #ae9874;
    font-size: 1rem;
    line-height: 1rem;
    padding: 7px 2px;
    text-transform: uppercase;
}
    .nav_home:hover {
        color: #444;
    }
.nav_post .nav_arrow {
    position: absolute;
    right: 0;
    left: auto;
    margin-left: auto;
    color: #ae9874;
    font-size: 1.5rem;
    line-height: 1rem;
    padding: 7px 12px;
    border: 1px solid #ae9874;
}
    @media (max-width:48em) {
        .nav_post .nav_arrow {
            font-size: 1.3rem;
            padding: 3px 7px;
        }
    }
.nav_left {
    margin-right: 50px;
}
    @media (max-width:48em) {
        .nav_left {
            margin-right: 35px;
        }
    }
.nav_right {
    margin-right: 0px;
}



/*********************
ELENCO PROGETTI E BLOG
*********************/
#loopblog,
#loopprogetti {
    margin-top: 3em;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#loopblog > .cell,
#loopprogetti > .cell {
    margin-bottom: 50px;
    background-color: #fff;
}
    #loopblog > .cell:hover,
    #loopprogetti > .cell:hover {
        background-color: #f0f0f0;
    }
#loopblog .imagebox, #loopblog h2, #loopblog p,
#loopprogetti .imagebox, #loopprogetti h2, #loopprogetti p {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
#loopblog .imagebox,
#loopprogetti .imagebox {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
}
#loopblog  h2.looptitle,
#loopprogetti h2.looptitle {
    font-size: 1em;
    line-height: 1.5em;
    padding: 5px 0 20px 0;
}
#loopblog p,
#loopprogetti p {
    text-align: center;
    padding: 0;
}
#loopblog  p.entry-date,
#loopprogetti p.entry-date {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
    padding: 15px 0 5px 0;
}



/*********************
PAGINA CONTATTI
*********************/

#header_on_map {
    display: block;
    position: absolute;
    margin-top: -70vH;
    width: 100%;
    height: 70vH;
}


/*********************
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.44433%;
  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
*********************/

/* TRIANGOLO NERO */
.blackbg_comp_1 {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0;
    padding: 50px 0 0 0;
}
.blackbg_comp_1 img {
    width: 100%;
    height: auto;
}

.footer {
    clear: both;
    margin-top: 0;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background-color: #444;
}
footer h4, footer h5, footer h6, footer p, footer a, footer ul, footer ol, footer li {
    color: #ae9874;
}
footer h4 {
    font-size: 1.2rem;
}
footer h4 span {
    display: block;
    font-size: 0.9rem;
    padding-top: 5px;
}
footer p {
    font-size: 1rem;
}
.social_block i {
    font-size: 1.7em;
    padding: 0 5px;
}
p.credits_block {
    margin-top: 50px;
    font-size: 0.9rem;
}
p.social_block,
p.credits_block {
    text-align: center;
}

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

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

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



/*
 * RSS FEED AGGRAGATOR
 */
ul.rss-aggregator {
    text-align: left;
}



/*********************
CONTACT FORM 7
*********************/

.wpcf7 textarea {
    height: 150px;
}
.wpcf7 input[type=submit] {
    width: 100%;
}
.wpcf7 input[type="checkbox"] {
    height: 1.4rem;
    width: 1.4rem;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.wpcf7-response-output {
    display: block;
    max-width: 600px;
    margin: 10px auto !important;
    border-width: 4px !important;
    background-color: #fff;
}


/*********************
LANDING PAGE
*********************/

.landingpage .bg_dark {
    background-color: #fafafa;
}
.landingpage .serviceblocks p {
    text-align: justify !important;
}
.landingpage i {
    color: #ccc;
    font-size: 3rem;
    text-align: center;
}
.landingpage .logo-LP {
    width: auto;
    max-width: 320px;
    height: auto;
}




/*********************
PAGINA 404
*********************/

.page404 {
    min-height: 100vH;
    background-image: url(../images/404.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.page404 header {
    margin-top: 15%;
}
.page404 .search {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.menu404 li {
    font-size: 1rem;
}
.menu404 ul li {
    display: block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 7px;
    margin-bottom: 2rem;
    background-color: rgba(255,255,255,0.7);
}
.menu404 li ul li {
    display: inline-block;
    width: auto;
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: transparent;
}



/*********************
GOOGLE RECAPTCHA v.3
*********************/

.grecaptcha-badge {
    opacity: 0;
}