/*
Theme Name: Project Leonidas
Theme URI: https://ipstudio.co
Author: IPSTUDIO
Author URI: https://ipstudio.co/
Description: Sites by IPSTUDIO.
*/


/* Defaults
---------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a, a:not(.wp-element-button), a:focus, a:hover {
    text-decoration: none;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

b,
strong {
	font-weight: var(--wp--custom--font-weight--medium);
}

blockquote {
	margin: 0;
}

/* Blocks
---------------------------------------------------------------------------- */

/* Button
--------------------------------------------- */

input[type="button"],
input[type="submit"],
.wp-block-post-comments input[type=submit],
.wp-block-search__button {
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	cursor: pointer;
	font-size: var(--wp--preset--font-size--small);
	font-weight: var(--wp--custom--font-weight--regular);
	padding: 10px 25px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

/* Button - Fill Base
--------------------------------------------- */

.wp-block-button.is-style-fill-base .wp-element-button {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}

/* Button - Outline
--------------------------------------------- */

.wp-block-button.is-style-outline .wp-element-button {
    background-color: transparent;
    border: 1px solid;
    border-color: var(--wp--preset--color--primary);
    color: #000 !important;
}
.wp-element-button, .wp-block-button__link{
	padding: 0.45rem 1.6125rem !important;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.06em;
	font-size: 13px !important;
	line-height: 1.4rem;
	transition: background 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, color 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, padding 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, stroke 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.wp-block-button__link.has-primary-background-color {
	border: 1px solid var(--wp--preset--color--primary);
}
.wp-block-button.is-style-outline .wp-element-button:hover{
	background: var(--wp--preset--color--primary);
	color: #fff !important;
}
.wp-block-button__link.has-primary-background-color:hover{
	background: transparent !important;
	color: #000 !important;

}
 .wp-element-button strong{
	font-weight: bold;
}
.ullink a {
    border-bottom: 1px solid;
    color: #353740;
    padding-bottom: 1px;
}

/* Button - Outline Base
--------------------------------------------- */

.wp-block-button.is-style-outline-base .wp-element-button {
	background-color: transparent;
	border: 1px solid;
	border-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--base);
}

/* Calendar
--------------------------------------------- */

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: var(--wp--preset--color--contrast);
}

.wp-block-calendar table th {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	border: 1px solid var(--wp--preset--color--contrast);
	padding: 10px;
}

/* Code
--------------------------------------------- */

.wp-block-code code {
	overflow-wrap: normal;
	overflow-x: scroll;
	tab-size: 4;
	white-space: pre !important;
}

*:not(.wp-block-code) > code,
kbd {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
	position: relative;
	top: -1px;
}

/*
 * When inline code is selected, the Editor applies contextual styling. Since
 * our code color is near white, we need to reset to the default text color.
 */
.rich-text:focus > code[data-rich-text-format-boundary],
.rich-text:focus > kbd[data-rich-text-format-boundary] {
	color: currentColor;
}

/* Comments
--------------------------------------------- */

.wp-block-comment-template li {
	margin-left: 0;
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
	border-color: var(--wp--preset--color--contrast);
}

.wp-block-post-comments-form input[type=submit] {
	border: 1px solid var(--wp--preset--color--contrast);
}

.wp-block-post-comments-form .form-submit {
	margin-bottom: 0;
}

/* Group
--------------------------------------------- */

.wp-block-group.is-style-full-height {
	align-items: center;
	display: grid;
	min-height: 100vh;
}

.wp-block-group.is-style-shadow {
	box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}

.wp-block-group.is-style-shadow-solid {
	box-shadow: 5px 5px var(--wp--preset--color--contrast);
}

/* Heading
--------------------------------------------- */

.wp-block-post-content .wp-block-heading + * {
	margin-top: 20px;
}

/* Image
--------------------------------------------- */

.wp-block-image.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.wp-block-image.alignleft {
	margin-right: 30px !important;
}

.wp-block-image.alignright {
	margin-left: 30px !important;
}

/* List
--------------------------------------------- */

ol li:where(:not([class*='block'])),
ul li:where(:not([class*='block'])),
.wp-block-list li {
	margin-left: 30px;
}

.is-style-no-disc li {
	list-style-type: none;
	margin-left: 0;
}

/* Navigation
--------------------------------------------- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-bottom: 30px;
	padding-top: 30px
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
	color: var(--wp--preset--color--base);
}

.wp-block-navigation:not([style*=text-decoration]) a,
.wp-block-navigation:not([style*=text-decoration]) a:focus,
.wp-block-navigation:not([style*=text-decoration]) a:hover {
	text-decoration: none;
}

/* Navigation Submenu
--------------------------------------------- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	border: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
	padding: 2px 10px;
}

/* Paragraph
--------------------------------------------- */

p.has-background {
	padding: 20px 30px;
}

/* Preformatted
--------------------------------------------- */

.wp-block-preformatted {
	overflow-wrap: normal;
	overflow-x: scroll;
	white-space: pre;
}

/* Pullquote
--------------------------------------------- */

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

/* Quote
--------------------------------------------- */

.wp-block-quote p:last-of-type {
	margin-bottom: 0;
}

/* Separator
--------------------------------------------- */

.wp-block-separator,
.wp-block-separator.has-css-opacity {
	opacity: 1;
}

.wp-block-separator.is-style-dots:before {
	font-family: inherit;
	font-size: var(--wp--preset--font-size--large);
	letter-spacing: 10px;
	padding-left: 10px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px;
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: 1px solid currentColor;
	border-top: none;
	height: 1px;
}

/* Spacer
--------------------------------------------- */

.wp-block-spacer + * {
	margin-top: 0 !important;
}

/* Table
--------------------------------------------- */

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table table {
	border-collapse: collapse;
}

.wp-block-table thead {
	border-bottom: 3px solid var(--wp--preset--color--contrast);
}

.wp-block-table tfoot {
	border-top: 3px solid var(--wp--preset--color--contrast);
}

.wp-block-table td,
.wp-block-table th,
.wp-block-table tr,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tr {
	border: 1px solid var(--wp--preset--color--contrast);
}

.wp-block-table th {
	font-weight: var(--wp--custom--font-weight--regular);
}

.wp-block-table td,
.wp-block-table th {
	padding: 5px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #eee;
}

/* Custom
---------------------------------------------------------------------------- */

/* Forms
--------------------------------------------- */

input,
select,
textarea,
.wp-block-search__input {
	background-color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--primary);
    font-size: 1rem;
    line-height: 1;
	font-weight: 400;
	width: 100%;
	border: 1px solid rgb(207, 207, 207);
	border-radius: 0.3125rem;
	outline: 0px;
	padding: 0.875rem;
	color: rgb(71, 71, 71);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.6;
}

.nf-field-container {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;	
}

/* Media Queries
---------------------------------------------------------------------------- */

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

	/* Navigation Link
	--------------------------------------------- */

	.wp-block-navigation-item.is-style-outline a {
		border: 1px solid currentColor;
		padding: 8px 15px;
	}

	/* Pullquote
	--------------------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		max-width: 300px;
	}

	.wp-block-pullquote.alignleft {
		float: left;
		margin-right: 30px !important;
	}

	.wp-block-pullquote.alignright {
		float: right;
		margin-left: 30px !important;
	}

}
.site-header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}
.wp-block-cover {
    margin-top: 0;
}
.app-callout .wp-block-column:nth-child(2) figure {
    margin-top: -100px;
    max-width: 300px;
}
.app-callout {
    margin-top: 100px !important;
}
.site-header .wp-block-navigation {
    text-transform: capitalize;
}
.sub-header-icon {
    display: flex;
}
.sub-header-icon > div {
    display: flex;
    align-items: center;
}
.sub-header-icon > div > svg {
    margin-right: 5px;
}
.email-info {
    margin-left: 20px;
}
p.register-login-url a {
    margin-right: 15px;
}
a[href="#location"] {
    text-decoration: underline;
    color: #fff;
}
.top-banner-bar {
    position: relative;
}
.banner-close-btn {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 100% !important;
    margin: 0 !important;
    margin-right: 20px !important;
    cursor: pointer;
}
.studio-url-group {
    margin-top: 20px !important;
    max-width: 100% !important;
}
.studio-url-group li {
    display: inline-block;
    margin-right: 16px;
}
.studio-url-group li a {
    border-bottom: 2px solid var(--wp--preset--color--primary);
    padding-bottom: 2px;
    text-transform: capitalize;
}
.back_location a {
    margin-left: 5px;
}
.title-class-type {
    margin-top: 0;
    padding: 50px 15px;
	padding-bottom: 10px;
}
.title-class-type h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}
.title-class-type .container {
    max-width: 1200px;
    margin: auto;
}
.title-class-type span {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1;
    color: var(--wp--preset--color--primary);
}
.nav-submenu-classtype .wp-block-post-date {
    display: none;
}
.nav-submenu-classtype .wp-block-post-title a {
    font-size: 14px;
    display: block;
    border: 1px solid rgb(225, 225, 225);
    color: #000;
    padding: 6px 14px;
    text-align: center;
    border-radius: 0.3125rem;
    font-weight: 400;
    text-transform: capitalize;
}
.nav-submenu-classtype .wp-block-post-title a:hover {
	background-color: rgb(248, 248, 248);
	color: rgb(71, 71, 71);
}
.nav-submenu-classtype {
    margin-top: -30px !important;
}
/* Modal */
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(255 255 255/70%);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    text-align: left;
    max-width: 610px;
    border: none;
    box-shadow: 0 0.25rem 0.625rem rgb(0 0 0 / 8%);
}
.modal-header h4 {
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 22px;
	margin-bottom: 0;
}
ul.location-selector li {
    margin: 0;
}
.modal-body {
    padding: 20px 30px;
}
.location-selector li {
    margin: 0 !important;
}
.modal-header {
    background: var(--wp--preset--color--primary);
    padding: 40px 30px;
    color: #fff;
}
.modal a.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 15px 20px;
    line-height: 1;
    font-size: 30px;
    color: #fff !important;
}
.close-modal{
	display: none;
}
a.close-modal.custom-close-btn{
	display: block;
}
.modal a.close-modal:hover {
    color: #000;
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* location selector */
ul.location-selector li ul {
    display: none;
}

ul.location-selector li {
    display: inline-block;
    width: 50%;
}
ul.state-selected > li{
    display: none;
}
.city-title, .stateselected .state-title{
    display: none;
}
.stateselected .city-title{
    display: block;
}
.backtostate {
    display: none;
}
.stateselected .backtostate{
    display: block;
}
ul.location-selector > li.active > span {
    display: none;
}
ul.location-selector > li.active ul, ul.location-selector > li.active {
    display: block;
}
ul.location-selector > li.active li {
    display: inline-block;
}
ul.location-selector {
    text-align: center;
}
ul.location-selector .state span, ul.location-selector .city span {
	font-size: 14px;
    border: 1px solid rgb(225, 225, 225);
    color: #000;
    padding: 6px 14px;
    text-align: center;
    border-radius: 0.3125rem;
    font-weight: 400;
    text-transform: capitalize;
	display: block;
    cursor: pointer;
	margin: 10px;
}
ul.location-selector .state span:hover, ul.location-selector .city span:hover {
	background-color: rgb(248, 248, 248);
	color: rgb(71, 71, 71);
}
.stateselected .backtostate p {
    margin: 0;
    font-size: 16px;
}
li.state.active {
    width: 100%;
}
.stateselected .backtostate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
    opacity: .5;
    margin-bottom: 5px;
}
p.location-display {
    text-transform: capitalize;
    border-bottom: 1px solid;
    line-height: 1.2rem;
}
figure.wp-block-post-featured-image img {
    height: 260px;
    object-fit: cover;
}
li.wp-block-post {
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 5%);
}
figure.wp-block-post-featured-image {
    margin-bottom: 25px;
}
.ipstudio-blog .wp-block-post-date time {
    font-size: 18px;
    padding: 0 25px;
}
h2.wp-block-post-title {
    padding: 25px;
    padding-top: 10px;
    line-height: 2rem;
}
.wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a {
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    border: 1px solid var(--wp--preset--color--primary);
    margin: 0 5px;
    width: 50px;
    height: 50px;
}
.wp-block-query-pagination-numbers a {
    background: var(--wp--preset--color--primary);
    color: #fff;
}
a.wp-block-query-pagination-next, a.wp-block-query-pagination-previous{
    border-bottom: 1px solid var(--wp--preset--color--primary);
    font-size: 18px;
}
.wpcf7 label {
    font-size: 14px;
    font-family: var(--wp--preset--font-family--heading);
    font-weight: bold;
}
.form-flex-cf7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-flex-cf7 p {
    width: 49%;
}
.wpcf7-textarea {
    height: 150px;
}
.wpcf7-submit {
    padding: 0.45rem 1.6125rem !important;
    text-transform: uppercase;
    background: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--primary) !important;
    color: #fff !important;
	font-weight: bold !important;
	letter-spacing: 0.06em;
	font-size: 13px !important;
	line-height: 1.4rem;
	font-family: var(--wp--preset--font-family--heading);
}
.wpcf7-submit:hover {
    background: transparent !important;
    color: #000 !important;
}
.wpcf7-form > p, .form-flex-cf7 > p{
    margin-bottom: 5px;
}
.type-class-type {
    box-shadow: none !important;
}
.type-class-type h2.wp-block-post-title {
    padding: 0;
}
.nav-submenu-classtype {
    margin-top: 30px !important;
}
.hide-desktop{
	display: none !important;
}
.instructors-grid .type-instructors {
    box-shadow: none;
    margin-bottom: 30px !important;
}
.instructors-grid .type-instructors .wp-block-post-date {
    display: none;
}
.instructors-grid .type-instructors h2.wp-block-post-title {
    padding: 0;
    text-align: center;
    font-size: 22px;
	font-weight: bold;
}
.instructors-grid figure.wp-block-post-featured-image {
    margin-bottom: 10px;
}

.instructors-grid figure.wp-block-post-featured-image img {
    width: 100%;
    object-fit: contain;
    height: 350px;
}
.home .has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}
.wp-block-post-title {
    font-size: 32px;
    font-weight: bold;
}
ul.wp-block-page-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.wp-block-pages-list__item a {
    padding: 10px;
    display: block;
}
li.wp-block-pages-list__item.current-menu-item a {
    border-left: 4px solid var(--wp--preset--color--primary);
    background-color: rgb(248, 248, 248);
    font-family: var(--wp--preset--font-family--heading);
}
.careers-box {
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 5%);
    max-width: 750px !important;
    margin: auto;
    padding: 30px;
    border: 1px solid;
    margin-bottom: 30px !important;
}
.careers-box h2 {
    font-weight: bold;
}
.careers-box h4 {
    font-weight: 600;
}
.careers-box .wp-block-heading + *, .careers-box .wp-block-buttons{
    margin-top: 15px !important;
}
/* Popup Styling */
.popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-grid {
    display: flex;
    justify-content: center;
	align-items: center;
}
.popup-content h3 {
    margin: 0;
}
.popup-description p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.popup-content {
    margin-left: 50px;
    margin-top: 15vh;
    margin-bottom: 15vh;
	margin-right: 25px;
	min-width: 50%;
	max-width: 100%;
}
div#globalPopup {
    max-width: 800px;
}
.popup-image {
    align-self: stretch;
}
div#globalPopup .custom-close-btn {
    color: #000 !important;
    font-size: 20px;
}
button#bb_submit {
    background-color: var(--wp--preset--color--primary) !important;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0.65rem 1.6125rem !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.06em;
    font-size: 13px !important;
    line-height: 1.4rem;
    font-family: var(--wp--preset--font-family--heading);
}
#bb_form_inner .form-group {
    margin-bottom: 20px;
}
.wp-block-image .components-resizable-box__container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.top-banner-bar p {
    margin-bottom: 0 !important;
}
@media (max-width: 600px){
	.hide-desktop{
		display: block !important;	
	}
	.hide-mobile{
		display: none !important;	
	}
	.mobile-nav-main {
		flex-direction: row-reverse;
	}
	.mobile-nav-main .wp-element-button {
		padding: 6px 12px;
		font-size: 12px !important;
	}
	.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close{
		border: none;
	}
	.wp-block-navigation__responsive-container-open svg {
		width: 35px;
		height: 35px;
	}
	.mobile-nav-main {
		gap: 10px !important;
	}
	.modal {
		width: 100%;
	}
	.modal-body {
		padding: 15px;
	}
	ul.location-selector .state span, ul.location-selector .city span {
		padding: 5px;
		font-size: 14px;
	}
	.wp-block-cover p {
		line-height: 1.2;
	}
	.banner-close-btn {
		margin-right: 10px !important;
	}
	.top-banner-bar p {
		line-height: 1.4;
	}
	.title-class-type {
		text-align: center;
	}
	.app-callout h2 {
		margin-top: 30px;
	}
	.app-callout .wp-block-column:nth-child(2) figure {
		margin-top: 0;
	}
	.wp-block-media-text__content {
		margin-top: 20px;
		padding: 0 !important;
	}
	ul.wp-block-navigation__submenu-container {
		display: none !important;
	}
	ul.wp-block-navigation__container, ul.wp-block-navigation__container li, .wp-block-navigation-item__content{
		width: 100%;
		text-align: center;
	}
	.hide-desktop.wp-block-navigation-link a {
		border: 1px solid var(--wp--preset--color--primary);
		padding: 10px !important;
		font-weight: 600;
		color: var(--wp--preset--color--primary);
	}
	.hide-desktop.wp-block-navigation-link a[href="#book-now"] {
		background: var(--wp--preset--color--primary);
		color: #fff !important;
	}
	.single-location .wp-block-media-text__content {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.popup-grid {
		flex-direction: column;
	}
	.popup-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-height: 40vh;
	}
	.popup-content {
		margin: 25px;
	}
	div#globalPopup .custom-close-btn {
		color: #00000073 !important;
		-webkit-text-stroke: 1px #fff;
	}
}

/* Password page CSS */
.custom-password-container{
height:100vh;	
text-align:center;
display:flex;
justify-content:center;
align-items:center;
}

.custom-password-container input{
max-width:300px;
text-align:center;
}

.custom-password-container input::placeholder{
text-align:center;
}

.custom-password-container > form > p > input[type=submit]{
  border: 1px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  padding: 0.45rem 1.6125rem !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 13px !important;
  line-height: 1.4rem;
  font-family: var(--wp--preset--font-family--heading);

}

.custom-password-container{
padding:50px 0px;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction:column;
	
}

body.show-password-form .site-header,body.show-password-form .site-footer{
    display: none!important;
}

body.show-password-form .userway_buttons_wrapper,body.show-password-form .blocker{
    display: none!important;
}

body.show-password-form img{
   max-width:280px;
	height:auto;
}

@media(max-width:600px){
body.show-password-form img{
   max-width:200px;
	height:auto;
}

}


/* Password page CSS End*/