/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.is-hidden {
	display: none;
}

@media (max-width: 1024px) {
    .desktop-br {
        display: none;
    }
}

@media (min-width: 1024px) {
    body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 100vh;
    }
    .site-footer {
        margin-top: auto;
    }
}

.container.grid-container {
    width: 100%;
}

.slideout-navigation::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(200,200,200,0.2);
    -webkit-border-radius: 100px;
}

.slideout-navigation::-webkit-scrollbar:hover {
    background-color: rgba(200,200,200,0.1);
}

.slideout-navigation::-webkit-scrollbar-thumb:vertical {
    background: rgba(200,200,200,0.2);
    -webkit-border-radius: 100px;
}

.slideout-navigation::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 100px;
}

.slideout-navigation.main-navigation .main-nav > ul > li > a {
    display: flex;
    justify-content: space-between;
    line-height: 1.7;
    padding: 25px 20px;
}

.menu-item-has-children .dropdown-menu-toggle {
	padding-right: 0;
}

.block {
    display: block;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.width-100 {
	width: 100%;
}

.bg-purple {
    background-color: #633394;
}

.color-purple {
    color: #633394;
}

.color-dark-purple {
	color: #24203a;
}

.color-white,
a.color-white,
a.color-white:visited {
    color: #fff;
}

.font-size-alpha {
    font-size: 64px;
}

.font-size-beta {
    font-size: 52px;
}

.font-size-charlie {
    font-size: 38px;
}

.font-size-delta {
    font-size: 32px;
}

.font-size-echo {
    font-size: 20px;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.position-relative {
	position: relative;
}

.button,
button.button,
a.button {
    border-radius: 7px;
    text-transform: uppercase;
}

.button-white
.button-white:visited,
a.button-white,
a.button-white:visited,
button.button-white,
button.button-white:visited {
    background-color: #fff;
    color: #24203a;
}

.button-white:hover,
.button-white:focus,
a.button-white:hover,
a.button-white:focus,
button.button-white:hover,
button.button-white:focus {
    background-color: #eee;
    color: #161424;
}

.flex-container {
    display: flex;
}

.flex-container .col {
    flex: 1;
}

.tribe-events-style-theme .sidebar {
    display: none;
}

.tribe-events-style-theme .content-area {
	width: 100%;
}

.tribe-events-style-theme .entry-content {
	margin: 0;
}

.tribe-events-before-html h1 {
	margin-top: 0;
}

#tribe-events-pg-template .tribe-events-content h1, .tribe-events-after-html h1, .tribe-events-before-html h1 {
	font-size: 2.1rem;
}

.page .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link:hover,
.page .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link:focus {
	opacity: 1;
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-link img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0 !important;
	padding-bottom: 48px !important;
}

.exit-site-tab {
	box-shadow: -2px 2px 4px rgba(77, 71, 115, 0.2);
    color: #fff !important;
	font-size: 16px;
    position: fixed;
    right: 20px;
	bottom: 20px;
    background-color: #ff914d;
    padding: 5px 15px;
    z-index: 10;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 769px) {
	.exit-site-tab {
		font-size: 32px;
		font-weight: 800;
		right: auto;
		bottom: auto;
		left: 0;
		top: 64%;
		padding: 8px 60px;
		transform: rotate(-90deg);
		transform-origin: 0 0;
		z-index: 10;
	}
}

.inside-header {
	align-items: center;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 769px) {
	.inside-header {
		flex-direction: row;
	}

	.site-header .header-image {
		
	}
}

@media (max-width: 768px) {
	.header-logo {
			flex: 1 0 28%;
	}
}

.header-widget {
    float: none;
    max-width: none;
    width: 100%;
}

.header-widget .custom-html-widget {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-text {
	padding-left: 18px;
}

.header-left {
	display: flex;
}

.header-right {
    flex: 1;
	width: 100%;
}

@media (min-width: 769px) {
	.header-right {
		margin-left: 40px;
	}
}

.header-site-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 26px;
    margin-bottom: 4px;
    display: block;
}

.header-site-subtitle {
    display: block;
    font-size: 14px;
	line-height: 1.35;
    margin-bottom: 8px;
}

.header-social-icons {
    display: flex;
	list-style-type: none;
	margin: 0;
}

.header-social-icons a {
    display: inline-block;
    padding: 5px 7px;
}

.header-social-icons li:first-child a {
    margin-left: -7px;
}

.header-social-icons a img {
	display: block;
}

.header-social-icons svg {
    height: 28px;
    width: 30px;
}

.header-cta-button {
    display: inline-block;
    font-size: 18px;
    padding: 4px 20px;
    font-weight: 800;
}

@media (min-width: 769px) {
	.header-cta-button {
		margin-bottom: 7px;
		padding: 5px 30px;
	}
}

.header-phone-container {
	line-height: 1;
	margin-bottom: 10px;
	padding-right: 20px;
	text-align: left;
}

@media (min-width: 769px) {
	.header-phone-container {
		margin-bottom: 0;
	}
}

.header-phone-info {
    display: block;
    font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

@media (min-width: 769px) {
	.header-phone-info {
		font-size: 16px;
		margin-bottom: 0;
	}
}

.header-phone-number {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

@media (min-width: 769px) {
	.header-phone-number {
		font-size: 22px;
	}
}


.header-layout {
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: space-between;
	width: 100%;
}

@media (min-width: 769px) {
	.header-layout {
		flex-direction: column;
	}
}

.header-top {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 5px;
}

.header-top p {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
}

@media (min-width: 769px) {
	.header-top {
		align-items: flex-start;
		border-bottom: 2px solid #ffffff;
		flex-direction: row;
		justify-content: flex-end;
	}
	
	.header-top p {
		font-size: 17px;
		margin-bottom: 0;
	}
}

.header-bottom {
	margin-top: -2px;
	display: flex;
    justify-content: flex-end;
}

.header-action-button,
.header-action-button:visited {
	align-items: center;
	background-color: transparent;
	border: 2px solid #ffffff; 
	color: #ffffff !important;
	display: inline-flex;
    flex-direction: column;
    font-size: 12px;
	font-weight: 700;
	justify-content: space-around;
	min-width: 75px;
	padding: 8px 4px 4px;
    text-transform: uppercase;
}


.header-action-button:hover,
.header-action-button:focus {
	background-color: transparent !important;
	color: #ffffff !important;
}

.header-bottom > .header-action-button ~ .header-action-button {
	border-left: none;
}

.header-action-button span {
	font-size: 13px;
}

.header-action-button svg {
	margin-bottom: 4px;
	max-width: 36px;
}


@media (min-width: 769px) {
	.header-action-button {
		font-size: 15px;
		width: 90px;
	}
	
	.header-action-button svg {
		max-width: 36px;
	}
}


.home-hero {
    height: 774px;
}

.home-hero > .grid-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.home-hero-inner {
    text-align: center;
    margin-left: auto;
}

.home-hero h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 1px;
}

a.hero-cta-button,
a.hero-cta-button:visited {
    background-color: #24203a;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 35px;
}

a.hero-cta-button:hover,
a.hero-cta-button:focus {
    background-color: #161424;
    color: #fff;
}


.button-arrow-container .inside-grid-column {
    margin-bottom: 0;
    text-align: center;
}

a.button-arrow,
a.button-arrow:visited {
    background-color: #4696ac;
    font-size: 16px;
    margin-top: 7px;
    min-width: 200px;
    position: relative;
    text-transform: none;
}

a.button-arrow-pressed,
a.button-arrow-pressed:visited {
    background-color: #633394;
}

a.button-arrow:hover,
a.button-arrow:focus {
    background-color: #522a7b;
}

a.button-arrow::after,
a.button-arrow::before {
    bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

a.button-arrow::before {
    border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #4696ac;
	border-width: 18px;
    margin-left: -18px;
    pointer-events: all;
    transition: all 0.1s ease-in-out;
}

a.button-arrow-pressed::before {
    border-bottom-color: #633394;
}

a.button-arrow:hover::before,
a.button-arrow:focus::before,
a.button-arrow-pressed:hover::before,
a.button-arrow-pressed:focus::before {
	border-bottom-color: #522a7b;
}    

.hero-large {
/* 	min-height: 500px; */
}

.hero-large h1 {
	font-weight: 700;
}

.events-4-col {
	display: flex;
}

.events-col {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 400px;
}

.events-col:nth-child(odd) {
	background-color: #d6d3e8;
}

.events-col-heading,
.events-col-text {
	display: block;
	font-size: 15px;
	padding: 0 15px;
	text-align: center;
}

.events-col-heading {
	color: #24203a;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.events-col-text {
	color: #555;
	line-height: 1.5;
	margin-bottom: 20px;
}

.events-col-cta,
.events-col-cta:visited {
	background-color: #633394;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: auto auto 25px;
	padding: 4px 25px;
	text-transform: uppercase;
}

.event-highlight-heading {
	font-size: 24px;
	margin-top: 20px;
}

.event-highlight-cta,
a.event-highlight-cta:visited {
	background-color: #4696ac;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 10px;
}

.widget_nav_menu a {
    border-bottom: 2px dotted #444;
    display: block;
    margin-bottom: 8px;
	padding-bottom: 8px;
}

.footer-widgets {
    text-align: center;
}

#footer-widgets .widget {
    font-size: 20px;
}

#footer-widgets .widget span {
    line-height: 1.6em;
}

.footer-widgets .widget-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
}

.footer-social-icons a {
    display: inline-block;
    padding: 5px 7px;
}

.footer-social-icons li:first-child a {
    margin-left: -7px;
}

.footer-social-icons svg {
    height: 28px;
    width: 30px;
}

.purple-blend {
	position: relative;
}

.purple-blend::before {
	content: "";
	background-color: rgba(99, 51, 148, 0.78);
	mix-blend-mode: multiply;
	position: absolute;
	height: 100%;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events div.tribe-events-l-container {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: auto;
}

.tribe-common--breakpoint-medium.tribe-common div.tribe-common-b3--min-medium {
	display: none;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events div.tribe-events-l-container,

.single-tribe_events #page #tribe-events {
	padding: 0;
}

.post-type-archive-tribe_events #page .entry-content,
.single-tribe_events #page .entry-content {
	margin-top: 0;
}

.page .paoc-popup-modal-cnt {
	padding: 0;
}

.page .paoc-popup-modal-cnt > p {
	display: flex;
}

.img-w-100 img {
	width: 100%;
}

.c-accordion__title {
	background-color: #EFEFEF;
    padding: 8px 15px;
}

.c-accordion__title:after {
	right: 15px;
}

@media (min-width: 769px) {
	.c-accordion__title {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.accordion-link {
	background-color: #EFEFEF;
	color: #3a3a3a;
    display: block;
	font-weight: 700;
    font-size: 25px;
    padding: 8px 15px;
}

@media (min-width: 769px) {
	.accordion-link {
		font-size: 30px;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.gf_readonly {
	opacity: 0.6;
}

.product .woocommerce-tabs {
	display: none;
}

.single-product .product .single_add_to_cart_button.button {
	background-color: #24203A;
	color: #fff;
}

.single-product .product .single_add_to_cart_button.button:hover,
.single-product .product .single_add_to_cart_button.button:focus {
	background-color: #322c50;
}

.woocommerce .quantity .qty {
	padding: 4px;
	margin-right: 10px;
}

.woocommerce .product > a {
	color: #633394;
	text-align: center;
}

.woocommerce .product.outofstock h2::after {
	content: "Sold Out";
	color: red;
	display: block;
	font-weight: bold;
	margin-top: 7px;
}

.woocommerce .product.outofstock .price {
	display: none !important;
}

.product .total-sales {
	font-size: 0.875em;
	display: block;
	text-align: center;
}

.product-single-shop-text {
	color: #633394;
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	padding: 15px 0;
}

.button-group {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	margin-bottom: 25px;
}

.button-group a:not(:last-of-type) {
	margin-right: 15px;
}

@media screen and (min-width:768px) {
	.button-group {
		flex-direction: row;
	}
}    

#page .wpb-wssn-sale {
	display: none;
	font-size: 20px;
	font-weight: 700;
}

#page .product_cat-sowts-dancers .wpb-wssn-sale {
	display: block;
}

.product_meta .tagged_as {
	display: none;
}

.now-hiring-button {
	background-color: #4696ac;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: 600;
	padding: 5px 15px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.now-hiring-button:hover,
.now-hiring-button:focus {
	background-color: #633394;
	color: #fff;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(1px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

.popup-button {
	background-color: #633394;
    color: #fff;
    padding: 10px 20px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: .2s background-color ease-in-out , .2s color ease-in-out , .2s border-color ease-in-out , .2s opacity ease-in-out , .2s box-shadow ease-in-out;
}

.popup-button:hover,
.popup-button:focus {
	color: #fff;
}

#page .gfield_repeater_buttons > button {
    display: inline-flex;
    height: auto;
    background-color: #633394;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
