/*
Theme Name: Jupiter Child
Theme URI: http://demos.artbees.net/jupiter5
Template: jupiter
Author: Artbees
Author URI: http://themeforest.net/user/artbees
Description: A Beautiful, Professional and Ultimate Wordpress Theme Made by Artbees. Jupiter is a Clean, Flexible, fully responsive and retina ready Wordpress theme. Its smart and hand crafted environment allows you to Build outstanding websites easy and fast.
Version: 5.9.2.1551983411
Updated: 2019-03-07 10:30:11

*/
.mk-header-holder {
    position: unset;
}
.header-style-1 .mk-header-padding-wrapper, .header-style-2 .mk-header-padding-wrapper, .header-style-3 .mk-header-padding-wrapper {
    padding-top: 0px;
}
.mk-customizer ul.products li.product a.button{
	display:none;
}
.featured img {
    display: block;
    width: 100%;
    height: 100%;
}
.tourwrapper { 
	background: url(./images/header-about-bck.png) #000; 
	padding: 2% 0 5% 0; 
	color:#fff; 
	/*margin-bottom: 5%; */
}
.tourwrapper h1 {
    color: #fff !important;
    border-bottom: 3px solid #333 !important;
    text-align: center;
	font-size: 20px;

}
.tourwrapper .mk-grid{
	/*background: #ef1b1b;*/
	background: #220d52;
	padding: 1%;
}
.tourdates {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5%;
    /*background: #ef1b1b;*/
	background: #220d52;
}
div.mk-grid > div.tourdates:nth-of-type(even) {
    /*background: #ce1717;*/
	background:#6c3787;
}
.tourdates a{
	/*color: #fff;*/
}
.date{
	color: #333;
	background: #fff;
	padding: 10px;
	/* padding-right: 10px; */
	/* height: 40px; */
	/* align-items: center; */
	width: 120px;
	text-align: center;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;

}
.venue{
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1rem;
	flex: 1;
}
.venue a{
	color:#fff;
}
span.venuename {
    font-size: 14px;
    font-weight: normal;
    color: gold;
}
.tickets{
	color: #3a3a3a;
    background: gold;
    padding: 10px;
    /*height: 40px;*/
    min-width: 105px;
    justify-content: center;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
    align-items: center;
}
.btn_row{
	text-align: center;
    padding: 5% 0 0;
}
a.btn.red{
	background:purple;
    padding: 10px 20px;
    /* margin: 50px 0; */
    font-weight: bold;
    color: #fff;
}
.wpb_content_element{margin-bottom:0;}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight,.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_weight {
    display: none;
}
.search-result-item .search-loop-meta{
	display:none;
}
/* mailchimp footer */
#page-section-mailchimp .page-section-content {
    padding: 40px 0;
}
#page-section-mailchimp {
    min-height: 100px;
    margin-bottom: 0px;
    background-color: #cccccc;
}
#page-section-mailchimp #fancy-title {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 0px;
}
.mc_form{
	display: grid;
    grid-template-columns: 60% 1fr;
    width: 100%;
    grid-column-gap: 2rem;
}
#mk-subscribe-24 .mk-subscribe--email, input[type=email].mailchimp {
    background-color: #8224e3;
    color: #222;
    border: 1px solid #cccccc;
	font-size: 16px;
    height: 45px;
    line-height: 45px;
	padding: 0 2%;
	width: 100%;
    margin: 0;
}
#mk-subscribe-24 .mk-subscribe--email, #mk-subscribe-24 .mk-subscribe--button {
    border-radius: 0px;
}
#mk-subscribe-24 .mk-subscribe--button, input[type=submit].mailchimp {
    background-color: #8224e3;
    color: #ffffff;
    border: 1px solid #8224e3;
	font-size: 14px;
    height: 45px;
    min-width: 115px;
	width:100%;
	margin:0;
}
#mk-subscribe-24 .mk-subscribe--form-column {
    padding-right: 20px;
}
#mk-archive-products .product-category {
    display: none;
}
@media (min-width: 768px){
.vc_col-sm-5 {
    width: 41.66666667%;
	}
.vc_col-sm-7 {
    width: 58.33333333%;
}
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}
}