/*
 Theme Name:   JULS SH
 Theme URI:    https://juls.sh
 Description:  JULS sh
 Author:       JULS
 Author URI:   https://juls.sh
 Template:     Divi
 Version:      1.0.0
*/


/*MAIN STYLE*/

/*Text Selection color*/

::-moz-selection {
  color: rgb(0,0,0);
  background: #ff992a;
}

::selection {
  color: rgb(0,0,0);
  background: #ff992a;
}

/*COOKIES BUTTON*/

/*Cookies button style*/

.cookiesbutton {
	background-color: #ff992a;
  padding: 8px 20px!important;

}


/*Cookies button links*/
.cookiesbutton:link, .cookiesbutton:visited, .cookiesbutton:hover, .cookiesbutton:active {
	color: #000000;
}

/*RECAPTCHA*/

/*Recaptcha hide badge*/
.grecaptcha-badge { 
  visibility: hidden !important;
}

/*FOOTER*/

/* Footer sticky*/



/*ABOUT PAGE*/

/*References gallery disable lightbox*/



/*PRIVACY PAGE*/

/*Privacy links*/

.privacy a:link, a:visited, a:hover {
	color: #ff992a;
}


/*TERMS PAGE*/

/*Terms links*/

.terms a:link, a:visited, a:hover {
	color: #ff992a;
}


/*FAQ PAGE*/

/*FAQ links*/

.juls-faq a:link, a:visited, a:hover {
	color: #ff992a;
}

/*FAQ toggle icon*/

.et_pb_toggle_title:before {
   content: "\33";
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\33";
   transform: rotate(180deg);
}


/*ESSENTIAL GRID*/

/*Essential Grid background color*/

.esgbox-is-open .esgbox-bg {
   background-color:rgba(0, 0, 0, 1)
}

/*Essential Grid Z-index*/

.esgbox-container {
    z-index: 999999999 !important;
}

.esgbox-caption-title {
  font-size: 20px;
}

/*Language switcher*/

.language-switcher  a:link, a:visited, a:hover {
	color: #fff;
}
.wpml-ls-current-language a {
/*text-decoration: underline !important;*/
font-weight: bold !important;
}






/* EFFECT #2: SLIDE DOWN */
/*.et_header_style_fullscreen .et_slide_in_menu_container{
    visibility: hidden;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened  {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
/* End EFFECT #2: SLIDE DOWN */

/*.mobile_menu_bar::before {
    font-size: 40px;
    color: #ffffff;
}
#et-top-navigation::before {
    content: 'MENU';
    position: absolute;
    right: 65px;
    bottom: 32px;
    color: #ffffff;
    letter-spacing: 1px;
	font-size: 20px;
}*/






