/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html,
body {
	overflow-x: hidden;
	width: 100%;
}

body {
	background-image: url(https://www.atmospherefitness.com.au/wp-content/uploads/2018/08/atmosphere-bg.png);
	background-position: top center;
	background-size: cover;
}

/* elementor reset */
.elementor-field-group .elementor-field-textual:focus {
	box-shadow: none;
}

/* header */
.ast-theme-transparent-header .site-logo-img img {
	filter: brightness(0) invert(1);
}

.ast-theme-transparent-header .ast-sticky-active .site-logo-img img {
	filter: none;
}

.main-navigation {
	padding: 5px 0;
}

.main-header-menu a {
	letter-spacing: 1px;
}

.ast-theme-transparent-header .main-header-menu a {
	color: #fff;
}

.ast-theme-transparent-header .main-header-menu ul a {
	color: #001e3d;
}

.ast-theme-transparent-header .main-header-menu ul a:hover {
	color: #00aeef;
}

.site-header .try-us a {
	border: 1px solid;
	padding: 0 2em;
	line-height: 3em;
	margin-left: 10px;
}

.ast-button-wrap .menu-toggle,
.menu-toggle:hover,
button.menu-toggle:hover,
button.menu-toggle:focus {
	padding: 0;
	height: auto;
	width: auto;
	font-size: 30px;
	background: none;
	color: #fff;
}

@media (max-width: 920px) {
	.ast-theme-transparent-header .main-header-menu a {
		color: #001e3d;
	}
	.site-header .try-us a {
		border: none;
		margin: 0;
	}
	.ast-header-break-point .main-navigation ul.sub-menu li a,
	.ast-header-break-point .main-navigation ul.children li a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* button underline */
.button-underline {
	display: inline-block;
}

.button-underline:after {
	content: '';
	position: absolute;
	width: calc(100% + 20px);
	height: 2px;
	display: block;
	margin-top: 5px;
	left: -20px;
	bottom: 0;
	background: #00adee;
	-webkit-transition: all 0.3s 0.3s ease;
	transition: all 0.3s 0.3s ease;
}

.button-underline:hover:after {
	width: 0;
	background: #00adee;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button-underline:before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	margin-top: 5px;
	right: -20px;
	bottom: 0;
	background: #00adee;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button-underline:hover:before {
	width: calc(100% + 20px);
	background: #00adee;
	-webkit-transition: all 0.3s 0.3s ease;
	transition: all 0.3s 0.3s ease;
}

/* pulse icon */
.pulse {
	display: block;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
	animation: pulse 2s infinite;
	border-radius: 50%;
	background: #fff;
	padding: 29px 16px 29px 34px;
	line-height: 1;
}

.pulse:hover {
}

.triangle {
	height: 0;
	width: 0;
	border-left: 20px solid #00adee;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	margin: 0;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

/* floating labels */
.floating-labels label {
	font-size: 16px;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	-webkit-font-smoothing: antialiased;

	left: 16px;
	right: auto;
	top: 5px;
	bottom: auto;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	pointer-events: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.floating-labels .elementor-field-group.active label {
	color: #0089cf;
}

.floating-labels .elementor-field-group.focused label {
	color: #0089cf;
	top: -18px;
	left: 0px;
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.floating-labels .elementor-field-textual {
	padding-left: 0 !important;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

.floating-labels .elementor-field-group.active .elementor-field-textual {
	border-color: #0089cf !important;
}

.floating-labels .elementor-message {
	text-align: center;
	margin-top: 30px;
}

.floating-labels .elementor-message {
	text-align: center;
	margin-top: 30px;
}

.floating-labels.try-us-form .elementor-message {
	color: #fff;
}

/* overlapping text */
.overlapping-text {
	position: absolute;
	width: 45% !important;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px 60px 20px 60px;
}

.overlapping-text.left {
	left: 5%;
	background: #00adee;
}

.overlapping-text.right {
	right: 5%;
	background: #004e84;
}

.overlapping-text.center {
	position: relative;
	width: 80%;
	left: 10%;
	right: auto;
	top: 0;
	transform: none;
	margin-top: -60px;
	padding: 20px 60px 20px 60px;
	background: #00adee;
}

.overlapping-text h2 {
	color: #fff;
}

.overlapping-text p {
}

.overlapping-text a {
	color: #fff;
	margin: 0;
}

@media (max-width: 1024px) {
	.overlapping-text.left,
	.overlapping-text.right,
	.overlapping-text.center {
		position: relative;
		width: 80% !important;
		left: 10%;
		right: auto;
		top: 0;
		transform: none;
		margin-top: -60px;
		padding: 20px;
		height: auto;
	}
}

@media (max-width: 500px) {
	.overlapping-text.left,
	.overlapping-text.right,
	.overlapping-text.center {
		position: relative;
		width: 90% !important;
		left: 5%;
		top: 0;
		transform: none;
		margin-top: -50px;
		padding: 20px;
	}
}

.thank-you-page {
	padding: 80px 0;
	text-align: center;
}

.thank-you-page h1 {
	margin-bottom: 15px;
}

.thank-you-page h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.thank-you-page .button {
	display: inline-block;
	text-transform: uppercase;
}

/* popups */
.promo-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: 100;
	text-align: center;
	padding: 30px;

	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s 0.3s ease;
	-moz-transition: all 0.3s 0.3s ease;
	-o-transition: all 0.3s 0.3s ease;
	transition: all 0.3s 0.3s ease;
}

.promo-popup.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.promo-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 25px;
	font-size: 50px;
	line-height: 1;
	color: #fff;
}

.promo-popup-inner {
	display: inline-block;
	max-width: 600px;
	width: 90%;
	text-align: left;
	overflow-y: auto;
	max-height: 100%;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.promo-popup.active .promo-popup-inner {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s 0.3s ease;
	-moz-transition: all 0.3s 0.3s ease;
	-o-transition: all 0.3s 0.3s ease;
	transition: all 0.3s 0.3s ease;
}

/* elementor header */
.elementor-site-header .site-logo img {
	filter: brightness(0) invert(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.elementor-site-header .try-us a {
	border: 1px solid;
	padding: 15px 2em !important;
	line-height: 1;
	margin-left: 10px;
}

.elementor-site-header.elementor-sticky--effects {
	background-color: #fff;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.elementor-site-header.elementor-sticky--effects .site-logo img {
	filter: none;
}

.elementor-site-header.elementor-sticky--effects a {
	color: #001e3d !important;
}

.elementor-site-header.elementor-sticky--effects .try-us a:hover {
	border-color: #00aeef;
	color: #00aeef !important;
}

.elementor-sticky--effects div.elementor-menu-toggle {
	color: #001e3d !important;
}

/* .not-scrolled {
	display: block;
}
.is-scrolled {
	display: none;
}

.elementor-site-header.elementor-sticky--effects .not-scrolled {
	display: none;
}

.elementor-site-header.elementor-sticky--effects .is-scrolled {
	display: block;
} */

/* king kong styles */
#read-more {
	display: none;
}

#show-more,
#hide-less {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000000;
	cursor: pointer;
}

.h2style {
	font-size: 32px !important;
	color: #fff !important;
	font-family: 'Lato', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 300 !important;
	margin-bottom: 20px !important;
	line-height: 1.3 !important;
}

#kk-tag-home,
#kk-tag-other {
	font-size: 0.7em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: 'Lato', Sans-serif;
	color: white;
}

#kk-tag-home a {
	color: white;
}

.textcenter {
	text-align: center;
}

.kk-footer-container {
	display: block;
	width: 100%;
}
.kk-footer {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 50px 10px;
	width: 95%;
}

.foothead {
	color: white;
}

.kk-footer a {
	color: #fff !important;
	font-family: 'Lato', Sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.kk-footer ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.kk-footer a:hover {
	color: #006cbb !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 799px) {
	.kk-footer {
		padding: 20px 10px 0;
		text-align: center;
		display: block;
	}
}

/* wooc / challenge */
.checkout .woocommerce-notices-wrapper .woocommerce-message {
	display: none;
}

.challenge-membership-notice {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 1.1rem;
	font-weight: 600;
}

/* memberships */
.membership-type-buttons {
	text-align: center;
}

.membership-type-buttons a {
	margin: 3px 3px;
	display: inline-block;
	background: none;
	border: 2px solid #022ca2;
	color: #022ca2;
	text-transform: uppercase;
	padding: 10px;
}

.membership-type-buttons a:hover,
.membership-type-buttons a.active {
	background: #022ca2;
	border-color: #022ca2;
	color: #fff !important;
}

.atmosphere-memberships-table {
	margin-top: -20px;
}

.atmosphere-only,
.atmosphere-yoga,
.yoga-only,
.signature {
	display: none;
}









/* timetable filter */
.timetable-filter-container {
	margin-bottom: 2rem;
}

.timetable-filters {
	display: flex;
	margin-bottom: 1rem;
}

.timetable-button {
	display: block;
	padding: 0.75rem 1.5rem;
	background: #ddd;
	border-radius: 2px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 10px;
	letter-spacing: 1px;
	font-size: 0.9rem;
}

.timetable-button.active {
	background: #00adee;
	color: #fff;
}

.checkbox-button-container {
	display: flex;
	flex-wrap: wrap;
	margin: -6px -6px;
}

.checkbox-button {
	width: calc(25% - 12px);
	margin: 6px;
}

.checkbox-button label span {
	text-align: center;
	padding: 5px;
	display: block;
	border-radius: 2px;
	border: 1px solid #34aded;
	transition: all 0.3s ease;
	cursor: pointer;
	text-transform: uppercase;
	color: #34aded;
	font-weight: 400;
	font-size: 0.85rem;
}

.checkbox-button label input {
	display: none;
}

.checkbox-button input:hover + span {
	background-color: #e7f3fa;
}

.checkbox-button input:checked + span {
	background-color: #00adee;
	color: #fff;
}

.checkbox-button input:checked:hover + span {
	background-color: #00adee;
	color: #fff;
}

/* timetable table */
#timetable .timetable-mask {
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 30px;
}

#timetable table {
	width: 100%;
	margin: 0;
}

#timetable th {
	width: 14.2857%;
	background: #00adee;
	color: #fff;
	text-transform: uppercase;
}

#timetable td {
	width: 14.2857%;
}

#timetable .class {
	width: 14.2857%;
	font-size: 0.8rem;
}

#timetable .class.active {
	border-bottom: 3px solid #00adee;
	background: #fff;
}

#timetable .class.inactive {
	background: rgba(0, 0, 0, 0.1);
}

#timetable .class-name {
	font-size: 1rem;
	margin: 0;
	color: #00adee;
	font-weight: 600;
}

#timetable .class.filtered {
    background: #eee;
    font-size: 0;
	border-bottom: none;
	padding: 0;
}

#timetable .class.filtered .class-name {
    font-size: 0;
}