/*
Theme Name: MixtapeWP
Theme URI: https://mixtape.qodeinteractive.com
Description: A Fresh Music Theme for Artists, Bands, and Festivals
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.9
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: mixtapewp

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
#tickets-row .qodef-section-title-text {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 40px;
}
#tickets-row .qodef-tabs-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#tickets-row .qodef-tabs-nav li {
    float: none;
    max-width: 33.33333%;
}
#tickets-row .qodef-tabs-nav li a {
    border: 6px solid #fff;
    background: #fff !important;
    text-decoration: none;
    box-shadow: none !important;
	padding: 24px 96px !important;
}

.qodef-wrapper .home-button a,
#tickets-row .qodef-tabs-nav li.ui-tabs-active a,
#tickets-row .qodef-tabs-nav li a:hover {
    background: #3a3359 !important;
}
#tickets-row .qodef-tabs-nav li a h4 {
    color: #3a3359;
}

#tickets-row .qodef-tabs-nav li.ui-tabs-active a h4,
#tickets-row .qodef-tabs-nav li a:hover h4 {
    color: #fff !important;
}
#tickets-row .qodef-tabs.qodef-horizontal-tab .qodef-tab-container {
    padding-top: 40px;
    padding-right: 0;
}
#tickets-row .qodef-pricing-tables.qodef-four-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#tickets-row .qodef-pricing-tables.qodef-four-columns .qodef-price-table {
    float: none;
	position:relative;
	height: 100%;
}
#tickets-row .qodef-price-table .qodef-price-table-inner {
	height: 100%;
}
#tickets-row .qodef-price-table .qodef-price-table-inner ul li:last-child {
    padding: 24px;
}
#tickets-row .qodef-price-table .qodef-btn {
    padding: 14px 28px !important;
    font-size: 18px !important;
    line-height: 28px;
    color: #fff;
    border: 0;
    width: 100%;
	background: #3a3359 !important;
    color: white !important;
    font-size: 20px !important;
    font-weight: bold !important;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12) !important;
}
#tickets-row .qodef-price-table .qodef-btn:hover {
    opacity: .8;
}
#tickets-row .qodef-mark {
    display: none;
}
#tickets-row .qodef-price-table .qodef-price-table-inner ul li.qodef-table-prices {
    padding: 24px 0;
}
#tickets-row .qodef-price-table .qodef-price-table-inner ul li.qodef-table-content {
    padding: 0 24px 24px;
}

.page-id-44 .myGallery {
    grid-gap: 30px;
    max-width: 1018px;
    margin: 0 auto 120px;
}
.page-id-44 .myGallery a {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.page-id-44 .myGallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
    #tickets-row .qodef-tabs-nav li {
        width: 33.33333%;
    }
    #tickets-row .qodef-tabs-nav li a {
        padding: 10px 0 !important;
    }
    #tickets-row .qodef-tabs-nav li a h4 {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 767px) {
    body .myGallery {
        display: grid;
        grid-gap: 48px;
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 8px), 1fr));
        margin-bottom: 48px;
    }
    .page-id-44 .myGallery {
        grid-gap: 12px;
    }
	#home-flyer .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
		margin-left: -15px;
    margin-right: -15px;
    width: auto;
	}
}