/*
Theme Name: Ashtead
Template: bi
Version: 1.0
*/

/* DEFAULT BODY STYLES */

p, ul, li {
    font-size: 16px;
	line-height: 24px !important;
	letter-spacing: 0.2px; }

ul li, ol li {
    list-style-position: inside !important; }

@media screen and (max-width: 768px) {

p, ul, li {
    font-size: 14px !important;
	line-height: 22px !important; }
	
}

hr { opacity: 0.2 !important; }
	
/* HEADINGS */

h1,h2,h3,h4,h5,h6 { color: #314050 !important; letter-spacing: 0.2px !important; }

h1 { font-size: 34px !important; line-height: 40px !important; }
	
h2 { font-size: 28px !important; line-height: 36px !important; }
	
h3 { font-size: 24px; line-height: 30px; }
	
h4 { font-size: 16px; line-height: 22px; }
	
@media screen and (max-width: 850px) {
	
h1 { font-size: 28px !important; line-height: 34px !important; }
    	
h2 { font-size: 22px !important; line-height: 28px !important; }
	
h3 { font-size: 18px; line-height: 24px; }
	
h4 { font-size: 16px; line-height: 22px; }

}

/* SIZE / STYLE VARIANTS */

.smaller { font-size: 12px; line-height: 18px !important; }

.larger { font-size: 22px; line-height: 28px !important; }

@media screen and (max-width: 768px) {
    
.larger { font-size: 18px !important; line-height: 24px !important; }
    
}

.lowercase {text-transform: lowercase !important; }

/* LINE HEIGHT BOOST */

.lh-70 { line-height: 170% !important; }
	
/* CLEARER */

.clearer {
	clear: both;
  	margin: 0;
 	padding: 0; }
	
/* NOSPACE GRID GENERIC LAYOUT STYLES */

.np { padding: 0px !important; }

.nm { margin: 0px !important; }

.collapsed .col  {
    padding: 0px !important;
	margin: 0px !important; }

.ux-slider, .ux-row-slider {
    margin-bottom: 0px !important; }

.page-wrapper {
	padding-bottom: 0px !important; }

.col { padding-bottom: 0px !important; }

/* TABLES */

table tr td {
	border: solid 0px!important;
	color: #000000 !important; }

.first-cell-pad { padding-left: 20px !important; }

.last-cell-pad { padding-right: 20px !important; }

@media only screen and (max-width: 850px) {
	
.first-cell-pad { padding-left: 10px !important; }

.last-cell-pad { padding-right: 10px !important; }	
	
}
	
/* TABLEPRESS */

td.column-1, th.column-1 {
	padding-left: 10px !important; }

.tablepress tfoot th, .tablepress thead th {
    background-color: #00508D !important;
    color: #FFFFFF !important; }
	
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    line-height: 1.8em !important; }
	
table tr th, table tr td {
	color: #000000 !important;
    font-size: 14px !important;
	line-height: 18px !important;
	text-transform: none !important; }

/* HIDE - SHOW */

@media only screen and (min-width: 850px) {

	
.desktop-hide { display: none !important; }
	
}

@media only screen and (max-width: 850px) {

.mobile-hide { display: none !important; }
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 

.desktop-hide { display: block !important; }
.mobile-hide { display: none !important; }

}
	
/* SPACERS */

.spacer-1 {
	clear: both;
  	margin: 0;
 	padding: 1px 0px 0px 0px; }

.spacer-2 {
	clear: both;
  	margin: 0;
 	padding: 1px 0px 0px 0px; }

.spacer-5 {
	clear: both;
  	margin: 0;
 	padding: 5px 0px 0px 0px; }

.spacer-10 {
	clear: both;
  	margin: 0;
 	padding: 10px 0px 0px 0px; }
	
.spacer-20 {
	clear: both;
  	margin: 0;
 	padding: 20px 0px 0px 0px; }
	
.spacer-30 {
	clear: both;
  	margin: 0;
 	padding: 30px 0px 0px 0px; }
	
.spacer-40 {
	clear: both;
  	margin: 0;
 	padding: 40px 0px 0px 0px; }

.spacer-50 {
	clear: both;
  	margin: 0;
 	padding: 50px 0px 0px 0px; }

/* Z-INDEX BOOST */

.z-index-boost {z-index: 9 !important; position: relative !important; }
	
/* IMAGE STYLES */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto; }

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.image-border-10 {
	border: 10px solid #FFFFFF; }

.margin-padding-none {
	margin: 0px !important;
	padding: 0px !important; }

.margin-none {
	margin: 0px !important; }

.display-inline {
	display: inline !important; }

.circular-image img {
	width: 110px;
	height: 110px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	border-radius: 150px;
	border: solid #00ACC1 10px; }

/* RESPONSIVE VIDEO CONTAINER */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; }
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* BUTTONS */

.banner .button, .gform_wrapper .button, input[type="submit"], input[type="reset"], input[type="button"], .wln-button { 
z-index: 14;
font-size: 16px;
font-weight: 600;
color: rgb(255, 255, 255);
border-style: solid;
border-width: 4px;
border-radius: 0px;
letter-spacing: 0.2px;
visibility: inherit;
transition: none 0s ease 0s;
text-align: center;
text-transform: none !important; 
padding: 0px 40px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
opacity: 1;
transform: translate3d(0px, 0px, 0px);
transform-origin: 50% 50% 0px;
box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
white-space: normal !important; }

@media screen and (max-width: 768px) {
    
.banner .button, .gform_wrapper .button, input[type="submit"], input[type="reset"], input[type="button"], .wln-button { 
font-size: 14px !important;
padding: 5px 15px !important; }
    
.quantity input { padding: 2px 10px !important; }

}
	
/* SECTION STYLES */

.pad-5 { padding: 5px; }
.pad-10 { padding: 10px; }
.pad-20 { padding: 20px; }
.pad-30 { padding: 30px; }
.pad-60 { padding: 60px; }
.pad-30-footer { padding: 40px 30px 0px 0px; }

@media screen and (max-width: 1400px) {

.pad-30-footer { padding: 30px 30px 0px 30px; }
	
}
	
/* CORE COLOR SPANS */

.blue { color: #00508D !important; }

.blue-mid { color: #003057 !important; }

.blue-dark { color: #00132E !important; }

.grey { color: #727271 !important; }

.white-text { color: #FFFFFF !important; }

.black { color: #000000 !important; }

/* BG COLOR SPANS */

.blue-bg {  background-color: #00508D !important; }

.blue-mid-bg { background-color: #003057 !important; }

.blue-dark-bg {  background-color: #00132E !important; }

.grey-bg { background-color: #EDEDED !important; }

.white-bg { background-color: #FFFFFF !important; }
	
/* MENU */

.nav-box > li > a { padding: 10px !important; }

.has-dropdown .icon-angle-down { display: none !important; }

.off-canvas-center.mfp-bg.mfp-ready {
	opacity: 1 !important; }
	
/* SOCIAL ICONS */

.social-icons .icon {
	color: #00132E !important;
	margin-right: 0.75em; }
	
.social-icons .icon:hover {
    color: #00508D !important; }
		
/* GRAVITY FORMS */

legend { text-transform: inherit !important; }

.gform_wrapper .gfield_required {
    color: #007128 !important; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border-radius: 0px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
    height: 60px; }
	
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-radius: 0px !important; }

.gform_wrapper select {
    border: 3px solid #EDEDED !important;
    border-radius: 0px !important; }
	
select, .select2-container .select2-choice {
    height: 60px !important; }

.gform_wrapper.gf_browser_chrome input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_chrome textarea, .gform_wrapper.gf_browser_gecko input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_gecko textarea, .gform_wrapper.gf_browser_safari input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_safari textarea {
    border: 3px solid #EDEDED !important; }
	
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input, .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"] {
    margin-top: 10px !important ;
	margin-right: 10px !important ; }
		
/* ESSENTIAL GRID */

.no-filter-message { display: none !important; }

.esg-filters.esg-navbutton-solo-left, .esg-filters.esg-navbutton-solo-right { top: 0% !important; }

.flat-dark .esg-filterbutton, .flat-dark .esg-navigationbutton { border-radius: 0px !important; margin-bottom: 0px !important; }

.flat-dark .esg-filterbutton.selected { background-color: #314050 !important; }

.flat-dark .esg-filterbutton:hover { background-color: #F3C937 !important; }

.esg-grid .esg-pagination { background: rgba(0, 0, 0, 0.0) !important; }

.eg-developments-content { min-height: 156px !important; }

/* ABSOLUTE FOOTER TWEAKS */

.absolute-footer ul li a {
    letter-spacing: 0.2px; 
	color: #FFFFFF !important;
	font-size: 14px !important; }
	
.absolute-footer ul li a:hover {
    color: #F3C937 !important; }

.absolute-footer {
    padding: 10px 0px 30px 0px; }
	
.copyright-footer,  .absolute-footer p {
	font-size: 14px !important;
	line-height: 20px !important;
	letter-spacing: 0.2px;
    opacity: 1 !important;
	color: #FFFFFF !important;
	display: inline-block; }
	
.copyright-footer a, .absolute-footer p a {
	color: #F3C937 !important; }
