/*
 Theme Name:     Valley forge Paving and Hardscape
 Theme URI:      https://aswin.co.uk/
 Description:    Official Website Theme for Valley forge Paving and Hardscape
 Author:         Nalin Herath
 Author URI:     https://aswin.co.uk/
 Template:       Divi
 Version:        1.0.18
*/

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

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

.mobile_header .et_pb_blurb_container{
	padding-left: 5px !important;
}

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

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

#menu-main-menu .sub-menu li a, #mobile_menu2 li a{
	border-bottom: #0b70cc solid 1px !important;
}

.sp_bullet .et-pb-icon{
	font-size: 22px;
	color: #0b70cc;
}

.sp_bullet ul{
	columns: 2;
}

.sp_bullet ul li{
	padding: 7px;
}

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

@media only screen and (max-width: 480px){
	.sp_bullet ul{
		columns: 1;
	}
}

@media only screen and (max-width: 980px){
  .et_pb_row{
    max-width: 93% !important;
    width: 93% !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: #03358f;
}

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