/*
 Theme Name:     Every Stone Masonry
 Theme URI:      https://aswin.co.uk/
 Description:    Official Website Theme for Every Stone Masonry
 Author:         Nalin Herath
 Author URI:     https://aswin.co.uk/
 Template:       Divi
 Version:        1.0.43
*/

@media only screen and (max-width: 1423px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
    }
}

.mobile_header .et_pb_button_module_wrapper{
	width: 70% !important;
	float: left;
}

.mobile_header .et_pb_icon{
	width: 15% !important;
	float: left;
}

#menu-main-menu .sub-menu li a, #mobile_menu1 li a{
	border-bottom: #c38a05 solid 1px;
}

.footer_bullets li .et-pb-icon{
	font-size: 18px;
	color: #7F5B36;
}

.footer_bullets li{
	padding-bottom: 15px;
}

.et-pb-contact-message{
	color: #fff !important;
}

.et_pb_accordion_item{
	margin-bottom: 15px !important;
}

.location_bullets .et-pb-icon{
	font-size: 22px;
	color: #7F5B36;
}

.location_bullets ul{
	columns: 2;
}


.location_bullets li{
	padding-bottom: 15px;
}

.et_pb_row{
  max-width: 85% !important;
  width: 85% !important;
}

@media only screen and (max-width: 980px){
  .et_pb_row{
    max-width: 95% !important;
    width: 95% !important;
  }
	
	.mobile_header .et_pb_row{
    max-width: 100% !important;
    width: 100% !important;
  }
	
	.et_pb_slides .et_pb_slide{
		padding: 0 !important;
	}
	
	.et_pb_slides .et_pb_container{
		margin-top: 400px;
		background: #7f5b36;
		height: auto !important;
	}
	
	.et_pb_slides .et_pb_slide_description{
		padding: 50px 30px 60px 30px !important;
	}
}


 
/*Mobile Menu Styles*/
/* Parent item */
.et_mobile_menu .first-level {
  position: relative;
}

/* Keep link clickable (leave space for the toggle icon) */
.et_mobile_menu .first-level > a {
  display: block;
  padding-right: 44px; /* space for toggle button */
}

/* The toggle button we inject via JS */
.et_mobile_menu .submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	color: #000;
}

/* Icon using ETmodules font (same as your :after) */
.et_mobile_menu .submenu-toggle:after {
  font-family: 'ETmodules';
  content: '\4c'; /* plus */
  font-size: 20px;
  font-weight: normal;
}

/* When open, switch icon */
.et_mobile_menu .submenu-toggle.is-open:after {
  content: '\4d'; /* minus */
}

/* Submenu show/hide */
.et_mobile_menu .second-level {
  display: none;
}
.et_mobile_menu .second-level.reveal-items, .et_mobile_menu .second-level.reveal-items li {
  display: block;
}