/*
Theme Name: EWS Child
Description: EWS Child Theme
Author: Effective Web Solutions
Author URI: https://www.effectivewebsolutions.biz/
Template: EWS-Theme
Version: 1.2.0 "Li'l Jabberwocky"
Text Domain: EWS-Child
*/
/* Custom styles go here 
font-family: 'Merriweather', serif;
*/
::-webkit-input-placeholder { /* WebKit browsers */
color: #fff !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff !important;
opacity: 1;
}

@media only screen and (min-width: 1px) {
	
	
	.before-section h2 {
		font-family: 'Merriweather', serif;
		font-size: 3.5em;
		font-weight:900;
		text-shadow:3px 3px 5px #000;
		color:#cc8500;
			
	}
	.before-section .one_full {
		display:flex;
		flex-direction:row;
	}
	.before-section .one_half:nth-child(2) {
		display:flex;
		align-items:top;
	}
	.before-section h3 {
		margin:0 auto;
		font-family: 'Merriweather', serif;
		font-size:3em;
		color:#fff;
		font-weight:700;
		text-shadow:3px 3px 4px #000;
		text-align:center;
	}
	.contactformfield input, .contactformfield textarea {
		margin: 0 auto;
		background-color:rgba(133,0,0,0.7);
		border:1px solid #850000;
		border-radius:5px;
		margin-bottom:10px;
		color:#fff;
		width:70%;
		box-shadow: inset 2px 2px 15px 1px rgba(0,0,0,0.5);
		padding-left:5px;
	}
	input[type="submit"] {
		background-color:rgba(0,0,0,0.7);
		width:40%;
		border:1px solid #850000;
	}
	.svc-sctn {
		background-image: url(https://ewstheme.ewsproduction.com/wp-content/uploads/2018/06/sideshow-feature-bg.jpg);
		background-size:cover;
	}
	.home-header-wrapper h1 {
		text-align:center;
		font-family: 'Merriweather', serif;
		color:#850000;
		text-shadow:1px 1px 2px #fff;
		font-weight:700;
		
	}
	.home-service-box h2 {
		color:#cc8500;
		font-family: 'Merriweather', serif;
		font-weight:700;
	}
	.share-bar {
		background-color:#cc8500;	
	}
	footer {
		background-image:url(https://ewstheme.ewsproduction.com/wp-content/uploads/2018/06/sideshow-feature-bg.jpg);
	}
	#footer {
		background-color:rgba(0,0,0,0);
	}
	.sub-ftr {
		background-color:rgba(0,0,0,0.5);
	}
	
	
	
	

}

@media only screen and (min-width: 400px) {

}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

	.before-services {
		background-image: url(https://ewstheme.ewsproduction.com/wp-content/uploads/2018/06/sideshow-bob-hero.jpg);
		background-size:cover;
		background-attachment:fixed;
	}

}

@media only screen and (min-width: 900px) {
	
	body {
		padding-left: 230px;
	}
	
	body:not(.page-id-825) .wrap:before {
		content: '';
		display: block;
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center;
	}
	
	#header {
		background-color: #5f5f5f;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 229px;
		color: #fff;
		border-right: 1px solid #000;
		z-index: 1;
		box-shadow: 3px 3px 6px 3px #000;
	}
	
	.admin-bar #header {
		top: 32px;
	}
	
	.head-section {
		max-width: 100%;
	}
	
	.banner-bar {
		display: flex;
		float:none;
		position: relative;
		
	}
	.button {
		background-color:#850000;
	}
	
	.banner-bar span.banner-cta {
		text-align: center;
	}
	
	span.hdr-areas-served {
		text-align: center;
	}
	
	.banner-bar span.banner-a {
		text-align: center;
	}
	
	#Logo {
		margin: 0 auto;
		float: none;
		width: 94%;
		max-width: 100%;
		padding:3%;
	}
	
	.logo {
		display: block;
	}
	
	.logo img {
		width: 100%;
		display: block;
	}
	
	nav ul {
		min-width: inherit;
	}
	
	.cbox {
		padding: 35px 10% 30px;
	}
	
	.cbox i {
		padding: 0px 0px 4px;
		margin-right: 10px;
	}
	
	/*       UNCOMMENT TO PUT THE Phone Number IN THE SIDEBAR         */
	/*
	.banner-bar {
		display: block;
		float: none;
		margin: 8px auto;
		width: 229px;
		text-align: center;
	}
	
	.banner-bar .button {
		padding: 8px 16px;
		font-size: 1.1em;
		border-radius: 4px;
	}
	
	.banner-bar span.banner-cta, span.hdr-areas-served {
		display: none;
	}
	*/
	/*       UNCOMMENT TO PUT THE Phone Number IN THE SIDEBAR         */

}

@media only screen and (min-width: 970px) {

}

@media only screen and (min-width: 1100px) {
	
	body {
		padding-left: 320px;
	}
	
	#header {
		width: 319px;
	}
	
	.cbox i {
		padding: 0px 10px 4px;
		margin-right: 20px;
	}
	
	/*       UNCOMMENT TO PUT THE Footer NAP IN THE SIDEBAR         */
	/*
	.ft-wdg.firstw.widget-columns-4 {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 275px;
	}
	.widget-columns-4 {
		width: 30%;
	}
	*/
	/*       UNCOMMENT TO PUT THE Footer NAP IN THE SIDEBAR         */
	
}

@media only screen and (min-width: 1240px) {

}

@media only screen and (min-width: 1600px) {

}


/*                                                                                                                    */
/*                                                                                                                    */
/* CHANGE THIS TO SHIFT THE POINT WHERE THE MOBILE MENU CHANGES TO DESKTOP */
/*                                                                                                                    */
/*                                                                                                                    */
@media only screen and (min-width: 900px) {
	
	/* MENU */
	
	.menu-toggle {
		display: none;
	}
	
	.sub-menu {
		display: inherit;
		transition: 0;
	}

	.main-navigation {
		display: block;
		background-color: #fff;
	}
	
	div.nav-menu {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	nav.main-navigation .nav-menu ul.menu {
		display: block;
		padding: 0;
		margin: 0;
		float: none;
		width: 100%;
		border: 0;
		margin: 0;
		max-width: 100%;
	}

	nav.main-navigation .nav-menu ul.menu li {
		display: block;
		float: none;
		width: auto;
		text-align: left;
		background-color: transparent;
	}

	nav.main-navigation .nav-menu ul.menu li a {
		display: flex;
		padding: 16px 20px;
		font-size: 15px;
		line-height: 1;
		text-shadow: none;
		justify-content: space-between;
	}

	nav.main-navigation .nav-menu ul.menu li ul.sub-menu li a {
		padding: 14px 25px;
	}
	
	.main-navigation .sub-menu > li:first-of-type {
		border-top: none;
	}
	
	ul.submenu li.menu-item-has-children a:after {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 7px solid rgba(0, 0, 0, 0.5);
	}

	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		/*border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;*/
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	
	.main-navigation ul.nav-menu {
		border: none;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
		border-bottom: none;
		background: transparent;
		font-size: 15px;
		font-weight: normal;
		font-family: sans-serif;
		box-shadow: none;
	}
	.main-navigation li.menu-item-has-children a:after {
		margin-top: 4px;
		margin-left: 10px;
		transition: 0s;
	}
	.main-navigation li.menu-item-has-children:hover a:after {
		border-left: 8px solid rgba(0, 0, 0, 0.5);
		border-bottom: 6px solid transparent;
		border-top: 5px solid transparent;
	}
	.main-navigation ul.sub-menu li.menu-item-has-children a:after {
		margin-top: 4px;
		margin-left: 10px;
		border-top: 5px solid transparent;
		border-left: 7px solid #fff;
		border-bottom: 5px solid transparent;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 1px 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: transparent;
		color: #fff;
		border-bottom: none;
		display: block;
		font-size: 11px;
		font-size: 1em;
		padding: 8px 10px;
		width: calc(100% - 51px);
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	
	nav.main-navigation .nav-menu ul.menu li ul {
		left: 100%;
		z-index: 3;
		position: absolute;
		top: 0;
		box-shadow: inset 0 0 20px 2px rgba(76, 76, 76, 0.7), inset 0 0 0 1px rgba(0, 0, 0, 0.5);
		background: #616161;
		min-width: 285px;
	}
	
	nav.main-navigation .nav-menu ul.menu li ul.sub-menu li ul {
		left: calc(100% - 1px);
	}
	
	nav.main-navigation .nav-menu ul.menu li ul li {
		border-left: 1px solid rgba(0, 0, 0, 0.15);
	}
	
	nav.main-navigation .nav-menu ul.menu li ul li ul {
		width: 100%;
	}
	
	nav.main-navigation .nav-menu ul.menu li ul li ul li {
		width: 100%;
		float: none;
		display: flex;
	}
	
	.sub-menu li a {
		width: 100%;
		margin-left: 0;
	}
	
	.sub-menu .menu-item-has-children {
		border-top: 0;
	}
	
	.sub-menu li .sub-menu li a {
		width: 100%;
		margin-left: 0;
	}
	
	nav.main-navigation .nav-menu ul.menu li:last-child {
		border-right:0;
	}
	
}