/*
	Theme Name: Longways
*/
/* ---------------------------
	Reset
--------------------------- */
*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1.4; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td {  vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; }
img { display: inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:30px;padding:5px;margin-bottom:10px;font-size:14px;line-height:1;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;width:100%;}
textarea{height:auto;padding:4px 6px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
	General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
}
body {
	background: #fff;
	color: #000;
	font: normal 20px/1.6 'Lato', sans-serif;
}
p {
	padding-bottom: 30px;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0;
}
h1 {
	margin-bottom: 30px;
	font-size: 50px;
	color: #FDC601;
	border-top: 2px solid #e6e6e6;
}
h1:first-of-type {
	border-top: none;
	border-bottom: 1px solid #e6e6e6;
}
h2 {
	padding: 20px 0 15px;
	font-size: 35px;
	border-top: 2px solid #e6e6e6;
}
h2:first-of-type {
	border-top: none;
}
h3 {
	margin: 0 5% 5% 5%;
	padding: 10px;
	font-size: 24px;
	background-color: #FDC601;
}


/* ---------------------------
	Layout
--------------------------- */
/*=header*/
#header {
	background: #FDC601;
}
#header .logo img {
	padding: 20px 0;
	display: block;	
}
#header .social {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
	line-height: 50px;
	background: #000;
	color: #fff;
}
#header .social ul,
#header .social span {
	padding: 0 5px;
	display: inline-block;
	font-size: 20px;
}
#header .social li {
	list-style: none;
	display: inline-block;
}
#header .social i {
	color: #fff;
	padding: 0 2px;
	font-size: 25px;
}

/*=nav*/
#nav {
	position: absolute;
	top: 100px;
	right: 0;
	font-size: 0;
}
#nav li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
#nav li:first-child {
	border-left: none;
}
#nav a {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #000;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .current-menu-item a {
	color: #fff;
}
.menu-bars {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 70px;
	right: 10px;
	background-color: #fff;
	border: 5px solid #FDC601;
	cursor: pointer;
}
.menu-bars::after,
.menu-bars::before {
	display: block;
	position: absolute;
	left: -1px;
	width: 41px;
	height: 8px;
	background-color: #FDC601;
	content: "";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.menu-bars::before {
    top: 8px;
}
.menu-bars::after {
    top: 24px;
}
.menu-active .menu-bars::after,
.menu-active .menu-bars::before {
    top: 17px;
    left: 4px;
    width: 32px;
    height: 6px;
}
.menu-active .menu-bars:before {
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
            transform: rotate(135deg);
}
.menu-active .menu-bars:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

/*=main*/
#main {
	text-align: center;
	padding: 5% 5% 10% 5%;
	border-bottom: 2px solid #e6e6e6;
}

/*=footer*/
#footer {
	text-align: center;
	background-color: #fff;
	padding-top: 60px;
	font-size: 16px;
	font-size: 0;	
}
#footer a {
	font-size: 16px;	
	color: #000;
	line-height: 1;
	display: inline-block;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	display: inline-block;
	margin-right: 30px;
}
#footer img:last-of-type {
	margin-right: 0;
}
#footer nav li {
	border-left: 2px solid #e6e6e6;
}
#footer nav a {
	padding: 0 10px;
}
#footer nav li:first-child {
	border-left: none;
}
#footer p {
	font-size: 16px;	
	padding: 10px;
}


/* ---------------------------
	Specific
--------------------------- */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}

.hero-image { 
	width: 100%;
	height: auto;
}

.back-top {
	padding: 30px 0;
}

.btn {
	display: inline-block;
	padding: 8px 24px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #222;
	border: 2px solid #ffc600;
}
.btn:hover {
	background-color: #ffc600;
}
.btn-find {
	margin-bottom: 20px;
}
.btn-find a {
	color: #222;
}

.lead {
	padding: 0 5% 30px 5%;
	margin-bottom: 30px;
	border-bottom: 2px solid #e6e6e6;
	font-size: 30px;
	line-height: 1.2;
}

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


/* Pages */
/* Awrds */
.page-awards p {
	line-height: 1.4;
}
.page-gallery .envira-gallery-wrap {
	padding-top: 80px !important;
	padding-bottom: 10px !important;
}

/* Home + About */
.page-home,
.page-longways-orchard {
	background-color: #FDC601;
}
.page-home h1,
.page-longways-orchard h1 {
	color: #fff;
	border-color: #fff;
}
.page-home h2,
.page-longways-orchard h2 {
	border: none;
}
.page-home .btn,
.page-longways-orchard .btn {
	border-color: #fff;
}
.page-home .btn:hover,
.page-longways-orchard .btn:hover {
	background-color: #fff;
}
.page-home article,
.page-longways-orchard article {
	border-bottom: none;
}

/* Progress */
.page-process article img {
	margin-top: 70px;
}

/* Contact */
.contact-details {
	text-align: center;
}
.contact-details img {
	display: block;
	margin: 0 auto 40px;
}
.contact-details p {
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.4;
}
.contact-details .col6:first-of-type {
	border-right: 2px solid #e6e6e6;
}


/* ---------------------------
	Grid
--------------------------- */
.container {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

.row {
	padding: 0;
  	margin-left: -15px;
  	margin-right: -15px;
}
.row:before,
.row:after {
  	content: " ";
  	display: table;
}
.row:after {
  	clear: both;
}
.row [class^="col"] {
	float: left;
	display: block;
  	padding: 0 15px;
}
.col12 {
  width: 100%;
}
.col11 {
  width: 91.66666666666666%;
}
.col10 {
  width: 83.33333333333334%;
}
.col9 {
  width: 75%;
}
.col8 {
  width: 66.66666666666666%;
}
.col7 {
  width: 58.333333333333336%;
}
.col6 {
  width: 50%;
}
.col5 {
  width: 41.66666666666667%;
}
.col4 {
  width: 33.33333333333333%;
}
.col3 {
  width: 25%;
}
.col2 {
  width: 16.666666666666664%;
}
.col1 {
  width: 8.333333333333332%;
}


/* ---------------------------
	Plugins
--------------------------- */
/* Contact Form 7 */
.wpcf7 {
	max-width: 400px;
	padding: 60px 0 20px;
	margin: 0 auto;
	text-align: center;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 p { 
	position: relative; 
	padding: 5px 0;
}
.wpcf7 label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
}
.wpcf7 p.text {
	font-weight: bold;
	background-color: #FDC601;
}
.wpcf7 p strong { 
	color: #f95900; 
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 p input,
.wpcf7 p textarea {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #f1f1f1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-color: #f1f1f1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wpcf7 p input:focus,
.wpcf7 p input:active,
.wpcf7 p textarea:focus,
.wpcf7 p textarea:active {
	border-color: #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wpcf7 p input {
	height: 35px;
}
.wpcf7 textarea {
	height: 180px;
	resize: vertical;
}
.wpcf7 p .wpcf7-submit,
.wpcf7 p .wpcf7-submit:focus {
	display: block;
	height: auto;
	width: auto;
	margin: 0 auto 30px;
	padding: 8px 64px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #fff;
	color: #222;
	border: 2px solid #FDC601;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.wpcf7 p .wpcf7-submit:hover,
.wpcf7 p .wpcf7-submit:focus {
	background-color: #FDC601;
}
.wpcf7-response-output { 
	padding: 15px 5%;
	width: 100%;	
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok { 
	background: #398f14; 
	color: #fff;
} 
.wpcf7-display-none { 
	display: none; 
} 
.wpcf7-validation-errors { 
	background: #b00; 
	color: #fff; 
	font-size: 16px;	
} 
.wpcf7-not-valid-tip { 
	-webkit-border-radius: 0 10px 10px 10px; 
	-moz-border-radius: 0 10px 10px 10px; 
	border-radius: 0 10px 10px 10px; 
	position: absolute; 
	top: 25px; 
	font-size: 14px;
	z-index: 100; 
	display: block; 
	color: #fff; 
	background: #d00; 
	padding: 3px 10px; 
	border: none; 
	right: -20px; 
	width: auto; 
} 
.wpcf7-not-valid-tip-no-ajax { 
	color: #f00; 
	display: block; 
} 
.ajax-loader { 
	border: none; 
	vertical-align: middle;  
	display: block; 
	float: right;
}

/*Envira Gallery*/
.envira-gallery-wrap {
	max-width: 70%;
}
/* UK Cookie Consent */
#catapult-cookie-bar {
	text-align: center !important;
	font-size: 14px;
}
#catapult-cookie-bar a {
	display: none;
}

/*Alphine Instagram*/
#APTFIN_by_TAP-by-shortcode-56_938 {
	width: 70%;
	margin: 0 auto;
}
#APTFIN_by_TAP-by-shortcode-56_938 img {
	margin: 0 auto !important;
	padding: 2% !important;
}
@media (max-width: 1000px) {
	#APTFIN_by_TAP-by-shortcode-56_938 {
		width: 100%;
	}
}



/* ---------------------------
	Media query
--------------------------- */
@media (max-width: 1139px) {

	h1 {
		font-size: 26px;
		padding-top: 0;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	
	#header .social {
		position: static;
		text-align: center;
	}
	#header .logo img {
		padding: 0 0 10px;
		max-width: 270px;
	}
	
	#nav {
		position: static;
		background: #fff;
	}
	#nav ul {
		text-align: center;
		display: none;
		padding: 15px;
	}
	#nav li {
		display: block;
		border: 0;
		margin: 0;
		padding: 0;
	}
	#nav li a {
		display: block;
		padding: 8px;
	}
	#nav li a:hover {
		text-decoration: none;
	}
	#nav .current-menu-item a {
		background: #FDC601;
	}
	#nav .menu-bars {
		display: block;
	}
	#nav.menu-active ul {
		display: block;
	}
	
	#footer {
		padding: 4% 0;
	}
	#footer .row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 0;
	}
	#footer .logos img {
		margin: 0 20px 20px 20px;
	}
	
}

@media (max-width: 767px) {
	
	body {
		font-size: 14px;
		line-height: 1.3;
	}
	
	#header .logo img {
		max-width: 240px;
	}
	
	#footer .logos img:nth-child(2),
	#footer .logos img:nth-child(4) {
		display: none;
	}
	
	.lead {
		font-size: 20px;
	}

	.page-header {
		margin-bottom: 20px;
	}
	.page-header h1 {
		font-size: 24px;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 0;
	}
	
	.contact-details .col6:first-of-type {
		border: 0;
		margin-bottom :30px;
	}
	
}

@media (max-width: 479px) {
	
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}	

}