/*
 Theme Name:    Transfers Child
 Theme URI:     		http://themeforest.net/item/transfers-transport-and-car-hire-wordpress-theme/12481479
 Description:    	Transfers Theme
 Author:        		themeenergy
 Author URI:    		http://themeenergy.com/
 Template:       	Transfers
 Version:        		1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */



/*

Parte aggiuntiva rispetto al template

*/

/* START NEW SECTION SLIDE HOME */

.slide-home-container {
  display: flex;
  flex-flow: wrap row;
  align-items: stretch;
  justify-content: center;
  padding: 4em 2em;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 25vw;
}

.slide-home-block {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 0 26.3%;
  max-width: 26.3%;
  min-width: 26.3%;
  padding: 0 2em;
}

.slide-home-block .block-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 2em 1em;
  height: 100%;
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  align-items: center;
}

.slide-home-block h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-size: 22px;
  padding: 0;
}

.slide-home-block p {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
}

a.btn {
  cursor: pointer;
}

/* END NEW SECTION SLIDE HOME */

.single-destination .site-title .container {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: center;
}

.single-destination .site-title .container .left {
  float: none !important;
}

.single-destination .site-title .container .breadcrumbs {
  padding: 0;
}

.single-destination .site-title .glsr-summary .glsr-summary-text,
.single-destination .site-title .glsr-summary .glsr-summary-percentage {
  display: none;
}

/* 26 Responsiveness */

@media screen and (orientation: portrait) {
  .intro {
    height: 600px;
    background-attachment: scroll;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 1200px) {
  .wrap {
    width: 94%;
  }
  .main-nav ul > li {
    padding-left: 25px;
  }

  .hentry .entry-content p {
    height: 47px;
    overflow: hidden;
  }
  .single .entry-content p {
    height: auto;
  }
  .advanced-search .form-group.spinner {
    width: 45%;
  }
  .advanced-search .form-group.spinner label {
    width: auto;
    line-height: 47px;
    padding: 0 30px 0 0;
  }
  .advanced-search .form-group.spinner input {
    width: 16%;
    float: left;
  }
  .advanced-search .form-group.radios {
    padding-left: 0;
    width: 30%;
  }
  .advanced-search .form-group.right {
    width: 25%;
    padding: 0;
  }
  .form-group.radios > div:last-of-type {
    float: left;
    padding-left: 30px;
  }

  .services.iconic .one-third {
    width: 50%;
  }

  .result .one-fourth:first-of-type {
    width: 25%;
  }
  .result .one-fourth {
    width: 25%;
  }
  .result .one-half {
    width: 50%;
  }

  .main-nav li > div {
    width: 100% !important;
  }

  .tab-content .one-fourth {
    width: 50%;
  }
}

@media screen and (max-width: 1040px) {
  .main-nav ul > li {
    padding: 0 25px 0 0;
  }

  .advanced-search .form-group.spinner,
  .advanced-search .form-group.radios {
    width: 66.6667%;
  }
  .advanced-search .form-group.radios {
    padding-top: 20px;
  }
  .advanced-search .form-group.right {
    width: 33.3333%;
  }

  .result {
    position: relative;
  }
  .result .one-fourth:first-of-type {
    width: 50%;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .result .one-fourth {
    width: 50%;
    position: absolute;
    top: 60px;
    left: 50%;
    height: auto !important;
  }
  .result .one-fourth > div {
    padding: 41px 30px 34px;
    border-bottom: 1px solid #dfdfd0;
  }
  .result .one-half {
    float: right;
    width: 50%;
    margin-top: 180px;
    height: auto !important;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .result .one-half h3 {
    position: absolute;
    top: -180px;
  }

  .result .price,
  .result .meta {
    float: left;
  }
  .result .meta {
    padding: 19px 10px 0;
  }
  .result .btn {
    margin-top: 0;
    position: absolute;
    top: -20px;
    left: -92.5%;
    width: 86%;
  }

  .single .entry-featured {
    height: auto !important;
  }
  .single .entry-featured img {
    position: static !important;
    width: 100% !important;
  }

  .copy p,
  .foot-nav {
    max-width: 100%;
    width: 100%;
    float: left;
    text-align: center;
  }
  .foot-nav li {
    padding: 0 24px 15px 0;
    display: inline-block;
    float: none;
  }

  .home .boxed .one-fourth {
    width: 50%;
  }

  .woocommerce-checkout-review-order-table,
  .woocommerce-checkout-payment {
    width: 100% !important;
  }

  table.responsive,
  table.hover {
    overflow-x: auto;
    display: block;
  }
  table thead,
  table tbody,
  table tfoot {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .wrap {
    width: 92%;
  }

  .full-width,
  .three-fourth,
  .one-half,
  .one-third,
  .two-third,
  .one-fourth,
  .one-fifth,
  .one-sixth,
  .hentry.one-half {
    width: 100%;
  }

  .post .entry-content {
    height: auto !important;
  }

  .header .wrap {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .main-nav {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .logo {
    position: absolute;
    top: 10px;
    left: 4%;
    display: block;
    width: auto;
  }

  .sidebar {
    padding-bottom: 0;
  }

  .f-row {
    padding: 0;
  }
  .f-row .full-width,
  .f-row .one-half,
  .f-row .one-third,
  .f-row .one-fourth,
  .f-row .one-fifth,
  .f-row .one-sixth {
    padding: 0 0 25px;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }

  .sidebar .widget,
  .tabs li {
    width: 100% !important;
    margin-right: 0;
  }
  .tabs li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .categories li:after,
  .tabs li.active a:after,
  .woocommerce-MyAccount-navigation li.is-active:after {
    display: none;
  }
  .tabs li {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .footer article {
    min-height: 100%;
  }
  .footer .one-half {
    padding-bottom: 13px;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
  }
  .footer .one-fourth {
    width: 50%;
  }
  .footer .contact-data {
    white-space: normal;
  }

  .hentry .entry-featured,
  .hentry .entry-content {
    width: 100%;
  }
  .hentry .entry-content p {
    height: auto;
  }
  .hentry .entry-featured img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }

  .advanced-search .form-group.spinner,
  .advanced-search .form-group.radios {
    width: 100%;
    padding: 0 0 30px;
    float: right;
  }
  .advanced-search .form-group.right {
    width: 100%;
    padding: 0 0 30px;
    float: left;
  }

  .cta {
    padding: 30px 0;
  }
  .cta .wrap {
    text-align: center;
  }
  .cta p {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .cta .btn {
    margin: 20px auto 0;
    float: none !important;
  }

  .testimonials p {
    padding: 0 5% 30px;
  }

  .actions {
    margin: 0;
  }
  .actions .btn {
    width: 47.5%;
    margin: 0 4% 30px 0;
  }
  .actions .btn:nth-child(2n) {
    margin-right: 0;
  }

  .intro .actions .btn {
    width: auto;
  }

  .result .one-fourth,
  .result .one-half {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    margin: 0;
  }
  .result .one-fourth:first-of-type {
    width: 100%;
    text-align: center;
  }
  .result .one-fourth:first-of-type img {
    margin: 0 auto;
    max-width: 99%;
  }
  .result .one-half {
    border-bottom: 1px solid #dfdfd0;
  }
  .result .one-half h3 {
    position: relative;
    top: 0;
  }
  .result .one-fourth > div {
    padding: 25px 30px 20px;
    border-bottom: none;
  }
  .result .price {
    padding-top: 5px;
  }
  .result .meta {
    padding-top: 24px;
  }
  .result .btn {
    position: static;
    top: 0;
    left: 0;
    float: right;
    width: 33.3333%;
  }

  .site-title .container {
    height: auto;
    display: inline-block;
    padding: 0 0 27px;
  }
  .site-title h1 {
    float: left;
    width: 100%;
    padding: 27px 0 0;
  }
  .breadcrumbs {
    float: left;
    width: 100%;
    padding: 0;
  }

  .microlocations .one-fourth {
    width: 50%;
  }

  .readonly .one-fourth {
    width: 33.3333%;
  }
  .readonly .three-fourth {
    width: 66.6667%;
  }

  .gmap {
    height: 300px;
  }

  .page-template-page-faq-list .main .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .page-template-page-faq-list .textongrey {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-template-page-faq-list aside.one-fourth,
  .page-template-page-faq-list .content:last-of-type {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-template-page-faq-list .content:last-of-type {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-template-page-faq-list aside.one-fourth {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .comments .avatar {
    width: 60px;
  }
  .comments li {
    padding-left: 60px;
  }

  .slide-home-block {
    flex: 100%;
    max-width: 1000%;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 800px) {
  .home .services .one-third,
  .home .services .one-fourth,
  .footer .one-fourth {
    width: 100%;
  }

  .footer {
    min-height: 100%;
    padding: 0;
  }
  .footer .wrap {
    text-align: center;
  }
  .footer article {
    padding: 35px 15px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
  }

  .animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }

  .gmap {
    height: 200px;
  }

  .woocommerce ul.products .one-third {
    width: 48% !important;
  }

  .preloader {
    display: none !important;
  }

  .intro {
    height: 600px;
    background-attachment: scroll;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 600px) {
  .row {
    margin: 0;
  }

  .result .btn {
    width: 100%;
    margin-top: 25px;
  }
  .microlocations .one-fourth,
  .tab-content .one-fourth,
  .readonly .one-fourth,
  .readonly .three-fourth {
    width: 100%;
  }
  .readonly .one-fourth {
    padding-bottom: 0;
  }
  .preloader {
    left: 30%;
  }

  .twoway .wrap div {
    width: 100%;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  .twoway .wrap div:last-child {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .actions #book-transfers {
    width: 100%;
  }
  .actions .btn {
    width: 100%;
    margin: 0 0 30px;
  }

  #form-booking table.data th {
    display: none;
    width: 100%;
  }
  #form-booking table.data td:first-child {
    width: 100%;
    border-top: 1px solid #dfdfd0;
    border-bottom: none;
    height: auto;
  }
  #form-booking table.data td {
    display: block;
    float: left;
    width: 50%;
    height: 85px;
  }
  #form-booking table.data td:nth-child(2) {
    border-right: none;
    line-height: 55px;
  }
}

@media screen and (max-width: 500px) {
  .intro .textwidget h1 {
    font-size: 45px;
  }
  .intro .textwidget h2 {
    font-size: 17px;
  }
  .intro .btn.large {
    font-size: 14px;
    width: 46%;
    margin: 0 1%;
  }
  .advanced-search .form-group.spinner input {
    width: 100%;
  }

  .gmap {
    height: 150px;
  }

  .woocommerce ul.products .one-third {
    width: 100% !important;
  }
}

@media screen and (max-width: 400px) {
  .intro .textwidget h1 {
    font-size: 40px;
  }
  .intro .btn.large {
    width: 100%;
    margin: 0 0 15px;
  }
  .logo {
    max-width: 65%;
  }
}

/* 27 WP CORE */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
  border-left: 3px solid #191f26;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
.entry-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.gallery {
  margin-bottom: 20px;
}
.gallery img {
  display: inline;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor li {
}
.grecaptcha-badge {
  display: none !important;
}











#people {
    width: 44px;
}

.form-group.radios {
    padding: 11px 0 0 5.8%;
    width: 31%;
}

.form-group.spinner {
    width: 30%;
}
