/* 
Theme Name: Hello Elementor Child - Coldtowne Theater
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.4
Date: 2025-11-10
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
form.post-password-form p {
    flex: 1 1 100%;
	font-size: 18px;
	width: auto;
	justify-content: center;
}

form.post-password-form {display: flex;flex-direction: column;flex-wrap: wrap;align-content: center;justify-content: center; margin-bottom: 20px;}

/* Tickera Event Listing */
.tc-single-event {
background:white;
	padding: 0 0 20px 0;
}


.tc-single-event {
    display: flex;
		gap: 10px;
		flex-direction: column;
		padding: 20px;
		margin-bottom: 20px;
		box-shadow: 1px 1px 5px 1px #0000005e;
		flex: 1 1 30%;
	}

@media screen and (max-width: 900px) {
		.tc-single-event {
			flex: 1 1 45%;
		}

}

@media screen and (max-width:767px){
	.tc-single-event {
    flex: 1 1 100%;
}

}
.tc-get-featured-image img {
        display: block;
        margin: 0 auto;
        max-height: 200px;
        object-fit: cover;
        width: auto !important;
 }
.tc-single-event .btn {
	background: #57919b!important;
	margin-top: auto !important;
	order:3;
	/* width:fit-content; */
	width: 100%;
	text-align: center;
	border-radius: 5px !important;
}
.tc-event-content-wrap {
	/* padding:0 1em; */
	display:flex;
	flex-direction:column;
	height: 100%;
	/* flex: 0 0 40%; */
}

.tc-event-content-wrap .tc-event-excerpt{
	order:2;
	font-family:Roboto;
	font-size:16px;
	font-weight:400;
	letter-spacing: normal;
	line-height: 22.68px;
}
.tc-event-content-wrap h4 {
	order:1;
	font-family:Roboto;
	font-size:26px;
	font-weight:300;
}
.tc-event-content-wrap .tc-event-date{
	background-color:white!important;
	order:0;
	font-family:Roboto;
	font-size:14px;
	font-weight:900;
}

.tc-event-content-wrap .btn {
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
	border-radius:35px;
	font-size: 20px;
	padding:10px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tc-event-date-wrap {
	display: flex;
	gap: 5px;
	background: white;
    padding: 10px 0 0 0;
}
.tc-event-date-wrap .tc-event-location {
	display:flex;
	justify-content:center;
	align-items:center;
	width:50%;
	font-size: 16px;
	font-weight: 900;
	background: rgb(87, 145, 155);
	border-radius: 5px;
	padding: 0 1%;
	color:white;
	display: none;
}
.tc-event-filter-button button {
	background-color: #57919b !important;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	color: white;
	font-size: 20px;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.tc_event_date_title_front, .tc_event_location_title_front {
	color: #000;
	font-size: 16px;
}
/* Tickera Single Product */
.single-tc_events .tickera .event_tickets .product.tc-wb-add-to-cart a {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  color: #fff;
}



/* Tickera Events Calendar */

.fc-scroller::-webkit-scrollbar {
	width: 6px;
	height: 6px;
  }
  
  .fc-scroller::-webkit-scrollbar-track {
	background: transparent;
  }
  
  .fc-scroller::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
  }
.la-annex-event .tc-event-date-wrap .tc-event-location {
    background-color: #294e54;
}
  /* For Firefox */
  .fc-scroller {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
.fc-theme-standard th {
	background-color: #538a93;
}
.fc-theme-standard th a {
	color: #fff;
	font-weight: 600;
}
.fc-theme-standard th,
.fc-theme-standard td {
	border: none !important;
}
.fc-scrollgrid a {
	color: #000 !important;
}
.fc-scrollgrid a:hover {
	color: #538a93 !important;
	background-color: rgba(0,0,0,0);
}
.fc .fc-daygrid-day-top {
	background-color: #3c9da4;
	justify-content: center;
}
.fc .fc-daygrid-day-top a {
	color: #fff !important;
	font-weight: 600;
}
.fc-daygrid-event {
	white-space: normal !important;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    background-color: #666666;
    border-radius: 5px;
    color: #fff;
    padding: 0px 8px;
    font-weight: 500;
	margin-bottom: 5px;
}
.fc .fc-daygrid-event-harness {
	background: #fff !important;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px 2px #0000002b;
	margin: 10px 0 !important;
	padding: 0 5px 5px;
	top: auto !important;
	width: calc( 100% - 15px);
	font-family: 'Roboto', sans-serif !important;
}
.fc .fc-daygrid-day.fc-day-today {
	background-color:#b8a25b47 !important;
}
.fc .fc-daygrid-event-harness:last-child {
	margin-bottom: 30px !important;
}
.fc-daygrid-dot-event .fc-event-title {
	line-height: 1.3em;
	flex: 1 1 100%;
	font-family: 'Roboto', sans-serif !important;
}
.fc-h-event .fc-event-main-frame {
	flex-wrap: wrap;
}
.fc .fc-daygrid-event-harness-abs {
    position: relative !important;
}

.fc-event-title.fc-sticky {
    position: relative !important;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	padding-bottom: 0 !important;
}
.fc-h-event {
	background-color: rgba(0, 0, 0, 0) !important;
}
.fc-h-event .fc-event-main {
	color: #000 !important;
	font-weight: 600;
}
.fc-scrollgrid a:hover .fc-event-main {
	color: #538a93 !important;
}
button.fc-timeGridWeek-button.fc-button.fc-button-primary, 
button.fc-timeGridDay-button.fc-button.fc-button-primary {
	display: none;
}
button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    border-radius: 4.5px !important;
}
.calendar-mobile {
	display: none;
}
@media (max-width: 767px) {
	.calendar-mobile {
		display: block;
	}
	.calendar-desktop {
		display: none;
	}
}


/** WooCommerce Product Pages **/
.single-product #main {
	padding-top: 0;
}
.single-product.woocommerce .woocommerce-breadcrumb {
	margin-top: 20px;
	color: #000;
}
form.cart div.quantity:not([style='display: none;'])+button, .the7-cart-form .quantity:not([style='display: none;'])+button {
	margin-left: 0 !important;
}
.single-product .wf-container-main {
	-ms-grid-columns: 100% !important;
	grid-template-columns: 100% !important;
}
.single-product .type-product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 20px;
}
.single-product .product_title.entry-title {
	font-size: 30px;
}

.single-product .woocommerce-product-gallery {
    flex: 1 1 100%;
    margin-right: 0 !important;
}

.event-excerpt {
    flex: 1 1 calc(66% - 20px);
}

.single-product .summary.entry-summary {
    flex: 1 1 33%;
}
.single-product.woocommerce div.product div.images img {
	width: auto;
	margin: 0 auto;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #CB4B3D;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
	background-color: #CB4B3D;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
}

/* WooCommerce Cart */
.woocommerce-cart .alignwide {
	margin-left: 0;
	margin-right: 0;
}
.woocommerce-cart table,
.woocommerce-cart table tfoot th,
.woocommerce-cart table thead th {
	font-size: 18px;
}
.wc-block-cart .wc-block-cart__totals-title {
	font-size: 18px !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	background-color: #CB4B3D;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
	border-radius: 5px;
}

/* WooCommerce Checkout */
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
	border-radius: 5px;
}