/*!
Theme Name: Mirostone
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mirostone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3c3c3b;
	text-decoration: none;
}

a:hover {
	color: #3c3c3b;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------
# Custom Typography */

@font-face {
	font-family: "dundeelight";
	src: url("fonts/dundeelight.eot");
	src: local("☺"), url("fonts/dundeelight.woff") format("woff"),
		url("fonts/dundeelight.ttf") format("truetype"),
		url("fonts/dundeelight.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "dundeebold";
	src: url("fonts/dundeebold.eot");
	src: local("☺"), url("fonts/dundeebold.woff") format("woff"),
		url("fonts/dundeebold.ttf") format("truetype"),
		url("fonts/dundeebold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

body,
button,
input,
select,
textarea {
	font-family: "dundeelight";
}

/*--------------------------------------------------------
# General Page Template Styles */

#page {
	position: relative;
}

.page-template-default #content {
	padding: 30px 0 80px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page-template-default #content section {
	width: 100%;
	clear: both;
	display: block;
	margin-top: 50px;
}

.equal-image-icon-text-block,
.photo-video-gallery,
.map-contact-blocks,
.header-block {
	padding: 0 15px;
}

.page-template-default #content section.single-column-gallery {
	margin-top: 50px;
}

.page-template-default #content section.four-column-sink-gallery,
.page-template-default #content section.three-column-sink-gallery {
	margin-top: 0;
}

.page-template-default #content section.three-column-sink-gallery {
	margin-top: 25px;
}

.equal-image-text-block {
	padding: 0 15px;
}

.center-content {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.center-content:after {
	content: "";
	display: block;
	clear: both;
}

.page-template-default #content section:after {
	content: "";
	display: block;
	clear: both;
}

.page-template-default #content section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-default #content h2 {
	font-size: 1.875em;
}

/*--------------------------------------------------------
# Home Page Template Styles */

.home header {
	position: absolute;
	z-index: 2;
	margin-top: 32px;
	margin-left: 55px;
}

.page-template-default #white-logo{
	display: none;
}

.home #white-logo {
	display: block;
}

.home #black-logo {
	display: none;
}

.page-template-default #masthead {
	padding: 32px 55px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#home {
	width: 100%;
	height: 100vh;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	z-index: 1;
}

#home article {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#home article h2,
#home article h1 {
	color: #3c3c3b;
	font-size: 4.688em;
	line-height: 1.1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#home article h2 {
	font-family: "dundeebold";
}

#home article p {
	font-size: 2.188em;
	color: #3c3c3b;
	margin: 0;
	padding: 0;
	line-height: 2em;
}

#home article a {
	color: #3c3c3b;
}

/*--------------------------------------------------------
# Header Block Section Styles */

.header-block {
	width: 100%;
	max-width: 675px;
	margin: 0 auto;
	text-align: center;
}

.header-block h1 {
	font-size: 2.5em;
	color: #333333;
}

.header-block p {
	color: #333333;
	font-size: 1.406em;
	margin: 15px 0 0;
	padding: 0;
}

/*--------------------------------------------------------
# Image, Icon & Text Section Styles */

.image-icon-blocks {
	padding-top: 25px;
}

.image-icon-blocks article {
	margin-bottom: 50px;
}

.image-icon-blocks article:last-of-type {
	margin-bottom: 0;
}

.image-icon-blocks article:after {
	content: "";
	display: block;
	clear: both;
}

.icon-image {
	float: left;
	width: 50%;
	padding-right: 12.5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.image-icon-blocks article:nth-child(even) .icon-image {
	float: right;
	padding-right: 0;
	padding-left: 12.5px;
}

.icon-content {
	float: right;
	width: 50%;
	padding-left: 12.5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	padding-top: 20px;
}

.image-icon-blocks article:nth-child(even) .icon-content {
	float: left;
	padding-left: 0;
	padding-right: 12.5px;
}

.icon-content h2 {
	margin: 10px 0;
}

.icon-content p {
	font-size: 1.125em;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	max-width: 470px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1.33em;
}

/*--------------------------------------------------------
# Gallery Section Styles */

.three-column-sink-gallery li,
.four-column-sink-gallery li,
.four-column-gallery li {
	display: inline-block;
	width: 25%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 15px solid #fff;
}

.three-column-sink-gallery li,
.four-column-sink-gallery li {
	position: relative;
	min-height: 300px;
}

.three-column-sink-gallery li {
	border-bottom: 0;
}

.four-column-sink-gallery li img {
	max-height: 200px;
}

.sink-product {
	bottom: 0;
	left: 0;
	position: absolute;
}

.sink-product p {
	margin: 10px 0 0;
	padding: 0;
}

.three-column-sink-gallery p,
.four-column-sink-gallery p,
.four-column-gallery p {
	font-size: 1.125em;
}

.three-column-sink-gallery li:last-of-type {
	width: 50%;
}

.single-column-gallery li {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 15px solid #fff;
}

.single-column-gallery p,
.four-column-gallery p {
	font-size: 1.125em;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------
# Equal Text & Image Section Styles */

.equal-image-text-block article {
	position: relative;
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding-right: 12.5px;
}

.equal-image-text-block article.image-right {
	float: right;
	padding-left: 12.5px;
	padding-right: 0;
}

.equal-image-text-block article:last-of-type {
	padding: 0;
}

.equal-image-text-block article h2 {
	margin-bottom: 10px;
}

.equal-image-text-block article p {
	width: 100%;
	max-width: 470px;
	margin: 0 auto 10px;
	font-size: 20px;
}

.equal-image-text-block article p:last-of-type {
	margin-bottom: 0;
}

.equal-image-text-block article p strong {
	font-weight: normal;
	color: #e3c5c9;
	font-family: "dundeebold";
}

/*--------------------------------------------------------
# The Distributors Page Template Styles */

.map-contact-details-block {
	padding-top: 25px;
}

.map-contact-blocks article {
	margin-bottom: 50px;
}

.map-contact-blocks article:last-of-type {
	margin-bottom: 0;
}

.map-contact-blocks article:after {
	content: "";
	display: block;
	clear: both;
}

.map-contact-blocks p {
	font-size: 1.125em;
}

.map {
	float: left;
	width: 50%;
	padding-right: 12.5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.map-contact-blocks article:nth-child(even) .map {
	float: right;
	padding-right: 0;
	padding-left: 12.5px;
}

.contact-details {
	float: right;
	width: 50%;
	padding-left: 12.5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	padding-top: 4.5%;
}

.map-contact-blocks article:nth-child(even) .contact-details {
	float: left;
	padding-left: 0;
	padding-right: 12.5px;
}

.btn {
	display: inline-block;
	border: 3px solid #ede098;
	background-color: #ede098;
	font-size: 1.125em;
	color: #333333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 7px 30px;
	font-family: "dundeebold";
}

.btn:hover {
	background: none;
	color: #ede098;
}

.map-contact-blocks .gm-style-iw p {
	font-size: 1em;
}

.wpgmza_infowindow_address {
	display: none;
}

/*--------------------------------------------------------
# The Gallery Page Template Styles */

.gallery-header {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.gallery-header:after {
	content: "";
	display: block;
	clear: both;
}

.page-template-default #content .gallery-header h2 {
	display: inline-block;
	margin: 0 12.5px;
	font-size: 1.563em;
}

.page-template-default #content .gallery-header h2 a {
	cursor: pointer;
}

.video-gallery,
.photo-video-gallery .photo-gallery {
	column-count: 2;
	column-gap: 25px;
	padding-top: 15px;
}

.photo-video-gallery .photo-gallery div {
	margin-bottom: 25px;
}

.photo-video-gallery .photo-gallery img {
	vertical-align: bottom;
}

.video-gallery li {
	margin-bottom: 25px;
}

.video-gallery p {
	font-size: 1.125em;
	margin: 0;
	padding: 0;
}

.video-gallery {
	display: none;
}

/*--------------------------------------------------------
# General Footer Styles */

footer .center-content {
	border-top: 1px solid #d6d6d5;
	padding: 50px 0;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

footer section {
	float: left;
	width: 25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
}

footer h2 {
	color: #333333;
	font-family: "dundeebold";
	font-size: 1.125em;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	font-size: 1.125em;
	list-style: none;
}

footer p {
	padding: 0;
	margin: 0;
	font-size: 1.125em;
}

/*--------------------------------------------------------
# Mobile Break Point Styles */
@media screen and (max-width: 800px) {
	.page-template-default #masthead {
		padding: 32px 15px;
	}
	.home header {
		margin-left: 15px;
	}
	#home article h2,
	#home article h1 {
		font-size: 2.813em;
	}
	#home article p {
		font-size: 1.563em;
	}
	button#responsive-menu-pro-button {
		right: 15px !important;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#responsive-menu-pro-container #responsive-menu-pro-wrapper {
		margin-top: 20vh !important;
	}
	.page-template-default #content {
		padding: 0 0 50px;
	}
	.header-block h1 {
		font-size: 2.188em;
	}
	.header-block p {
		line-height: 1.3em;
		font-size: 1.25em;
	}
	.icon-image,
	.icon-content,
	.equal-image-text-block article,
	.equal-image-text-block article:last-of-type,
	.map-contact-blocks article:nth-child(2n) .map,
	.map,
	.contact-details {
		float: none;
		width: 100%;
		padding: 0;
		clear: both;
	}
	.image-right,
	.image-left,
	.icon-image {
		text-align: center;
	}
	.video-gallery li,
	.photo-video-gallery .photo-gallery div {
		margin-bottom: 15px;
	}
	.four-column-sink-gallery li {
		width: 50%;
		min-height: 275px;
	}
	.four-column-gallery li,
	.three-column-sink-gallery li {
		width: 50%;
	}
	.three-column-sink-gallery li:last-of-type {
		width: 100%;
		min-height: auto;
	}
	.equal-image-text-block article:last-of-type {
		padding-top: 25px;
	}
	.icon-content {
		padding-top: 25px;
	}
	.contact-details {
		padding-top: 25px;
	}
	.image-icon-blocks {
		padding-top: 0;
	}
	footer section {
		width: 100%;
		margin-bottom: 25px;
	}
	footer section:last-of-type {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------
# Mobile Break Point Styles */
@media screen and (max-width: 600px) {
	.video-gallery,
	.photo-video-gallery .photo-gallery {
		column-count: 1;
	}
	#wpgmza_map_2,
	#wpgmza_map_1 {
		height: 212px !important;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	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;
}

/*--------------------------------------------------------------
## Additional CSS
--------------------------------------------------------------*/

.vertical-center {
	padding-top: 5%;
	/* display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    width: 100%; */
}

p.small {
	font-size: 16px;
}

.photo-gallery-btn,
.video-gallery-btn {
	display: block;
	padding: 12px 17px;
	border: 2px solid #333;
	transition: background-color 200ms linear;
}

.photo-gallery-btn:hover,
.video-gallery-btn:hover,
.photo-gallery-btn.is-active:hover,
.video-gallery-btn.is-active:hover {
	background-color: #ebcace;
}

.photo-gallery-btn.is-active,
.video-gallery-btn.is-active {
	background-color: #ede098;
}

.sink-product p,
.three-column-sink-gallery ul li p {
	text-align: center;
}

.responsive-menu-pro-item-link:hover {
	color: #fff !important;
}

/*Cookie Control*/
#ccc-icon.ccc-icon--dark #star path {
    fill: #3C3C3B !important;
}

body #ccc #ccc-icon {
    fill: #e4c5c9 !important;
}
