@media (max-width: 768px) {
	.fl-tabs::after {
		background: transparent;
	}
}

.shadowed-tabs.fl-module-vamtam-tabs .fl-tabs-panels, .shadowed.tabs.fl-module-vamtam-tabs .fl-tabs-panel {
	border: none;
    border-radius: 10px;
    /*box-shadow: 0 1px 15px 0 rgba(0,0,0,.07);*/
}

.dark-section .vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-pagination-item {
	background: rgba(255,255,255,.7);
}
.dark-section .vamtam-cubeportfolio.cbp-slider-edge .cbp-nav-pagination-active {
	background-color: #ffffff;
}

@media (max-width: 768px) {
	.fl-col {
		float: none !important;
	}
	.fl-tabs-labels {
		display: block !important;
	}
}

/* Active Menu Item Border Bottom */
body #mega-menu-wrap-menu-header #mega-menu-menu-header>li.mega-current-menu-ancestor:not(.mega-hide-arrow)>.mega-menu-link:after, body #mega-menu-wrap-menu-header #mega-menu-menu-header>li.mega-current-menu-item:not(.mega-hide-arrow)>.mega-menu-link:after {
	display: none;
}

#scroll-to-top {
	display: none;
}

.font-400 > div > .vamtam-heading > span {
	font-weight: 400;
}

.loop-wrapper.news .list-item>div {
	background-color: white;
  border-radius: 10px;
}

/*.blog-items-white > .fl-module-content > div > .cbp-wrapper-outer > .cbp-wrapper > .page-content {
	background-color: white;
}*/

.centered {
	text-align: center !important;
}

/*Hide text under Logo in the header */
.fixed-header-box .logo-wrapper .site-tagline {
	display: none;
}
body.sticky-header .fixed-header-box .logo-wrapper .logo img {
	max-height: 39px !important;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset header.main-header .first-row .alternative-logo {
	max-height: 30px !important;
  top: 5px !important;
}

/*checkout page padding left for tables removed
https://mozo.vamtam.com/checkout/*/

.woocommerce.woocommerce-checkout table.shop_table td,
.woocommerce.woocommerce-checkout table.shop_table th {
    padding: 10px 15px 10px 0px;
}


/*end checkout page padding left for tables removed*/


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


/*move button on a side of tickets button:
https://tinyurl.com/2o22r9ht
https://mozo.vamtam.com/solo-singer/*/

@media (min-width: 768px) {
    .bit-event-lists .bit-upcoming-events .bit-event .bit-details.bit-event-buttons {
        display: flex;
        flex-direction: row;
    }
    .bit-event-lists .bit-upcoming-events .bit-event .bit-details.bit-event-buttons .bit-rsvp-container {
        margin: 0;
    }
}

@media(max-width: 767px) {
    .bit-widget .bit-event .bit-offers-container {
        margin-top: 5px;
    }
}


/*end move button on a side of tickets button:
https://tinyurl.com/2o22r9ht
https://mozo.vamtam.com/solo-singer/*/


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


/*subscribe form button text alignment issue fix*
https://tinyurl.com/2qdof28m/
https://mozo.vamtam.com/*/

.fl-module-vamtam-subscribe-form .fl-module-content .fl-subscribe-form .fl-form-button .vamtam-button-wrap a.vamtam-button {
    line-height: 1em !important;
}


/*end subscribe form button text alignment issue fix*/


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


/*border radius for load more button 
https://tinyurl.com/2obq7vjo
https://mozo.vamtam.com/*/

.bit-widget .bit-play-my-city-button {
    border-radius: var(--vamtam-border-radius-oval);
    margin: 20px 0 0 0!important;
}


/*end border radius for load more button 
https://tinyurl.com/2obq7vjo
https://mozo.vamtam.com/*/


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


/*event tickets
https://tinyurl.com/2ltbhplz
https://mozo.vamtam.com/classes/shilpa-ray-the-dreebs-sharkmuffin/*/

.tribe-events-event-meta:before,
.tribe-events-event-meta~div:not(.tribe-events-event-meta, .event-tickets) {
    border-top: none;
}

.tribe_events .tribe-tickets-rsvp.cart {
    border-radius: 5px 5px 0px 0px !important;
    padding: 35px 0% 30px;
}

.tribe_events .tribe-tickets-rsvp.cart {
    padding: 35px 0% 30px;
}

@media (max-width: 768px) {
    body.responsive-layout .tribe-tickets-rsvp .tribe-events-tickets-title.tribe--rsvp {
        margin-bottom: 0 !important;
    }
}

.tribe-events-tickets-title {
    padding: 0 3%;
}

.tribe-events-event-meta dl {
    margin-left: 0;
}


/*event tickets
https://tinyurl.com/2ltbhplz
https://mozo.vamtam.com/classes/shilpa-ray-the-dreebs-sharkmuffin/*