/*
 Theme Name:   Travel Tour Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Travel Tour Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     traveltour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  traveltour-child

 START YOUR CHILD THEME CSS HERE
*/

.ven-cir-footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0 auto -9em;
    padding: 1.5em 1.75em;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

ul#menu-venetian-main-footer li {
    margin: 0 !important;
    padding: 0.5em;
    font-weight: 700;
    letter-spacing: 1.5px;
}


#home-container .wl-ss-single-widget {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
	-webkit-box-pack: space-evenly !important;
	    -ms-flex-pack: space-evenly !important;
	        justify-content: space-evenly !important;
	    -webkit-box-align: center !important;
	        -ms-flex-align: center !important;
	            align-items: center !important;
}
#home-container .wl-ss-product-img {
	width: 100% !important;
}

#home-container .wl-ss-product-details {
    width: 80% !important;
    margin: 0 !important;
    padding: 0 0 1.5em 0!important;
}
#home-container .wl-ss-product-info {
    padding: 0 0 1em 0 !important;
}

#order_review a.button.alt {
    background-color: #FFF !important;
}

.traveltour-top-cart-count-wrap, .traveltour-top-cart-amount-wrap {
    display: none !important;
}

.woocommerce-message a {
    display: none !important;
}


a.welcomeUserLogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2em !important;
    font-weight: 600;
}
.welcomeUserLoginIcon {
	margin-right: 0.3em !important;
	    font-size: 1.4em !important;
}

span#wcf_cf_gdpr_message_block span {
    font-size: 1em !important;
    margin-top: 1em !important;
}

div#overlay {
    z-index: 1000 !important;
}
div#modal {
    z-index: 10000 !important;
}

/* hide last week - row of calendar */
/*table.table-condensed tbody tr:nth-child(6) {
   display: none; 
}*/

.headerBar {
	box-shadow: inset 0px 5px 12px -5px rgb(0 0 0 / 90%) !important;
}