
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

::-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;
    font-size:16px;
    height: 100%;
}
main, .site-content-menu-slide  {
    min-height: 100%;
}

.contentwrap {
    max-width:1200px;
    margin: 0 auto;
    position:relative;
    padding:0 20px;
}
.page-body.contentwrap::after {
    content:"";
    display: table;
    width: 100%;
    height:1px;
    clear: both;
}

img {
    border:none;
    max-width:100%;
    height:auto !important;
}



hr {
    border-color:#606060;
}

nav.slide-menu {
    display:none;
}

a,
a:visited {
    color: inherit;
}
/*============ header ============*/
.menu-bar {
    background:#161B21;
    color:#FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    height:80px;
    line-height:60px;
}
.menu-bar .logo {
    position:absolute;
    top: -4px;
}
.menu-bar .logo h1 {
    margin:0;
    font-size:12px;
    font-weight: normal;
}
.menu-bar ul {
    list-style:none;
    text-align: center;
    margin:0;
    padding:0;
}
.menu-bar li {
    display:inline-block;
    margin:10px;
}
.menu-bar li > ul {
    display:none;
}
.menu-bar a {
    color:inherit;
    text-decoration:none;
}
.header-contact-bar {
    text-align:center;
    font-weight: bold;
    text-transform:uppercase;
}
.header-contact-bar .phone-us {
    position:absolute;
    left:0;
}

#mobile-menu {
    display: none;
    position: absolute;
    position: fixed;
    top: 20px;
    right: 20px;
    background: #161B21;
    font-size: 24px;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    z-index:1000;
}
#mobile-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    margin: 5px 0;
}
.slide-menu-active #mobile-menu span.one {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.slide-menu-active #mobile-menu span.two {
    opacity: 0;
}
.slide-menu-active #mobile-menu span.three {
    -webkit-transform: rotate(45deg) translate(-7px, -7px) ;
    transform: rotate(45deg) translate(-7px, -7px);
}

/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #ccc;
    width:240px;
    z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	right: -240px;
	overflow-y:scroll;
}
.slide-menu-active .slide-menu {
    right: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    right: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;
	letter-spacing: 2px;
	border-bottom: 1px solid #FFF;
	padding: 18px;
	text-decoration:none;
}
.slide-menu li.has-sub {
    position: relative;
    display: block;
}
.slide-menu li.has-sub > a {
    position: relative;
    border-right: 1px solid #FFF;
    margin-right: 50px; /* space for drop */
}
.slide-menu a:hover {
	background: #AD8744;
}
.slide-menu li.has-sub > a:after {
    position: absolute;
    content: "";
    display: block;
    left: 100%;
    bottom: -1px;
    background-color: #FFF;
    width: 50px;
    height: 1px; /* border bottom */
    z-index: 100;
}
.slide-menu ul .expand {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    content:"";
    display: block;
    height: 100%;
    width: 100%;
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/tall-poppy-florist/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.bottom {
    color:#000;
    background:#F5F0ED;
    margin-top: 150px;
    padding-top:100px;
    position:relative;
}
footer.bottom .logo {
    background:#FFFFFF url('https://keo-cms.appspot.com.storage.googleapis.com/sites/tall-poppy-florist/app_files/img/footer-logo.png') center no-repeat;
    background-size: 160px;
    position: absolute;
    top:-100px;
    left:50%;
    width:180px;
    margin-left:-100px;
    height:180px;
    border-radius:120px;
    border: 20px solid #F5F0ED;
}
footer.bottom ul {
    list-style:none;
    padding:0;
    margin:0;
    line-height:80px;
    text-align: center;
    font-weight:bold;
    text-transform: uppercase;
}
footer.bottom li {
    display:inline-block;
    padding:20px;
}

footer.bottom a {
    color:inherit;
    text-decoration:none;
}
footer.bottom li > ul {
    display:none;
}
.footer-bottom .contentwrap {
    color:#606060;
    display:flex;
    justify-content: space-between;
}

.footer-bottom .right {
    text-align:right;
}
.footer.bottom .enews {
    padding:0;
}
.site-link {
    text-decoration:none;
}
.footer-bottom .social-link-icon {
    width:24px;
    height:24px !important;
}
.footer-bottom .site-links {
    padding:10px;
}
.social-links-sidebar {
    background:black;
    position:absolute;
    position: fixed;
    right:0;
    top:900px;
    top: 70vh;
    padding:10px;
    z-index: 1000;
}
.social-links-sidebar .site-link {
    display:block;
    margin: 10px 0;
}
.social-links-sidebar .social-link-icon {
    width:32px;
    height:32px;
}
/** 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 ============*/
.t-home .site-body {
    min-height:100%;
}
.t-home .phone-us {
    display:none;
}
.t-home header.top {
    height:100vh;
    left:0;
    right:0;
    position:absolute;
    z-index:1;
}
.t-home .header-contact-bar {
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:1000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#161b21+30,161b21+100&1+30,0+100 */
    background: -moz-linear-gradient(top, rgba(22,27,33,1) 30%, rgba(22,27,33,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(22,27,33,1) 30%,rgba(22,27,33,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(22,27,33,1) 30%,rgba(22,27,33,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}
.t-home .menu-bar {
    position:absolute;
    left:0;
    right:0;
    bottom: 0;
    z-index: 1000;
}
.t-home .menu-bar .logo {
    display:none;
}
/*  banner */
.banners-home {
    width:100%;
    height: 100vh;
    position: relative;
}
.banners-home .banner-stage {
    width:100%;
    height:100%;
    position:relative;
}
.banners-home .banner {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    background-position:center;
    background-size:cover;
    opacity:0;
    transition: opacity 1s ease;
}
.banners-home .banner.active {
    opacity:1;
}
.banners-home .logo {
    position:absolute;
    top:50%;
    left:50%;
    width:25%;
    height:25%;
    margin-left:-12.5%;
    margin-top:-12.5%;
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/tall-poppy-florist/app_files/img/banner-logo.png') center no-repeat;
    background-size:contain;
}
.banners-home .banner-navigation,
.banners-home .banner-content {
    display:none;
}

nav.cta ul {
    list-style:none;
    padding:0;
    margin:0;
    position:relative;
    padding-top: 66%;
}
nav.cta li {
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:66.6%;
}
nav.cta .menu-icon {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-size:cover;
    background-position:center;
}
nav.cta a {
    text-decoration:none;
    color:inherit;
}
nav.cta .title {
    position:absolute;
    top:30%;
    left:20%;
    right:20%;
    height:40px;
    color:#AD8744;
    font-family: 'StayClassyDuoSerif';
    line-height:40px;
    text-align:center;
    font-size:32px;
    z-index:10;
    padding-top:20px;
}
nav.cta .page-teaser {
    position:absolute;
    top:30%;
    left:20%;
    right:20%;
    padding:30px;
    padding-top:80px;
    background:#ffffff;
    color:#606060;
    font-size:16px;
    letter-spacing:2.5px;
}
nav.cta li:nth-child(2) {
    left:50%;
    height:33.3%;
    padding-right: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
nav.cta li:nth-child(2) .menu-icon {
    left:50%;
}
nav.cta li:nth-child(2) .page-teaser,
nav.cta li:nth-child(2) .title {
    position:static;
    top: auto;
    left: auto;
    right: auto;
    padding: 20px;
    display: block;
}
nav.cta li:nth-child(2) .page-teaser {
    padding: 0 30px;
}
nav.cta li:nth-child(3) {
    top:66.6%;
    height:33.3%;
    padding-left: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
nav.cta li:nth-child(3) .menu-icon {
    right:50%;
}
nav.cta li:nth-child(3) .page-teaser,
nav.cta li:nth-child(3) .title {
    position:static;
    top: auto;
    left: auto;
    right: auto;
    padding: 20px;
    display: block;
    /* left: 20%; */
    /* right: 20%; */
}
nav.cta li:nth-child(3) .page-teaser {
    padding: 0 30px;
}
nav.cta li:nth-child(4) {
    left:50%;
    top:33.3%;
}
/*============ sub page============*/
.page-graphic {
    display: table;
    width: 100%;
    height: 45vh;
    background-size:cover;
    background-position:center;
    position:relative;
    color:#fff;
}
.page-graphic::before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index:0;
}
.page-graphic h1 {
    position:relative;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    color:#fff;
    font-family: "proxima-nova-condensed",sans-serif;
    text-transform: uppercase;
    letter-spacing:8px;
    font-weight:500;
    padding: 40px 20px;
    margin: 0;
    z-index:1;
}

/* ====== Quote Form ===== */
.quote-form {
    text-align:center;
    background:#F5F0ED;
    padding:100px 0;
}
.quote-form .row {
    display:flex;
    justify-content: center;
}
input, select, textarea, #card-element {
    border: 1px solid #BCBCBC;
    border-radius: 0;
    padding:10px;
    box-sizing: border-box;
    color:#606060;
    background:white;
}
input, select, textarea {
    width:100%;
}
textarea {
    height:100px;
}
label {
    color:#606060;
}
input[type='checkbox'] {
    width:auto;
}
.checkout-form {
    max-width:500px;
}
.quote-form label {
    display:block;
    padding-left: 10px;
    padding-top: 7px;
}
.quote-form p {
    position:relative;
    width: 520px;
    padding:10px;
    margin: 0 auto;
    text-align:left;
}
.quote-form p.center {
    text-align: center;
}
.quote-form .row.double p {
    flex-basis:250px;
    margin: 0;
}
.quote-form.floatlabel-active label {
    position:absolute;
    top:15px;
    left:15px;
}
form.floatlabel-active .js-float-label-wrapper {
    position:relative;
}
form.floatlabel-active .js-float-label-wrapper label {
    position:absolute;
    top:12px;
    left:12px;
    transition: all 0.5s ease;
    z-index: 10;
}
form.floatlabel-active .js-float-label-wrapper.focused label,
form.floatlabel-active .js-float-label-wrapper.populated label {
    top: -8px;
    font-size:10px;
    color:#8b00ff;
}
form.floatlabel-active .form-group.js-float-label-wrapper.focused label.control-label,
form.floatlabel-active .form-group.js-float-label-wrapper.populated label.control-label {
    top:2px;
    left:2px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 22px; height: 22px;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0px; left: 5px;
    font-size: 20px;
    line-height: 1.2;
    color: #bcbcbc;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999999;
}
[type="checkbox"]:disabled + label {
    color: #aaaaaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted #BCBCBC;
}
/* hover style just for information */
label:hover:before {
    border: 1px solid #BCBCBC!important;
    background: #BCBCBC
}

/* ====== product feed ===== */
.product-feed {
    text-align:center;
}
.t-page .product-feed {
    background: #F5F0ED;
    padding:50px 0;
}
.products {
    display:flex;
    flex-wrap:  wrap;
    justify-content: center;
    max-width: 1550px;
    margin: 0 auto;
}
.product {
    flex-basis:250px;
    margin: 20px;
}
.product .image-wrap {
    position:relative;
    min-height:50px;
}
.product h2 {
    color:#606060;

    /* Prevent text pushing out of container and force wrap*/
    /* 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;

}
.product .price {
    font-weight:bold;
}
#total-price {
    min-width:150px;
    display: inline-block;
}
.product .buy-now {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#1A1D22;
    display:flex;
    justify-content:center;
    align-items: center;
    text-decoration:none;
    opacity:0;
    transition: opacity 0.5s ease;
}
.product:hover .buy-now {
    opacity:0.81;
}
/* ===== product info =====*/
.product-info {
    display:flex;
}
.product-graphic {
    flex-basis:70%;
    background-size:cover;
    background-position:center;
}
.info-panel {
    background:#F5F0ED;
    color:#606060;
    flex-basis:30%;
    padding:30px;
    box-sizing: border-box;
}
.info-panel h2 {
    font-family: "proxima-nova-condensed",sans-serif;
    text-transform:uppercase;
    color:inherit;
}
.related-products header h2 {
    font-size:80px;
}
.variant h4, .product-info .control-label {
    color:#606060;
    font-weight:bold;
    text-transform:none;
    font-size:14px;
    font-family: "proxima-nova-condensed",sans-serif;
    margin-bottom:5px;
}
.product-info select {
    width:100%;
}
.variant-image {
    display:inline-block;
    width:100px;
    height:100px;
    background-size:cover;
    background-position:center;
    margin:5px;
}
.variant-image.active {
    outline:2px dashed #AD8744;
}

.purchase-form {
    display:none;
}

#card-element {
    margin:20px 0;
}
/* ===== promo banner ===== */

.banners-promo {
}
.banners-promo .banner-stage {
    padding-top:25%;
    position:relative;
}
.banners-promo .banner {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    background-position:center;
    background-size:cover;
    opacity:0;
    transition: opacity 1s ease;
    text-decoration:none;
}
.banners-promo .banner.active {
    opacity:1;
    z-index:10;
}
.banners-promo .banner-navigation {
    display:none;
}


.banners-promo .banner-content {
    padding-top:50px;
}
.banners-promo .banner-name {
    text-align:center;
    color:#FFFFFF;
    font-family: 'StayClassyDuoScript';
    font-size:96px;
    display: block;
}
.banners-promo .banner-title {
    display:block;
    text-align:center;
    color:#FFFFFF;
    margin:10px;
}
.banners-promo .banner-title .banner-item-content{
    background:white;
    color:#AD8744;
    padding:15px;
    border-radius:50%;
    font-weight:bold;
}
.banners-promo .banner-caption {
    text-align:center;
    display:block;
    margin-top:40px;
}
.banners-promo .banner-caption .banner-item-content{
    background-color:#AD8744;
    color:#fff;
    display:inline-block;
    padding:15px;
}
/* ====== news subscribe ===== */
.enews {
    text-align:center;
    background:#F5F0ED;
    padding: 50px 0;
}
.enews form {
    display:inline-block;
}

.enews input {
    width:auto;
}
.enews .button {
    padding: 10px;
}

/* ====== shop ===== */
.shop-title {
    padding: 50px 0;
    background:#F5F0ED;
    text-align:center;
}
.shop-title h1 {
    color:#000000;
    font-size:42px;
    font-family: 'StayClassyDuoSerif';
}

/* ===== how to order ==== */

.how-to-order {
    margin:100px 0;
    text-align:center;
}
.how-to-order .tiles {
    margin:100px 0;
}
.how-to-order .tile h1,
.how-to-order .tile h2,
.how-to-order .tile p {
    margin:0;
}
.how-to-order p {
    color:#606060;
    font-size:16px;
}

.how-to-order .border h1,
.how-to-order .border p{
    margin:1em;
}
.how-to-order .tile {
    align-self: flex-start;
}
.how-to-order .tile.border {
    align-self: stretch;
}

/* ===== testimonial feed ==== */
.testimonial-feed {
    text-align:center;
}
.testimonial .quote {
    width:64px;
}
.tile.testimonial {
    font-size:14px;
    font-weight:lighter;
    color: #606060;
}
.testimonial h2 {
    text-transform:uppercase;
    color: #606060;
    font-weight:bold;
    font-family: "proxima-nova-condensed",sans-serif;
    font-size:16px;
}
.testimonial-graphic {
    width:150px;
    height:150px;
    background-size:cover;
    background-position:center;
    border-radius:50%;
}
/* ===== "blurb icons" ==== */
.blurb-icons {
    padding: 0 100px;
    margin:100px 0;
    background:#F5F0ED;
    display:flex;
    justify-content: space-around;
}
.blurb-icons .icon {
    margin: 4%;
    display:flex;
    align-items: center;
}
.blurb-icons .icon p {
    text-align:left;
    margin-left:10px;
}

/* ===== contact page ==== */
.flex-row {
    display:flex;
    justify-content: space-around;
    margin: 40px 0;
}
.flex-row .contact-details {
    margin-right:20px;
}
.contact-social .social-link-icon {
    width:32px;
    padding-right: 4px;
}
.contact-social .facebook .social-link-icon {
    width: 20px;
}
.contact-details .highlight {
    font-size:18px;
}
.contact-details a,
.contact-details a:visited {
    text-decoration: none;
}

/* map */
.flex-row .map {
    flex-grow: 1;
}
.map .wrap {
    position: relative;
    width:100%;
    height:100%;
    background-color: #cbd0d4;
}
.kms-loader {
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
#contact-map {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    color:#000;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1350px) {
    nav.cta ul {
        list-style:none;
        padding:0;
        margin:0;
        position:relative;
    }
    nav.cta li,
    nav.cta li:nth-child(2),
    nav.cta li:nth-child(3),
    nav.cta li:nth-child(4) {
        position:relative;
        width:auto;
        height:60vw;
        left:auto;
    }
    nav.cta li:nth-child(2) {
        padding-right:50%;
    }
    nav.cta li:nth-child(3) {
        padding-left:50%;
    }
    .banners-promo .banner-content {
        padding-top:1vw;
    }
    .banners-promo .banner-name {
        font-size:48px;
    }
}

@media only screen and (max-width:960px) {
/* home */
    .banners-home {
        height: 50%;
        height: 50vh;
    }
    .t-home header.top {
        height: 50vh;
    }
    .banners-home .logo {
        width:250px;
        height:250px;
        margin-left:-125px;
        margin-top:-125px;
    }
    .banners-promo .banner-stage {
        padding-top:0;
    }
    .banners-promo .banner {
        position:relative;
        padding-bottom:3vw;
    }
    nav.cta li,
    nav.cta li:nth-child(2),
    nav.cta li:nth-child(3),
    nav.cta li:nth-child(4) {
        height:auto;
        padding: 40px 30px;
    }
    nav.cta li:nth-child(2) .menu-icon,
    nav.cta li:nth-child(3) .menu-icon {
        left:0;
        right:0;
    }
    nav.cta .title {
        position: relative;
        background:#ffffff;
        left:auto;
        right:auto;
        padding: 20px;
    }
    nav.cta li:nth-child(2) .title,
    nav.cta li:nth-child(3) .title {
        position: relative;
        left: auto;
        right: auto;
        text-align: center;
        display:inline;
    }
    nav.cta .page-teaser,
    nav.cta li:nth-child(2) .page-teaser,
    nav.cta li:nth-child(3) .page-teaser {
        position: relative;
        display:none;
    }
    .enews h2, .enews form {
        display: block;
    }
    .enews h2,
    .related-products header h2 {
        margin:0;
    }
/** footer **/
    footer.bottom {
       margin-top: 100px;
    }
    .social-links-sidebar {
        position: absolute;
        top: 80px;
        background: #ccc;
        border-right: 1px solid #FFF;
        padding: 0;
    }
    .t-home .social-links-sidebar {
        top: 25vh;
    }
    .social-links-sidebar .site-link {
        display: inline-block;
        padding: 5px;
    }
/* product */
    .product-graphic {
        flex-basis: 60%;
    }
    .info-panel {
        flex-basis: 40%;
    }
}

@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;

    }

/* mobile GO */
    .t-home header.top {
        height: 80px;
    }
    .t-home .menu-bar {
        background-color: transparent;
    }
    #mobile-menu {
        display:block;
    }
    .main-menu {
        display:none;
    }
    nav.slide-menu {
        display:block;
    }
    .slide-menu-active .site-content-menu-slide {
        right: 240px;
    }
/** footer **/
    footer.bottom ul {
        line-height: 30px;
    }
    footer.bottom li {
        padding-bottom: 0;
    }
    footer.bottom .enews {
        padding-top: 20px;
    }
/* home */
    .menu-bar {
        top:0;
    }
    .enews {
        padding: 30px 20px;
    }
    .product-feed h2 {
        margin-bottom: 0;
    }
    form h2,
    .product h2 {
        margin: 0;
    }
    .banners-promo .banner-content {
        text-align: center;
        padding: 20px 30px;
        padding-bottom: 40px;
    }
    .banners-promo .banner-name,
    .banners-promo .banner-title {
        display: inline-block;
    }
/* reduce scroll */
    .shop-title,
    .quote-form,
    .t-page .product-feed {
        padding: 20px 0;
    }
    .page-graphic {
        height: 250px;
        height: 20vh;
    }
/* products */
    .how-to-order {
        margin: 40px 0;
    }
    .shop-title h1 {
        margin:0;
    }
    .blurb-icons {
        display: block;
        padding: 0 40px;
        margin: 40px 0;
    }
    .blurb-icons .icon {
        text-align: center;
        padding: 20px;
        margin: 0;
    }
/* product */
    .product-info {
        display: block;
    }
    .product-graphic {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
/* contact  */
    .flex-row {
        display: block;
    }
    .flex-row .contact-details {
        margin: 0;
        margin-bottom: 20px;
    }
    .flex-row .map {
        height: 350px;
    }
    form .button {
        padding: 15px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
/* home */
    nav.cta .page-teaser,
    nav.cta li:nth-child(2) .page-teaser, nav.cta li:nth-child(3) .page-teaser {
        width: auto;
    }
/** forms stack **/
    .enews input {
        width: 100%;
    }
    .quote-form .row {
        display: block;
    }
    .quote-form p {
        width: 100%;
        box-sizing: border-box;
    }
}
/* ==========================================================================
   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;
    }
}