/* Mobile Styles */
@media only screen and (max-width: 800px) {

	/* Hide all the things! */
	#lp-navigation {
		display: none;
	}
	header {
		background-color: #fff;
	}
	#lp-logos {
		width: 100%;
	}
	#lp-logos img,
	#lp-logo img {
		max-width: 90%;
		height: auto;
	}
	#lp-hero {
		height: 100px;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#lp-hero-text {
		position: absolute;
		top: 575px;
		left: 0;
	}
	#lp-hero-text h2 {
		font-size: 24px !important;
	}
	.wpcf7-response-output {
		display: none;
	}
	#lp-form-quote {
		position: absolute;
		left: 0;
		top: 125px;
		clear: both;
	}
	#lp-form-quote-ct {
		position: absolute;
		left: 0;
		top: 100px;
		clear: both;
	}
	body > section {
		padding: 0 10px !important;
	}
	#lp-main-editable-content {
		margin-top: 750px !important;
	}
	#lp-main-editable-content img {
		display: block;
		max-width: 95%;
		margin: 10 auto;
		float: none;
	}
	#lp-main-editable-content h2 {
		font-size: 22px !important;
	}
	#lp-hero div:not(.wpcf7-response-output) {
		display: block;
		clear: both !important;
	}
	#lp-sub-title-2-footer {
		max-width: 60%;
		height: auto;
	}
	#lp-action-items div img {
		margin-left: auto;
		margin-right: auto;
	}
	#lp-form-form {
		padding: 0 !important;
	}
	#lp-logo-footer img {
		max-width: 90%;
		height: auto;
	}
	#lp-sub-title2-footer {
		max-width: 70%;
		height: auto;
	}
}
/* Desktop Only Styles */
@media only screen and (min-width: 801px) {

	#lp-logo {
		text-align: center;
	}
	#lp-logo img {
		max-width: 350px;
	}
	#lp-hero {
		display: flex;
		align-items: center;
		background-size: cover;
		min-height: 350px;
	}
	#lp-mobile-phone {
		display: none !important;
	}
	/* Hero Quote Form */
	#lp-form-quote {
		margin: 20px 0 -50px 50px;
	}
	#lp-form-quote-ct {
		margin: 20px 0 -50px 50px;
	}
	#lp-form-text {
		border-right: 1px solid #aaa;
	}
	#lp-sub-title-2-footer {
		max-width: 250px;
		height:
	}
	#lp-sub-title2-footer {
		width: 30%;
		height: auto;
	}
}

@media (max-width: 400px) {
	.address_box {
		flex-direction: column;
	}
}


/* HEADER */
#lp-header {
	padding: 20px 0;
	display: flex;
	align-items: center;
}
#lp-logos {
	text-align: center;
}
#lp-logo,
#lp-sub-title,
#lp-sub-title-2 {
	display: block;
	margin: 0 auto;
}
#lp-sub-title-2 img {
	max-width: 225px;
	height: auto;
}
#lp-subtitle-2 img {
	width: 75%;
}
/* NAVIGATION */
#lp-navigation {
	list-style: none;
}
#lp-navigation ul {
	display: inline-block;
	float: right;
	margin-left: 20px;
}
#lp-navigation li {
	display: inline-block;
	margin: 10px 0;
}
#lp-navigation li a:link,
#lp-navigation li a:active,
#lp-navigation li a:visited {
	color: #0f7ade;
	text-decoration: none;
	padding: 0 10px;
	font-size: 18px;
	margin: 10px 0;
}
#lp-phone:link,
#lp-phone:active,
#lp-phone:visited {
	color: #fff !important;
	padding: 5px 10px !important;
	margin: 0 0 0 10px;
	text-shadow: 1px 1px 1px #999;
}
#lp-mobile-phone {
	text-align: center;
	padding: 0 0 30px 0;
}
/* HERO IMAGE & TEXT & FORM */
#lp-hero {
	background-image: url("../images/landing-page/lp-hero-image.png");
	position: relative;
}
#lp-hero.lp-windows,
#lp-hero.lp-all-new {
	background-image: url("https://longroofing.com/wp-content/uploads/2017/08/header-windows-1.jpg") !important;
}
#lp-hero-text {
	text-align: center;
	padding: 20px 30px 30px 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	margin: 0;
	width: 100%;
	font-weight: 200;
}
#lp-hero-text h2 {
	color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	font-weight: 200;
	font-size: 38px;
}
#lp-hero-text p {
	text-transform: uppercase;
	font-weight: 500;
}
/* Hero Quote Form */
#lp-form-quote {
	background-color: #ececec;
	width: 100%;
	text-align: center;
	padding: 0;
}
#lp-form-quote h2 {
	color: #fff;
	background-color: #0753a0;
	margin: 0;
	padding: 20px 20px 40px 20px;
	text-transform: uppercase;
	font-size: 22px;
}
#lp-form-quote img:first-of-type {
	margin-top: -60px;
	width: 75%;
	height: auto;
}
#lp-form-quote input[type="text"], #lp-form-quote input[type="email"], #lp-form-quote input[type="tel"] {
	width: 80%;
	padding: 5px;
	color: #000;
}
#lp-form-quote select {
	position: relative;
	color: #000;
	background-color: #fff;
	padding: 5px;
	margin: 0;
	width: 80%;
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#lp-form-quote input[type="submit"] {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	border: none;
	text-shadow: 1px 1px 1px #999;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #ffca30;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 0;
}
#lp-form-quote input::placeholder {
	color: #ccc;
}
#lp-form-quote input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#lp-form-quote input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#lp-form-quote input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#lp-form-quote input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

/* Landing Page Call Tracking Quote Form */
#lp-form-quote-ct {
	background-color: #ececec;
	width: 100%;
	text-align: center;
	padding: 0;
}
#lp-form-quote-ct h2 {
	color: #fff;
	background-color: #0753a0;
	margin: 0;
	padding: 20px 20px 40px 20px;
	text-transform: uppercase;
	font-size: 22px;
}
#lp-form-quote-ct img:first-of-type {
	margin-top: -60px;
	width: 75%;
	height: auto;
}


/* Request a pro form */
#lp-form div {
	background-color: #2b343a;
	padding: 0px 20px;
	margin: 40px 0 20px 0;
}
#lp-form-text {
	text-align: center;
	padding: 0 20px;
}
#lp-form-form {
	text-align: center;
}
#lp-form-form h3 {
	font-size: 16px;
	color: #ffca30;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#lp-form-form h4 {
	font-size: 24px;
	color: #fff;
	margin-top: 0;
}
#lp-form div h2 {
	color: #fff;
}
#lp-form div {
	color: #ccc;
}
#lp-form-question {
	padding: 0 !important;
}
#lp-form form {
	margin: 0;
	padding: 0;
}
#lp-form input[type="text"],
#lp-form input[type="email"],
#lp-form input[type="tel"] {
	padding: 5px;
	width: 100%;
	color: #000;
}
#lp-form textarea {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	color: #000;
}
#lp-form input[type="submit"] {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	border: none;
	text-shadow: 1px 1px 1px #999;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #0f7ade;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 0;
}


/* MAIN CONTENT */
#lp-main-editable-content {
	margin: 60px 0;

}
#lp-main-editable-content h2 {
	font-size: 38px;
	font-weight: 300 !important;
}
#lp-main-editable-content a:link,
#lp-main-editable-content a:active,
#lp-main-editable-content a:visited {
	color: #0f7ade;
	text-decoration: none;
}
#lp-main-editable-contant a:hover {
	text-decoration: underline;
}

/* FOOTER */

#lp-branding {
	text-align: center;
}
#lp-branding div {
	border-bottom: 1px solid #ccc;
	padding: 40px 0;
}
#lp-branding p {
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
}
#lp-footer {
	text-align: center;
}

.address_box {
	display: flex;
	margin-top: 30px;
}

.address {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.address h2 {
	color: #787c81;
	text-transform: uppercase;
	font-size: 0.8em;
}

.address p {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}


.yellow-bullet {
	color: #ffca30;
}
/* LANDING PAGE SECTIONS */
#lp-image-bar {
	background-size: cover;
	min-height: 300px;
	margin: 40px 0;
}
.dc {
	background-image: url("../images/landing-page/lp-legacy-background.png");
}
.boston {
	background-image: url("../images/landing-page/lp-legacy-background-boston.jpg");
}
#lp-image-bar div {
	padding: 20px;
	text-align: center;
}
#lp-image-bar img:first-of-type {
	margin-top: -80px;
}
#lp-image-bar h2 {
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0;
}
#lp-image-bar h2:nth-of-type(2){
	margin-top: -40px !important;
}
#lp-image-bar img {
	max-width: 100%;
	height: auto;
}
#lp-image-bar-bar div {
	text-align: center;
}
#lp-action-items div {
	padding: 30px 0;
}
#lp-action-items div div {
	text-align: center;
	border: 2px solid #ccc;
	padding: 20px;
	margin: 60px 0 20px 0;
}
#lp-action-items div div img:first-of-type {
	margin-top: -65px;
}
a.anchor {
	/*
	display: block;
	position: relative;
	top: -25px;
	visibility: hidden;
	*/
}
p {
	clear: both;
}
.full-width {
	margin-left: calc(-100vw / 2 + 500px / 2);
	margin-right: calc(-100vw / 2 + 500px / 2);
}
.lp-btn {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #ffca30;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}
.all-services-landing ul li {
	margin-bottom: 10px;
}

body.roofing #lp-hero h1 {
	font-size:30px;
}
body.roofing #lp-hero h1 i{
	font-size:40px;
}
