/*
Theme Name:  JK-Divi-Child_v22
Theme URI:
Version:     1.0
Description: This theme requires Divi parent theme.
Author:      JK
Author URI:
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/


#ie-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: none;
  pointer-events: none;
  z-index: -1;
}

#ie-message.on {
  z-index: 9999999;
  display: flex;
  pointer-events: all;
}



.et-db #et-boc .et-l .et-fb-settings-option-color--standard .wp-picker-container .wp-color-result ,
.et-db #et-boc .et-l .et-fb-settings-option-color--standard .wp-picker-container:not(.wp-picker-active) ,
.et-db #et-boc .et-l .et-fb-settings-option-color--gradient .wp-color-result ,
.et-db #et-boc .et-l .et-fb-settings-option-color--previewable .wp-color-result {
  display: block !important;
}

#page-container .fa,
#page-container .far,
body #page-container *[data-icon^="agsdix-far "]:before,
body #page-container .et_pb_custom_button_icon[data-icon^="agsdix-far "]:before,
body *[data-icon^="agsdix-far "]:after,
.et-fb-root-ancestor #et-fb-app .et-fb-font-icon-list *[data-icon^="agsdix-far "]:after,
#et-boc #et-fb-app .et-fb-font-icon-list *[data-icon^="agsdix-far "]:after,
.wp-admin *[data-icon^="agsdix-far "]:before,
.fas,
body #page-container .et_pb_section *[data-icon^="agsdix-fas "]:before,
body #page-container .et_pb_section .et_pb_custom_button_icon[data-icon^="agsdix-fas "]:before,
body #page-container *[data-icon^="agsdix-fas "]:after,
.et-fb-root-ancestor #et-fb-app .et-fb-font-icon-list *[data-icon^="agsdix-fas "]:after,
#et-boc #et-fb-app .et-fb-font-icon-list *[data-icon^="agsdix-fas "]:after,
body #page-container div[class*="et_pb_cta_"].et_pb_promo a.et_pb_promo_button.et_pb_button.et_pb_custom_button_icon[data-icon^="agsdix-fas "]:after,
body #page-container div[class*="et_pb_cta_"].et_pb_promo a.et_pb_promo_button.et_pb_button.et_pb_custom_button_icon[data-icon^="agsdix-fas "]:before,
.wp-admin *[data-icon^="agsdix-fas "]:before {
  font-family: "Font Awesome 5 Free"!important;
}


#et-fb-app-frame { max-height: 100vh; }

.et-fb-root-ancestor body:not(.et-tb) #global-nav {
  background-color: rgba(100,100,100,.1) !important;
  pointer-events: none;
  top: 32px;
}

.et-fb-root-ancestor body:not(.et-tb) #global-nav:before {
  content: "Nav Area";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0,0,0,.3);
  font-size: 35px;
}

.et-fb-root-ancestor body:not(.et-tb) #global-nav * { display: none; }

html.et-fb-preview--tablet ,
html.et-fb-preview--phone { overflow-y: auto !important; }

body.complete.logged-in > :not(.preloader-plus) { transition: none !important; }

/* Font path: url('../../../wp-content/themes/jk-divi-child_v22/fonts/ */

@font-face {
  font-family: 'Gotham';
  src: url('../../../wp-content/themes/jk-divi-child_v22/fonts/Gotham-Medium.woff2') format('woff2'),
      url('../../../wp-content/themes/jk-divi-child_v22/fonts/Gotham-Medium.woff') format('woff'),
      url('../../../wp-content/themes/jk-divi-child_v22/fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Garamond';
  src: url('../../../wp-content/themes/jk-divi-child_v22/fonts/Garamond.woff2') format('woff2'),
      url('../../../wp-content/themes/jk-divi-child_v22/fonts/Garamond.woff') format('woff'),
      url('../../../wp-content/themes/jk-divi-child_v22/fonts/Garamond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {

  --ui-vh: 100vh;
  --ui-vw: 100vw;

  --ui-window-size: calc(var(--ui-vw) + var(--ui-vh));

  --ui-mult: .01;

  --ui-scale: calc(var(--ui-window-size) * var(--ui-mult));

  font-size: var(--ui-scale);

}

body {

	--brand-light: #71a8a9;
	--brand-dark: #457e5c;
	
  --brand-red: #AC2425;
  --brand-gold: #D4CD9A;
	--brand-green: #2b3f2d;
	--brand-beige: #945740;
	
  --easeInOutExpo: cubic-bezier(0.4, 0, 0, 1);

  font-family: 'Garamond';

}

h1, h2, h3, h4, h5 {
  font-family: 'Gotham';
  padding-bottom: 0;
}

.goth *,
.goth {
  font-family: 'Gotham' !important;
}

#main-header {
	display:none !important;
}

.et_fixed_nav.et_show_nav #page-container ,
#page-container {
	padding-top: 0 !important;
	overflow: hidden;
}

.display-none { display: none !important; }


#footer-bottom { display: none; }

.flex-centered { display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.flex-centered-nowrap { display: flex; align-items: center; align-content: center; justify-content: center; }
.flex-centered-left { display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: left; }
.flex-centered-right { display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: flex-end; }

.vertical-space-between {
  align-content: space-between;
}

.space-between {
  justify-content: space-between;
}

.align-top {
  align-items: flex-start;
}

.single-post article.post {
  margin-bottom: 0;
  padding-bottom: 0;
}



@media (max-width:980px) {

  .swap-cols-mobile {
    display: flex;
    flex-direction: column-reverse;
  }

}



.et_pb_button:hover {
  text-decoration: underline;
} 

.age-gate__headline {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 22px;
  margin-bottom: 0;
}

.age-gate__submit {
	background-color: var(--brand-dark) !important;
	color: white !important;
}

/*
.age-gate__form {
  max-width: 320px !important;
  margin: 0 auto !important;
}


.age-gate__buttons {
  flex-wrap: wrap;
}

.age-gate__submit--yes {
  width: 100%;
  background-color: var(--brand-green) !important;
  text-decoration: underline;
  font-weight: normal !important;
  text-transform: uppercase;
  font-family: 'Gotham';
     padding: 20px 20px 25px !important;
	border-radius:3px !important;
}


.age-gate__submit--no {
  background-color: black !important;
  text-decoration: underline;
  font-weight: normal !important;
  text-transform: uppercase;
  font-family: 'Gotham';
  padding: 15px 45px 20px !important;
  border: 2px solid var(--brand-beige) !important;
	border-radius:3px;
}
*/




/* -- Global Parallax --*/

.et_parallax_bg_wrap { overflow: visible; }

.et_pb_parallax_css {
  background-attachment: scroll !important;
  height: 120%;
  opacity: .5;
}

.lux.et_pb_parallax_css {
  background-attachment: scroll !important;
  height: 120%;
  opacity: .5;
}

.lux.et_pb_parallax_css {

}

.bg-opacity-1 .et_pb_parallax_css ,
.opacity-1 .et_pb_parallax_css {
  opacity: 1 !important;
}

.bg-color-burn .et_pb_parallax_css { mix-blend-mode: color-burn; }
.bg-hard-light .et_pb_parallax_css { mix-blend-mode: hard-light; }
.bg-multiply .et_pb_parallax_css { mix-blend-mode: multiply; }
.bg-soft-light .et_pb_parallax_css { mix-blend-mode: soft-light; }
.bg-overlay .et_pb_parallax_css { mix-blend-mode: overlay; }
.bg-lighten .et_pb_parallax_css { mix-blend-mode: lighten; }



/* -- Global Animations --*/

.emerge-parent { perspective: 1500px; transform-style: preserve-3d; }

.emerge {
  transition: opacity 1s var(--easeInOutExpo) , transform 1.5s var(--easeInOutExpo) , color .5s ease !important;
}

.emerge[data-emergence=hidden] {
  opacity: 0;
  transform: translateY(30px) translateZ(1px);
  /* filter: blur(3px); */
}

.emerge[data-emergence=visible] {
  opacity: 1;
  transform: translateY(0px) translateZ(1px);
  /* filter: blur(0px); */
}

.et_pb_column:nth-of-type(1) .emerge ,
.et_pb_column .emerge:nth-of-type(1) { transition-delay: .1s; }

.et_pb_column:nth-of-type(2) .emerge ,
.et_pb_column .emerge:nth-of-type(2) { transition-delay: .3s; }

.et_pb_column:nth-of-type(3) .emerge ,
.et_pb_column .emerge:nth-of-type(3) { transition-delay: .5s; }

.et_pb_column:nth-of-type(4) .emerge ,
.et_pb_column .emerge:nth-of-type(4) { transition-delay: .7s; }

.et_pb_column:nth-of-type(5) .emerge ,
.et_pb_column .emerge:nth-of-type(5) { transition-delay: .9s; }

.et_pb_column:nth-of-type(6) .emerge ,
.et_pb_column .emerge:nth-of-type(6) { transition-delay: .6s; }

.et_pb_column:nth-of-type(7) .emerge ,
.et_pb_column .emerge:nth-of-type(7) { transition-delay: .7s; }

.et_pb_column:nth-of-type(8) .emerge ,
.et_pb_column .emerge:nth-of-type(8) { transition-delay: .8s; }

.et_pb_column:nth-of-type(9) .emerge ,
.et_pb_column .emerge:nth-of-type(9) { transition-delay: .9s; }

.et_pb_column:nth-of-type(10) .emerge ,
.et_pb_column .emerge:nth-of-type(10) { transition-delay: 1s; }




.mfp-image-holder .mfp-content {
  max-height: 90vh;
}

.mfp-figure:after {
  display: none;
}

.mfp-figure ,
.mfp-img {
  height: 100%;
  padding: 0 !important;
  display: block;
}

.mfp-close {
  position: fixed;
  top: 20px !important;
  right: 40px !important;
}



/* -- Form Styles --*/

#entry-form .gfield:not(#field_1_12):not(#field_1_13) {
  display: flex;
  flex-direction: column-reverse;
}
/*
#entry-form #field_1_4 {
  flex-direction: column !important;
}

#entry-form .gfield--type-date .gfield_label  {
  position: absolute;
  margin: 0 auto -1.5em;
  width: 50%;
}

*/
.gfield_description {

}

#entry-form .ginput_counter {
  display: none !important;
}



#entry-form .ginput_complex {
  justify-content: center;
}

#entry-form .gfield--type-consent {
  text-align: left;
  font-family: 'Gotham';
}

#entry-form .gfield--type-consent .ginput_container {
  display: flex;
  gap: 3%;
}

#entry-form .gfield--type-consent .gfield_label {
  color: white;
}

#entry-form select {
  text-align: center !important;
  
}



input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder {  }
input::-moz-placeholder ,
textarea::-moz-placeholder {  }
input:-ms-input-placeholder ,
textarea:-ms-input-placeholder {  }
input:-moz-placeholder ,
textarea:-moz-placeholder {  }


input:focus::-webkit-input-placeholder ,
textarea:focus::-webkit-input-placeholder { opacity: .5; }
input:focus::-moz-placeholder ,
textarea:focus::-moz-placeholder { opacity: .5; }
input:focus:-ms-input-placeholder ,
textarea:focus:-ms-input-placeholder { opacity: .5; }
input:focus:-moz-placeholder ,
textarea:focus:-moz-placeholder { opacity: .5; }


#entry-form .gform_button {
  font-family: 'Gotham';
  margin: 0 auto;
}

#entry-form .gform_button:hover {
  text-decoration: underline;
}

#entry-form .gform_required_legend {
  font-size: 12px !important;
}

body:not(.logged-in) #conf-form {
  display: none;
}

#entry-form .gfield_consent_label {
  width: calc(100% - 20px);
}


body:not(.logged-in) #entry-form .gform_confirmation_wrapper #conf-form {
  display: block !important;
}

#entry-form .validation_message {
  background: rgba(255, 255, 255, 0);
  border: 1px solid white;
  font-size: 10px;
  line-height: 1.2em;
  font-family: 'Gotham';
  text-transform: uppercase;
  font-weight: normal !important;
  margin-block-start: .5rem;
  padding: 5px;
  color: white !important;
  text-align: center !important;
}


.gform_ajax_spinner {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-left: 2px solid rgba(255, 255, 255,1);
	animation: spinner 1.1s infinite linear;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@keyframes spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }


body:not(.logged-in) #conf-row {
  display: none;
}

body:not(.logged-in) .gform_confirmation_wrapper #conf-row {
  display: block !important;
}

.gform_confirmation_message h1 ,
.gform_confirmation_message h2 ,
.gform_confirmation_message h3 {

}



.gform_wrapper .gform_validation_errors { display: none; }

.gform_wrapper .validation_error .gfield_error {
  max-width: 100% !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea ,
.gfield_error .ginput_container_checkbox ,
.gfield_error select
{ border: 2px solid var(--brand-red) !important; }


#contact-form-module .question-dropdown .gfield_required {
  margin: 0;
}

