/*!
Theme Name: Douglas
Theme URI: 
Author: 
Author URI: 
Description: 
License URI: 
Text Domain: douglas
Tags: 




/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*: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;
}

body {
	background: #fff;
    color: #243854;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    min-width: 320px;
}

p {
    line-height: 1.5;
}

h1, h2, h3, h4, a /*.primary-menu a, a.account-text*/ {
    font-family: 'Rubik', sans-serif;
    line-height: 1.4;
    margin: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
    padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
    text-decoration: none;
}

a:hover {
    color: #62A9AA;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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. */
}

.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. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.page-template-default .entry-content {
    /* margin: 0 auto;
    max-width: 888px;
    padding: 40px 20px; */
}

.page-template-default .entry-content p, .page-template-default .entry-content 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;
}

.page-template-default .entry-content table {
    max-width: 100%;
}

button {
    outline: none;
}

.button, .white-button {
    font-weight: 500;
}

.button {
    background-color: #70ACAE;
    border: 2px solid #70ACAE;
    border-radius: 20px;
    color: #FFF;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.button:hover {
    color: #70ACAE;
    background-color: #FFF;
}

.large-button {
    border-radius: 25px;
    padding: 15px 30px;
}

.white-button {
    background-color: #FFF;
    border-radius: 25px;
    box-shadow: 4px 4px 0 #62A9AA;
    color: #62A9AA;
    display: inline-block;
    font-size: 1em;
    line-height: 22px;
    padding: 14px 30px;
    position: relative;
    left: 0;
    top: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: fit-content;
}

.white-button:hover {
    background-color: #F6F3EF;
    box-shadow: none;
    left: 4px;
    top: 4px;
}

.wrap {
    display: block;
    margin: 0 auto;
    max-width: 75em;
}

.expanding-content-block {
    line-height: 1.5;
}

.expanding-content-main {
	margin-top: 0.5em;	
}

.expanding-content-readmore .readmore {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	background-color: transparent;
	margin-top: 0.5em;
}

.expanding-content-extended {
	margin-top: 1em;	
}

.border-effect {
    background-repeat: repeat-x;
    background-size: 1440px auto;
    height: 20px;
    width: 100%;
    position: absolute;
    z-index: 999;
}

.border-top {
    background-image: url(https://douglascuddletoy.com/wp-content/themes/douglas/images/border-top.svg);
    background-position: top;
    top: -2.5px;
}

.border-bottom {
    background-image: url(https://douglascuddletoy.com/wp-content/themes/douglas/images/border-bottom.svg);
    background-position: bottom;
    bottom: -2.5px;
}

.border-both {
    background: url(https://douglascuddletoy.com/wp-content/themes/douglas/images/border-top.svg), url(https://douglascuddletoy.com/wp-content/themes/douglas/images/border-bottom.svg);
    background-position: top, bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 1440px auto, 1440px auto;
    height: calc(100% + 4px);
    top: -2px;
}

.store_locator_plus {
    margin: 4em auto;
    max-width: 1200px;
}

.store_locator_plus #searchForm .search_item {
    display: flex;
    justify-content: space-between;
}

.store_locator_plus #addy_in_radius {
    align-items: center;
    display: flex;
    width: 50%;
}

.store_locator_plus #radius_in_submit {
    float: right;
}

.store_locator_plus #addressInput {
    width: 75%;
}

#map_sidebar {
    margin-top: 1em;
}

.gform_wrapper input, .gform_wrapper textarea {
    border-radius: 6px;
}

.gform_wrapper div.validation_error {
    border: none !important;
    color: #d62054 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px !important;
}

.gform_wrapper li.gfield.gfield_error {
    position: relative;
}

.gform_wrapper .validation_message {
    color: #d62054 !important;
    line-height: 2 !important;
    position: absolute;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #d62054 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

@media only screen and (min-width: 48em) {
    
    .page-template-default .entry-content {
        /* padding: 60px 50px; */
    }

}


/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.blog .woocommerce-breadcrumb, .blog-page-header, .single .woocommerce-breadcrumb, .archive .woocommerce-breadcrumb, .category-menu {
    margin: 0 auto;
    padding: 0 20px;
}

.blog .woocommerce-breadcrumb, .blog-page-header,  .archive .woocommerce-breadcrumb, .category-menu {
    max-width: 1240px;
}

.blog-page-header {
    margin-bottom: 16px;
}

.single .woocommerce-breadcrumb {
    max-width: 1040px;
}

.single-product .woocommerce-breadcrumb {
    max-width: none;
    padding: 0;
}

.blog .woocommerce-breadcrumb, .single .woocommerce-breadcrumb, .archive .woocommerce-breadcrumb {
    margin-bottom: 16px;
    margin-top: 20px;
}

.archive .page-numbers {
    display: inline-block;
    min-width: 20px;
    border-radius: 4px;
    background-color: #fff;
    margin: 0.5em 0.25em;
    padding: 5px 3px 5px 5px;
    text-align: center;
}
.archive-posts {
	display: grid;	
	padding: 20px 20px 0;
  	grid-template-columns: repeat(1, 1fr);
  	grid-gap: 20px;
}
.archive-post {
	/* margin: 0 auto 20px; */
}
.archive-post .post {
	margin: 0;
}
.blog #content, .category #content {
    margin-bottom: 40px;
}
.entry-thumbnail-cat {
	position: relative;
	/* fallback if no featured image on post
	min-height: 38px; */
}
/* we don't want that fallback on newsletter archives */
.blog .pagination, .archive .pagination {
    margin-top: 40px;
}
.type-newsletter .entry-thumbnail-cat {
	min-height: inherit;
}
.blog .post-thumbnail img {
    /* max-height: 250px;
    min-height: 250px; */
}

.entry-thumbnail-cat a,
.entry-thumbnail-cat img {
	display: block;	
}
/* .archive .cat-links, 
.blog .cat-links, 
.archive-post .cat-links,
.single .cat-links {
    color: #626D72;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0 10px;
    text-transform: uppercase;
} */

/* .archive-post .posted-on {
	display: block;
	padding: 20px 20px 0;
	font-size: 14px;	
} */
/* no spacing above posted-on on newsletter posts */
.archive-post .type-newsletter .posted-on {
	padding-top: 0;
}


.archive-post .entry-title {
	font-size: 18px;
    font-weight: 300;
	margin: 0;
}

.archive-post .post-thumbnail {
    margin-bottom: 16px;
}

.archive-post .entry-meta {
    margin-bottom: 10px;
}

.archive-post .entry-title {
    font-size: 18px;
    font-weight: bold;
}

.archive-post .entry-summary {
	display: none;	
}

.blog .sticky-posts .archive-post footer p a {
    display: initial;
}

#taxonomy-select-form {
    position: relative;
}

#taxonomy-select-form:after {
    color: #70ACAE;
    content: '⌃';
    font-size: 22px;
    pointer-events: none;
    position: absolute;
    right: 0.75em;
    top: 0.25em;
    transform: rotate(180deg);
}

#taxonomy-select-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #F6F3EF;
    border: none;
}

.category-menu h3 {
    font-size: 16px;
    margin-bottom: 16px;
}



@media only screen and (min-width: 30em) {
	.archive-posts {
		grid-template-columns: repeat(2, 1fr);
	}
    #taxonomy-select-form {
        width: 49%;
    }
    .blog #content, .category #content {
        margin-bottom: 60px;
    }
}


@media only screen and (min-width: 48em) {
    
    .blog .woocommerce-breadcrumb, .single .woocommerce-breadcrumb, .archive .woocommerce-breadcrumb {
        margin-top: 40px;
    }
	.archive-posts {
		grid-template-columns: repeat(2, 1fr);
		max-width: 1240px;
		margin: 0 auto;
	}
	.archive-posts.grid-posts-4 {
		grid-template-columns: repeat(2, 1fr);
	}
    .archive-post .entry-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 60em) {
	.archive-posts {
		grid-template-columns: repeat(3, 1fr);
        grid-gap: 60px 40px;
	}
	.archive-posts.grid-posts-4 {
		grid-template-columns: repeat(4, 1fr);
	}
    #taxonomy-select-form {
        width: 31%;
    }
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/* .hentry {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Posts */
.single .entry-title {
    font-weight: 500;
    margin-bottom: 0.5em;
}

.single .entry-meta {
    margin-bottom: 1em;
}

.single .entry-content p {
    margin-bottom: 2.5em;
}

.single .product-tag p {
    margin-bottom: 0.25em;
}

.single .entry-content p img.size-thumbnail {
    width: 50%;
}

.blog .posted-on, .archive .posted-on, .single .posted-on {
    margin-right: 0.25em;
}

.blog .cat-links, .archive .posted-on, .single .cat-links {
    font-weight: 500;
}

.byline {
    font-weight: bold;
    margin-bottom: 0.25em;
}

.related-title, .related-posts {
    margin: 0 20px;
}

.related-title {
    padding-bottom: 20px;
}

.related-posts {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 40px;
}

.single .related-posts article {
    margin-bottom: 40px;
}

.single .comment-body {
    border-bottom: 1px solid #E8E8E8;
    padding: 1.5em 0 2.5em;
}

.single article h2 {
    font-size: 18px;
}

.comments-area h3 {
    font-size: 25px;
}

.comments-area .button {
    margin: 15px 0 0;
}

.comments-area .button, .comment-reply-link {
    background-color: #FFF;
    border: 2px solid #70ACAE;
    border-radius: 20px;
    color: #70ACAE;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    padding: 9px 24px;
    text-transform: uppercase;
}

.comments-area .submit {
    background-color: #70ACAE;
    border: 2px solid #70ACAE !important;
    border-radius: 25px;
    color: #FFF;
    cursor: pointer;
    padding: 0.75em 0;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 100%;
}

.comments-area .submit:hover {
    background-color: #FFF;
    color: #70ACAE;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list .photo, .says {
    display: none;
}

.comment-author .fn {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.comment-metadata {
    font-style: italic;
}

.comment-respond {
    margin-top: 40px;
}

.comment-respond textarea, .comment-respond input {
    background-color: #F6F3EF;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
}

.inv-recaptcha-holder {
    display: none;
}

.nav-links > div {
    margin-bottom: 40px;
}

.nav-links a > span {
    color: #006396;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
}

.nav-links img {
    border-radius: 8px;
}


@media only screen and (min-width: 48em) {
    
    .single .entry-header {
        padding: 0 100px;
    }
    
    .single .post-thumbnail, 
    .single .entry-content, 
    .single .entry-footer, 
    .comments-area, 
    .single .post-nav-title, 
    .single .post-navigation {
        padding: 0 50px;
    }

    .single .entry-content p img.size-thumbnail {
        width: 33.3333%;
    }
    
    .single .related-posts article {
        margin-bottom: 0;
    }
    
    .related-title, .related-posts {
        margin: 0 50px;
        max-width: 1300px;
        padding: 0 0 60px;
    }
    
    .related-posts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px 20px;
    }
    
    .entry-thumbnail-related .post-thumbnail {
        padding: 0;
    }
    
    .nav-links {
        /* display: flex; */
    }
    
    .nav-links > div {
        margin-bottom: 0;
        width: 50%;
    }
    
    .nav-links > div:last-of-type {
        margin-left: 20px;
    }

    .comments-title {
        font-size: 35px;
    }
    
    .comment-form-author, .comment-form-email, .comment-form-url, .comment-respond .form-submit {
        display: inline-block;
        width: calc(52% - 20px);
    }
    
    .comment-form-author, .comment-form-url {
        padding-right: 16px;
    }
    
    .comments-title, .comments-area a.button {
        display: inline-block;
    }
    
    .comments-area {
        margin: 60px auto;
    }
    
    .comments-area a.button {
        float: right;
        margin: 0;
    }
    
}


@media only screen and (min-width: 64em) {
    
    .single .entry-header,
    .single .post-thumbnail, 
    .single .entry-content, 
    .single .entry-footer, 
    .comments-area, 
    .single .post-nav-title, 
    .single .post-navigation {
        padding: 0;
    }
    
    .single .entry-title {
        font-size: 50px;
        line-height: 1.2;
    }
    
    .single .post-thumbnail img {
        display: block;
        margin: 0 auto;
    }

    .single .entry-content p img.size-thumbnail {
        width: 20%;
    }
    
    .nav-links > div:last-of-type {
        margin-left: 40px;
    }

    .related-title h2 {
        font-size: 35px;
    }
    
    .related-posts {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 60px 40px;
    }
    
}


@media only screen and (min-width: 87.5em) {
    
    .related-title, .related-posts {
        margin: 0 auto;
        max-width: 1200px;
    }
    
}

/*--------------------------------------------------------------
## Search results
--------------------------------------------------------------*/
.page-header {
    padding: 20px;
    text-align: center;
}

body.search-results .page-header {
    background: white;
    padding-bottom: 30px;
}

body.search-results .page-header .page-title {
    margin-bottom: 0.5em;
}

body.search-results .page-header .page-header-search-form {
    margin: 0 auto;
    max-width: 785px;
    position: relative;
    width: 100%;
}

body.search-results .page-header .page-header-search-form input[type="text"], body.search-results .page-header .page-header-search-form input[type="search"] {
    border: 1px solid #E0DFDF;
    border-radius: 6px;
    font-size: 18px;
    line-height: 0;
    padding: 16px;
    width: 100%;
}

.search-submit {
    background-color: #243854;
    border-color: transparent;
    color: #fff;
}

body.search-results .page-header .page-header-search-form input[type="submit"], .search-form button[type="submit"] {
    background-color: transparent;
    background-image: url();
    cursor: pointer;
    font-size: 0;
    height: 42px;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 42px;
}

.site-navigation .search-form button[type="submit"] {
    top: 3px;
}

.search-form button[type="submit"]:before {
    color: #243854;
    content: "\e904";
    font-family: "douglas" !important;
    font-size: 30px;
    line-height: 20px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.search-results .search-results {
    margin: 0 auto;
    max-width: 825px;
    padding: 1.5em 20px;
}

body.search-results .search-results .search-results-count {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

body.search-results .search-results article {
    border-top: 1px solid #E0DFDF;
    padding: 40px 0;
}

body.search-results .search-results .entry-header {
    padding: 0;
    text-align: center;
}

body.search-results .search-results article:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
}

body.search-results .search-results a.post-thumbnail {
    display: block;
    font-size: 0;
    margin: 0 auto 10px auto;
    max-width: 280px;
    padding: 0;
    width: 100%;
}

.wp-post-image {
    border-radius: 6px;
}

body.search-results .search-results .entry-title {
    margin: .25em 0 0 0;
}

body.search-results .search-results .woocommerce-Price-amount {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

body.search-results .search-results a.button {
    margin-top: 1.5em;
}

.nav-links {
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.nav-links .page-numbers {
    /* background-color: #FFF;
    display: inline-block;
    margin: 0.5em 0.25em;
    min-width: 40px; */
}

.nav-links .page-numbers.current {
    /* color: #70ACAE; */
}

.nav-links .page-numbers.dots {
    background-color: transparent;
    border-color: initial;
    border-image: initial;
    border-style: initial;
    border-width: 0px;
    min-width: 20px;
}

.prev.page-numbers, .next.page-numbers {
    background: none;
}


@media only screen and (min-width: 32em) {
    
    body.search-results .search-results a.post-thumbnail {
        float: left;
        margin: 0;
        padding: 0 20px 0 0;
        width: 145px;
    }

    body.search-results .search-results .entry-header {
        text-align: left;
    }
    
}


@media only screen and (min-width: 48em) {
    
    .page-header {
        padding: 40px 20px;
    }
    
    body.search-results .search-results a.post-thumbnail {
        padding-right: 40px;
        width: 205px;
    }
    
    body.search-results .search-results .entry-title {
        font-size: 1.75em;
    }
    
}


@media only screen and (min-width: 64em) {
    
    .page-header {
        padding: 70px 20px;
    }
    
}


@media only screen and (min-width: 80em) {
    
    body.search-results .page-header .page-title {
        font-size: 3em;
    }
    
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    width: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    text-align: center;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    /* position: absolute;
    top: 50%; */

    display: block;

    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: 2px solid #70ACAE;
    border-radius: 50%;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'douglas';
    font-size: 24px;
    line-height: 0.75;
    
    opacity: .75;
    color: #70ACAE;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    /* left: -25px; */
    margin-right: 14px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: "\f104";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f105";
}

/* .slick-next
{
    right: -25px;
} */
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: "\f105";
}
[dir='rtl'] .slick-next:before
{
    content: "\f104";
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer .gform_wrapper input, .site-footer .gform_wrapper textarea {
    border: none;
}

.site-footer-top {
    background-color: #F6F3EF;
}

.site-footer-inner {
    margin: 0 auto;
    max-width: 1300px;
    padding: 40px 20px;
}

.inner-footer-top {
    margin-bottom: 2.5em;
    border-bottom: 1px solid #C2C1C1;
}

.inner-footer-top h4 {
    font-size: 25px;
}

.site-footer-top .gfield {
    margin: 0 0 1em !important;
    padding: 0;
}

.site-footer-top .ginput_container {
    width: 100% !important;
}

.site-footer-top li.gfield {
    padding-right: 0 !important;
}

.site-footer-top .ginput_container, .site-footer-top .ginput_container > span {
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer-top .ginput_container input {
    margin: 0 !important;
    padding: 10px 16px !important;
}

.site-footer-top .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer-top .gform_button {
    background-color: #70ACAE;
    border-radius: 25px;
    color: #FFF;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 12px 30px;
    text-transform: uppercase;
    width: 100% !important;
}

.site-footer-top h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.site-footer-top h4 {
    font-size: 25px;
}

.site-footer-top dl {
    margin: 0;
}

.site-footer-top dt {
    font-weight: normal;
    float: left;
    margin-right: 5px;
}

.site-footer-top dd {
    line-height: 1.4;
    margin: 0;
}

.site-footer-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-top li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.4;
}

.social-icons a {
    font-size: 2em;
    margin-right: 0.25em;
}

.site-footer-top .social-icons a [class^="icon-"] {
    color: #70ACAE;
    font-family: 'douglas' !important;
    transition: all 0.5s ease;
}

.site-footer-top .social-icons a [class^="icon-"]:hover {
    color: #243854;
}

.woocommerce-checkout footer {
    display: none;
}

.site-footer-bottom {
    background-color: #243854;
    padding: 16px 20px;
}

.site-footer-bottom .wrap {
    text-align: center;
}

.site-footer-bottom p {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px;
}

.site-footer-bottom .button {
    font-size: 14px;
    padding: 9px 26px;
}

@media only screen and (min-width: 48em) {
    /* 768 */
    
    .site-footer-inner {
        padding: 40px 50px;
    }
    
    .gform_wrapper {
        margin: 0 0 40px !important;
    }
    
    .site-footer-top li.gfield {
        padding-right: 16px !important;
    }
    
    .site-footer-top .ginput_container input {
        margin: 0 !important;
        padding: 14px 16px !important;
    }
    
    /* Make footer form 2 X 2 */
    .inner-footer-top h4 {
        margin-bottom: 0;
    }

    .inner-footer-top .gform_wrapper ul li.gfield {
        display: inline-block;
        margin: 15px 0 0 !important;
        padding: 0;
        width: calc(52% - 16px);
    }

    .inner-footer-top .gform_fields li {
        margin-right: 40px;
    }

    .inner-footer-top .gform_fields li:nth-child(2n) {
        margin-right: 0;
        padding-right: 0 !important;
    }

    .inner-footer-top .gform_fields li:nth-child(2n) span {
        padding-right: 0;
    }

    .inner-footer-top form {
        position: relative;
    }

    .site-footer .gform_wrapper input, .site-footer .gform_wrapper textarea {
        padding: 10px !important;
    }

    .inner-footer-top .gform_wrapper input {
        width: 100% !important;
    }

    .inner-footer-top .gform_fields input[type=text] {
        margin: 0 !important;
    }

    .inner-footer-top .gform_footer {
        bottom: 0;
        display: inline-block;
        padding: 0 !important;
        position: absolute;
        right: 7px;
        width: calc(52% - 16px) !important;
    }
    
    .inner-footer-top .gform_wrapper .gform_footer input[type=submit] {
        background-color: #70ACAE;
        border: 2px solid #70ACAE;
        border-radius: 25px;
        color: #FFF;
        font-weight: normal;
        margin: 0;
        padding: 6px 30px !important;
        text-transform: uppercase;
        transition: all 0.5s ease;
    }

    .inner-footer-top .gform_wrapper .gform_footer input[type=submit]:hover {
        color: #70ACAE;
        background-color: #FFF;
    }

    .inner-footer-top .gform_fields .ginput_container {
        margin: 0 !important;
        width: 100% !important;
    }

    .inner-footer-top .gform_fields li div {
        margin: 0 !important;
        padding: 0 !important;
    }

    .inner-footer-top .gform_fields li div span {
        margin: 0 !important;
        padding: 0 !important;
    }
    /* End footer form 2 X 2 styles */
    
    .footer-column {
        display: inline-block;
        width: calc(50% - 16px);
        vertical-align: top;
        margin-right: 16px;
    }

    .site-footer-bottom {
        padding: 14px 0;
    }
    
    .site-footer-bottom .wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .site-footer-bottom p {
        margin: 0 24px 0 0;
    }
    
}


@media only screen and (min-width: 56.25em) {
    /* 900 */
    
    .inner-footer-top .gform_wrapper ul li.gfield {
        margin-right: 5px !important;
        vertical-align: middle;
        width: calc(26% - 16px);
    }
    
    .inner-footer-top .gform_fields li:nth-child(2n) {
        padding-right: 16px !important;
    }
    
    .inner-footer-top .gform_footer {
        width: calc(26% - 16px) !important;
    }
    
}


@media only screen and (min-width: 75em) {
    /* 1200 */
    
    .gform_wrapper {
        margin: 0 0 50px !important;
    }
    
    .footer-column {
        width: calc(25% - 16px);
    }
    
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
pre {
	text-align: left !important;	
}
/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
