/*!
Theme Name: Wyoming Yoga & Wellness
Theme URI: https://wyomingyoga.com
Author: Tracy Campbell
Description: A custom Wordpress theme developed for Wyoming Yoga & Wellness
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wyoming-yoga-wellness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* Global Styles */

html {
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: var(--font-lato);
	font-size: 16px;
}

html,body
{
	overflow-x: hidden !important; 
}

@media (max-width: 767px) {
	.small-screen-full-width {
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		object-position: top;
	}

}

.img-cover {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


#hot-yoga .img-cover {
	max-height: 100vh;
}

/* Variables */
:root {
	--black: #000000;
	--black-olive: #3F3E3E;
	--white: #fff;
	--robbins-egg: #82C2C3;
	--sugar-plumb: #8B4E74;
	--dark-purple: #4A2C3F;
	--font-lato: 'Lato', sans-serif;
	--font-josefin: 'Josefin Sans', sans-serif;
	--bkg-texture: url(https://wyomingyoga.com/wp-content/uploads/2022/12/bkg-texture.webp);
	--bkg-light: rgba(0,0,0,0.03);
}

/* End Variables */

/* Typography */

h1 {
	font-family: var(--font-josefin);
	font-weight: 700;
	font-size: calc(48px + (60 - 48) * ((100vw - 300px) / (3000 - 300)));
	text-transform: uppercase;
	line-height: 1;
	hyphens: auto;
}


h2 {
	font-family: var(--font-lato);
	font-weight: 500;
	font-size: calc(28px + (35 - 28) * ((100vw - 300px) / ( 3000 - 300)));
}

h3 {
	font-family: var(--font-josefin);
	font-weight: 700;
	/* font-size: calc(28px + (65 - 28) * ((100vw - 300px) / (1600 - 300)));
	line-height: 1; */
}

.h3-lato {
	font-family: var(--font-lato);
	font-weight: 700;
	padding-bottom: 1rem;
}

h4 {
	font-family: var(--font-josefin);
	font-weight: 700;
	/* font-size: calc(28px + (52 - 28) * ((100vw - 300px) / (1600 - 300)));*/
} 

h5 {
	font-family: var(--font-lato);
	/* font-size: calc(24px + (41 - 24) * ((100vw - 300px) / (1600 - 300))); */
}

h6 {
	font-family: var(--font-lato);
	font-weight: 700;
	/* font-size: calc(22px + (33 - 22) * ((100vw - 300px) / (1600 - 300))); */
}

.lato-26 {
	font-family: var(--font-lato);
	font-weight: 400;
	font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1600 - 300)));
}

p {
	font-family: var(--font-lato);
	font-weight: 400;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: var(--dark-purple);
}

a:hover, a:active, a:focus {
	color: #689B9C;
}

.thin {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium  {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}


/* End Typography */

/* Color */

.bkg-robbin {
	background-color: var(--robbins-egg);
}

.bkg-plumb {
	background-color: var(--sugar-plumb);
}

.text-robbin {
	color: var(--robbins-egg);
}

.text-plumb {
	color: var(--sugar-plumb) !important;
}

.text-purple {
	color: var(--dark-purple);
}

.text-black {
	color: var(--black);
}

.text-white {
	color: var(--white) !important;
}

.text-robbin {
	color: var(--robbins-egg)
}

.bkg-light {
	background-color: var(--bkg-light);
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px 32px;
}

/* Backgrounds */

.bkg-texture {
	background: var(--bkg-texture);
	width: 100%;
	height: auto;
}

.robbin-bar {
	background-color: var(--robbins-egg);
	height: 1em;
	width: 100%;
}
/* End Backgrounds */

/* Spacing */

section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}



/* End Spacing */

/* Buttons */
button, .nf-form-content input[type=submit] {
	font: var(--font-lato);
	font-weight: 800 ;
	text-transform: uppercase;
	border-radius: 1rem;
	border: 1px solid;
	padding: .75rem;
	width: 100%;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}

.nf-form-content input[type=submit] {
	color: var(--black) !important;
	background-color: var(--robbins-egg) !important;
	border-color: var(--robbins-egg)!important;
	font: var(--font-lato) !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	border-radius: 1rem !important;
	border: 1px solid;
	padding: .75rem 3rem .75rem 3rem!important;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)))!important;
}

.nf-form-content:active input[type=submit], .nf-form-content:focus input[type=submit], 
.nf-form-content:hover input[type=submit]
{
	color: #689B9C;
	background-color: var(--white);
	border-color: var(--robbins-egg);
}

@media (min-width: 576px) {
	button {
		padding: .75rem 3rem .75rem 3rem; 
		width: auto;
	}
}

.purple-btn {
	color: var(--white);
	background-color: var(--sugar-plumb);
	border-color: var(--sugar-plumb);
}

.robbin-btn{
	color: var(--black);
	background-color: var(--robbins-egg);
	border-color: var(--robbins-egg);
}

.robbin-btn-small {
	color: var(--black) !important;
	background-color: var(--robbins-egg);
	border-color: var(--robbins-egg);
	padding: 8px 16px;
	font-size: 14px !important;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 4px;
}

.purple-btn:active, .purple-btn:focus, .purple-btn:hover {
	color: var(--sugar-plumb);
	background-color: var(--white);
	border-color: var(--sugar-plumb);
}

.robbin-btn:active, .robbin-btn:focus, .robbin-btn:hover
{
	color: #689B9C ;
	background-color: var(--white);
	border-color: var(--robbins-egg);
}

#instructor-modal .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: var(--black);
	background-color: var(--robbins-egg) !important;
}

.txt-btn {
	font: var(--font-lato);
	color: var(--sugar-plumb);
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 1rem;
	border: none;
	padding: 1rem 3rem 1rem 3rem;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}

/* End Buttons */

/* Icons */

.icon-purple-circle {
	background-color: var(--sugar-plumb);
	border-radius: 50%;
	border: white solid 2px;
	padding: 1.5rem;
	aspect-ratio: 1/1;
	max-width: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.icon-purple-circle i {
	font-size: 2em;
}

@media (min-width: 768px) {
	.icon-purple-circle {
		margin-right: 1em;
		max-width: 106px;
	}
}


/* End Icons */

.hero-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

@media (max-width: 575px) {
	.hero-img {
		aspect-ratio: 1/1;
	}
}

#hero .row>* {
	padding-right: 0;
	padding-left: 0;
}

/* End Global Styles */
/* Navigation */

nav {
	z-index: 10;
}

.navbar {
	padding-bottom: 0;
	padding-top: 0;
}

.navbar-bkg {
	background: var(--white);
	padding: 8px;
}

.logo {
	max-width: 175px;
}

.navbar-collapse {
	flex-grow: 0 !important;
}

.nav-item {
	padding: 0 .45vw;
}

nav button {
	width: auto;
}

.nav-link{
	text-transform: uppercase;
	color: var(--black);
	font-family: var(--font-lato);
	font-weight: 700;
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
	white-space: nowrap;
}
@media (max-width: 1199px) {
	.nav-link {
		margin: .5rem 0;
		text-align: right;
	}
	.nav-btn .nav-link {
		margin-bottom: 3rem;
	}
	div.nav-menu .menu-item-has-children .nav-item::before {
		content: '' !important;
		margin-left: 0;
		top: 0;
	}
	.navbar-nav {
		padding-right: 2vw !important;
	}
	div.nav-menu .sub-menu,
	div.nav-menu .children {
		position: static !important;
		text-align: right;
		border: none !important;
		background: transparent;
	}
	div.nav-menu li > .sub-menu,
	div.nav-menu li > .children {
		display: block;
	}

	.sub-menu .nav-link {
		padding: 5px 10px !important;
		font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)))
	}

	.nav-link {
		font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1600 - 300)));
	}
	.logo {
		max-width: 125px;
	}
}

.nav-link:active, .nav-link:hover, .nav-link:focus {
	color:var(--robbins-egg);
}

.nav-btn .nav-link {
	color: var(--white) !important;
	padding: 12px 24px !important;
	width: fit-content;
	font: var(--font-lato);
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 1rem;
	border: 1px solid;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
	background-color: var(--sugar-plumb);
	border-color: var(--sugar-plumb);
	float: right;
}

.nav-btn .nav-link:active, .nav-btn .nav-link:focus, .nav-btn .nav-link:hover {
	color: var(--sugar-plumb) !important;
	background-color: var(--white);
	border-color: var(--sugar-plumb);
}

div.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.nav-menu li {
	position: relative;
	line-height: 1.7;
}
div.nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
}

div.nav-menu .menu-item-has-children .nav-item::before {
	content: '\f0d7';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-left:2px;
	position: absolute;
	top: 10px;
}

div.nav-menu .menu-item-has-children .sub-menu .nav-item::before {
	content: '';
	margin-left: 0;
	top: 0;
}

div.nav-menu > ul > li {
	float: left;
}
div.nav-menu > ul > li > a{
	padding: 10px 10px;
}
div.nav-menu > ul > li:hover > a{
	background: var(--robbins-egg);
}

/* Sub/Children Menu */
div.nav-menu .sub-menu,
div.nav-menu .children {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 300;
	background: #fff;
	min-width: 200px;
	display: none;
	border: 1px solid gray;
}

div.nav-menu li:hover > .sub-menu,
div.nav-menu li:hover > .children {
	display: block;
}

div.nav-menu .sub-menu .nav-item,
div.nav-menu .children .nav-item {
	padding: 0;
}

div.nav-menu .sub-menu .nav-link,
div.nav-menu .children .nav-link {
	padding: 20px 40px;
}


div.nav-menu .sub-menu li:hover .nav-link,
div.nav-menu .children li:hover .nav-link {
	background: var(--robbins-egg); 
	color: white !important;
}

/* Grandchildren Menu */
div.nav-menu .sub-menu .sub-menu,
div.nav-menu .children .children {
	position: absolute;
	left: 100%;
	top: 0;
	background: var(--white);
}


/* End Navigation */

/* Home */


/* Yoga Class Home */


.img-placeholder {
	background-color: grey;
	width: 100%;
	height: 100%;
}

/* End Yoga Class Home */

/* Testimonials */

.carousel-bkg {
	background-color: var(--robbins-egg);
	width: 100%;
	height: 28vw;
}

/* End Testimonials */

/* Home Wellness */

#home-wellness li::marker {
	font-weight: 700;
	color: var(--sugar-plumb);
	font-size: x-large;
}

#home-wellness li {
	padding: 0 0 1.15rem 25px;
	font-family: var(--font-lato);
	font-weight: 700;
	font-size: 1.25rem
}

#home-wellness ul {
	margin-top: 2rem;
}

/* End Home Wellness */

/* Constant Contact Sign Up */

#cc-signup {
	background: linear-gradient(93.12deg, rgba(139, 78, 116, 0.5) -22.46%, rgba(130, 194, 196, 0.5) 121.09%);
	padding: 3rem 0 3rem 0;
}

.ctct-disclosure {
	visibility: hidden;
	font-size: 0px;
	height: 0;
}

.ctct-form-9938 {
	justify-content: center;
	align-items: end;
	display: grid;
	grid-template-columns: 1fr auto;
}

.ctct-form-field-email input[type="email"] {
	width: 100%;
	padding: 0.85rem 12px 0.85rem 12px;
	border: none;
	border-radius: 1rem 0 0 1rem ;
}

.ctct-form-field-submit input[type="submit"] {
	width: 100%;
	height: auto;
	padding: .75rem 3rem 0.75rem 3rem;
	border-color: var(--robbins-egg) !important;
	border: solid 1px;
	border-radius: 0 1rem 1rem 0;
	text-transform: capitalize;
	font: var(--font-lato);
	font-weight: 800;
	text-transform: uppercase;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
}

.ctct-form label {
	font: var(--font-lato);
	font-weight: 700;
	font-size: 1rem !important;
	margin-bottom: 10px;
}

.ctct-form abbr {
	color: gray !important;
	text-decoration: none;
}

@media (max-width: 575px) {
	.ctct-form-field-submit input[type="submit"] {
		border-radius: 1rem 1rem;
	}
	.ctct-form-field-email input[type="email"] {
		border-radius: 1rem 1rem ;
	}
	.ctct-form-9938 {
		justify-content: center;
		align-items: end;
		display: grid;
		grid-template-columns: 1fr;
	}
}

/* End Constant Contact Sign Up */

/* YTT Home */
#ytt-home .row>* {
	padding-right: 0 !important;
}

/* End Home Page */

/* Yoga Page */
#hot-yoga {
	padding-bottom: 0 !important;
}

.healcode-pricing-option-text-link {
	color: var(--black) !important;
}

/* End Yoga Page */

/* Wellness Page */

.wellness-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ratio>* {
	object-fit: cover;
}
/* End Wellness Page */

/* About Page */

#reasons-why h2{
	font-family: var(--font-lato);
	font-weight: 500;
	font-size: calc(36px + (50 - 36) * ((100vw - 300px) / (1600 - 300))); 
}

.instructor-card {
	background-color: var(--white);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


#instructor-modal {
	padding-top: 0px;
	padding-bottom: 0px;
}

#instructor-modal .modal {
	--bs-modal-header-border-width: 0;
}

/* End About Page */

/* YTT Page */
#hero .ytt-h1 {
	line-height: .4;
	padding-top: 2.5rem;
}

#hero .ytt-h2 {
	font-size: calc(30px + (65 - 30) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 700;
	padding-bottom: 1rem;
}

/* End YTT Page */

/* FAQ Page */

.faq-card {
	color: var(--sugar-plumb);
}

.faq-card:active, .faq-card:focus, .faq-card:hover, .faq-card:target, .faq-card:focus-within, .faq-card:focus-visiable {
	color: var(--robbins-egg);
}

#faq .card-body {
	margin-top: 1rem;
}
/* End FAQ */

/* News & Events */
.cff-post-links a {
	color: var(--black) !important;
	background-color: var(--robbins-egg);
	border-color: var(--robbins-egg);
	padding: 12px 12px !important;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 4px;
	height: 100%;
}


.cff-post-links a:active, .cff-post-links a:focus, .cff-post-links a:hover {
	color: #689B9C;
	background-color: var(--white);
	border-color: var(--robbins-egg);
}

.cff-dot {
	visibility: hidden;
	padding: 0 !important;
	margin: 0;
	width: 0;
	height: 0;
}

.card-img-top {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cff-end-date, .cff-end-date k {
	visibility: hidden !important;
	font-size: 0;
}

/* End News & Events */

/* News Archive */
	.archive-pagination {
		position: relative;
		text-align: center;
		margin: 35px 0 0;
	}
	.page-numbers {
		margin: 0 10px;
		font-size: 17px;
		font-weight: 600;
		color: #333;
		border-radius: 50%;
		line-height: 32px;
	}
	.page-numbers.current {
		background: var(--robbins-egg) ;
		padding: 0 9px;
	}
/* News Archive */

/* Footer */
#footer-content {
	background-color: var(--dark-purple);
	padding-top: 3rem;
}

#footer-content a {
	color: var(--white);
	line-height: 0;
}

.social-container {
	display: flex;
	justify-content: space-between;
	width: 135px;
	padding: 1rem 0;
}

.mind-body-icon {
	height: 1.5rem;
	width: auto;

}

#footer-content i {
	font-size: 1.5rem
}

.footer-logo {
	max-width: 200px;
}
/* End Footer */

/* Forms */
.nf-form-fields-required {
	visibility: hidden;
}

.nf-form-content label {
	color: white;
	font-size: 1rem !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color: gray !important;
}

.nf-form-content textarea.ninja-forms-field {
	height: 135px !important;
}

.nf-form-content input[type=button] {
	font: var(--font-lato);
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 1rem;
	border: 1px solid !important;
	padding: .5rem 50px .5rem 50px;
	width: 100%;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
	color: var(--black)!important;
	background-color: var(--robbins-egg)!important;
	border-color: var(--robbins-egg)!important;
	float: right;
}
.nf-form-content input[type=button]:active, 
.nf-form-content input[type=button]:focus, 
.nf-form-content input[type=button]:hover {
	color: #689B9C !important;
	background-color: var(--white) !important;
	border-color: var(--robbins-egg) !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 100% !important;
}

@media (max-width: 575px) {
	.field-wrap input[type=button] {
		width: 100% !important;
	}
}

.nf-response-msg {
	color: white;
	font-weight: 500;
	text-align: center;
}
/* End Forms */

