/*
 Theme Name:   Catavino Theme
 Theme URI:   http://jhnerd.com/
 Description:  Catavino Theme
 Author:       Jackson
 Author URI:   http://jhnerd.com/
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

@font-face {
    font-family: National_Bold;
    src: url(./fonts/National_Bold.otf);
}

@font-face {
    font-family: National_Light;
    src: url(./fonts/National_Light.otf);
}

@font-face {
    font-family: National_Medium;
    src: url(./fonts/National_Medium.otf);
}

@font-face {
    font-family: Merriweather_Bold;
    src: url(./fonts/Merriweather_Bold.ttf);
}

@font-face {
    font-family: Merriweather_Regular;
    src: url(./fonts/Merriweather_Regular.ttf);
}

@font-face {
    font-family: Merriweather_LightItalic;
    src: url(./fonts/Merriweather_LightItalic.ttf);
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./css/fonts/slick.eot');
    src: url('./css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./css/fonts/slick.woff') format('woff'), url('./css/fonts/slick.ttf') format('truetype'), url('./css/fonts/slick.svg#slick') format('svg');
}

/*@font-face {
    font-family: Pitch_Medium;
    src: url(./fonts/Pitch_Medium.otf);
}

@font-face {
    font-family: Pitch_Semibold;
    src: url(./fonts/Pitch_Semibold.otf);
}*/

@font-face {
    font-family: Pitch_Medium;
    src: url(./fonts/Pitch_Medium.eot), url(./fonts/Pitch_Medium.otf);
}

@font-face {
    font-family: Pitch_Semibold;
    src: url(./fonts/Pitch_Semibold.eot), url(./fonts/Pitch_Semibold.otf);
}

@font-face {
    font-family: SourceSansPro_Light;
    src: url(./fonts/SourceSansPro-Light.ttf);
}

@font-face {
    font-family: SourceSansPro_Bold;
    src: url(./fonts/SourceSansPro_Bold.ttf);
}

body, html {
    background-color: #ffffff;
    margin: 0 auto;
}

header {
    padding: 0px 0px;
    position: absolute !important;
    z-index: 1001;
    width: 100%;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 33px;
    height: 3px;
}

.site_logo {
    text-align: center;
    width: 100%;
    float: left;
	
}

.site_logo img {
    text-align: center;
    width: 160px !important;
    margin-bottom: 10px;

}

.main-content {
    width: 100%;
    float: left;
    background: #ffffff;
    height: auto;
}

.menu-my-main-menu-container, nav {
    float: left;
    width: 100%;
}

ul#menu-my-main-menu {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
    margin: 0 auto;

}

ul#menu-my-main-menu li {
    float: left;
    padding: 5px 0px;
    width: 20%;
    border-top: 2px solid #fff;
    /*margin: 0px 15px 0px 43px;*/
    margin: 0px 2.5% 0px 2.5%;
}

ul#menu-my-main-menu li:hover {
    border-top: 2px solid #D3D3D3;
}

ul#menu-my-main-menu li a {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
	font-family: Merriweather_Regular;
}

ul#menu-my-main-menu li:hover > a {
    color: #D3D3D3;
    font-weight: 400;
    /*text-shadow: 0px 0px 1px #000000;*/
}

ul#menu-my-main-menu li:hover a:after {
    float: right;
    content: "˃";
    text-indent: -9999px;
    background: url("./images/setinha.svg") no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 22px;
    font-weight: bold;
    margin-top: 10px;
}
ul#menu-my-main-menu .menu-item-has-children {
    position: relative;
}

ul#menu-my-main-menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding-left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
ul#menu-my-main-menu li ul li {
    display: block;
    width: 100%;
    margin: 0;
}
ul#menu-my-main-menu li.menu-item-has-children:hover > a:after {
    transform: rotate(90deg);
}
ul#menu-my-main-menu .menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}

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

p {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    font-family: Pitch_Medium;
}

span.wpcf7-not-valid-tip {
    text-transform: initial !important;
}

.vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn a {
    background-color: #D9D6CF !important;
    border: 2px solid #7f797a !important;
    color: #7f797a !important;
    font-size: 25px;
    font-family: Pitch_Semibold !important;
    padding: 13px 40px 7px 40px;
    margin-bottom: 50px;
}

.vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn a:hover {
    border: 2px solid #807a7b !important;
    color: #ffffff !important;
    background-color: #807a7b !important;
    background-image: linear-gradient(to bottom, #807a7b 0, #807a7b 100%);
}

#Catavino_made {
    padding-bottom: 45px;
}

.Catavino_made {
    color: #7a706f;
    text-align: center;
    font-size: 30px;
}

.contactform-home .Catavino_made {
    color: #ffffff;
}

span.number {
    font-family: Pitch_Semibold;
}
h1 {
    font-size: 60px;
    font-family: Merriweather_Bold;
    margin: 20px 0 30px 0;
    color:#005278;
}
h2 {
    font-size: 38px;
    font-family: Merriweather_Bold;
    margin: 20px 0 30px 0;
    color:#005278;
}

ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}
.country-tour-wrapper ul li {
    padding: 0 0 10px 20px;
    list-style-type: none;
    position: relative;
    font-size: 20px;
    font-family: Pitch_Medium;
}
.country-tour-wrapper ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #333333;
    border-radius: 50%;
}
h3.Catavino_heding {
    color: #03537a;
    font-size: 30px;
    border-bottom: 4px dotted;
    padding-bottom: 45px;
    font-family: Merriweather_Bold;
}

h2.Catavino_prides2 {
    float: left;
    text-align: left;
    font-family: Pitch_Medium;
    font-size: 32px;
}

p.Catavino_prides2 {
    float: left;
    text-align: left;
    font-family: Pitch_Medium;
    font-size: 32px;
    width: 100%;
    font-weight: normal;
    padding: 61px 0px;

}

a.build-a-tour, a.all-tours {
    border: 2px solid #d4d0d0;
}

p.Catavino_prides2 {
    font-size: 20px;
    width: 97%;
    padding: 20px 15px 15px 15px;
    line-height: 30px;
    text-align: justify;
}

p.about-below-img {
    font-size: 20px;
    width: 97%;
    padding: 0px 15px 40px 15px;
    line-height: 30px;
    float: left;
    text-align: left;
    font-weight: normal;
    font-family: Pitch_Medium;
    text-align: justify;
    margin-top: 60px;
}


.below-img {
    padding-top: 20px;
}

.below-img .vc_column-inner {
    padding-top: 0px !important;
}

p.Catavino_prides3 {
    float: left;
    text-align: left;
    font-family: Pitch_Medium;
    font-size: 32px;
    width: 100%;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    line-height: 35px;
}

#Catavino_made .vc_column-inner {
    padding-top: 0px;
}

#about_page_second.vc_column-inner {
    padding-top: 0px;
}

.About_page_banner {
    padding: 0px 115px;
}

#party_banner .vc_column-inner {
    padding: 0px !important;
}

#easy_section {
    padding-bottom: 45px;
}

.Tours_section {
    padding: 0 50px;
}

p.wine_trip {
    color: #706a68;
    font-size: 18px;
    font-style: italic;
    border-bottom: 1px dotted;
    padding-bottom: 25px;
    margin-bottom: 15px;
    font-family: Merriweather_Regular !important;
    line-height: 30px;
}

.tqi-dropdown-menu,
.tqi-dropdown-menu ul {
    padding: 0;
}
.tqi-dropdown-menu li {
    list-style-type: none;
}
.tqi-dropdown > ul {
    display: none;
}
.tqi-dropdown-menu li a {
    color: #d8d5ce;
    border-top: 1px solid;
    padding: 7px 0px;
    font-family: Pitch_Semibold;
    font-size: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    display: block;
    position: relative;
}
.tqi-dropdown-menu li a i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tqi-dropdown li a i {
    opacity: 0;
    visibility: hidden;
}
.tqi-dropdown li a:hover i {
    opacity: 1;
    visibility: visible;
}

footer {
    background-color: #99928c;
    float: left;
    width: 100%;
    padding: 0px 0px 30px 0px!important;
    font-family: Pitch_Semibold;
}

.left_footer {
    float: left;
    width: 39%;
    margin: 30px 0% 60px 17% !important;
    letter-spacing: 2px;
    font-family: Pitch_Semibold;
}

.right_footer {
    float: left;
    width: 25%;
    margin: 30px 0% 30px 2%;
    font-family: Pitch_Semibold;
}

p.wight_title {
    color: #d8d5ce;
    border-top: 1px solid !important;
    padding: 10px 0px;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Pitch_Semibold;
}

.left_footer p, .right_footer p {
    color: #d8d5ce;
    border-top: 1px dotted;
    padding: 7px 0px;
    font-family: Pitch_Semibold;
    font-size: 20px;
    letter-spacing: 2px;
}

.left_footer p a {
    color: #d8d5ce;
}

p.socila_icon a {
    color: #dbd6cf;
}

p.socila_icon a i {
    width: 37px;
    background: #dbd6cf;
    color: #99928c;
    border-radius: 50%;
    text-align: center;
    padding: 8px 8px;
    margin-top: 15px;
}

p.socila_icon img {
    float: left;
    width: 40px;
    margin-right: 20.5px;
    margin-top: 19px;
}

p.socila_icon a:last-child img {
    margin-right: 0px;
}

p.socila_icon img:hover {
    width: 43px;
    margin-right: 15.5px;
}

p.socila_icon a:last-child img:hover {
    margin-right: 0px;
}

h2.contant_form_heading {
    float: left;
    font-size: 38px;
    color: #ffffff;
    /*padding-bottom: 30px;*/
    margin-top: 0px;
    font-family: Merriweather_Bold;
    line-height: 55px;
}

div#about_us_section {
    padding-top: 200px;
}

div#contant_section {
    padding-bottom: 0px;
}

p.specialists_text {
    text-align: left;
    font-size: 20px;
    font-family: Pitch_Semibold;
    border-bottom: 4px dotted #03537a;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

p.specialists_text2 {
    text-align: left;
    font-size: 20px;
    font-family: Pitch_Semibold;
    text-transform: uppercase;
}

.socila_rating {
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px 0px;
}

.socila_rating img {
    margin: 0px 20px 0px 0px;
    width: 200px;
}

.news_time_logos {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0px;
}

.news_time_logos img {
    width: 100%;
    height: auto;
}

.left_blog_section1.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 15%;
}

.left_blog_section.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 35%;
}

.blog-post-catavino-wrapper {
    position: relative;
    background-repeat: no-repeat !important;
}

.blog-post-catavino-wrapper:hover .blog-post-hover-wrapper {
    /*opacity: 0.5;
    filter: alpha(opacity=50);*/
    z-index: 0;
}

.blog-post-hover-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    /* -webkit-transition: all 1s !important;*/
    top: 0px;
    background: rgba(129, 122, 122, 0.9);
}

.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

h1.main_heading_category {
    color: #ffffff;
    width: 45%;
    font-size: 32px;
    padding: 30px 0px 0px 0px;
    margin: -15px 0px 0px 15px;
    /*height: 225px;*/
    height: 330px;
    text-transform: capitalize;
    line-height: 40px;
    font-family: Merriweather_Bold;

}

.country-wrapper .related-tour-element .blog-post-catavino-wrapper h1.main_heading_category {
    height: 180px;
    font-size: 22px;
    line-height: 30px;
}

.party_banner {
    display: initial !important;
}

.About_page_banner, .party_banner .wpb_single_image.vc_align_left {
    max-height: 650px;
    overflow: hidden;
}

.About_page_banner .vc_figure, .party_banner .wpb_single_image.vc_align_left .vc_figure {
    margin-top: -50px !important;
}

p.main_description_category {
    float: left;
    color: #ffffff;
    font-weight: normal;
    width: 100%;
    font-size: 20px;
    padding: 20px;
}

.separator_line {
    margin: 30px 0px;
}

.blog-post-catavino-bottom-tags {
    color: #ffffff;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: Pitch_Semibold;
    z-index: 1001;
    position: relative;
}

.blog-post-catavino-wrapper a {
    text-decoration: none;
    position: relative;
    z-index: 1000;
    display: block;
}

img.page_down_btn {
    width: 80px;
    height: auto;
}

/*************************contact us page****************************/
#contact_us_section {
    padding-top: 200px;
}

#contact_section {
    padding: 30px 0px 100px 0px;
}

#contact_section .vc_column_container > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}

#contact_section .wpb_column.vc_column_container.vc_col-sm-4:nth-child(3n) h1.info_heading {
    float: right;
    width: 100%;
}

#contact_section p {
    font-family: Pitch_Medium;
    font-size: 15px;
    font-weight: bold;
    color: #7a706f;
}

#contact_section h3 {
    font-family: Pitch_Medium;
    color: #7a706f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}

#contact_section hr {
    color: #7a706f;
    border-bottom: 1px dotted #7a706f;
}

#contact_section .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-bottom: 30px;
}

input.wpcf7-form-control.wpcf7-submit.Submit2:hover {
    border: 3px solid #00547c !important;
    color: #ffffff !important;
    background-color: #00547c !important;
    background-image: linear-gradient(to bottom, #00547c 0, #00547c 100%);
}

.contactform-home input.wpcf7-form-control.wpcf7-submit.Submit2:hover {
    border: 3px solid #ffffff !important;
    color: #ffffff !important;
}

#contant_banner .vc_column-inner {
    padding: 0px;
}

.col_12_contact {
    width: 100%;
    float: left;
    /*margin: 75px 0px;*/
    margin: 25px 0px;
}

.col_12_contact .col_6 {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.col_12_contact .col_12 {
    width: 100%;
    float: left;
}

.col_12_contact label {
    font-family: Pitch_Medium !important;
    color: #7a706f !important;
}

.contactform-home .col_12_contact label {
    color: #ffffff !important;
}

.contactform-home .col_12_contact {
    width: 100%;
    float: left;
    margin: 40px 0px 75px 0px;
}

/* .col_12_contact .col_6 input, .col_12_contact .col_6 textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: Pitch_Medium !important;
    color: #7a706f !important;
    border: 2px dotted #7a706f !important;
    margin-top: 15px;
}

.contactform-home .col_12_contact .col_6 input, .contactform-home .col_12_contact .col_6 textarea.wpcf7-form-control.wpcf7-textarea {
    color: #ffffff !important;
    border: 2px dotted #ffffff !important;
    margin-top: 15px;
} */

/* .col_12_contact .col_6 input::placeholder, .col_12_contact .col_6 textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    font-family: Pitch_Medium !important;
    color: #7a706f !important;
    font-size: 15px;
} */

/*************************contact us page****************************/
.col_12_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 88%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 45px;
    padding: 7px 15px 6px 15px;
    width: 100%;
    border: 1px dotted;
    background-color: transparent;
    font-family: Merriweather_Bold !important;
    font-size: 15px;
    color: #ffffff !important;
    margin-top: 10px;
}

#contact_us_section input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding-top: 5px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
    color: transparent;
}

/* input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    font-family: Pitch_Medium !important;
    color: #7a706f !important;
    font-size: 15px;
} */

/* .col_12_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .col_12_contact textarea.wpcf7-form-control.wpcf7-textarea {
    color: #7a706f !important;
    font-family: Merriweather_Regular !important;
    font-size: 14px;
} */

/* .contactform-home .col_12_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .contactform-home .col_12_contact textarea.wpcf7-form-control.wpcf7-textarea {
    color: #ffffff !important;
    border-color: #ffffff;
} */

/* .col_12_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder, .col_12_contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #7a706f !important;
    font-family: Pitch_Medium !important;
    font-size: 14px !important;
} */

/* .country-tour-form-wrapper .col_12_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder, .country-tour-form-wrapper .col_12_contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    font-family: Merriweather_Regular !important;
} */

/* .contactform-home .col_12_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder, .contactform-home .col_12_contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    font-family: Merriweather_Regular !important;
    color: #ffffff !important;
    font-size: 15px !important;
} */

/* .tour-form-wrapper .col_12_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder, .tour-form-wrapper .col_12_contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    font-family: Merriweather_Regular !important;
    font-size: 15px !important;
} */

.cwrap {
    width: 60%;
    margin: 0 auto;

    text-align: center;
    font-family: Pitch_Medium !important;
}

/* input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    font-weight: bold;
    font-size: 26px;
    text-transform: lowercase;
    font-family: Pitch_Medium !important;

} */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
/*     text-align: left;
    font-size: 15px;
    font-weight: bold;
    font-size: 26px;
    text-transform: lowercase;
    font-family: Pitch_Medium !important; */
}

/* #contact_us_section ::placeholder {
    text-align: left;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #716a66 !important;
    text-transform: lowercase !important;
    font-family: Merriweather_Regular !important;
    opacity: 1;
} */

input::placeholder {
    opacity: 1;
}

form.wpcf7-form label {
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    float: left;
    font-family: Pitch_Semibold;
    font-weight: 600;
    margin-bottom: 15px !important;
    text-transform: capitalize;
    letter-spacing: 2px;
}

/* textarea.wpcf7-form-control.wpcf7-textarea {
    width: 94%;
    padding: 10px 15px 3px 15px;
    border: 2px dotted #716a66;
    font-family: Merriweather_Bold;
    background-color: transparent;
    margin-top: 15px;
    margin-bottom: 0px
} */

input.wpcf7-form-control.wpcf7-submit {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: Pitch_Medium !important;
    background-color: transparent;
    padding: 15px 18px 12px 18px;
    font-size: 22px;
    width: 44%;
    border-radius: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

input.wpcf7-form-control.wpcf7-submit.Submit:hover {
    color: #00537b;
    background-color: #ffffff;
}

.tour-form input.wpcf7-form-control.wpcf7-submit.Submit:hover {
    background-color: #00557d;
    color: #ffffff;
    border: 3px solid #00557d;
}
/* 
#contant_section input::placeholder {
    color: #fff !important;
    font-family: Merriweather_Bold !important;
    font-size: 15px !important;
    opacity: 1;
}

#contant_section input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-ms-input-placeholder {
    color: #fff !important;
    font-family: Merriweather_Bold !important;
    font-size: 15px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: #ffffff !important;
    font-family: Merriweather_Bold !important;
    font-size: 15px !important;
}

form.wpcf7-form {
    text-align: center;
}

textarea.wpcf7-form-control.wpcf7-textarea::placeholder, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    font-family: Merriweather_Bold;
    font-size: 11px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea::placeholder, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required ::placeholder {
    font-family: Merriweather_Bold;
    font-size: 11px !important;
} */

.location_name {
    margin-bottom: 0px !important;
}

h1.info_heading {
    float: left;
    border-bottom: 2px dotted #7a706f;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    width: 94%;
}

p.Catavino_prides4 {
    text-align: left;
    font-family: Pitch_Medium;
    font-size: 20px;
    width: 94%;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    text-align: justify;
    margin-top: 60px;
}

.country-tour-form-wrapper p.Catavino_prides4 {
    font-family: Merriweather_Regular;
}

h3.location_name {
    height: 35px;
}

input.wpcf7-form-control.wpcf7-submit.Submit2 {
    background-color: transparent;
    border: 3px solid #716a66;
    padding: 12px 18px 9px 18px;
    font-size: 22px;
    border-radius: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #716a66;
    width: initial;
    font-family: Pitch_Semibold;
    letter-spacing: 2px;
}

.contactform-home input.wpcf7-form-control.wpcf7-submit.Submit2 {
    background-color: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;

}

.Portugal_Tours .vc_column_container .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element:last-child .wpb_wrapper .vc_separator:last-child .vc_sep_holder .vc_sep_line {
    border-style: solid;
    border-width: 0px;
}

.contact_line {
    background-color: #716a66;
    height: 1px;
    margin-bottom: 0px !important;
}

h1.banner_heading_two {
    text-align: center;
    padding: 20px 15px 25px 15px;
    color: #00547c;
    font-size: 35px;
    font-family: Merriweather_Regular;
}

.mobile_text {
    display: none;
}

h1.main_banner_heading {
    text-align: center;
    padding: 110px 0px;
    color: #ffffff;
    font-size: 60px;
    margin-top: 150px;
    font-family: Merriweather_Bold;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.bottom-move {
    position: absolute;
    bottom: 10px;
    font-size: 100px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
    /* margin: 0 auto; */
}

.country-tour-wrapper .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    /*margin-left: 5px;*/
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #7a706f !important;
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
    border-top-width: 2px !important;
}

h1.main_country_heading {
    text-align: center;
    color: #00547c;
    font-size: 37px;
    border: 1px solid #00547c;
    padding: 10px;
    border-left: 0px;
    border-right: 0px;
    font-family: Pitch_Semibold;
}

p.Catavino_prides {
    font-family: Pitch_Semibold;
    font-size: 22px;
    text-align: justify;
    padding: 25px 0px 20px 0px;
    line-height: 35px;
}

p.name_of_user, p.company_name {
    color: #706a68;
    font-size: 16px;
    font-family: Merriweather_Regular;
    line-height: 23px;
}

p.BACK_TO_TOP img {
    width: 132px;
}

p.BACK_TO_TOP {
    text-align: center;
    padding: 30px;
    color: #726a67;
    font-size: 20px;
    font-family: Pitch_Semibold;
    margin-top: 40px;

}

p.BACK_TO_TOP a {
    color: #726a67;
    text-decoration: none;
}

.vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn2.vc_btn3-center a {
    background-color: transparent !important;
    border: 2px solid #7f797a !important;
    color: #7f797a !important;
    font-size: 25px;
    font-family: Pitch_Semibold !important;
    padding: 13px 13px 9px 13px;
    margin-bottom: 50px;
    width: 98%; /* margin-left: -13px;*/
}

.vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn2.vc_btn3-center a:hover {
    border: 2px solid #00547c !important;
    color: #ffffff !important;
    background-color: #00547c !important;
    background-image: linear-gradient(to bottom, #00547c 0, #00547c 100%);
}

hr {
    width: 100%;
    float: left;
    height: 0px;
    background-color: #716a66;
    border-bottom: #716a66;
}

/* tours page */
.location-text-banner {
    text-align: center;
    color: #ffffff;
    font-size: 80px;
    font-family: Merriweather_Regular;
    line-height: 35px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    padding-top: 60px;
}

.bottom-move {
    position: absolute;
    bottom: 10px;
    font-size: 100px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
    /* margin: 0 auto; */
}

.bottom-move a {
    color: #ffffff;
}

.tour-details-wrapper {
    width: 75%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.tour-title {
    font-size: 40px;
    color: #00557d;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: Merriweather_Bold;
    line-height: 40px;
    padding: 55px 45px 75px 45px;
}

.starting-heading {
    font-size: 60px;
    color: #00557d;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: Merriweather_Bold;
    line-height: 60px;
    padding: 0px;
}

.tour-content {
    font-size: 18px;
    color: #726a66;
    font-weight: normal;
    margin: 0px 0px 40px 0px;
    font-family: Merriweather_Regular;
    line-height: 30px;
    text-align: justify;
}

.space-dotted {
    margin: 20px 0;
    width: 99%;
    height: 1px;
}

.dotted-segment {
    border-top: 2px dotted #8a8a8a;
}

.tour-details-wrapper .space-dotted .dotted-segment {
    border-top: 2px dotted #00557d;
}

.left-side-content, .right-side-content {
    width: 47%;
    float: left;
    color: #726a66;
    font-size: 18px;
    font-family: Merriweather_Regular;
    line-height: 30px;
}

.right-side-content {
    float: right;
}

.starting-heading {
    font-size: 30px;
    color: #00557d;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: Merriweather_Bold;
}

.button-inquire {
    text-align: center;
    margin: 50px 0 50px;
}

a.inquire-tour {
    text-align: center;
    border: 2px solid #00557d;
    padding: 12px 25px 8px 25px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Pitch_Medium";
    color: #00557d;
}

a.inquire-tour:hover {
    background-color: #00557d;
    color: #ffffff;
}

.tour-type, .tour-location, .tour-theme, .tour-duration {
    width: calc(25% - 2px);
    font-size: 40px;
    color: #00557d;
    float: left;
    text-align: center;
    border-right: 2px dotted #8a8a8a;
    height: 200px;
}

.tour-details-center p {
    font-family: Merriweather_Bold;
    line-height: 36px;
    padding-top: 32px !important;
    font-size: 25px;
    text-align: center;
}

.tour-type {
    width: calc(25% - 4px);
    border-left: 2px dotted #8a8a8a;
}

.tour-type p {
    padding-top: 45px;
}

.tour-type h3, .tour-location h3, .tour-theme h3, .tour-duration h3 {
    font-weight: normal;
    font-size: 18px;
    font-family: "Pitch_Medium";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.what-are-you-looking {
    background-color: #99928c;
    height: 255px;
    margin: 50px 0;
}

.heading-wayl {
    font-size: 28px;
    color: #d4d0d0;
    text-align: center;
    width: 80%;
    padding-top: 50px;
    margin: 0px auto;
    font-family: Merriweather_Regular;
}

.wayl-button-wrapper {
    width: 60%;
    margin: 50px auto;
}

a.build-a-tour, a.all-tours {
    text-align: center;
    border: 1px solid #d4d0d0;
    padding: 10px 22px 4px 18px;
    width: 270px;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Pitch_Medium";
    color: #d4d0d0;
    float: left;
}

a.build-a-tour:hover, a.all-tours:hover {
    background-color: #00557d;
    color: #ffffff;
    border: 2px solid #00557d;
}

a.all-tours {
    float: right;
}

.title-tour-itinerary {
    color: #00557d;
    font-family: "Pitch_Medium";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.tour-day {
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #00557d;
    color: #f0f0f0;
    font-size: 28px;
    padding: 22px 0px 0 0;
    border-radius: 60px;
    font-family: "Pitch_Medium";
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 26px;
    /*font-weight: bold;*/
}

.tour-attraction {
    font-size: 22px;
    color: #00557d;
    text-align: center;
    width: 30%;
    margin: 20px auto;
    background-color: #ffffff;
    font-family: Merriweather_Bold;
    line-height: 30px;
    padding: 20px 0;
}

.day-wrapper {
    /*width: 80%;*/
    margin: 20px auto;
    z-index: 500;
    position: relative;
}

.tour-iti-left-desc {
    width: 45%;
    float: left;
    color: #726a66;
    font-size: 16px;
    font-family: Merriweather_Regular;
    line-height: 25px;
    overflow: hidden;
}

.tour-iti-right-desc {
    width: 45%;
    float: right;
    color: #726a66;
    font-size: 16px;
    font-family: Merriweather_Regular;
    line-height: 25px;
}


.tour-itinerary {
    position: relative;
    overflow: hidden;
}

.center-line-iti {
    position: absolute;
    height: 100%;
    width: 0px;
    border: 1.5px solid #00557d;
    z-index: 1;
    left: 49.9%;
    top: 170px;
}

.tour-testimonial {
    background-color: #d2cbc5;
    padding: 50px 0;
}

.title-related-tours {
    /*padding: 10px 0px;*/
    padding: 10px 0 3px 0;
    border-top: 1px solid #706a68;
    border-bottom: 1px solid #706a68;
    font-size: 30px;
    text-align: center;
    font-family: "Pitch_Medium";
    width: 90%;
    /*margin: 30px auto;*/
    margin: 30px auto 43px auto;
    color: #706a68;
}

.related-tour-wrapper h1.main_heading_category {
    height: 180px;
    font-size: 22px;
    line-height: 30px;
}

.related-tour-catavino-wrapper {
    width: 48%;
    float: left;
}

.related-tour-wrapper {
    width: 90%;
    margin: 0 auto;
}

.tour-form-wrapper {
    width: 66.66666667%;
    margin: 30px auto;
    color: #706a68 !important;
}

.tour-form-title {
    font-size: 30px;
    /*  margin: 0px;*/
    line-height: 40px;
    font-family: Merriweather_Bold;
    color: #706a68;
    margin-bottom: 25px;
    text-align: left;
}

.tour-form-wrapper form.wpcf7-form label {
    color: #706a68;
    text-transform: capitalize;
    font-family: Pitch_medium;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 16px;
}

/*.tour-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    color: #706a68;
    border: 1px dotted #706a68;
}

.tour-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: #706a68;
    font-size: 12px !important;
}

.tour-form-wrapper input.wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    border: 3px solid #716a66;
    padding: 15px 18px 10px 18px;
    font-size: 22px;
    border-radius: 0px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #716a66;
    width: 35%;
    font-family: Pitch_Semibold;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.tour-form .tour-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    color: #706a68 !important;
    width: 100%;
}

.tour-form .tour-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: #706a68 !important;
    font-family: Merriweather_Bold !important;
    font-size: 15px !important;
}*/

.separator-line-tour {
    height: 0px;
    border-bottom: 2px dotted #7a706f;
}

.separator-line-tour.solid {
    border-style: solid;
    border-width: 1px;
}

.separator-tours-bottom {
    margin: 50px 0px 40px 0px !important;
}

h1.country_page_heading {
    font-size: 80px;
    color: #00557d;
    text-align: center;
    margin: 0 auto;
    font-family: Pitch_Semibold;
    /*line-height: 60px;*/
    border-top: 2px solid #00557d;
    width: 100%;
    /*padding: 120px 0px 145px 0px;*/
    padding: 30px 0px;
    border-bottom: 2px dotted #7a706f;
}

.tour-form {
    /*border-top: 1px solid #000;*/
    width: 90%;
    margin: 30px auto 0 auto;
}

.related-stories-wrapper, .related-tour-element {
    width: 48%;
    float: left;
    margin-bottom: 10px;
}

.related-stories {
    background-color: #00557d;
    position: relative;
    padding-top: 10px;
}

.title-related-stories {
    padding: 10px 0px 5px 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 30px;
    text-align: center;
    font-family: "Pitch_Medium";
    margin: 30px auto;
    color: #d8d5ce;
}

p.related-stories-title {
    float: none;
}

.rel-sto-img {
    background-repeat: no-repeat !important;
}

.related-stories-wrapper {
    position: relative;
    padding: 0px 0px;
    color: #ffffff;
}

.related-stories-wrapper img {
    width: 100%;
}

p.related-stories-categories {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Pitch_Medium";
    margin: 20px 0px 10px 0px;
    color: #d8d5ce;
}

p.related-stories-title {
    font-size: 25px;
    text-align: center;
    color: #d8d5ce;
    width: 85%;
    margin: 0 auto;
    line-height: 30px;
    font-weight: bold;
    font-family: SourceSansPro_Bold;
}

p.related-stories-author {
    text-align: center;
    font-style: italic;
    margin: 10px 0px;
    color: #d8d5ce;
    font-size: 14px;
    font-family: Merriweather_Regular;
}

p.related-stories-author span {
    font-style: bold;
    font-style: normal;
    font-family: Merriweather_Bold;
}

.separator-line-rel-sto {
    border-bottom: 1px solid #ffffff;
}

.center-line-rel-sto {
    position: absolute;
    width: 0px;
    border-right: 1px solid #ffffff;
    left: 50%;
    height: 72%;
    top: 17.8%;
}

.back-to-top-tours {
    background-color: #00557d;
    padding: 70px 0px;
    color: #fff;
    text-align: center;
}

.back-to-top-tours p:first-child {
    font-family: "Pitch_Medium";
    text-transform: uppercase;
    margin-bottom: 15px;
}

hr {
    width: 100%;
    float: left;
    height: 0px;
    border: 1px solid #716a66 !important;
}

/***********************  country page **********************************/
.top-section-filler {
    height: 220px;
}

.country-tour-wrapper {
    width: 93%;
    margin: 110px auto 0;
}

.country-tour-form-side-wrapper.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 33%;
    float: left;
}

.country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 66.666667%;
    float: left;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
    float: left;
    font-family: Pitch_Semibold;
    color: #ffffff;
    font-size: 13px;
    width: 97%;
    padding: 10px !important;
}

.country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 label {
    color: #716a66;
}

.country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 input {
    color: #716a66 !important;
    font-size: 15px !important;
    width: 100% !important;
    font-family: Merriweather_Bold !important;
}

/* input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: #716a66 !important;
    font-size: 15px !important;
    font-family: Merriweather_Bold !important;
} */

h1.main_banner_heading.for-mobile-only {
    display: none;
}

.country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 input.wpcf7-form-control.wpcf7-submit.Submit {
    background-color: transparent;
    border: 3px solid #716a66;
    padding: 15px 18px 13px 18px;
    font-size: 28px !important;
    width: 44% !important;
    border-radius: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #716a66;
    font-family: Pitch_Medium !important;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: bold;
}

.country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 input.wpcf7-form-control.wpcf7-submit.Submit:hover {
    border: 3px solid #00547c !important;
    color: #ffffff !important;
    background-color: #00547c !important;
    background-image: linear-gradient(to bottom, #00547c 0, #00547c 100%);
}

.center-coutry-line {
    position: absolute;
    height: 86.5%;
    width: 0px;
    border-left: 2px dotted #7a706f;
    z-index: 1;
    left: 49.9%;
    top: 20px;
}

/* .messege_contact_us .fa-question-circle:before {
    position: absolute;
    left: 39%;
    bottom: 24%;
} */

.back-to-top-tours-page p.BACK_TO_TOP {
    background-color: #00557d;
    color: #fff;
    text-align: center;
    margin-top: 0PX;
}

.back-to-top-tours-page p a {
    color: #d8d5ce;
}

/*div#contant_section .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 35%;
}

div#contant_section .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 33%;
}*/

div#related_stories_section .vc_column-inner {
    padding-right: 0px;
    padding-left: 0px;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    top: 45%;
    right: 0px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border: none;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    overflow: hidden;
    background-color: #726A66;
}

button.slick-prev.slick-arrow {
    left: 0px;
}

.slider-gallery {
    margin: 50px 0px;
}

.slick-slide img {
    width: 100%;
}

.news_time_logos.mobile_logo {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* form */

/* form */
@media screen and (min-width: 768px) {
    #myNavbar {
        display: none !important;
        width: 0px;
    }
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000 !important;
    float: left;
    text-align: center;
    width: 100%;
    font-family: Pitch_Semibold;
}

@media screen and (min-width: 1400px) {
    .About_page_banner, .party_banner .wpb_single_image.vc_align_left {
        max-height: 700px;
        overflow: hidden;
    }
    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn a {
        padding: 9px 40px 7px 40px;
    }
    a.build-a-tour, a.all-tours {
        padding: 8px 22px 8px 18px;
    }
}

@media screen and (min-width: 1580px) {
    .center-line-rel-sto {
        position: absolute;
        width: 0px;
        border-right: 1px solid #ffffff;
        left: 50%;
        height: 72%;
        top: 18.5%;
    }
}

@media screen and (min-device-width: 1885px) {
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        width: 94%;
    }
}

@media only screen and (max-width: 1280px) {
    /* .About_page_banner, .party_banner .wpb_single_image.vc_align_left{max-height:500px;overflow: hidden;}*/
}

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

}

.menu-my-main-menu {
    overflow: hidden;
    background-color: #333;
}

.menu-my-main-menu a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.menu-my-main-menu a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.menu-my-main-menu .icon {
    display: none;
}

.menu_label {
    display: none;
}

@media only screen and (max-width:850px) {
    .col_12_contact .col_6.text-left {
        width:100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .left_blog_section.wpb_column.vc_column_container.vc_col-sm-3 {
        width: 76%;
    }

    .left_blog_section1.wpb_column.vc_column_container.vc_col-sm-3 {
        display: none;
    }

    .left_blog_section.wpb_column.vc_column_container.vc_col-sm-3 {
        width: 95%;
        margin: 0 5%;
    }

    .menu-my-main-menu a:not(:first-child) {
        display: none;
    }

    .menu-my-main-menu a.icon {
        float: right;
        display: block;
    }

    .menu-my-main-menu.responsive {
        position: relative;
    }

    .menu-my-main-menu.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .menu-my-main-menu.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    ul#menu-my-main-menu li {
        float: left;
        padding: 5px 0px;
        width: 100%;
        border-top: 2px solid #fff;
        margin: 0px 15px 0px 20px;
    }

}

@media only screen and (max-width: 767px) {
    .menu-center {
        float: left;
        width: 100%;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        position: absolute;
    }

    .menu_label {
        float: left;
        padding: 10px 15px;
        font-size: 30px;
        color: #ffffff;
    }

    ul#menu-my-main-menu {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        width: 100%;
        margin: 0 auto;
        position: relative;
        /*top: 2px;*/
        left: 0%;
        background-color: #716a668f
    }

    ul#menu-my-main-menu li a {
        color: #ffffff !important;
    }

    ul#menu-my-main-menu li {
        border-top: 2px solid #ffffff !important;
    }

    ul#menu-my-main-menu li {
        float: left;
        padding: 5px 15px;
        width: 100%;
        border-top: 2px solid #fff;
        margin: 0px 15px 0px 0px;
        background-color: #726a66;
    }

    ul#menu-my-main-menu li a {
        color: #ffffff;
    }

    .menu_label {
        display: block;
        font-family: Merriweather_Bold;
    }

    p.Catavino_prides {
        padding: 25px 20px 45px 20px;
    }

    p.specialists_text {
        padding: 0px 20px;
    }

    .socila_rating {
        padding: 30px 20px;
    }

    h2.contant_form_heading {
        text-align: left !important;
        /*width: 100%;*/
    }
}

@media only screen and (max-width: 480px) {
    .mobile_text {
        display: block;
    }

    .blog-post-catavino-wrapper {
        background-size: 100% auto !important;
    }

    .Portugal_Tours .vc_column_container .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element:last-child .wpb_wrapper .vc_separator:last-child {
        display: none
    }

    .Catavino_made .Catavino_prides {
        padding: 25px 0 0 0;
    }

    .related-stories .tour-details-wrapper .related-stories-wrapper:nth-child(2) {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .navbar-toggle {
        padding: 5px 15px;
        margin-top: 12px;
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .back-to-top-tours-page {
        display: none;
    }

    .country-tour-wrapper .vc_column_container > .vc_column-inner {
        margin-left: 0px;
    }

    div#related_stories_section .wpb_content_element {
        margin-bottom: 0px;
    }

    div#related_stories_section .separator-rel-sto-bottom {
        display: none;
    }

    p.specialists_text {
        float: none;
    }

    #Catavino_made {
        padding: 0px 20px 20px 20px;
    }

    .separator-line-tour {
        border-bottom: 1px dotted #7a706f;
    }

    h1.country_page_heading {
        border-bottom: 1px dotted #7a706f;
    }

    p.specialists_text {
        padding: 0px 0px 30px 0px;
        font-size: 15px;
    }

    .vc_row.vc_row-flex {
        margin: 0;
    }

    #easy_section .vc_column-inner {
        padding-top: 0;
    }

    .desktop_text {
        display: none;
    }

    .news_time_logos.mobile_logo {
        display: block;
    }

    .news_time_logos.desktop_logo {
        display: none;
    }

    .news_time_logos img:first-child {
        float: none;
        padding: 0px;
    }

    .news_time_logos img:LAST-child {
        float: none;
        padding: 0px;
    }

    .menu-center {
        float: left;
        width: 94%;
        margin: 0 15px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        position: absolute;
    }

    .menu_label {
        float: left;
        padding: 10px 15px;
        font-size: 22px;
        color: #ffffff;
        z-index: 2000;
    }
    #contact_us_section .vc_column-inner {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .left_blog_section.wpb_column.vc_column_container.vc_col-sm-3 {
        margin: 0 auto;
    }

    h1.main_banner_heading {
        padding: 115px 0px;
    }

    .tour-title {
        font-size: 30px;
        color: #00557d;
        width: 100%;
        line-height: 40px;
        padding: 40px 0px 30px 0px;
    }

    p.Catavino_prides2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 18px;
        line-height: 22px;
        padding: 0px 0px 0px 0px;
        text-align: left;
    }

    .below-img {
        padding-top: 0px
    }

    p.about-below-img {
        padding-bottom: 0px;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }

    .About_page_banner .vc_figure, .party_banner .wpb_single_image.vc_align_left .vc_figure {
        margin-top: 0px !important;
    }
    .Catavino_made hr:first-child {
        margin-top: 0px;
    }

    #Catavino_made .vc_column-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .socila_rating img {
        margin: 0px;
        width: 50%;
    }

    .tour-details-wrapper {
        width: 75%;
    }

    .tour-content {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 22px 0;
    }

    .left-side-content, .right-side-content {
        width: 100%;
        padding-bottom: 20px;
        font-size: 15px;
        line-height: 26px;
    }

    /*.tour-content {
        margin: 0px 0px 20px 0px;
    }*/
    .space-dotted2 {
        display: none;
    }

    .starting-heading {
        line-height: 60px;
        width: 100%;
        font-size: 50px;

    }

    .tour-form {
        border-top: 0px solid #000;
        margin-top: 0px;
    }

    .heading-wayl {
        font-size: 30px;
        width: 100%;
        padding-top: 40px;
        line-height: 40px;
    }

    /*.left_blog_section.wpb_column.vc_column_container.vc_col-sm-3{margin: 0 6%}*/
    a.build-a-tour, a.all-tours {
        padding: 10px 10px 5px 10px;
        /*margin-bottom: 40px;*/
        float: none;
        display: block;
        margin: 50px auto 0px auto;
        border: 2px solid #d4d0d0;
    }

    .wayl-button-wrapper {
        width: 100%;
    }

    .tour-attraction {
        font-size: 45px;
        padding: 10px 10px 10px 10px;
        width: 100%;
        line-height: 50px;
        font-weight: bold;
    }

    .related-tour-wrapper {
        width: 100%;
    }

    .related-tour-element {
        width: 100% !important;
        padding: 0px;
        margin-left: auto !important;
    }

    .separator-tours-bottom {
        margin: 32px 0px 25px 0 !important;
    }

    .tour-related .separator-tours-bottom {
        margin: 32px 0px 35px 0 !important;
    }

    .tour-form-title {
        padding: 0 15px;
    }

    .tour-form-wrapper {
        width: 91%;
        margin: 0 auto;
    }

    p.BACK_TO_TOP {
        display: none;
    }

    .related-stories-wrapper, .related-tour-element {
        width: 100%;
        margin-bottom: 0px;

    }

    p.related-stories-title {
        line-height: 30px;
    }

    p.related-stories-author {
        font-size: 16px;
    }

    .center-line-rel-sto {
        display: none;
    }

    .separator-rel-sto-bottom {
        display: none;
    }

    .center-coutry-line {
        display: none;
    }

    .right_footer, .left_footer {
        float: left;
        width: 100%;
        padding: 50px 20px 10px 20px;
        margin: 0px !important;
    }

    .country-tour-form-side-wrapper.wpb_column.vc_column_container.vc_col-sm-3 {
        display: none;
    }

    .country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
        padding: 0;
    }

    #contact_us_section .wpb_single_image .vc_single_image-wrapper img {
        width: 100% !important;
    }

    .About_page_banner {
        padding: 0px 5px;
    }

    .tour-type, .tour-location, .tour-theme, .tour-duration {
        width: calc(49% - 2px);
    }

    .tour-type {
        width: calc(50% - 6px);
        border-left: 0px dotted #8a8a8a;
    }

    .tour-type p {
        padding-top: 35px;
    }

    .tour-location {
        border-right: none;
        border-top: 0px dotted #8a8a8a;
    }

    .tour-theme {
        border-top: 2px dotted #8a8a8a;
    }

    .tour-location {
        border-right: none;
        border-top: 0px dotted #8a8a8a;
    }

    .tour-duration {
        border-right: none;
        border-top: 2px dotted #8a8a8a;
    }

    p.Catavino_prides3 {
        line-height: 35px;
        padding: 10px;
        font-size: 25px;
    }

    h1.main_banner_heading {
        padding: 115px 0px;
        line-height: 60px;
        font-size: 68px;
    }

    h1.banner_heading_two {
        font-size: 40px;
        line-height: 50px;
        font-weight: bold;
        padding-top: 0px;
    }

    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn a {
        font-size: 25px;
        padding: 12px 40px 7px 40px;
        width: 90%;
    }

    p.wine_trip {
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 28px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: justify;
    }

    div#contant_section {
        padding: 0px 20px;
    }

    div#contant_section input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        width: 100%;
        font-size: 12px !important;
    }

    p.name_of_user, p.company_name {
        padding: 0 0px;
        font-size: 18px;
    }

    .tour-iti-right-desc, .tour-iti-left-desc {
        width: 100%;
        background-color: #ffffff;
        padding-bottom: 20px;
        padding-top: 15px;
    }

    p.Catavino_prides4 {
        padding: 15px;
        font-size: 18px;
        width: 100%;
        line-height: 20px;
        text-align: left;
    }

    .col_12_contact {
        width: 100%;
        margin: 0;
    }

    .contactform-home .col_12_contact {
        width: 100%;
        margin: 0;
    }

    .col_12_contact .col_6, .col_12_contact .col_12 {
        width: 100%;
        padding: 15px;
    }

    .col_12_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .col_12_contact textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100%;
        font-size: 15px;
    }

/*     #contact_us_section ::placeholder {
        font-size: 15px !important;
    } */

    .col_12_contact input.wpcf7-form-control.wpcf7-submit.Submit2 {
        width: 140px;
    }

    .col_12_contact textarea.wpcf7-form-control.wpcf7-textarea {
        margin-bottom: -15px;
    }

    #contact_section {
        padding: 0px 35px;
    }

    .blog-post-catavino-bottom-tags {
        padding: 0px 15px 15px 15px;
        z-index: 1000;
    }

    .country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 input.wpcf7-form-control.wpcf7-submit.Submit {
        width: 140px !important;
        padding: 15px 18px 10px 18px;
        font-size: 22px !important;
    }

    /*.country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 {
        padding-left: 15px;
    }*/
    .country-tour-wrapper {
        width: 100%;
        padding: 15px;
        /* padding-left: 15px;*/
    }

    /*.Catavino_made {
        padding-left: 15px;
    }*/
    h1.country_page_heading {
        font-size: 75px;
        padding: 50px 50px 50px 40px;
    }

    div#related_stories_section .vc_column-inner {
        padding-right: 0px;
        padding-left: 0px;
    }

    img.page_down_btn{width: 50px;}
    .related-tour-wrapper h1.main_heading_category {
        height: 228px;
        padding: 20px 0px 0px 0px;
        width: 45%;
    }

    .location-text-banner {
        font-size: 70px;
        padding-top: 110px;
    }

    .what-are-you-looking {
        height: auto;
    }

    .tour-day {
        width: 70px;
        height: 70px;
        padding: 20px 15px 0px 17px;
        font-size: 20px;
        line-height: 20px;
    }

    .title-related-tours {
        font-size: 30px;
        color: #00557d;
        /*border-color: #000000;*/
        width: 100%;
        border-top: 1px solid #00557d;
        border-bottom: 1px solid #00557d;
    }

    .tour-related {
        width: 90%;
        margin: 0 auto;
    }

    /*.related-tour-element:last-child .separator-tours-bottom {
        display: none;
    }*/
    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn2.vc_btn3-center a {
        padding: 13px 5px 7px 5px;
        width: 100%;
        margin-bottom: 0px;
    }

    .news_time_logos img {
        width: 70% !important;
    }

    .news_time_logos {
        padding: 0px 0px;
    }

    div#contant_section .wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
    }

    .top-tour-banner {
        background-size: auto 100% !important;
    }

    p.Catavino_prides {
        padding: 0;
        font-size: 22px;
        text-align: left;
        float: none;
    }

    #party_banner {
        min-height: initial;
    }

    .country-tour-wrapper .wpb_content_element {
        margin-bottom: 20px;
    }

    #contact_us_section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 150px;
    }

    #contact_section .vc_column_container > .vc_column-inner {
        padding: 10px 0px;
    }

    h1.info_heading {
        width: 100%;
    }

    div#about_us_section {
        padding-top: 100px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #contact_section .wpb_column.vc_column_container.vc_col-sm-4 {
        margin-bottom: 0px;
    }

    #contact_section h3.location_name {
        display: none;
        margin-bottom: 0;
    }

    #contact_section .wpb_column.vc_column_container.vc_col-sm-4:first-child h3.location_name {
        display: block;
        margin-bottom: 30px;
    }

    #contact_section .wpb_text_column.wpb_content_element {
        margin-bottom: 0px;
    }

    h1.main_banner_heading.for-mobile-only {
        display: block;
        font-size: 50px;
        line-height: 50px;
        padding-top: 80px;
        padding-bottom: 175px;
    }

    h1.main_banner_heading.for-desktop {
        display: none;
    }

    .what-are-you-looking {
        margin: 10px 0;
    }

/*     .tour-form .tour-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
        font-size: 12px !important;
    } */

    .tour-form .tour-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        font-size: 12px !important;
        padding-bottom: 8px;
    }

    .related-stories .tour-details-wrapper {
        width: 90%;
    }

    div#contant_section .wpb_column.vc_column_container.vc_col-sm-3 {
        display: none;
    }

    .socila_rating {
        padding: 30px 0px 20px 0px;
    }

    .contactform-home .vc_column-inner {
        padding-top: 0px !important;
        padding-bottom: 40px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .contactform-home h2.contant_form_heading {
        padding: 0 10px;
    }

    #secondbghm {
        background-size: 100% 100% !important;
    }

    .Tours_section .vc_column-inner {
        padding: 0px !important;
    }

    .vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
        border-top-width: 1px !important;
    }

    h1.main_heading_category {
        width: 60%;
        padding: 10px 0px 0px 0px;
        height: 225px !important;
    }

    .title-related-stories {
        padding: 10px 0px 5px 0px;
        font-size: 25px;
        margin-bottom: 20px;
    }

    h1.info_heading {
        border-bottom: 1px dotted #7a706f;
    }

    h3.Catavino_heding {
        font-size: 23px;
    }

    .home-testi.wpb_column.vc_column_container.vc_col-sm-8 {
        width: 100%;
        margin: 10px auto 0px auto;
        padding: 0px 15px;
    }

    .navbar-collapse {
        width: 0%;
        transition: width 0.5s;
        position: fixed;
        top: 0;
        height: 100% !important;
        left: 0;
        background-color: #e7e6e2;

    }

    .navbar-collapse.in {
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #e7e6e2;
        padding: 0 15px;
    }

    .navbar-collapse.collapse.in .navbar-toggle .icon-bar:first-child {
        transform: rotateZ(45deg);
        margin-bottom: -7px;
    }

    .navbar-collapse.collapse.in .navbar-toggle .icon-bar:last-child {
        transform: rotateZ(-45deg);
    }

    .menu-wrapper-section {
        border-top: 2px solid #ffffff; /*border-bottom: 2px solid #ffffff;*/
    }

    .menu-wrapper-section .navbar-toggle {
        margin-top: 17px;
    }

    ul#menu-my-main-menu-1 {
        padding: 0px 0px 0px 0;
        margin-left: 0px;
    }

    #myNavbar .menu-my-main-menu-container li {
        float: left;
        padding: 10px 0px;
        border-top: 2px solid #ffffff;
        font-size: 22px;
        list-style: none;
        width: 100%;
        font-family: Merriweather_Bold;
    }

    #myNavbar .menu-my-main-menu-container li a {
        color: #ffffff;
        display: block;
    }

    #myNavbar .menu-my-main-menu-container li a:hover {
        color: #716a66;
        text-decoration: none;
    }

    #myNavbar .menu-my-main-menu-container li:hover {
        border-top: 2px solid #716a66;
    }

    #myNavbar .menu_label {
        padding-left: 0px;
        padding-right: 0px;
        color: #ffffff;
    }

    #myNavbar .menu-my-main-menu-container li:last-child {
        border-bottom: 2px solid #ffffff;
    }

    .Tours_section {
        padding: 0 25px;
    }

    h1.main_country_heading {
        font-size: 26px;
    }
    .site_logo img{width: 110px !important;}
    .top-section-filler {
        height: 170px;
    }
    .top-tour-banner {
        padding-top: 210px;
    }
    .center-line-iti{
        top: 150px;
    }
	#contant_section .forminator-ui.forminator-custom-form-1622.forminator-design--default i.fa.fa-question-circle {
		bottom: 36% !important;
	}
}

@media only screen and (max-width: 414px) {
    h1.main_heading_category {
        width: 60%;
        font-size: 20px;
        height: 168px !important;
        line-height: 25px;
        padding: 10px 0px 0px 0px;
    }

    .menu-center {
        width: 93%;
    }

    p.related-stories-author {
        font-size: 16px;
    }

    p.related-stories-title {
        line-height: 35px;
        font-size: 31px;
        width: 100%;
    }

    h1.country_page_heading {
        font-size: 75px;
        padding: 50px 50px 50px 10px;
    }

/*     div#contant_section input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
        font-size: 11px !important;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
        font-size: 12px !important;
    } */

    .country-tour-form-wrapper.wpb_column.vc_column_container.vc_col-sm-6 input {
        font-size: 12px !important;
    }

    input.wpcf7-form-control.wpcf7-submit {
        padding: 15px 18px 10px 18px;
        font-size: 15px;
    }

    h1.banner_heading_two {
        line-height: 45px;
        font-size: 38px;
    }

    /*.wayl-button-wrapper {
        width: 74%;
    }*/
    /*.left_blog_section.wpb_column.vc_column_container.vc_col-sm-3 {
        margin: 0 6%;
    }*/
    #contant_section .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
        display: none;
    }

    #easy_section .wpb_column.vc_column_container.vc_col-sm-2 {
        display: none;
    }

    #easy_section .vc_column-inner {
        padding-top: 0px;
    }

    h2.contant_form_heading {
        text-align: left !important;
        line-height: 40px;
        font-size: 30px;
        margin-top: -7px;
    }

    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn a {
        font-size: 18px;
        padding: 12px 40px 8px 30px;
    }

    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn2.vc_btn3-center a {
        font-size: 20px;
    }

    .starting-heading {
        line-height: 55px;
        width: 100%;
        font-size: 40px;

    }

    .tour-details-center p {
        line-height: 36px;
        padding-top: 22px;
        font-size: 30px;
    }

    .tour-type, .tour-location, .tour-theme, .tour-duration {
        width: calc(49% - 3px);
    }

    .tour-attraction {
        font-size: 22px;
        line-height: 30px;
    }

/*     .tour-form .tour-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .tour-form .tour-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
        font-size: 11px !important;
    } */

    .col_12_contact input.wpcf7-form-control.wpcf7-submit.Submit2 {
        padding: 15px 18px 10px 18px;
        font-size: 16px;
    }

    .rel-sto-img{height: 360px !important;}

}

@media only screen and (max-width: 375px) {
    h1.main_heading_category {
        font-size: 18px;
        height: 139px;
        line-height: 25px;
        padding-top: 15px;
    }

    h1.country_page_heading {
        font-size: 65px;
        padding: 30px 0px 30px 0px;
    }

    .menu-center {
        width: 92%;
    }

    /* .wayl-button-wrapper {
         width: 80%;

     }*/
    .tour-details-wrapper {
        width: 80%;
    }

    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn a {
        font-size: 18px;
    }

    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn2.vc_btn3-center a {
        font-size: 18px;
    }

    h1.main_heading_category {
        height: 139px !important;
    }

    .rel-sto-img {
        height: 330px !important;
    }
	#contant_section .forminator-ui.forminator-custom-form-1622.forminator-design--default i.fa.fa-question-circle {
		bottom: 36% !important;
	}
}

@media only screen and (max-width: 320px) {
    h1.main_country_heading {
        font-size: 26px;
    }

    h1.country_page_heading {
        font-size: 55px;
        padding: 30px 0px 30px 0px;
    }

    .starting-heading {
        line-height: 50px;
        width: 100%;
        font-size: 35px;
    }

    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn a {
        font-size: 15px;
    }

    .vc_btn3-container.ASK_FOR_A_CUSTOM_TOUR_btn2.vc_btn3-center a {
        font-size: 16px;
    }

    p.socila_icon img {
        margin-right: 15.5px;
    }

    h2.contant_form_heading {
        line-height: 30px;
        font-size: 25px;
    }

    .tour-form-wrapper input.wpcf7-form-control.wpcf7-submit {
        font-size: 18px;
    }

    .menu-center {
        width: 91%;
    }

    h3.Catavino_heding {
        font-size: 20px;
    }

    p.name_of_user, p.company_name {
        font-size: 14px;
    }

    p.wine_trip {
        font-size: 15px;
    }
    .rel-sto-img {
        height: 290px !important;
    }
	#contant_section .forminator-ui.forminator-custom-form-1622.forminator-design--default i.fa.fa-question-circle {
		bottom: 36% !important;
	}
}

.wpcf7-form-control-wrap {
    clear: both;
}

input.wpcf7-form-control.wpcf7-submit.Submit2 {
    position: inherit !important;
    top: inherit !important;
}

@media(max-width: 1200px) {
    input.wpcf7-form-control.wpcf7-submit.Submit2 {
        top: 0;
    }
}


.gform_wrapper.gravity-theme .gfield input.large{
	color: #716a65!important;
}