@import url('config/config.css');


/* { //blur popup background:
  transition: filter .25s ease;
}
.mfp-wrap ~ * {
  filter: blur(7px);
}
*/

div.video-trailer{
    padding-bottom: 70px;
}

div#payments-popup{
  font-family: var(--system-ui);
}
div#payments-popup.dark{
  color: white;
}
div#payments-popup.white{
  color:dark;
}

div#payments-popup div.payment-item{
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-link, .register-link {
  cursor: pointer;
}

.popup-form {
  width: 450px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: var(--white-regular);
  backdrop-filter: blur(var(--background-blur));
  -webkit-backdrop-filter: blur(var(--background-blur));
  border: var(--white-border);
  box-shadow: var(--popup-shadow) !important;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 10%;
  border-radius: 5px;
  border-radius: var(--popups-border-radius);
}

.popup-form img.captcha-image{
  right: 5px !important;
  left: auto !important;
}

.popup-form img{
  box-sizing: border-box;
  max-width: 100%;
}

.popup-form iframe{
  box-sizing: border-box;
  max-width: 100%;
}

.popup-form.mini{
  width: 250px !important;
  border-radius: 20px;
}

.popup-form.dark.mini p{
  color: white;
}

.popup-form.mini h4, .popup-form.mini p{
  color: black;
}

.popup-form .mk-contact-form{
  margin-top: 20px !important;
}

.popup-form a{
    -transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.popup-form.white {
  background-color: var(--white-regular) !important;
  border: var(--white-border) !important;
}

.popup-form.white h1, .popup-form.white h2, .popup-form.white h3, .popup-form.white h4{
  color: black;
} 

.popup-form.dark{
  background-color: var(--dark-regular);
  border: var(--dark-border);
  color:white;
}
.popup-form.dark p{
  color:white !important;
}
.popup-form.dark h1, .popup-form.dark h2, .popup-form.dark h3, .popup-form.dark h4, .popup-form.dark h5{
  color:white !important;
}
.popup-form.dark a:not(:hover){
  color:white !important;
}

.popup-form h5{
  color:black;
}

.popup-form input[type=text]{
  border: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(0,0,0,0.1);
}
.popup-form input[type="email"]{
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
}
.popup-form input[type="url"]{
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
}
.popup-form .gform_wrapper .gform_page_footer .button.gform_previous_button {
  text-transform: inherit;
}
.popup-form .gform_wrapper input[type="submit"] {
  text-transform: capitalize !important;
}

.popup-form.dark input{
  border: 1px solid rgba(255,255,255,0.1) !important;
  background-color: rgba(0,0,0,0.1) !important;
  color: white !important;
}
.popup-form.white .centered-content{
  color: black !important;
  box-shadow: none;
}

.popup-form.dark .centered-content input[type="text"]{
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: #767676 !important;
  background-color: rgba(0,0,0,0.1);
}
.popup-form.dark .centered-content.white input[type="text"]{
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: white !important;
  background-color: rgba(0,0,0,0.1);
}
.popup-form.white .centered-content input[type="text"]{
  border: 1px solid rgba(0,0,0,0.1) !important;
  color: #767676 !important;
  background-color: rgba(0,0,0,0.1);
}
.popup-form.white .centered-content select{
  border: 1px solid rgba(0,0,0,0.1) !important;
  color: #767676 !important;
  background-color: rgba(0,0,0,0.1);
}
.popup-form.dark .centered-content select{
  border: 1px solid rgba(0,0,0,0.1) !important;
  color: #767676 !important;
  background-color: rgba(0,0,0,0.1);
}
.popup-form.dark .centered-content.white select{
  border: 1px solid rgba(0,0,0,0.1) !important;
  color: white !important;
  background-color: rgba(0,0,0,0.1);
}

.popup-form.dark .centered-content textarea{
  border: 1px solid rgba(255,255,255,0.1) !important;
  background-color: rgba(0,0,0,0.1);
  color: #767676 !important;
}
.popup-form.dark .centered-content.white textarea{
  border: 1px solid rgba(255,255,255,0.1) !important;
  background-color: rgba(0,0,0,0.1);
  color: white !important;
}
.popup-form.white .centered-content textarea{
  border: 1px solid rgba(0,0,0,0.1) !important;
  background-color: rgba(0,0,0,0.1);
  color: #767676 !important;
}

.popup-form.dark textarea{
  border: 1px solid rgba(255,255,255,0.1) !important;
  background-color: rgba(0,0,0,0.1) !important;
  color:white !important;
}
.popup-form.dark .centered-content.transparent input{
  border: 1px solid rgba(255,255,255,0.1) !important;
  background-color: rgba(0,0,0,0.1);
  color:white;
}
.popup-form.dark .centered-content.transparent textarea{
  border: 1px solid rgba(255,255,255,0.1) !important;
  background-color: rgba(0,0,0,0.1);
  color:white;
}
.popup-form.dark select{
  color:white;
}
.popup-form.dark option{
  color:black;
}
.popup-form.dark input[type="button"]{
  color: white !important;
}
.popup-form.dark input[type="submit"]{
  color: white !important;
}


.popup-form.dark .gform_wrapper .gfield_password_strength.blank{
  background-color: rgba(0,0,0,0.3);
}
.popup-form.dark .gform_wrapper .gsection{
  border-bottom: 1px solid #424242;
}
.popup-form.dark .gform_wrapper .gform_page_footer{
  border-top: 1px solid #424242;
}



.popup-form input[type=password]{
  border: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(0,0,0,0.1);
}

.popup-form textarea{
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.12);
}

.popup-form .button{
  background-color: rgba(0,0,0,0.1) !important;
}

.popup-form .button:hover{
  background-color: rgba(0,0,0,0.5) !important;
}

.popup-form .centered-content {
  padding: 0px !important;
  width: 100% !important;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

.popup-form select{
  border: 1px solid rgba(0,0,0,0.1);
  height: 38px;
  background-color: rgba(0,0,0,0.1);
  font-size: 11px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.popup-form hr{
  border-top: 0.1px solid white !important;
  border-bottom: none !important;
  border-left: 0px;
  border-right: 0px;
}
.popup-form.dark hr{
  border-top: 1px solid rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.popup-form form.update-card{
  text-align: center;
}

.attendee {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.attendee img {
    border-radius: 50%;
}


@media only screen and (max-width : 960px){
  .theme-content.popup-form.info{
    width: 90% !important;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 40px !important;
    box-sizing: border-box;
  }
}



@media only screen and (max-width: 600px) {
  .popup-form {
    width: 90%! important;
    border: none;
    box-sizing: border-box;
    padding: 40px;
  }
  .popup-form select{
    margin-left: -4px !important;
  }
}

#registration-form {
  padding: 30px 40px;
}
@media only screen and (max-width: 580px) {
  #registration-form {
    padding: 30px 40px;
  }
}
#registration-form input[type=text], #registration-form input[type=password] {
  font-size: 13px;
  padding: 12px 22px;
  letter-spacing: 0px;
  outline: 0px none;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
}
#registration-form input[type=submit] {
  padding: 9px 32px;
  text-transform: uppercase;
  text-align: right;
}
#registration-form #user_pass {
  width: 81% !important;
}
@media only screen and (max-width: 500px) {
  #registration-form #user_pass {
    width: 55% !important;
  }
}

#login-form h4 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
#login-form input[type=text], #login-form input[type=password] {
  font-size: 13px;
  padding: 12px 22px;
  letter-spacing: 0px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0px;
  outline: 0px none;
  background-color: rgba(0,0,0,0.1);
  width: 100% !important;
  display: block;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  #login-form input[type=text], #login-form input[type=password] {
    
  }
}
#login-form input[type=submit] {
  border: 1px solid rgba(0,0,0,0.3);
  color: black;
  transition: 0.5s ease;
}
#login-form input[type="submit"]:hover {
  background-color: #c59a73;
  color:white !important;
}
#login-form #user_pass {
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  #login-form #user_pass {
    
  }
}

.login-messages {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  background-color: #fff;
  padding: 20px 40px 5px;
  border-left: 0px;
  box-shadow: var(--popup-shadow) !important;
  top: 300px;
  left: 0px;
  z-index: 1000;
  border-radius: 0px 20px 20px 0px;
}

.login-messages p{
  margin-bottom: 18px;
}


.login-messages.dark{
    background-color: var(--dark-regular) !important;
    border: var(--dark-border) !important;
    color:white;
}

.login-messages.dark p{
  color: white !important;
}

@media only screen and (max-width: 500px) {
  .login-messages {
    bottom: 0px;
    left: 0px;
    top: auto;
  }
}
.login-messages .close {
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
}


/* Content loading is in progress */
.mfp-s-loading {
  transition: background-color 0.5s ease;
  background-color: rgba(0,0,0,0.5);

  }

/* Content successfully loaded */
.mfp-s-ready { }

/* Error during loading  */
.mfp-s-error { }


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
    background-color: var(--mfp-bg-background-color);
}

.mfp-close{
  background-color:transparent;
}


div.popup-form.white button.mfp-close {
  background-color: transparent !important;
  color: black !important;
}


div.popup-form.dark button.mfp-close {
  background-color: transparent !important;
  color: white !important;
}

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto; 
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

@-moz-document url-prefix() { 
	:root{
	  --white-regular: rgba(255,255,255,0.95);
		--dark-regular: rgba(40,40,40,0.95);
	}
}

.popup-form .ast-container #primary {
  margin: 0px !important;
}

.popup-form.dark #sib-container label.entry__label{
  color: white !important;
} 

.popup-form.dark #sib-container div.entry__field input#EMAIL.input{
  background-color: rgba(255,255,255,0.3) !important;
}

.popup-form.dark div.content-area header.entry-header{
  margin-top: 0px !important;
}

.popup-form.dark label{
  color: white !important;
}
.popup-form.transparent label{
  color: white !important;
}





