/*
 Theme Name:     Nova Pflaster
 Theme URI:      https://aswin.co.uk/
 Description:    Official Website Theme for Nova Pflaster
 Author:         Nalin Herath
 Author URI:     https://aswin.co.uk/
 Template:       Divi
 Version:        1.0.28
*/

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

.et_pb_scroll_top.et-pb-icon{
	background: #e16b17 !important;
}

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

.et_pb_toggle_close, .et_pb_toggle_open{
	padding: 12px !important;
}

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

.sp_bullet{
	columns: 2;
	margin: 25px 0 0 0;
}

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

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

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

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


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

.et_pb_text_inner h3{
	padding-bottom: 0;
}

.usp_bar .et_pb_module_header{
	padding-top: 5px;
}

.top_banner h2{
	font-size: 62px;
	line-height: 64px;
}

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

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

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



@media only screen and (max-width: 980px){
  .et_pb_row{
    max-width: 95% !important;
    width: 95% !important;
  }
	
	.top_banner h2{
		font-size: 42px;
		line-height: 48px;
	}
}


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

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