/*
Theme Name: VW Tour Pro
Theme URI:  https://www.vwthemes.com/themes/vw-tour-theme/
Author: VW Themes
Author URI:  https://www.vwthemes.com/
Description: VW Tour Pro is a premium WordPress theme for TOUR and Travels websites. VW Tour Pro is a WordPress theme with clean and bold design. It is a great option for any Tour zone: Good homepage layouts, inner page layout, beautiful slideshow with Slider Revolution, WooCommerce integration, RTL language supported and much more.
Version: 1.1.3
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License
License URI:license.txt
Text Domain: vw-tour-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Tour Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2015.
VW Tour Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#f1f1f1;
  position:relative;
  font:12px/22px arial;
  font-family:Open sans;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:10px 0;
}
h1{
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    text-transform: capitalize
;}
h2 {
    text-align: center;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #929292;
    display: table;
    margin: 0 auto !important;
    font-size: 24px;
    }
h2::after {
    position: absolute;
    height: 3px;
    width: 100px;
    background-color: #47A0FF;
    bottom: 0px;
    text-align: center;
    content: "";
    margin: 0 auto;
    right: 0;
    left: 0;
}
h3{font-size: 22px;}
h4{ font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}
p{
  margin:0 0 15px;
  padding:0;
  font-size:14px;
  line-height:normal;
  font-weight:normal;
  font-family: oxygen;
}
a{
  text-decoration:none;
  color:#1976D2;
}
a:hover{
  text-decoration:none;
  color:#666;
}
a:focus,
a:hover{
  text-decoration:none !important;
}
ul,ol{
  margin:0 0 0 15px;
  padding:0;
}
:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.clear{
  clear:both;
}
input[type='submit']:hover,select[type='submit']:hover{
  cursor: pointer;
}
.center{
  text-align:center;
  margin-bottom:40px;
}
.middle-align{
  margin:10px auto;
  padding:20px 0 20px;
  float: left;
  width: 100%;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
}
.sticky{
  margin:0;
  padding:0;
  background-color:#1c3248;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
small{
  font-size:14px !important;
}
a.small-button{
  background:#3890cb;
  padding:5px 30px;
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="phno"],textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 11px 0;
  height:auto;
  border-radius: 5px;
  color:#000;
}
::-webkit-input-placeholder,::-moz-placeholder ,:-ms-input-placeholder,:-moz-placeholder{ /* Chrome/Opera/Safari */
  color: #000;
}
input[type="number"]{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 11px 0;
  height:auto;
  border-radius: 5px;
  margin-left: 10%;
  color:#000;
}
li#archives-3 h2 {
  padding: 0 0 0 26px;
}
li#search-2 {
  padding: 35px 0 0 13px;
}
h2.widgettitle {
    color: #fff;
    border-bottom: solid 2px #006fe5;
    display: inline-table;
    font-size: 16px;
}
input.search-field {
    padding: 11px 13px 13px 11px;
    border:1px solid #113665;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    font-size: 17px;
    border-bottom: solid 1px #1c3248;
    margin-bottom: 3%;
}
/* ---------Buttons--------- */
/*a.button-all{
  border:2px solid #000;
  color:#000;
  padding:8px 50px;
  margin:20px 0 0 0;
  font-weight:bold;
}
a.button{
  border: 2px solid #3890cb ;
  background:#3890cb;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight:bold;
}
.second-effect .mask {
  opacity: 0;
  overflow:visible;
  border:0px solid rgba(0,0,0,0.7);
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
 }
.second-effect a.info {
  position:relative;
  top:-10px;
  opacity:0;
  transform:scale(0,0);
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
  opacity: 1;
  border:100px solid rgba(0,0,0,0.7);
}
.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}*/
/* ======== Spinner ================= */
.spinner-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #47a0ff;
  cursor: pointer;
  z-index: 9999;
}
.spinner-loading-box .lds-ripple{
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateY(-50%);
}
.spinner-loading-box .lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.spinner-loading-box .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* tour-serch */
.search_tour input[type="text"],.search_tour input[type="number"], .search_tour input[type="tel"],.search_tour input[type="email"],.search_tour input[type="phno"],.search_tour input[type="phno"],.search_tour input[type="submit"] {
  margin-left: 0%;
  font-family: FontAwesome;
  font-style: normal;
}
select{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 11px 0;
  height:auto;
  border-radius: 5px;
  color:#000;
  background-color: white;
}
input#searchtour {
    border-radius: 8px;
    margin-top: 0%;
    width: 100%;
}
input[type="submit"]:hover{
  background:#000;
}
/*tourproduct title*/
.woocommerce-loop-product__title{
  border-bottom: none;
}
.woocommerce-loop-product__title:after{
  display: none;
}
/*** test post page ***/
#test-post-page .postbox img{
  height: 100%;
  padding: 15px 0 15px 15px;
}
#test-post-page .postbox a.blogbutton-small{
  margin: 0 0 15px 0;
}
/*Advance Search Page*/
#content-vw .backgrndwrapper {
    margin: 1em 0;
    padding: 1em 0;
}
.read-more {
  text-transform: uppercase;
  border: 1px solid #fff;
}
/* about us inner page */
.main_heading {
  color: #ababab;
  text-align: center;
  margin-bottom: 1%;
}
.para_info h1 {
  font-size: 21px;
  color: #1C3248;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
}
.para_info p {
  font-family: Open sans;
}
p.author {
    text-align: center !important;
    font-size: 21px !important;
    margin: 0px !important;
    color: #9E9E9E;
}
.best-travel h1 {
    color: #1C3248;
    margin-top: 0;
}
.best-travel p {
    font-weight: normal;
    font-family: Open sans;
}
.best-travel {
  float: left;
  width: 100%;
  margin: 30px 0 30px 0;
}
.para_info h3 {
    font-size: 26px !important;
}
.back_pic img {
  margin-bottom: 2%;
  margin-top: 3%;
  width:100%;
}
.best-travel p {
    line-height: 25px;
    margin: 0 0 20px 0;
    /* padding: 0px 20px 0 20px; */
    text-align: left;
    }
.back_pic.text-center {
    background-size: 100% 100%;
    padding: 0;
    width:100%;
}
.best-travel h4 {
    text-align: left !important;
}
.page-template-about #content-vw p{
  padding: 0;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    clear:both;
}
.thirty span {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
 }
.thirty p {
  text-align: center !important;
  margin: 0 0 9px 0 !important;
  font-size: 31px !important;
   font-style: italic;
   font-weight: bold;
 }
.num_sec {
  width: 100%;
  padding: 65px 0 65px 0;
  text-align: center;
  margin: 35px 0 0 0;
  background: rgb(238, 238, 238);
}
/* Woocommerce */
#tour_products ul.products li.product,.shop-product ul.products li.product{
  border: 1px solid  #ccc;
}
#tour_products ul.products li.product .price,.shop-product ul.products li.product .price,.shop ul.products li.product .price{
  padding: 5px 15px;
  color: #1e73be !important;
  font-size: 16px;
  width: 100%;
  float: left;
}
#tour_products ul.products li.product .price del,.shop-product ul.products li.product .price del{
  float: left;
  margin-bottom: 12px;
}
.woocommerce ul.products li.product:hover .button {
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  border: none;
  float: left;
  bottom: -3px;
  top: inherit;
}
.post-type-archive-product.woocommerce ul.products li.product:hover .button{
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  border: none;
  float: left;
  bottom: -3px;
  top: inherit;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  min-height: 350px;
  border:1px solid #ccc;
  width: 30.8%;
}
.post-type-archive-product .products li:nth-child(3n+0){
  margin-right: 0 !important;
}
.woocommerce ul.products li.product:hover a.added_to_cart {
  position: absolute;
  top: 0;
  background: #025AA5;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 1em;
  right: 0;
}
.cart_totals .wc-proceed-to-checkout .checkout-button{
  background-color: #025AA5 !important;
}
.woocommerce ul.products li.product .button {
  display: none;
  width: 100%;
  background-color: #1C3248;
}
.woocommerce ul.products li.product .star-rating {
  font-size: .857em;
  float: none;
  margin: 10px auto;
  display: block;
  color: #f1c40f;
}
.woocommerce a.added_to_cart{
  display: none;
}
.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce a.added_to_cart{
  text-align: center;
  color: #000;
}
span#reply-title {
  display: inline-block;
  margin-bottom: 10px;
}
/* Headings */
section h3{
  font-weight:bold;
  text-align:center;
  margin:0 0 10px;
  padding:0;
  text-transform:uppercase;
  font-size: 24px;
  border-bottom: 1px solid #838383;
  padding-bottom: 15px;
  position: relative;
}
section h3:after{ position: absolute;
  height: 2px;
  width: 100px;
  background-color: #47A0FF;
  top: 0;
  left: 0;
  text-align: center;
  right: 0;
}
section h4{
  color:#000;
  font-size:18px;
}
section h5{
  color:#fff;
  font-weight:bold;
  font-size:28px;
  margin:0 0 10px 0;
  padding:0;
}
.new-line,.box-content p{
  margin-bottom: 2em;
}
.darkbox{
  padding:0;
}
section{
  font-family:Open sans;
}
/*commom heading css*/
section .innerlightbox{
  background-size:100% 100%;
  padding:4.5em 0;
}
section .innerdarkbox{
  background-size: cover;
  background-repeat: no-repeat;
  padding:5% 0 5% 0;
  color:#fff;
  clear: both;
}
h2.borderline{
    margin: 0 0 20px;
}
section#tourtype{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#tour_products ul.products li.product:hover .button{
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  border: none;
  float: left;
  bottom: -3px;
  top: inherit;
}
/* --------- Inner Pages --------- */
#tourlist .tour-box {
  margin-bottom: 4%;
}
.text-right h6 ,.text-left h6 {
  font-size: 20px;
}
/*Top destination*/
h4.textwhite {
  color:#ffffff;
  font-size: 17px;
}
.distination-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.destination_hover {
  margin-top: 3%;
}
.images-box {
  height: 240px;
  overflow: hidden;
  }
.images-box {
 position: relative;
}
.images-box img {
  min-height: 240px;
  width: 100%;
}
.col-sm-12.destination_hover:hover .distination-wrapper{
  background-color: rgba(51, 51, 51, 0.7);
}
.top_destination .inner-content,.top_destination .text-title {
  display: none;
}
.text-title a.textwhite{
    color: #fff;
    margin: 0;
    font-weight: 600;
    float: left;
}
.textwhite p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}
.textwhite.rate {
    float: right;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
}
.top_destination .destination_hover:hover .text-title {
  position: absolute;
  background: #417bb2;
  width: 100%;
  padding:10px;
  opacity: 0.9;
  display:block;
  transition: all 500ms ease;
  bottom: 0;
}
.top_destination .destination_hover:hover .inner-content {
  position: absolute;
  text-align: center;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition-delay: 1s; /* delays for 1 second */
  -webkit-transition-delay: 1s; /* for Safari & Chrome */
  transition: all 500ms ease;
  color:#fff;
}
.inner-content a {
  border: 2px solid transparent;
  font-size: 14px;
  padding: 3px 15px 3px 15px;
  color: #fff;
  border-radius: 5px;
  border-color: #fff;
  font-weight: 600;
}
.inner-content p {
  font-size: 14px;
  font-weight: 600;
}
.inner-content a:hover {
  color: #fff;
}
.destination_hover .images-box:hover{
  background-color:#333;
}
.top_destination {
    width: 99% !important;
    margin-bottom: 30px;
}
/************************************/
/* ---------Buttons--------- */
a.button{
  border: 2px solid #3890cb ;
  background:#3890cb;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 7px 30px;
  font-weight:bold;
}
a.theme_button {
  color: #ffffff;
  border: none;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  background:#01b7f2;
  border-radius: 0;
}
a.theme_white_button{
  border: none;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
}
a.theme_white_button{
  background-color: #ffffff;
  color: #ff7c93;
}
a.theme_button:hover {
  color: #ff7c93;
  background: #ffffff;
}
a.theme_white_button:hover {
  color: #ffffff;
  background: #ff7c93;
}
.sub-menu a:not([href]):not([class]), .sub-menu a:not([href]):not([class]):hover {
    color: #fff !important;
}