/*
 Theme Name:     Made well Paving and Masonry
 Theme URI:      https://aswin.co.uk/
 Description:    Official Website Theme for Made well Paving and Masonry
 Author:         Nalin Herath
 Author URI:     https://aswin.co.uk/
 Template:       Divi
 Version:        1.0.80
*/

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

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

.mobile_header .et_pb_blurb{
	width: 60% !important;
	float: left;
}

.mobile_header .et_pb_blurb .et_pb_blurb_container{
	padding-left: 0 !important;
}

.mobile_header .et_pb_social_media_follow{
	width: 35% !important;
	float: right;
}

.location_list{
	columns:  2;
}

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

.location_list li .et-pb-icon{
	font-size: 22px;
	color: #72bf44;
}

.et_pb_contact_captcha{
	width: 80px !important;
	max-width: 80px !important;
}

.why_choose .et_pb_blurb_content{
	max-width: 100% !important;
}

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

.footer_links li{
	padding-bottom: 10px;
}

.footer_links .et-pb-icon{
	font-size: 18px;
	color: #72bf44;
}

.top_banner .et_pb_container{
	height: 70vh !important;
}

.top_banner .et_pb_slider_container_inner {
    display: flex !important;
    align-items: stretch;
}

.top_banner .et_pb_slide_description {
    clip-path: ellipse(85% 100% at 0% 50%);
   	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 12% 8% !important;
	background: linear-gradient(to bottom right, #72bf44 0%,  #2f7d2a 35%, #055014 100%);
}

.top_banner .et_pb_slide_title, .top_banner .et_pb_slide_content{
	padding-right: 50px;
}

.top_banner .et_pb_container{
	width: 100% !important;
	max-width: 100% !important;
}

.top_banner .et_pb_slide{
	padding: 0;
}

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



@media only screen and (max-width: 600px){
	.location_list{
		columns:  1;
	}
}

@media only screen and (max-width: 1024px){
  .et_pb_row{
    max-width: 95% !important;
    width: 95% !important;
  }
	
	.top_highlights .et_pb_blurb_content{
		max-width: 100% !important;
	}
	
	
	.top_banner .et_pb_slide_description {
		width: 100% !important;
		clip-path: ellipse(100% 85% at 50% 100%) !important;
		margin-top: calc(200 / 375 * 100vw) !important;
	}
	
	.top_banner .et_pb_slide_title, .top_banner .et_pb_slide_content{
		padding-right: 0;
	}
	
	.top_banner .et_pb_slide_title{
		padding-top: 90px;
	}
	
	.top_banner .et-pb-controllers{
		bottom: 2% !important;
	}
	
	.top_banner .et-pb-slider-arrows{
		display: none !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: #055014;
}

/* 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;
}