/*
Theme Name: CHS Registration
Theme URI: https://growthlabs.agency/
Author: GrowthLabs
Template: generatepress
Author URI: https://growthlabs.agency/
Description: CHS registration site using GeneratePress
Version: 1.0
Text Domain: chs-reg
*/


.chs-edit-site-registration-data {
	text-decoration:none;
	text-align: center;
	display: block;
	color: #bdbdbd;
	cursor:default;
}
.chs-edit-site-registration-data:hover,
.chs-edit-site-registration-data:focus {
	color: #bdbdbd;
}
.chs-edit-site-registration-data.chs-is-registered {
	color: black;
	cursor:pointer;
}
.chs-edit-site-registration-data.chs-is-registered:hover,
.chs-edit-site-registration-data.chs-is-registered:focus {
	color:#006df2;
}
.chs-site-data-box strong {
	color: #7F7F7F;
}
#chs-reg-table {
	margin-bottom:20px;
}
#chs-reg-table ~ [type=submit] {
	float:right;
}
button,
input[type=submit] {
	background: #009FDF;
	border-radius: 300px;
	font-weight: 600;
}
#chs-register-site-modal .acf-form-submit {
	text-align:center;
}
.copyright-bar a,
.chs-link-decor {
	text-decoration: underline;
}
.site-footer {
	border-top: 2px solid #464646;
}
.site-header {
	border-bottom: 2px solid #464646;
}
.lrm-user-modal-container {
	margin-bottom:0;
}
.chs-heading-title {
	color:#7F7F7F;
	font-weight:bold;
}
.chs-unregister-site-confirmation-box {
	margin: 40px 0 40px -30px;
	background: #009fdf1f;
	padding: 20px 30px;
	width: 100%;
}
.chs-unregister-site-confirmation-box p {
	margin: 0;
	margin-left: 18px;
}
.chs-unregister-site-confirmation-box label {
	color:#009FDF;
	font-weight:bold;
}
#chs-unregister-site-modal .unregister-site-trigger {
	background-color:#C8102E;
}
/* The switch - the box around the slider */
.chs-switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 25px;
}

/* Hide default HTML checkbox */
.chs-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.chs-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.chs-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .chs-slider {
	background-color: #2196F3;
}

input:focus + .chs-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .chs-slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}

/* Rounded sliders */
.chs-slider.chs-round {
	border-radius: 34px;
}

.chs-slider.chs-round:before {
	border-radius: 50%;
}

.chs-center {
	text-align:center;
}
.acf-field-message .acf-label {
	margin: 0;
}
.acf-fields>.acf-field:first-child {
	padding-top:0;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal {
	font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__container {
	background-color: #fff;
	padding: 30px;
	max-width: 500px;
	max-height: 100vh;
	width: 500px;
	height: 100vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}

.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0,0,0,.8);
}

.modal__btn {
	font-size: .875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #e6e6e6;
	color: rgba(0,0,0,.8);
	border-radius: .25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes mmslideIn {
	from { transform: translateY(15%); }
	to { transform: translateY(0); }
}

@keyframes mmslideOut {
	from { transform: translateY(0); }
	to { transform: translateY(-10%); }
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

.chs-text-shadow {
	text-shadow: 1px 1px 1px #000;
}
.lrm-user-modal-container {
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
	transform: unset;
	
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	margin-bottom:40px;
}
.chs-reset-color-n-shadow {
	color: #464646;
	text-shadow: none;
}
.chs-reset-margin-bot {
	margin-bottom:0;
}
.page-id-1501 .site-content {
	padding-bottom:0;
}
