/**
 * Global stylesheet
 *
 * package: 	Newton and Sons
 * version: 	1.9
 */


/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}


/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: #2d2c2a;
	color: #2d2c2a;
	line-height: 2.5rem;
	font-size: 18px;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 140px 5%;
}

.inner-container {
	padding: 40px;
}

.row [class*='col']:first-child { 
	margin: 0; 
}

.col { 
	width: 47.5%;
	margin-left: 5%; 
	float: left;
}

@media screen and (max-width: 980px) {
	.container {
		padding: 80px 5%;
	}
	
	.col,
	.col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	.col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 60px 5%;
	}
}


/* fonts */

body,
h1,
h2, 
h3, 
h4, 
h5, 
h6,
input,
textarea,
li, 
.button {
	font-family: 'Poppins', sans-serif;
}

.trigger:before,
.back-to-top:before,
.flex-direction-nav a:before,
#main-nav li.has-dropdown:after,
.toggler-trigger span i {
	font-family: "Font Awesome 5 Pro";
}


/* typography */

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 400;
	color: #2d2c2a;
}

h1 {
	font-size: 58px;
	line-height: 48px;
}

h2 {
	font-size: 32px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	color: #fff;
	text-decoration: none;
}


/* content */

.item {
	position: relative;
	overflow: hidden;
}

.inner-item {
	position: relative;
	overflow: hidden;
	padding: 40px;
	border: 1px dotted #fff;
}

.content {
	position: absolute;
	top: 50%;
	left: 15%;
	max-width: 714px;
	z-index: 80;
	text-align: left;
	background: #142a5c;
	padding: 60px;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
}

.inner-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-wrapper {
	position: relative;
	display: block;
	padding: 80px;
}

.content-wrapper-content {
	position: relative;
	z-index: 50;
}

.pretitle {
	font-weight: 200;
	font-size: 22px;
}

.title {
	font-size: 38px;
    line-height: 54px;
	font-weight: 700;
}

.sub-title {
    font-size: 18px;
    line-height: 26px;
	font-weight: 700;
	margin-top: 40px;
}

.pre-title {
    font-size: 14px;
    line-height: 28px;
	text-transform: uppercase;
	font-weight: 700;
}

.excerpt {
    margin-top: 30px;
    font-size: 18px;
    line-height: 36px;
}

.excerpt p,
.excerpt ul {
	margin-top: 30px;
}

.excerpt p:first-child {
	margin-top: 0;
}

.excerpt p.oversized {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: #606060;
}

@media screen and (max-width: 1280px) {
	.title {
		font-size: 24px;
		line-height: 38px;
	}

	.excerpt {
		font-size: 20px;
		line-height: 34px;
	}

	.inner-content {
		position: relative;
		top: auto;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@media screen and (max-width: 768px) {
	.title {
		font-size: 18px;
		line-height: 32px;
	}

	.excerpt {
		font-size: 16px;
		line-height: 30px;
	}

	.inner-item {
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	.title {
		font-size: 18px;
		line-height: 28px;
	}
}


/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
}

.toggler-trigger span i {
	margin-left: 10px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

::-moz-selection {
	background: #0066ff;
	color: #fff;
}

::-webkit-selection {
	background: #0066ff;
	color: #fff;
}

::selection {
	background: #0066ff;
	color: #fff;
}

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger i {
    margin-left: 10px;
}

.hidden {
	display: none;
}

.image img {
	width: 100%;
}

.colored .title,
.colored .sub-title,
.colored .pre-title,
.colored .excerpt p,
.colored .icon i,
.colored li,
.colored a {
	color: #fff;
}

.colored .separator {
	border-color: #fff;
}

.button {
	display: inline-block;
	text-align: center;
	border: 0;
	background: #fed741;
	cursor: pointer;
	margin: 40px auto 0;
}

.button span {
	display: block;
	padding: 10px 20px;
	color: #142a5c;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.button:hover {
	border-color: #142a5c;
	background: #142a5c;
}

.button:hover span {
	color: #fff;
}

.standout {
	font-weight: 700;
}

.highlight {
	color: #fff;
}

.slanted {
	font-style: italic;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.5);
	z-index: 25;
}

@media screen and (max-width: 1280px) {
	.bubbles {
		display: none;
	}

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.badge {
		padding: 5px;
	}

	.badge span:first-of-type {
		font-size: 18px;
	}

	.badge span:last-of-type {
		font-size: 8px;
		line-height: 9px;
	}
}

@media screen and (max-width: 480px) {
	.button span {
		font-size: 14px;
	}

	.button i {
		font-size: 18px;
		margin-right: 10px;
	}
}


/* site header */

#site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9998;
	background: #fff;
}

#site-header .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

#site-header .col {
	width: 65%;
	margin-left: 5%;
}

#site-header .col:first-child {
	width: 30%;
	margin-left: 0;
}

#site-header figure img {
	width: auto;
}

@media screen and (max-width: 1280px) {
	#site-header {
		background: #142a5c;
	}

	#site-header .col,
	#site-header .col:first-child {
		width: 100%;
		margin: 0;
	}

	#site-header figure {
		max-width: 250px;
	}

	#site-header .desktop-only {
		display: none;
	}

	#site-header .mobile-only {
		display: block;
	}
}

@media screen and (max-width: 580px) {
	#site-header .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#site-header figure {
		max-width: 180px;
	}

	#site-header figure img {
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
	#site-header figure {
		max-width: 200px;
	}
}


/* main menu */

#main-nav ul {
	position: relative;
	float: right;
	display: block;
	margin: 0 auto;
}

#main-nav li {
	font-weight: 400;
	font-size: 16px;
	line-height: 84px;
	float: left;
	background: #f1f1f1;
	margin-left: 2px;
	border-bottom: 10px solid #fed741;
}

#main-nav li a {
	display: block;
	padding: 0 15px;
	color: #2d2c2a;
	float: left;
}

#main-nav li a span {
	display: inline-block;
	padding: 0;
	font-size: 14px;
}

#main-nav li:hover a {
	background: #142a5c;
	color: #fff;
}

#main-nav li i {
	font-size: 26px;
}

#site-header.active #main-nav li.menu-facebook {
	padding-top: 10px;
	line-height: 39px;
}

#site-header.active #main-nav li.menu-facebook:hover {
	background: #142a5c;
}

@media screen and (max-width: 1280px) {
	#main-nav ul {
		text-align: center;
		margin: 20px 0;
		background: none;
		width: 100%;
	}

	#main-nav li {
		display: block;
		margin: 0;
		float: none;
		line-height: 18px;
		font-size: 14px;
		margin-top: 10px;
		clear: both;
		background: none;
		overflow: hidden;
		border: 0;
	}

	#main-nav li a {
		border: 0;
		background: none;
	}

	#main-nav li:first-child {
		margin-top: 0;
	}

	#main-nav li a {
		color: #fff;
		float: none;
	}
}


/* trigger */

.trigger,
.slideout {
	display: none;
}

@media screen and (min-width: 1281px) {
    .slideout {
        display: block !important;
    }
}

@media screen and (max-width: 1280px) {
	.trigger {
		float: right;
		cursor: pointer;
		display: block;
		padding: 0 10px;
		position:  absolute;
		box-sizing: border-box;
		z-index: 100;
		line-height: 135px;
		text-align: center;
		top: 0;
		right: 5%;
	}

	.trigger:before {
		content: '\f0c9';
		font-size: 32px;
		color: #fff;
	}

	.slideout {
		background: #142a5c;
		position: fixed;
		top: 135px;
		left: 0;
		right: 0;
		bottom: auto;
		z-index: 99;
	}
}

@media screen and (max-width: 580px) {
	.trigger {
		line-height: 72px;
	}

	.trigger:before {
		font-size: 22px;
	}

	.slideout {
		top: 72px;
	}
}

@media screen and (max-width: 380px) {
	.trigger {
		line-height: 61px;
	}

	.slideout {
		top: 61px;
	}
}


/* site header active */

#site-header.active {
	box-shadow: 0 20px 20px rgba(0,0,0,0.15);
}

#site-header.active figure {
	max-width: 198px;
}

#site-header.active figure img {
	width: 100%;
}

#site-header.active #main-nav li {
	line-height: 49px;
}

#site-header.active .trigger {
	line-height: 94px;
}

#site-header.active .slideout {
	top: 100px;
}

@media screen and (max-width: 1280px) {
	#site-header.active .slideout #main-nav li {
		line-height: 18px;
	}
}

@media screen and (max-width: 580px) {
	#site-header.active figure {
		max-width: 180px;
	}

	#site-header.active figure img {
		width: 100%;
	}

	#site-header.active .trigger {
		line-height: 72px;
	}

	#site-header.active .slideout {
		top: 67px;
	}
}

@media screen and (max-width: 380px) {
	#site-header.active figure {
		max-width: 200px;
	}
}


/* sections */

section {
	overflow: hidden;
	background: #fff;
}

main section:first-child {
	margin-top: 135px;
}

main section:nth-child(odd) {
	background: #dcdcdc;
}

.section-header .col,
.section-footer .col,
.section-extra .col {
	width: 100%;
	text-align: center;
	position: relative;
}

.section-footer .excerpt,
.section-extra .excerpt {
	max-width: 720px;
	margin: 0 auto;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
    font-size: 38px;
    line-height: 54px;
	font-weight: 700;
    display: inline-block;
}

.section-header .excerpt {
	max-width: 720px;
	margin: 40px auto 0;
}

.section-footer.container {
	padding-top: 0;
}

@media screen and (max-width: 980px) {
	.section-header .title {
		font-size: 24px;
		line-height: 38px;
	}
}

@media screen and (max-width: 768px) {
	.section-header .title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width: 580px) {
	main section:first-child {
		margin-top: 67px;
	}

	.section-header .title {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width: 380px) {
	main section:first-child {
		margin-top: 61px;
	}
}


/* section: introduction */

#introduction {
	background: #fff;
}

#introduction .col {
	width: 100%;
}

#introduction .content {
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	background: rgba(20,42,92, 1);
}

#introduction .title {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
	background: #fed741;
	color: #142a5c;
	display: inline-block;
	padding: 10px 20px;
}

#introduction .sub-title {
    font-size: 42px;
    line-height: 58px;
    font-weight: 700;
    margin-top: 30px;
}

#introduction .excerpt {
	margin-top: 25px;
}

#introduction .flex-direction-nav li.flex-nav-prev {
	left: auto;
	right: 40px;
	margin-top: -90px;
}

#introduction .flex-direction-nav li.flex-nav-next {
	right: 40px;
	margin-top: 12px;
}

#introduction .flex-direction-nav li a {
	background: rgba(20,42,92, 0.9);
	padding: 31px 20px 18px;
}

#introduction .flex-direction-nav li a:before {
	font-size: 46px;
	padding: 0px 10px 0px;
}

@media screen and (max-width: 1380px) {
	#introduction .sub-title {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width: 1280px) {
	#introduction {
		background: #142a5c;
	}

	#introduction .container {
		position: relative;
		padding: 0;
	}

	#introduction .content {
		position: relative;
		top: auto;
		left: auto;
		max-width: none;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		background: #142a5c;
		border-radius: 0;
		border: 0;
		padding: 60px 5%;
	}

	#introduction .inner-content {
		text-align: center;
	}

	#introduction .flex-direction-nav {
		display: none;
	}

	#introduction .overlay {
		display: none;
	}

	#introduction .title {
		font-size: 16px;
		line-height: 32px;
	}

	#introduction .sub-title {
		font-size: 38px;
		line-height: 54px;
	}

	#introduction .squared {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#introduction .title {
		line-height: 28px;
	}

	#introduction .sub-title {
		font-size: 26px;
		line-height: 34px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	#introduction .sub-title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width: 580px) {
	#introduction .title {
		line-height: 32px;
	}

	#introduction .sub-title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width: 480px) {
	#introduction .content {
		padding: 40px 20px;
	}
}


/* section: services */

#services .col {
	width: 65%;
	background: #e1e1e1;
}

#services .col:first-child {
	width: 30%;
	background: #142a5c;
}

#services .col .row {
	padding: 40px;
}

#services .col .row .col {
	width: 47.5%;
	margin-left: 5%;
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
}

#services .col .row .col:first-child {
	margin-left: 0;
}

#services .col .row .col i {
	font-size: 80px;
	color: #142a5c;
}

#services .col .row .col .title {
	font-size: 28px;
	line-height: 42px;
	margin-top: 40px;
}

#services .col .item {
	padding: 40px;
	text-align: center;
}

#services .col .item .sub-title {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 40px;
}

#services .col .item .title {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
	margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
	background: #fed741;
	color: #142a5c;
	display: inline-block;
	padding: 10px 20px;
}

#services .col .item .excerpt {
	margin-top: 25px;
}

#services .col .item .excerpt a {
	text-decoration: underline;
}

@media screen and (max-width: 1280px) {
	#services .col,
	#services .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#services .col:first-child {
		margin-top: 0;
	}

	#services .col .row .col {
		width: 47.5%;
		margin-left: 5%;
		margin-top: 0;
	}

	#services .col .row .col:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 980px) {
	#services .sub-title,
	#services .col .item .sub-title,
	#services .col .row .col .title {
		font-size: 26px;
		line-height: 34px;
	}
}

@media screen and (max-width: 768px) {
	#services .sub-title,
	#services .col .item .sub-title,
	#services .col .row .col .title {
		font-size: 22px;
		line-height: 32px;
	}

	#services .col .row .col,
	#services .col .row .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#services .col .row .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 480px) {
	#services .col .item,
	#services .col .row,
	#services .col .row .col {
		padding: 40px 20px;
	}

	#services .col .row .col:last-child {
		margin-top: 20px;
	}
}


/* section: about us */

#aboutus {
	background: #142a5c url(assets/images/manchester_roofing_fascia_soffit_bargeboard_newton_sons_tiled.png) right bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#aboutus figure {
	padding: 40px;
	background: rgba(255, 255, 255, 0.1);
}

#aboutus .sub-title {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
	background: #fed741;
	color: #142a5c;
	display: inline-block;
	padding: 10px 20px;
}

#aboutus .excerpt {
	margin-top: 40px;
}

#aboutus .excerpt a {
	text-decoration: underline;
}

@media screen and (max-width: 1280px) {
	#aboutus .col,
	#aboutus .col:first-child {
		width: 100%;
		margin: 0;
	}

	#aboutus .col:first-child {
		display: none;
	}

	#aboutus .item {
		text-align: center;
	}

	#aboutus .excerpt {
		margin-top: 40px;
	}
}


/* section: velux */

#velux figure {
	padding: 40px;
	background: #dcdcdc;
}

#velux .sub-title {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
	background: #fed741;
	color: #142a5c;
	display: inline-block;
	padding: 10px 20px;
}

#velux .excerpt {
	margin-top: 40px;
}

#velux .excerpt a {
	text-decoration: underline;
	color: #2d2c2a;
}

@media screen and (max-width: 1280px) {
	#velux .col,
	#velux .col:first-child {
		width: 100%;
		margin: 0;
	}

	#velux .col:last-child {
		display: none;
	}

	#velux .item {
		text-align: center;
	}

	#velux .excerpt {
		margin-top: 40px;
	}
}


/* section: quotations */

#quotations {
	background: url(assets/images/manchester_roofing_fascia_soffit_bargeboard_newton_sons_quotations.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

#quotations .container {
	position: relative;
	z-index: 50;
}

#quotations .sub-title {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
	background: #fed741;
	color: #142a5c;
	display: inline-block;
	padding: 10px 20px;
}

#quotations .title,
#quotations .sub-title {
	margin-top: 40px;
}

#quotations .title.title-alt {
	background: rgba(255, 255, 255, 0.1);
	padding: 40px;
	display: block;
	margin: 40px auto 0;
	text-align: center;
}

#quotations .title.title-alt span {
	display: block;
	margin-top: 20px;
}

#quotations .title.title-alt span:first-child {
	font-size: 18px;
	margin-top: 0;
	line-height: 32px;
	text-transform: uppercase;
	font-style: italic;
}

@media screen and (max-width: 1380px) {
	#quotations .title {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width: 1080px) {
	#quotations {
		background-attachment: scroll;
	}
}

@media screen and (max-width: 980px) {
	#quotations .title {
		font-size: 42px;
		line-height: 58px;
	}
}

@media screen and (max-width: 768px) {
	#quotations .title {
		margin-top: 40px;
	}

	#quotations .title.title-alt {
		background: rgba(255, 255, 255, 0.25);
	}
}

@media screen and (max-width: 480px) {
	#quotations .title {
		font-size: 28px;
		line-height: 40px;
	}
}


/* section: gallery */

#gallery .section-header .sub-title {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
	padding: 10px 20px;
	display: inline-block;
	background: #142a5c;
	color: #fff;
}

#gallery .section-header .excerpt {
	margin-top: 40px;
}

#gallery .section-content.container {
	padding-top: 80px;
}

#gallery .section-content .col {
	width: 30%;
}

#gallery .section-content .col figure {
	padding: 40px;
	background: #dcdcdc;
}

#gallery .section-content .col:nth-child(3n+4) {
	clear: both;
	margin-left: 0;
}

#gallery .section-content .col:nth-child(n+4) {
	margin-top: 40px;
}

@media screen and (max-width: 980px) {
	#gallery .section-content .col {
		margin-top: 0;
		margin-left: 5%;
		width: 47.5%;
	}

	#gallery .section-content .col:nth-child(3n+4) {
		clear: none;
		margin-left: 5%;
	}

	#gallery .section-content .col:first-child {
		margin-left: 0;
	}
	
	#gallery .section-content .col:nth-child(2n+3) {
		clear: both;
		margin-left: 0;
		margin-top: 40px;
	}
}

@media screen and (max-width: 580px) {
	#gallery .section-content .col {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}

	#gallery .section-content .col:first-child {
		margin-top: 0;
	}

	#gallery .section-content .col:nth-child(2n+3),
	#gallery .section-content .col:nth-child(3n+4) {
		clear: none;
		margin-left: 0;
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	#gallery .section-content .col figure {
		padding: 20px;
	}
}


/* contact form */

.contact-form {
	background: rgba(255, 255, 255, 0.1);
	padding: 40px;
}

.contact-form p {
	float: left;
	width: 100%;
	margin-top: 2px;
	border: 0;
}

.contact-form p:first-child {
	margin-top: 0;
}

.contact-form p:last-child {
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-top: 40px;
}

.contact-form p:first-of-type {
	margin-top: 0;
}

.contact-form label {
	font-size: 10px;
    line-height: 24px;
	padding: 15px 30px;
	background: rgba(255, 255, 255, 1);
	display: block;
	overflow: hidden;
}

.contact-form label .required {
	float: left;
	width: 5%;
	font-size: 14px;
	font-weight: 700;
	margin-right: 20px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #142a5c;
}

.contact-form input {
	float: left;
	width: 69%;
	line-height: 48px;
	box-sizing: border-box;
}

.contact-form input,
.contact-form textarea {
	padding: 0;
	border: 0;
	background: none;
	margin-left: 60px;
}

.contact-form textarea {
	overflow: hidden;
	width: 70%;
	padding: 2% 0;
	float: left;
	height: 170px;
}

.contact-form input,
.contact-form textarea {
	font-size: 16px;
}

.contact-form .message {
	margin-top: 40px;
	padding-top: 40px;
	overflow: hidden;
}

.contact-form .button.primary.complete {
	padding: 20px;
	color: #142a5c;
	background: #fff;
}

.contact-form .button.primary.complete:hover {
	background: #fff;
	border-color: #142a5c;
}

.contact-form .hey-honey {
	position: absolute;
	left: -9999px;
}

.contact-form .button.secondary {
	display: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-form .message p {
	font-size: 14px;
	line-height: 14px;
}

.contact-form .g-recaptcha {
	float: left;
	display: block;
	clear: both;
	margin: 40px auto 0;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 1080px) {
	.contact-form input,
	.contact-form textarea {
		width: 60%;
	}
}

@media screen and (max-width: 980px) {
	.contact-form p {
		width: 100%;
	}

	.contact-form input,
	.contact-form textarea {
		width: 77%;
	}

	.contact-form input,
	.contact-form textarea {
		margin-left: 60px;
	}

	.contact-form textarea {
		padding: 2% 0;
	}

	.contact-form .message {
		text-align: center;
		width: 100%;
		margin: 20px auto 0;
	}

	.contact-form .g-recaptcha > div {
   		width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
	.contact-form {
		background: rgba(255, 255, 255, 0.25);
	}
}

@media screen and (max-width: 620px) {
	.contact-form input,
	.contact-form textarea {
		width: 66%;
	}
}

@media screen and (max-width: 580px) {
	.contact-form {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 480px) {
	.contact-form form {
		overflow: hidden;
	}

	.contact-form .g-recaptcha {
		transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
	}

	.contact-form label {
		padding: 10px 20px;
	}

	.contact-form label .required {
		width: 100%;
		text-align: left;
		margin-right: 0;
		line-height: 26px;
	}

	.contact-form input, 
	.contact-form textarea {
		width: 100%;
		margin: 0;
	}
}


/* section: map */

#map .col {
	width: 100%;
}

#map .gmap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}

#map .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 1380px) {
	#map .gmap {
		padding-bottom: 50%;
	}
}

@media screen and (max-width: 768px) {
	#map .gmap {
		padding-bottom: 70%;
	}
}

@media screen and (max-width: 480px) {
	#map .gmap {
		padding-bottom: 90%;
	}
}

@media screen and (max-width: 380px) {
	#map .gmap {
		padding-bottom: 130%;
	}
}


/* section: cta */

#cta {
background: #142a5c url(assets/images/manchester_roofing_fascia_soffit_bargeboard_newton_sons_tiled.png) right bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#cta .col {
	width: 100%;
	margin: 0 auto;
	float: none;
	text-align: center;
	max-width: 720px;
}

#cta .sub-title {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
	padding: 10px 20px;
	display: inline-block;
	background: #fff;
	color: #142a5c;
}

#cta .title {
	margin-top: 60px;
	font-size: 68px;
	line-height: 80px;
}

#cta .excerpt {
	margin-top: 40px;
}

#cta .excerpt a {
	text-decoration: underline;
}

@media screen and (max-width: 1380px) {
	#cta .sub-title {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width: 1080px) {
	#cta {
		background-attachment: scroll;
	}
}

@media screen and (max-width: 768px) {
	#cta .sub-title {
		font-size: 22px;
		line-height: 32px;
	}

	#cta .title {
		font-size: 48px;
		line-height: 66px;
	}
}

@media screen and (max-width: 480px) {
	#cta .title {
		margin-top: 45px;
		font-size: 32px;
		line-height: 42px;
	}
}


/* footer */

#site-footer {
    background: #222;
}

#site-footer .col {
	width: 30%;
	margin-left: 5%;
	text-align: right;
}

#site-footer .col:first-child {
	width: 65%;
	margin-left: 0;
	text-align: left;
}

#site-footer .section-header .col {
	width: 65%;
}

#site-footer .section-header .col:first-child {
	width: 30%;
}

#site-footer figure img {
	width: auto;
}

#site-footer .container.container-divider {
	padding: 40px 0 0;
	margin-top: 40px;
	border-top: 1px dashed #606060;
}

#site-footer .section-content.container {
	padding-top: 0;
	padding-bottom: 0;
}

#site-footer .excerpt.copyright {
	margin-top: 0;
	font-size: 16px;
	line-height: 41px;
}

#site-footer .section-footer.container {
	padding-top: 0;
}

#site-footer .section-footer .col {
	text-align: center;
	width: 100%;
	margin: 0;
}

#site-footer .legal {
	font-size: 12px;
	line-height: 22px;
}

#site-footer .legal p {
	color: #939393;
	margin-top: 0;
}

@media screen and (max-width: 1280px) {
	#site-footer .section-header .col,
	#site-footer .section-header .col:first-child,
	#site-footer .section-content .col,
	#site-footer .section-content .col:first-child {
		width: 100%;
		margin: 0;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#site-footer .excerpt.copyright {
		line-height: 28px;
	}
}


/* footer nav */

#footer-nav ul { 
	list-style-type: none;
	margin-top: 55px;
}

#footer-nav li {	
	display: inline-block;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	position: relative;
	font-size: 16px;
}

#footer-nav li:first-child {
	margin-left: 0;
}

#footer-nav li a { 
	display: inline-block;
	color: #fff;
}

#footer-nav li:hover a {
	text-decoration: underline;
}

@media screen and (max-width: 980px) {
	#footer-nav li {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	#footer-nav-left ul,
	#footer-nav-right ul {
		text-align: center;
	}

	#footer-nav li {
		font-size: 16px;
		line-height: 30px;
	}
}


/* back to top */

.back-to-top { 
	position: fixed; 
	left: auto;
	right: 40px;
	bottom: -100px; 
	text-align: center;
	z-index: 90; 
}

.back-to-top.active {
	bottom: 40px;
}

.back-to-top:before {
	content: '\f106'; 
	background: #142a5c;
	color: #fff;
	width: 80px;
	height: 80px;
	padding: 14px 21px 16px 22px;
	font-size: 32px;
	border-radius: 15px;
}

@media screen and (max-width: 768px) {
	.back-to-top {
		display: none;
	}
}


/* inventis */

.inventis img {
	width: auto;
}

@media screen and (max-width: 1280px) {
	.inventis {
		margin-top: 20px;
	}
}


/* no cookie */

.nocookie {
    margin: 0 auto;
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    color: #142a5c;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy:hover a {
	color: #142a5c;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
}



/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin: 30px auto 10px;
    border: 0;
	float: none;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 15px 25px;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
	margin-top: 0;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 50px auto 0;
    border: 0;
	float: none;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 15px 25px;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}


/* flexslider */

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: 100%;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flex-viewport {
	max-height: 2000px;
}

.loading .flex-viewport {
	max-height: 255px;
}

@media screen and (max-width: 1380px) {
	.flexslider .slides > li {
		max-height: unset;
	}
}


/* flexslider paging nav */

.flex-control-paging {
	position: absolute;
	top: auto;
	right: 40px;
	bottom: 8px;
	z-index: 50;
}

.flex-control-paging li {
	display: inline-block;
	margin-left: 20px;
}

.flex-control-paging li a {
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	margin: 20px 0;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

@media screen and (max-width: 1080px) {
	.flex-control-paging {
		display: none;
	}
}


/* flexslider - direction navigation */

.flex-direction-nav {
    text-align: center;
}

.flex-direction-nav a {
    display: inline-block;
    padding: 16px 20px 10px;
}

.flex-direction-nav li {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -36px;
	z-index: 50;
}

.flex-direction-nav li.flex-nav-next {
	right: 0;
	left: auto;
}

.flex-direction-nav .flex-nav-next {
    margin-left: 1px;
}

.flex-direction-nav a:before {
    content: '\f30a';
    color: #dcdcdc;
	font-size: 140px;
	font-weight: 700;
    padding: 10px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f30b';
}


/* lightbox */

.lightboxOverlay {
	background: #142a5c !important;
	opacity: 1 !important;
}

.lightbox .lb-image {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important
}

.lb-outerContainer {
	background-color: transparent !important;
}

.lb-dataContainer {
    padding-top: 20px !important;
    padding-left: 0 !important;
}

.lb-nav {
	padding-left: 0 !important;
}

.lb-data .lb-close {
	opacity: 1 !important;
    margin-top: 5px !important;
}

.lb-data .lb-number {
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	margin-top: 10px !important;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
	width: 50% !important;
}

@media screen and (max-width: 768px) {
	.lightbox .lb-image {
		padding: 0 !important;
		border: 0 !important;
	}
}