/*!
Theme Name: Direct Design Foundation + Camcon Medical Tweaks
Theme URI: http://underscores.me/
Author: Direct Design
Author URI: https://www.dda.co.uk
Description: Website of Camcon Medical
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jf-construction
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

JF Construction is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url("https://use.typekit.net/wod2hlb.css");
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_typography.scss */
#wpadminbar {
	/*top:auto;
	bottom:0px;*/
	position:fixed!important;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c5f3', endColorstr='#0971ce',GradientType=1 )!important; /* IE6-9 */
	font-family: Calibri, Optima, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.2rem;
	line-height: 1.5;
}
body{
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff!important; /* Old browsers */
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*position:relative;
  background-size:auto!important;*/
}
.bg-image{
	content:'';
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width:100%;
	height:200vh;
	position:absolute;
	top:0;
	left:0;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 1px;
}
.bg-wrapper {
	z-index:-1;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

.box {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  /*height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: #ff8330;*/
  will-change: transform;
}

.fixed-nav header.site-header{
	position: fixed;
	top: -100px;
	-webkit-animation: ANIMATE-NAV 1s normal; /* Safari 4+ */
	-moz-animation:    ANIMATE-NAV 1s normal; /* Fx 5+ */
	-o-animation:      ANIMATE-NAV 1s normal; /* Opera 12+ */
	animation:         ANIMATE-NAV 1s normal; /* IE 10+, Fx 29+ */
	background: #31c5f3!important; /* Old browsers */
	background: -moz-linear-gradient(left, #31c5f3 0%, #0971ce 100%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #31c5f3 0%,#0971ce 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #31c5f3 0%,#0971ce 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.fixed-nav header.site-header.fixed-head{
	top: 0px;
	-webkit-box-shadow: 0px 9px 36px -8px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 9px 36px -8px rgba(0,0,0,0.45);
box-shadow: 0px 9px 36px -8px rgba(0,0,0,0.45);
}

/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: Calibri, Arial, sans-serif;
  font-weight:600;
  letter-spacing:0.01em;
  text-transform:uppercase;
  color: #0971B7;
}
h1{font-size:1.55rem;}
h2{font-weight:600;font-size:1.55rem;}
h3{font-size: 1.55rem;}
h4{font-size:1.1rem; font-weight:600;margin-bottom:1em;}
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
p {
  margin-bottom: 1rem;
  font-weight:100;
}
strong{font-weight:500!important;}
/* line 5, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_elements.scss */
html {
  box-sizing: border-box;
  margin: 0px !important;
}

/* line 6, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 12, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 16, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_lists.scss */
ul, ol {
  margin: 0;
}

/* line 5, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
li{margin-bottom:0px;  font-weight:100;}
/* line 19, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 25, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
img.custom-logo{max-width:none;}
/* line 30, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

/* line 14, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* line 18, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/forms/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

/* line 22, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 27, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 31, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_links.scss */
a {
  color: royalblue;
}

/* line 4, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_links.scss */
a:visited {
  color: purple;
}

/* line 7, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}

/* line 12, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}

/* line 15, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation {
	/* clear: both; */
	display: block;
	float: right;
	/*width: 75%;*/
}

/* line 7, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation .menu {
  float: right;
  clear: both;
  padding: 20px;
	position: relative;
  top: 10px;
}

/* line 12, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
  transition:all ease-in-out 1s!important;
  position:relative;
}

/* line 19, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

/* line 27, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

/* line 33, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* line 39, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}

/* line 52, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

/* line 58, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
}

/* line 67, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px 0em 10px 25px;
  color:#0971B7;
  text-transform:uppercase;
  font-size:0.95em;
  font-weight:500;
  /*letter-spacing:0.15em;*/
}
.fixed-nav .main-navigation a{padding-bottom:0;}
/* Small menu. */
/* line 82, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.header_sidebar{text-align:right;}
.header_sidebar section{margin-top:20px;margin-bottom:0;margin-right:0px; color: #0971B7; font-weight:500;}
.header_sidebar section p{margin:0; color: #0971B7; font-weight:500;}
.main-navigation .menu {
    padding-top: 0px;
	padding-right:0;
    top: 0px;
}
button.menu-toggle{z-index:1000;display:block; position:absolute; right:1em; top:1.0em; font-size:2rem; height:3.25rem; width:3.25rem; text-align:center; border-radius:0; overflow:hidden;color:#fff; padding:0!important;
	background: transparent;cursor:pointer; cursor:hand; background-color:white;}
button.menu-toggle .fa{color:#0971b7; position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);}
button.menu-toggle .fa.fa-times,.toggled button.menu-toggle .fa.fa-bars{display:none;}
.toggled button.menu-toggle .fa.fa-times,button.menu-toggle .fa.fa-bars{display:block;}
.toggled button.menu-toggle{position:fixed;}
button.menu-toggle:hover{cursor:pointer; cursor:hand;}
.menu-main-container{z-index:100;}
@media screen and (max-width:68.75em){
	/* body{padding-top:8rem!important;} */
	.site-header{position:relative!important;top:0;}
	.main-navigation{
		left:0;
		height: 8rem;
		width: 100%;
	}
	.site-header .site-branding{
		/*position: absolute!important;
		z-index:100;*/
	}
	.main-navigation.toggled li {
		float: left;
		position: relative;
		width:100%;
		text-align:center;
	}
	.main-navigation.toggled a {
		padding: 10px 0em 20px 0em;
		color:white;
	}
	.main-navigation.toggled ul {
	  display: block;
	  position: fixed;
	  width:100%;
	  top:0;
	  bottom:0;
	  right:0;
	  left:0;
	  padding-top:9rem;
	  z-index:1;
		background: #31c5f3 !important;
		background: -moz-linear-gradient(left, #31c5f3 0%, #0971ce 100%) !important;
		background: -webkit-linear-gradient(left, #31c5f3 0%,#0971ce 100%) !important;
		background: linear-gradient(to right, #31c5f3 0%,#0971ce 100%) !important;
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
}
@media screen and (orientation:landscape){
.main-navigation.toggled li{margin-bottom:0.25em;}
.main-navigation.toggled li a{padding-bottom:10px;}
}
@media screen and (min-width: 48em) and (max-width: 56.25em) {
    .main-navigation ul {left:auto!important;transform:translate(100%,0);width:50%!important; right:-400px;display:block!important;
	  position: fixed!important;
	  top:0;
	  bottom:0;
	  padding-top:9rem!important;
	background: -moz-linear-gradient(left, #31c5f3 -220%, #0971ce 100%) !important;
	background: -webkit-linear-gradient(left, #31c5f3 -220%,#0971ce 100%) !important;
	background: linear-gradient(to right, #31c5f3 -220%,#0971ce 100%) !important;
	z-index:-1;
}
	.main-navigation.toggled ul {
		width:auto;
	  display: block;
	  position: relative;
	  top:0;
	  bottom:0;
	  right:0;
	  left:0;
	  padding-top:9rem;
	  z-index:1;
		transform:translate(0%,0); 
		right:0!important;	
		background: -moz-linear-gradient(left, #31c5f3 -220%, #0971ce 100%) !important;
		background: -webkit-linear-gradient(left, #31c5f3 -220%,#0971ce 100%) !important;
		background: linear-gradient(to right, #31c5f3 -220%,#0971ce 100%) !important;
}
	.main-navigation li {white-space:nowrap!important;}
}
@media screen and (max-width: 992px) {
	.site-header .site-branding{
		position: absolute!important;
		/*z-index:100;*/
	}
}
@media screen and (min-width: 56.25em) {
  /* line 88, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
  button.menu-toggle {
    display: none;
  }
  /* line 91, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
	}
	.main-navigation.toggled ul{
			width:50%;
	}
.page-head#top .container .row .header-overlay h1{font-size:4em;}
}

/* line 100, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 105, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 110, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/* line 14, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 36, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 16, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

/* line 5, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_posts-and-pages.scss */
.hentry {
  /*margin: 0 0 1.5em;*/
}

.hentry.type-post{
	background: #fff;
	padding: 40px 0px;
}

.article_foot_wrapper{
	background: #fff;
}

/* line 9, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 19, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 24, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_posts-and-pages.scss */
.page-head {
  height: 40vh;
	min-height: 500px;
  position: relative;
  width: 100%;
  color: #fff;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 29, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_posts-and-pages.scss */
.page-head:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  top: 0px;
  left: 0px;
}

.page-head .header-container{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index:1000;
}

/* line 38, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_posts-and-pages.scss */
.container, .container-fluid {
  position: relative;
  z-index: 1;
}

.page-head .container .row {
  height: 100%;
}

.page-head .container .row .header-overlay {
  /* padding: 100px 0px; */
}
.page-head.bat .container .row .header-overlay{padding-top:200px;}
.page-head .container .row .header-overlay h1,
.page-head .container .row .header-overlay h3,
.page-head .container .row .header-overlay h4,
.body_block h1, .body_block h3, .body_block h4{
	font-weight:300;
}
.body_block h2,.page-head .container .row .header-overlay h2{font-weight:600;}

.page-head#top .container .row .header-overlay h1{text-align:center;}
.page-head .button{color:white;padding-top:2em;text-align:center; height:0.1em;position:relative;display:block; margin-top:2em;}
.page-head#top .button:before{font-family:FontAwesome; content:'\f078'; border:solid white 2px; padding:0.15em 0.25em 0.5em 0.25em; display:block; border-radius:50%;width:2em;height:2em; font-size:1.8rem;position:absolute; top:0;left:47%;transform:translate(-50%,0);}
span.anchor{display:block;margin-top:-190px;padding-bottom:190px;}
.body_block, .posts_block {
  padding: 80px 0px 2em;
}
.body_block.col-3-text,.bat{text-align:center;}
.body_block.bg-{color:white;position: relative;}
.body_block.bg- a{color:rgb(215, 215, 215);}
.body_block.bg-::after{content:'';background: rgba(0,0,0, 0.4);position:absolute; width:100%; height:100%; top:0px; left:0px;}
.body_block .button,.bat .button{color:white; display:inline-block; border:2px solid white; text-transform:uppercase; padding:0.25em 0.5em;height:auto;font-weight: 400;}
.white .button{color:#404040; border-color:#404040;}
.fa.equals strong{display:inline-block;position:relative;top:-0.15em;}
.imos .logo{display:inline-block; height:1.65em; padding-top:2em; padding-right:1em; background-image:url(file:///Macintosh%20HD/Users/kieranwinyard/Documents/images/imos.png); background-size:contain; background-position:center bottom;overflow:hidden; background-repeat:no-repeat;position:relative;bottom:-0.05em;}
.no-padding-top{padding-top:0;}
.padding-top-1{padding-top:1em;}
.padding-top-2{padding-top:2em;}
.no-padding-bottom{padding-bottom:0;}
.rotate-90{transform:rotate(90deg);}
.center{text-align:center;}
.pum-theme-192 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
	border:solid 5px #fff!important;
	color: white!important;
	background-color:#0E7CD3!important;
	top:-0.5em!important;
	right:-0.5em!important;
	width:1em!important;
	height:1em!important;
	font-size:3rem!important;
	padding:0.15em!important;
	line-height:0.25em!important;
	font-weight:bold!important;
}
.pum-theme-192 .pum-container, .pum-theme-enterprise-blue .pum-container {
    border: 5px solid #0E7CD3!important;
	border-radius:1rem!important;
}
.column_2_left,.column_2_right{
	background-position:center center;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 18, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/* line 20, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_media.scss */
.custom-logo-link img {
  width: 100%;
  /*max-width:200px;*/
  margin:20px 0px 20px 0px;
	/*height: 60px;*/
  /*width: auto;*/
}

/* line 25, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_media.scss */
.site-header {
	position: relative;
	width: 100%;
	/* background: rgba(0, 0, 0, 0.5);*/
	z-index: 1000;
	/*overflow:hidden;*/
	background: #fff; /* Old browsers */
	padding:1vh 0;
	max-width:1370px;
}

/* line 30, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_media.scss */
.site-header .site-branding {
 position: relative;
 float: left;
 /* width: 25%;
  top: 40px;*/
}

/* line 36, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_media.scss */
.site-footer {
	position:relative;
	z-index:100;
	background: #0971b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0E314E 0%, #0971b7 47%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0E314E 0%,#0971b7 47%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0E314E7 0%,#0971b7 47%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E314E', endColorstr='#0971b7',GradientType=0 ); /* IE6-9 */
	padding: 2em 0px 0;
	color:white;
	padding-bottom: 50px;
}


.site-footer h2{display:block;text-transform:uppercase; font-weight:500;margin-bottom:0;color:white;font-size:1rem; border-bottom:solid 1px white; padding:0.25em 0;margin-bottom:0.25em;}
.site-footer p{font-size:1rem;/*width:70%; line-height:1.4;margin-bottom:0;*/}
.site-footer p span{text-transform:uppercase; font-weight:100;}
.site-footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 0.5em 0;
    padding: 0;
}
.site-footer ul{margin-left:19.5%;}
.site-footer li{display: inline-block;float: right;clear: both;}
.site-footer li a,.site-footer a{color:white;}
.site-footer #custom_html-2,
.site-footer #custom_html-3{width:45%;margin-right:10%;float:left;}
.site-footer #custom_html-3{margin-right:0;}
@media screen and (max-width:68.75em){
	.site-footer ul {margin-left: 0!important;padding-left:0!important;}
	.site-footer li {text-align:center; margin-right:0; width:100%;margin-left:0;}
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 5, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 9, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 13, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 19, /Volumes/DDA-WEB/sites/htdocs/jf-construction.dda/sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}
.entry-footer{}
	.entry-footer .edit-link{
		float: left;
		clear: left;
		display: block;
		width: 100%;
	}
	.cat-links{
		float: left;
		clear: left;
		width: 50%;
		display: block;
	}
	.comments-link{
		float: right;
		width: 50%;
		display: block;
		text-align: right;
	}

.pum-trigger{
	display: block!important;
  margin: 0 auto;
  text-align: center;
	max-width: 50%;
}

.pum-title.popmake-title{
	margin-bottom: 20px;
}

.wpcf7-form{
	width: 100%;
	margin: 0 auto;
}

.wpcf7-form input{
	width: 100%;
	padding: 5px;
	margin-bottom:0.75rem;
}

.wpcf7-form textarea{
	width: 100%;
	padding: 5px;
	height: 150px;
	margin-bottom:0.75rem;
}

.wpcf7-form-control.wpcf7-submit{
	margin: 0 auto;
	width: 100%;
	display: block;
	color: white;
  border: 2px solid white;
  text-transform: uppercase;
  padding: 0.5em 0.5em;
  height: auto;
	background: transparent;
	font-size: 1.2rem;
}

.page-id-11 .wpcf7-form-control.wpcf7-submit{
	color: #404040;
  border: 2px solid #404040;
}

.wpcf7-not-valid-tip{
	display: none!important;
}

.wpcf7-not-valid{
	background: #f00;
}

.wpcf7-not-valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.wpcf7-not-valid::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.wpcf7-not-valid:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/*POSTS*/
.posts_block{

}

.posts_block .eachPost{
	color: #fff;
	margin-bottom:2em;
}

.posts_block .eachPost img{
	margin-bottom: 20px;
}

.posts_block .eachPost h3 a{
	color: #fff;
}

.posts_block .eachPost .button{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.posts_block h2{
	text-align: center;
	margin-bottom: 30px;
}

.single-post .page-head, .blog .page-head{
	min-height: 250px;
	height: 20vh;
}

.blog #secondary{padding: 40px 0px;}
	.blog .hentry{border-bottom: 2px solid #9e9e9e;}
		.hentry .entry-meta{font-size: 14px; color: #303030; text-transform: uppercase; display: block; margin-bottom: 10px;}
			.hentry .entry-meta a{font-size: 14px; color: #1f1f1f;}

.search-form{}
	.search-form label{width: 100%;}
		.search-form input{width: 100%;}

.widget ul{padding-left: 25px;}
	.widget ul li{margin-bottom: 10px;}

/*ACCORDIAN*/

.accordions{
	background: transparent!important;
}

.accordions-head, .su-spoiler-title{
	width: 100%;
	max-width: 250px;
	margin: 0 auto!important;
	display: block;
	padding-right: 27px!important;
	text-transform: uppercase;
}

.accordion-content{
	background: transparent!important;
	padding-top: 50px!important;
	border: none!important;
}

.accordion-content p{
	  font-family: Calibri, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
}

.body_block .accordions-head, .body_block .su-spoiler-title{
	background: #ffffff!important;
	color: #000!important;
	text-align: center;
}

.body_block .accordions-head-title{
	color: #000!important;
  margin: 0px!important;
}

.body_block.white .accordions-head, .body_block.white .su-spoiler-title{
		color: black;
    display: block;
    border: 2px solid black;
    text-transform: uppercase;
    /* padding: 10px; */
    height: auto;
}

.body_block.white .accordions-head .fa{
	color: #000!important;
}

.su-spoiler-title .su-spoiler-icon{
	left: 10px!important;
}

.accordion-icons{
	float: none!important;
}


.body_block .accordion-content p{
	color: #fff!important;
}

.body_block.white .accordion-content p{
	color: #000!important;
}

sup{
	font-weight: 200;
}

.body_block .wpcf7-form{width:100%;}
@media screen and (max-width: 1199.98px){
	.column_2_left .text,.column_2_right .text{
		padding-left:2%!important;
		padding-right:2%!important;
	}
	/* .column_2_left.img_bg,.column_2_right.img_bg{
		min-height:45vh;
	} */
	.body_block .wpcf7-form { width:100%;}
}

.wpcf7-form-control-wrap.your-name,.wpcf7-form-control-wrap.your-email{
	width: 50%;
	float: left;
	padding: 15px;
}
.wpcf7-form-control-wrap.your-message{
	padding: 15px;
	float: left;
	width: 100%;
}
@media screen and (max-width:68.75em){
	.wpcf7-form-control-wrap.your-name,.wpcf7-form-control-wrap.your-email{
		width: 100%;
		padding: 0px;
	}

	.wpcf7-form-control-wrap.your-message{
		padding: 0px;
	}
}


/* CUSTOM PAGE CSS*/

/*T&C's*/
.post-541 ol{
  padding: 20px;
}

.lazy{
  background-size: cover;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {position: relative;z-index: 1;}
@media screen and (min-width:576px){
	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {max-width: 540px;}
}
@media screen and (min-width:768px){
	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {max-width: 720px;}
}
@media screen and (min-width:992px){
	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {max-width: 960px;}
}
@media screen and (min-width:1200px){
	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {max-width: 1140px;}
}
/* HELPERS */
.wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before {display:none;}
.wp-block-columns,.row,.wp-block-cover{margin:5rem 0 0;}
.site-footer .row{margin-top:0;}
.site-footer form h2{border-bottom:none;}
.blue-bg .wp-block-column,
.wp-block-cover-image .wp-block-cover__inner-container, 
.wp-block-cover .wp-block-cover__inner-container{background-color:#0971B7; color:white!important;padding:1.5rem;padding-bottom:2rem;margin:3rem 15vw;}
.wp-block-cover .wp-block-cover__inner-container h4{margin-bottom:0;}
.blue-bg .wp-block-column:first-child{margin-right:1.5vw;}
.blue-bg .wp-block-column:last-child{margin-left:1.5vw;}
.blue-keyline figure{width:35%; float:left;margin-bottom:0;margin-right:2rem!important;position:relative;height:8em;}
.blue-keyline figure img{max-width:100%;max-height:100%;position:absolute;top:50%;left:0;transform: translate(0%,-50%);}
.blue-bg h3,.blue-bg a{color:white; font-weight:700;}
.blue-keyline{border:solid 2px #0971B7;padding:1.5rem;margin:7% 0 0 7%; }
.wp-block-cover, .wp-block-cover-image {background-color:transparent; min-height:50vh;/*margin-top:0;*/}
.wp-block-cover:first-child{margin-top:0;}
.site-header .row{margin-top:0;}
.margin-5-bottom{margin-bottom:5em;}
.wp-block-image {
    margin-bottom: 0em;
}
.padding-row{padding-right:7vw!important; padding-left:5vw!important; margin-top:0;}
@media screen and (max-width:800px){
.blue-bg .wp-block-column{width:70vw!important; display:block;flex-basis: auto;}
.blue-bg .wp-block-column:first-child{margin-right:15vw;}
.blue-bg .wp-block-column:last-child{margin-left:15vw;}
.header_sidebar section {   margin-top: 95px; text-align:center}
.custom-logo-link img {
    width: auto;
    max-width: 248px;
    margin: 30px 0px 20px 0px;
    height: 45px;
    /* width: auto; */
}
}
@media screen and (max-width:375px){
	.blue-bg .wp-block-column:first-child {
    margin-right: 5vw;
}
.blue-bg .wp-block-column:last-child {
    margin-left: 5vw;
}
.blue-bg .wp-block-column, .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    background-color: #0971B7;
    color: white!important;
    padding: 3rem;
    padding-bottom: 2rem;
    margin: 3rem 5vw;
}
.blue-keyline{margin-right:5vw;margin-left:5vw;}
.blue-keyline{margin-right:5vw;}
.blue-keylined{margin-left:5vw;}
.blue-keyline{margin-top:0; overflow:hidden;}
.blue-keyline{margin-top:5rem;}
.blue-keyline figure{width:80%; float:left;margin-bottom:1rem!important;margin-top:0rem!important;margin-right:1rem!important;position:relative;height:8em;}

}
@media (min-width: 576px) and (max-width: 991.98px){
	.blue-keyline {
		flex-basis: 90vw;
		flex-grow: 0;
		margin: 3rem 5rem 0
	}
	.blue-bg .wp-block-column:last-child, 
	.blue-keyline{
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.blue-bg .wp-block-column:first-child, 
	.blue-keyline{
		margin-left: auto!important;
		margin-right: auto!important;
	}
}