/*
Theme Name: Home Basics 
Description: The WordPress theme designed and built by Ali Montgomery.
Version: 1.0
Author: Ali Montgomery 
Author URI: http://alimontgomery.com

*/



/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

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

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

b,
strong {
	font-weight: 700;
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}
h1 {
    text-transform: uppercase;
	font-size: 55px;
	line-height: 53px;
}
h2 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
    text-transform: uppercase;
}
h3 {
	clear: both;
	font-weight: 100;
	margin: 0;
	text-rendering: optimizeLegibility;
    font-size: 18px;
}
h4 {
	clear: both;
	font-weight: 100;
	margin: 30px 0 0 0;
	text-rendering: optimizeLegibility;
    font-size: 12px;
    color: #666;
}

p {
	margin: 0 0 1.75em;
    color: #333;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #333;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #333;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #333;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

/**
 * modal
 */
.show-hide, .show-hide-hp {
    top: 0 !important;
    opacity: 1 !important;
}
.modalDialog, .modalDialog-hp {
    position: fixed;
    top: -200%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.modalDialog > div, .modalDialog-hp > div {
    width: 90%;
    max-width: 800px;
    position: relative;
    margin: 6% auto;
    padding: 0;
    background: #fff;
    max-height: 800px;
    overflow: scroll;
}
.close, .close-hp {
    background: #c70e53;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    margin: auto;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
}
.close:hover, .close-hp:hover {
    background: #f2bf1f;
    color: #333;
}
.mod-text {
	padding: 30px;
	margin: 0;
}
.mod-text a {
	color: #c70e53;
}
.mod-text p:last-of-type {
	margin-bottom: 0;
}
.call-line a {
	color: #f2bf1f;
}
.call-line a:hover {
	color: #fff;
	text-decoration: underline;
}
.modal-close img, .modal-close-hp img {
	width: 30px;
	position: absolute;
	right: 0;
    background: #c70e53;
    padding: 5px;
}
/**
 * Ali's / Home page
 */
.header-banner {
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	background: #f2bf1f;
	text-align: center;
	padding: 10px;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 0.8s ease;
}
.header-banner .btn {
	padding: 0 8px;
	margin-left: 15px;
}
a {
    transition: all 0.5s ease;
}
header.smaller .site-header-main {
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 20px;
}
header.smaller .logo {
    padding: 20px 20px 0 20px;
    width: 190px;
}
header.smaller #site-navigation {
    padding-top: 20px;
}
header.smaller .header-banner {
    margin-top: -200px;
    opacity: 0;
}
.flex-grow {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.logo {
	width: 250px;
	height: auto;
	padding: 30px 30px 0px 30px;
    transition: all 0.5s ease;
}
#site-navigation {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	padding-top: 30px;
    transition: all 0.5s ease;
}
.call-line {
	color: #fff;
	padding-right: 40px;
    max-width: 747px;
    font-size: 0.95em;
}
.featured-img-hp {
    width: 100%;
	height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 40px;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
}
.mask {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
    -webkit-animation: hp-mask-fade 2s 0.5s 1 ease-in-out forwards;
    -moz-animation: hp-mask-fade 2s 0.5s 1 ease-in-out forwards;
    -ms-animation: hp-mask-fade 2s 0.5s 1 ease-in-out forwards;
    -o-animation: hp-mask-fade 2s 0.5s 1 ease-in-out forwards;
    animation: hp-mask-fade 2s 0.5s 1 ease-in-out forwards;
}
@-webkit-keyframes hp-mask-fade {
   0% { opacity: 1; }
   100% { opacity: 0.25; }
}
@-moz-keyframes hp-mask-fade {
   0% { opacity: 1; }
   100% { opacity: 0.25; }
}
@-ms-keyframes hp-mask-fade {
   0% { opacity: 1; }
   100% { opacity: 0.25; }}
}
@-o-keyframes hp-mask-fade {
   0% { opacity: 1; }
   100% { opacity: 0.25; }
}
@keyframes hp-mask-fade {
   0% { opacity: 1; }
   100% { opacity: 0.25; }
}
.featured-img-hp h1, .featured-img h1 {
	z-index: 2;
	max-width: 920px;
    text-align: left;
}
.yellow-text {
    color: #f2bf1f;
}
.yellow-bg {
    background-color: #f2bf1f;
}

.swiper-container {
    width: 100%;
    height: 100%;
    max-width: 1590px;
    margin: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #eee;
    height: auto !important;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swipe-img {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
}
.prod-swiper {
    width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-container.product-swiper, .single .entry-content {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	background: #eee;
}
.arrow-wrap {
	position: relative;
	padding: 0 30px;
}
.home-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'darkgrey'%2F%3E%3C%2Fsvg%3E") !important;
    right: 30px !important;
    left: auto !important;
}
.home-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'darkgrey'%2F%3E%3C%2Fsvg%3E") !important;
    left: 30px !important;
    right: auto !important;
}
.product-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E") !important;
    right: 30px !important;
    left: auto !important;
}
.product-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E") !important;
    left: 30px !important;
    right: auto !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.swiper-pagination-bullet-active {
    background: #c70e53 !important;
}
.swipe-text {
	background: #eee;
	padding: 20px;
	text-align: left;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.swipe-img h3 {
	background-color: #c70e53;
	color: #fff;
	padding: 0 8px;
	display: inline-block;
}
.swiper-slide h3.sold {
    background-color: #c70e53;
	color:  #fff;
    padding: 0 8px;
    display: inline-block;
	position: absolute;
	left: 0;
}
.sold-title {
	color: #c70e53;
}
.entry-content a {
	color: #c70e53;
}
.single .entry-content {
	text-align: left;
	margin-top: 0;
	max-width: none;
    margin-bottom: 0;
    padding: 50px;
    width: 100%;
    max-width: 1000px;
}
.single .entry-content h1 {
	text-align: left;
	padding: 0;
}
.padding {
	padding: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.padding .entry-title {
    text-align:left;
    padding: 0;
}
.light-grey {
    background-color: #eee;
}
.full-width {
	width: 100%;
	text-align: center;
	padding: 0 20px;
	margin: 50px 0;
}
.btn {
	border: 1px solid #333;
	padding: 10px 20px;
    transition: all 0.5s ease;
    color: #000 !important;
}
.btn:hover {
    background-color: #f2bf1f;
    border-color: #f2bf1f;
    color: #000;
}
.btn-reverse {
    background-color: #f2bf1f;
    border: 1px solid #f2bf1f;
    color: #000;
    transition: all 0.5s ease;
    padding: 10px 20px;
    color: #000 !important;
}
.btn-reverse:hover {
    background-color: #333;
	border-color: #333;
    color: #fff !important;
}
.banner {
	padding: 60px 20px !important;
    background-image: url(images/arrow-repeat.svg);
    background-size: 80px;
}
.banner p {
	width: 100%;
	max-width: 720px;
	margin: 40px auto
}
.key-line {
	max-width: 800px;
	margin: 20px auto 40px;
}
.pop-up {
	position: absolute;
	bottom: 0;
	right: 40px;
	background: #c70e53;
	width: 300px;
	padding: 25px;
	border-bottom: 5px solid #f2bf1f;
	border-radius: 8px 8px 0 0;
	-webkit-animation: slide-up .5s 1s 1 forwards; 
    -moz-animation:    slide-up .5s 1s 1 forwards; 
    -o-animation:      slide-up .5s 1s 1 forwards; 
    animation:         slide-up .5s 1s 1 forwards; 
	transform: translateY(100%);
}
@-webkit-keyframes slide-up {
	0%   { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}
@-moz-keyframes slide-up {
	0%   { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}
@-o-keyframes slide-up {
	0%   { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}
@keyframes slide-up {
	0%   { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}
.pop-up p {
	color: #ffff;
	margin-bottom: 23px;
	line-height:25px;
}
.pop-up .btn-reverse {
	display: inline-block;
	padding: 6px 10px;
	margin-bottom: 5px;
}
.pop-up h2 {
	margin-bottom: 5px;
}
/**
 * Mobile nav
 */
#burger-icon {
    display: none;
    width: 40px;
    height: 30px;
    margin-right: 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.line {
    background-color: #fff;
    width: 100%;
    height: 5px;
}
#burger-icon:hover .line   {
	background-color: #f2bf1f;
}
#mobile-nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background-color: #c70e53;
    transition: all 0.5s ease;
    z-index: 9;
    padding: 80px 40px 40px 40px;
}
#mobile-nav:target {
    right: 0px;
}
.close-icon img {
	width: 40px;
	height: auto;
	position: absolute;
	top: 30px;
	right: 30px;
}
#mobile-nav .mobile a {
	color: #fff;
	border-bottom: 1px solid;
	width: 100%;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#mobile-nav .mobile a:hover,
#mobile-nav .mobile li.current_page_item a {
	color: #f2bf1f;
}
#mobile-nav ul {
	margin-left: 0;
	list-style: none;
}
/**
 * Shop page / Secondary pages
 */
.entry-title {
	text-align: center;
	padding: 0 20px;
}
.featured-img {
    width: 100%;
	height: 154px;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 40px;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    background-color: #c70e53;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.flex {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	max-width: 1650px;
	margin: auto;
}
.flex .product {
	width: 350px;
	margin: 0 30px 30px;
    background-color: #eee;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
a.product:hover {
	opacity: 0.8;
}
.sale {
	color: #c70e53;
	text-transform: uppercase;
	font-weight: bold;
}
.flex-downloads {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.downloads {
	width: 300px;
	margin: 0 20px 20px;
	padding: 20px;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #eee;
}
.downloads h2 {
    line-height: 26px;
    margin-bottom: 20px;
}
.downloads p {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.no-thumb {
    background-image: url(images/home-basics-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 75% !important;
    background-color: #e9e5e5;
}
.news-img {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center center;
}
.news-text {
    padding: 20px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-text p {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.news-text h3 {
    margin-bottom: 20px;
}
.single .site-header-main {
	background-color:#c70e53;
	padding-bottom: 20px;
}
.single .content-area {
	margin-top: 180px;
}
.single-product .prod-swiper {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin: 0 30px;
}
.prod-slider {
	padding: 0 20px;
}
.breadcrumbs {
	text-align: center;
	margin: 30px 0;
	color: #666;
	font-size: 14px;
}
.breadcrumbs a {
	color: #c70e53;
	margin: 0 10px;
}
.current-item {
	margin: 0 10px;
}
.buttons {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.buttons .btn, .buttons .btn-reverse {
  width: 48%;
	text-align: center;
}
.show-filters {
    background-color: #f2bf1f;
    position: fixed;
    left: -45px;
    top: 300px;
    padding: 15px 20px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    z-index: 9;
}
.show-filters:hover, .close-x:hover {
    color: #f2bf1f;
    background-color: #c70e53;
}
#filter-tab {
	position: fixed;
	top: 255px;
	left: -220px;
	background-color: #f2bf1f;
	padding: 30px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;    
}
#filter-tab a:hover {
	color: #c70e53;
}
#filter-tab:target {
	left: 0;
}
.filters .page-item-116, .filters .page-item-118 {
	display: none;
}
#filter-tab h4:first-of-type {
	margin-top: 0;
}
#filter-tab .btn:hover {
    color:#c70e53;
    border-color: #c70e53;
}
.close-x {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 12px;
	background-color: #000;
	color: #f2bf1f;
}
/**
 * Tabs
 */
.tab-wrap {
	width: 100%;
	max-width: 1090px;
	margin: auto;
}
.tab-wrap section {
    display: none;
    padding: 20px 0 0;
    transition: all 0.5s ease;
    background-size: 50px;
}

.tab-wrap input {
    display: none;
}

.tab-wrap label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #c70e53;
    transition: all 0.5s ease;
}

.tab-wrap label:hover {
    color: #111;
    cursor: pointer;
}

.tab-wrap input:checked + label {
    color: #fff;
    background-color: #c70e53
}
.tab-wrap input:checked + label:nth-of-type(2) {
    background-color: #f2bf1f;
    color: #c70e53;
}
.tab-wrap input:checked + label:nth-of-type(3) {
    background-color: #47bcc4;
    color: #fff;
}
.tab-wrap #tab1:checked ~ #content1,
.tab-wrap #tab2:checked ~ #content2,
.tab-wrap #tab3:checked ~ #content3 {
    display: block;
}
.tab-wrap #content1 {
	background-color: #c70e53;
	padding: 30px;
    background-image: url(images/house-repeat.svg);
}
.tab-wrap #content1, .tab-wrap #content1 p {
	color: #fff;
}
.tab-wrap #content1 a{
    color: #f2bf1f;
}
.tab-wrap #content2 {
	background-color: #f2bf1f;
	padding: 30px;
    background-image: url(images/arrow-repeat.svg);
}
.tab-wrap #content3 a {
    color: #000;
}
.tab-wrap #content3 p {
    color: #fff;
}
.tab-wrap #content2, .tab-wrap #content2 p {
	color: #c70e53;
}
.tab-wrap #content3 {
	background-color: #47bcc4;
    color: #fff;
	padding: 30px;
    background-image: url(images/house-repeat.svg);
}
.tab-wrap label:nth-of-type(1) {
    color: #fff;
	background-color: #c70e53;
}
.tab-wrap label:nth-of-type(2) {
	background-color: #f2bf1f;
}
.tab-wrap label:nth-of-type(3) {
	background-color:  #47bcc4;
    color: #fff;
}
.tab-wrap label {
    transition: all 0.5s ease;
}
.tab-wrap label:hover {
    padding: 15px 60px;
}
.contact-details {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
	padding: 0 20px;
}
.contact-details:nth-of-type(1) .deets {
	background-color: #f2bf1f;
	padding: 30px 30px 1px;
}
.contact-details:nth-of-type(2) .deets {
	background-color: #47bcc4;
	padding: 30px 30px 1px;
}
.contact-details:nth-of-type(2) .deets p {
	color: #fff !important;
}
.contact-details:nth-of-type(1) .deets a {
	color: #c70e53;
}
.contact-details:nth-of-type(2) .deets a {
	color: #000;
}
.book-btn {
	display: block;
	padding: 50px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
    background-image: url(images/arrow-repeat.svg);
    background-size: 50px;
    text-align: center;
    width: 100%;
    max-width: 1090px;
    margin: auto;
}
.mod-text .flex {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.third {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    margin: 5px;
}
.half {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    margin: 5px;
    min-width: 40%;
}
.full {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    margin: 5px;
}


/**
 * 404 */

.error404 .site-header-main {
    background-color: #c70e53;
    padding-bottom: 20px;
}
.error404 .page-content {
	max-width: 400px;
    margin: 0 auto;
}
.error404 .breadcrumbs {
	margin-top: 180px !important;
}
.error404 .page-title {
	text-align: center;
    margin-top: 30px;
}

/**
 * Site map */

.page-site-map .contact-details a {
	color: #c70e53;
}
.page-site-map .flex {
	max-width: 800px;
}
.page-site-map .contact-details {
	min-width: 300px;
}

/**
 * 6.1 - Links
 */

.page-content a {
	color: #c70e53;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

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



/**
 * 6.2 - Menus
 */

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #333;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #333;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header-main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    position: fixed;
    z-index: 3;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}
#menu-main-nav { 
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    list-style: none;
    margin: 0;
}
.primary-menu a {
	color: #fff;
	margin-right: 40px;
	text-transform: uppercase;
}
.primary-menu a:hover, li.current_page_item a  {
	color: #f2bf1f;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-content {
	width: 100%;
    max-width: 720px;
    margin: 40px auto;
    text-align: center;
    padding: 0 20px;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #333;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #333;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.6 - Footer
 */
.facebook {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.facebook img {
	width: 150px;
    margin-bottom: 10px;
}
.facebook a {
	text-align: center;
	color: #f2bf1f !important;
    font-size: 14px;
}
.facebook a:first-of-type {
	margin-right: 8px;
}
.facebook a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.site-footer {
	background-color: #c70e53;
	color: #fff;
    padding: 20px 40px 0px 40px;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-footer p {
	color: #fff;
	flex-basis: 100%;
	font-size: 12px;
	text-align: center;
	padding: 0 20px;
    margin-top: 30px;
}
.site-footer p a {
	color:#fff;
	margin: 0 10px;
}
.site-footer p a:hover {
	color:#f2bf1f;
}
.footer-logo {
	width: 120px;
}
#menu-main-nav-1 {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	list-style: none;
	max-width: 350px;
    margin-bottom: 0;
    margin-left: 50px;
}
.site-info {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
    text-align: right;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}



/**
 * Ali's responsive styles
 */

@media (max-width: 1640px) {
    .flex {
        max-width: 1230px;
    }
    .home .flex {
        max-width: 820px;
        -webkit-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
    }
    .swipe-img {
        height: 150px;
    }
}


@media (max-width: 1230px) {
    
    .flex {
        max-width: 820px;
        -webkit-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
    }
    .single-product .prod-slider {
	   -webkit-flex-direction: column;
	   -ms-flex-direction: column;
	   flex-direction: column;
    }
    .single .entry-content {
        padding: 0 !important;
    }
    .single-product .prod-slider .entry-content {
        padding: 30px !important;
    }
    .single-product .prod-swiper:last-of-type {
        display: none;
    }
    .single-product .prod-swiper {
        margin: 10px;
    }
}


@media (max-width: 1030px) {
    
    .menu-main-nav-container, #site-navigation .call-line {
        display: none;
    }
    #burger-icon {
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
    }
    .featured-img-hp h1, .featured-img h1 {
        padding: 0;
    }
}


@media (max-width: 800px) {
    h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .mod-text {
        padding: 12px;
    }
    .mod-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 650px) {

    .logo {
        width: 210px;
        padding: 20px 30px 0px 20px;
    }
    .featured-img {
        height: 140px;
    }
    #site-navigation {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    header.smaller .logo {
        padding: 10px 10px 0 10px;
        width: 140px;
    }
    #burger-icon {
        margin-right: 30px;
    }
    h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .swipe-img {
        height: 190px;
    }
    .featured-img-hp {
        padding: 30px;
    }
    .padding {
        padding: 30px;
    }
    .buttons {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .buttons .btn, .buttons .btn-reverse {
        width: 100%;
    }   
    .buttons .btn-reverse {
        margin-bottom: 10px;
    }
    .single-product .prod-swiper {
        min-width: 300px;
    }
	.pop-up {
		right: 0;
		width: 100%;
		padding: 15px 25px;
		border-bottom: 0;
		border-radius: 0;
	}
	.pop-up .btn-reverse {
		padding: 2px 10px;
	}

}

@media (max-width: 550px) { 
    .page-ways-to-give .book-btn {
        display: none;
    }
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: red !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #333 !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}


	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
