/*
Theme Name: Yule
Theme URI: https://themepalace.com/downloads/yule
Author: Theme Palace
Author URI: https://themepalace.com/
Description: Yule is a simple ecommerce theme targeted for festivals offering deep integration with WooCommerce.Yule is built on solid foundations based on the popular Underscores starter theme (which Automattic use for all themes on WordPress.com) It is the perfect starting point from which to customise your store to match your brand, whether that's using the WordPress customizer or a custom plugin / child theme integrated with the developer friendly codebase.
Version: 1.1.7
Tested up to: 6.0
Requires PHP: 5.6
Requires at least: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: yule
Tags: translation-ready, custom-background, theme-options, custom-menu, three-columns, four-columns, left-sidebar, right-sidebar, threaded-comments, custom-logo, featured-images, footer-widgets, e-commerce, grid-layout, full-width-template, holiday

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.

Yule is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Page Header
# Social Icons
# Breadcrumb List
# Sections
	## Popular products
	## Latest products
	## Our Services
	## Featured products
	## Call to action
# Woocommerce
# Contact Form
# Footer
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #e35253;}
    25% {height:30px;transform:translateY(15px);background: #e35253;}
    50% {height:5px;transform:translateY(0px);background: #e35253;}
    100% {height:5px;transform:translateY(0px);background: #e35253;}
}

.backtotop {
    background-color: #e35253;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
	background-color: #000;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #e35253;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #e35253;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

#page {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    box-shadow: 0 0 15px #aaa;
}
.site-content {
    position: relative;
}
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: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	margin-bottom: 25px;
	line-height: 1.3;
	font-weight: 700;
	font-family: 'Josefin Slab', serif;
}

h1 {
    margin-top: 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;
}

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;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
	padding: 10px 25px;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5e5e5e;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
}
p {
	margin: 0.8em 0;
	color: #5e5e5e;
}
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 http://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. */
}

blockquote {
    padding: 0 60px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}
blockquote:before {
    content: "";
    background-image: url('assets/uploads/blockquote.png');
    position: absolute;
    left: 0;
    top: 9px;
    width: 37px;
    height: 27px;
    display: inline-block;
}

blockquote p {
    margin: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
#wp-calendar th, 
#wp-calendar td {
    padding: 8px;
}
/*--------------------------------------------------------------
# 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, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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: 0;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

textarea,
#respond input,
.wpcf7 input {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    height: 40px;
    padding: 0 15px;
}
#respond input {
	border: none;
    min-height: 50px;
}
#respond textarea {
    height: 200px;
    padding: 10px 15px;
    border: none;
    background-color: #f2f2f2;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    background-color: #f2f2f2;
}
#respond input[type="submit"] {
    background-color: #F2E3E4;
    color: #e35253;
    border: none;
    width: auto;
    min-width: 125px;
    min-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
    height: 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -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;
}
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
	background-color: #e35253;
    color: #fff;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
	width: auto;
	float: left;
	height: auto;
	min-height: auto;
	margin-right: 15px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
	display: table;
	margin: 0;
	line-height: 1;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-weight: 400;
    margin-top: 0;
}
#respond label {
    color: #273238;
    margin-bottom: 15px;
    display: inline-block;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 21px 0 0;
}
#comments {
    margin: 90px 0 0;
}
#respond {
    margin-top: 60px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e35253;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-navigation {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    color: #000;
    padding: 8px 0;
}
#top-navigation .wrapper {
	max-width: 1200px;
}
#top-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#top-navigation .contact-info {
    padding: 7px 0;
}
#top-navigation.col-2 .contact-info {
    text-align: left;
    float: left;
}
#top-navigation.col-2 .top-menu {
    text-align: right;
    float: right;
}
.top-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #e0e0e0;
}
.top-menu ul li a {
    padding: 5px 15px;
    line-height: 43px;
    color: #000;
}
.top-menu ul li.count,
.top-menu ul li.search-menu {
	border: none;
}
.top-menu ul .count {
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    padding: 0;
    width: 29px;
    height: 29px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    margin-right: 10px;
}
.top-menu ul li a:hover,
.top-menu ul li a:focus {
	color: #e35253;
}
#masthead {
    position: absolute;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    -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;
}
#masthead .wrapper {
	max-width: 1200px;
}
.site-branding {
    float: left;
    padding: 15px 0;
    display: flex;
    align-items: center;
    min-height: 110px;
}
.site-title {
    font-size: 32px;
    margin: 0 0 5px;
    font-weight: 600;
}
.site-title a:hover,
.site-title a:focus {
	color: #000;
}
.site-description {
    margin: 0;
    line-height: 1;
}
.site-logo img {
    max-height: 60px;
    width: auto;
    margin-right: 20px;
}
.main-navigation {
	display: block;
    position: relative;
    float: right;
}
.main-navigation ul#primary-menu li.current-menu-item > a {
	font-weight: 600;
}
.main-navigation ul#primary-menu li.current-menu-item > a,
.main-navigation ul#primary-menu li:hover > a,
.main-navigation ul#primary-menu li:focus > a {
    color: #e35253;
}
.main-navigation ul#primary-menu li:hover > svg,
.main-navigation ul#primary-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg {
    fill: #e35253;
}
.main-navigation ul.sub-menu {
    background-color: #fff;
    text-align: left;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #000;
    text-transform: uppercase;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul.nav-menu > li > a {
    text-transform: uppercase;
    padding: 41px 16px;
    color: #000;
}
.top-menu form.search-form input {
    background-color: #fff;
    border-color: #e0e0e0;
    color: #000;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.top-menu li.search-menu a:hover svg,
.top-menu li.search-menu a:focus svg,
.top-menu li.search-menu a.search-active svg {
	fill: #e35253;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus {
    color: #e35253;
}
.main-navigation ul.nav-menu {
    margin-right: -25px;
}
.main-navigation a {
	display: block;
    text-decoration: none;
	font-weight: bold;
	color: #232526;
    font-size: 15px;
    letter-spacing: 1px;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #232526;
}
#search {
    z-index: 30000;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.main-navigation svg.icon-close,
.top-menu svg.icon-close {
    display: none;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
    fill: #000;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: #000;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    top: 20px;
    margin: auto;
    display: block;
    height: 50px;
    position: relative;
    background-color: transparent;
    min-width: 64px;
    border: none;
}
.menu-label {
    float: right;
    color: #000;
    padding: 7px 0 0 10px;
}
.menu-open .menu-label {
    padding-top: 2px;
}
.menu-open .menu-toggle {
    padding-top: 10px;
}
.menu-toggle svg {
    float: left;
}
svg.icon-menu {
    fill: #000;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
}
.menu-open svg.icon-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
}
.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 600;
    color: #273238;
    display: block;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #ea553d;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.post-navigation:before,
.posts-navigation:before,
.post-navigation:after,
.posts-navigation:after {
    content: "";
    background-color: #d8d8d8;
    height: 1px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.post-navigation:after,
.posts-navigation:after {
	top: auto;
	bottom: 2px;
}
.post-navigation,
.posts-navigation,
.post-navigation,
.posts-navigation {
	padding: 25px 15px;
    background-color: #f4f5f7;
}
.pagination .page-numbers {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #000;
    background-color: #F2E3E4;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    background-color: #e35253;
    color: #fff;
}
.pagination .page-numbers.next {
	margin-left: 14px;
    background-color: #F2E3E4;
}
.pagination .page-numbers.prev {
	margin-right: 14px;
    background-color: #F2E3E4;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:focus {
	color: #fff;
    background-color: #e35253;
}
.prev.page-numbers svg,
.next.page-numbers svg {
    fill: #000;
}
.prev.page-numbers:hover svg,
.next.page-numbers:hover svg,
.prev.page-numbers:focus svg,
.next.page-numbers:focus svg,
.pagination .page-numbers.prev svg,
.pagination .page-numbers.next svg {
    fill: #e35253;
}
.pagination .page-numbers.prev:hover svg,
.pagination .page-numbers.next:hover svg,
.pagination .page-numbers.prev:focus svg,
.pagination .page-numbers.next:focus svg {
	fill: #fff;
}
.nav-next span {
    padding-right: 60px;
    float: right;
}
.navigation .nav-previous svg {
    border-left: 1px solid #e4e4e4;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.navigation .nav-next svg {
    border-left: 1px solid #e4e4e4;
}
.post-navigation span,
.posts-navigation span {
	padding-top: 8px;
    display: table;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
#latest-posts article:before,
#latest-posts article:after,
.widget:before,
.widget:after,
.posts-wrapper:before,
.posts-wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
#latest-posts article:before,
#latest-posts article:after,
.widget:before,
.widget:after,
.posts-wrapper:before,
.posts-wrapper:after,
#author-section:before,
#author-section:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    color: #fff;
    line-height: 35px;
}
.widget_search form.search-form button.search-submit svg {
	fill: #b9b9b9;
	width: 16px;
    height: 16px;
}
.widget_search form.search-form button.search-submit:hover svg,
.widget_search form.search-form button.search-submit:focus svg {
	fill: #e35253;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    text-align: left;
}

.widget-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 28px;
    text-transform: uppercase;
}

.widget li:not(:last-child) {
    margin-bottom: 5px;
}

#secondary {
    background-color: #f2f2f2;
    padding: 50px 25px;
}
#secondary .jetpack_subscription_widget .widgettitle:after, 
#secondary .jetpack_subscription_widget .widget-title:after {
	display: none;
}
#secondary .widget-title,
#secondary .jetpack_subscription_widget .widgettitle, 
#secondary .jetpack_subscription_widget .widget-title {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 15px;
}
.widget_instagram ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}
.widget.widget_instagram li {
	margin: 0;
	padding: 5px;
}
.widget_instagram .col-1 li {
	width: 100%;
	float: none;
}
.widget_instagram .col-2 li {
	width: 50%;
	float: left;
}
.widget_instagram .col-3 li {
	width: 33.33%;
	float: left;
}
.widget_instagram .col-4 li {
	width: 25%;
	float: left;
}
.widget_instagram .col-5 li {
	width: 20%;
	float: left;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 56px;
}
input[type="submit"] {
    background-color: #232526;
    color: #fff;
    font-size: 14px;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #e35253;
}
.jetpack_subscription_widget .widgettitle,
.jetpack_subscription_widget .widget-title {
    font-size: 32px;
    margin: 0;
    word-wrap: break-word;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.jetpack_subscription_widget form {
    position: relative;
}
#jetpack-subscribe-label {
    margin-bottom: 14px;
    display: block;
}
.jetpack_subscription_widget input[type="email"] {
    width: 100%;
    min-height: 60px;
    padding: 15px;
    background-color: transparent;
    border: 2px solid #e0e0e0;
    max-width: 814px;
    float: left;
    margin-right: 30px;
}
.jetpack_subscription_widget input[type="submit"] {
    padding: 16px 60px;
    display: inline-block;
    min-height: 60px;
    min-width: 200px;
    text-align: center;
    border-radius: 60px;
    background-color: #F2E3E4;
    color: #e35253;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    -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;
}
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus {
	background-color: #e35253;
	color: #fff;
}
.jetpack_subscription_widget #subscribe-text {
    display: inline-block;
    margin-bottom: 15px;
}
.jetpack_subscription_widget #subscribe-text p {
    margin-top: 0;
    line-height: 25px;
}
.jetpack_subscription_widget #subscribe-submit {
    display: inline-block;
    margin: 0;
    position: relative;
}
.jetpack_subscription_widget p {
    margin: 0;
}
.widget_popular_post ul,
.widget_recent_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
    display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_recent_post ul li {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_recent_post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_popular_post h3,
.widget_recent_post h3 {
    font-size: 15px;
    line-height: 1.5;
    display: table-row;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.widget_popular_post h3 a,
.widget_recent_post h3 a {
	display: block;
}
.widget_popular_post time,
.widget_recent_post time {
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.widget_popular_post h3 a,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_recent_post h3 a,
.widget_recent_post a:hover time,
.widget_recent_post a:focus time {
    color: #000;
}
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_recent_post h3 a:hover,
.widget_recent_post h3 a:focus,
.widget_recent_post a:hover time,
.widget_recent_post a:focus time {
	color: #e35253;
}
.widget_popular_post a time,
.widget_popular_post time,
.widget_recent_post a time,
.widget_recent_post time {
    color: #5e5e5e;
}
.widget_popular_post img,
.widget_recent_post img {
    max-width: 95px;
    width: 95px;
    height: 95px;
    float: left;
    margin-right: 14px;
}
.textwidget img {
    margin-bottom: 43px;
    display: block;
}
#secondary .jetpack_subscription_widget input[type="email"] {
    background-color: #fff;
    border-color: #fff;
    width: 100%;
    margin-bottom: 20px;
}
#secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondary ul li a {
	color: #000;
}
#secondary ul li a:hover,
#secondary ul li a:focus {
	color: #e35253;
}
#secondary .widget ul li a:hover {
    text-decoration: underline;
}
#secondary .widget .social-icons li a:hover svg,
#secondary .widget .social-icons li a:focus svg {
	fill: #fff;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #232526;
}
.page-header small {
    font-size: 12px;
    color: #e35253;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.navigation.pagination svg {
    fill: #000;
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 45px;
    height: 45px;
    fill: #273238;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.navigation.posts-navigation a:hover svg, 
.navigation.post-navigation a:hover svg {
	fill: #ea553d;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
	margin-right: 20px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
	margin-left: 20px;
}
.posts-wrapper.blog-posts .featured-image {
    position: relative;
    margin-bottom: 40px;
}
.posts-wrapper {
	margin: 0 -15px;
}
.posts-wrapper article {
    padding: 0 15px;
    margin-bottom: 50px;
}
.posts-wrapper.col-2 article:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.posts-wrapper .entry-title {
    font-size: 18px;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 14px;
}
.posts-wrapper .entry-title a {
	color: #000;
	display: block;
}
.posts-wrapper .entry-title a:hover,
.posts-wrapper .entry-title a:focus {
	color: #e35253;
}
.posts-wrapper .entry-content {
	margin-bottom: 28px;
}
.posts-wrapper .entry-content p {
    margin: 0;
}
.posts-wrapper .featured-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.blog-posts .post-categories {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e35253;
    padding: 0 15px;
    color: #fff;
}
.post-categories a {
    color: #e35253;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-posts .post-categories a {
    color: #fff;
}
.blog-posts .post-categories a:hover,
.blog-posts .post-categories a:focus {
    color: #eee;
}
.post-categories a:hover,
.post-categories a:focus {
	color: #e35253;
}
.single-post-wrapper .cat-links {
    margin-bottom: 14px;
    display: inline-block;
}
.single-post-wrapper .featured-image {
    position: relative;
}
.single-post-wrapper .featured-image .entry-meta {
    position: absolute;
    top: 0;
    left: 0;
}
.single-post-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-post-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.single-post-wrapper article p {
    margin-top: 0;
    margin-bottom: 28px;
}
.single-post-wrapper article blockquote p {
    margin-bottom: 0;
}
.single-post-wrapper article img {
    margin-bottom: 35px;
}
.single-post-wrapper article .author-image img {
    margin-bottom: 0;
    border-radius: 50%;
}
.single-post-wrapper article p.first-letter:first-letter {
    display: inline-block;
    float: left;
    font-size: 90px;
    line-height: 0.6;
    margin: 16px 16px 0 0;
    font-family: 'Lora', serif;
}
.single-post-wrapper span.tags-link a {
    display: inline-block;
    padding: 4px 18px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #b4b4b4;
    color: #b4b4b4;
    font-weight: bold;
    text-transform: uppercase;
}
.single-post-wrapper span.tags-link a:hover,
.single-post-wrapper span.tags-link a:focus {
	color: #e35253;
	border-color: #e35253;
}
.single-post-wrapper .entry-header {
    margin-bottom: 35px;
}
.single-post-wrapper .entry-meta .date {
    font-size: 49px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-post-wrapper .entry-meta .month {
    font-size: 14px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    padding-left: 5px;
    margin-bottom: 28px;
    font-weight: bold;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
	margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.post-navigation .nav-next svg,
.posts-navigation .nav-next svg {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
span.next-article {
    padding-right: 65px;
    display: inline-block;
}
#author-section {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0;
    margin-bottom: 35px;
}
.author-image {
    float: left;
    margin-right: 30px;
}
.author-content {
    display: table;
}
.author-name {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.author-name:after {
    content: "";
    background-color: #e35253;
    width: 29px;
    height: 3px;
    display: block;
    margin-top: 30px;
}
.author-name span {
    color: #5e5e5e;
    padding-left: 5px;
    font-weight: 400;
}
.author-content .social-icons li a {
	background-color: #eee;
}
.author-content .social-icons li a svg {
	fill: #000;
}
.error-404 .page-content,
.error-404 .search-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.error-404 .search-form {
	max-width: 400px;
}
.error-404 {
    text-align: center;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments-title,
#reply-title {
	margin-top: 0;
    margin-bottom: 25px;
    font-size: 42px;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 120px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 85px;
    height: 85px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 49px;
    padding-left: 105px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 49px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 40px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #F2E3E4;
    color: #e35253;
    font-weight: bold;
    -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;
}
.reply a:hover,
.reply a:focus {
	color: #fff;
	border-color: #e35253;
	background-color: #e35253;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time {
	color: #e35253;
}
.comment-metadata a,
.comment-metadata time {
	font-size: 14px;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #000;
}
.comment-metadata time {
    font-weight: bold;
}
.comment-metadata {
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}
.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 105px;
}
.comment-content p {
    font-weight: 400;
    color: #565a5f;
    margin-bottom: 1em;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin: 0 -15px;
}
.page-section {
    padding: 100px 0;
}
.entry-title,
.section-title {
    font-size: 32px;
    margin: 0;
    word-wrap: break-word;
}
.section-title {
	text-transform: uppercase;
}
.section-header {
    margin-bottom: 43px;
}
.section-title.color-white {
    color: #fff;
}
.section-title:after,
.jetpack_subscription_widget .widgettitle:after,
.jetpack_subscription_widget .widget-title:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #d41616;
    display: block;
    margin-top: 13px;
}
.align-center .section-title:after {
	margin-left: auto;
	margin-right: auto;
}
.entry-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
    letter-spacing: 0.01em;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    padding: 16px 40px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 60px;
    background-color: #e35253;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    -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;
}
.btn.white:after,
.btn.black:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.btn.black:after {
	border-bottom-color: #222;
}
.btn:hover,
.btn:focus {
	color: #fff;
}
.btn-default {
    background-color: #F2E3E4;
    color: #e35253;
}
.btn-primary {
	background-color: #e35253;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #000000;
    color: #fff;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #e35253;
	border-color: #e35253;
    color: #fff;
}
#latest-projects article:hover .more-link {
	position: relative;
}
.posts-wrapper .more-link {
	position: relative;
}
/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
	display: inline-block;
    width: auto;
}
.social-icons li:not(:last-child) {
    margin-right: 14px;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: block;
    border-radius: 50%;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
	opacity: 1;
}
.social-icons li a svg {
    fill: #000;
    width: 15px;
    height: 15px;
    opacity: 0.5;
}
/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
 	background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
 	background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
 	background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
 	background-color: #ec7161 !important;
}

.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
 	background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
 	background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
 	background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
 	background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
 	background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
 	background-color: #000000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus {
 	background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus {
 	background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
 	background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
 	background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
 	background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
 	background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
 	background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
 	background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
 	background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
 	background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
 	background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
 	background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover {
 	background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
 	background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
 	background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
 	background-color: #000000 !important;
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
#page-header {
	background-color: #f4f4f4;
}
#page-header .wrapper {
	padding: 100px 10px;
    position: relative;
}
.page-header .page-title {
	color: #000;
	margin: 0;
	font-size: 52px;
    font-weight: 700;
}
.page-header {
    position: absolute;
    bottom: 25px;
}
.search.search-no-results .page-header {
    position: relative;
    bottom: 0;
}
body.author #page-header .wrapper,
body.category #page-header .wrapper {
	padding: 50px 10px;
}
body.author .page-header,
body.category .page-header {
    position: relative;
    bottom: 0;
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #e35253;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.trail-items li a {
	color: #000;
}
.trail-items li a:hover,
.trail-items li a:focus {
	color: #e35253;
}
.trail-items .breadcrumb-separator {
    color: #000;
    padding: 0 2px;
}
/*--------------------------------------------------------------
#  Popular Product
--------------------------------------------------------------*/
#popular-product {
    background-color: #f4f4f4;
}
#popular-product .wrapper {
	max-width: 1200px;
}
#popular-product .cat-links {
    text-transform: uppercase;
    font-weight: bold;
}
#popular-product article.has-featured-image {
    display: flex;
    align-items: center;
}
#popular-product article.has-featured-image .featured-image,
#popular-product article.has-featured-image .entry-container {
    width: 50%;
    float: left;
}
#popular-product article.has-featured-image .entry-container {
    padding-left: 119px;
}
#popular-product .featured-image {
    padding: 340px 0;
    background-size: cover;
    background-position: 50%;
}
#featured-product article:not(.has-featured-image):not(:last-child) {
    margin-bottom: 50px;
}
.featured-product-title {
    font-size: 49px;
    text-transform: uppercase;
}
#popular-product .entry-container {
    padding: 100px 0;
}
#popular-product .entry-meta {
    margin-bottom: 36px;
}
.featured-price .amount {
    font-size: 42px;
    color: #e35253;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
}
.featured-price .amount del span.woocommerce-Price-amount.amount {
    font-size: 16px;
    color: #666;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.featured-price .label {
    margin-right: 5px;
}
.featured-price .amount ins {
	background: transparent;
	font-size: 42px;
}
.single-post-wrapper .entry-meta {
	margin-bottom: 15px;
}
.single-post-wrapper .entry-meta > span:after {
    content: "/";
    padding: 0 4px 0 5px;
    color: #000;
}
.single-post-wrapper .entry-meta > span:last-child:after {
    display: none;
}
.entry-meta > span a:not(:last-child):after {
    content: ",";
    padding: 0 5px 0 2px;
}
#popular-product .entry-meta > span a:not(:last-child):after {
    display: none;
}
.entry-meta > span a {
	color: #000;
}
.entry-meta > span a:hover,
.entry-meta > span a:focus {
	color: #e35253;
}
.featured-content,
.featured-price {
    margin-bottom: 43px;
}
/*--------------------------------------------------------------
#  Latest Products
--------------------------------------------------------------*/
.products {
    list-style: none;
    padding: 0;
    margin: 0;
}
#latest-products .section-header .section-title {
	float: left;
}
#latest-products .section-header .more-link {
    float: right;
}
#latest-products .products {
	margin: 0 -15px;
}
#latest-products span.onsale {
	left: 15px;
}
.products li {
	text-align: center;
    padding: 0 15px;
    margin-bottom: 70px;
    position: relative;
}
.products li img {
    margin-bottom: 28px;
    width: 100%;
}
.woocommerce-loop-product__title {
    font-size: 20px;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
}
#latest-products .add_to_cart_button {
    padding: 16px 25px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 60px;
    background-color: #FCEDED;
    color: #e35253;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    -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;
}
#latest-products .add_to_cart_button:hover,
#latest-products .add_to_cart_button:focus {
	background-color: #e35253;
	color: #fff;
}
#latest-products .section-content + .more-link {
    text-align: center;
    margin-top: 15px;
}
#latest-products .section-content + .more-link .btn {
    background-color: transparent;
    text-align: center;
}
#latest-products .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.4em;
    font-family: star;
    display: block;
    margin: 0 auto 20px;
    font-size: .857em;
}
#latest-products .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
#latest-products .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
#latest-products .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce-LoopProduct-link {
    display: block;
    margin-bottom: 23px;
}
.products li span.price,
ins {
    background: transparent;
    font-size: 32px;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
}
del {
    font-size: 16px;
    color: #666;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:focus,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover h2,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:focus h2 {
    color: #e35253;
}
/*--------------------------------------------------------------
#  Services Section
--------------------------------------------------------------*/
#our-services {
    background-color: #e35253;
}
#our-services article {
    padding: 0 15px;
    margin-bottom: 50px;
    width: 100%;
}
#our-services article:last-child {
	margin-bottom: 0;
}
#our-services article .service-count,
#our-services article .entry-title a,
#our-services article .entry-content {
	color: #fff;
}
#our-services article .service-count {
	font-size: 49px;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    margin-bottom: 28px;
}
#our-services .entry-title {
	margin-bottom: 28px;
}
#our-services .entry-title:after {
    content: "";
    background-color: #fff;
    width: 50px;
    height: 2px;
    display: block;
    margin-top: 15px;
}
/*--------------------------------------------------------------
#  Featured Products
--------------------------------------------------------------*/
#featured-product .entry-title {
    font-size: 32px;
    margin-bottom: 14px;
}
#featured-product ins {
    color: #e35253;
}
.separator {
    background-color: #e35253;
    width: 50px;
    height: 2px;
    display: block;
    margin: 28px 0 42px;
}
#featured-product .entry-content {
    margin-bottom: 28px;
}
#featured-product .featured-image img {
    width: 100%;
    height: 644px;
    object-fit: cover;
}
/*--------------------------------------------------------------
#  Call to action Section
--------------------------------------------------------------*/
#call-to-action {
    background-color: #f4f4f4;
}
#call-to-action article .featured-image {
    padding: 297px 0;
    background-size: cover;
    background-position: 50%;
}
#call-to-action .entry-container {
    padding: 100px 0;
}
#call-to-action .section-content {
    margin-bottom: 43px;
}
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.home.woocommerce #inner-content-wrapper {
    border-top: 1px solid #e0e0e0;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 28px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 20px;
    padding: 0;
    margin-bottom: 25px;
}
.woocommerce .products .star-rating {
    margin: 0 auto 20px;
}
.woocommerce ul.products li.product .price {
	color: #e35253;
    font-size: 32px;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
}
.woocommerce ul.products li.product .price del {
    opacity: 1;
    display: initial;
    font-size: 16px;
    color: #666;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
span.onsale,
.woocommerce ul.products li.product .onsale {
    position: absolute;
    background-color: #e35253;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    border-radius: 0;
    left: 0;
    right: auto;
    min-width: auto;
    min-height: auto;
    font-size: 14px;
    line-height: 2;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 10px;
    margin-bottom: 25px;
}
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
    margin-top: 0;
    padding: 16px 25px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 60px;
    background-color: #FCEDED;
    color: #e35253;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: 2;
    -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;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus {
	background-color: #e35253;
    color: #fff;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
    top: auto;
    right: 25px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0;
    margin: 0;
    float: none;
    display: inline;
    overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
    min-width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #000;
    background-color: #F2E3E4;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #e35253;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination {
    margin-top: 50px;
}
.woocommerce div.product .product_title {
    font-size: 42px;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    color: #e35253;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
    opacity: 1;
    font-size: 16px;
    color: #666;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-right: 15px;
}
.woocommerce .star-rating::before,
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-message::before,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
.woocommerce .woocommerce-breadcrumb,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce-info::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item a:hover,
.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item a:focus {
	color: #e35253;
}
.woocommerce div.product form.cart div.quantity {
    margin: 6px 30px 0 0;
}
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    padding: 16px 25px;
    display: inline-block;
    min-width: 200px;
    min-height: 60px;
    text-align: center;
    border-radius: 60px;
    background-color: #FCEDED;
    color: #e35253;
    line-height: 2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    -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;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus {
	background-color: #e35253;
    color: #fff;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	padding-left: 40px;
	padding-right: 40px;
}
.woocommerce div.product form.cart {
    margin-top: 2em;
}
.single-product.woocommerce span.onsale {
    background-color: #e35253;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    border-radius: 0;
    left: 0;
    top: 0;
    right: auto;
    min-width: auto;
    min-height: auto;
    font-size: 14px;
    line-height: 2;
}
.woocommerce .quantity .qty {
    height: 50px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 10px 5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0 -5px;
}
.woocommerce-tabs #comments {
    margin: 0;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #e35253;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #000;
}
.coupon {
    display: flex;
    align-items: center;
}
.coupon input#coupon_code {
    height: 40px;
    margin-right: 20px;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 106px;
}
.woocommerce-cart .entry-header .entry-title {
    font-size: 42px;
    margin-bottom: 25px;
    text-transform: none;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.cart_totals,
.woocommerce table.shop_table th {
    color: #000;
}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
    text-align: center;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #f4f4f4;
    border-radius: 0;
}
.woocommerce-info {
	background-color: #fff;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    height: 50px;
    padding: 10px 15px;
    color: #444;
}
.woocommerce form .form-row textarea {
    height: 150px;
}
.select2-container--default .select2-selection--single {
	border-color: #ccc;
    border-radius: 0;
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
    padding-left: 15px;
}
#review_form_wrapper #reply-title {
    color: #000;
    font-family: 'Josefin Slab', serif;
    font-size: 32px;
    margin-top: 25px;
    font-weight: 600;
    display: inline-block;
}
.woocommerce #reviews #comment {
    height: 150px;
}
.woocommerce-checkout .woocommerce-info {
    background-color: #f4f4f4;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px;
    margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #e35253;
    color: #fff;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #f4f4f4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #f4f4f4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #e35253;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus {
	color: #fff;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.woocommerce-MyAccount-navigation {
    background-color: #23282d;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #e35253;
}
.woocommerce-account.customize-support #inner-content-wrapper .woocommerce {
    background-color: #f4f4f4;
}
.woocommerce-account .woocommerce h2 {
    margin-top: 0;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a:after {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f4f4f4;
    position: absolute;
    right: 0;
    top: 18px;
}
.woocommerce form .form-row label.inline {
    display: block;
    margin-top: 10px;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	border-radius: 0;
}
#inner-content-wrapper .woocommerce input.woocommerce-Button.button {
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce-cart .quantity .qty {
    height: auto;
}
.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item a {
    color: #000;
}
/*--------------------------------------------------------------
##  Contact Form
--------------------------------------------------------------*/
.wpcf7 p {
    margin: 0 0 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 16px 25px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 60px;
    background-color: #FCEDED;
    color: #e35253;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: 2;
    min-height: 60px;
    border: none;
    width: auto;
    -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;
}
input.wpcf7-form-control.wpcf7-submit:hover,
input.wpcf7-form-control.wpcf7-submit:focus {
	background-color: #e35253;
    color: #fff;
}
.wpcf7 label span {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #e35253;
}
#colophon .widget-title {
	color: #fff;
}
#colophon .widget-title:after {
    content: "";
    background-color: #fff;
    width: 50px;
    height: 2px;
    display: block;
    margin-top: 14px;
}
#colophon .col-1 .widget-title:after {
	margin-left: auto;
	margin-right: auto;
}
.site-footer .textwidget p {
    color: #fff;
}
.footer-widgets-area {
    color: #fff;
}
.footer-widgets-area a {
    color: #fff;
}
.footer-widgets-area a:hover,
.footer-widgets-area a:focus {
    text-decoration: underline;
}
.site-info {
    background-color: #fff;
    color: #5e5e5e;
    padding: 21px 0;
}
.site-info {
	margin: 0;
	color: #5e5e5e;
}
.site-info a {
	color: #ea553d;
}
.site-info a:hover,
.site-info a:focus {
	color: #5e5e5e;
}
.site-info > span:nth-child(1) {
	float: left;
}
.site-info > span:nth-child(2) {
	float: right;
}
.site-info .col-1 .footer-copyright,
.site-info .col-1 .social-menu {
    text-align: center;
}
.footer-copyright a:hover {
    text-decoration: underline;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area .widget ul li {
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
}
.footer-widgets-area .widget ul li:last-child {
	margin-bottom: 0;
}
.footer-widgets-area .hentry {
	padding-right: 25px;
	margin-bottom: 35px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
	margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.products.col-2 li,
	.products.col-3 li {
		width: 50%;
	}
	.products li {
		float: left;
		margin-bottom: 40px;
	}
	.products.col-2 li:nth-last-child(-n+2),
	.products.col-3 li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.products.col-2 li:nth-child(2n+1),
	.products.col-3 li:nth-child(2n+1) {
		clear: left;
	}
	#our-services .section-content {
	    margin: 0 -25px;
	}
	#our-services article {
	    padding: 0 25px;
	}
	#featured-product article.has-featured-image {
	    display: flex;
	    align-items: center;
	}
	#featured-product article.has-featured-image .featured-image,
	#featured-product article.has-featured-image .entry-container {
	    width: 50%;
	}
	#featured-product article.has-featured-image:nth-child(odd) {
	    flex-direction: row-reverse;
	}
	#featured-product article.has-featured-image:nth-child(even) {
	    flex-direction: row;
	}
	#featured-product article.has-featured-image:nth-child(odd)  .entry-container {
	    padding-right: 25px;
	}
	#featured-product article.has-featured-image:nth-child(even)  .entry-container {
	    padding-left: 25px;
	}
	#latest-products .more-link {
	    display: none;
	}
	#latest-products .section-header .more-link {
	    display: block;
	}
	#call-to-action article.has-featured-image {
	    display: flex;
	    align-items: center;
	    flex-direction: row-reverse;
	}
	#call-to-action article.has-featured-image .featured-image {
	    width: 50%;
	}
	#call-to-action article.has-featured-image .entry-container {
	    width: 50%;
        padding-right: 25px;
	}
	.posts-wrapper.col-3 article {
		width: 50%;
		float: left;
	}
	.posts-wrapper.col-3 article:nth-last-child(-n+2) {
	    margin-bottom: 0;
	}
	.posts-wrapper.blog-posts.col-3 article:nth-child(2n+1) {
		clear: left;
	}
	.woocommerce ul.products li.product .onsale {
	    left: 15px;
	}
	#container .products li {
	    width: 50%;
	    float: left;
	    margin: 0;
	    padding: 0 15px;
	    margin-bottom: 50px;
	}
	#container .products {
		margin: 0 -15px;
	}
	#container .products li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#container .products li:nth-child(2n+1) {
		clear: left;
	}
	.woocommerce ul.products li.first, 
	.woocommerce-page ul.products li.first {
	    clear: none;
	}
	.home.woocommerce ul.products.col-3 li {
	    width: 50%;
	    float: left;
	    margin: 0;
	    padding: 0;
	    padding: 0 15px;
	    margin-bottom: 50px;
	}
	.home.woocommerce ul.products.col-3 li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.home.woocommerce ul.products {
		margin: 0 -15px;
	}
	.home.woocommerce ul.products.col-3 li:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-4 .hentry,
	.footer-widgets-area.col-2 .hentry {
		width: 50%;
		float: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1),
	.footer-widgets-area.col-2 .hentry:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 600px) {
	.contact-form p.name, 
	.contact-form p.email {
	    width: 50%;
	    float: left;
	}
	.contact-form p.email input {
		float: right;
	}
	.contact-form p.name input, 
	.contact-form p.email input {
		max-width: 388px;
	}
	.contact-form p.name {
		padding-right: 5px;
	}
	.contact-form p.email {
		padding-left: 5px;
	}
}
@media screen and (min-width: 767px) {
    .col-1 .hentry {
        width: 100%;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	.products li {
		margin-bottom: 50px;
	}
	#our-services .col-2 article {
		width: 50%;
	    float: left;
	}
	#our-services .col-3 article {
	    width: 33.33%;
	    float: left;
	}
	#our-services .col-2 article:nth-last-child(-n+2),
	#our-services .col-3 article:nth-last-child(-n+3) {
	    margin-bottom: 0;
	}
	#featured-product article.has-featured-image:nth-child(odd)  .entry-container {
	    padding-right: 50px;
	}
	#featured-product article.has-featured-image:nth-child(even)  .entry-container {
	    padding-left: 50px;
	}
	#call-to-action article.has-featured-image .entry-container {
	    width: 50%;
        padding-right: 50px;
	}
	.jetpack_subscription_widget input[type="email"] {
		width: 59%;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous {
	    padding-right: 25px;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		padding-left: 25px;
	}
	.footer-widgets-area.col-3 .hentry:nth-child(3n+1) {
		clear: left;
	}
	.site-info .col-2 .footer-copyright {
		float: left;
	}
	.site-info .col-2 .social-menu {
	    float: right;
	    text-align: right;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .top-menu form.search-form {
	    min-width: 320px;
	}
    #latest-products .section-header {
	    margin-bottom: 70px;
	}
    .products li {
		margin-bottom: 60px;
	}
    .products.col-3 li {
		width: 33.33%;
	}
	.products.col-3 li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.products.col-3 li:nth-child(2n+1) {
		clear: none;
	}
	.products.col-3 li:nth-child(3n+1) {
		clear: left;
	}
	#our-services .section-content {
	    margin: 0 -50px;
	}
	#our-services article {
	    padding: 0 50px;
	}
	#call-to-action article.has-featured-image .entry-container {
        padding-right: 50px;
	}
	#featured-product article.has-featured-image:nth-child(odd)  .entry-container {
	    padding-right: 75px;
	}
	#featured-product article.has-featured-image:nth-child(even)  .entry-container {
	    padding-left: 75px;
	}
	.jetpack_subscription_widget input[type="email"] {
		width: 69%;
	}
	.posts-wrapper.col-3 article {
	    width: 33.33%;
	    float: left;
	}
	.posts-wrapper.col-3 article:nth-last-child(-n+2) {
	    margin-bottom: 50px;
	}
	.posts-wrapper.col-3 article:nth-last-child(-n+3) {
	    margin-bottom: 0;
	}
	.posts-wrapper.blog-posts.col-3 article:nth-child(2n+1) {
		clear: none;
	}
	.posts-wrapper.blog-posts.col-3 article:nth-child(3n+1) {
		clear: left;
	}
	#container .products li {
		width: 33.33%;
		margin-bottom: 50px;
	}
	#container .products li:nth-last-child(-n+2) {
		margin-bottom: 50px;
	}
	#container .products li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	#container .products li:nth-child(2n+1) {
		clear: none;
	}
	#container .products li:nth-child(3n+1) {
		clear: left;
	}
	.home.woocommerce ul.products.col-3 li {
	    width: 33.33%;
	    margin-bottom: 60px;
	}
	.home.woocommerce ul.products.col-3 li:nth-last-child(-n+2) {
		margin-bottom: 60px;
	}
	.home.woocommerce ul.products.col-3 li:nth-last-child(-n+ 3) {
		margin-bottom: 0;
	}
	.home.woocommerce ul.products.col-3 li:nth-child(2n+1) {
		clear: none;
	}
	.home.woocommerce ul.products.col-3 li:nth-child(3n+1) {
		clear: left;
	}
	.footer-widgets-area .hentry {
	    padding-right: 50px;
	}
	.footer-widgets-area.col-4 .hentry:first-child {
	    padding-right: 150px;
	}
	.site-footer .col-4 .hentry:first-child {
		width: 40%;
	}
	.site-footer .col-4 .hentry {
		width: 20%;
	}
	.site-footer .footer-widgets-area.col-4.equal-width .hentry {
		width: 25%;
	}
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.comment-form-author input, 
	.comment-form-email input {
	    max-width: 93%;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
		clear: none;
	}
	.footer-widgets-area.col-4 .hentry {
		margin-bottom: 0;
	}
	.footer-widgets-area.page-section.col-4 table {
	    display: inline-block;
	    overflow: auto;
	}
}
@media screen and (min-width: 1024px) {
	.main-navigation ul.nav-menu {
		display: block !important;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul li:hover > ul {
	    display: block !important;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}
	.main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li:focus > a {
		background-color: #eee;
		color: #fff;
	}
	.main-navigation ul#primary-menu > li > ul.sub-menu {
	    border-right: 1px solid #eee;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	.single-product #masthead,
	.post-type-archive-product #masthead {
	    border-bottom: 1px solid #e0e0e0;
	}
	#search {
	    position: absolute;
	    right: 48px;
	    top: 0;
	    display: none;
	}
	#search form.search-form button.search-submit {
		display: none;
	}
	.main-navigation .search-active .icon-search {
		display: none;
	}
	.main-navigation .search-active .icon-close {
		display: inline-block;
	}
	button.dropdown-toggle {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:after {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #eee;
	    position: absolute;
	    bottom: 0;
	    right: 15px;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-navigation form.search-form {
	    border: 20px solid #444;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #444;
	}
	.main-navigation form.search-form svg.icon-search {
		fill: #444;
	}
	.popup-overlay {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #000;
	    opacity: 0.9;
	    z-index: 3000;
	    display: none;
	}
	.right-sidebar #primary,
	.right-sidebar #container {
    	width: 70%;
    	float: left;
    	padding-right: 30px;
    }
    .right-sidebar #secondary {
    	width: 30%;
    	float: right;
    }
    .left-sidebar #secondary {
    	width: 30%;
    	float: left;
    }
    .left-sidebar #primary {
    	width: 70%;
    	float: right;
    	padding-left: 30px;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    }
    .left-sidebar .posts-wrapper.col-3 .featured-image img,
    .right-sidebar .posts-wrapper.col-3 .featured-image img {
	    height: 200px;
	}
    .site-content {
    	padding-top: 98px;
    }
}
@media screen and (min-width: 1200px) {
	.btn {
	    padding: 16px 60px;
	}
	#masthead.sticky-header {
	    position: fixed;
	    max-width: 1920px;
	}
	.customize-support #masthead.sticky-header {
		top: 32px;
	}
    .main-navigation ul.nav-menu > li > a {
	    padding: 41px 18px;
	}
	.jetpack_subscription_widget input[type="email"] {
	    width: 74%;
	}
	#featured-product article.has-featured-image:nth-child(odd)  .entry-container {
	    padding-right: 150px;
	}
	#featured-product article.has-featured-image:nth-child(even)  .entry-container {
	    padding-left: 119px;
	}
}
@media screen and (min-width: 1900px) {
	.site-content {
	    padding-top: 120px;
	}
	.page-section {
		padding: 119px 0;
	}
	.site-branding {
		min-height: 120px;
	}
	.main-navigation ul.nav-menu > li > a {
	    padding: 46px 23px;
	}
	.main-navigation ul.sub-menu li a {
	    padding: 10px 20px;
	}
	.main-navigation ul ul a {
	    width: 250px;
	}
	.products li {
	    margin-bottom: 70px;
	}
	.jetpack_subscription_widget input[type="email"] {
	    width: 75%;
	}
}
@media screen and (max-width: 1200px) {
	#popular-product article.has-featured-image .entry-container {
	    padding-left: 50px;
	}
	.featured-product-title {
	    font-size: 36px;
	}
	#featured-product .featured-image img {
		height: 575px;
	}
	.section-title,
	#featured-product .entry-title,
	.jetpack_subscription_widget .widgettitle, 
	.jetpack_subscription_widget .widget-title {
		font-size: 28px;
	}
	.jetpack_subscription_widget .widgettitle, 
	.jetpack_subscription_widget .widget-title {
		margin-bottom: 50px;
	}
	.woocommerce-loop-product__title {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.page-section {
	    padding: 75px 0;
	}
	#comments {
	    margin-top: 65px;
	}
}
@media screen and (max-width: 1023px) {
	.top-menu ul li.search-menu a {
		display: none;
	}
	#search {
		display: block !important;
	    opacity: 1 !important;
	    padding: 0;
	}
	#masthead {
	    margin-bottom: 0;
	    position: relative;
	    border-bottom: 1px solid #e0e0e0;
	}
	.site-branding {
		padding: 15px 0;
	}
	.main-navigation a {
	    border-bottom: 1px solid #e0e0e0;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	.main-navigation ul ul,
	.main-navigation ul ul ul {
	    box-shadow: none;
	    float: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    display: none;
	}
	.main-navigation ul.sub-menu li {
	    padding-right: 0;
	}
	.main-navigation .menu-item-has-children > a:before {
	    content: "";
	    float: right;
	    position: relative;
	    right: 25px;
	    background-color: #ccc;
	    width: 1px;
	    height: 25px;
	}
	.main-navigation .menu-item-has-children > a:after {
	    padding-top: 3px;
	}
	.main-navigation ul.nav-menu > li > a,
	.main-navigation ul.sub-menu li a {
	    padding: 15px 15px 15px 25px;
	}
	.main-navigation ul.sub-menu li a {
		padding-left: 50px;
	    border-bottom: 1px solid #ddd;
	}
	.main-navigation ul.sub-menu ul li a {
		padding-left: 75px;
	}
	.main-navigation ul.sub-menu ul ul li a {
		padding-left: 100px;
	}
	.main-navigation ul.sub-menu ul ul ul li a {
		padding-left: 125px;
	}
	.main-navigation .menu-item-has-children a svg {
		display: none;
	}
	.main-navigation ul.sub-menu {
	    background-color: #fff;
	}
	.main-navigation ul.sub-menu li a {
		border-left: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #fff;
	    margin-top: 25px;
	    border-top: 1px solid #ddd;
	    border-left: 1px solid #ddd;
	}
	.main-navigation {
		position: static;
	}
	.main-navigation a {
		color: #232526;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #000;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.menu-open .menu-toggle .icon-close {
		display: block;
		fill: #000;
		margin: auto;
		width: 20px;
    	height: 20px;
	}
	#masthead.site-header .main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    max-width: 400px;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.site-branding {
		min-height: auto;
	}
	.main-navigation form.search-form input {
	    background-color: #222;
	    border-color: #222;
        min-height: 59px;
	}
	.main-navigation form.search-form button.search-submit {
		height: 59px;
	}
	.menu-open #search {
	    display: block !important;
	}
	.main-navigation form.search-form input {
		padding-left: 25px;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		top: 22px;
	}
	#secondary {
		margin-top: 50px;
	    padding: 56px 25px;
	}
	.page-header .page-title {
		font-size: 42px;
	}
}

@media screen and (max-width: 992px) {
	#top-navigation.col-2 .contact-info,
	#top-navigation.col-2 .top-menu {
		text-align: center;
    	float: none;
	}
	.section-title,
	#featured-product .entry-title,
	.jetpack_subscription_widget .widgettitle, 
	.jetpack_subscription_widget .widget-title {
		font-size: 26px;
	}
	.section-header {
	    margin-bottom: 35px;
	}
	.single-post-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
	.featured-product-title {
	    font-size: 28px;
        margin-bottom: 14px;
	}
	#popular-product .entry-meta {
	    margin-bottom: 21px;
	}
	#popular-product .featured-image {
	    padding: 300px 0;
	}
	#popular-product .entry-container {
	    padding: 50px 0;
	}
	#call-to-action .entry-container {
	    padding: 60px 0;
	}
	#call-to-action article.has-featured-image .entry-container {
	    padding: 50px 0;
	}
	.jetpack_subscription_widget .widgettitle, 
	.jetpack_subscription_widget .widget-title {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.top-menu ul li.search-menu {
		display: block;
		margin-top: 10px;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	#top-navigation.col-2 .top-menu {
		padding-bottom: 7px;
	}
	#masthead.site-header .main-navigation ul.nav-menu {
	    max-width: 100%;
	    left: 0;
	}
	.main-navigation ul.nav-menu {
		border-left: none;
	}
	.page-section {
	    padding: 60px 0;
	}
	.btn,
	#latest-products .add_to_cart_button,
	.jetpack_subscription_widget input[type="submit"] {
	    padding: 12px 40px;
	    display: inline-block;
	    min-width: 150px;
	}
	.woocommerce div.product form.cart .button, 
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button, 
	.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt {
		min-height: auto;
	}
	#popular-product article.has-featured-image .entry-container {
	    padding-left: 30px;
	}
	.featured-price .amount {
	    font-size: 28px;
	    color: #e35253;
	    font-family: 'Josefin Slab', serif;
	    font-weight: bold;
	}
	.featured-price .amount del span.woocommerce-Price-amount.amount {
		margin-left: 0;
	}
	.section-title:after, 
	.jetpack_subscription_widget .widgettitle:after, 
	.jetpack_subscription_widget .widget-title:after {
		width: 50px;
	}
	.jetpack_subscription_widget #subscribe-submit {
	    margin-top: 25px;
	    text-align: center;
	    width: 100%;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
    	margin: 15px 0;
	}
	.post-navigation span.previous-article b, 
	.post-navigations span.previous-article b, 
	.post-navigation span.next-article b, 
	.post-navigations span.next-article b {
		font-size: 18px;
	}
	#respond {
		margin-top: 40px;
	}
	.comment-meta img {
		margin-right: 15px;
	}
	.comments-title, 
	#reply-title {
	    margin-bottom: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	.section-title, 
	#featured-product .entry-title,
	.jetpack_subscription_widget .widgettitle, 
	.jetpack_subscription_widget .widget-title {
		font-size: 22px;
	}
	#secondary .jetpack_subscription_widget #subscribe-submit {
	    margin-top: 0;
	    text-align: left;
	    width: 100%;
	}
	.read-more {
	    margin-top: 25px;
	}
	.view-all {
	    padding: 0;
	    position: relative;
	    top: 0;
	    right: 0;
	    text-align: center;
	    margin-top: 30px;
	}
	nav.navigation.pagination {
		margin-top: 30px;
	}
	.page-header .page-title {
	    font-size: 32px;
	}
	.single-post-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.site-info {
	    text-align: center;
	    padding: 20px 0;
	}
	.site-info .footer-copyright {
		margin: 10px 0;
	}
}
@media screen and (max-width: 600px) {
	.page-header .page-title {
	    font-size: 28px;
	}
	.woocommerce ul.products li.product .price {
		font-size: 26px;
	}
}
@media screen and (max-width: 567px) {
	.products li {
		margin-bottom: 40px;
	}
	.products li:last-child {
		margin-bottom: 0;
	}
	#popular-product article.has-featured-image {
	    display: block;
	}
	#popular-product article.has-featured-image .featured-image, 
	#popular-product article.has-featured-image .entry-container {
		width: 100%;
		float: none;
	}
	#popular-product article.has-featured-image .entry-container {
	    padding: 35px 0;
	}
	#popular-product .featured-image {
	    padding: 250px 0;
	}
	#popular-product {
		padding-top: 18px;
	}
	#latest-products .section-header .more-link {
		display: none;
	}
	#latest-products .section-content + .more-link .btn:hover, 
	#latest-products .section-content + .more-link .btn:focus {
	    color: #000;
	}
	.home.woocommerce #latest-products span.onsale {
	    left: 0;
	}
	#featured-product .featured-image img {
	    height: 400px;
	}
	#featured-product article.has-featured-image .entry-container {
		padding: 35px 0 45px;
	}
	#featured-product article.has-featured-image:last-child .entry-container {
		padding-bottom: 0;
	}
	.separator {
		margin-bottom: 32px;
	}
	#call-to-action article .featured-image {
	    margin-top: 60px;
	    padding: 200px 0;
	}
	#call-to-action article.has-featured-image .entry-container {
	    padding: 40px 0 60px;
	}
	#page-header .wrapper {
	    padding: 70px 10px;
	}
	.posts-wrapper article:last-child {
	    margin-bottom: 0;
	}
	.comment-meta img {
	    margin-right: 0;
	    margin-bottom: 15px;
        float: none;
	}
	.comment-metadata,
	.comment-meta .url, 
	.comment-meta .fn {
	    display: block;
	}
	.comment-content {
	    padding-left: 0;
	}
	#comments ol.children {
	    margin-left: 50px;
	}
	.reply {
	    padding-left: 0;
	}
	#container .products li {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	#container .products li:last-child {
		margin-bottom: 0;
	}
	.home.woocommerce #latest-products ul.products {
		margin: 0;
	}
	.home.woocommerce #latest-products ul.products li {
		padding: 0;
		margin: 0;
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	.home.woocommerce #latest-products ul.products li:last-child {
		margin-bottom: 0;
	}
	.woocommerce div.product .product_title {
	    font-size: 32px;
	}
	.woocommerce #reviews #comments h2,
	.woocommerce-tabs.wc-tabs-wrapper h2 {
		font-size: 28px;
	}
	.woocommerce .woocommerce-ordering select,
	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-result-count, 
	.woocommerce-page .woocommerce-result-count {
		float: none;
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.site-logo img {
		max-height: 35px;
	}
	.menu-toggle {
		top: 7px;
	}
	#featured-product .featured-image img {
	    height: 300px;
	}
	#call-to-action article .featured-image {
	    padding: 150px 0;
	}
}
@media screen and (max-width: 421px) {
	#popular-product .featured-image {
	    padding: 200px 0;
	}
	#call-to-action article .featured-image {
	    padding: 100px 0;
	}
}


.site-title a,
.entry-title a,
.post-categories a,
.widget_contact_info ul li a,
.btn,
.more-link,
.entry-meta a, .entry-meta i,
.site-info a,
#colophon li a,
#secondary ul li a,
.trail-items li a,
input:hover,
.post-edit-link,
.author-name a,
.post-navigation a, .posts-navigation a,
.comment-meta .url,
.comment-metadata a,
.reply a,
.logged-in-as a,
.secondary-menu a,
.posted-on a,
.author a,
.read-more a,
span.tags-links a,
.social-icons li a,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.button,
.woocommerce .woocommerce-breadcrumb a,
.product_meta a,
.yith-wcwl-wishlistexistsbrowse a,
.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item a,
.showcoupon {
	text-decoration: none !important;
}
.comment-awaiting-moderation {
	display: none;
}