/*!
Theme Name: Wordpress theme
Theme URI: 
Author: Edu Moreira
Author URI: 
Description: Tema Wordpress 2021
Version: 3.6.3
*/
section#contact-form .box .btn {
    width: 100% !important;
    border-radius: 30px;
}
select, textarea, input{
	width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 0.8rem;
    font-size: 1rem;
    margin-bottom: 20px;
    font-family: 'Hind', sans-serif;
}

.wpforms-container-full .wpforms-form .wpforms-field-layout .wpforms-layout-column .wpforms-field-row .wpforms-field-row-block:last-child {
    margin-top: 16px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: var(--wpforms-button-size-margin-top);
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}
.btn-ghost {
    background-color: transparent !important;
    border: solid 2px white !important;
    color: white !important;
    padding: 0.8rem 1.5rem !important;
	border-radius: 32px !important;
}
.home-button {
  margin-top: 8px;
}
.site-name {
  -webkit-box-flex: 1;
          flex: 1;
  margin-left: -36px;
  text-align: center;
}
.hamburger {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100;
  font-size: 1.5em;
}
amp-sidebar {
  width: 100%;
  text-align: center;
  background-color: white;
}
amp-sidebar .center {
  height: calc(100% - 50px);
}
.close-sidebar {
  font-size: 1.5em;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row:before,
.row :after {
  display: table;
}
.rowafter {
  clear: both;
}
.col {
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  margin-right: -4px;
  *zoom: 1;
  *display: inline;
}
.off-3 h2 {
  text-align: center;
}
.off-3.col {
  width: auto;
}
.p-1 {
  padding: 10px;
}
.p-2 {
  padding: 20px;
}
.pr-5 {
  padding-right: 0;
}
.pr-4 {
  padding-right: 0;
}
.pr-3 {
  padding-right: 0;
}
.pr-2 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0;
}
.pb-5 {
  padding-bottom: 50px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pt-5 {
  padding-top: 50px;
}
.pt-4 {
  padding-top: 100px;
}
.pt-3 {
  padding-top: 100px;
}
.pt-2 {
  padding-top: 30px;
}
.pt-1 {
  padding-top: 10px;
}
.mt-5 {
  margin-top: 50px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-1 {
  margin-top: 10px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-1 {
  margin-bottom: 10px;
}
.flex {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.center {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.between {
  -webkit-box-align: space-between;
          align-items: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.evenly {
  -webkit-box-align: space-evenly;
          align-items: space-evenly;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  flex-wrap: nowrap;
}
.end {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.float-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.float-left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.col-sidebar {
  padding-left: 0px;
  padding-right: 0px;
}
.col-sidebar .box {
  margin-top: -150px;
  margin-bottom: 50px;
}
.height-small {
  min-height: 40vh;
}
.height-medium {
  min-height: 60vh;
}
.height-big {
  min-height: 80vh;
}
.height-full {
  min-height: 100vh;
}
.scrolling {
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: scroll;
}
.scrolling div {
  white-space: normal;
  display: inline-block;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pl-2 {
    padding-left: 50px;
  }
  .pr-3 {
    padding-right: 30px;
  }
  .container {
    max-width: 720px;
    padding: 0;
  }
  .off-3 {
    margin-left: 25%;
    margin-right: 25%;
  }
  .off-2 {
    margin-left: 20%;
    margin-right: 20%;
  }
  .off-1 {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 992px) {
  .cols {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    /* padrão */
    margin-bottom: 15px;
  }
  .col-1 {
    width: 8.3333%;
  }
  .col-2 {
    width: 16.6666%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3333%;
  }
  .col-5 {
    width: 41.6666%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3333%;
  }
  .col-8 {
    width: 66.6666%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.3333%;
  }
  .col-11 {
    width: 91.6666%;
  }
  .col-12 {
    width: 100%;
  }
  .container {
    max-width: 960px;
    padding: 0;
  }
  .col-content {
    width: 70%;
  }
  .col-sidebar {
    width: 30%;
    padding-left: 50px;
  }
  .height-small {
    min-height: calc(45vh - 140px);
  }
  .height-medium {
    min-height: calc(60vh - 140px);
  }
  .height-big {
    min-height: calc(100vh - 270px);
  }
  .height-full {
    min-height: calc(100vh - 140px);
  }
  .scrolling {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: none;
    height: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: space-between;
            align-items: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0;
  }
}
@media (max-width: 1366px) {
  .height-big {
    min-height: calc(100vh - 140px);
  }
}
/* reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #F5F5F5;
  color: #474747;
}
main {
  min-height: calc(100vh - 240px);
  margin-top: 105px;
}
main ol li::before {
  color: red;
  font-weight: bold;
}
main ol {
  padding-left: 1rem;
  list-style: none;
  counter-reset: my-awesome-counter;
}
main ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 15px;
}
main ol li::before {
  content: counter(my-awesome-counter) ". ";
  display: inline-block;
  font-weight: 600;
  margin-left: -1em;
  margin-right: 0.5em;
  text-align: right;
  color: hsl(195, 100%, 50%);
  font-family: 'Hind', sans-serif;
}
main ul {
  list-style: none;
  padding-left: 1rem;
}
main ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}
main ul li::before {
  content: '\25A0';
  display: inline-block;
  position: absolute;
  left: -1.2em;
  color: hsl(195, 100%, 50%);
  font-size: 12px;
  margin-top: 5px;
}
main ul li:last-child {
  margin-bottom: 0;
}
.rendered-message-amp-form-0 {
  text-align: center;
  margin-top: 20px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: hsl(123, 46%, 34%);
}
.rendered-message-amp-form-0:before {
  content: url(https://www.cieliditoscana.it/wp-content/themes/theme-cdt/img/icons/ok.png);
  position: absolute;
  height: 40px;
  width: 40px;
  top: 10px;
}
a:link {
  color: #474747;
}
a:visited {
  color: #474747;
}
a:hover {
  color: hsl(206, 99%, 31%);
}
a:active {
  color: #474747;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
amp-img,
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 30px;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
strong {
  font-weight: 700;
}
.desktop {
  display: none;
}
.mobile {
  display: auto;
}
img.circle,
amp-img.circle {
  border-radius: 50% !important;
}
img.img-invert,
amp-img.img-invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  margin: 10px;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 728px) {
  html {
    font-size: 14.5px;
  }
  .desktop {
    display: inline-block;
  }
  .mobile {
    display: none;
  }
  main {
    margin-top: 120px;
  }
  main ul li {
    margin-bottom: 20px;
  }
  main ul li::before {
    left: -1em;
    font-size: 16px;
    margin-top: 0;
  }
}
.home-button {
  margin-top: 8px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article section#hotels .card.highlight {
  width: 320px;
  height: 530px;
}
article section#hotels .card:last-child {
  margin-right: 0px;
}
article section#single .col-10 #author {
  display: inherit;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
}
article section#single .col-10 #author img,
article section#single .col-10 #author amp-img {
  float: left;
  margin-right: 15px;
}
article .col-sidebar .box {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
article .col-sidebar .box .text-center p {
  margin-bottom: 20px;
}
article .col-sidebar a {
  text-decoration: none;
}
article .col-sidebar .social-media {
  margin-bottom: 50px;
}
article .col-sidebar .card.list {
  margin-right: 0;
  width: 100%;
  height: auto;
}
article .col-sidebar .card.list h3 {
  margin-bottom: 0;
}
article .col-content .related-post a {
  text-decoration: none;
}
article .col-content .related-post a p {
  color: #474747;
}
article .col-content .related-post amp-img,
article .col-content .related-post img {
  margin-bottom: 0;
}
article .col-content .related-post h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
article .col-content .related-post .card.post {
  width: 100%;
}
article .col-content h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}
article .col-content amp-img {
  margin-bottom: 15px;
}
article .col-content .col-2 #author {
  margin-right: 50px;
}
article .col-content #author {
  margin-top: 30px;
  text-align: center;
}
article .col-content #author img,
article .col-content #author amp-img {
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  article section#hotels .scrolling {
    display: -webkit-box;
    display: flex;
  }
  article section#hotels .card.highlight {
    width: 45%;
    height: auto;
  }
  article section#hotels .card:nth-child(2n) {
    margin-right: 0;
  }
  article section#single .col-content .related-post .card.post {
    width: 315px;
  }
}
.background {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 0;
}
.quote {
  width: 100%;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  color: white;
}
.quote blockquote {
  border-left: none;
}
.quote.flex {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.quote .name {
  text-align: right;
}
.quote .content {
  width: 100%;
  padding: 17px;
}
.quote .content p {
  font-family: 'Hind', sans-serif;
  font-size: 17px;
}
.quote amp-img,
.quote img {
  margin-top: -25px;
  border-radius: 10px;
}
.newsletter {
  background-color: white;
  border-radius: 10px;
  margin-top: 50px;
  padding: 30px;
}
@media (min-width: 768px) {
  .quote {
    height: 250px;
  }
  .quote .content {
    padding: 20px 80px;
    width: calc(100% - 500px);
  }
  .quote .content p {
    font-size: 20px;
  }
}
.box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 30px;
  max-width: 450px;
  text-align: left !important;
  color: #474747;
  margin-bottom: 30px;
}
.box h1 {
  text-transform: uppercase;
}
.box label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
}
.box ul {
  margin-bottom: 20px;
}
.form {
  width: 100%;
  background-color: #F5F5F5;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 0.8rem;
  font-size: 1rem;
  margin-bottom: 20px;
  font-family: 'Hind', sans-serif;
}
.widget .title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.btn {
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 900;
  border: none;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-size: 12.5px;
  cursor: pointer;
}
.btn.btn-green {
  background-color: hsl(123, 46%, 34%);
  padding: 15px 20px;
  color: white;
}
.btn.btn-grey {
  background-color: #d8d8d8;
  padding: 15px 20px;
  color: #292d33;
}
.btn.btn-cta {
  background-color: hsl(206, 99%, 31%);
  color: white;
  padding: 1rem 2rem;
}
.btn.btn.btn-cta:hover {
  background-color: hsl(206, 99%, 31%);
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.btn.btn-primary {
  background-color: hsl(123, 46%, 34%);
  color: white;
  padding: 0.8rem 1.5rem;
  width: 100%;
}
.btn.btn.btn-primary:hover {
  background-color: hsl(123, 46%, 34%);
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.btn.btn-secondary {
  background-color: hsl(123, 46%, 34%);
  color: white;
  padding: 0.8rem 1.5rem;
}
.btn.btn.btn-secondary:hover {
  background-color: hsl(123, 46%, 34%);
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.btn.btn-white {
  background-color: white;
  color: hsl(206, 99%, 31%);
  padding: 0.8rem 1.5rem;
}
.btn.btn.btn-white:hover {
  background-color: white;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.btn.btn-ghost {
  background-color: transparent;
  border: solid 2px white;
  color: white;
  padding: 0.8rem 1.5rem;
}
.btn.btn.btn-ghost:hover {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.related-post .btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-top: 30px;
}
.card {
  background-color: white;
  width: 100%;
  height: 380px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 35px 20px 30px;
}
.card a {
  cursor: pointer;
}
.card .btn-secondary {
  margin-top: 20px;
}
.card.video {
  padding: 0;
  height: auto;
}
.card.video .background {
  height: 335px;
  border-radius: 10px 10px 0 0;
}
.card.video.mobile amp-video {
  border-radius: 10px 10px 0 0;
}
.card.video .caption {
  padding: 20px;
}
.card.video .caption .number {
  font-weight: 700;
  margin-bottom: 10px;
}
.card.video .caption .title h2 {
  font-size: 16px;
  margin-bottom: 10PX;
}
.card.video.gray amp-img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.card.highlight {
  padding: 0;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.card.testimony {
  margin-bottom: 80px;
  height: auto;
}
.card.testimony h3 {
  height: 52px;
}
.card.testimony p {
  height: 155px;
}
.card.testimony .btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-top: 30px;
}
.card.testimony img,
.card.testimony amp-img {
  margin: -110px 90px 20px;
}
.card.testimony img.circle,
.card.testimony amp-img.circle {
  border: 9px solid #F5F5F5;
}
.card.post {
  width: 100%;
  height: auto;
  padding: 0;
}
.card.list {
  padding: 0;
}
.card amp-img {
  border-radius: 10px 10px 0 0;
}
.card a {
  text-decoration: none;
}
.card p {
  margin-bottom: 0;
}
.card .content {
  padding: 20px;
}
.card h3 {
  margin-bottom: 20px;
}
.card h4 {
  margin-bottom: 20px;
}
.card .end {
  -webkit-box-pack: center;
          justify-content: center;
}
.card .end .title {
  color: white;
  width: 100%;
  display: -webkit-box;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}
.card .end .title h3 {
  color: white;
}
.card.background {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .blog a:first-child .card {
    width: 100%;
  }
  .card {
    width: 270px;
  }
  .card.post {
    width: 380px;
    height: auto;
    padding: 0;
  }
  .card.testimony {
    margin-bottom: 100px;
    height: 380px;
  }
  .card.testimony img,
  .card.testimony amp-img {
    margin: -100px 50px 20px;
  }
  .card .center {
    min-height: auto;
  }
}
.carousel {
  width: 100%;
}
.carousel button {
  border: none;
}
.slide.amp-carousel-slide {
  display: -webkit-box;
  display: flex;
  background-color: white;
  -webkit-box-align: center;
          align-items: center;
}
.slide.amp-carousel-slide .caption {
  margin-left: 50px;
  width: 40%;
}
.slide.amp-carousel-slide .caption span {
  font-size: 52px;
  font-weight: 100;
  color: #474747;
  font-family: 'Hind', sans-serif;
}
.mobile .slide.amp-carousel-slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: initial;
          align-items: initial;
}
.mobile .slide.amp-carousel-slide .caption-mobile {
  margin-left: 15px;
  margin-right: 15px;
  line-height: auto;
}
.mobile .slide.amp-carousel-slide .caption-mobile span {
  font-size: 40px;
  font-weight: 100;
  color: #474747;
  font-family: 'Hind', sans-serif;
}
.mobile .slide.amp-carousel-slide .caption-mobile p {
  font-size: 16px;
  line-height: 1.5;
}
.mobile .slide.amp-carousel-slide .caption-mobile h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
section#contact-form .box {
  margin-top: auto;
}
section#contact-form .box.transparent {
  background-color: transparent;
  border: 1px solid #aaa;
}
section#contact-form .box.transparent ul {
  margin-bottom: 0;
}
section#contact-form h1 {
  margin-bottom: 20px;
}
section#contact-form .off-3 {
  margin-bottom: 50px;
}
section#contact-form .box {
  max-width: 100%;
}
section#contact-form .box .btn {
  width: auto;
}
form.amp-form-submit-success.sample-form.hide-inputs > input {
  display: none;
}
@media (min-width: 992px) {
  section#contact-form .col-content {
    width: 60%;
  }
  section#contact-form .col-sidebar {
    width: 40%;
  }
}
#hero {
  padding: 0;
}
#hero.video {
  padding: 0;
}
#hero.video .overlay {
  position: absolute;
  background-color: hsla(0, 0%, 0%, 0.2);
  width: 100%;
  height: 125vw;
  z-index: 1;
  color: white;
}
#hero.video .overlay .content {
  padding: 0 20px;
}
#hero.video .overlay .content .cta {
  margin-top: 50px;
}
#hero .banner {
  text-align: center;
  color: white;
}
#hero .banner h1,
#hero .banner h2 {
  color: white;
}
#hero .banner p {
  font-size: 17px;
  font-style: italic;
}
#hero .banner .title {
  text-align: center;
}
#hero .banner .title.box {
  padding: 40px 30px;
  margin-top: auto;
  margin-bottom: 0;
}
#hero .banner .title.box h1 {
  color: #252525;
  font-size: 22px;
  margin-bottom: 20px;
}
#hero .banner.home {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #hero.video .overlay {
    height: 33.2vw;
  }
  #hero.video .overlay .content {
    max-width: 500px;
  }
}
.mobile.cta {
  top: 80px;
  position: fixed;
  border-radius: 0;
  width: 100%;
  z-index: 2;
}
.mobile.cta .btn {
  border-radius: 0;
  width: 100%;
}
.mobile.phone {
  position: fixed;
  right: 10px;
  background-color: hsl(123, 46%, 34%);
  height: 40px;
  width: 60px;
  border-radius: 20px;
}
.mobile.phone a {
  content: url(https://cieliditoscana.it/wp-content/themes/wordpress-theme-cieli/img/icons/phone-w.svg);
  margin: -20px 15px;
}
.headerbar {
  height: 80px;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: white;
  font-family: 'Hind', sans-serif;
}
.headerbar a {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 9.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.headerbar .between {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.headerbar .between .menu li {
  list-style: none;
  margin: 20px 0;
}
.headerbar .container {
  margin-left: -64px;
}
.headerbar .logo img,
.headerbar .logo amp-img {
  height: 60px;
  width: 60px;
}
.headerbar .extra {
  background-color: #f5f5f5;
  z-index: 998;
  position: fixed;
  width: 100%;
  top: 0;
}
.headerbar .extra img,
.headerbar .extra amp-img {
  width: 22px;
}
.headerbar .extra .dropdown {
  position: relative;
  display: inline-block;
}
.headerbar .extra .dropdown a {
  padding-right: 15px;
}
.headerbar .extra .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
}
.headerbar .extra .dropdown-menu a {
  margin-top: 15px;
}
.headerbar .extra .dropdown-menu a:last-child {
  margin-bottom: 15px;
}
.headerbar .extra .dropdown:hover .dropdown-menu {
  display: grid;
  width: 150px;
}
.headerbar .extra .menu li {
  padding: 6px;
}
.headerbar .extra .menu li a {
  color: #474747;
}
.headerbar .extra .container {
  margin-left: auto;
}
.headerbar .extra .flex {
  height: 60px;
}
.headerbar .extra .extra-2 {
  width: 100%;
  margin: 0 0 0 20px;
}
.headerbar .extra .extra-2 .menu {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.headerbar .extra .extra-2 .menu li {
  margin: 0;
}
.headerbar .extra .extra-2 .menu li a {
  padding: 0.75rem 1rem;
}
.headerbar .extra .extra-2 .menu li:first-child a {
  padding: 1rem 0;
}
.headerbar .extra .extra-2 .menu li:first-child:before {
  content: url(./img/icons/phone.svg);
  position: absolute;
  margin-left: -32px;
  height: 20px;
  width: 20px;
  top: 18px;
}
.headerbar .extra .extra-2 .menu li:last-child a {
  background-color: hsl(206, 99%, 31%);
  border-radius: 30px;
  color: white;
}
.site-name {
  -webkit-box-flex: 1;
          flex: 1;
  margin-left: -62px;
  text-align: center;
}
.hamburger {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100;
  font-size: 1.5em;
}
.hamburger .button {
  width: 62px;
}
.sidebar ul.languages {
  margin: 0 35%;
}
.sidebar li {
  list-style: none;
  margin: 20px 0;
}
.sidebar li a {
  text-decoration: none;
  color: #474747;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
}
.sidebar li a amp-img,
.sidebar li a img {
  width: 32px;
}
.sidebar li a:hover {
  color: hsl(206, 99%, 31%);
}
.close-sidebar {
  font-size: 1.5em;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .headerbar {
    top: 60px;
  }
  .headerbar a {
    font-size: 12.5px;
  }
  .headerbar .between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .headerbar .container {
    margin-left: auto;
  }
  .headerbar .extra .extra-2 {
    width: auto;
  }
  .headerbar .extra .extra-2 .menu li a {
    padding: 0.9rem 1.8rem;
  }
  .hamburger {
    display: none;
  }
  .menu li {
    display: inline;
    padding: 10px;
  }
  .menu li.current-menu-item a {
    color: hsl(206, 99%, 31%);
    text-decoration: underline;
  }
  .menu li a {
    display: inline-block;
  }
}
section {
  padding-top: 50px;
}
section .none {
  display: none;
}
section .scrolling {
  overflow: auto;
  white-space: nowrap;
  display: block;
}
section .scrolling .card {
  width: 280px;
  height: 615px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
section .scrolling .card h3 {
  margin-bottom: 15px;
}
section .scrolling .card :last-child {
  margin-right: 0;
}
section .scrolling .card .caption {
  padding: 20px;
}
section .scrolling .card .caption .number {
  font-size: 35px;
  color: #474747;
}
section .scrolling .card.small {
  width: auto;
  height: auto !important;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
section .scrolling .card.small amp-img {
  opacity: 0.8;
}
section .scrolling .card.small:last-child {
  margin-right: 0;
}
section#media {
  padding: 0;
  height: 130px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
}
section#testimony {
  padding-top: 100px;
}
section.transparent p {
  margin-bottom: 30px !important;
}
section#content {
  padding-top: 30px;
}
section#about {
  margin-bottom: 30px;
}
section#about h1 {
  margin-bottom: 0;
}
section#about h2 {
  text-transform: none;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
section#single amp-img {
  max-width: 100%;
}
section#single .wp-caption {
  width: auto;
  max-width: 100%;
}
section#single .wp-caption amp-img {
  max-width: 100%;
}
section#single .card.testimony {
  margin-right: none;
  height: 265px;
  width: 100%;
  margin-right: auto;
  margin-top: 75px;
}
section#how-it-works h3 {
  margin-bottom: 30px;
}
section#text-img .seo {
  text-align: center;
}
section#text-img .seo p {
  font-size: 16px;
  margin-left: 40px;
}
section#text-img .seo img,
section#text-img .seo amp-img {
  border-radius: 50%;
}
section#travel-with-us h3 {
  margin-bottom: 20px;
  text-align: center;
}
section#travel-with-us h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
section#travel-with-us .text-center {
  margin-top: 30px;
}
section#testimonials h3 {
  text-align: center;
  margin-bottom: 20px;
}
section#testimonials .content {
  width: 100%;
}
section#testimonials .content .name {
  text-align: center;
  margin-bottom: 15px;
}
section#testimonials .img {
  width: 100%;
}
section#testimonials .img amp-img,
section#testimonials .img img {
  max-width: 100%;
}
section.cta {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: hsl(206, 99%, 31%);
  color: white;
}
section.cta h3 {
  color: white;
  font-weight: 400;
  margin-bottom: 0;
}
section.cta p {
  margin-bottom: 10px;
}
section.cta em.microcopy {
  font-size: 12px;
}
section.cta.phone {
  background-color: #2088D8;
}
section.cta.phone h3 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section#how-it-works.mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  section#text-img .seo {
    text-align: left;
  }
  section#text-img .seo p {
    font-size: 16px;
    margin-left: 40px;
  }
  section#travel-with-us h3 {
    text-align: left;
  }
  section#how-it-works.desktop {
    display: block;
  }
  section#how-it-works h3 {
    text-align: left;
  }
  section#testimonials h3 {
    text-align: left;
  }
  section#testimonials .content {
    width: 50%;
    padding-right: 50px;
  }
  section#testimonials .content .name {
    text-align: right;
  }
  section#testimonials .img {
    width: 50%;
  }
  section#testimonials .img amp-img,
  section#testimonials .img img {
    max-width: 100%;
  }
  section.cta.phone .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  section.cta.phone .row h3 {
    margin-bottom: 0;
  }
}
.col-sidebar h3 {
  margin-bottom: 10px;
}
.col-sidebar h4 {
  margin-bottom: 0;
}
section#gallery .carousel button {
  display: none !important;
}
div.desc {
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
#footer {
  bottom: 0;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 50px;
}
#footer .contact h4 {
  margin-bottom: 30px;
}
#footer .mobile {
  padding: 30px 0;
  text-align: center;
}
#footer .mobile h4 {
  margin-bottom: 0;
}
#footer h4 {
  margin-bottom: 5px;
}
#footer .social-media {
  margin: 0 20%;
}
#footer .col.col-6 {
  width: 50%;
}
#footer p {
  margin-bottom: 30px;
}
#footer span p {
  margin-top: 80px;
  font-size: 12px;
  margin-bottom: 0;
}
body#video section#content {
  margin-top: 50px;
}
body#video #footer {
  margin-top: 0;
}
body#what-we-do #footer {
  margin-top: 0;
}
body#single #footer {
  margin-top: 0;
}
@media (min-width: 992px) {
  #footer {
    height: 200px;
  }
  #footer .social-media {
    margin: 0 35%;
  }
  #footer .social-media {
    margin: 0;
  }
}
.date {
  margin-top: 20px;
}
.text-center {
  text-align: center;
}
.wp-video amp-video {
  width: 100%;
  margin-bottom: 15px;
}
.help {
  color: #fff;
  text-transform: uppercase;
  margin-left: 16px;
  font-size: 14px;
}
.help a {
  color: white;
  font-size: 19px;
}
.phone-ico:before {
  content: url(./img/icons/phone.svg);
  position: absolute;
  margin-left: -32px;
  height: 22px;
  width: 22px;
}
.mail-ico:before {
  content: url(./img/icons/mail.svg);
  position: absolute;
  margin-left: -32px;
  height: 22px;
  width: 22px;
}
.time-ico:before {
  content: url(./img/icons/time.svg);
  position: absolute;
  margin-left: -32px;
  height: 22px;
  width: 22px;
}
span.microcopy {
  margin: 20px 0 0 0;
  text-align: center;
  color: #252525;
  font-size: 12px;
}
span.microcopy.recaptcha {
  color: #bbb;
}
span.microcopy.recaptcha p {
  font-size: 11.2px !important;
}
span.microcopy.recaptcha a {
  color: #bbb;
}
span.microcopy p {
  font-size: 12px !important;
}
span p {
  margin-bottom: 0;
}
img.alignnone {
  float: none;
  margin: 5px 0 5px
    0;
}
img.alignleft {
  float: left;
  margin: 5px 10px 5px 0px;
}
img.aligncenter {
  display: block;
  float: none;
  margin: 5px auto;
}
.when-to-go {
  margin-bottom: 50px;
}
.when-to-go .month {
  width: 15%;
  background-color: white;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center;
}
.when-to-go .month.good {
  color: white;
  background-color: hsl(123, 46%, 34%);
}
@media (min-width: 992px) {
  span.microcopy {
    margin: 20px 30px 0;
  }
  span p {
    margin-bottom: 0;
  }
  .mr-1 {
    margin-right: 30px;
  }
  .ml-1 {
    margin-left: 30px;
  }
  .when-to-go .month {
    width: 40px;
  }
  .col-resource blockquote,
  .col-resource .name {
    width: calc(100% - 80px);
  }
}
img.social-network {
  height: 32px;
  width: 32px;
}
.social-media {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: space-between;
          align-items: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
amp-story {
  height: calc(100vh - 60px) !important;
}
amp-story-grid-layer {
  padding: 0;
}
amp-story-grid-layer .container .content {
  width: 100%;
  text-align: center;
  color: #050709;
}
amp-story-grid-layer .container .content h1 {
  font-size: 90px;
  margin-bottom: 0;
}
amp-story-grid-layer .container .content h2 {
  font-size: 38px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  amp-story {
    height: calc(70vh - 60px) !important;
  }
  amp-story-grid-layer .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  amp-story-grid-layer .container .content {
    width: 50%;
    text-align: left;
  }
  amp-story-grid-layer .container .content h1 {
    font-size: 158px;
    margin-bottom: 0;
  }
  amp-story-grid-layer .container .content h2 {
    font-size: 58px;
    margin-bottom: 0;
  }
  amp-story-grid-layer .container .spotlight {
    width: 50%;
  }
}
.profile {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: left;
}
.profile p {
  margin-left: 10px;
}
.profile amp-img {
  border-radius: 50%;
}
.profile img {
  border-radius: 50%;
}
.profile .author {
  margin-left: 15px;
}
.testimony {
  margin-bottom: 30px;
}
.testimony .img-content {
  width: 150px;
}
.testimony .content {
  width: calc(100% - 180px);
}
.testimony .center {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.testimony .center .img-content {
  width: 100px;
}
.testimony .center .content {
  width: calc(100% - 120px);
}
section#testimony .slide.amp-carousel-slide {
  background-color: transparent;
}
.col-sidebar .testimony h3 {
  margin-bottom: 30px;
}
.col-sidebar .testimony amp-img,
.col-sidebar .testimony img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.col-sidebar .testimony amp-img:hover,
.col-sidebar .testimony img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.col-content .testimony {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
}
.col-content .testimony img,
.col-content .testimony amp-img {
  border-radius: 50%;
}
.modal-body {
  background-color: #000000db;
  margin: auto;
  border: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.modal-body amp-video {
  margin: auto;
  border-radius: 0;
  max-width: 90%;
  width: 480px;
}
amp-user-notification {
  background-color: #000000db;
  height: 100vh;
  color: white;
}
amp-user-notification .content.text-center {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  color: #474747;
}
amp-user-notification .content.text-center button {
  background-color: hsl(123, 46%, 34%);
  color: white;
}
amp-user-notification button,
amp-user-notification a {
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 900;
  border: none;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-size: 12.5px;
  cursor: pointer;
  padding: 0.8rem 1.5rem;
}
amp-user-notification a {
  background-color: hsl(123, 46%, 34%);
  color: white !important;
}
amp-user-notification button {
  background-color: white;
}
amp-user-notification.alert {
  height: 150px;
}
amp-user-notification.alert .content {
  width: 100%;
}
@media (min-width: 768px) {
  amp-user-notification.alert amp-img {
    width: 20%;
    padding: 10px;
  }
  amp-user-notification.alert .content {
    width: 80%;
  }
}
section#single .btn.btn-cta {
  width: 100%;
}
section#blog .card .btn {
  padding-top: 30px;
}
section#blog .col-sidebar .box {
  margin-top: 0;
}
section#blog .col-sidebar .box .text-center p {
  margin-bottom: 20px;
}
section#blog a {
  text-decoration: none;
}
section#blog a p {
  color: #474747;
}
body#contact main {
  margin-top: 150px;
}
body#contact .headerbar {
  height: 150px;
  top: 0;
  background-color: black;
}
body#contact .headerbar .container {
  margin-left: auto;
}
body#contact .headerbar .logo img,
body#contact .headerbar .logo amp-img {
  height: 72px;
  width: 72px;
}
body#who-we-are #footer {
  margin-top: -45px;
}
@media (min-width: 768px) {
  body#contact main {
    margin-top: 110px;
  }
  body#contact .headerbar {
    height: 110px;
    top: 0;
    background-color: black;
  }
  body#contact .headerbar .logo img,
  body#contact .headerbar .logo amp-img {
    height: 72px;
    width: 72px;
  }
}
