/*
Theme Name: BB Theatricals
Description: Custom theme for BB Theatricals.
Author: Devon Gilchrist
Author URI: http://devongilchrist.com
Template: tm-beans
Version: 1.0.0
Text Domain: tm-beans
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html,
body {
	height: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.uk-navbar-nav>li>a {
	font-family: 'Roboto Condensed', sans-serif;
}

p,
.uk-content {
	line-height: 24px;
	letter-spacing: 1px;
}

h1.uk-article-title {
	font-weight: 900;
	color: #325fac;
	text-transform: uppercase;
}

body.page-id-5591 h1.uk-article-title {
	text-transform: none;
}

h1.uk-article-title {
	font-size: 40px;
	margin: 30px 0 20px 0;
}

body.page-id-2939 h1.uk-article-title,
body.page-id-32 h1.uk-article-title,
body.page-id-9 h1.uk-article-title,
body.page-id-2979 h1.uk-article-title {
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 30px;
}

body.page-id-4390 h1.uk-article-title,
body.page-id-4390 a {
	color: #16AB96;
}

body.page-id-4390 a {
	margin-bottom: 40px;
	display: block;
}

body.page-id-4390 h2 {
	font-weight: 500;
}

html {
	font-size: 18px;
}

em {
	color: #444;
}

footer .uk-align-medium-right,
body.home h1,
body.page-id-3028 h1,
body.page .tm-article-image,
body.page-id-4901 h1,
body.page-id-6096 h1 {
	display: none;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 100% !important;
}

.uk-panel-box {
	padding: 25px 25px 0px 25px;
}

.tm-site-branding {
	width: 325px;
}

.uk-alert-warning {
	background-color: transparent;
	color: #d04498;
}

/*footer.tm-footer {position:absolute;bottom:0;left:0;right:0;}*/
img.size-thumbnail {
	margin: 15px;
}

body,
body.custom-background,
.tm-main,
.uk-panel-box {
	background-color: transparent !important;
}

body:after {
	content: '';
	background-color: #d9f1fe;
	height: 50vw;
	width: 300%;
	position: fixed;
	top: -20%;
	left: -100%;
	right: -100%;
	transform: skewY(-25deg);
	z-index: -2;
}

.tm-main {
	min-height: 100vh;
	margin-bottom: 0px;
}

footer.tm-footer {
	background-color: #333;
	color: #ddd;
	border-top: none;
	padding-top: 30px;
	padding-bottom: 30px;
	bottom: 0;
}

body.page-id-3208 .tm-main.uk-container {
	padding-bottom: 50px;
}

sup {
	font-size: 10px;
	vertical-align: super;
	position: relative;
	top: -2px;
}

h1 sup {
	font-size: 14px;
	margin-top: -8px;
	vertical-align: super;
	position: relative;
	top: -12px;
}

.gallery {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	clear: both;
}

.gallery-icon.portrait,
.gallery-icon.landscape {
	text-align: center;
}

/* header styles */

.tm-header {
	border-bottom: none;
	border-top: solid 4px #d04498;
	background-color: transparent;
}

.tm-header.uk-block {
	padding-top: 25px;
	padding-bottom: 10px;
}

/* nav styles */

header.tm-header .uk-container {
	position: relative;
}

header.tm-header .uk-container nav.tm-primary-menu.uk-float-right.uk-navbar {
	position: absolute;
	right: 0px;
	top: 5px;
}

.tm-primary-menu>.uk-navbar-nav>li>a {
	font-size: 20px;
	color: #D04498;
	font-weight: 400;
}

.uk-navbar-nav>li>a:active,
.uk-navbar-nav>li>a:hover,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li.uk-open>a {
	background-color: transparent;
	color: #d04498;
	border-bottom: solid 2px #FFF;
}

.uk-navbar-nav>li.uk-active>a {
	background-color: transparent;
	color: #d04498;
}

.uk-dropdown-navbar {
	width: 300px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.5);
}

.uk-nav-dropdown>li>a {}

.uk-nav-dropdown>li>a:hover {
	background: transparent;
	color: #d04498;
}

/* Covid Landing Page Styles */
.button-wrap-flex {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}

a.button-pink {
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	background-color: #D04498;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 5px;
	margin: 10px 20px;
	text-align: center;
	line-height: 30px;
}

a.button-dkBlue {
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	background-color: #325FAC;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 5px;
	margin: 10px 20px;
	text-align: center;
	line-height: 30px;
}

a.button-pink:hover,
a.button-dkBlue:hover {
	text-decoration: none;
	background-color: #49ADE1;
}

body.page-id-4682 h1,
body.page-id-6015 h1 {
	display: none;
}

body.page-id-4682 p {
	font-size: 20px;
	line-height: 24px;
	width: 80%;
	margin: 10px auto;
}

/* Nav Styles */

.tm-secondary-nav {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 500px;
	/*	display:flex;
	justify-content:flex-end;
	background: rgb(255,255,255) transparent;
	background: rgba(255,255,255, 0.5);
	color: #325fac;
	margin-top: 20px;
	border-top: solid 1px #a1dbfa;
	border-bottom: solid 1px #a1dbfa;*/
}

.tm-secondary-nav .uk-navbar-nav {
	float: right;
}

.tm-secondary-nav .uk-navbar-nav>li {}

.tm-secondary-nav .uk-navbar-nav>li>a {
	font-size: 22px;
	letter-spacing: 1px;
	color: #325FAC;
	text-transform: uppercase;
	font-weight: 600;
}

.tm-secondary-nav .uk-navbar-nav>li:nth-child(1)>a {
	/*background-image: url(https://bbtheatricals.com/wp-content/uploads/2019/09/InHouse-Bkg-UpdateAug2019.png);
	display: block;
	background-size: 209px 31px;
	width: 209px;
	height: 31px;
	content: "";
	margin-top: 1px;*/
	color: #49ADE1;
}

.uk-button {
	color: #d04498;
	background: transparent;
}

.uk-button:hover {
	color: #325fac;
	background: transparent;
}

.uk-offcanvas-bar {
	background-color: #325fac;
	color: #fff;
	width: 200px;
}

.uk-nav-offcanvas>li>a {
	color: #fff;
}

html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
	background: #d04498;
}

/* home page styles */



/* video styles */

.sizzleWrap {
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-top: 40px;
	margin: 0px auto;
	clear: both;
}

.sizzleWrap.in-description {
	width: 50%;
	margin: 0px 0px 40px 40px;
	clear: none;
	float: left;
}

.sizzleWrap.double {
	width: 45%;
	margin: 0 2% 2% 2%;
	float: left;
	clear: none;
}

@media screen and (max-width: 1200px) {
	.sizzleWrap.double {
		width: 100%;
		float: none;
		clear: both;
	}
}

.videoWrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper.ag-facebook {
	float: left;
	padding-bottom: 0px;
	max-width: 400px;
	min-height: 476px;
	margin: 20px;
}

.videoWrapper.ag-youtube {
	float: left;
	max-width: 600px;
	min-height: 360px;
	margin: 20px;
	padding-bottom: 0px;
}

.icon::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/* show pages styles */

.show-social-wrap a {
	display: inline-block;
	margin: 0 15px;
}

.gallery-icon img {
	border-radius: 8px;
}


.show-social-wrap a .fab,
.show-social-wrap a .fa-brands {
	color: #d04498;
	font-size: 48px;
}

h3.bhd-show-title {
	margin-bottom: 15px !important;
}

span.show-title,
p.show-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #325FAC !important;
}

.show-links-wrap {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 75px 0px;
	clear: both;
}

.show-links-wrap a {
	padding: 0 15px;
	margin-bottom: 30px;
}

a.touring-information,
a.official-show-website {
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

a.official-show-website {
	color: #49ade1;
}

a.touring-information {
	color: #d04498;
}

a.official-show-website:hover,
a.touring-information:hover {
	text-decoration: none;
	color: #325fac;
}

a.touring-information {
	color: #d04498;
}

.show-social-wrap {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: -50px 0px 50px 0px;
	clear: both;
}

img.show-page-main-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	border-radius: 15px;
}

body.page-id-4316 h1.uk-article-title,
body.page-id-6139 h1.uk-article-title {
	display: none;
}

h3.bhd-show-title {
	font-size: 36px;
	font-weight: 700;
	color: #16AB96;
	margin-bottom: 15px;
	padding-top: 40px;
	border-top: dotted 4px #fff;
}

.bhd-quotes {
	position: relative;
	z-index: 100;
	margin-top: 40px;
}

.bhd-quotes p {
	z-index: 200;
}

.bhd-quotes::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 8em;
	content: "\f10d";
	z-index: -1;
	color: #fff;
	position: absolute;
	top: 45%;
	left: -10px;
}

.bbt-blockquote {
	position: relative;
	z-index: 100;
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.bbt-blockquote p {
	z-index: 200;
	font-size: 28px;
	font-weight: 600;
	color: #325fac;
	text-align: center;
	width: 100%;
	line-height: normal;
}

.bbt-blockquote::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 8em;
	content: "\f10d";
	z-index: -1;
	color: #ddd;
	position: absolute;

	left: -10px;
}

.show-reviews {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #325fac;
	color: #fff;
	padding: 30px 0px;
}

.show-review-quotes {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
}

.show-review-quotes p {
	margin-bottom: 20px;
	line-height: normal;
}

.show-review-quotes i.fas,
.show-reviews i.fas {
	font-size: 56px;
	color: #fff;
	margin: 0 auto 20px auto;
}

.show-review-quotes em {
	color: #fff;
}

.show-reviews i.fa-star {
	font-size: 20px;
	padding: 20px 5px 0px 5px;
}

.quote-att {
	font-size: 18px;
	font-style: italic;
	font-weight: 200;
}

body.page-id-1163 .tm-main.uk-block,
body.page-id-2881 .tm-main.uk-block,
body.page-id-2827 .tm-main.uk-block,
body.page-id-2841 .tm-main.uk-block,
body.page-id-2869 .tm-main.uk-block,
body.page-id-1397 .tm-main.uk-block,
body.page-id-804 .tm-main.uk-block {
	padding-bottom: 0px;
}

.two-col-gallery {
	width: 75%;
	margin: 40px auto;
	clear: both;
	display: flex;
	justify-content: center;
}

ul.newsical-list,
ul.cher-show {
	padding-left: 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}

ul.cher-show {
	width: 300px;
}

ul.newsical-list li {
	padding: 5px 0px 10px 0px;
	list-style-type: none;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	color: #043089;
}

ul.cher-show li {
	padding: 5px 0px 10px 0px;
	list-style-type: none;
	list-style: none;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

ul.cher-show li:nth-child(odd) {
	color: #F36C2A;
}

ul.cher-show li:nth-child(even),
body.page-id-5341 h1 {
	color: #D7408B;
}

.flex-container-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.flex-item-50 {
	width: 48%;
}

body.page-id-5341 .flex-item-50 {
	display: flex;
	flex-flow: row nowrap;
}

.center-flex-item-left {
	justify-content: flex-end;
}

.center-flex-item-right {
	justify-content: flex-start;
}

@media only screen and (max-width: 600px) {
	.flex-item-50 {
		width: 100%;
	}

	.center-flex-item-left,
	.center-flex-item-right {
		justify-content: center;
	}

}

ul.newsical-list li i.fas {
	display: inline-block;
	margin-right: 15px;
	padding-top: 0px;
	color: #ED2236;
}

.quote-att.weird i.fas {
	font-size: 18px !important;
	padding: 0px 5px;
}

body.page-id-3318,
body.page-id-2865 .tm-main,
body.page-id-3318 .tm-main {
	min-height: 0vh;
}

.nashville-song-wrapper {
	width: 70%;
	margin: 30px auto;
	text-align: center;
	clear: both;
	position: relative;
}

.nashville-song-wrapper>.song-title {
	font-size: 20px;
}

/*.nashville-song-wrapper:before {
	content:'';
	background-color: #d04498;
    height: 450px;
    width: 450px;
    position: absolute;
    top: -15%;
	left:5%;
    border-radius:50%;
	z-index:-1;
}*/

.dubac-shows-wrapper {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-between;
	width: 80%;
	margin: 25px auto;
}

.dubac-shows-wrapper a {
	width: 27%;
}

.dubac-show-logo {
	max-width: 80%;
}

body.page-id-4706 h1.uk-article-title {
	margin: 30px 0 10px 0;
}

body.page-id-4696 .elementor-portfolio-item:after,
body.page-id-4968 .elementor-portfolio-item:after {
	display: block;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	background-color: #d04498;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}


/*Accidentally Brave*/
body.page-id-4696 .elementor-portfolio-item.post-4800:after {
	content: "Available for Runouts";
}

/*Dinosaur World*/
body.page-id-4696 .elementor-portfolio-item.post-2827:after {
	content: "Available Fall 2021";
}

/*Dragons & Beasts*/
body.page-id-4696 .elementor-portfolio-item.post-4537:after {
	content: "Available Spring 2022";
}

/*Forbidden Broadway*/
body.page-id-4696 .elementor-portfolio-item.post-4407:after {
	content: "Available for Runouts";
}

/*Forever Young*/
body.page-id-4696 .elementor-portfolio-item.post-2841:after {
	content: "Available for Runouts";
}

/*Happyville*/
body.page-id-4696 .elementor-portfolio-item.post-4824:after {
	content: "Available for Runouts";
}

/*Golden Girls*/
body.page-id-4696 .elementor-portfolio-item.post-804:after {
	content: "Available Spring 2021";
}

/*Charles Ross*/
body.page-id-4696 .elementor-portfolio-item.post-1397:after {
	content: "Available for Runouts";
}

/*Robert Dubac*/
body.page-id-4696 .elementor-portfolio-item.post-4706:after {
	content: "Available for Runouts";
}

/*Sex & the City*/
body.page-id-4696 .elementor-portfolio-item.post-1450:after {
	content: "Available for Runouts";
}

/* 2020-2021 PAGE*/
/*Eleanor*/
body.page-id-4968 .elementor-portfolio-item.post-4925:after {
	content: "Available for Streaming";
}

/*Hip Hop Nutcracker*/
body.page-id-4968 .elementor-portfolio-item.post-2869:after {
	content: "Available for Streaming";
}

/* touring information styles */

.touring-information-wrap a {
	display: block;
	padding: 8px 0;
}

img.size-medium {
	margin-top: 20px;
}

.elementor-portfolio-item__img.elementor-post__thumbnail img.size-medium {
	margin-top: 0px;
}

/* About Us Page */
figure.elementor-image-box-img {
	width: 50% !important;
}

.bio-headshot {
	border-radius: 50%;
}

body.page-id-32 .tm-main.uk-block,
body.page-id-9 .tm-mail.uk-block {
	padding-top: 0px;
}

body.page-id-32 .elementor-3157 .elementor-element.elementor-element-33afef1b {
	padding: 0px;
}

body.page-id-32 .elementor-image-box-img img {
	border-radius: 50%;
}

body.page-id-2615 .gallery {
	clear: none;
	float: left;
	width: 60%;
}

body.page-id-32 .elementor-element-b7a0a28 {
	display: none;
}

/* contact us page */

.contacts-wrap {
	max-width: 840px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}

.contact-card {
	width: 375px;
	margin: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
}

.contact-email-wrap,
.contact-phone-wrap {
	display: flex;
	justify-content: center;
	align-content: center;
}

.contact-phone-wrap {
	margin-top: 5px;
}

.contact-email-wrap i.fas {
	display: inline;
	color: #d04498;
	margin-right: 10px;
	font-size: 28px;
}

.contact-phone-wrap i.fas {
	display: inline;
	color: #d04498;
	margin-right: 10px;
	font-size: 22px;
}

.contact-email-wrap p,
.contact-phone-wrap p {
	display: inline;
	color: #444;
	margin: 0px;
}

.contact-email-wrap a {
	color: #444;
}

p.contact-card-name {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	color: #d04498;
	margin-bottom: 10px;
}

p.contact-card-title {
	width: 100%;
	margin: 0px 0px 25px 0px;
	font-size: 20px;
	text-align: center;
	color: #49ade1;
}

/* custom content page */

#elementor-tab-title-3331 {
	display: none;
}

.partner-client-grid {
	padding-bottom: 50px;
}

.partner-client-grid>.uk-large-width-1-5,
.partner-client-grid>.uk-width-medium-1-3,
.partner-client-grid>.uk-width-mini-1-2 {
	height: 200px;
	display: flex;
	align-items: center;
	margin: 15px 0px;
}

body.page-id-2939 h2 {
	font-size: 28px;
	margin-top: 50px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d04498;
}

img.partner-client-logo {
	max-width: 150px;
	margin: 0 auto;
}

body.page-id-2939 ul.elementor-portfolio__filters li:nth-child(1),
body.page-id-2939 ul.elementor-portfolio__filters li:nth-child(2),
body.page-id-2939 ul.elementor-portfolio__filters li:nth-child(3),
body.page-id-2939 ul.elementor-portfolio__filters li:nth-child(4),
body.page-id-2939 ul.elementor-portfolio__filters li:nth-child(8),
body.page-id-2939 ul.elementor-portfolio__filters li:nth-child(9) {
	display: none;
}

.elementor-tabs-wrapper {
	display: flex;
	justify-content: center;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	border-color: transparent !important;
	border-width: 0px;
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: none !important;
}

ul.consulting-svcs li {
	padding: 10px 0px;
}

/* inhouse booking */

body.page-id-2979 ul.elementor-portfolio__filters li:nth-child(1),
body.page-id-2979 ul.elementor-portfolio__filters li:nth-child(5),
body.page-id-2979 ul.elementor-portfolio__filters li:nth-child(11) {
	display: none;
}

article:focus,
.tm-primary:focus,
#beans-content.tm-content:focus {
	outline: none;
}

/* where we belong */

body.page-id-5188 img.attachment-thumbnail {
	filter: brightness(1.25) contrast(1.25);
	border: solid 4px #d39c13;
}

body.page-id-5188 #lightboxImage {
	filter: brightness(1.25) !important;
}

@media (min-width: 906px) {
	.tm-main {
		min-height: 90vh;
	}
}

@media only screen and (max-width: 1200px) {
	body:after {
		content: '';
		height: 70vw;
		width: 300%;
		position: fixed;
		top: 0;
		left: -100%;
		right: -100%;
		transform: skewY(-25deg);
		z-index: -2;

	}

	.sizzleWrap.in-description {
		width: 80%;
		margin: 0px auto;
		clear: both;
		float: none;
	}
}

@media only screen and (max-width: 880px) {
	body.page-id-2615 .gallery {
		clear: both;
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.sizzleWrap {
		width: 100%;
	}

	header.tm-header {
		min-height: 175px;
	}

	.tm-secondary-nav {
		top: 110%;
	}

	body:after {
		content: '';
		height: 100vw;
		width: 300%;
		position: fixed;
		top: 0;
		left: -100%;
		right: -100%;
		transform: skewY(-25deg);
		z-index: -2;

	}

	body.page-id-4682 p {
		width: 100%;
	}

}

@media only screen and (min-width: 768px) {

	.tm-main.uk-block {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	body.page-id-3208 .tm-main .uk-block {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.uk-block {
		padding-bottom: 0px;
	}

	.uk-width-mini-1-2 {
		width: 45%;
	}

	.partner-client-grid>.uk-width-mini-1-2 {
		height: 100px;
	}

	img.partner-client-logo {
		max-width: 100px;
		margin: 0 auto;
	}

	.partner-client-grid {
		margin-left: 5px;
	}

	.tm-header.uk-block {
		position: relative;
	}

	.tm-site-branding {
		width: 200px;
	}

	ul#menu-secondary-nav {
		width: 100%;
	}

	.tm-secondary-nav {
		bottom: 0px;
		width: 350px;
		padding-right: 20px;
	}

	.tm-secondary-nav .uk-navbar-nav>li:nth-child(1) {
		width: 55%;
		padding-right: 4%;
	}

	.tm-secondary-nav .uk-navbar-nav>li:nth-child(2) {
		width: 41%;
	}

	.tm-secondary-nav .uk-navbar-nav>li a {
		padding: 0px;
		font-size: 16px;
	}

	.tm-secondary-nav .uk-navbar-nav>li:nth-child(1)>a:before {
		transform: scale(0.8);
		margin-top: 3px;
	}

	h1.uk-article-title {
		font-size: 40px;
		line-height: 40px;
		margin-top: 0px;
	}

	.show-links-wrap {
		margin: 20px 0;
	}

	article.uk-panel-box {
		padding: 20px 15px 0px 15px;
	}

	body:after {
		content: '';
		height: 100vw;
		width: 300%;
		position: fixed;
		top: 0;
		left: -100%;
		right: -100%;
		transform: skewY(-25deg);
		z-index: -2;

	}

	.two-col-gallery {
		width: 100%;
		margin: 5px auto;
		clear: both;
	}



	.cb-songs-wrap {
		max-width: 100%;
		float: none;
		padding: 0px;
		clear: both;
	}

	.nashville-song-wrapper {
		width: 100%;
	}

	.contact-card {
		width: 80%;
		margin: 0px 0px 20px 0px;
		padding: 30px 20px 0px 20px;
		min-height: 150px;
		height: auto;
	}

	p.contact-card-name {
		font-size: 30px;
		line-height: 30px;
	}

	p.contact-card-title {
		letter-spacing: 0px;
	}

	.contact-email-wrap {
		margin-bottom: 20px;
	}

	.elementor-tabs-wrapper {
		width: 100%;
	}

	#cc-tabs .elementor-tab-title {
		text-align: center;
		padding: 15px;
	}

	#cc-tabs .elementor-tab-title a {
		font-size: 14px;
		line-height: 16px;
	}

	img.show-page-main-image {
		width: 100%;
		float: none;
	}

	a.official-show-website,
	a.touring-information {
		text-align: center;
		width: 100%;
	}

	.dubac-shows-wrapper {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}

	.dubac-shows-wrapper a {
		width: 32%;
	}

	.dubac-show-logo {
		max-width: 100%;
	}
}

@media only screen and (min-width: 275px) {
	#cc-tabs .elementor-tabs-wrapper {
		display: flex;
		flex-direction: row;
	}

	#cc-tabs .elementor-tab-mobile-title {
		display: none;
	}

}

iframe {
	height: 100%;
	width: 100%;
}


.flex-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.flex-item-25 {
	width: 23.5%
}

.flex-item-30 {
	width: 32%;
}

.flex-item-40 {
	width: 38%;
}

.flex-item-60 {
	width: 58%;
}

.flex-item-50 {
	width: 48%;
	text-align: left;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.flex-item-75 {
	width: 74%;
}

@media screen and (max-width: 800px) {

	.flex-item-25,
	.flex-item-40,
	.flex-item-60,
	.flex-item-50,
	.flex-item-75 {
		width: 100%;
	}
}

.show-description-credits {
	width: fit-content;
	float: left;
	margin-left: 2%;
	text-align: center;
}

@media screen and (max-width: 1219px) {
	.show-description-credits {
		width: 600px;
		float: none;
		clear: both;
		margin: 20px auto;
	}
}

/* THE COTTAGE STYLES */

.quotator {
	margin: 0 auto 0;
	display: block;
	width: 100%;
	position: absolute !important;
	z-index: 5;
}

.quotator img {
	width: 100%;
	display: block;
	margin: 0 auto 0;
	overflow: hidden;
}

#title {
	display: none;
	width: 100%;
	max-width: 700px;
	margin: 44px auto 44px;
}

#title-mobile {
	width: 100%;
	max-width: 700px;
	margin: 44px auto 44px;
	display: block;
}

@media screen and (min-width: 500px) {
	#title {
		display: block;
	}

	#title-mobile {
		display: none;
	}
}

#art {
	width: 100%;
	display: block;
	position: relative;
	margin: 0px auto 0px;
	overflow: hidden;
}

@media screen and (min-width: 500px) {
	#art {
		margin: 0 auto 0;
	}
}

#art img {
	width: 100%;
	position: absolute;
}

#art .mobile:last-of-type,
#art .desktop:last-of-type {
	position: relative;
}

#art .mobile {
	display: block;
}

#art .desktop {
	display: none;
}

@media screen and (min-width: 768px) {
	#art .mobile {
		display: none;
	}

	#art .desktop {
		display: block;
	}
}

.quotator {
	margin: 0 auto 0;
	display: block;
	width: 100%;
	position: absolute !important;
	z-index: 5;
}

.quotator img {
	width: 100%;
	display: block;
	margin: 0 auto 0;
	overflow: hidden;
}

.desktop.art1 {
	opacity: 0;
	animation: art1 5s ease forwards;
	animation-delay: 1s;
}

@-webkit-keyframes art1 {
	0% {
		opacity: 0;
		transform: scale(.3) translateX(-24%);
	}

	23% {
		opacity: 1;
		transform: scale(1) translateX(-24%);
	}

	33% {
		opacity: 1;

	}

	50% {
		opacity: 1;

	}

	67% {
		opacity: 0;
		transform: scale(1) translateX(-24%);

	}

	100% {
		transform: scale(1) translateX(0);
	}
}

@keyframes art1 {
	0% {
		opacity: 0;
		transform: scale(.3) translateX(-24%);
	}

	23% {
		opacity: 1;
		transform: scale(1) translateX(-24%);
	}

	33% {
		opacity: 1;

	}

	50% {
		opacity: 1;

	}

	67% {
		opacity: 0;
		transform: scale(1) translateX(-24%);

	}

	100% {
		transform: scale(1) translateX(0);
	}
}

.desktop.art2 {
	opacity: 0;
	animation: art2 5s ease forwards;
	animation-delay: 1s;
}

@-webkit-keyframes art2 {
	0% {
		opacity: 0;
		transform: scale(1) translateX(-24%);
	}

	23% {
		opacity: 0;
	}

	33% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	67% {
		opacity: 1;
		transform: scale(1) translateX(-24%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}

@keyframes art2 {
	0% {
		opacity: 0;
		transform: scale(1) translateX(-24%);
	}

	23% {
		opacity: 0;
	}

	33% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	67% {
		opacity: 1;
		transform: scale(1) translateX(-24%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}

.desktop.art3 {
	opacity: 0;
	animation: art3 5s ease forwards;
	animation-delay: 1s;
}

@-webkit-keyframes art3 {
	0% {
		opacity: 0;
		transform: scale(.3) translateX(-24%);
	}

	23% {
		opacity: 1;
		transform: scale(1) translateX(-24%);
	}

	33% {
		opacity: 1;

	}

	50% {
		opacity: 1;

	}

	67% {
		opacity: 1;
		transform: scale(1) translateX(-24%);

	}

	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}

@keyframes art3 {
	0% {
		opacity: 0;
		transform: scale(.3) translateX(-24%);
	}

	23% {
		opacity: 1;
		transform: scale(1) translateX(-24%);
	}

	33% {
		opacity: 1;

	}

	50% {
		opacity: 1;

	}

	67% {
		opacity: 1;
		transform: scale(1) translateX(-24%);

	}

	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}

.billing {
	opacity: 0;
	animation: billing 5s ease forwards;
	animation-delay: 1s;
}

@-webkit-keyframes billing {
	0% {
		opacity: 0;
	}

	33% {}

	50% {}

	67% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes billing {
	0% {
		opacity: 0;
	}

	33% {}

	50% {}

	67% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.desktop.title {
	opacity: 0;
	animation: title 5s ease forwards;
	animation-delay: 1s;
}

@-webkit-keyframes title {
	0% {
		opacity: 0;
		transform: rotate(25deg);
	}

	33% {}

	50% {}

	67% {
		opacity: 0;
		transform: translateX(22%);
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes title {
	0% {
		opacity: 0;
		transform: rotate(25deg);
	}

	33% {}

	50% {}

	67% {
		opacity: 0;
		transform: translateX(22%);
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

.mobile.art1 {
	opacity: 0;
	animation: mobileart1 5s ease forwards;
	animation-delay: 1s;
}

@-webkit-keyframes mobileart1 {
	0% {
		opacity: 0;
		transform: scale(.3) translateY(-24%);
	}

	23% {
		opacity: 1;
		transform: scale(1) translateY(-24%);
	}

	33% {
		opacity: 1;

	}

	50% {
		opacity: 1;

	}

	67% {
		opacity: 0;
		transform: scale(1) translateY(-24%);

	}

	100% {
		transform: scale(1) translateX(0);
	}
}

@keyframes mobileart1 {
	0% {
		opacity: 0;
		transform: scale(.3) translateY(-24%);
	}

	23% {
		opacity: 1;
		transform: scale(1) translateY(-24%);
	}

	33% {
		opacity: 1;

	}

	50% {
		opacity: 1;

	}

	67% {
		opacity: 0;
		transform: scale(1) translateY(-24%);

	}

	100% {
		transform: scale(1) translateY(0);
	}
}

.mobile.art2 {
	opacity: 0;
	animation: mobileart2 5s ease forwards;
	animation-delay: 1s;
}

@-webkit-keyframes mobileart2 {
	0% {
		opacity: 0;
		transform: scale(1) translateY(-24%);
	}

	23% {
		opacity: 0;
	}

	33% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	67% {
		opacity: 1;
		transform: scale(1) translateY(-24%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes mobileart2 {
	0% {
		opacity: 0;
		transform: scale(1) translateY(-24%);
	}

	23% {
		opacity: 0;
	}

	33% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	67% {
		opacity: 1;
		transform: scale(1) translateY(-24%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.mobile.title {
	opacity: 0;
	animation: mobiletitle 5s ease forwards;
	animation-delay: 1s;
}

.mobile.art3 {
	opacity: 0;
	animation: mobileart3 5s ease forwards;
	animation-delay: 1s;
}

@-webkit-keyframes mobileart3 {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	23% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes mobileart3 {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	23% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes mobiletitle {
	0% {
		opacity: 0;
	}

	33% {}

	50% {}

	67% {
		opacity: 0;
		transform: translateY(22%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes mobiletitle {
	0% {
		opacity: 0;
	}

	33% {}

	50% {}

	67% {
		opacity: 0;
		transform: translateY(22%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}