/*!
Theme Name: wimbi
Theme URI: http://underscores.me/
Author: Paolo
Author URI: http://Paolo
Description: Tema Wimbi
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wimbi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wimbi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
p {
  font-weight: 300;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
   background-image: url('img/bg.svg');
   background-size: 100%;
}
.subtitle { text-transform: uppercase; padding: 30px;}
.center {text-align: center;}
.white {color: #fff;}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

body h1,
body h2,
body h3{
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}
.mt-50{margin-top: 50px;}
.mb-50{margin-bottom: 50px;}
#header_main .navbar-brand {
  position: relative;
  min-width: 200px;
}
.list_destination h2{position: relative;}
.list_destination h2::after {
  display: block;
  width: 120px;
  height: 5px;
  background-color: #FF9C00;
  margin-left: auto;
  margin-right: auto;
  content: '';
  margin-top: 30px;
}
#first_slider_gallery img{max-width: 250px;}
#header_main .navbar-brand img {
  position: absolute;
  background-color: #fff;
  padding: 4px;
  margin-top: -35px;
}
.text-center{text-align: center;}
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative;}
.bg-cover:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ab6925b0;
  content: '';}
.bg-cover .inner{position: relative; z-index: 3;}
.bg-cover .inner h1{
font-family: "Merriweather", Sans-serif;
font-weight: 700;
line-height: 1.3em;
}
.bg-cover .inner a {
margin-top: 20px:
font-family: "Poppins", Sans-serif;
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
fill: #fff;
color: #fff;
background-color: #20C7CA;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: #20C7CA;
border-radius: 50px 50px 50px 50px;
padding: 20px 30px 20px 30px;
}

/* Navbar Brand */
#header_main img{width:170px;}
.list_destination .item{margin-bottom: 20px; position: relative;}
.list_destination .item a{position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%;}

.list_destination .card{
  min-height: 350px;
  position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: end;
padding: 30px;
border-radius: 20px;
background-repeat: no-repeat;
background-size: cover;
background-color: transparent;
}
.list_destination .card .content{position: relative; z-index: 3;}
.list_destination .card h3 {}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel-cell {
     height: 500px;
     border-radius: 0px;
   }

   .carousel-cell.is-selected {
     background: #ED2;
   }

.item .card:after {content:''; width:100%; height:50%; position: absolute; left:0px; bottom: 0px; border-radius: 0px;
background: rgb(28,25,18);
background: -moz-linear-gradient(0deg, rgba(28,25,18,0.8253676470588236) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(28,25,18,0.8253676470588236) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(28,25,18,0.8253676470588236) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1912",endColorstr="#ffffff",GradientType=1);
 }
.mt-20{margin-top: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-100{margin-bottom: 100px;}
.heading{  margin-left: auto; margin-right: auto;}
.item .card{
   background-size: cover;
   background-repeat: no-repeat;
   display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position:relative;
    border:none;
    border-radius: 0;
}
.item h3{
   color: #fff!important;
}
.item .card-body {
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.esperienze_carousel .item{background-size: cover;}
.item .card {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #0000;
    background-size: cover;
    border-radius: 0px;
}
.item .go_to{position:absolute; left: 0px; top: 0px; width:100%; height: 100%; z-index: 10;}
.item .button_scopri {
    padding: 5px 30px;
    background-color: #20C7CA;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#banner_cta h3, #banner_cta p {
    color: #fff;
    text-transform: none;
}
#banner_cta p {
    line-height: normal;
}
.reverse {
    flex-direction: row-reverse;
}
#destinazioni_loop {
  background-color: #FFF9F7;
  padding-top: 80px;
}
#commenti{
 padding-top: 80px;
}
.pacchetti_viaggio {
  color: #ff9c00;
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  text-transform: capitalize;
}
.categoria_struttura i {
  font-size: 30px;
  color: #ff9c00;
  margin-right: 12px;
}
.categoria_struttura {
  text-transform: capitalize;
  display: flex;
}
.categoria_struttura span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 4px;
}
.normal_row .content_p {
    position: relative;
    z-index: 2;
    padding: 80px;
}

.reverse .content_p {
    position: relative;
    z-index: 2;
    padding: 80px;

}
.prd-texts{position:relative;}
.content_p h5{text-transform:uppercase; position: relative;}
.content_p h5:after{position: relative; content:''; display: block; margin-left: 0px; width:50px; height: 2px; background-color: #FF8B05; margin-top: 10px; margin-bottom: 10px;}
.reverse .prd-texts:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    border: solid 5px #FF8B05;
    right: -30px;
    top: -30px;
    z-index: -5;
}

.normal_row .prd-texts:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    border: solid 5px #FF8B05;
    left: -30px;
    top: -30px;
    z-index: -5;
}

.prd-infoarea { align-self: center;}
.full_description_destinazione p {
  font-weight: 600;
  }
.as-center{align-self: center;}
.mt-80 {margin-top: 80px;}

.same-height{overflow-x: hidden;
   background-image: url('img/bg_2.svg');
   background-size: cover;
}
.same-height .inner {
   display: flex;
     width: 100%;
     height:100%;
}
.same-height {background-color: #fff;}
.same-height .start-h{ align-self: center; }
.same-height .inner .bg {

    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 2rem;
    min-height: 400px;
}
.no-padding{padding:0px!important; margin:0px!important;}
.agency{padding: 0px;}
.agency .title{text-transform: uppercase;}
.citazione_galllery p {
  font-size: 1.5vw!important;
  line-height: normal;
  margin-bottom: 20px;
  text-align: left;
}
.bottom .fa{ font-family: 'Font Awesome 5 Brands';}
.nome_agenzia{text-transform: uppercase;}
.form_contatto * {
  display: flex;
  flex-direction: column;
}
.wpcf7-acceptance * {
  flex-direction: row;
  text-align: left;
  padding: 0px;
}
.wpcf7-acceptance .wpcf7-list-item{ width: 100%; padding: 20px;}
.wpcf7-acceptance .wpcf7-list-item *{margin-right:20px;}
.wpcf7-submit {
  text-align: center;
  align-items: center;
  padding: 7px;
}
.form_contatto input[type="text"],
.form_contatto input[type="email"],
.form_contatto input[type="tel"]
 {
  height: 40px;
  font-size: 18px;
}

.box_agente, .box_gallery{
   position: sticky!important;
   position: -webkit-sticky;
   top: 3rem;
   }
   .parent-sticky
   .elementor-widget-wrap {
   display: block!important;
   }


   input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
       -webkit-appearance: listbox;
       max-width: 180px;
   }
   label {
       display: inline-block;
       margin-bottom: 0!important;
       font-size: 14px;
   }


   /* Item Prodotto */
   .post-module {
        position: relative;
        z-index: 1;
        display: block;
        background: #FFFFFF;
        min-width: 270px;
        height: 470px;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
      }
      .post-module:hover,
      .hover {
        -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
      }
      .post-module:hover .thumbnail img,
      .hover .thumbnail img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.6;
      }
      .post-module .thumbnail {
        background: #000000;
        height: 400px;
        overflow: hidden;
      }
      .post-module .thumbnail .date {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1;
        background: #e74c3c;
        width: 55px;
        height: 55px;
        padding: 12.5px 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        color: #FFFFFF;
        font-weight: 700;
        text-align: center;
        -webkti-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      .post-module .thumbnail .date .day {
        font-size: 18px;
      }
      .post-module .thumbnail .date .month {
        font-size: 12px;
        text-transform: uppercase;
      }
      .post-module .thumbnail img {
        display: block;
        width: 120%;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
      }
      .post-module .post-content {
        position: absolute;
        bottom: 0;
        background: #FFFFFF;
        width: 100%;
        padding: 30px;
        -webkti-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
      }
      .post-module .post-content .category {
        position: absolute;
        top: -34px;
        left: 0;
        background: #e74c3c;
        padding: 10px 15px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
      }
      .post-module .post-content .title {
        margin: 0;
        padding: 0 0 10px;
        color: #333333;
        font-size: 26px;
        font-weight: 700;
      }
      .post-module .post-content .sub_title {
        margin: 0;
        padding: 0 0 20px;
        color: #e74c3c;
        font-size: 20px;
        font-weight: 400;
      }
      .post-module .post-content .description {
        display: none;
        color: #666666;
        font-size: 14px;
        line-height: 1.8em;
      }
      .post-module .post-content .post-meta {
        margin: 30px 0 0;
        color: #999999;
      }
      .post-module .post-content .post-meta .timestamp {
        margin: 0 16px 0 0;
      }
      .post-module .post-content .post-meta a {
        color: #999999;
        text-decoration: none;
      }
      .hover .post-content .description {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
      }

      @media screen and (max-width: 480px) {
         .normal_row .content_p {
             padding: 20px;
         }
      .same-height .inner .bg{max-height: 270px!important;}
.fotografia_1, .fotografia_2 {
    position: relative!important;
    width: 100%!important;
    max-width: 100%!important;
    top: 0px!important;
    left: 0px!important;
    margin-bottom: 10px!important;
}
.fotografia_1 img, .fotografia_2 img {
    position: relative!important;
    width: 100%!important;
    top: 0px!important;
    margin-bottom: 10px!important;
}

      }



body {
  background-color: rgba(33, 33, 33, 1);
}

/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

.login form .input {
  font-weight: normal;
}

.login #backtoblog a, .login #nav a {
  color: #4da28f;
}

.wp-core-ui .button-primary {
  background: #4da28f;
}
#content_page .inner_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

  .agency .bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.agency .bottom {
  margin-top: 0px;
}
.agency .bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.agency .bottom ul li{
 margin-bottom: 4px;
 padding: 20px;
}
.agency .title h5{
  margin-top: 20px;
  margin-bottom: 20px;
}
.Accettazione {
  display: block;
  padding: 10px 0px;
  width: 100%;
}
#main_header {
  position: fixed;
  width: 100%;
}
#navigazione_agente a { text-transform: uppercase;}
.reverse {
  display: flex;
  flex-direction: initial;
}



.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}


#flags_language_selector {
  display: flex;
  width: 80px;
  align-items: center;
  height: 16px;
  flex-direction: row-reverse;
  margin-right: 20px;
  list-style: none;
}
#flags_language_selector img {
  max-width: 80px !important;
  width: 20px !important;
  height: 20px;
}
#flags_language_selector *{
margin-right: 4px;
}
.btn-wimbi {background-color: #FF9C00; color: #fff;}
.wpcf7-submit {
  width: 100%;
  background-color: #fea709;
  border: none;
  height: 40px;
  text-transform: uppercase;
}
.wrap_follow a {
  font-size: 30px;
  border-radius: 50%;
  width: 50px;
  color: #fff;
  height: 50px;
  line-height: 1.3;
  margin: 4px;
}
.icon_call, .wrap_follow{ margin-top: 14px;}
#detail_agent .info_agente, #detail_agent .info_right{
  display: flex;
  flex-direction: column;
  flex: 100%!important;
  max-width: 100%!important;
}
#messaggio_personalizzato{ }

#detail_agent .info_agente { text-align: center;}
#detail_agent .info_agente span{ margin-bottom: 20px;}
#detail_agent .info_agente .logo_wimbi{ width: 150px; margin: auto; }
#detail_agent .avatar-agente img {
width: 150px;
height: 150px;
  max-width: 100%!important;
  margin-bottom: 10px;
  border-radius: 100%;
}
#detail_agent .desc::-webkit-scrollbar {
  width: 12px;
  background-color: #eff1f5;
}
#detail_agent .desc-::-webkit-scrollbar-track{
  border-radius: 3px;
  background-color: transparent;
}

#detail_agent .desc::-webkit-scrollbar-thumb{
  border-radius:5px;
  background-color:#515769;
  border:2px solid #eff1f5
}

#detail_agent .desc{
  overflow: auto;
  display: inline-block;
  height: 200px;
}
.single-prodotto #detail_agent .desc{
  display: none;
}

#detail_agent .title{ text-align: center;}
.wrap_follow{display: flex;}
#detail_agent .agency .bottom ul {
  justify-content: space-between;
}
#detail_agent .agency .bottom ul li{
background-color: transparent;
}
.mt-140{margin-top: 140px}
.page-title span{color: #FF9C00;}
.avatar-agente { margin-bottom: 20px;}
.single .avatar-agente { margin-bottom: 0px;}
.info_agente {
  padding: 20px;
  border-radius: 20px;
}

.intro_block .inner {
  padding: 40px;
}
.avatar-agente img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  object-fit: cover;
  border-radius: 50%;

}
.logo_wimbi {
  width: 110px;
  border-radius: 20px;
}
.descr_user p {
  padding: 40px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #FF9C00;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.intro_block .row {
  align-items: center;
}

.info_agente h4 span {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.badge{
  position: absolute;
  z-index: 30;
  left: 40px;
  top: 20px;
  font-size: 16px!important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.etichetta_ {
  background-color: #FF9C00;
}
.etichetta_2 {
  background-color: #6eb821;
}
.short_description {
  max-width: 90%;
  margin: 60px auto;
}
#contact_agente_3cx {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.main-nav {
  list-style-type: none;
  display: none;
}

.nav-links,
.logo {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.main-nav li {
  text-align: center;
  margin: 15px auto;
}

.logo {
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 20px;
}

.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  background-color: #FF9C00;
}

.active {
  display: block;
}

#navigazione_agente button.menu-btn {
  display:none;
}
.nav-bar {
  text-align: center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items: center;
  position: relative;
}
.nav-bar ul li a {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 18px;
  text-transform: uppercase;
}
.nav-bar ul {
  padding: 0;
  display: table;
  text-align: center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.nav-bar ul li {
  display: block;
}
.intro_hero {
  font-size: 38px;
  line-height: normal;
  font-weight: 700;
}
.owl-nav{display:none;}
.single-landing .entry-header h1 {
  display: none;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #FF8B05;
  padding: 9px 35px;
  border-radius: 0px 0px 30px 30px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom:80px;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #FF8B05;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #FF8B05;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.categoria_struttura .wrap {
  display: flex;
  padding-left: 0px;
}
.categoria_struttura .wrap .star {
  margin-left: 10px;
  width: 100px;
  border-radius: 20px;
  padding: 1px;
  align-self: center;
}
.categoria_struttura strong{
  text-transform: capitalize;
  margin-right: 4px;
}
.categoria_struttura .inner_l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.categoria_struttura .star i {
  font-size: 16px;
  margin-right: 0px;
}
@media screen and (max-width: 990px) {
  #navigazione_agente {
    width: 100%;
}
  .wpcf7-form * {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
#detail_agent .agency .bottom ul li:nth-child(3) {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.wpcf7-acceptance .wpcf7-list-item {
  text-align: center;
  padding: 0px;
}
  .esperienze_carousel {
    padding: 0;
    margin: 0;
}
.agency .bottom ul li {
  margin-bottom: 4px;
  background-color: transparent;
  padding: 20px;
}

 .prd-infoarea .prd-texts:after{
    content: none;
  }
 .prd-infoarea .same-height{
    overflow-x: visible;
  }
 .prd-infoarea  .content_p  {
    padding: 20px;
  }
  .reverse {
    display: flex;
    flex-direction: column-reverse;
}

  #navigazione_agente button.menu-btn {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0px;
     background-color: unset;
     border: 0;
     font-size: 26px;
     display:block;
     padding: 23px;
     color: #999;
     outline: none;
     height: 80px;
  }
  #navigazione_agente{
   height:0;
   z-index: 999;
   overflow: hidden;
  }
  #navigazione_agente .nav-bar {
     bottom: -100px;
     transition: 1s;
     height: 100%;
  }

  #navigazione_agente.open-nav .nav-bar{
   bottom: 0;
   width: 100%;
   transition: bottom 0.5s;
   height: 100%;
   margin: 0;
   padding: 0;
   height: 100%;
  }
  #navigazione_agente.open-nav{
   height: 100%!important;
  }

  #navigazione_agente .nav-bar ul li a {
    display: block;
    color: #fff;
  }
  #navigazione_agente.open-nav button.menu-btn i:before {
   content: '\f00d ';
  }

    #header_main .navbar-brand img {
      position: relative;
      background-color: #fff;
      padding: 0px;
      margin-top: 0;
  }
  #header_main .navbar-brand {
    position: relative;
    min-width: 170px;
    margin: 0;
    margin: auto;
  }
   .agency .bottom ul {
     display: flex;
     align-items: center;
     text-align: center;
     margin: 0;
     padding: 0;
     flex-wrap: wrap;
     justify-content: center;
 }
  .agency .bottom ul li:nth-child(2) * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .citazione_galllery p {
    font-size: 4.5vw!important;
  }
    #content_page .inner_content {
      padding: 30px;
    }
  }
  @media screen and (max-width: 600px) {
  #slider_intro h2{
    font-size: 20px!important;
}
.intro_hero {
  font-size: 23px;
}
}

  @media screen and (max-width: 375px) {
    #header_main .navbar-brand {
      min-width: auto;
  }
    #header_main img {
      width: 140px;
  }

  }

@media screen and (min-width: 600px) {

  #detail_agent .agency .bottom ul {
    flex-direction: column;
    flex-flow: wrap;
    justify-content: center;
    text-align: center;
}
#detail_agent .agency .bottom ul {
  text-align: center;
}
#detail_agent .agency .bottom ul li .icon_call {
  justify-content: center;
  display: flex;
}
  }
