
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    padding:0;
    margin:0;
}
.contentwrap {
    max-width:1200px;
    margin: 0 auto;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border:none;
    max-width:100%;
    height:auto !important;
}
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}
a.logo {
    display: block;
}
.logo h1 {
    margin: 0;
}
.logo img {
    width: 93px;
    height: 90px;
    margin-bottom: 20px;
}
.table,
.row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.col {
    display: table-cell;
    vertical-align: top;
}
.sub .graphic a,
.sub .content a {
    display: block;
    height: 100%;
}

/*============ header ============*/
header {
    color:#FFF;
    background: #000;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .contentwrap {
    position: relative;
    min-height: 130px;
    padding-left: 100px;
    padding: 20px 0;
}
header .logo {
    position: absolute;
    top: 20px;
    left:0;
    height:auto;
}
.header-menu > ul {
    list-style:none;
    padding:0;
    margin:0;
    text-transform: uppercase;
    text-align:right;
}
.header-menu li.depth-0 {
    display: inline-table;
    height: 90px;
    padding: 0 3%;
}
header nav a {
    display: table-cell;
    vertical-align: bottom;
    color: inherit;
    text-decoration:none;
}
/** only 1 level **/
.header-menu li.depth-0 > ul {
    display: none;
}
#mobile-menu {
    display: none;
    position: absolute;
    top: 20px;
    right:0;
    background: #ce2027 url(https://keo-cms.appspot.com.storage.googleapis.com/sites/eco-enterac/app_files/img/menu-icon.svg) center no-repeat;
    background-size: 24px;
    font-size: 24px;
    padding: 8px;
    width: 24px;
    height: 24px;
    margin: 2px;
    margin-bottom: 0;
    cursor: pointer;
    z-index:100;
}
.t-home #mobile-menu {
    top:10px;
    left:10px;
}
/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #ccc;
    width:240px;
    z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	left: -240px;
	overflow-y:scroll;
}
.slide-menu-active .slide-menu {
    left: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    left:0;
}
/* transition for menu slide */
.slide-menu,
.site-content-menu-slide,
#mobile-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slide-menu h3 {
	padding: 1em;
	color:#fff;
	background:#999;
	margin:0;
}
.slide-menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide-menu ul ul {
	background:#999;
}
.slide-menu ul ul ul{
	background:#666;
}
.slide-menu li {
    position:relative;
}
.slide-menu li > ul {
    display:none;
}
.slide-menu li.expand-active > ul {
    display:block;
}
.slide-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #666;
	padding: 18px;
	text-decoration:none;
}
.slide-menu a:hover {
	background: #ce2027;
}
.slide-menu ul .expand {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #030b16;
    height: 59px;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    content:"";
    display: block;
    height: 62px;
    width: 48px;
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/eco-enterac/app_files/img/menu-drop.svg') no-repeat center center;
    background-size: 30%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.expand-active > .expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*============ footer ============*/
footer {
    background:#000000;
    font-family: "paralucent", sans-serif;
    font-style: normal;
    font-weight: 300;
    color:#fff;
}
footer .contentwrap {
    padding-top: 30px;
}
footer .logo {
    position: absolute;
    left:0;
    top: 30px;
}
footer a:link {
    color: inherit;
    text-decoration: none;
}
.footer-contact.table {
    text-transform: uppercase;
    padding-left: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer h4 {
    font-weight: normal;
    margin: 0;
    margin-bottom: 5px;
}
footer p {
    margin: 2px 0;
}
.opening-hours {
    display: table;
}
footer .opening-days,
footer .col.heading {
    display: table-cell;
    color: #ce2027;
    width: 150px;
}
footer .opening-times {
    display: table-cell;
}

/** bykeo ***/
.bykeo {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}
.bykeo a {
    color: grey;
    text-decoration:none;
}
.bykeo img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bykeo a:hover img{
    transform-origin: center;
    transform: translateX(-200%) rotate(-360deg);
}

/*============ splash ============*/
/*  splash header - with banner */
.t-home header {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.t-home header .logo {
    top: 15%;
    left: 50%;
    margin-left: -46.5px;
}
.t-home header .contentwrap {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    padding-left:0;
    padding-top: 40px;
    margin-top: -17%;
    border-top: 5px solid #ce2027;
    z-index: 100;
}
.t-home .header-menu > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}
.t-home .header-menu li {
    display: table-cell;
    padding:0;
    font-size: 20px;
    text-align: center;
}
.t-home .header-menu li > a:hover span.title {
    padding-bottom: 10px;
    border-bottom: 3px solid #1ba3a0;
}
.t-home .header-menu li > a {
    display: block;
    width:100%;
    height:100%;
}
.banners-home .banner-stage {
    position: relative;
    padding-top: 45%;
    font-family: "paralucent", sans-serif;
    background-color: #68a2a1;
}
.banners-home .banner {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:block;
    background-position:center;
    background-size:cover;
}
.banners-home .banner:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
    background: rgba(0,0,0,0.3);
}
.banners-home .banner-content {
    position: relative;
    max-width: 1200px;
    padding-top: 15%;
    padding-bottom: 17%;
    margin: 0 auto;
    z-index: 1;
}
.banner-content .banner-name {
    display: none;
}
.banner-name,
.banner-title,
.banner-caption {
    display: block;
}
.banner-content .banner-title {
    font-size: 44px;
    line-height: 40px;
    margin:0;
}
.banner-content .banner-caption {
    font-size: 135px;
    line-height: 130px;
    margin:0;
    margin-bottom: 30px;
}
.banner-navigation {
    display:none;
}

/* content */
.t-home .red-bar {
    color: #FFF !important;
    background-color: #ce2027;
}
.t-home .red-bar p {
    margin:0;
}
.t-home .red-bar a:link,
.t-home .red-bar a:visited {
    color: #FFF !important;
    font-weight: bold;
}
.t-home .red-bar h4,
.t-home .red-bar h3,
.t-home .red-bar h2,
.t-home .red-bar h1 {
    color: #FFF !important;
    margin: 5px 0;
}

/* best sheds content */
#best-sheds {
    padding: 20px 0;
}
#best-sheds .col.graphic {
    text-align: center;
}
#best-sheds .img-wrap {
    position: relative;
}
#best-sheds .img-wrap img {
    position: relative;
    z-index:0;
}
#best-sheds .circle-wrap {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 130px;
    background-color: #FFF;
    border-radius: 50%;
}
#best-sheds .circle {
    font-size: 25px;
    margin: 5px;
}
/* featured links*/
#featured,
.designs,
.inspect {
    background: #f2f2f2;
    text-align: center;
    padding: 40px 0;
    padding-bottom: 60px;
}
#featured .designs {
    padding: 0;
}
.designs h2,
.inspect h2 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}
/** gallery sub-pages **/
.inspect .sub {
    display: inline-block;
    vertical-align: top;
    width: 31.33%;
    font-size: 16px;
    margin-right: 1%;
    margin-bottom: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inspect .sub.graphic {
    position: relative;
    padding-top: 200px;
}
.inspect .sub .graphic {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 200px;
    background-size: cover;
}
.inspect .sub .content {
    position: relative;
    min-height: 100px;
    z-index:1;
}
.inspect .sub.graphic .content{
    padding-top: 40px;
}
.inspect .sub.graphic .content:before {
    content:"";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left:-30px;
    width: 60px;
    height: 60px;
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/eco-enterac/app_files/img/tick.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.inspect .contentwrap > div:nth-of-type(3n+3){
    padding-right: 0;
}
.inspect .content h4 {
    position: relative;
    font-size: 18px;
    margin:0;
}
.inspect .content p {
    margin: 5px 0;
}
.inspect p.subtitle {
    margin: 0;
}
.inspect p.highlight {
    font-weight: bold;
}

/*** designs + features **/
.designs .sub {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    width: 24.5%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.designs .sub.graphic {
    position: relative;
    padding-top: 14%;
}
.designs .sub .graphic {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center;
}
.designs .sub .content {
    position: relative;
    color: #FFF !important;
    min-height: 60px;
    background: #000;
    padding: 20px 2%;
    z-index:1;
}
.designs .contentwrap > div:nth-of-type(4n+4){
    padding-right: 0;
}
.designs .content h4 {
    position: relative;
    padding-bottom: 13px;
    margin:0;
}
.designs .content h4:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    height: 3px;
    width: 40px;
    background-color: #1ba3a0;
    transition: background-color 0.4s ease-in-out, margin-left 0.4s linear, left 0.4s linear, width 0.4s ease-in-out;
}
.designs .content a:hover h4:after {
    background-color: #ce2027;
    left: 5%;
    margin-left: 0;
    width: 90%;
}
.designs .content p {
    padding-top: 10px;
    margin:0;
}

/* mission */
#mission {
    display: table;
    color: #FFF !important;
    width: 100%;
    min-height: 500px;
    table-layout: fixed;
    background: #ce2027;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mission h1,
#mission h2,
#mission h3,
#mission h4,
#mission h5,
#mission h6 {
    margin-top: 0;
    color: #FFF;
}
#mission h2.title {
    text-transform: uppercase;
}
#mission .wrap {
    padding: 40px;
    padding-left:0;
    max-width: 600px;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#mission .col {
    vertical-align: middle;
}
#mission .col.graphic {
    background-size: cover;
    background-position:center;
}

/* get in touch */
#get-intouch {
    position: relative;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 60px 0;
    padding-bottom: 100px;
}
#get-intouch .banners {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: gray;
}
#get-intouch .banner-stage {
    position: relative;
    width: 100%;
    height: 100%;
}
#get-intouch .banner {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
#get-intouch .banner-content {
    display: none;
}

.circle {
    display: inline-table;
    text-align: center;
    width: 120px;
    height: 120px;
    font-size: 19px;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #1ba3a0;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.circle .wrap {
    display: table-cell;
    vertical-align: middle;
}
.circle p {
    margin:0;
    font-size: 25px;
    line-height:20px;
}
.circle p.highlight {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}
#get-intouch p {
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
p.large {
    letter-spacing: 2px;
    margin-top: 40px;
    font-size: 48px;
    line-height: 48px;
    margin-bottom:0;
}
#get-intouch p.email {
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}

/*============ page ============*/
.page-title {
    color: #ce2027;
    text-transform: uppercase;
    padding: 20px 0;
    padding-bottom: 30px;
    border-bottom: 3px solid #dbdbdb;
}
.page-content {
    padding: 30px 0;
}
.page-content h1, .page-content h2,
.page-content h3, .page-content h4,
.page-content h5, .page-content h6 {
    color:#ce2027;
    margin-top: 0;
}
.page-content a:link,
.page-content a:visited {
    color: #1ba3a0;
}


/*============ contact page============*/
/** form **/
label.infield,
label.error {
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
label.error {
    color: red;
    font-size: 12px;
    line-height: 10px;
    display: block;
}
form p {
    margin:0;
}
form span {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span.half {
    width: 50%;
}
span.half:nth-of-type(odd) {
    padding-right: 0.5%;
}
span.half:nth-of-type(even) {
    padding-left: 0.5%;
}
span.third {
    width: 33.33%;
}
span.pad {
    padding-right: 1%;
}
p.wrapper {
    position: relative;
    padding-bottom: 12px;
}
select,
input {
    width: 100%;
    padding-left: 10px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select option {
    padding: 0;
}
input[type="radio"] {
    display: inline-block;
    vertical-align: text-bottom;
    width: 30px;
    height: 30px;
    margin: 0 10px;
}
select, textarea {
    font-family: "myriad-pro",sans-serif;
    font-size: 18px;
}
textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form button {
    text-transform: uppercase;
    width: 100%;
    background: #000;
    color: #FFF;
    padding: 15px 0;
    border:0;
    margin-bottom: 20px;
}

/** details **/
.red-details {
    padding: 30px 0;
    color: #FFF;
    background: #ce2027;
}
.red-details .col {
    padding-left: 130px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80px 80px;
}
.red-details .hours.col {
    background-image: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/eco-enterac/app_files/img/clock.svg');
}
.red-details .contact.col {
    background-image: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/eco-enterac/app_files/img/location-marker.svg');
}
.red-details h3 {
    margin:0;
    text-transform: uppercase;
}
.red-details p.highlight {
    color: #FFF;
}
.red-details p {
    margin: 5px 0;
}
.red-details span.label:after {
    content:": ";
}
/** map **/
#contact-map {
    position: relative;
    padding-top: 25%;
}
iframe.map,
#map-click {
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width: 100%;
    height: 100%;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1450px) {
    /* make banner bottom padding fixed */
    .banners-home .banner-content {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .t-home header .contentwrap {
        margin-top: -200px;
    }
}
@media screen and (max-width:1300px){
    /** make banner dictate height */
    .banners-home .banner-stage {
        padding-top:0;
    }
    .banners-home .banner {
        position: relative;
    }
    .t-home header .logo {
        top: 80px;
    }
    .contentwrap,
    .banners-home .banner-content {
        max-width: 90%;
    }
    .t-home header .contentwrap{
        width: 90%;
        margin-left: -45%;
    }
    #mission .wrap {
        max-width: 90%;
        margin-left: 10%;
    }
}
@media only screen and (max-width:1000px){
/** footer **/
    .footer-contact.table .row,
    .footer-contact.table .row .col{
        display: block;
    }
}
@media only screen and (max-width: 960px) {
/* home */
    .banner-content .banner-title {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-content .banner-caption {
        font-size: 50px;
        line-height: 50px;
    }
    #best-sheds .table,
    #best-sheds .col,
    #mission,
    #mission .col{
        display: block;
    }
    #mission { min-height: auto;}
    #mission .wrap {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }
/** sub-pages + feature pgs **/
    .designs .sub {
        width: 49%;
    }
    .designs .sub.graphic {
        padding-top: 150px;
    }
    .designs .sub .graphic {
        height: 80%;
    }
    .designs .sub .content {
        min-height: 40px;
        padding: 2%;
    }
    .designs .content h4 {
        padding-bottom: 10px;
    }
/** contact **/
    .red-details .contentwrap.row {
        display: block;
        text-align:center;
    }
    .red-details .col {
        display: inline-block;
        padding-left: 80px;
        background-size: 60px 60px;
        text-align:left;
    }
}
@media only screen and (max-width: 860px){
    .t-contact .red-details {
        display: none;
    }
    #contact-map{
        padding-top: 200px;
    }
    iframe.map {
        height: 200px;
    }
}
@media only screen and (max-width: 760px) {
    a {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}
@media only screen and (max-width: 850px){
    /** footer **/
    footer .contentwrap {
        text-align: center;
    }
    .footer-contact.table {
        display: block;
        text-align:center;
        padding-left: 0;
    }
    .footer-contact.table .col {
        display: inline-block;
        text-align:left;
    }
    .footer-contact.table > .col {
        width: auto;
        max-width: 300px;
    }
    .footer-contact.table .col.hours {
        padding-left: 20px;
    }
    footer .logo {
        position: static;
        text-align: center;
    }
    footer .col > .row {
        margin: 5px 0;
    }
    .footer-contact.table .row .col,
    .footer-contact.table span.closed {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 14px;
    }
    footer h4 {
        position: relative;
        display: inline-block;
    }
    footer h4:after {
        content:"";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #1ba3a0;
    }
    footer .col.highlight {
        width: auto;
    }
}
@media only screen and (max-width: 700px){
/** inspect subpages **/
    .inspect .sub {
        width: 49%;
    }
    .inspect .sub.graphic {
        padding-top: 150px;
    }
    .inspect .sub .graphic {
        height: 150px;
    }
/** footer **/
    .footer-contact.table > .col {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .footer-contact.table .row .col.highlight.adr {
        display: block;
        text-align: center;
    }
    .footer-contact.table .col.adr {
        max-width: 200px;
        text-align: center;
        margin: 0 auto;
    }
    .footer-contact.table .col.hours {
        padding:0;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 650px){
/*** header mobile GO!! ***/
    #mobile-menu {
        display:block;
    }
    .header-menu,
    .main-menu {
        display:none;
    }
    .slide-menu {
        display:block;
    }
    .slide-menu-active .site-content-menu-slide {
        left: 240px;
    }
    .banners-home .banner-content {
        padding-bottom: 50px;
    }
    .t-home header .contentwrap {
        margin-top: -50px;
    }
}
@media only screen and (max-width: 500px){
/** inspect subpages **/
    .inspect .sub .content {
        min-height: auto;
    }
    .inspect .sub.graphic .content {
        padding-top: 30px;
    }
    .inspect .content p.blerb {
        display: none;
    }
/** sub-pages + features **/
    .designs .sub,
    .inspect .sub {
        width: 90%;
        margin-right:0;
    }
/* contact */
    span.half,
    span.third {
        width: 100%;
    }
    span.half:nth-of-type(odd),
    span.half:nth-of-type(even){
        padding-left:0;
        padding-right:0;
    }

}
@media only screen and (max-width: 400px){
/* home */
    #get-intouch {
        padding: 60px 0;
    }
    #get-intouch p.large,
    #get-intouch p.email {
        letter-spacing: 0;
        font-size: 20px;
        line-height: 20px;
    }
    #get-intouch p.large {
        font-size: 30px;
        line-height: 30px;
    }
/** footer single line **/
    .footer-contact.table .col.details,
    .footer-contact.table .col.hours {
        width: 100%;
    }

}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}