/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

/*#mk-theme-container{
  overflow: hidden !important;
}*/

#mk-theme-container{
  overflow: hidden;
}

#mk-theme-container:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 11%;
    height: 100%;
    display: block;
    background-image: url('/wp-content/uploads/2020/01/left-image.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-position: -2%;
    background-attachment: fixed;
    opacity: 0.2;
    pointer-events: none;
}

#mk-theme-container:after{
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 20;
    width: 13%;
    height: 100%;
    display: block;
    background-image: url('/wp-content/uploads/2020/01/right-image-new.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-position: 103%;
    background-attachment: fixed;
    opacity: 0.2;
    pointer-events: none;
}

/************ AGE VERIFICATION **********/

.age-gate-form{
  max-width: 700px;
}

.age-gate-heading.age-gate-logo img{
  max-width: 45%;
}


.age-gate-submit-yes,
.age-gate-submit-no{
  font-family: 'CeraGR';
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  background-color: #c6c6c6;
  padding: 10px 8%;
  border-radius: 12px;
  letter-spacing: 1px;
  transition: 0.3s all;
  box-shadow: none;
  border: 0;
}

.age-gate-submit-yes:hover,
.age-gate-submit-no:hover{
  background-color: #575656;
}

.age-gate-form h2{
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: 'CeraStencilPRO';
  margin: 5rem 0;
}

.age-gate-remember{
  font-family: 'CeraStencilPRO';
  color: #df9107;
  font-weight: 600;
  font-size: 1.7rem;
}

.age-gate-error-message{
  margin-bottom: 3rem;
  background-color: #df9107;
  color: #fff !important;
  font-family: 'CeraStencilPRO';
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 13px;
}

.mk-go-top svg path{
  display: none;
}

.mk-go-top svg{
  background-image: url(/wp-content/uploads/2020/01/go-to-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nf-response-msg p{
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  font-family: 'CeraGR';
}

@media (max-width: 1640px){
  .page-section{
    padding: 0 11%;
  }
}

@media (max-width: 1280px){
  #mk-theme-container:before{
    background-position: -10%;
  }
  #mk-theme-container:after{
    background-position: 111%;
  }
}

@media (max-width: 1140px){
  .mk-go-top{
    bottom: 15px !important;
    right: 15px !important;
  }
}

@media (max-width: 1024px){
  #mk-theme-container:before {
    background-position: -21%;
  }

  #mk-theme-container:after {
    background-position: 120%;
  }
}

@media (max-width: 980px){
  #mk-theme-container:before{
    background-position: -15%;
  }
  #mk-theme-container:after{
    background-position: 116%;
  }
}

@media (max-width: 768px){
  #mk-theme-container:before {
    background-position: -21%;
  }

  #mk-theme-container:after {
    background-position: 123%;
  }
}

@media (max-width: 767px){
  #mk-theme-container:before{
    background-position: 0px;
    width: 90px;
    background-attachment: unset;
    left: -50px;
  }
  #mk-theme-container:after{
    background-position: 0px;
    width: 90px;
    right: -50px;
    background-attachment: unset;
  }
}


/*@media (max-width: 400px){

  #mk-theme-container:after{
    background-position: 88vw;
    width: 20%;
  }
}*/
