/*
    Theme Name: Gb Bertoldi
    Template: goblank
    Description: Tema Bertoldi Boats
    Author: Adviva
    Author URI: www.adviva.it
    Version: 1.0
 */

/** Note --------------------

COLORS
mark : #03D0D3
text : #013765
title : #023867
light bg : #E9F3F4
grey : #7D91A9
cta : #BE0642

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

/** Index -------------------
 *
 * 1. GENERALS
 * 2. TYPE & COMPONENTS
 * 3. HEADER
 * 4. MEGAMENU
 * 5. CONTAINER
 * 6. SLIDER
 * 7. PREFOOTER
 * 8. FOOTER
 * 9. HOME
 * 10. VC
 * 11. TOURS
 * 12. GB FORM
 * 13. PAGES
 *
 ** -----------------------*/

/* ----- LAB ONLY  ---------*/
.ap_bg-image-container {
	 position: relative;
}
 .ap_bg-image-container.ap_overlay-bg-image .ap_bg-image:after {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: white;
}
 .ap_bg-image-container .ap_bg-image img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
     z-index: 0;
}

.wpb_column.vc_column_container.vc_col-sm-12 {
    z-index: 1;
}

img.gb_slide-image {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.col-3-photos-column img.vc_single_image-img.attachment-medium {
    object-fit: cover;
    height: 100%;
}

.col-3-photos-column figure.wpb_wrapper.vc_figure {
    height: 100%;
}

.col-3-photos-column .vc_single_image-wrapper.vc_box_border_grey {
    height: 100%;
}

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

/* 1. GENERALS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: "Open Sans", "Arial", sans-serif;
}

.main-wrapper {
    max-width: 2000px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.single-post .main-wrapper {
    overflow: visible;
}

#site-masthead.sticky {
    max-width: 2000px;
}

body.noScroll, html.noScroll {
    overflow: hidden;
}
p:empty{
    display: none;
}
/* 2. TYPE & COMPONENTS */
h1, h2, .h3, h3, .h3, h4, .h4 {
    color: #023867;
}

.gb_vc_titolo.big .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
    margin-bottom: 40px;
}

h3, .h3 {
    font-size: 26px;
    line-height: 33px;
}

h4, .h4 {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
}

.vc_toggle_title h4 {
    font-size: 16px;
    margin: 0 !important;
    color: #023867;
    font-weight: 600;
    line-height: 24px;
}

.vc_toggle_content p{
    font-size: 16px;
}

p, p > strong, p > a {
    color: #023867;
}

.wpb_column ul > li, .column ul > li, .column ol > li {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #023867;
}

.wpb_column ul, .column ul {
    margin-left: 18px;
}

.gb_bg-color-light {
    background-color: #E9F3F4;
}

.clearfix {
    clear: both;
}

.gb_top-row-deco {
    background-image: url('images/top_deco-sea.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    min-height: 120px;
}

.gb_section-typeform {
    position: relative;
    z-index: 2000 !important;
}

.gb_middle-row-deco > .wpb_column {
    background-image: url('images/middle_deco-sea.jpg');
    background-repeat: repeat-x;
    background-position: left center;
}

.gb_middle-row-deco-invert > .wpb_column {
    background-image: url('images/top_deco-sea.jpg');
    background-repeat: repeat-x;
    background-position: left center;
}

.gb_bg-half-gradient {
    background: rgb(233, 243, 244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(233, 243, 244, 1) 0%, rgba(233, 243, 244, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(233, 243, 244, 1) 0%, rgba(233, 243, 244, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(233, 243, 244, 1) 0%, rgba(233, 243, 244, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f3f4', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.gb_bg-half-gradient-invert {
    background: rgb(233, 243, 244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 243, 244, 1) 51%, rgba(233, 243, 244, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 243, 244, 1) 51%, rgba(233, 243, 244, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 243, 244, 1) 51%, rgba(233, 243, 244, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f3f4', GradientType=0); /* IE6-9 */
}

.gb_berta-bg-gradient {
    background: rgb(39, 86, 114); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(39, 86, 114, 1) 0%, rgba(37, 108, 136, 1) 49%, rgba(34, 128, 159, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(39, 86, 114, 1) 0%, rgba(37, 108, 136, 1) 49%, rgba(34, 128, 159, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(39, 86, 114, 1) 0%, rgba(37, 108, 136, 1) 49%, rgba(34, 128, 159, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#275672', endColorstr='#22809f', GradientType=1); /* IE6-9 */
    padding: 60px 40px;
}

.gb_berta-bg-gradient * {
    color: #fff;
}

.gb_video_wrap {
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.gb_video_wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* 3. HEADER */
#site-masthead .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

#site-masthead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
}

#site-masthead.hovered-head {
    background: transparent;
    margin-bottom: 0;
    margin: 0;
}

#site-masthead.hovered-head #header-logo .logo {
    visibility: hidden;
}

#site-masthead.hovered-head #header-logo {
    background-image: url("images/logo-w.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
}

#site-masthead.hovered-head:not(.sticky) .top-link {
    color: #fff;
}

#site-masthead.hovered-head:hover .top-link {
    color: #023867;
}

#site-masthead.hovered-head #header-nav {
    background: rgba(255, 255, 255, 0.3);
}

#site-masthead.hovered-head:hover, #site-masthead.sticky,
#site-masthead.static-header {
    background: #fff;
}

#site-masthead.hovered-head:hover #header-logo,
#site-masthead.sticky #header-logo {
    background: none;
}

#site-masthead.hovered-head:hover #header-logo .logo,
#site-masthead.sticky #header-logo .logo,
#site-masthead.static-header #header-logo .logo {
    visibility: visible;
}

#site-masthead.hovered-head:hover #top-bar *,
#site-masthead.static-header #top-bar *,
#site-masthead.hovered-head:hover .js-wpml-ls-item-toggle:after,
#site-masthead.sticky #top-bar *,
#site-masthead.sticky .js-wpml-ls-item-toggle:after,
#site-masthead.static-header .js-wpml-ls-item-toggle:after {
    color: #013765;
}

#site-masthead .mega-toggle-label * {
    font-weight: 600;
    font-size: 13px;
}

#site-masthead.static-header .mega-toggle-label *,
#site-masthead.hovered-head:hover .mega-toggle-label *,
#site-masthead.hovered-head.sticky .mega-toggle-label * {
    color: #013765;
}
.golden-link{
    background-color: #d7b580;
    transition: all 0.3s;
}
.golden-link:hover{
    background-color: #E9F3F4;
}
.golden-link >a{
    color: #fff !important;
}

.item-search-icon a:before {
    content: "\f002";
    font-family: 'FontAwesome';
    margin-right: 10px;
    display: inline-block;
    font-weight: normal;
}

.primary-nav .nav-menu li.menu-item {
    display: flex;
    align-items: center;
}

#site-masthead.hovered-head:hover #header-nav, #site-masthead.sticky #header-nav,
#site-masthead.static-header #header-nav {
    background: #E9F3F4;
}

.golden-link:hover >a{
	color: #d7b580 !important;
}
#site-masthead.sticky .top-widget .menu li.menu-item-events a:before,
#site-masthead.hovered-head:hover .top-widget .menu li.menu-item-events a:before {
    color: #013765;
}

#site-masthead.sticky .top-widget li a, #site-masthead.sticky .wpml-ls-legacy-dropdown li span,
#site-masthead.sticky #lang_sel .lang_sel_sel:after, #site-masthead.sticky .js-wpml-ls-item-toggle:after {
    color: #013765;
}

#site-masthead.sticky {
    padding: 0;
}

#site-masthead.sticky #top-bar {
    margin-bottom: 0;
    margin-top: 10px;
    display: none;
}

#site-masthead.sticky #header-logo {
    width: 118px;
}

#site-masthead.sticky .nav-menu > li.menu-item > a {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
}

#site-masthead.sticky #header-phone {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
}

#site-masthead {
    padding: 15px 0 0;
}

#top-bar {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}

#top-bar .top-bar-widgets {
    text-align: right;
}

#top-bar .top-bar-widgets .top-widget,
#top-bar .top-bar-widgets a {
    display: inline-block;
    vertical-align: top;
}
#menu_mobile_btn{
    display: none;
}
#lang_sel ul ul, .wpml-ls-legacy-dropdown ul ul {
    top: 20px;
    padding: 10px 10px 0;
    width: 110px;
}

html[lang="ru-RU"] #lang_sel ul ul,
html[lang="ru-RU"] .wpml-ls-legacy-dropdown ul ul {
    width: 150px;
}

#lang_sel ul ul li a, .wpml-ls-legacy-dropdown ul ul li a span,
.wpml-ls-current-language a span {
    font-weight: bold;
}

.wpml-ls-legacy-dropdown ul ul {
    background-color: #fff;
}

.wpml-ls-legacy-dropdown ul li {
    margin-bottom: 15px;
}

#lang_sel ul ul li a, .wpml-ls-legacy-dropdown ul ul li a span,
.wpml-ls-current-language a span {
    color: #003966;
}

#site-masthead.hovered-head .top-widget li a,
.wpml-ls-legacy-dropdown li span, #site-masthead.hovered-head #lang_sel .lang_sel_sel:after,
.js-wpml-ls-item-toggle:after {
    color: #fff;
    display: inline-block;
    right: -2px;
}

.top-widget .menu {
    text-align: right;
}

.top-widget ul.menu li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-left: 40px;
}

.top-widget ul.menu li:first-child {
    margin-left: 0;
}

.top-widget .menu li a,
.top-bar-widgets .top-link {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 0;
    padding-bottom: 2px;
}

#site-masthead .top-widget .menu li a:hover {
    border-bottom: 0;
    color: #00A4AB !important;
}

.top-widget .menu li.menu-item-events a {
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.top-widget .menu li.menu-item-events a:before {
    position: absolute;
    left: 0;
    font-family: "Bertoldi";
    font-size: 14px;
    content: "\e905";
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

#site-masthead.static-header .top-widget .menu li.menu-item-events a:before {
    color: #003966;
}

.top-bar-widgets .top-link {
    margin-left: 15px;
}

.primary-nav {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}
@media screen and (min-width: 1025px){
    .primary-nav{
        padding-right: 0;
    }
}

.primary-nav li {
    display: inline-block;
}

.primary-nav li a {
    text-transform: uppercase;
    font-size: 18px;
}

#header-phone {
    background: #013765;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
    height: 74px;
    line-height: 74px;
    text-decoration: none;
}

#header-phone:before {
    font-family: "fontAwesome";
    font-size: 20px;
    content: "\f232";
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

#header-nav {
    border-radius: 0;
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
}

#header-logo {
    margin-top: 8px;
    margin-bottom: 8px;
}

#header-right {
    padding-right: 0;
}

#site-masthead.sticky {
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: advSlideFromTop 0.4s ease; /* Safari 4+ */
    -moz-animation: advSlideFromTop 0.4s ease; /* Fx 5+ */
    -o-animation: advSlideFromTop 0.4s ease; /* Opera 12+ */
    animation: advSlideFromTop 0.4s ease; /* IE 10+, Fx 29+ */
}

/* 4. MEGAMENU */
.primary-nav > div[class*="menu-main-menu"] {
    background: transparent;
}
@media screen and (min-width: 1401px){
    .primary-nav .menu-main-menu-container{
        margin-right: 12px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .primary-nav .menu-main-menu-container{
        margin-right: 0;
    }
}

.nav-menu {
    text-align: center;
}

#site-masthead .nav-menu > li.menu-item > a {
    height: 74px;
    line-height: 74px;
    display: inline-block;
}

.nav-menu > li.menu-item > a {
    font-weight: bold;
}

.nav-menu > li.menu-item > ul.sub-menu {
    padding: 0;
}

.nav-menu > li.menu-item {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .nav-menu > li.menu-item > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    #header-phone {
        font-size: 14px;
        padding: 0 8px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #header-phone {
        padding: 0 10px;
    }
    #header-phone:before {
        margin-right: 5px;
    }
    .item-search-icon a:before {
        margin-right: 5px;
    }
}
.nav-menu > li.menu-item > a {
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-menu > li.menu-item > a:focus, .nav-menu > li.menu-item > a:active {
    background: transparent !important;
    color: #2E72D8 !important;
}

.nav-menu > li.menu-item > ul.sub-menu {
    background: #fff;
    -webkit-box-shadow: -2px 3px 5px 0 rgba(50, 50, 50, 0.31);
    -moz-box-shadow: -2px 3px 5px 0 rgba(50, 50, 50, 0.31);
    box-shadow: -2px 3px 5px 0 rgba(50, 50, 50, 0.31);
}

.nav-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > a {
    font-weight: 400;
    margin-bottom: 10px;
}

.nav-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > a:hover {
    font-weight: 400;
}

.nav-menu > li.menu-item > ul.sub-menu > li.menu-item li.menu-item > a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 0;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: #023867;
    border-bottom: solid 1px transparent;
    padding-bottom: 4px;
    line-height: 16px;
}

.nav-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    text-decoration: underline;
}

.nav-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu > li.mega-menu-col-title > a {
    color: #00A4AB;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: solid 1px transparent;
}

.nav-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu > li.mega-menu-col-title > a:hover {
    border-bottom: solid 1px #00A4AB;
}

.nav-menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
    margin-left: 0;
}

.nav-menu > li.menu-item > ul.sub-menu > li.menu-item li.menu-item > a:hover,
.nav-menu > li.menu-item > ul.sub-menu li.mega-menu-column > ul.sub-menu > li.menu-item li.menu-item > a:hover, .nav-menu > li.menu-item > ul.sub-menu > li.menu-item li.menu-item > a:focus, .nav-menu > li.menu-item > ul.sub-menu li.mega-menu-column > ul.sub-menu > li.menu-item li.menu-item > a:focus {
    font-weight: 600;
    color: #023867;
    border-bottom: solid 1px #023867;
}

.nav-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu > li.mega-menu-col-title > a:hover {
    color: #00A4AB;
    font-weight: bold;
}

.nav-menu li.mega-menu-flyout.menu-item-has-children > a::after,
.nav-menu li.mega-menu-flyout li.menu-item-has-children > a::after,
.nav-menu > li.menu-item-has-children > a::after {
    /*content:"\f107"; margin:0 0 0 4px; font-family:"fontAwesome";*/
    position: absolute;
    bottom: 8px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    text-align: center;
}

#site-masthead.sticky .nav-menu li.mega-menu-flyout.menu-item-has-children > a:after,
#site-masthead.sticky .nav-menu li.mega-menu-flyout li.menu-item-has-children > a:after,
#site-masthead.sticky .nav-menu > li.menu-item-has-children > a::after {
    bottom: 4px;
}

.nav-menu > li.menu-item-has-children.mega-toggle-on > a::after {
}

.nav-menu > li.menu-item > ul.sub-menu li.mega-menu-columns-1-of-2 {
    padding: 40px;
}

.nav-menu > li.menu-item > ul.sub-menu li.widget_media_image {
    padding: 0;
}

.nav-menu > li.menu-item > ul.sub-menu li.widget_media_image img {
    display: block;
}

.primary-nav .nav-menu li.menu-item-has-children > a:after {
    font-family: "fontAwesome";
    font-size: 15px;
    content: "\f107";
    display: inline-block;
    margin: 0 auto;
}

.primary-nav .nav-menu {
    margin-top: 0;
}

.primary-nav .nav-menu li {
    float: left;
    margin: 0;
}

.primary-nav .nav-menu li a {
    padding-bottom: 0;
}
.primary-nav .nav-menu li .sub .vc_row{
    margin: 0;
}

/*.container-multilevel-menu*/
.primary-nav .nav-menu li .ap_megamenu-title .ap-link,
.primary-nav .nav-menu li .megamenu-title-wrap,
.primary-nav .nav-menu li .vca_megamenu_link{
    color: #023867;
    display: inline-block;
}

@media  screen and (min-width: 1025px) {
    .primary-nav .nav-menu li .ap_megamenu-title .ap-link:hover,
    .primary-nav .nav-menu li .vca_megamenu_link:hover{
        color: #00A4AB;
    }
    .primary-nav .nav-menu li .ap_megamenu-title .ap-link,
    .primary-nav .nav-menu li .ap_megamenu-title .megamenu-title-wrap,
    .primary-nav .nav-menu li .megamenu-section-title .vca_megamenu_link{
        font-weight: 700;
        text-decoration: underline;
        margin-bottom: 18px;
        text-transform: uppercase;
        font-size: 16px;
    }
    .primary-nav .nav-menu li .ap_megamenu-title .ap-link i,
    .primary-nav .nav-menu li .megamenu-title-wrap i{
        display: none;
    }
    .megamenu-border > .vc_column-inner > .wpb_wrapper{
        border-right: 3px solid #e9f3f4;
        padding-right: 15px;
    }
    .primary-nav .nav-menu li .vca_megamenu_item:not(:last-child){
        margin-bottom: 12px;
    }
    .primary-nav .nav-menu li .container-multilevel-menu:not(:last-child){
        margin-bottom: 40px;
    }
    .primary-nav .nav-menu li .container-multilevel-menu + .vc_btn3-container {
        margin-top: 0 !important;
    }
    .primary-nav .nav-menu li .vca_megamenu_link{
        font-size: 14px;
        text-transform: initial;
        line-height: 1.4;
    }
    .primary-nav .nav-menu li .vca_megamenu_link small{
        font-size: 10px;
    }
    .primary-nav .nav-menu li .sub > .sub-menu .megamenu-title-small{
        color: #00A4AB;
        font-size: 12px;
    }
    /*.megamenu-break-column{
        break-before: column;
        display: block;
        margin-top: 0 !important;
    }*/
}

.sub .sub-menu .vc_row{
    display: flex;
    flex-wrap: wrap;
}
.sub .sub-menu .vc_row .wpb_column .vc_column-inner,
.sub .sub-menu .vc_row .wpb_column .vc_column-inner .wpb_wrapper{
    height: 100%;
}

@media screen and (min-width: 1025px) {
    [class*=column-lg-]{
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    [class*=column-lg-] > div{
        padding: 0 15px;
    }
    .column-lg-1 > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-gl-2 > div{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-lg-3{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .column-lg-4 > div{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-lg-5{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .column-lg-6{
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}
@media screen and (min-width: 1201px){
    [class*=column-xl-]{
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    [class*=column-xl-] > div{
        padding: 0 15px;
    }
    .column-xl-1 > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xl-2 > div{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-xl-3{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .column-xl-4 > div{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-xl-5{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .column-xl-6{
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

@media screen and (max-width: 1024px){
    .item-search-icon a{
        justify-content: start;
    }
    
    .sub-menu .wpb_wrapper .wpb_single_image:last-child{
        display: none;
    }

    .content-multilevel-menu{
        transition: 0.2s ease-out;
    }
    .container-multilevel-menu.open .content-multilevel-menu{
        left: 0;
        z-index: 1;
    }
    .sub-menu .col-inner > *:not(.vca_megamenu_item):not(.container-multilevel-menu ){
        display: none;
    }
    .content-multilevel-menu {
        position: absolute;
        background: white;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        z-index: 10;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .ap_menu-item-megamenu.open > .sub > .sub-menu{
        transform: translateX(0);
    }
    .ap_megamenu-title{
        display: flex;
    }
    .sub-menu li {
        display: flex;
        width: 100%;
    }
    .sub-menu a, .megamenu-title-wrap{
        display: flex;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 15px 45px 15px 15px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
}




/* END MEGAMENU CAT TOUR */
#site-masthead.static-header .primary-nav .nav-menu li.menu-item.current-menu-item > a,
#site-masthead.static-header .primary-nav .nav-menu li.menu-item:hover > a{
    color: #00A4AB;
}
.primary-nav .nav-menu li .sub > .sub-menu {
    display: block;
    position: absolute;
    background: #fff;
    margin-left: 0;
    padding: 10px;
}

.primary-nav .nav-menu li .sub > .sub-menu {
    width: 100%;
    max-width: 2000px;
    left: 0;
    -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.34);
    box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.34);
    padding: 30px 15px;
}
.primary-nav .nav-menu li .sub > .sub-menu .gb_vc_titolo .title{
    text-align: left;
    color: #00A4AB;
    font-size: 12px;
    margin: 0 0 5px;
}
.primary-nav .nav-menu li .sub > .sub-menu .gb_vc_titolo:not(:first-child){
    margin-top: 30px;
}
.primary-nav .nav-menu li .sub > .sub-menu .flex-column{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.sub-menu .wpb_wrapper .wpb_single_image img{
    border-radius: 8px;
}
.sub-menu .wpb_wrapper .wpb_single_image:not(:last-child){
    margin-bottom: 15px;
}
.sub-menu .wpb_wrapper .wpb_single_image:last-child{
    margin-bottom: 0;
}

.sub-menu .close_megamenu {
    border: none;
    position: absolute;
    background: none;
    font-size: 25px;
    right: 25px;
    top: 10px;
    padding: 0 5px;
    z-index: 30;
    color:#023867;
    display: flex;
    align-items: center;
}
.close_megamenu_white .close_megamenu{
    color:#E9F3F4;
}
.sub-menu .close_megamenu:hover {
    opacity: 0.6;
}
.sub-menu .close_megamenu span {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    margin-right: 5px;
}

.primary-nav .nav-menu li .sub > .sub-menu > li{
    width: 100%;
    display: block;
    padding: 0;
}
.primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children,
.primary-nav .nav-menu li .sub > .sub-menu .megamenu_cat_tour h4 {
    display: flex;
    align-items: center;
}
.primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children i,
.primary-nav .nav-menu li .sub > .sub-menu .megamenu_cat_tour h4 i {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
}

.primary-nav .nav-menu li .sub > .sub-menu li > a,
.primary-nav .nav-menu li .sub > .sub-menu .megamenu_cat_tour h4 a {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: #013765;
    padding: 15px 0 15px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    max-height: 48px;
}
.primary-nav .nav-menu li .sub-menu li {
    float: none;
    margin: 0;
    padding: 0;
}


.primary-nav .nav-menu .megamenu_cat_tour .sub-menu{
    width: 100%;
    left: 100%;
    top:0;
    position: absolute;
    background: #fff;
}



.sub-menu .tour-preview{
    width: 100%;
    left: 100%;
    top:0;
    position: absolute;
    background: #E9F3F4;
    opacity: 0;
    visibility: hidden;
    /*transition: 0.2s ease-out;*/
}
.sub-menu .tour-preview .thumb-wrap{
    display: block;
    line-height: 0;
    overflow: hidden;
}
.sub-menu .tour-preview .thumb-wrap img{
    transform: scale(1.01);
    transition: 0.4s ease-out;
}
.sub-menu .tour-preview .thumb-wrap:hover img{
    transform: scale(1.1);
}
.sub-menu .tour-preview .content-tour{
    max-width: 360px;
    padding: 0 20px;
    margin: 30px auto;
}
.sub-menu .tour-preview .content-tour h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.sub-menu .tour-preview .content-tour .item-desc{
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.sub-menu .tour-preview .content-tour .post-data{
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.sub-menu .tour-preview .content-tour .post-data strong{
    text-transform: uppercase;
}
.primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children .content-tour a{
    color: #BB0F43;
    font-weight: 700;
    border-bottom: 1px solid;
    text-transform: initial;
}
.primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children .content-tour a i{
    padding: 0 0 0 7px;
    font-size: 14px;
    transition: 0.2s ease-out;
}
.primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children .content-tour a:hover{
    color: #e80e50;
}
.primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children .content-tour a:hover i{
    padding: 0 0 0 10px;
}
.primary-nav .nav-menu li .sub > .sub-menu .wpb_wrapper{
    text-align: left;
}
.primary-nav .nav-menu li .sub > .sub-menu .wpb_wrapper .vc_btn3{
    color: #BB0F43;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    text-transform: initial;
    background: transparent;
    padding: 0;
    font-size: 14px;
}
.primary-nav .nav-menu li .sub > .sub-menu .wpb_wrapper .vc_btn3 i{
    padding: 0 0 0 7px;
    font-size: 14px;
    transition: 0.2s ease-out;
    position: relative;
    display: inline-block;
    right: 0;
    top: 2px;
    font-weight: 700;
    transform: none;
    height: auto;
    line-height: 1.3;
}
.primary-nav .nav-menu li .sub > .sub-menu .wpb_wrapper .vc_btn3:hover{
    color: #e80e50;
}
.primary-nav .nav-menu li .sub > .sub-menu .wpb_wrapper .vc_btn3:hover i{
    padding: 0 0 0 10px;
}
.primary-nav .nav-menu li .sub > .sub-menu .wpb_wrapper .vc_btn3-container{
    margin-bottom: 0;
    margin-top: 25px;
}




@media only screen and (min-width: 1025px) {
    .primary-nav .nav-menu li .sub > .sub-menu {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: 0.1s ease-out;
        border-radius: 8px;
    }
    .primary-nav .nav-menu li .megamenu-title-card{
        text-align: center;
    }
    .primary-nav .nav-menu li .megamenu-title-card .vca_megamenu_link{
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase;
        color: #023867;
    }
    .primary-nav .nav-menu li.show_megamenu .sub > .sub-menu { /* era .primary-nav .nav-menu li:hover .sub > .sub-menu, ora gestito via js */
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu{
        opacity: 0;
        visibility: hidden;
        padding: 0;
        transition: none;
    }
    .primary-nav .sub-menu .vc_column-inner {
        position:relative;
    }
    .megamenu_cat_tour{
        width: 100%;
        text-align: left;
    }
    .megamenu_cat_tour:first-of-type{
        background: #E9F3F4;
    }
    .megamenu_cat_tour.bg-white{
        background: #fff;
    }
    .megamenu_cat_tour:hover{
        background: #E9F3F4;
    }
    .megamenu_cat_tour h4{
        margin-bottom: 0;
    }
    .primary-nav .nav-menu .megamenu_cat_tour:hover li:first-of-type{
        background: #E9F3F4;
    }
    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu.active{
        opacity: 1;
        visibility: visible;
        z-index: 20;
    }
    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu li{
        width: 100%;
        display: block;
        background: #fff;
        transition: 0.2s ease-out;
    }

    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu li.active,
    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu li.active .sub-menu li:first-of-type{
        background: #E9F3F4;
    }

    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu li.bg-white{
        background: #fff !important;
    }
    /*.primary-nav .nav-menu .megamenu_cat_tour .sub-menu{
        display: none;
    }*/
    .primary-nav .nav-menu li:hover .sub > .sub-menu .megamenu_cat_tour .sub-menu,
    .primary-nav .nav-menu li .sub > .sub-menu .megamenu_cat_tour:hover .tour-preview,
    .primary-nav .nav-menu li .sub > .sub-menu .megamenu_cat_tour .megamenu-link-tour.active .tour-preview{
        display: block !important;
    }

    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu li:hover > .sub-menu{
        opacity: 1;
        visibility: visible;
    }

    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu.active li:hover > .tour-preview,
    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu.active li:hover li:first-of-type > .tour-preview{
        opacity: 1;
        visibility: visible;
        z-index: 30;
    }
    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu li:hover,
    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu li:hover .sub-menu li:first-of-type{
        background: #E9F3F4;
    }
    .primary-nav .nav-menu li:hover .megamenu_cat_tour:first-of-type > .sub-menu,
    .primary-nav .nav-menu li:hover .megamenu_cat_tour:first-of-type > .sub-menu > li:first-of-type > .sub-menu,
    .primary-nav .nav-menu li:hover .megamenu_cat_tour:first-of-type > .sub-menu > li:first-of-type > .sub-menu > li:first-of-type > .tour-preview,
    .primary-nav .nav-menu li:hover .megamenu_cat_tour:first-of-type > .sub-menu > li:first-of-type > .tour-preview,
    .primary-nav .nav-menu .megamenu_cat_tour:hover > .sub-menu > li:first-of-type > .sub-menu,
    .primary-nav .nav-menu .megamenu_cat_tour:hover > .sub-menu > li:first-of-type > .sub-menu > li:first-of-type > .tour-preview,
    .primary-nav .nav-menu .megamenu_cat_tour:hover > .sub-menu > li:first-of-type > .tour-preview{
        opacity: 1;
        visibility: visible;
    }

    .primary-nav .nav-menu .megamenu_cat_tour > .sub-menu > li > .tour-preview{
        width: 200%;
    }
    .primary-nav .nav-menu .megamenu_cat_tour > .sub-menu > li > .tour-preview{
        width: 200%;
    }
    .primary-nav .nav-menu .megamenu_cat_tour > .sub-menu > li > .tour-preview .thumb-wrap{
        max-width: 500px;
        margin: 35px auto 0;
    }
    .primary-nav .nav-menu .megamenu_cat_tour > .sub-menu > li > .tour-preview .content-tour{
        max-width: 420px;
        margin: 30px auto;
    }

}

/* END MEGAMENU CAT TOUR */



/* mega menu in header fixed */
#site-masthead.hovered-head .nav-menu > li.menu-item > a {
    color: #fff;
    font-weight: bold;
}

#site-masthead.hovered-head .nav-menu > li.menu-item.mega-current-menu-item > a,
#site-masthead.hovered-head .nav-menu > li.menu-item.mega-current-menu-ancestor > a,
#site-masthead.hovered-head .nav-menu > li.menu-item.mega-current-page-ancestor > a {
    color: #013765;
    background: transparent;
}

#site-masthead.hovered-head .nav-menu > li.menu-item > a:hover,
#site-masthead.hovered-head .nav-menu > li.menu-item.mega-toggle-on > a {
    background: rgba(255, 255, 255, 0.2);
}

#site-masthead.hovered-head:hover .nav-menu > li.menu-item > a,
#site-masthead.sticky .nav-menu > li.menu-item > a {
    color: #013765;
}

#site-masthead.static-header .nav-menu > li.menu-item > a {
    color: #013765;
    font-weight: bold;
}

#site-masthead.static-header .nav-menu > li.menu-item > a:hover {
    font-weight: bold;
}

#site-masthead.static-header .nav-menu > li.menu-item > a:hover,
#site-masthead.static-header .nav-menu > li.menu-item.mega-current-menu-item > a,
#site-masthead.static-header .nav-menu > li.menu-item.mega-toggle-on > a,
#site-masthead.hovered-head:hover .nav-menu > li.menu-item > a:hover,
#site-masthead.hovered-head:hover .nav-menu > li.menu-item.mega-current-menu-item > a,
#site-masthead.hovered-head:hover .nav-menu > li.menu-item.mega-toggle-on > a,
#site-masthead.sticky .nav-menu > li.menu-item > a:hover,
#site-masthead.sticky .nav-menu > li.menu-item.mega-current-menu-item > a,
#site-masthead.sticky .nav-menu > li.menu-item.mega-toggle-on > a {
    background: transparent;
    color: #00A4AB;
    opacity: 1;
}

/* 5. CONTAINER */
#main {
    margin-top: 0;
    min-height: 400px;
}

.main-wrapper {
    position: relative;
    margin: 0 auto;
    background: #fff;
}

body:not(.home):not(.content_only) #main {
    padding-top: 130px;
}

#breadcrumbs {
    margin-top: 25px;
    margin-bottom: 60px;
}

#breadcrumbs * {
    color: #023867;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    display: inline-block;
}

#breadcrumbs a {
    text-decoration: none;
    border-bottom: solid 1px #023867;
}

#breadcrumbs a:hover {
    opacity: 0.9;
}

#breadcrumbs .fa {
    margin: 0 8px;
}

/* 6. SLIDER */
#gb_fullScreen-slider-wrap .gb_slider_wrap {
    background: #227F9E;
    /*min-height: 800px;*/
    min-height: 100vh;
}

#gb_fullScreen-slider-wrap .gb_slider_wrap .gb_loader {
    top: 200px;
}

#gb_fullScreen-slider-wrap .gb_slider {
    position: relative;
    display: block;
}
#gb_fullScreen-slider-wrap .gb_slider:not(.slick-initialized) {
    display:flex;
}


.gb-fullWidth-slider-row > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

#gb_fullScreen-slider-wrap .gb_slider_wrap {
    overflow: hidden;
}

#gb_fullScreen-slider-wrap .gb_slider_wrap .gb_slide{
    background-size: cover;
    flex: 0 0 100%;
}
#gb_fullScreen-slider-wrap .gb_slider_wrap .gb-image-wrap img,
#gb_fullScreen-slider-wrap .gb_slider_wrap .slide-link img{
    visibility: hidden;
}

#gb_fullScreen-slider-wrap .gb_slider .gb_slide .gb_slide_content {
    top: 45%;
    display: none;
    z-index: 50;
}

#gb_fullScreen-slider-wrap .gb_slider .gb_slide .gb_slide_content .sl-main-title,
#gb_fullScreen-slider-wrap .gb_slider .gb_slide .gb_slide_content .title {
    text-transform: uppercase;
    font-weight: bold;
}

#gb_fullScreen-slider-wrap .gb_slider .gb_slide .gb_slide_content .title {
    margin-bottom: 15px;
}

#gb_fullScreen-slider-wrap .gb_slider .gb_slide.text-center .gb_slide_content img {
    margin: 0 auto;
}

#gb_fullScreen-slider-wrap .gb_slider .gb_slide .slide-link:before,
#gb_fullScreen-slider-wrap .gb_slider .gb_slide .gb-image-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 20;
}

#gb_fullScreen-slider-wrap .gb_slider .slick-dots {
    width: 40px;
    margin: 0;
    position: absolute;
    right: 10px;
    list-style: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
}

#gb_fullScreen-slider-wrap .gb_slider .slick-dots li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    line-height: 0;
}

#gb_fullScreen-slider-wrap .gb_slider .slick-dots li.slick-active button {
    border: solid 2px #fff;
    background: #fff;
}

#gb_fullScreen-slider-wrap .gb_slider .slick-dots li button {
    border: solid 2px #fff;
    background: transparent;
    height: 12px;
    width: 12px;
    padding: 0;
}
.slick-list.draggable {
    top: 0 !important;
}
#gb_loader_25 .slick-list.draggable{
    height: 100%;
    top: 0 !important;
}
#gb_loader_25 .slick-list.draggable .slick-track{height: 100%}

/* PREFOOTER */
#vc_column_container {
    padding-right: 30px;
    padding-left: 30px;
}

#gb_footer-newsletter {
    background-color: #103C5F;
    /*background-image: url('images/sail-bg.png');*/
    background-repeat: repeat;
    background-position: left top;
    padding-top: 60px;
    padding-bottom: 30px;
}
#gb_footer-newsletter .gb_vc_titolo.gb_vc_light-color.small .title{
    color: #00A4AA;
}
#gb_footer-newsletter #gb_section-form {
    display: flex;
    justify-content: flex-end;
}

#gb_footer-newsletter #gb_section-form.wpb_column > .vc_column-inner{
    max-width: 300px;
    padding: 0 !important;
}
#gb_footer-newsletter .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    position: relative;
}
#gb_footer-newsletter .title, #gb_footer-newsletter .title * {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}
#gb_footer-newsletter .title{
    font-weight: 300;
    max-width: 360px;
}
#gb_footer-newsletter .small .title{
    margin-bottom: 15px;
    color: #00A4AA;
    font-weight: 700;
}
#gb_footer-newsletter .subtitle {
    color: #fff;
    text-transform: none;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}
#gb_footer-newsletter #gb_section-form .gb_gform-container .gform_button{
    background: #103C5F;
    border: 2px solid #FFF;
}
#gb_footer-newsletter #gb_section-form .gb_gform-container .gform_button:hover{
    background: #FFF;
    color: #103C5F;
    border: 2px solid #103C5F;
}

body #gb_footer-newsletter .gform_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 25px !important;
}
body #gb_footer-newsletter .gform_wrapper ul li.gfield.gfield_error {
    margin-bottom: 15px !important;
}
body #gb_footer-newsletter .gform_wrapper ul li.gfield_html{
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
body #gb_footer-newsletter .gform_wrapper ul li.gfield_html a{
    color: #fff;
}
/*#gb_footer-newsletter #gb_section-form .gb_gform-container .ginput_container input,
#gb_footer-newsletter #gb_section-form .gb_gform-container .ginput_container.ginput_container_textarea textarea,
#gb_footer-newsletter #gb_section-form .gb_gform-container .gb-select-wrap select {
    padding: 8px 15px;
}*/
#gb_footer-newsletter .gform_wrapper .gform_footer {
    padding: 5px 0;
    text-align: right;
}

#gb_footer-newsletter .gb_gform-container div.validation_error{
    display: none;
}

/* fix gravity forms mobile*/
@media only screen and (max-width: 641px){
    body .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 0px;
    }
    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 26px;
        min-height: 0;
    }
}


@media screen and (max-width: 1199px) {
    #gb_footer-newsletter #gb_section-form.wpb_column > .vc_column-inner {
        padding: 0 15px !important;
    }
    #gb_footer-newsletter #gb_section-form.wpb_column > .vc_column-inner {
        max-width: 66.66%;
    }
    /*#gb_footer-newsletter .gform_wrapper .gform_footer {
        text-align: center;
    }*/
    #gb_footer-newsletter .subtitle {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    #gb_footer-newsletter .subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    #gb_footer-newsletter {
        padding-top: 40px;
    }
    #gb_footer-newsletter #gb_section-form.wpb_column > .vc_column-inner {
        max-width: 100%;
    }
}
@media only screen and (max-width: 641px){
    #gb_footer-newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: inherit;
    }
}


#subscribe-form-footer {
    position: relative;
}

#subscribe-form-footer .form-group input {
    border: solid 1px #fff;
    height: auto;
    background: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 19px;
    padding: 0 25px;
    padding-right: 160px;
    height: 55px;
    line-height: 55px;
    border-radius: 35px;
}

#subscribe-form-footer button:hover {
    color: #BE0642;
    background: #fff;
}

#subscribe-form-footer button {
    text-align: center;
    padding: 0;
    background: #BE0642;
    border-radius: 40px;
    display: inline-block;
    width: 120px;
    border: solid 2px #BE0642;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    position: relative;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding: 11px 15px;
    position: absolute;
    right: 6px;
    top: 6px;
    line-height: 1
}

body.woocommerce-account #subscribe-form-footer .form-group input,
.woocommerce-cart #subscribe-form-footer .form-group input {
    padding: 8.5px 25px;
}

/* 8. FOOTER */
#footer-logo {
    display: block;
    margin: 0 auto 90px;
}

#footer-wrapper {
    margin-top: 90px;
    background: transparent;
    padding: 0;
}

#footer-wrapper .title {
    color: #023867;
}

#footer-wrapper .footer-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-wrapper .footer-menu li {
    line-height: 15px;
    padding: 8px 0;
}

#footer-wrapper .footer-menu li a {
    text-decoration: none;
    border-bottom: solid 1px #7D91A9;
    font-size: 14px;
    color: #7D91A9;
}

#footer-wrapper .footer-menu li a:hover {
    border-bottom: solid 1px #7D91A9;
}

#footer-wrapper p, #footer-wrapper p a {
    font-size: 15px;
    line-height: 28px;
    color: #7D91A9;
}

#footer-wrapper p a {
    text-decoration: none;
}

#footer-wrapper #mail {
    border-bottom: solid 1px #7D91A9;
}

#footer-wrapper .gb-social-icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gb-social-icons-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.gb-social-icons-list li i {
    font-size: 24px;
    color: #023867;
}

.gb-social-icons-list li a:hover i {
    color: #00A4AB;
}

#footer-copy {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 18px;
    background: #E9F3F4;
    text-align: center;
}

#footer-copy * {
    color: #023867;
}

#footer #credits {
    text-align: center;
    margin-top: 10px;
}

#toTop {
    position: fixed;
    right: 40px;
    left: auto;
    bottom: 40px;
    height: 50px;
    width: 50px;
    padding: 12px 0 0;
    border-radius: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    z-index: 200;
    display: none;
    border-radius: 0;
    border: solid 1px #7D91A9;
}

#toTop .fa {
    line-height: 0;
    font-size: 30px;
    vertical-align: top;
    margin-top: 10px;
    color: #023867;
}

#toTop:hover {
    opacity: 1;
}

#footer-sidebar .footer-col #trip-choice{
    margin-top: 30px;
    max-width: 240px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#footer-sidebar .footer-col #trip-choice ul {
    margin-left: 0;
    list-style: none;
}
div#CDSWIDCOE {
    width: 135px;
}

/* 9. HOME */
.home .gb_home-intro {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    opacity: 0;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.home .gb_home-intro .title {
    margin: 0;
}

.home .gb_home-certification{
    position: absolute;
    bottom: 125px;
    left: 40px;
    width: 100%;
}
.home .gb_home-certification #trip-choice {
    width: 150px;
    height: 150px;
}
.home .gb_home-certification #trip-choice a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 50%;
    background: #fff;
}
.home .gb_home-certification #trip-choice img{
    border-radius: 50%;
}

#logo_home_slider {
    position: absolute;
    top: 41%;
    z-index: 50;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 50%;
}

.home #logo_home_slider, .home .gb_home-intro, .home .gb_home-certification{
    display: none;
    transition: all 0.4s cubic-bezier(.215, .61, .355, 1);
}
.home #logo_home_slider.fade-in, .home .gb_home-intro.fade-in, .home .gb_home-certification.fade-in{
    display: block;
}

/* 10. VC */
.gb_vc_titolo.medium .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
}

.gb_vc_titolo .title, .gb_vc_titolo .title * {
    color: #023867;
}

.gb_vc_titolo.gb_vc_lighter-color .title,
.gb_vc_titolo.gb_vc_lighter-color .title * {
    color: #fff;
}

.gb_vc_titolo.gb_vc_second-color .title,
.gb_vc_titolo.gb_vc_second-color .title * {
    color: #00A4AA;
}

.gb_vc_titolo.normal .title {
    font-weight: bold;
}

.gb_vc_titolo.vc_align_cx .title {
    text-align: center;
}

.vca_bg-dark * {
    color: #fff !important;
}

.vca_fixed-pad .vc_column-inner > .wpb_wrapper {
    padding: 50px 40px;
}
#gb_content-tour .vca_fixed-pad .vc_column-inner > .wpb_wrapper{
    padding: 50px 40px 0;
}
#gb_content-tour .vca_fixed-pad .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-of-type{
    margin-bottom:0;
}

.vca_fixed-pad-hori .vc_column-inner > .wpb_wrapper {
    padding: 0 40px;
}

.vca_text-pad-left .vc_column-inner > .wpb_wrapper {
    padding-left: 40px;
}

.vca_text-pad-right .vc_column-inner > .wpb_wrapper {
    padding-right: 40px;
}

.vca_no-bottom {
    margin-bottom: 0 !important;
}

.vca_ltr-column .vca_inner-row-wrapper > .wpb_column {
    float: right;
}

.gb_vc_btn_wrap.gb_vc_btn_align_dx {
    text-align: right;
}

.gb_vc_btn_wrap.gb_vc_btn_align_cx {
    text-align: center;
}

.gb_vc_btn_wrap.gb_vc_btn_full a {
    background: #BE0642;
    display: inline-block;
    color: #fff;
    border: solid 2px #BE0642;
}

.gb_vc_btn_wrap.gb_vc_btn_full a:hover {
    color: #BE0642;
    background: #fff;
}

.gb_vc_btn_wrap a.gb-medium-btn, .gb_vc_btn_wrap button.gb-medium-btn {
    padding: 10px 25px;
    border-radius: 35px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    white-space: normal;
}

.gb_vc_btn_wrap.gb_vc_btn_border .btn {
    border: solid 2px #023867;
    color: #023867;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    background-position: left -35%;
    background-repeat: repeat-x;
    transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    background-image: url('images/btn-onda.png');
}

.gb_vc_btn_wrap.gb_vc_btn_border.gb_vc_btn_white .btn {
    border: solid 2px #fff;
}

.gb_vc_btn_wrap.gb_vc_btn_border .btn:hover {
    background-position: 100% 35%;
    color: #fff;
}

.vca_image-static-gallery #vca_images-list {
    overflow: hidden;
}

.vca_image-static-gallery #vca_images-list .vca_img_list_item {
    margin: 0;
    float: left;
    display: inline-block;
    width: 50%;
}

.vca_image-static-gallery #vca_images-list .vca_img_list_item img {
    display: block;
    width: 100%;
}

.vca_bg-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-gb_tours #content .vc_row.vca_bg-section:last-of-type{
    padding-top: 70px;
    padding-bottom: 50px;
}

.vca_inner-bg-light .vca_inner-row-wrapper {
    background: #fff;
}

.gb-vc-slider.slick-slider {
    margin-bottom: 0;
}
.gb_vc_image_box .gb_vc_titolo .title{
    margin: 15px 0;
    font-size: 25px;
}

.gb_vc_image_box.gb_vc_box_type_title_overlay {
    position: relative;
    padding: 0;
}

html[lang="de-DE"] .gb_vc_image_box .gb_vc_titolo.medium .title {
    font-size: 24px;
    line-height: 30px;
}

.gb_vc_image_box.gb_vc_box_type_title_overlay .vc_box_img:after {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
}

.gb_vc_image_box.gb_vc_box_type_title_overlay.box-click-js {
    cursor: pointer;
}

.gb_vc_image_box.gb_vc_box_type_title_overlay:hover .vc_box_img:after {
    background-color: rgba(0, 0, 0, 0.15);
}

.gb_vc_box_type_title_overlay .vc_bx_content_wrap {
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 10;
    transition: all ease-out 0.4s;
}

.gb_vc_box_type_title_overlay:hover .vc_bx_content_wrap {
    bottom: 20px;
    opacity: 0.8;
}

.gb_vc_box_type_title_overlay .vc_box_img {
    margin: 0 15px;
    position: relative;
}

.gb_vc_box_type_title_overlay .vc_box_img img {
    width: 100%;
    display: block;
}

.gb_vc_box_type_title_overlay .vc_bx_content_wrap .title {
    color: #fff;
    font-weight: 700;
}

.vc_img-col_two-third {
    float: left;
    width: 60%;
}

.vc_img-col_one-third {
    float: left;
    width: 40%;
}

.vc_row.vc_parallax:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.4;
    display: block;
}

.vca_video_box {
    position: relative;
}

.vca_video_box .vca_video-preview {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    cursor: pointer;
    z-index: 50;
    transition: opacity ease-out 0.4s;
    -moz-transition: opacity ease-out 0.4s;
    -webkit-transition: opacity ease-out 0.4s;
}

.vca_video_box .vca_video-preview:hover {
    opacity: 0.8;
}

.vca_video_box .vca_video-preview:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('images/icons/video-player.png') no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 80px;
    width: 80px;
}
.vca_video-preview img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gb_vc_step_list {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.gb_vc_step_list .gb_vc_step_icon {
    position: absolute;
    left: 0;
    top: 3px;
}
.single-gb_tours .gb_vc_step_list.gb_vc_step_image,
#gb_content-tour .gb_vc_step_list.gb_vc_step_image{
    padding-left: 70px;
    min-height: 55px;
}
.single-gb_tours .gb_vc_step_list.gb_vc_step_image .gb_vc_step_icon,
#gb_content-tour .gb_vc_step_list.gb_vc_step_image .gb_vc_step_icon {
    width: 55px;
    top: initial;
}


.gb_vc_step_list .gb_vc_step_icon .advi {
    font-size: 22px;
}

.gb_vc_step_list .gb_vc_step_list-exc * {
    font-size: 17px;
    line-height: 24px;
}

.vc-gb-section-counters {
    text-align: center;
    margin-bottom: 40px;
}

.vc-gb-section-counters .vc-gb-counter-wrapper {
    display: inline-block;
    margin: 0 40px 20px;
}

.vc-gb-counter-wrapper .advi {
    font-size: 80px;
}

.vc-gb-counter-wrapper .advi.advi-icon-boat {
    font-size: 90px;
}

.vc-gb-counter-wrapper .gb-code {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
}

.vc-gb-counter-wrapper .label {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 25px;
}

.vc-gb-counter-wrapper .gb-infinity {
    height: 40px;
    width: 0;
    background: url('images/icons/ico-infinity.png') no-repeat center;
    display: inline-block;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    opacity: 0;
    transition: all ease 0.3s;
}

.vc-gb-counter-wrapper .gb-code_wrap {
    height: 40px;
    display: inline-block;
    margin: 25px 0 15px;
    width: 140px;
}

.vc-gb-counter-wrapper .gb-infinity.visible {
    width: 80px;
    opacity: 1;
}

.gb-vc-slider_wrap {
    min-height: 350px;
    overflow: hidden;
}
.gb-vc-slider_wrap .gb-vc-slider:not(.slick-initialized){
    display: flex;
}
.gb-vc-slider_wrap .gb-vc-slider:not(.slick-initialized) > .gb-vc-slide{
    flex: 0 0 100%;
}

.gb-vc-slider_wrap .slick-dots {
    display: none !important;
}

.gb-vc-slider_wrap button {
    bottom: 0;
    background: #00A5AB;
    top: auto;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 80px;
    z-index: 50;
}

.gb-vc-slider_wrap button:hover {
    background: #00A5AB;
}

.gb-vc-slider_wrap button:after {
    color: #fff;
    font-size: 30px;
    display: inline-block;
}

.gb-vc-slider_wrap .slick-next {
    right: 0;
}

.gb-vc-slider_wrap .slick-prev {
    left: 0;
}

.gb-vc-slider_wrap .slick-arrow:before {
    font-family: "Bertoldi";
    content: "";
    display: inline-block;
}

.gb-vc-slider_wrap .slick-prev:before {
    content: "\e902";
}

.gb-vc-slider_wrap .slick-next:before {
    content: "\e901";
}

.gb-vc-slider_wrap img {
    width: 100%;
    display: block;
}

.vca_absolute {
    position: absolute;
    margin: 0;
    left: 0;
    right: auto;
}

.vca_absolute-label {
    width: 100%;
    bottom: 80px;
}

.vca_absolute-label a {
    background: #003b67;
    display: inline-block;
    padding: 8px 25px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    width: 100%;
}

.vca_absolute_img {
    bottom: 0;
    right: 30px;
    width: 200px;
}
/* Accordion */
.vc_toggle_title {
    background-color: #E9F3F4;
    padding: 10px 15px !important;
    display: flex !important;
    align-items: center;
}
.vc_toggle_content {
    margin: 0 10px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    margin: auto 0 auto auto!important;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -7px !important;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #023867 !important;
}

/* 11. TOURS */
#category-header .category-title {
    margin-bottom: 30px;
    font-weight: bold;
}

.gb-archive-list {
    margin-bottom: 60px;
}

#gb_intro-tour {
    margin-bottom: 50px;
}

#gb_intro-tour .gb_vc_titolo.big .title {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 25px;
}


.gb_vc_btn_wrap .gb-bottom-cta {
    color: #BE0642;
    font-weight: bold;
    margin-top: 8px;
    font-size: 16px;
}

#gb_content-tour.vca_page_section,
#gb_content-tour.vca_page-section{
    margin-bottom: 65px;
}

#gb_content-tour .vca_fixed-pad .vc_column-inner > .wpb_wrapper {
    padding-top: 0;
}

#gb_content-tour .wpb_column ul > li,
#gb_content-tour .column ul > li,
.column ol > li {
    line-height: 24px;
}

#gb_content-tour .gb_vc_step_list .gb_vc_step_icon *,
.step_list_data_tour.gb_vc_step_list .gb_vc_step_icon *,
#gb_content-tour .gb_vc_step_list .gb_vc_step_list-title,
.step_list_data_tour.gb_vc_step_list .gb_vc_step_list-title {
    color: #00A4AB;
}
#gb_content-tour .gb_vc_step_list.color_dark .gb_vc_step_icon *,
.single-gb_tours .gb_vc_step_list.color_dark .gb_vc_step_icon *,
.step_list_data_tour.gb_vc_step_list.color_dark .gb_vc_step_icon *,
#gb_content-tour .gb_vc_step_list.color_dark .gb_vc_step_list-title,
.single-gb_tours .gb_vc_step_list.color_dark .gb_vc_step_list-title,
.step_list_data_tour.gb_vc_step_list.color_dark .gb_vc_step_list-title {
    color: #023867;
}

#gb_content-tour .gb_vc_step_list {
    padding-left: 30px;
    margin-bottom: 15px;
}

#gb_content-tour .gb_vc_step_list .gb_vc_step_list-title,
.single-gb_tours .gb_vc_step_list .gb_vc_step_list-title,
.step_list_data_tour.gb_vc_step_list .gb_vc_step_list-title {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 26px;
    margin-right: 5px;
}
.step_list_data_tour.gb_vc_step_list .gb_vc_step_list-exc p {
    margin: 0;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}
.step_list_data_tour.gb_vc_step_list .gb_vc_step_list-exc {
    display: inline-block;
    vertical-align: top;
}

.single-gb_tours .post-data {
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 10px;
    color:#023867;
}
.single-gb_tours .post-data strong{
    text-transform: uppercase;
    font-size: 15px;
    font-style: initial;
}

#gb_content-tour .gb_vc_step_list .gb_vc_step_list-exc {
    display: inline;
    vertical-align: top;
}

#gb_content-tour .gb_vc_step_list .gb_vc_step_list-exc p {
    margin: 0;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    display: inline;
}
#gb_content-tour .gb_vc_step_list .gb_vc_step_list-exc p.tour_hours {
    display: block;
    padding-left: 70px;
}
#gb_content-tour .gb_vc_step_list.data_tour_hours .gb_vc_step_list-title,
.single-gb_tours .gb_vc_step_list.data_tour_hours .gb_vc_step_list-title,
.step_list_data_tour.gb_vc_step_list.data_tour_hours .gb_vc_step_list-title{
    float: left;
    display: block;
}

#gb_content-tour .gb_vc_step_list.color_company .gb_vc_step_icon *,
#gb_content-tour .gb_vc_step_list.color_company .gb_vc_step_list-title {
    color: #013765;
}

#gb_content-tour .gb_vc_step_list.column .gb_vc_step_list-title {
    line-height: 19px;
    font-size: 12px;
}

#gb_content-tour .gb_vc_step_list.column {
    padding-left: 40px;
}

#gb_content-tour .gb_vc_step_list.column .gb_vc_step_icon .advi {
    font-size: 30px;
}

#content .vca_tour-section .vca_inner-row-wrapper {
    background-color: #fff;
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
}
#content .vca_tour-section .vca_border-light > .vca_inner-row-wrapper{
    border:10px solid #E9F3F4;
}

#content .vca_tour-section .vca_tour-section-desc .vc_column-inner {
    padding: 55px 0 55px 50px;
    background-color: #fff;
}

#content .vca_tour-section .vca_tour-section-gallery .wpb_content_element {
    /*height: 200px;*/
    margin: 0;
}

#content .vca_tour-section .vca_tour-section-map > .vc_column-inner,
#content .vca_tour-section .vca_tour-section-gallery > .vc_column-inner {
    padding: 0;
}

#content .vca_tour-section .vca_tour-section-map .wpb_single_image.wpb_content_element {
    margin: 0;
}
#content .vca_tour-section .vca_tour-section-map {
    display: flex;
    align-items: center;
}

.box-click-js {
    cursor: pointer;
}

#content > .vc_row.vca_row-wrapper > .vc_column_container, .vca_inner-row-wrapper {
    overflow: visible;
}

ul.post-list {
    display: flex;
    flex-wrap: wrap;
}

ul.post-list > .column,
ul.post-list > .column .tour {
    display: flex;
}

ul.post-list > .column .tour .post-content, .post-card {
    display: flex;
    flex-direction: column;
}

.post-list .post-content, .post-card {
    position: relative;
    overflow: hidden;
    line-height: 0;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.34);
    box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.34);
    height: 100%;
    transition: 0.3s ease-out;
}

.post-list .post-content:hover, .post-card:hover {
    -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.post-list .post-excerpt, .post-card .post-excerpt {
    padding: 0 30px;
    text-align: left;
}

.post-list .post-excerpt p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px;
}

.post-list .post-data {
    padding: 0 30px 5px;
    text-align: left;
}

.post-list .post-data:nth-last-of-type(2) {
    padding-bottom: 15px;
}
.post-list .post-offer .post-data{
    padding-bottom: 5px;
}
.post-list .post-offer .post-data:last-of-type{
    margin-bottom: 20px;
}

.gb_stamp-offer{
    width:65px;
    position:absolute;
    top:20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.post-list .post-data strong,
.post-list .post-data span,
.post-list .post-data p {
    color: #023867;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    display: inline;
    line-height: 1.3;
}

.text-primary-light {
    color: #00A4AB !important;
}

.post-list .post-content .img_wrap {
    position: relative;
    overflow: hidden;
}

.post-list .post-content .img_wrap > img {
    display: block;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
}

/*.post-list .post-content:hover .img_wrap> img {
    transform: scale(1.1, 1.1);
}*/
.post-list .tour .post-title,
.post-list .post-offer .post-title, .post-card h3 {
    color: #023867;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 20px 30px 15px;
    font-size: 24px;
}

.post-card .vc_gitem-zone-mini {
    height: 100%;
}

.post-card .vc_gitem_row {
    height: 100%;
    display: flex;
}

.post-card .vc_gitem-col {
    padding: 0!important;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-list .tour a,
.post-list .post-offer a {
    text-decoration: none;
}

.post-list .tour .more,
.post-list .post-offer .more{
    text-decoration: none;
    padding: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    background: #FFF;
    border: solid 2px #103C5F;
    color: #103C5F;
    /*-webkit-box-shadow: 0 0 15px -2px rgba(187, 15, 67, 0.7);
    box-shadow: 0 0 15px -2px rgba(187, 15, 67, 0.7);*/
    bottom: 30px;
    z-index: 1;
    margin: auto auto 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    width: 125px;
}

.post-row .vc_btn3-container {
    font-weight: bold;
    margin-top: auto;
}

.post-row > .vc_column_container>.vc_column-inner {
    padding: 0;
}

.post-row .vc_pageable-slide-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.post-row .vc_pageable-slide-wrapper .column {
    margin-bottom: 30px;
}

.post-card .post-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

html[lang="ru-RU"] .post-list .tour .more {
    width: 155px;
}

.post-list .tour:hover .more,
.post-list .tour .more:hover,
.post-list .post-offer:hover .more,
.post-list .post-offer .more:hover {
    background: #103C5F;
    border: solid 2px #103C5F;
    color: #FFF;
    /*-webkit-box-shadow: 0 0 15px -2px rgba(232, 14, 80, 0.7);
    box-shadow: 0 0 15px -2px rgba(232, 14, 80, 0.7);*/
}

.gb_eco-tour-slider:before {
    content: "";
    display: inline-block;
    background: url('images/label_ecotour.png') no-repeat left top;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    height: 113px;
    width: 113px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gb_vc_titolo.title-offer-form .title{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.gb_gform-container .gb_vc_titolo.gb_vc_light-color .title{
    color:#fff;
}
.content-offer .sidebar{
    position: relative;
}
.single-offer .gb_gform-container p{
    color: #fff;
    font-size: 16px;
}
.single-offer #gb_section-form .gb_gform-container .gform_wrapper{
    padding: 0;
}
.single-offer .gform_wrapper .gform_footer{
    padding: 0;
    margin-bottom: 0;
}
.single-offer #gb_section-form .gb_gform-container .gform_button{
    padding: 11px 25px !important;
}
#content .gb_gform-container .gform_wrapper li, #gb_footer-newsletter .gform_wrapper li.gfield_visibility_hidden{
    margin-bottom: 0 !important;
}
.offer-image{
    margin-bottom: 50px;
}
.gb_data-offer{
    margin-bottom: 30px;
}
.single-offer .post-data{
    margin-bottom: 5px;
}
.single-offer .post-data p{
    margin-bottom: 0;
    display: inline;
}
.single-offer .sticky_sidebar{
    margin-bottom: 35px;
    z-index: 1;
}

.form-offer-sidebar > .wpb_column > .vc_column-inner > .wpb_wrapper{
    background-color: #103C5F;
    padding: 25px 30px 15px;
    transition: 0.2s ease-out;
}

#category-header #description {
    padding: 0;
    border: 0;
    margin-bottom: 50px;
}

/* 12. GB FORM */
#gb_section-form .vca_inner-row-wrapper {
    padding: 0 15px;
}

#gb_section-form.wpb_column > .vc_column-inner {
    padding: 20px 25px !important;
}

#gb_section-form .vca_inner-row-wrapper > .wpb_column {
    padding: 50px 35px;
    background: #103C5F;
}

#gb_section-form .gb_gform-container .gform_wrapper {
    background: transparent;
    padding: 0 25px;
}

#gb_section-form .gb_gform-container .ginput_container {
    position: relative;
    border: solid 2px #fff;
    background: #fff;
    border-radius: 25px;
}

#gb_section-form .gb_gform-container .ginput_container.gb-focus {
    border: solid 2px #00A4AA;
}
#gb_section-form.form-bg-light .gb_gform-container .ginput_container {
    border: solid 2px #103C5F;
}
#gb_section-form .gform_wrapper ul li.gfield_html {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
#gb_section-form.form-bg-light.wpb_column > .vc_column-inner {
    padding: 0 25px !important;
}
#gb_section-form.form-bg-light .gb_gform-container .ginput_container {
    border: solid 2px #103C5F;
}
#gb_section-form.form-bg-light .gb_gform-container a {
    color: #103C5F;
}
#content .form-bg-light .gb_gform-container .validation_message, #gb_footer-newsletter .gb_gform-container .validation_message{
    color: #e0144f;
}
.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden{
    position: absolute !important;
}

#content .gb_gform-container .top_label .gfield_label,
#gb_footer-newsletter .gb_gform-container .top_label .gfield_label {
    display: none;
}

#content .gb_gform-container .gform_wrapper .gfield_checkbox li,
#gb_footer-newsletter .gb_gform-container .gform_wrapper .gfield_checkbox li {
    margin-bottom: 0;
}

#content .gb_gform-container .gform_wrapper li.gb_gfield-checkbox-wrap,
#gb_footer-newsletter .gb_gform-container .gform_wrapper li.gb_gfield-checkbox-wrap {
    margin-bottom: 8px;
}

#content .gb_gform-container .gfield_checkbox li label, #content .gb_gform-container .gfield_radio li label,
#gb_footer-newsletter .gb_gform-container .gfield_checkbox li label, #content .gb_gform-container .gfield_radio li label {
    padding: 0 0 0 28px;
    display: block;
    float: none;
    font-weight: 400;
    margin: 0;
}

#gb_section-form .gb_gform-container .ginput_container input,
#gb_section-form .gb_gform-container .ginput_container.ginput_container_textarea textarea,
#gb_section-form .gb_gform-container .gb-select-wrap select {
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 25px;
}

#gb_section-form .gb_gform-container .gb-select-wrap:after {
    right: 30px;
    top: 10px;
}

#gb_section-form .gb_gform-container .gb_gform-button-wrap:after {
    display: none;
}

#gb_section-form .gb_gform-container .gform_button {
    padding: 11px 35px !important;
    text-transform: uppercase;
    font-size: 20px !important;
    border-radius: 25px;
    border: solid 2px #e0144f;
}

#gb_section-form .gb_gform-container .gform_button:hover {
    background: #FFF;
    color: #e0144f;
    border: solid 2px #e0144f;
}

#gb_section-form .gb_gform-container .ginput_container ::-webkit-input-placeholder {
    color: #444;
    opacity: 1;
    font-style: italic;
}

#gb_section-form .gb_gform-container .ginput_container ::-moz-placeholder {
    color: #444;
    opacity: 1;
    font-style: italic;
}

#gb_section-form .gb_gform-container .ginput_container :-moz-placeholder {
    color: #444;
    opacity: 1;
    font-style: italic;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent !important;
}

#gb_section-form .gb_gform-container .ginput_container.ginput_container_checkbox {
    border: 0;
    color: #fff;
    padding: 0;
    background: transparent;
}

#gb_section-form .gb_gform-container .ginput_container.ginput_container_checkbox * {
    color: #fff;
}

#gb_section-form .gb_gform-container .ginput_container.ginput_container_checkbox input {
    position: absolute;
    float: left;
}

#gb_section-form .gb_gform-container .gfield_checkbox input[type="checkbox"] + span:before {
    left: auto;
    border: solid 2px #fff;
}

#content .gb_gform-container .gfield_checkbox input[type="checkbox"] + span:after {
    color: #fff;
    margin-top: 4px;
}

#gb_section-form .gb_gform-container .ginput_container.ginput_container_date:after {
    font-family: "fontAwesome";
    font-size: 20px;
    content: "\f133";
    position: absolute;
    color: #103C5F;
    top: 10px;
    right: 20px;
}
body .gform_wrapper textarea.medium {
    height: 120px;
    width: 100%;
    line-height: 1.4;
}
#content .gb_gform-container .gform_wrapper div.validation_error,
#content .gb_gform-container .gform_wrapper .validation_message,
#content .gb_gform-container div.validation_error,
#content .gb_gform-container .validation_message,
body #gb_footer-newsletter  .gform_wrapper div.validation_error,
body #gb_footer-newsletter .gform_wrapper .validation_message{
    background: transparent;
    padding: 0 15px !important;
    color:#fff;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
body .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    margin-bottom: 20px !important;
    padding-bottom: 0;
    padding-top: 0;
}
#content .gb_gform-container .gform_wrapper div.validation_error{
    display: none;
}

.ui-datepicker .ui-datepicker-title select {
    color: #333;
}

/* focus form */
#gb_section-form .gb_gform-container .ginput_container input{
    padding: 16px 15px 4px;
}
#content .gb_gform-container .top_label .gfield{
    position:relative;
}
#content .gb_gform-container .gform_wrapper .top_label .gfield:not(.bb-selected-tour):not(.gb_gfield-checkbox-wrap) .gfield_label,
#content .gb_gform-container .top_label .gfield:not(.bb-selected-tour):not(.gb_gfield-checkbox-wrap) .gfield_label,
#gb_footer-newsletter .top_label .gfield:not(.gb_gfield-checkbox-wrap) .gfield_label{
    display: block;
    color: #444;
    opacity: 1;
    font-style: italic;
    font-weight: 400;
    transform: translate(17px, 13px);
    z-index: 1;
    position: absolute;
    top:0;
    margin-top: 0;
    transition: 0.2s ease-out;
}
#content .gb_gform-container .top_label .gfield.gb-filled:not(.bb-selected-tour):not(.gb_gfield-checkbox-wrap) .gfield_label,
#content .gb_gform-container .top_label .gfield.gb-focus:not(.bb-selected-tour):not(.gb_gfield-checkbox-wrap) .gfield_label,
#content .gb_gform-container .gform_wrapper .top_label .gfield.gb-filled:not(.bb-selected-tour):not(.gb_gfield-checkbox-wrap) .gfield_label,
#content .gb_gform-container .gform_wrapper .top_label .gfield.gb-focus:not(.bb-selected-tour):not(.gb_gfield-checkbox-wrap) .gfield_label,
#gb_footer-newsletter .gform_wrapper .top_label:not(.gb_gfield-checkbox-wrap) .gfield.gb-filled  .gfield_label,
#gb_footer-newsletter .gform_wrapper .top_label:not(.gb_gfield-checkbox-wrap) .gfield.gb-focus  .gfield_label{
    transform: translate(17px, 6px);
    font-size: 11px;
    font-weight: 600;
}
#content .gb_gform-container .gfield.gb-focus .gfield_required,
#content .gb_gform-container .gfield.gb-filled .gfield_required,
#content .gb_gform-container .gform_wrapper .gfield.gb-focus .gfield_required,
#content .gb_gform-container .gform_wrapper .gfield.gb-filled .gfield_required{
    font-size: 10px;
}
body .gform_wrapper .gfield_required{
    color: #444;
}

#content .gb_gform-container .gform_wrapper .gfield_checkbox li label,
#content .gb_gform-container .gfield_radio li label,
#gb_footer-newsletter .gform_wrapper .gfield_checkbox li label,
#gb_footer-newsletter .gfield_radio li label {
    font-size: 14px;
}

#content .gb_gform-container .gform_wrapper li,
#gb_footer-newsletter .gform_wrapper li {
    padding-right: 0;
    margin-bottom: 20px;
}

#content .gb_gform-container .instruction,
#gb_footer-newsletter .gb_gform-container .instruction {
    display: none;
}

/* errors */
#content .gb_gform-container div.validation_error,
#gb_footer-newsletter .gb_gform-container div.validation_error {
    font-size: 19px;
    font-weight: 500;
    border-bottom: 0 none;
    border-top: 0 none;
    padding: 20px;
}

#content .gb_gform-container .validation_message,
#gb_footer-newsletter .gb_gform-container .validation_message {
    color: #fff;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
}

#content .gb_gform-container_wrapper div.validation_error,
#content .gb_gform-container_wrapper .validation_message ,
#gb_footer-newsletter .gb_gform-container_wrapper div.validation_error,
#gb_footer-newsletter .gb_gform-container_wrapper .validation_message {
    /*background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #e11e5e;*/
    width: 100%;
}

#content .gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
#gb_footer-newsletter li.gfield.gfield_error {
    background: transparent;
    border: 0;
}
#content .gb_gform-container div.validation_error{
    display: none;
}

#content .gb_gform-container div.validation_error,
#content .gform_wrapper .validation_message ,
#gb_footer-newsletter .gb_gform-container div.validation_error,
#gb_footer-newsletter .gform_wrapper .validation_message {
    /*background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #e11e5e;*/
    width: 100%;
}

#gb_section-form .top_label .bb-selected-tour
{
    display: none;
}

/* 13. PAGES */
#gb_page-intro .gb_vc_titolo.big .title {
    font-weight: bold;
    margin-bottom: 30px;
}
#gb_page-intro .gform_wrapper ul li.gfield_html {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    padding-left:16px;
}
#gb_page-intro .gform_wrapper ul li.gfield_html a{
    color: #fff;
}

/* COOKIES */
#cookiePopup{
    width: auto;
    max-width: 370px;
    padding: 35px;
    font-size: 18px;
    bottom: 96px;
    left: 30px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 26px;
}
#cookiePopup a{
    display: inline-block;
    margin-bottom: 26px;
}
#cookiePopClose{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    font-size: 16px;
    margin-bottom: 18px;
    margin: 18px;
}
#cookiePopup .button{
    color: #fff!important;
    background-color: transparent;
    padding: 3px 25px;
    text-transform: uppercase;
    margin-left: 0;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    display: block;
    max-width: 90px;
    font-size: 17px !important;
    font-weight: 700;
}
#cookiePopup .button:hover{
    color: rgba(0,0,0,.85)!important;
    background-color: #fff;
}

/* RESPONSIVE */
.md-visible,
.inl-md-visible,
.inl-sm-visible,
.sm-visible,
.mega-sm-visible,
.xs-visible,
.mega-xs-visible {
    display: none !important;
}

.pos_relative {
    position: relative;
}

.img_link_premi_adi {
    position: absolute;
    top: 0px;
    left: 113px;
}

.img_link_premi_adi a {
    border-bottom: 0 !important;
}

.img_link_premi_adi img {
    height: 112px;
    width: auto;
}

.img_aquaria_stamp {
    position: absolute;
    top: 0px;
    left: 65px;
    width: 130px;
}

.img_logo_tour {
    display: inline-block;
}

.img_banner {
    display: inline-block;
    float: right;
}

.wpb_single_image.img_banner img {
    max-width: 160px;
    float: right;
}

/*SEZIONE BLOG */
.page-header {
    padding-bottom: 9px;
    margin: 10px 13px 20px;
    border-bottom: none;
}

.category-background .row.post-list.auto-clear {
    margin-left: 0;
}

.category-background {
    background-color: #E9F3F4;
    background-image: url(/cms/wp-content/themes/gb_bertoldi/images/top_deco-sea.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    min-height: 120px;
    margin-left: 0;
}
.category-background .gb_blog_category{
    margin-top: 60px;
}
.category-background .row.post-list.auto-clear {
    margin-left: 0;
}

.category-background .col-md-8 h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #009b9f;
}

div#gb_blog-nav {
    display: inline-block;
    margin-top: 15px;
    margin-left: -4px;
    margin-bottom: 60px;
}

.category-background .row .col-md-8 {
    margin-top: 85px;
}

div#gb_blog-nav li {
    text-transform: uppercase;
    font-size: 13px;
    color: #023867;
    font-weight: 600;
    display: inline-block;
    padding: 4px;
    margin-bottom: 8px;
}

div#gb_blog-nav li a {
    text-decoration: none;
    border: 1px solid #00325f;
    padding: 1px 10px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 700;
}

div#gb_blog-nav li a:hover {
    color: white;
    background: #00325f;
}

h1.page-title {
    font-weight: 200;
    margin-bottom: 20px;
}

.page-numbers {
    text-decoration: none;
}

body .page-numbers i.advi {
    margin: 0;
    display: flex;
    align-items: center;
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
    display: flex;
}


.next.page-numbers {
    visibility: visible;
}

.category-background a.next.page-numbers,
.category-background a.prev.page-numbers {
    background: transparent !important;
    border-bottom: none;
    display: initial !important;
    visibility: visible;
}

.nav-links {
    margin-top: 155px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-left: 19px;
}

.archive-offers .nav-links,
.archive-tours .nav-links{
    margin-top: 0;
}

i.advi.advi-icon-arrow-dx {
    border-style: none;
    display: inline-block;
    margin-top: 14px;
}

i.advi.advi-icon-arrow-sx {
    border-style: none;
    display: inline-block;
    margin-top: 14px;
}

.advi.advi-icon-arrow-sx:before {
    font-size: 25px;
    color: #002f5c;
    display: inline-block;
    text-decoration: none;
}

.advi-icon-arrow-dx:before {
    content: "\e901";
    font-size: 25px;
    color: #002f5c;
    display: inline-block;
    text-decoration: none;
}

.category-background .more {
    text-decoration: none;
    margin: 5px 0;
    color: white;
    background: #009aa5;
    position: absolute;
    right: 0;
    width: 40px;
    bottom: -5px;
    height: 40px;
    align-self: flex-end;
}

.category-background .more i.advi.advi-icon-arrow-dx {
    margin-left: 10px;
    margin-top: 10px;
}

.category-background .more i.advi.advi-icon-arrow-dx:before {
    color: white;
    font-size: 20px;
}

.category-background a.main-link {
    text-decoration: none;
}

.category-background .post-list .post {
    margin-bottom: 30px;
    background: white;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 45px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* height: auto !important; */
    min-height: 475px !important;
}
.category-background .post-list .post .content{
    height: auto;
}
.pagination.navigation {
    margin: 20px 0;
    display: block;
    padding: 0;
    margin-top: 55px;
}

.nav-pag-end nav.navigation.pagination {
    display: flex;
    margin-top: 50px;
}

.category-background h3.post-title {
    font-weight: 700;
    font-size: 21px;
}

.nav-pag-end .nav-links {
    margin-top: 0;
    margin-bottom: 100px;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}

a.next.page-numbers {
    margin: 0;
    position: relative;
    /*  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);*/
}

.nav-pag-end .nav-links a.next.page-numbers {
    margin: 0;
    position: relative;
    /*  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);*/
}

.category-background .author-image {

    max-width: 100px;
    position: absolute;
    margin-top: -40px;
    width: 100%;
    align-self: center;
}

.category-background .author-image img {
    border-radius: 60px;
}

.category-background .author-details {
    text-align: center;
    margin-top: 35px;
    margin-left: 10px;
    width: 100%;
}

.category-background span.author-name {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #023867;
}

.category-background .row.gb-author-archive {
    right: 0;
    background: white;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-right: 0;
    margin-left: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.category-background .row.gb-author-archive:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
}

.category-background .col-md-4 img {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.category-background .col-post-blog {
    margin-bottom: 10px;
}

img.avatar.photo {
    height: auto;
}

.category-background div.content p {
    font-size: 16px;
}

.category-background div.content {
    margin-top: -8px;
}

.category-background .post-list .row {
    display: flex;
    flex-wrap: wrap;
}

.category-background h3.post-title:hover, .category-background .more:hover {
    opacity: 0.6;
}

.category-background .author-image img:hover {
    opacity: unset;
}

.category-background .col-post-blog a:hover img {
    transform: scale(1.1);
}

.category-background .col-post-blog img {
    transition: all ease-out 1s;
    object-fit: cover;
}

a.wrap-img-post.thumb-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

a.wrap-img-post.thumb-wrap:after {
    content: '';
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all ease-out 0.5s;
}

a.wrap-img-post.thumb-wrap:hover:after,
.gb-related-posts .thumb-wrap:hover:after{
    background-color: rgba(0, 0, 0, 0.5);
}

/*SINGOLI POST*/

.gb-related-posts .thumb-wrap {
    display: block;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.gb-related-posts .thumb-wrap:after {
    content: '';
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all ease-out 0.5s;
}

.gb-related-posts .thumb-wrap .more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.gb-related-posts .thumb-wrap:hover img {
    transition: all ease-out 1s;
    overflow: hidden;
    transform: scale(1.1);
}

.single-post .post-content:hover {
    transform: none;
    box-shadow: none;
}
.single-post .post-content {
    box-shadow: none;
}

span.author.vcard, span.posted-on {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #009b9f;
    margin-right: 3px;
    letter-spacing: 1px;
}

span.author.vcard a {
    text-decoration: none;
    color: #009b9f;
}

.single-post #post-head {
    margin: 15px 0;
    margin-top: 25px;
}
#post-head .cat-links {
    display: flex;
    flex-wrap: wrap;
}

.single-post span.cat-links a {
    text-decoration: none;
    border: 1px solid #00325f;
    padding: 1px 10px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 3px;
}

.single-post span.cat-links a:hover {
    color: white;
    background: #00325f;
}

.single-post #content #post-content {
    font-size: 20px;
    line-height: 30px;
    padding-top: 3px;
    width: 100%;
}

.single-post #content #post-content p {
    margin: 15px 0;
    font-size: 17px;
    line-height: 28px;
}

div#box_author_article {
    margin-top: 75px;
}

.gb-author-box {
    box-shadow: 0 0 16px 1px rgba(230, 230, 230, 1);
    width: 100%;
    display: flex;
}

.author-image {
    max-width: 150px;
}

.row.gb-author-box {
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.single-post .author-image.col-md-6 {
    margin-right: 35px;
}

.single-post span.author-name {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #00305e;
}

div#related_articles {
    background-color: #E9F3F4;
    background-image: url(/cms/wp-content/themes/gb_bertoldi/images/top_deco-sea.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    min-height: 120px;
}

.gb-related-box-title.gb-section-title span {
    font-weight: 800;
}

.gb-section-title {
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 100px;
    font-size: 35px;
    line-height: 36px;
    color: #023867;
}

.single-post .post-title, .single-post .post a.more {
    visibility: visible;
    display: block;
}

.single-post .content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.single-post .post-list .row {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
}


.single-post .related-article .main-link {
    text-decoration: none;
    padding: 20px 30px 0;
}
.single-post .post-title {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

.single-post img.avatar.photo {
    border-radius: 60px;
    box-shadow: -14px -12px #e7f2f5;
}

.single-post p.author-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #009b9f;
    margin-top: 10px;
    margin-bottom: 5px;
}

.single-post #post-head h1 {
    margin-bottom: 30px;
    font-weight: 800;
}

.single-post mark {
    background: #ecf5f5;
    color: #023867;
}

.single-post #post-content img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.single-post #post-content a {
    color: #023869;
}

.single-post #content #post-content h3 {
    font-weight: 700;
}

.single-post #content #post-content h4 {
    font-weight: 600;

}

.single-post #post-content blockquote {
    border: none;
    background: #bce3e5;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    width: 100%;
    position: relative;
    margin-left: 0;
    text-align: right;
}

.single-post #post-content blockquote:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    background: #bce3e5;
}

#post-content blockquote p {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    z-index: 1;
    position: relative;
    padding-right: 40px;
}

.container_single_article_slider {
    position: relative;
    margin-left: -50vw;
    width: 100vw;
    left: 76%;
}

#single_article_slider {
    margin: 60px 0;
    width: 66%;
}

#single_article_slider .image_article_slider {
    padding: 0 15px;
}

#single_article_slider .image_article_slider a {
    position: relative;
    display: block;
}

#single_article_slider .image_article_slider .icon_discover {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #009aa5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#single_article_slider .image_article_slider .icon_discover i {
    margin-bottom: 3px;
}

#single_article_slider .image_article_slider .icon_discover i:before {
    font-size: 18px;
}

#single_article_slider img {
    margin: 0 !important;
    padding: 0 !important;
}

#single_article_slider .slick-prev {
    left: 0;
}

#single_article_slider .slick-next {
    right: 0;
}

#single_article_slider .slick-prev,
#single_article_slider .slick-next {
    height: 100%;
    z-index: 1;
    top: 0;
    margin-top: 0;
    background: rgba(233, 243, 244, 0.8);
    transition: 0.3s ease-out;
    width: 30px;
}

#single_article_slider .slick-next:before {
    content: "\f105";
}

#single_article_slider .slick-prev:before {
    content: "\f104";
}

#single_article_slider .slick-next:before,
#single_article_slider .slick-prev:before {
    font-family: 'fontAwesome';
    color: #009aa5;
    font-size: 22px;
}

#single_article_slider .slick-prev:hover,
#single_article_slider .slick-next:hover {
    background: rgba(233, 243, 244, 1);
}

.box-newsletter {
    background-color: #103C5F;
    background-image: url(/cms/wp-content/themes/gb_bertoldi/images/sail-bg.png);
    background-repeat: repeat;
    background-position: left top;
    padding: 30px 20px 0 20px;
    margin-right: -70px;
    margin-bottom: 50px;
    transition: 0.2s ease-out;
}

.box-newsletter:hover {
    box-shadow: 0 0 32px 0 rgba(82, 82, 82, 1);
}

.single-post .img-tour > .vc_column-inner {
    padding: 0;
}

.single-post .img-tour .wpb_single_image {
    margin-bottom: 0;
}

.single-post #blog-sidebar div#side-content .title.normal, .single-post #blog-sidebar div#side-content .title.normal strong {
    color: #fff;
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
    line-height: 45px;
}

.single-post #blog-sidebar div#side-content .subtitle {
    color: #fff;
    text-transform: none;
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
    font-weight: 700;
    max-width: 450px;
    text-align: center;
}

.single-post #blog-sidebar div#side-content #email-address {
    border: solid 1px #fff;
    background: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
    height: 35px;
    border-radius: 35px;
    font-style: italic;
    padding-right: 90px;
    line-height: 1.4;
}

.single-post .more {
    text-decoration: none;
    margin: 0;
    color: white;
    background-color: #009aa5;
    position: absolute;
    text-align: right;
    width: 40px;
    height: 40px;
    right: 0;
    align-self: flex-end;
    bottom: 0;
    display: block;
}
.single-post h3.post-title:hover,
.single-post .more:hover {
    opacity: 0.6;
}

.single-post .advi-icon-arrow-dx:before {
    content: "\e901";
    color: white;
    font-size: 20px;
}

.single-post i.advi.advi-icon-arrow-dx {
    margin-right: 10px;
    margin-top: 10px;
}

.single-post .gb-related-posts.post-list img {
    width: 100%;
    height: 220px;
}

.single-post .post-list .post {
    margin-top: 0;
    display:flex;
    flex-direction: column;
    flex: 1;
}
.single-post .related-article
{
    padding-bottom: 30px;
}

.single-post .related-article {
    height:100%;
}

.single-post #blog-sidebar div.sidebar-tour .title.normal {
    font-weight: 100;
    line-height: 34px !important;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    padding-bottom: 65px;
    padding-top: 15px;
}

.single-post .pre-button {
    padding-bottom: 35px;
    padding-top: 45px;
    position: relative;
    display: flex;
    justify-content: center;
}

.single-post .sidebar-tour {
    margin-top: 35px;
    background: url("https://www.bertoldiboats.test/cms/wp-content/uploads/2018/01/isole-costa-romantica2.jpg");
    padding: 17px 40px;
    margin-right: -70px;
}

.single-post .button-tour {
    text-align: center;
    background: #BE0642;
    border-radius: 40px;
    display: inline-block;
    width: 130px;
    border: solid 2px #BE0642;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
    position: absolute;
    align-self: flex-end;
}

.single-post #subscribe-form-footer button {
    text-align: center;
    background: #BE0642;
    border-radius: 40px;
    display: inline-block;
    border: solid 2px #BE0642;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 1;
    letter-spacing: 1px;
    width: 75px;
}

.single-post .post-list .col-sm-4.col-xs-12 {
    margin-right: -10px;
    display: flex;
}

.single-post p.author-desc {
    font-size: 16px;
}

.single-post #post-content ul {
    list-style-image: url("images/icons/partenza.svg");
}

.single-post aside#blog-sidebar {
    padding-left: 140px;
    padding-right: 0;
}

.pgallery-slider {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
}

.container_image_gallery {
    padding: 0 30px 30px 0;
    width: 25%;
}

.single-post #content #post-content .pgallery-slider a {
    display: block;
    line-height: 0;
}

.single-post #content #post-content .pgallery-slider img {
    padding: 0;
    margin: 0;
}

.fancybox-show-nav button:disabled,
.fancybox-show-nav input:disabled {
    background-color: transparent !important;
    color: #777 !important;
    border: 0 !important;
}

table td {
    border: 1px solid #000;
    padding: 10px
}

#content table tr {
    background: #EEE;
}

#content table tr:nth-of-type(2n+2) {
    background: #DDD;
}

#content table tr td {
    color: #023867;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

#content table tr td:last-of-type {
    word-break: break-word;
    min-width: 200px;
}

#content table ol li {
    font-weight: 400;
    margin: 10px 0;
}

.icon_list .gb_vc_step_list {
    margin-bottom: 5px;
    padding-left: 65px;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    max-width: 365px;
}

.icon_list .gb_vc_step_list .gb_vc_step_icon {
    position: static;
    left: 0;
    top: 3px;
}

.icon_list .gb_vc_step_icon img {
    width: 40px;
    position: absolute;
    left: 0;
    top: 4px;
}

body #content .icon_list .gb_vc_step_list-cnt a {
    color: #35B558;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #35B558;
    line-height: 1.1;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

body #content .icon_list .gb_vc_step_list-cnt a:hover {
    border-bottom: 1px solid transparent;
}

.icon_list .gb_vc_step_list-cnt a:after {
    content: "\e902";
    font-family: "Bertoldi";
    display: inline-block;
    right: -20px;
    position: absolute;
    transform: rotate(-90deg);
}

.vca_recensioni > .vca_inner-row-wrapper {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
}

.vca_recensioni *,
.vca_recensioni .gb_vc_titolo .title {
    color: #009D74;
    font-size: 15px;
    line-height: 23px;
}

.vca_recensioni .vca_inner-row-wrapper > .wpb_column > .vc_column-inner,
.vca_recensioni .vca_inner-row-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

.vca_recensioni .vca_inner-row-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_raw_html {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.content_recensioni {
    display: flex;
    align-items: center;
}

.content_recensioni > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 0px;
}

.content_recensioni > .vc_column-inner > .wpb_wrapper .gb_vc_recensione_box {
    padding: 60px 70px 45px 40px;
}

.vc_recensione_inner_wrap .gb_vc_titolo .title {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.vc_content_raiting_author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.vc_content_raiting_author img {
    margin-right: 15px;
}

.vc_author_name {
    font-style: italic;
}
.vc_content_review{
    position:relative;
}

.vc_content_review:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -40px;
    background: url('images/virgolette_sx.png');
    width: 16px;
    height: 13px;
    background-size: contain;
}

.vc_content_review:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -35px;
    background: url('images/virgolette_dx.png');
    width: 16px;
    height: 13px;
    background-size: contain;
}

.no_mb {
    margin-bottom: 0 !important;
}

.text_red {
    margin-bottom: 20px !important;
    text-align: center;
}

.text_red p {
    font-size: 20px;
    font-weight: 700;
    color: #BE0642;
}

/* TABLES */
.ap-table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin-top: 15px;
}

.ap-table-wrapper table {
    width: 100%;
    margin: 0;
}

.ap-table-wrapper .darrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    bottom: 20px;
}

.ap-table-wrapper .darrow .advi {
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.ap-table-wrapper .darrow .advi:before {
    color: #fff;
}

/*TABELLA per pagina Taxi-Boat*/
.last-section {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.table_section {
    padding-bottom: 50px;
}

.table_section .vca_inner-row-wrapper {
    background: white;
}

.table_section .in-table {
    padding: 50px 40px 0;
}

.table_section table {
    margin: auto;
    max-width: 900px;
    text-align: center;
    min-width: 345px;
}

.table_section table td {
    border: none;
    color: #1a1a1a;
    padding: 7px;
}

#content .table_section table tr td:last-of-type {
    min-width: 0;
}

#content .table_section table tr {
    background: #eaf6fe;
}

#content .table_section table tr:first-of-type {
    background: white;
    border-bottom: 3px solid #7890b1;
}

#content .table_section table tr:nth-of-type(2n+2) {
    background: white;
}

#content .table_section .time-table .in-table .wpb_content_element {
    margin-right: 20px;
}

#table_price_hire .wpb_content_element {
    margin-bottom: 0;
}

/*Aggiustamento sezione Tour (bollino)*/
.sticker-section {
    min-height: 500px;
}

/*Customizzazione link*/
body #content .wpb_text_column a {
    color: #023867;
    text-decoration: none;
    border-bottom: 1px solid #023867;
}

body #content .wpb_text_column a:hover {
    border-bottom: 1px solid transparent;
}

.danimated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes dbounce {
    0% {
        -webkit-transform: translateX(30px);
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 0;
    }
}

@keyframes dbounce {
    0% {
        -webkit-transform: translateX(30px);
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 0;
    }
}

.dbounce {
    -webkit-animation-name: dbounce;
    animation-name: dbounce;
}

#blog-sidebar {
    position: relative;
}

.flex_row {
    display: flex;
    flex-wrap: wrap;
}

.sticky_sidebar {
    position: sticky;
    top: 130px;
}

.row_flex > .vca_inner-row-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.vertical_align_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* table hire */
#content .table_hire,
#content .table_hire_foot {
    border: 0;
    background: transparent;
    max-width: 100%;
    margin: 0 auto;
    min-width: 500px;
}

#content .table_hire tr,
#content .table_hire td,
#content .table_hire_foot tr,
#content .table_hire_foot td {
    border: 0;
    background: transparent;
}
#content .table_hire .table_hire_price .mobile_cell{display: none;}
#content table.table_hire .row_hire .table_hire_price thead th{
    background: #023867;
    border: 6px solid #e6d6c6;
    width: 70px;
}
#content table.table_hire .row_hire thead tr strong{
    color: #fff;
    display: block;
    white-space: nowrap;
    font-size: 20px;
    padding: 5px;
}

#content table.table_hire tr:nth-of-type(2n+2) {
    background: #e6d6c6;
}

#content .row_hire {
    background: #e6d6c6;
    margin-bottom: 30px;
    padding: 25px;
}

#content .table_hire tr.row_hire.no_border {
    border-bottom: 0;
}

#content .table_hire tr.row_hire.no_border td.table_title {
    padding-top: 30px;
    width: 250px;
}

#content tr.row_hire td.table_title {
    padding-left: 0;
}

#content .table_hire > tr.row_hire:not(.no_border) td{
    padding-bottom: 30px;
}
.hire_promo {
    display: flex;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 30px;
    justify-content: space-around;
}

.hire_promo p {
    text-align: center;
    width: 290px;
    display: flex;
    flex-direction: column;
    background: #ece2da;
    padding: 25px;
    margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
    .hire_promo {
        flex-direction: column;
    }
    .hire_promo p {
        width: 100%;
    }
}

#table_price_hire .hire_promo strong:not(:last-child) {
    font-size: 35px;
}

#content .hire_title {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px !important;
}

#content .hire_title strong {
    font-size: 18px;
    color: #043968;
    padding-left: 20px;
    text-transform: uppercase;
}

#table_price_hire .text_white p, #table_price_hire .text_white strong{
    color: #023867;
}
#content .hire_title strong span.text_red {
    color: #DB4040;
}
#content .hire_title .text_white strong {
    color: #FFF;
    font-size: 30px;
}

#content .hire_description {
    text-align: center;
    margin: 0 75px;
}
@media screen and (max-width: 767px){
    #content .hire_description {
        margin: 0 auto;
    }
}

#content .table_hire .row_hire.green_gb > td{
    padding: 0;
}

#content .table_hire .row_hire.no_border.green_gb > td  img, #content .table_hire .row_hire.no_border.green_gb > td  strong{
    position: relative;
}

#content .table_hire tr.row_hire:not(.green_gb) .table_hire_price{
    max-width: 600px;
    margin: 0 auto;
}


#content .table_hire tr.row_hire.green_gb:not(.no_border) div strong:last-child{
    font-size: 20px;
}

#content table.table_hire_foot tr:nth-of-type(2n+2) {
    background: #e6d6c6;
}

#content .table_hire_foot tr.row_hire {
    background: #e6d6c6;
    border-bottom: 8px solid #fff;
}

#content .hire_promo {
    margin-bottom: 30px;
}

#content .table_hire .title_row_price {
    line-height: 1.2;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.table_hire .title_row_hire {
    padding-left: 50px;
    line-height: 1 !important;
    max-width: 200px;
}

.table_hire .flex_cell {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.table_hire_foot .flex_cell {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.table_hire .row_hire .flex_cell strong{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 5px;
}

.table_hire .row_hire.green_gb .flex_cell strong{
    text-transform: capitalize;
}

.table_hire .row_hire .flex_cell strong .text_red {
    color: #DB4040;
}

.table_hire .inline-flex_cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}

@media screen and (max-width: 767px){
    .table_hire .inline-flex_cell {
        padding-left: 25px;
    }
}

.table_hire_foot .inline-flex_cell {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.row_hire .inline-flex_cell strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 5px;
}

.table_hire .row_hire.green_gb .inline-flex_cell strong{
    text-transform: capitalize;
}

.table_hire .row_hire .inline-flex_cell strong .text_red {
    color: #DB4040;
}

.table_hire .text_green {
    color: #35B558 !important;
}

.table_hire_foot .text_green {
    color: #35B558;
}

.table_hire .text_green * {
    color: #35B558;
}
.table_hire .text_white{
    color: #fff!important;
    font-size: 30px;
    text-transform: uppercase;
}
.table_hire .text_white * {
    color: #fff;
}
.table_hire tr.row_hire img {
    width: 60px;
}
.table_hire tr.row_hire td {
    vertical-align: middle;
}

#content table.table_hire tr td:last-of-type {
    min-width: 0;
}

.table_hire .ap-table-wrapper {
    margin-bottom: 0;
}

.table_hire .table_hire_price th {
    padding: 0 5px;
    text-align: center;
}

.table_hire .table_hire_price td {
    padding: 2px 5px;
    text-align: center;
}
.table_hire .table_hire_price .mobile_cell {
    display: none;
}
#content .table_hire .table_hire_price td:not(.title_row_price) {
    background: #ECE2DA;
    border: 6px solid #e6d6c6;
    font-size: 24px;
    font-weight: 400;
    padding: 6px 0px 5px;
    min-width: 70px;
}

#content .table_hire .table_hire_price td.no_bg, #content .table_hire .table_hire_price thead th.no_bg {
    background: transparent!important;
}

.table_hire .table_hire_price th {
    max-width: 60px;
}

.table_hire tr td.pr_50 {
    padding-right: 50px;
}

#content .table_hire_foot {
    max-width: 900px;
    min-width: 900px;
    margin-top: 20px;
}

#content .table_hire_foot tfoot tr {
    background: #fff;
}

.table_hire_foot tr td {
    width: 25%;
}

.table_hire_foot tr td img {
    width: 40px;
    margin-right: 10px;
}

.table_hire_foot tr td strong {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
}




/* pdf ipages flipbook */
body .ipgs-theme-light.ipgs-ready .ipgs-toolbar{
    bottom:15px;
    padding: 0 5px;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.25);
    background: #fff;
}
body .ipgs-theme-light .ipgs-page{
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.25);
}
body .ipgs-theme-light .ipgs-next-page,
body .ipgs-theme-light .ipgs-prev-page {
    top: calc(50% - 35px);
}
body .ipgs-flipbook{
    padding-bottom: 75px;
    overflow: visible;
}
body .ipgs a.ipgs-infobox{
    display: none !important;
}
body .ipgs-theme-light .ipgs-control {
    padding: 5px 8px;
}
@media screen and (max-width: 575px) {
    body .ipgs-flipbook{
        height:400px;
    }
}

/* section sticky booking on tour */
#sticky_booking{
    position:fixed;
    bottom:0;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 2000px;
    overflow: hidden;
    background: #EAF3F4;
    z-index: 300;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
#sticky_booking.no-booking{
    background: #fff;
}
#sticky_booking .gb_row-info,
#sticky_booking .col-info,
#sticky_booking .col-booking, #sticky_booking_rent .col-booking{
    padding: 25px 15px;
    position: relative;
}
#sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn{
    background: #E9F3F4;
}
#sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn:hover{
    color: #E9F3F4;
    background: #BE0642;
}
#sticky_booking .col-booking {
    padding-left: 50px;
}
#sticky_booking .col-booking .title, #sticky_booking_rent .col-booking .title{
    font-size: 25px;
    color: #023867;
    font-weight: 700;
    margin-bottom: 15px;
}
#sticky_booking .col-booking p, #sticky_booking_rent .col-booking p{
    color: #023867;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}
#sticky_booking .gb_row-info .title,
#sticky_booking .col-info .title{
    color: #023867;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
#sticky_booking .gb_row-info .title{
    line-height: 1.2;
}
#sticky_booking .gb_row-infoinfo p,
#sticky_booking .col-info p{
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
}
#sticky_booking .gb_row-info > .row{
    display: flex;
    align-items: center;
}
#sticky_booking .col-booking:before, #sticky_booking_rent .col-booking:before{
    content:'';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top:0;
    z-index: -1;
    background: #FFF;
}
#sticky_booking .row-button-booking, #sticky_booking_rent .row-button-booking{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sticky_booking .col-booking .gb_vc_btn_wrap.gb_vc_btn_full a, #sticky_booking .col-booking .gb_vc_btn_wrap.gb_vc_btn_full button,
#sticky_booking_rent .col-booking .gb_vc_btn_wrap.gb_vc_btn_full a{
    background: #08AB55;
    border: 2px solid #08AB55;
}
#sticky_booking .col-booking .gb_vc_btn_wrap.gb_vc_btn_full a:hover, #sticky_booking .col-booking .gb_vc_btn_wrap.gb_vc_btn_full button:hover,
#sticky_booking_rent .col-booking .gb_vc_btn_wrap.gb_vc_btn_full a:hover{
    background: #FFF;
    color: #08AB55;
}
.gb_exclusive #sticky_booking .gb_vc_btn_wrap{
    margin-bottom: 0;
}
.gb_exclusive #gb_content-tour .gb_vc_step_list{
    align-items: flex-start;
    padding-left: 0;
}
.gb_exclusive #gb_content-tour .gb_vc_step_list .gb_vc_step_icon{
    margin-right: 6px;
}
.gb_exclusive #gb_content-tour .gb_vc_step_list.column{
    padding-left: 0;
}
.vc_row.gb_exclusive{
    background: #41373e;
}
.vc_row.gb_exclusive p{
    color: white;
}
.vc_row.gb_exclusive .vc_do_toggle .vc_toggle_content{
    margin-left: 0;
}
.vc_row.gb_exclusive .vc_do_toggle .vc_toggle_content ul li {
    color: white;
}
.vc_row.gb_exclusive .vc_do_toggle .vc_toggle_content p strong{
    color: white;
}
.vc_row.gb_exclusive .vc_toggle_title{
    background-color: transparent;
    border-bottom: 1px solid #5D535B;
    padding: 10px 0 !important;
}
.vc_row.gb_exclusive .vc_toggle_title h4{
    color: #d7b580;
}
.vc_row.gb_exclusive .vc_toggle_title .vc_toggle_icon::before,
.vc_row.gb_exclusive .vc_toggle_title .vc_toggle_icon::after{
    border-color: white !important;
}

.icon_payment{
    display: flex;
    align-items: center;
}

.col-booking .gb_vc_btn_wrap a.gb-medium-btn, .col-booking .gb_vc_btn_wrap button.gb-medium-btn, .col-booking .regiondo-button{
    padding: 8px 25px;
}
.col-booking .gb_vc_btn_wrap a.gb-medium-btn:hover{
    border-color: #fff;
}
.col-booking .regiondo-button, .col-booking .regiondo-button:hover {
    color: #fff;
    box-shadow: none;
    font: inherit;
    font-size: 18px;
    line-height: 20px;
}
.col-booking .regiondo-button span {
    margin: 0;
    padding: 0;
    font-size: 18px;
    min-height: 23px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.col-info .gb_vc_btn_wrap.gb_vc_btn_full a:hover {
    color: #fff;
    background: #BE0642;
    border-color: #BE0642;
}
.col-info .gb_vc_btn_wrap a.gb-medium-btn {
    padding: 8px 25px;
    color: #BE0642;
    background: #fff;
    border-color: #BE0642;
}
body .gb_row-info .gb_vc_btn_wrap a.gb-medium-btn{
    color: #fff;
    background: #BE0642;
    border: 2px solid #BE0642;
    padding: 10px 25px;
}
.gb_row-info .gb_vc_btn_wrap.gb_vc_btn_full a:hover {
    background: #fff;
    color: #BE0642;
    border-color: #BE0642;
}
.row-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.row-flex .col-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.row:before, .row:after{
    width: 0;
}

.text-col-booking,
.text-col-info{
    display: none;
}

#post.cta-sticky #gb_intro-tour .gb_vc_btn_wrap{
    display: none;
}

.fancybox-booking .fancybox-bg{
    background: #013863;
    opacity:0.7;
}
.fancybox-booking .fancybox-slide--iframe .fancybox-content {
    height: 95%;
    max-height: calc(100% - 80px);
    max-width: 1020px;
    padding: 0 10px;
    background: transparent;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 1350px){
    .fancybox-booking .fancybox-slide--iframe .fancybox-content{
        max-width: 1300px;
    }
}
.fancybox-booking .fancybox-slide--iframe .fancybox-content iframe{
    background: #fff;
}
.fancybox-booking  .fancybox-slide>* {
    margin: 40px 0 40px;
    vertical-align: bottom;
    padding: 0;
}
.fancybox-booking .fancybox-button.fancybox-button--fullscreen{
    display: none;
}
.fancybox-booking .fancybox-toolbar{
    opacity: 1;
}
.fancybox-booking .fancybox-button.fancybox-button--close{
    background: #19A3A9;
    color: #fff;
    visibility: visible;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
}
.fancybox-booking .fancybox-button:after, .fancybox-booking .fancybox-button:before{
    opacity: 1;
    visibility: visible;
}
#regiondo_rent .fancybox-close-small{
    width: 35px;
    height: 35px;
}
#regiondo_rent .fancybox-close-small:after{
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    line-height: 1.3;
    font-weight: 700;
}
#regiondo_rent .fancybox-close-small:hover:after {
    color: #fff;
    background: #000;
}
#regiondo_rent{
    padding: 20px;
    background: transparent;
    max-width: 100%;
}

#sticky_booking .label-mobile, #sticky_booking_rent .label-mobile{
    display: none;
}
#sticky_booking .label-desktop, #sticky_booking_rent .label-desktop{
    display: inline-block;
}

body.category-blog .wpml-ls-statics-shortcode_actions,
body.category-1 .wpml-ls-statics-shortcode_actions{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}



@media screen and (max-width: 767px){
    .fancybox-booking .fancybox-button.fancybox-button--close {
        width: 30px;
        height: 30px;
    }
    .fancybox-booking .fancybox-slide--iframe .fancybox-content {
        height: 100%;
        max-height: calc(100% - 10px);
    }
    .fancybox-booking  .fancybox-slide>* {
        margin: 10px 0 0;
    }
}

/* section sticky booking on rent */
#sticky_booking_rent{
    position:fixed;
    bottom:0;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 2000px;
    overflow: hidden;
    background: #fff;
    z-index: 300;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
#sticky_booking_rent .col-booking{
    padding-left: 50px;
    width: 100%;
}


/*FIREFOX*/

@-moz-document url-prefix() {
    .category-background .author-image {
        max-width: 100px;
        position: absolute;
        margin-top: -76px;
        width: 100%;
        align-self: center;
    }

    .single-post #post-content li:before {
        background: url("images/icons/partenza.svg") no-repeat;
        background-size: 13px;
        float: left;
        content: " ";
        display: block;
        width: 30px;
        height: 13px;
        margin-top: 6px;
    }

    .single-post #post-content ul {
        list-style: none;
    }
}

/*RESPONSIVE*/

@media only screen and (max-width: 2560px) {
    .category-background .post-list .post {
        padding-bottom: 25px !important;
    }

    .single-post div#post {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 1450px) {
    /* 3. HEADER	*/
    .nav-menu > li.menu-item > a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 13px;
    }
    #site-masthead.sticky .nav-menu > li.menu-item > a {
        padding-left: 7px;
        padding-right: 7px;
    }

    html[lang="ru-RU"] .nav-menu > li.menu-item > a,
    html[lang="ru-RU"] #site-masthead.sticky .nav-menu > li.menu-item > a {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*9. HOME */
    .home .gb_home-intro {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .single-post .button-tour {
        width: 150px;
    }

    .single-post #blog-sidebar div#side-content, .single-post .sidebar-tour {
        margin-right: 40px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .md-hidden {
        display: none;
    }

    .inl-md-visible {
        display: inline-block !important;
    }

    .gb_vc_titolo.big .title {
        font-size: 40px;
        line-height: 50px;
    }

    /* 3. HEADER */
    .nav-menu > li.menu-item > a {
        padding-left: 6px;
        padding-right: 6px;
    }

    .nav-menu {
        text-align: right;
    }

    /* 8. FOOTER */
    #footer-sidebar .footer-contacts {
        text-align: center;
        border-top: solid 3px #E9F3F4;
        padding-top: 40px;
        margin-top: 25px;
    }

    #footer-sidebar .gb-social-icons-list li {
        margin: 0 12px 10px;
    }

    /* 9. HOME */
    .vc-gb-counter-wrapper .gb-code_wrap {
        margin: 15px 0;
    }

    .vc-gb-section-counters .vc-gb-counter-wrapper {
        margin: 0 40px 50px;
    }

    /* 10. VC */
    #content > .vc_row.vca_row-wrapper > .vc_column_container,
    .vca_inner-row-wrapper {
        max-width: 970px;
    }
    /* 11. TOUR */
    #gb_intro-tour{
        margin-bottom: 25px;
    }
    #gb_intro-tour .gb_vc_titolo.big .title{
        margin-bottom: 30px;
        margin-top: 0;
    }

    /* 13. */
    #contact_map_col > .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .img_logo_tour {
        max-width: 230px;
    }

    .wpb_single_image.img_banner img {
        max-width: 140px;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1340px) {
    .single-post aside#blog-sidebar {
        padding-left: 70px;
        padding-right: 0;
    }

    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: -10px;
    }
}

@media only screen and (max-width: 1024px) {
    #post-content blockquote p span {
        font-size: 23px;
    }

    .single-post #blog-sidebar div#side-content {
        margin-right: -8px !important;

    }

    .single-post .sidebar-tour {
        margin-right: -8px !important;
    }

    .single-post aside#blog-sidebar {
        padding-left: 70px !important;
    }
    .home .gb_home-certification{
        bottom: 145px;
    }

    /* menu mobile */

    #menu_mobile_btn {
        height: 22px;
        width: 35px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        margin-left: auto;
    }
    #menu_mobile_btn span{
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #013765;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #menu_mobile_btn span:nth-child(1) {
        top: 0px;
    }
    #menu_mobile_btn span:nth-child(2),
    #menu_mobile_btn span:nth-child(3) {
        top: 10px;
    }
    #menu_mobile_btn span:nth-child(4) {
        top: 20px;
    }

    #menu_mobile_btn.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #menu_mobile_btn.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #menu_mobile_btn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #menu_mobile_btn.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .primary-nav > div[class*="menu-main-menu"]{
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background:#fff;
        box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.34);
    }
    .tour-preview,
    .row-title-megamenu,
    .row-link-megamenu{
        display: none !important;
    }
    .primary-nav .nav-menu {
        float: none;
        overflow: auto;
    }
    .primary-nav .nav-menu li {
        float: none;
        width: 100%;
        text-align: left;
    }
    #site-masthead .nav-menu > li.menu-item > a {
        height: auto;
        line-height: inherit;
        display: inline-block;
        width: 100%;
    }
    #site-masthead .nav-menu > li.menu-item > a:after{
        display:none;
    }

    #header-nav {
        padding: 0;
    }
    #top-bar {
        padding-left: 0;
        padding-right: 0;
    }

    .primary-nav .nav-menu li.menu-item:nth-of-type(2n),
    .primary-nav .nav-menu li .sub-menu .odd{
        background: #E9F3F4;
    }
    .primary-nav .nav-menu li.menu-item{
        display: flex;
        align-items: center;
    }
    #site-masthead.static-header .nav-menu > li.menu-item > a,
    #site-masthead .nav-menu > li.menu-item > a,
    .menu_link_back,
    .primary-nav .nav-menu li .nav-menu-level,
    .primary-nav .nav-menu li .current-level-item,
    .primary-nav .nav-menu li .vca_megamenu_link,
    .primary-nav .nav-menu li .megamenu-title-wrap,
    .primary-nav .nav-menu li .ap_megamenu-title > .ap-link {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 700;
        color: #013765;
        padding: 15px 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-height: 48px;
        border:0;
    }

    #site-masthead .nav-menu > li.menu-item.item-search-icon a {
        justify-content: start;
    }
    
    .primary-nav .nav-menu li .sub-menu .nav-menu-level{
        justify-content: flex-start;
        text-transform: uppercase;
        background: #013765;
        color: #fff;
    }
    .primary-nav .nav-menu li .nav-menu-level i{
        font-size: 16px;
        margin-right: 8px;
    }
    #site-masthead .nav-menu .ap_menu-arrow{
        font-size: 16px;
    }
    #site-masthead .nav-menu .sub-menu .vc_column-inner{
        padding: 0;
    }
    #site-masthead .nav-menu .sub-menu .wpb_wrapper > *:not(.vca_megamenu_item):not(.container-multilevel-menu ),
    #site-masthead .nav-menu .sub-menu .content-multilevel-menu > *:not(.nav-menu-level):not(.current-level-item ):not(.vca_megamenu_item){
        display: none;
    }
    #site-masthead.static-header .nav-menu > li.menu-item > i,
    #site-masthead .nav-menu > li.menu-item > i {
        padding: 15px 20px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }
    .primary-nav .nav-menu li .sub > .sub-menu{
        top:0;
        box-shadow: none;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .nav-menu > li.menu-item > ul.sub-menu {
        top: 0;
        width: 100%;
    }
    .primary-nav .nav-menu li .sub > .sub-menu .megamenu_cat_tour h4{
        margin-bottom: 0;
    }
    .primary-nav .nav-menu li .sub-menu{
        padding: 0;
        opacity: 1;
        visibility: visible;
        transform: translateX(100%);
        transition: 0.3s ease-out;
    }
    .primary-nav .nav-menu li .sub-menu.open{
        transform: translateX(0);
    }
    .primary-nav .nav-menu .megamenu_cat_tour .sub-menu{
        left: 0;
    }
    .menu_link_back{
        cursor: pointer;
    }
    .primary-nav .nav-menu li .menu_link_back,
    .primary-nav .nav-menu li .sub > .sub-menu .menu_link_back{
        font-size: 13px;
        line-height: 1.4;
        font-weight: 700;
        color: #fff;
        background: #013765;
        text-transform: uppercase;
        width: 100%;
        display: flex;
        align-items: center;
        max-height: 48px;
        border:0;
    }
    #site-masthead .primary-nav .nav-menu li.menu-item > i,
    #site-masthead .primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children i,
    #site-masthead .primary-nav .nav-menu li .sub > .sub-menu .megamenu_cat_tour h4 i {
        padding: 15px 20px 15px 40px;
    }

    .menu_link_back span{
        padding: 15px 20px 15px 0;
        display: block;
    }
    #site-masthead .menu_link_back i,
    #site-masthead .primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children .menu_link_back i{
        padding: 15px 15px 15px 20px ;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }
    .primary-nav .nav-menu .megamenu_cat_tour:nth-of-type(2n),
    .primary-nav .nav-menu li .sub > .sub-menu .mega-menu-item-has-children:nth-of-type(2n + 1){
        background: #E9F3F4;
    }
    .primary-nav .nav-menu li .sub-menu .vc_column_container{
        position: static;
    }
    .primary-nav .nav-menu li .vca_megamenu_link small{
        margin-right: auto;
        margin-left: 10px;
        font-size: 10px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: 20px;
    }

}

@media only screen and (max-width: 991px) {

    #content .vca_tour-section .vca_tour-section-gallery .wpb_content_element {
        height: 200px;
    }

    /*SEZIONE BLOG*/
    #filter-blog-btn {
        display: none;
    }

    .nav-links {
        margin-top: 0 !important;
    }

    .pagination.navigation {
        margin-top: 0 !important;
    }

    .category-background .col-post-blog {
        width: 100%;
    }

    .category-background .col-post-blog img {
        object-fit: cover;
    }

    #post-content blockquote p {
        width: 100% !important;

    }

    .single-post .author-details.col-md-6 {
        margin-top: 20px;
    }

    .single-post .gb-section-title {
        font-size: 30px;
    }

    #post-content blockquote p span {
        font-size: 22px;
    }

    #filter-blog-btn {
        display: none;
    }

    .single-post div#post {
        margin-bottom: 100px;
        margin-top: 30px;
    }

    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: 40px !important;
    }

    .single-post .sidebar-tour {
        margin-top: 0 !important;
    }

    .single-post #blog-sidebar .row {
        margin-top: 20px;
    }

    #subscribe-form-footer {
        margin-top: 30px;
        max-width: 100%;
    }

    .sticky_sidebar {
        position: relative;
        top: 0;
    }

    .single-post aside#blog-sidebar {
        padding-left: 30px !important;
    }

    .gb-author-box {
        display: block;
    }

    div#box_author_article {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /* 2. COMPONENTS */
    .inl-sm-visible {
        display: inline-block !important;
    }

    .sm-visible, .mega-sm-visible {
        display: block !important;
    }

    .vca_absolute-label {
        display: none;
    }

    .vca_absolute_img {
        width: 100px;
        margin-bottom: 20px !important;
        right: 20px;
    }

    .gb_vc_titolo.big .title {
        font-size: 35px;
        line-height: 45px;
    }

    .gb_vc_titolo.medium .title {
        font-size: 26px;
        line-height: 32px;
    }

    #gb_section-form .vc_col-sm-6 {
        width: 100%;
    }

    #gb_section-form .vca_inner-row-wrapper > .wpb_column {
        padding-bottom: 0;
    }

    #gb_section-form .vca_inner-row-wrapper > .gb_gform-container {
        padding-top: 0;
    }

    /* 3. HEADER */
    #main {
        padding-top: 0;
    }

    .top-widget ul.menu li {
        margin-left: 15px;
    }

    nav.primary-nav {
        display: block;
        margin: 0;
        position: static;
    }

    .primary-nav > div[class*="menu-main-menu"] .mega-menu-toggle {
        background: transparent;
    }

    #site-masthead.hovered-head:hover .mega-menu-toggle .mega-menu-toggle-block:before,
    #site-masthead.hovered-head:hover .mega-menu-toggle .mega-menu-toggle-block:after,
    #site-masthead.sticky .mega-menu-toggle .mega-menu-toggle-block:before,
    #site-masthead.sticky .mega-menu-toggle .mega-menu-toggle-block:after,
    #site-masthead.static-header .mega-menu-toggle .mega-menu-toggle-block:before,
    #site-masthead.static-header .mega-menu-toggle .mega-menu-toggle-block:after {
        color: #023867;
    }

    #site-masthead.static-header .mega-menu-toggle .mega-menu-toggle-block:after {
        font-weight: 600;
    }

    #site-masthead.hovered-head .nav-menu > li.menu-item > a {
        color: #013765;
    }

    .nav-menu > li.menu-item > ul.sub-menu {
        box-shadow: unset;
    }

    .primary-nav > div[class*="menu-main-menu"] .mega-menu-toggle {
        padding-right: 40px;
    }




    /* 7. PRE FOOTER */
    #gb_footer-newsletter {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* 8. FOOTER */
    #footer-logo {
        display: none;
    }

    #footer-wrapper .footer-menu li a {
        font-size: 16px;
    }

    #footer-sidebar .footer-col .widSSP {
        margin: 0 auto;
    }

    #footer-sidebar .vc_row .footer-col {
        border-bottom: solid 3px #E9F3F4;
        text-align: left;
        padding: 0 0 30px;
        margin-bottom: 20px;
    }

    #footer-sidebar .vc_row .footer-col:last-child {
        border: 0;
        text-align: center;
    }

    #footer-sidebar .expandable-col .widget-title {
        display: block;
        text-align: left;
        margin-bottom: 0;
        cursor: pointer;
        position: relative;
    }

    #footer-sidebar .expandable-col .widget-title:hover {
        opacity: 0.8;
    }

    #footer-sidebar .expandable-col .widget-title:after {
        content: "\f107";
        font-family: "fontAwesome";
        color: #40434A;
        font-size: 20px;
        margin-left: 8px;
        position: absolute;
        right: 0;
        top: 0;
    }

    #footer-sidebar .expandable-col .widget-title.active:after {
        content: "\f106";
    }

    #footer-sidebar .expandable-col .menu {
        display: none;
        padding-top: 0;
    }

    #footer-sidebar .footer-col #CDSWIDCOE{
        margin-left: auto;
        margin-right: auto;
    }

    /*9. HOME */


    /* 10. VC */
    #content > .vc_row.vca_row-wrapper > .vc_column_container, .vca_inner-row-wrapper {
        max-width: 750px;
    }

    #subscribe-form-footer {
        margin-top: 30px;
        max-width: 100%;
    }

    /* TOURS */
    #gb_content-tour .vca_fixed-pad .vc_column-inner > .wpb_wrapper {
        padding: 0 10px;
    }

    .gb-vc-slider_wrap button {
        height: 40px;
        width: 40px;
        line-height: 60px;
    }

    #gb_content-tour .gb_vc_step_list.column {
        width: 100%;
        margin-bottom: 15px;
        min-height: 40px;
    }

    .wpb_single_image.img_banner img {
        max-width: 180px;
    }

    .img_logo_tour {
        max-width: 300px;
    }

    .container_single_article_slider {
        left: 50%;
    }

    #gb_intro-tour{
        margin-bottom: 25px;
    }

    /*Sezione Taxi Boat*/
    .table_section .wpb_single_image .vc_figure {
        display: block;
        max-width: 600px;
        margin: auto;
    }

    .text-col-booking,
    .text-col-info,
    .icon_payment{
        display: none !important;
    }
    #sticky_booking{
        background: #FFF;
    }

    #sticky_booking .container, #sticky_booking_rent .container{
        width: 100%;
        padding-right: 15px;
        padding-left:  15px;
    }
    #sticky_booking .col-booking .gb_vc_btn_wrap.gb_vc_btn_full button{
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
    #sticky_booking .row-button-booking {
        align-items: stretch;
        height: 100%;
    }

    #sticky_booking .gb_row-info,
    #sticky_booking .col-info,
    #sticky_booking .col-booking,
    #sticky_booking_rent .col-booking{
        padding: 0;
    }
    #sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn{
        background: #BE0642;
        border-color: #BE0642;
    }
    #sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn:hover{
        border-color: #BE0642;
    }

    #sticky_booking .col-booking .gb_vc_btn_wrap, #sticky_booking_rent .col-booking .gb_vc_btn_wrap{
        width: 100%;
    }
    .col-booking .gb_vc_btn_wrap a.gb-medium-btn:hover {
        border-color: #BE0642;
    }
    #sticky_booking .gb_row-info .gb_vc_btn_wrap a.gb-medium-btn,
    #sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn,
    #sticky_booking .col-booking .gb_vc_btn_wrap a.gb-medium-btn,
    #sticky_booking_rent .col-booking .gb_vc_btn_wrap a.gb-medium-btn {
        display: block;
        border-radius: 0;
        padding: 12px 15px;
    }
    #sticky_booking .gb_row-info .gb_vc_btn_wrap a.gb-medium-btn:after,
    #sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn:after{
        font-family: "fontAwesome";
        content: "\f0e6";
        font-weight: 400;
        margin-left: 8px;
    }
    #sticky_booking .col-booking .gb_vc_btn_wrap a.gb-medium-btn:after, #sticky_booking_rent .col-booking .gb_vc_btn_wrap a.gb-medium-btn:after{
        font-family: "fontAwesome";
        content: "\f274";
        font-weight: 400;
        margin-left: 8px;
    }
    #sticky_booking .col-booking .gb_vc_btn_wrap.gb_vc_btn_full a:hover, #sticky_booking_rent .col-booking .gb_vc_btn_wrap.gb_vc_btn_full a:hover{
        background: #08AB55;
        color: #fff;
    }

    .col-info .gb_vc_btn_wrap a.gb-medium-btn {
        color: #fff;
        background: #103C5F;
        border-color: #103C5F;
    }
    .col-info .gb_vc_btn_wrap.gb_vc_btn_full a:hover {
        color: #103C5F;
        background: #fff;
        border-color: #103C5F;
    }

    #gb_content-tour.vca_page_section,
    #gb_content-tour.vca_page-section{
        margin-bottom: 45px;
    }
    .single-gb_tours #content .vca_bg-section{
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .single-gb_tours #content .vc_row.vca_bg-section:last-of-type{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .vca_page_section, .vca_page-section {
        margin-bottom: 60px;
    }
    #footer-wrapper {
        margin-top: 65px;
    }

    #gb_intro-tour h4, #gb_intro-tour .h4 {
        font-size: 20px;
        line-height: 28px;
    }

}

@media only screen and (min-width: 769px) and (max-width: 990px) {
    #filter-blog-btn {
        display: none;
    }

    .nav-links {
        margin-top: 0 !important;
    }

    .pagination.navigation {
        margin-top: 0 !important;
    }

    .category-background .col-post-blog {
        width: 100% !important;
    }

    .category-background .col-post-blog img {
        object-fit: cover !important;
    }

    .single-post .author-details.col-md-6 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .xs-visible, .mega-xs-visible {
        display: block !important;
    }

    #breadcrumbs {
        display: none;
    }

    .gb-breadcrumbs-back {
        font-size: 14px;
        display: inline-block;
        text-decoration: none;
        font-style: normal;
        padding: 15px;
        color: #023867;
        font-weight: 600;
    }

    .gb-breadcrumbs-back:before {
        content: "\f104";
        font-family: "fontAwesome";
        display: inline-block;
        font-size: 16px;
        margin-right: 6px;
    }

    .gb_content-tour .gb-vc-slider_wrap,
    #gb_content-tour .gb-vc-slider_wrap {
        margin-bottom: 35px;
    }

    .wpb_single_image.img_banner {
        float: none;
    }

    .img_logo_tour {
        margin-right: 20px;
    }

    .vca_text-pad-left .vc_column-inner > .wpb_wrapper,
    .vca_text-pad-right .vc_column-inner > .wpb_wrapper {
        padding: 0 20px;
    }

    .nav-links {
        margin-top: 0 !important;
    }

    .pagination.navigation {
        margin-top: 0 !important;
    }

    .category-background .col-post-blog {
        width: 100%;
    }

    .category-background .col-post-blog img {
        object-fit: cover;
    }

    #post-content blockquote p {
        width: 100% !important;

    }

    .single-post .author-details.col-md-6 {
        margin-top: 20px;
    }

    .single-post .gb-section-title {
        font-size: 30px;
    }

    #post-content blockquote p span {
        font-size: 22px;
    }

    #filter-blog-btn {
        display: none;
    }

    .single-post div#post {
        margin-bottom: 100px;
        margin-top: 30px;
    }

    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: 40px !important;
    }

    .single-post .sidebar-tour {
        margin-top: 0 !important;
    }

    .single-post #blog-sidebar .row {
        margin-top: 20px;
    }

    body.content_only #main {
        padding-top: 15px;
    }

    body.content_only .gb-breadcrumbs-back {
        display: none !important;
    }
    #cookiePopup{
        font-size: 15px;
    }

    .gb_stamp-offer{
        width:60px;
    }
}

@media only screen and (max-width: 767px) {
    body:not(.home):not(.content_only) #main {
        padding-top: 120px;
    }
    #header-logo .logo{
        max-height: 45px;
    }
    #content .vca_tour-section .vca_tour-section-desc .vc_column-inner {
        padding: 55px 50px 30px;
    }

    .table_hire .title_row_hire {
        padding-left: 20px;
    }

    .table_hire .row_hire .flex_cell strong {
        font-size: 18px;
        margin-left: 5px;
    }
    .table_hire .row_hire .inline-flex_cell strong {
        font-size: 18px;
        margin-left: 5px;
    }

    .table_hire .title_row_hire {
        max-width: 150px;
    }

    .table_hire tr.row_hire img {
        width: 50px;
    }

    .content_recensioni > .vc_column-inner > .wpb_wrapper .gb_vc_recensione_box {
        padding: 0 30px 45px 30px;
    }

    .vca_recensioni {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .vc_content_review:before {
        top: 4px;
        left: -30px;
        width: 15px;
        height: 12px;
    }

    .vc_content_review:after {
        bottom: 4px;
        right: -30px;
        width: 15px;
        height: 12px;
    }

    .vc_content_raiting_author img {
        margin: 10px 15px 10px 0;
    }

    .table_section .in-table {
        padding: 50px 0px 0;
    }

    .small_pad_mobile {
        padding: 0 0 30px;
    }

    .small_margin_bottom_mobile {
        margin-bottom: 15px;
    }

    .single-post div#post {
        overflow: hidden;
    }

    #sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn, #sticky_booking .col-booking .gb_vc_btn_wrap a.gb-medium-btn{
        font-size: 16px;
    }
    .home .gb_home-certification{
        bottom: 155px;
    }
    .home .gb_home-certification #trip-choice{
        height: 108px;
        width: 108px;
    }
    #gb_intro-tour{
        margin-bottom: 0;
    }
    #gb_intro-tour .gb_tour-certification{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #content .table_hire .row_hire .green_light_gb {
        padding: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #content .table_hire .row_hire .green_light_gb {
        padding: 3px;
    }
    #content .table_hire .title_row_price {
        padding-top: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: 40px !important;
    }

    .single-post aside#blog-sidebar {
        padding-left: 30px !important;
    }

    .single-post .sidebar-tour {
        margin-top: 80px !important;
    }

    #content .table_section .time-table .in-table .wpb_content_element {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .wpb_single_image.img_banner {
        display: block;
        text-align: center !important;
    }

    .img_logo_tour {
        margin: 0 auto;
        display: block;
    }

    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: 40px !important;
    }

    .single-post aside#blog-sidebar {
        padding-left: 30px !important;
    }

    .single-post .sidebar-tour {
        margin-top: 80px !important;
    }

    .container_image_gallery {
        padding: 0 15px 15px 0;
        width: 33.33%;
    }

    .pgallery-slider {
        width: calc(100% + 15px);
    }

    .fancybox-slide--iframe .fancybox-content {
        padding: 10px;
    }

    #sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn, #sticky_booking .col-booking .gb_vc_btn_wrap a.gb-medium-btn {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #sticky_booking .col-info .gb_vc_btn_wrap a.gb-medium-btn, #sticky_booking .col-booking .gb_vc_btn_wrap a.gb-medium-btn {
        font-size: 14px;
    }
    #sticky_booking .col-booking .gb_vc_btn_wrap.gb_vc_btn_full button span{
        font-size: 16px;
    }
    #sticky_booking .label-mobile{
        display: inline-block;
    }
    #sticky_booking .label-desktop{
        display: none;
    }
    .home .gb_home-certification{
        bottom: 220px;
        left:20px;
    }

    .table_hire .row_hire .inline-flex_cell{
        flex-direction: row;
    }

    #content .table_hire .row_hire.no_border div.green_light_gb{
        padding: 10px !important;
    }

    .table_hire .row_hire:last-child .title_row_price .flex_cell{
        flex-direction: column;
        padding: 0 13px;
    }
    .table_hire .row_hire:last-child .title_row_price .inline-flex_cell{
        flex-direction: column;
        align-items: flex-start;
        padding: 0 13px;
    }

    #content .table_hire .row_hire.no_border.green_gb > td img, #content .table_hire .row_hire.no_border.green_gb > td strong{
        position: static;
    }

    #content .table_hire tr.row_hire img{
        margin-bottom: 0;
        margin-right:10px;
    }

    #content .table_hire tr.row_hire.green_gb .table_hire_price div strong:first-child, #content .table_hire .row_hire.no_border.green_gb > td strong:nth-child(3) {
        font-size:30px;
    }


    #content .table_hire tr.row_hire.green_gb:not(.no_border) div strong:last-child{
        font-size: 16px;
    }
    #content .table_hire .table_hire_price .mobile_cell {
        display: table-cell;
    }
    #content .table_hire .table_hire_price .desktop_cell{
        display: none;
    }

    #content .table_hire tr.row_hire:not(.green_gb) .table_hire_price{
        margin: 0;
    }
}

@media only screen and (max-width: 500px) {
    body:not(.home):not(.content_only) #main {
        padding-top: 105px;
    }
    p, .gb_vc_step_list .gb_vc_step_list-exc *,
    .wpb_column ul > li, .column ul > li, .column ol > li{
        font-size: 16px;
    }
    #content .vca_tour-section .vca_tour-section-gallery .wpb_wrapper .wpb_content_element {
        display: none;
    }

    #content .vca_tour-section .vca_tour-section-gallery .wpb_wrapper .wpb_content_element:first-child {
        display: block;
    }

    .gb_berta-bg-gradient {
        padding: 30px 20px;
    }

    .gb_vc_btn_wrap a.gb-medium-btn {
        font-size: 14px;
    }

    .gb_vc_titolo.big .title {
        font-size: 26px;
        line-height: 34px;
    }
    h1 {
        font-size: 35px;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h4, .h4 {
        font-size: 20px;
        line-height: 28px;
    }
    #content .hire_promo br{
        display: none;
    }
    .hire_promo p{
        display: block;
    }
    #table_price_hire .hire_promo strong{
        display: block;
    }
    #table_price_hire .hire_promo strong:not(:last-child){
        font-size: 25px;
        margin-bottom: 15px;
    }
    .gb_vc_titolo.vc_align_cx .title{
        text-align: left;
    }
    .wpb_text_column p{
        text-align: left !important;
    }
    .wpb_text_column.text_red p{
        text-align: center !important;
    }
    .vca_horizontal_padded, .vca_horizontal-padded {
        padding-left: 0;
        padding-right: 0;
    }
    .vca_text-pad-left .vc_column-inner > .wpb_wrapper, .vca_text-pad-right .vc_column-inner > .wpb_wrapper {
        padding: 0;
    }

    #content .gb_gform-container .gform_wrapper .top_label .gfield:not(.bb-selected-tour):not(.gb_gfield-checkbox-wrap) .gfield_label,
    #content .gb_gform-container .top_label .gfield:not(.bb-selected-tour):not(.gb_gfield-checkbox-wrap) .gfield_label,
    #gb_footer-newsletter .top_label .gfield:not(.gb_gfield-checkbox-wrap) .gfield_label{
        transform: translate(17px, 14px);
        font-size: 16px;
    }
    #content .gb_gform-container .ginput_container input, #content .gb_gform-container .ginput_container.ginput_container_textarea textarea,
    #gb_footer-newsletter .gb_gform-container .ginput_container input,
    #gb_footer-newsletter .gb_gform-container .ginput_container.ginput_container_textarea textarea{
        font-size: 16px;
    }
    #footer-sidebar .footer-col #trip-choice{
        margin: 30px auto 0;
    }
    #content .gb_gform-container .gform_button {
        white-space: normal;
    }

    #gb_section-form .gb_gform-container .gform_button {
        padding: 10px 35px !important;
        text-transform: uppercase;
        font-size: 16px !important;
        border-radius: 25px;
        line-height: 22px;
    }

    /* 3. HEADER */
    #site-masthead.sticky {
        padding: 0;
    }

    #site-masthead.sticky #header-logo {
        width: 95px;
        margin-top: 10px;
    }

    .wpml-ls-legacy-dropdown ul li {
        margin-bottom: 10px;
    }

    #site-masthead {
        padding: 10px 0 0;
    }

    #top-bar {
        padding-left: 0;
        padding-right: 0;
    }

    #header-nav {
        padding: 0;
    }

    #breadcrumbs {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .primary-nav > div[class*="menu-main-menu"] .mega-menu-toggle {
        padding-right: 15px;
    }

    #top-bar .top-bar-widgets a {
        font-size: 0;
    }

    #site-masthead #top-bar .top-bar-widgets a {
        height: 25px;
        width: 25px;
        padding: 0;
        text-align: center;
        top: 0;
    }

    #top-bar .top-bar-widgets a:before {
        margin: 0;
        font-size: 18px;
    }

    #top-bar .top-bar-widgets a i {
        font-size: 20px;
    }

    .nav-menu > li.menu-item > ul.sub-menu > li.menu-item {
        width: 100%;
    }

    .nav-menu > li.menu-item > ul.sub-menu li.mega-menu-columns-1-of-2 {
        padding: 20px 20px 0;
    }


    .nav-menu > li.menu-item > ul.sub-menu > li.menu-item.widget_media_image {
        display: none;
    }

    /* 6. SLIDER */
    .adv_darrow {
        position: absolute;
        bottom: 70px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .adv_darrow i {
        color: #fff;
        font-size: 35px;
        margin: 0;
        cursor: pointer;
    }

    #gb_fullScreen-slider-wrap .gb_slider .slick-list .gb_slide {
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-position: center;
    }

    #gb_fullScreen-slider-wrap .gb_slider .slick-list .gb_slide .gb_slide_bg {
        display: none;
    }

    #gb_fullScreen-slider-wrap .gb_slider .gb_slide .gb_slide_content {
        width: 70%;
    }

    #gb_fullScreen-slider-wrap .gb_slider .slick-dots {
        bottom: 10px;
        width: 100%;
        top: auto;
        left: 0;
    }

    #gb_fullScreen-slider-wrap .gb_slider .slick-dots li {
        display: inline-block;
        width: auto;
        margin: 0 2px;
    }

    /* 8. FOOTER */
    #gb_footer-newsletter {
        padding-left: 15px;
        padding-right: 15px;
    }

    #subscribe-form-footer {
        max-width: 100%;
    }

    #subscribe-form-footer .form-group input {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        padding-right: 100px;
    }

    #subscribe-form-footer button {
        font-size: 12px;
        width: auto;
    }

    #footer-copy {
        margin-top: 0;
    }

    /* 9. HOME */
    .gb_home-intro *,
    .gb_home-intro .gb_vc_btn_wrap {
        text-align: center;
    }

    .gb_home-intro .gb_vc_titolo {
        margin-bottom: 30px;
    }

    .home .gb_home-intro {
        position: static;
    }
    .home .gb_home-certification{
        bottom: 195px;
    }

    html[lang="de-DE"] .gb_vc_titolo.medium .title {
        font-size: 16px;
        line-height: 30px;
    }

    /* 10. VC */
    .vc_img-col_two-third {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .vc_img-col_one-third {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    /* 11. TOURS */
    #content .vca_tour-section .vca_tour-section-desc .vc_column-inner {
        padding: 45px 20px 15px;
    }

    #gb_section-form .gb_vc_titolo.big .title {
        margin-bottom: 15px;
    }

    #gb_section-form .vca_inner-row-wrapper > .wpb_column {
        padding: 25px 15px 0;
        background: #103C5F;
    }

    #gb_section-form .gb_gform-container .gform_wrapper {
        padding: 0;
    }

    .gb_eco-tour-slider:before {
        height: 57px;
        width: 57px;
    }

    .img_link_premi_adi {
        left: 57px;
    }

    .img_link_premi_adi img {
        height: 56px;
    }

    #single_article_slider .image_article_slider {
        padding: 0 5px;
    }

    .icon_list .gb_vc_step_list {
        padding-left: 60px;
    }

    .vca_recensioni *, .vca_recensioni .gb_vc_titolo .title {
        font-size: 14px;
        line-height: 1.4;
    }

    .vc_content_review:after {
        bottom: 1px;
    }
    .content_recensioni > .vc_column-inner > .wpb_wrapper .gb_vc_recensione_box {
        padding: 0 30px 20px 30px;
    }

    .single-gb_tours #content .vca_bg-section.gb_top-row-deco{
        padding-bottom: 15px !important;
    }

    #gb_content-tour.vca_page_section, #gb_content-tour.vca_page-section {
        margin-bottom: 35px;
    }
    #gb_section-form .vca_inner-row-wrapper > .gb_gform-container{
        padding-top: 0;
    }
    #contact_map{
        display: none;
    }
    /* COOKIES */
    #cookiePopup{
        max-width: 100%;
        bottom: 0;
        left: 0;
        padding: 35px 20px 20px;
    }
    #cookiePopClose{
        margin: 10px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 690px) {
    #post-content blockquote p {
        width: 100% !important;
    }

    #post-content blockquote p span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 550px) {
    .gb-author-box {
        display: inline-block;
    }
}

@media only screen and (max-width: 425px) {
    .nav-links {
        margin-top: 0 !important;
        justify-content: center !important;
        margin-left: 0 !important;
    }

    div#gb_blog-nav {
        margin-top: 10px !important;
        margin-bottom: 35px !important;
    }

    .pagination.navigation {
        margin-top: 0 !important;
    }

    .single-post #post-head h1 {
        font-size: 35px;
    }

    #post-content blockquote p {
        width: 100% !important;
        padding-right: 20px;
    }

    #post-content blockquote p span {
        font-size: 20px;
    }

    .single-post .author-details.col-md-6 {
        margin-top: 20px;
    }

    .single-post .gb-section-title {
        font-size: 30px;
    }

    .single-post #content #post-content p {
        font-size: 16px !important;
    }

    #filter-blog-btn {
        display: none;
    }

    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: 40px !important;
    }

    .single-post .sidebar-tour {
        margin-top: 80px !important;
    }
    .home .gb_home-certification #trip-choice{
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 375px) {
    .nav-links {
        margin-top: 0 !important;
        justify-content: center !important;
        margin-left: 0 !important;
    }

    div#gb_blog-nav {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .pagination.navigation {
        margin-top: 30px !important;
    }

    .single-post #post-head h1 {
        font-size: 30px;
    }

    #post-content blockquote p {
        width: 100% !important;
        padding-right: 20px;
    }

    #post-content blockquote p span {
        font-size: 17px;
    }

    .single-post .author-details.col-md-6 {
        margin-top: 15px;
    }

    .single-post .gb-section-title {
        font-size: 30px;
    }

    #filter-blog-btn {
        display: none;
    }

    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: 40px !important;
    }

    .single-post aside#blog-sidebar {
        padding-left: 40px !important;
    }

    .single-post .sidebar-tour {
        margin-top: 80px !important;
    }

    .home .gb_home-certification{
        left: 10px;
        bottom:220px;
    }

}

@media only screen and (max-width: 360px) {
    div#gb_blog-nav li {
        margin-top: 10px;
    }

    .single-post #blog-sidebar div#side-content,
    .single-post .sidebar-tour {
        margin-right: 40px !important;
    }

    .single-post .sidebar-tour {
        margin-top: 80px !important;
    }

    #gb_content-tour .gb_vc_step_list.data_tour_hours .gb_vc_step_list-title, .single-gb_tours .gb_vc_step_list.data_tour_hours .gb_vc_step_list-title, .step_list_data_tour.gb_vc_step_list.data_tour_hours .gb_vc_step_list-title {
        float: none;
    }
    #gb_content-tour .gb_vc_step_list .gb_vc_step_list-exc p.tour_hours {
        padding-left: 0;
    }

}

@media only screen and (max-width: 320px) {
    body .category-background.category {
        overflow-y: hidden;
    }

    div#gb_blog-nav {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    div#gb_blog-nav li {
        margin-top: 10px !important;
    }

    .nav-links {
        margin-top: 0 !important;
        justify-content: center !important;
        margin-left: 0 !important;
    }

    .single-post #post-head h1 {
        font-size: 30px;
    }

    .single-post #content #post-content p {
        font-size: 16px !important;
    }

    #post-content blockquote p {
        width: 100% !important;
        padding-right: 20px;
    }

    .single-post .author-details.col-md-6 {
        margin-top: 15px;
    }

    .single-post .gb-section-title {
        font-size: 30px;
    }

    #filter-blog-btn {
        display: none;
    }

    .single-post #blog-sidebar div#side-content, .single-post .sidebar-tour {
        margin-right: 40px !important;
    }

    .single-post .sidebar-tour {
        margin-top: 80px !important;
    }
}

/* TEMPLATE EXCLUSIVE */
.pt-0{
    padding-top: 0 !important;
}

.pb-0{
    padding-bottom: 0 !important;
}

.pl-0{
    padding-left: 0 !important;
}

.pr-0{
    padding-right: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.ml-0{
    margin-left: 0 !important;
}
.mr-0{
    margin-right: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}

.gb_exclusive #site-masthead #header-logo{
    width: 210px;
}

.gb_exclusive #site-masthead.sticky #header-logo{
    width: 145px;
}

.gb_exclusive .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.gb_exclusive .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner{
    padding-top: 0;
}

.gb_exclusive .gb_vc_titolo.big .title{
    font-size: 42px;
    font-weight: 700;
    color: #d7b580;
}

@media screen and (max-width: 1199px) {
    .gb_exclusive .gb_vc_titolo.big .title{
        font-size: 35px;
    }
}

@media only screen and (max-width: 500px){
    .gb_exclusive .gb_vc_titolo.big .title {
        font-size: 28px;
    }
}

.gb_exclusive p{
    color: #666666;
}

.gb_exclusive .gb_vc_step_list,
.gb_exclusive .gb_vc_step_list > a{
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-left: 0;
    text-decoration: none;
}

.gb_exclusive .gb_vc_step_list .gb_vc_step_icon {
    position: initial;
}

.ap_col-exc-into .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    .ap_col-exc-into > .vc_column-inner > .wpb_wrapper {
        justify-content: center;
    }
}

.ap_col-exc-into .gb_vc_step_list {
    padding: 0 60px 0 0;
}

@media screen and (max-width: 500px) {
    .ap_col-exc-into .gb_vc_step_list {
        padding-right: 0;
    }
}

.ap_col-exc-into .gb_vc_step_list p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #4a3f47;
    padding-left: 10px;
}

.gb_exclusive .gb_vc_btn_wrap.gb_vc_btn_full a{
    background-color: #d7b580;
    border: 0;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 30px;
}
.gb_exclusive .gb_vc_btn_wrap{
    margin-bottom: 35px;
}

.gb_exclusive .gb-vc-slider_wrap  button.slick-arrow{
    display: none !important;
}
.gb_exclusive .gb-vc-slider_wrap .slick-dots {
    display: block !important;
    margin-left: 0;
}
.gb_exclusive .gb-vc-slider_wrap .slick-dots li button {
    font-size: 13px;
    line-height: 9;
}
.gb_exclusive .gb-vc-slider_wrap .slick-dots li button:hover {
    background: transparent;
}

.gb_exclusive .gb-vc-slider_wrap .slick-dots li button:before {
    font-size: 20px;
    color: #d7b580;
    opacity: 1;
}

.gb_exclusive .gb-vc-slider_wrap .slick-dots li.slick-active button:before {
    color: #4a3f47;
}

.ap_row-plus-exclusive{
    display: flex;
    flex-wrap: wrap;
}
.ap_col-exclusive-cards > .vc_column-inner,
.ap_col-exclusive-cards > .vc_column-inner > .wpb_wrapper{
    height: 100%;
}

.ap_col-exclusive-cards .gb_vc_icbox{
    background-color: RGBA(49,40,46,0.71);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 25px 25px 30px;
    border-radius: 10px;
}
.ap_col-exclusive-cards .gb_vc_icbox > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.box-link{
    display: inline-flex;
    color: #d7b580;
    font-weight: 700;
    margin-top: 10px;
}
.box-link:hover{
    color: #d7b580;
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    .ap_col-exclusive-cards{
        margin-bottom: 30px;
    }
}

.ap_col-exclusive-cards .gb_vc_icbox .gb_vc_icbox_title{
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    line-height: 1.2;
}

.ap_col-exclusive-cards .gb_vc_icbox .gb_vc_icbox_title:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #d7b680 transparent transparent transparent;
    content: "";
    margin-top: auto;
    transform: translateY(20px);
}

.ap_exc-features.vc_row{
    background-size: 90% !important;
}

@media screen and (max-width: 991px) {
    .ap_exc-features{
        background-image: none !important;
    }
    .ap_exc-features .wpb_wrapper{
        display: flex;
        flex-direction: column;
    }
    .ap_order-1{
        order: 1;
    }
    .ap_order-2{
        order: 2;
    }
}

.gb_exclusive #content .wpb_text_column.ap_exc-link a{
    color: #d7b580;
    border-bottom: 1px solid #d7b580;
    font-weight: 700;
}

.gb_exclusive #content .wpb_text_column.ap_exc-link a i{
    font-size: 18px;
    transition: 0.2s ease-out;
    padding: 0 0 0 7px;
}

.gb_exclusive #content .wpb_text_column.ap_exc-link a:hover i{
    padding: 0 0 0 10px;
}

@media screen and (min-width: 991px) {
    .ap_exc-padding-left>.vc_column-inner>.wpb_wrapper{
        padding-left: 40px;
    }
    .ap_exc-padding-right>.vc_column-inner>.wpb_wrapper{
        padding-right: 40px;
    }
}

.ap_sec-exc-step .gb_vc_step_list {
    margin-bottom: 30px;
}

.ap_sec-exc-step .gb_vc_step_list .gb_vc_step_icon {
    padding-right: 17px;
}

.ap_sec-exc-step .gb_vc_step_list p {
    margin-bottom: 0;
    max-width: 250px;
}

.ap_exclusive-details{
    border-radius: 10px;
    overflow: hidden;
}

.ap_exclusive-details.vc_row {
    margin-left: 0;
    margin-right: 0;
}
.ap_exclusive-details > .vca_inner-row-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.ap_exclusive-details .ap_col-details-img > .vc_column-inner,
.ap_exclusive-details .ap_col-details-img > .vc_column-inner > .wpb_wrapper,
.ap_exclusive-details .ap_col-details-img > .vc_column-inner > .wpb_wrapper > .wpb_single_image > .wpb_wrapper,
.ap_exclusive-details .ap_col-details-img > .vc_column-inner > .wpb_wrapper > .wpb_single_image > .wpb_wrapper > .vc_single_image-wrapper {
    height:100%;
}
.ap_exclusive-details .ap_col-details-img > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
    height: 100%;
    margin-bottom: 0;
}
@media screen and (min-width: 992px){
    .ap_exclusive-details .ap_col-details-img > .vc_column-inner > .wpb_wrapper > .wpb_single_image > .wpb_wrapper > .vc_single_image-wrapper > img{
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
        position: absolute;
    }
}

.ap_col-details-text.vc_column_container>.vc_column-inner {
    padding: 60px 30px;
    background: rgb(62, 53, 60);
    background: linear-gradient(45deg, rgba(62,53,60,1) 0%, rgba(74,63,71,1) 20%, rgba(62,53,60,1) 35%, rgba(74,63,71,1) 50%, rgba(62,53,60,1) 100%);
}

@media screen and (max-width: 1199px) {
    .ap_col-details-text.vc_column_container>.vc_column-inner {
        padding: 40px 25px;
    }
}

.ap_col-details-text .wpb_content_element{
    margin-bottom: 0;
}

.ap_col-details-text p{
   color: white;
}

.ap_col-details-img.vc_column_container>.vc_column-inner{
    padding-right: 0;
    padding-left: 0;
}

#prefooter-exclusive .gb_vc_titolo.big .title{
    color: white;
}

#prefooter-exclusive .gb_vc_titolo.small .title{
    color: #d7b580;
    font-size: 23px;
}

#prefooter-exclusive p{
    color: white;
}

#prefooter-exclusive #gb_section-form .vca_inner-row-wrapper > .wpb_column{
    padding-top: 0;
    padding-bottom: 0;
}

#prefooter-exclusive #gb_section-form .vca_inner-row-wrapper > .wpb_column{
    background-color: transparent;
}


.vc_row:after, .vc_row:before{
    width:0;
}

.gb_exclusive #gb_intro-tour h4 {
    color: #666666;
}

.gb_exclusive #gb_content-tour .title {
    color: #d7b580;
}

.gb_exclusive li {
    color: #666666;
}

.gb_exclusive p > strong {
    color: #d7b580;
}

.gb_exclusive .gb_vc_titolo .title {
    color: #d7b580;
}

.gb_exclusive .gb_vc_titolo .title * {
    color: #d7b580;
}
.gb_exclusive .wpb_column ul > li {
    color: #666666;
}

body.gb_exclusive #content .wpb_text_column a {
    color: #d7b580;
    border-bottom: 1px solid #d7b580;
}

.gb_exclusive .gb_bg-color-light {
    background: #41373e;
}

.gb_exclusive .text_white p {
    color: #fff;
}

.gb_exclusive .gb_bg-color-light {
    color: #31282E;
}

.gb_exclusive .col-info .gb_vc_btn_wrap.gb_vc_btn_full a {
    background: #BE0642 !important;
    border: 2px solid #BE0642;
}
.gb_exclusive .col-info .gb_vc_btn_wrap.gb_vc_btn_full a:hover {
    background: #eaf3f4 !important;
    color: #BE0642 !important;
}
#prefooter-exclusive #gb_section-form .gb_gform-container .gform_button, .gb_vc_btn_gold .btn {
    background-color: #d7b580 !important;
    color: white !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 10px 25px !important;
    border-radius: 30px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12) !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
}
.gb_vc_btn_gold .btn:hover{
    background: white !important;
    color: #d7b580 !important;
    border: 2px solid #d7b580 !important;

}

/* FIX CHECKBOX*/
.gfield_checkbox input[type=checkbox] + span::after {
    left: 4px;
}
.gfield_checkbox input[type=checkbox] + span::before {
    left: auto;
}

.vc_time_table{
    width: 100%;
}
.vc_time_table .ap-table-wrapper{
    margin-top: 0;
}
.vc_time_table .title{
    background-color: white;
    color: #023867;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 24px;
}
.vc_row.gb_exclusive .vc_toggle_title{
    background-color: #41373e;
    border-bottom: 1px solid #5D535B;
    padding: 10px 0 !important;
}
.vc_time_table th{
    color: #023867;
    background-color: #EAF6FE;
    border-bottom: 1px solid #023867;
    border-top: 1px solid #023867;
    padding: 10px 24px;
    font-size: 17px;
    font-weight: 700;
}
.vc_time_table th span{
    color: #00A4AB;
    font-size: 16px;
    margin-right: 8px;
}
.vc_time_table td{
    border: none;
    padding: 5px 24px;
    word-break: break-word;
}
.vc_time_table  .tab_col-right{
    width: 40%;
}
.vc_time_table  .tab_col-left{
    width: 60%;
}
.vc_time_table td:last-of-type{
    min-width: fit-content !important;
}
.vc_time_table tr{
    background-color: white !important;
}
.vc_time_table tr:nth-child(odd){
    background: #EAF6FE !important;
}
.widCOEImg{
    height: 93px;
    width: 105px;
    object-fit: contain;
}
@media screen and (max-width: 990px){
    .vc_rtl-columns-reverse .vca_inner-row-wrapper,
    .vc_rtl-columns-reverse{
        display:  flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 40px;
    }
}
#gb_upsell-wrap .title{
    text-align: center;
}
#gb_upsell-wrap .row{
    justify-content: center;
}

.react-calendar.rcw-calendar-day-view .react-calendar__tile.available, .rcw-product_item .rcw-times .rcw-time {
    background: #E9F3F4;
    color: #023867;
}

.react-calendar.rcw-calendar-day-view .react-calendar__tile.available:hover, .react-calendar.rcw-calendar-day-view .react-calendar__tile.available:focus  {
    background: #023867;
    color: #fff;
}

@media screen and (max-width:575px) {
    .vc_time_table td {
        padding: 5px 10px;
    }
    #content table tr td {
        font-size: 12px;
    }
}