/* 
 Theme Name:     Mountain
 Author:         Artemis Webdesign
 Author URI:     https://artemiswebsites.com
 Template:       Divi
 Version:        1.1.1
 Description:   A Child Theme 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
  	justify-content: center;
  }
#slide-in{
    right:0px;
    width: 500px;
    max-width: 75%;
    padding-top: 0!important;
  	right:-500px!important;
  	webkit-transition: left 1.2s cubic-bezier(0.77,0,0.175,1),margin-top 1.4s ease-in-out!important;
    -moz-transition: left 1.2s cubic-bezier(0.77,0,0.175,1),margin-top 1.4s ease-in-out!important;
    transition: left 1.2s cubic-bezier(0.77,0,0.175,1),margin-top 1.4s ease-in-out!important;
  overflow: auto;
  position: fixed!important;height:100vh;
  top:0;
  z-index:99999999999;
}
   #slide-in.slide-the-menu{
  display: block;
  right: 0!important;
  right: 0!important;
  z-index:99999999999;
  }
 
  .jnm_mobile_menu_hamburger{
    cursor: pointer;
  }
  .closeit, .closeit a{
    cursor: pointer;
  }
  @media all and (max-width:500px){#slide-in{max-width:82%!important}}
 

  .et-fb-root-ancestor #slide-in{
    right:unset;
    width: unset;
    max-width: unset;
    padding-top: unset !important;
  	left:unset;
  	webkit-transition: unset;
    -moz-transition: unset;
    transition: unset;
  overflow: unset;
  position: unset;
  top:unset;
  }
.PM_contact .et_contact_bottom_container {
    float: none;justify-content: center;}
.et-db #et-boc .et-l #main-header {box-shadow:none!important}
/*move the labels above the form input fields*/
.PM_contact .et_pb_contact_form_label {display: block !important;font-size:1.7em!important;margin-bottom:15px}
/*hide the label in the field*/
.PM_contact .et_pb_contact_field_options_title {display: none;}

/*make the placeholder text the same color as field background*/
.PM_contact input::placeholder,
.PM_contact textarea::placeholder {color: #fff!important;}

.mobile_menu_bar:before {content:url("https://mountain.artemiswebsites.com/wp-content/uploads/2023/11/hamburger.png");  
	border: none; }

