/*-------------------------------------------------------
Theme Name: Gaden chokor ling
Theme URI: 
Description: A child theme template for Divi
Author: HBR
Author URI: 
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

/* Font Awesome */
.fa {
    margin: 10px ;
  }


/* Full height slide-in menu that comes from the right */
@media only screen and (max-width: 1160px) {
  .mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
    z-index:9999;
    color: #fff !important;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
	font-size:30px;
    border-radius: 50%;
  }
	
	.mobile_nav.closed .mobile_menu_bar:before {
		    content: '\61';
			color:#d6a700;
		    font-size:30px;
	}
	
	.mobile_menu_bar:after {
 position: relative !important;
 content: 'MENU';
 bottom: 8px;
 left: 10%;
 color: #363636;
}
	
	.et_mobile_menu li:nth-child(1) {
    padding-top: 20px;
}

.et_mobile_menu li a {
    color: #fff !important;
    width: 100%;
    float: left;
    border: none !important;
    text-align: left;
    margin: 5px 10px;
    transition: .2s;
    text-transform: uppercase;
    font-size: 1.2em !important;
}
.mobile_nav ul#mobile_menu .current_page_item > a {
    color: #1c8718 !important;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 5px;
padding-left: 20px;
}
  #main-header .container.clearfix.et_menu_container {
    width: 100%;
  }
  .logo_container {
    padding-left: 30px;
  }
  #et-top-navigation {
    padding-right: 30px;
  }
  .mobile_menu_bar, #logo {
    z-index: 10000;
  }
	
  #mobile_menu {
    display: block !important;
    right: 0;
    left: auto;
    top: 0;
    padding-top: 80px;
    min-height: 100vh;
    width: 400px;
    border-top: none;
    transition: all .2s ease-in-out;
    transform-origin: right;
	  
  }
  .mobile_nav.closed #mobile_menu {
    transform: rotateY(90deg);
    opacity: 0;
  }
	
  .mobile_nav.opened #mobile_menu {
    transform: rotateY(0);
    opacity: 1;
	   background: -moz-linear-gradient(top, #fd9840 0%, #d6a700 100%);
      background: -webkit-linear-gradient(top, #fd9840 0%, #d6a700 100%);
      background: -o-linear-gradient(top, #fd9840 0%, #d6a700 100%);
      background: -ms-linear-gradient(top, #fd9840 0%, #d6a700 100%);
      background: linear-gradient(to bottom, #fd9840 0%, #d6a700 100%);
  }
}
@media only screen and (max-width: 480px) {
  #mobile_menu {
    width: 100%;
  }
}