/*
Theme Name: Sellnow
Theme URI: https://themepalace.com/downloads/sellnow/
Author: Theme Palace
Author URI: https://themepalace.com
Description: Sellnow is a well-rounded and feature-packed WordPress theme. It is based on an eCommerce WordPress theme for creating online stores. It can be used to create a wide range of online shops for your products. You can import the necessary configuration and contents within a few clicks. You can start adding the products and offers then. You can make modifications effortlessly without altering or writing a single line of code. As the theme is compatible with WooCommerce and several other plugins, and eCommerce-related widgets, you can instantly add useful functionalities to your online store.
Requires at least: 5.0
Version: 1.0.1
Requires PHP: 5.6
Tested up to: 6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sellnow
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets,  editor-style, right-sidebar, full-width-template, two-columns,  grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment

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.

Sellnow 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
# Social Icons
# Breadcrumb List
# Blog/Archive/Single
# Footer
# Font Family Options
# 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;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #000;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-loader {
    text-align: center;
    margin-top: 50px;
}
.blog-loader svg {
    width: 30px;
    height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
    margin-left: 15px;
    animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
	100%{transform: rotate(180deg);}
}

#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: #000;}
    25% {height:30px;transform:translateY(15px);background: #000;}
    50% {height:5px;transform:translateY(0px);background: #000;}
    100% {height:5px;transform:translateY(0px);background: #000;}
}

.backtotop {
    background-color: #000;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
	border: 1px solid #000;
    -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: #fff;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}
.backtotop:hover svg {
	fill: #000;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #000;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #000;}
	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: 'Josefin Sans', sans-serif;
	font-weight: 400;
	background-color: #f2f7f9;
}

#page {
    position: relative;
}

#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;
    color: #7b7b7b;
}

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: #393d46;
	margin: 0;
	line-height: 1.4;
	font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}

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 #ccc;
}
td,
th {
	padding: 10px 25px;
    font-weight: 400;
}

th {
	color: #fff;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7c7c7c;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	font-size: 18px;
	margin: 0;
	padding: 14px 0;
	font-family: 'Lato', sans-serif;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;
	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-color: #f2f7f9; /* Fallback for when there is no custom background color defined. */
	overflow-x: hidden; 
}
blockquote {
    padding: 21px 25px;
    margin: 30px 0;
    font-size: 22px;
    line-height: 1.5;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}
blockquote p:before,
blockquote p:after {
    content: "“";
    display: inline-block;
}
blockquote p:after {
    content: "”";
}
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%;
    display: inline-block;
    overflow: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #857d7d;
	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;
	outline: thin dotted;
}

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 {
	width: 100%;
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 10px;
	background-color: #eaedf3;
    border: 1px solid #eaedf3;
}

select {
	border: 1px solid #e0e0e0;
}

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;
	outline: thin dotted;
}

textarea {
    width: 100%;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    margin-bottom: 11px;
    display: inline-block;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 21px 0 0;
	text-align: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #393d46;
}

a:focus {
	outline: thin dotted;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3000;
    -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 .social-icons {
    margin: 10px 0 0;
}
.site-branding-container {
    position: relative;
    padding: 20px 0 1px;
}
.site-branding-container .overlay {
    opacity: 0.5;
}
.site-branding-container .wrapper {
    position: relative;
    z-index: 1;
}
.site-branding {
    text-align: center;
}
.site-branding  {
    z-index: 111;
}
.relative {
    display: block;
    position: relative;
}
.site-branding-wrapper {
	float: left;
    display: flex;
    align-items: center;
    -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;
}
.site-logo + #site-identity {
    margin-top: 15px;
}
.site-logo {
    margin-right: 20px;
}
#site-identity p {
	padding: 0;
}
.site-logo {
    max-height: 60px;
    width: auto;
}
.site-title {
    margin: 0;
    line-height: 1.3;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 26px;
    -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;
}
.site-title a {
    color: #000;
    text-decoration: none;
}
.relative:before, .relative:after {
    content: "";
    display: table;
    clear: both;
}
.site-title a:hover,
.site-title a:focus {
	opacity: 0.8;
	color: #000;
}
.site-description {
    margin: 0;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Josefin Sans', sans-serif;
}
.main-navigation {
    display: block;
    position: relative;
    float: left;
}
.main-navigation ul.nav-menu li.current-menu-item > a {
	font-weight: 600;
}
.main-navigation ul.nav-menu li.current-menu-item > a,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li:focus > a {
    color: #000;
}
.main-navigation ul.nav-menu li:hover > svg,
.main-navigation ul.nav-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children:focus > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
    fill: #000;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #000;
    border-bottom: 1px solid #eee;
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .social-menu-item ul {
    display: block;
    border: none;
}
.main-navigation .social-menu-item ul li a {
	width: 40px;
    border: 1px solid #d6d6d6;
}
.main-navigation .social-menu-item ul li a:hover,
.main-navigation .social-menu-item ul li a:focus {
	opacity: 0.8;
}
.main-navigation .social-menu-item .social-icons {
    margin: 0;
    padding: 20px 15px 20px 25px;
}
.main-navigation + .social-icons {
	display: block;
}
.main-navigation li {
	position: relative;
}
.main-navigation ul.nav-menu > li > a {
    padding: 18px 8px;
    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,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
	fill: #777c87;
}
.main-navigation a:hover, 
.main-navigation ul.nav-menu > li > a:hover {
    color: #777c87;
}
.main-navigation a {
    font-weight: 600;
	display: block;
    text-decoration: none;
	color: #000;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation .social-icons ul {
    position: relative;
    float: none;
    left: auto;
    background-color: transparent;
    z-index: 1;
    display: inline-block;
    top: auto;
    box-shadow: unset;
}
.main-navigation .social-icons ul li a {
    width: 40px;
    padding: 0;
}
.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: #000;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
#masthead .home-icon > a svg.icon-home {
    width: 24px;
    height: 24px;
    margin-top: -3px;
}
input.search-field {
    height: 50px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.main-navigation svg.icon-close {
    display: none;
}
#search.hidden-small form.search-form {
    position: absolute;
    left: 0;
    right: 0;
}
svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.search-menu svg.icon-search {
    fill: #000;
}
svg.icon-search,
svg.icon-close {
    width: 16px;
    height: 16px;
    fill: #000;
}
.menu-toggle svg.icon-close {
    width: 30px;
    height: 30px;
}
.search-submit svg.icon-search {
    fill: #adadad;
}
.main-navigation form.search-form input {
    background-color: #000;
    border-color: #000;
    color: #000;
    font-weight: 400;
}
.main-navigation svg.icon-down {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    fill: #7b7b7b;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #7b7b7b;
    position: absolute;
    right: 15px;
    top: 17px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#site-menu #search {
    display: none;
}
#search-menu {
	display: none;
}
#search-menu .icon-close,
#search-menu.active .icon-search,
.search-menu .icon-close,
.search-menu.active .icon-search {
    display: none;
}
#search-menu.active .icon-close,
.search-menu.active .icon-close {
	display: inline-block;
}
#search-menu button .icon-search,
.search-menu button .icon-search,
#search-menu.active button .icon-search,
.search-menu.active button .icon-search {
	display: inline-block;
}
#search-menu input[type="search"] {
	padding-left: 40px;
    min-height: 40px;
    height: auto;
    background-color: #efefef;
    border-color: #efefef;
    padding: 5px 15px 0px 40px;
}
#search-menu form.search-form button.search-submit {
	min-height: 40px;
	height: auto;
}
.menu-toggle{
	float: left;
    border-radius: 0;
    min-height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secondary-menu-toggle {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.secondary-menu-toggle svg {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.secondary-menu-toggle svg.icon-close {
    display: none;
    fill: #000;
    width: 16px;
    height: 16px;
}
.secondary-menu-toggle.active svg.icon-menu-bar {
	display: none;
}
.secondary-menu-toggle.active svg.icon-close {
	display: block;
}
#site-menu .menu-toggle.active svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-label {
    text-transform: uppercase;
    color: #000;
    padding: 3px 0 0 10px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    display: none;
}

.main-navigation form.search-form button.search-submit:focus {
	outline: thin dotted #000;
}
svg.icon-menu {
    fill: #ffffff;
    vertical-align: baseline;
    width: 30px;
    height: 30px;
}
svg.icon-close,
.menu-toggle.active svg.icon-menu {
    display: none;
}
.menu-toggle.active svg.icon-close {
	display: block;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 57px;
    line-height: 62px;
}
.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.8;
    z-index: 3;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    margin-top: 30px;
    padding: 23px 20px;
    background-color: #eaedf3;
    border: 1px solid #eaedf3;
    float: left;
    width: 100%;
    margin-bottom: 44px;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 500;
    color: #393d46;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #000;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.pagination .page-numbers {
    border: 1px solid #ddd;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    color: #393d46;
    background-color: #fff;
    text-decoration: unset;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.pagination .prev.page-numbers svg,
.pagination .next.page-numbers svg {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}
.pagination .next.page-numbers svg {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prev.page-numbers svg,
.next.page-numbers svg {
    fill: #cecece;
}
.nav-previous span {
    padding-left: 38px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 38px;
    float: right;
    text-align: right;
}
.navigation .nav-previous svg {
    transform: rotate(270deg);
    position: absolute;
    top: 3px;
    left: 0;
}
.navigation .nav-next svg {
    position: absolute;
    top: 3px;
    right: 0;
    transform: rotate(90deg);
}
.post-navigation span,
.posts-navigation span {
    display: table;
    font-size: 18px;
}
span.border-line {
    border: 1px solid #d9d9d9;
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}
/*--------------------------------------------------------------
# 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,
.widget:before,
.widget:after,
.widget_recent_news.col-2 > ul > li:before,
.widget_recent_news.col-2 > ul > li:after,
#most-read > ul > li:before,
#most-read > ul > li:after,
.widget_posts_filter .tab-content > ul > li:before,
.widget_posts_filter .tab-content > ul > li: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,
.widget:before,
.widget:after,
.widget_recent_news.col-2 > ul > li:before,
.widget_recent_news.col-2 > ul > li:after,
#most-read > ul > li:before,
#most-read > ul > li:after,
.widget_posts_filter .tab-content > ul > li:before,
.widget_posts_filter .tab-content > ul > li:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 20px;
}
.widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #efefef;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}
select:focus {
    outline: thin dotted;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

form.search-form button.search-submit {
    padding: 0;
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    border-radius: 0;
}
.widget_search form.search-form .search-submit {
    width: auto;
    color: #fff;
    background-color: #393d46;
    left: auto;
    right: 0;
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 10px;
}
.widget_search form.search-form .search-submit:hover,
.widget_search form.search-form .search-submit:focus {
	background-color: #000;
	color: #fff;
}
.widget_search form.search-form .search-submit svg {
	fill: #fff;
	width: 14px;
    height: 14px;
}
.widget_search form.search-form .search-submit:hover svg,
.widget_search form.search-form .search-submit:focus svg {
	fill: #fff;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 55px 0 15px;
    height: 40px;
    background-color: #eaedf3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0px 40px 0px 15px;
    font-weight: 400;
    min-width: 280px;
    height: 45px;
    background: #fff;
}
.scoial-icons svg.icon-close {
	width: 15px;
	height: 15px;
}
#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
}

.widget-title {
    font-size: 22px;
    /*margin: 0 0 16px;*/
}

.widget li:not(:last-child) {
    margin-bottom: 8px;
}

.widget_instagram ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}
.widget_instagram li {
	margin: 0;
	padding: 0 8px;
}
.widget.widget_instagram li:not(:last-child),
#colophon .footer-widgets-area .widget.widget_instagram li:not(:last-child) {
    margin-bottom: 20px;
}
.widget_instagram .col-1 li {
	width: 100%;
	float: none;
}
.widget_instagram .col-2 li {
	width: 50%;
	float: left;
}
.widget_instagram .col-3 li {
	width: 50%;
	float: left;
}
.widget_instagram .col-4 li {
	width: 25%;
	float: left;
}
.widget_instagram .col-5 li {
	width: 20%;
	float: left;
}
.widget_instagram .col-6 li {
	width: 16.66%;
	float: left;
}
.widget_instagram li img {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
}
div#instagram-01 {
    float: left;
    margin-top: 56px;
}
#instagram-01 svg.icon-instagram {
    margin-right: 12px;
    fill: #fff;
}
.widget_instagram button[type="submit"]:hover,
.widget_instagram button[type="submit"]:focus {
	background-color: #000;
    border-color: #000;
    color: #fff;
}
.widget_instagram button[type="submit"] {
    padding: 10px 35px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin-top: 10px;
    font-family: 'Josefin Sans', sans-serif;
    -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;
}
.widget.widget_archive li {
	text-align: right;
}
.widget.widget_archive li a {
	float: left;
}
.widget-title,
.widgettitle {
	/*margin: 0 0 25px;*/
    font-weight: 600;
    font-size: 32px;
    color: #393d46;
}
#secondary .widget,
#secondary-sidebar .widget {
    margin-bottom: 30px;
}
input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    background-color: #000;
    color: #fff;
    position: relative;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    -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[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #393d46;
    color: #fff;
}
.jetpack_subscription_widget form {
    position: relative;
    max-width: 470px;
}
.jetpack_subscription_widget input[type="email"] {
    width: 100%;
    min-height: 60px;
    padding: 2px 90px 0 30px;
    background-color: #61646b;
    border: 1px solid #61646b;
    color: #fff;
}
.jetpack_subscription_widget input[type="submit"] {
    padding: 13px 23px;
    font-size: 14px;
    line-height: 33px;
    display: inline-block;
    min-width: 133px;
    min-height: 58px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
#subscribe-now button[type="submit"] {
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    -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;
}
#subscribe-now button[type="submit"]:hover ,
#subscribe-now button[type="submit"] :focus {
	background: #000;
} 
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus {
	background-color: #000;
}
.jetpack_subscription_widget #subscribe-text {
    display: inline-block;
    margin-bottom: 10px;
}
.jetpack_subscription_widget #subscribe-text p {
    margin-top: 0;
    line-height: 25px;
    color: #a3a3a3;
}
.jetpack_subscription_widget #subscribe-submit {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.jetpack_subscription_widget .widget-title {
    /*margin-bottom: 5px;*/
}
#subscribe-now.section-header {
    padding: 20px 34px;
    text-align: center;
}
div#sponser {
    text-align: center;
    margin-top: 26px;
}
#sponser article {
    float: left;
    width: 33.33%;
}
#subscribe-email label {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.widget_popular_post ul,
.widget_latest_post ul,
.widget_featured_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
    display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li,
.widget.widget_featured_post ul li {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child,
.widget.widget_featured_post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3,
.widget_featured_post h3 {
    font-size: 16px;
    line-height: 1.5;
    display: table-row;
    letter-spacing: 0.01em;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_featured_post h3 a {
	display: block;
}
#secondary .widget_popular_post h3 a,
#secondary .widget_latest_post h3 a,
#secondary .widget_featured_post h3 a {
	font-weight: 600;
}
.widget_popular_post time,
.widget_latest_post time,
.widget_featured_post time {
    display: table-row;
    font-weight: 500;
}
.widget_popular_post h3 a,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a,
.widget_featured_post a:hover time,
.widget_featured_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_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a:hover,
.widget_featured_post h3 a:focus,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
	color: #000;
}
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post time,
.widget_featured_post a time,
.widget_featured_post time {
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
}
.widget_popular_post img,
.widget_latest_post img,
.widget_featured_post img {
    max-width: 95px;
    width: 95px;
    height: 95px;
    float: left;
    margin-right: 14px;
}
.textwidget img {
    margin-bottom: 25px;
    display: block;
}
.widget.widget_text .btn {
	margin-top: 20px;
}
.textwidget a,
#subscribe-text a {
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    color: #fff;
}

#secondary .jetpack_subscription_widget input[type="email"] {
    height: 50px;
    min-height: auto;
    background-color: #fff;
    border-color: #fff;
    padding: 15px 18px;
}
#secondary .jetpack_subscription_widget input[type="submit"] {
    position: relative;
    margin: auto;
    min-height: 50px;
    border-radius: 0;
    background-color: #000;
    min-width: 151px;
    margin: 0;
    text-transform: uppercase;
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
	background-color: #000;
}
#secondary p#subscribe-email {
    margin-top: 0;
}
#secondary .widget .social-icons {
    text-align: center;
    margin-top: -10px;
}
#secondary .widget .social-icons li a:hover svg,
#secondary .widget .social-icons a:focus svg {
	fill: #fff;
}
#secondary .widget ul,
#secondary-sidebar .widget ul,
#trending-post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget svg {
	fill: #000;
}
/*#secondary a,
#secondary li,
#secondary-sidebar a,
#secondary-sidebar li {
    color: #393d46;
}*/
#secondary a:hover,
#secondary a:focus,
#secondary-sidebar a:hover,
#secondary-sidebar a:focus {
    color: #777c87;
    border-color: #000; 
}
#secondary ul li,
#secondary-sidebar ul li,
#trending-post ul li {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}
#secondary ul li a,
#secondary-sidebar ul li a {
	text-decoration: unset;
}
.widget_recent_news ul li img,
.widget_posts_filter ul li img {
    object-fit: cover;
    float: right;
    border-radius: 12px;
}
.widget_recent_news ul li > a,
.widget_posts_filter ul li > a{
    float: right;

} 

.widget_recent_news ul li .entry-container,
.widget_posts_filter ul li .entry-container {
	padding-right: 15px;
	display: table-cell;
}
.widget_recent_news .entry-title,
#most-read .entry-title,
.widget_posts_filter .entry-title {
	font-size: 16px;
	margin-bottom: 0;
}
#secondary .post-categories a:hover,
#secondary-sidebar .post-categories a:hover,
#secondary .post-categories a:focus,
#secondary-sidebar .post-categories a:focus {
	color: #393d46;
}
.widget_recent_news ul.post-categories,
.widget_recent_news .cat-links li,
.widget_recent_news .entry-meta {
    line-height: 1;
}
.widget_recent_news > ul > li:not(:last-child),
.widget_posts_filter > ul > li:not(:last-child) {
	margin-bottom: 30px;
}
.widget_recent_news .entry-meta {
	margin-bottom: 8px;
}
#most-read ul li .entry-container .entry-meta {
    margin-top: 7px;
}
.widget_posts_filter .widget-title span:not(:last-child):after {
    content: "|";
    /*margin: 0 7px;*/
}
.widget_posts_filter .widget-title span {
	cursor: pointer;
}
.widget_posts_filter .widget-title span.active {
	color: #000;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.grid-layout {
	float: left;
	width: 100%;
    position: relative;
}

/*--------------------------------------------------------------
## 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-links {
	clear: both;
	margin: 0 0 1.5em;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.navigation.pagination svg {
    fill: #393d46;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
	fill: #fff;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 20px;
    height: 20px;
    fill: #393d46;
    display: inline-block;
    vertical-align: middle;
}
.navigation.posts-navigation a:hover svg, 
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:focus svg, 
.navigation.post-navigation a:focus svg {
	fill: #000;
}
.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;
}
.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;
}
.no-sidebar-content #hero-posts {
    max-width: 900px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
	margin-bottom: 43px;
	font-size: 42px;
	font-weight: 600;
}
.post-categories {
    list-style: none;
    padding-left: 0;
}
.post-categories li {
    display: inline-block;
    vertical-align: middle;
}
.post-categories li:last-child {
	margin-right: 0;
}
.post-categories a,
.posted-on a,
.cat-links a {
    color: #748196;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 35px;
    text-decoration: unset;
}
.posted-on a {
	color: #393d46;
}
.post-categories a:hover,
.post-categories a:focus {
	color: #393d46;
}
.posted-on a:hover,
.posted-on a:focus {
    color: #000;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 90px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-left: 80px;
    display: inline-block;
    margin-top: 3px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
.comment-meta .fn {
    margin-left: 20px;
    margin-top: 18px;
}
.comment-content {
    margin-bottom: 13px;
    margin-top: -45px;
    margin-left: 80px;
    padding: 55px 20px 20px;
    background-color: #eaedf3;
    border: 1px solid #eaedf3;
}
#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:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li {
    margin-bottom: 30px;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    display: inline-block;
    border-radius: 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    background-color: #000;
    padding: 5px 20px;
    -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;
    text-decoration: unset;
}
.reply a:hover,
.reply a:focus {
	background-color: #393d46;
    color: #fff;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #393d46;
    font-size: 18px;
    margin-right: 5px;
    font-weight: 600;
    text-decoration: unset;
}
.comment-meta .fn:after {
    content: "|";
    color: #72757a;
    margin: 0 3px;
}
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time {
	color: #000;
}
.comment-metadata a,
.comment-metadata a time {
    color: #393d46;
    text-decoration: unset;
    font-weight: 600;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #000;
}
.comment-metadata {
    display: inline-block;
    margin-left: -5px;
}
.comment-content p {
    margin-bottom: 0;
}
#comments {
    margin-top: 40px;
}
.comment-wrap {
    background-color: #fff;
    padding: 20px;
    margin-left: 80px;
}
/*--------------------------------------------------------------
# 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;
}

.page-section {
	padding: 50px 0;
}

.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
 .entry-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #393d46;
    word-wrap: break-word;
}
.entry-title a {
	color: #393d46;
	text-decoration: unset;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #000;
}
.section-header,
.widget-header {
    position: relative;
    overflow: hidden;
}
.section-title {
    font-size: 28px;
    font-weight: 600;
    /*margin: 0 0 54px;*/
    display: inline-block;
}
.widget-title {
	padding-right: 15px;
    display: inline-block;
    /*margin: 0 0 58px;*/
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
	padding: 14px 30px;
	font-size: 14px;
	line-height: 26px;
	min-height: 55px;
	display: inline-block;
	text-transform: uppercase;
	min-width: 161px;
	border: none;
	background-color: transparent;
	border: 1px solid #cccccc;
	color: #393d46;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	-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:hover,
.btn:focus {
	background-color: #393d46;
    color: #fff;
}
#infinite-handle {
    text-align: center;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# 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;
}

.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,
.social-icons ul {
    margin: 0;
    padding: 5px 0;
}
.social-icons li a {
    background-color: transparent;
    display: block;
}
.social-icons li a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.read-story a {
    border-bottom: 1.25px solid #000;
    padding-bottom: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}
/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="linkedin.com"] {
 	background-color: #0077B5;
}
.social-icons li a[href*="plus.google.com"] {
 	background-color: #ec7161;
}

.social-icons li a[href*="youtube.com"] {
 	background-color: #cc181e;
}

.social-icons li a[href*="dribbble.com"] {
 	background-color: #f4a09c;
}


.social-icons li a[href*="bitbucket.org"] {
 	background-color: #205081;
}

.social-icons li a[href*="github.com"] {
 	background-color: #323131;
}

.social-icons li a[href*="codepen.io"] {
 	background-color: #000;
}

.social-icons li a[href*="flickr.com"] {
 	background-color: #025FDF;
}

.social-icons li a[href$="/feed/"] {
 	background-color: #089DE3;
}

.social-icons li a[href*="foursquare.com"] {
 	background-color: #F94877;
}

.social-icons li a[href*="tumblr.com"] {
 	background-color: #56BC8A;
}

.social-icons li a[href*="reddit.com"] {
 	background-color: #FF4500;
}

.social-icons li a[href*="vimeo.com"] {
 	background-color: #00ADEF;
}

.social-icons li a[href*="digg.com"] {
 	background-color: #00ADEF;
}

.social-icons li a[href*="twitch.tv"] {
 	background-color: #0E9DD9;
}

.social-icons li a[href*="stumbleupon.com"] {
 	background-color: #EB4924;
}

.social-icons li a[href*="delicious.com"] {
 	background-color: #0076E8;
}

.social-icons li a[href*="mailto:"] {
 	background-color: #4169E1;
}
.social-icons li a[href*="soundcloud.com"] {
 	background-color: #FF5500;
}
.social-icons li a[href*="wordpress.org"] {
 	background-color: #0073AA;
}
.social-icons li a[href*="wordpress.com"] {
 	background-color: #00AADC;
}

.social-icons li a[href*="jsfiddle.net"] {
 	background-color: #396AB1;
}

.social-icons li a[href*="tripadvisor.com"] {
 	background-color: #FFE090;
}

.social-icons li a[href*="angel.co"] {
 	background-color: #000;
}

.social-icons li a[href*="slack.com"] {
 	background-color: #E60264;
}
.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,
.tp-social.social-icon li a[href*="fb.com"],
.tp-social.social-icon li a[href*="facebook.com"] {
 	background-color: #3c5798 !important;
}

.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus,
.tp-social.social-icon li a[href*="twitter.com"] {
 	background-color: #1ea0f1 !important;
}
.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus,
.tp-social.social-icon li a[href*="instagram.com"] {
 	background-color: #cd42e7 !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:hover svg.icon-facebook ,
.social-icons li a:hover svg.icon-instagram,
.social-icons li a:hover svg.icon-twitter ,
.social-icons li a:hover svg.icon-pinterest,
.social-icons li a:focus svg.icon-facebook ,
.social-icons li a:focus svg.icon-instagram,
.social-icons li a:focus svg.icon-twitter ,
.social-icons li a:focus svg.icon-pinterest {
	fill: #fff;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 50px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
}
#page-site-header .page-title {
	font-size: 36px;
	color: #fff;
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
}
.trail-items li a {
	color: rgba(255, 255, 255, 0.60);
	text-decoration: unset;
    font-size: 18px;
}
.trail-items li a:hover,
.trail-items li a:focus {
	color: #fff;
	text-decoration: underline;
}
.trail-items li:not(:last-child):after {
	content: "/";
    color: rgba(255, 255, 255, 0.60);
    padding-left: 4px;
    padding-right: 2px;
}

/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 280px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#page-site-header .wrapper {
    position: relative;
    text-align: center;
}
#page-site-header .page-title {
	font-size: 32px;
	color: #fff;
    margin: 0;
    line-height: 1.5;
}

/*--------------------------------------------------------------
#  main-posts Section
--------------------------------------------------------------*/
.grid-layout article:not(:last-child),
.list-layout article:not(:last-child) {
    margin-bottom: 40px;
}
.grid-layout .featured-image,
.list-layout .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 110px 0;
    margin-bottom: 20px;
    background-color: #000;
    border-radius: 12px;
}

.grid-layout .entry-title,
.list-layout .entry-title {
    margin-bottom: 5px;
}



/*--------------------------------------------------------------
#  Archive / Blog
--------------------------------------------------------------*/
.entry-meta {
    margin-bottom: 3px;
}

.entry-meta > span {
    display: inline-block;
    vertical-align: middle;
	font-size: 18px;
}
.single .cat-links a {
	text-decoration: underline;
}
.post-categories :not(:last-child):after {
	content: ",";
}
.entry-meta > span:not(:first-child):before {
    content: "|";
    margin: 0 10px;
}
.byline,
.byline a {
	font-size: 18px;
    color: #393d46;
}
.byline a:hover,
.byline a:focus {
	color: #000;
}
/*--------------------------------------------------------------
#  Single Post
--------------------------------------------------------------*/
.single .featured-image {
    margin-bottom: 30px;
    position: relative;
}
.single #primary article .entry-title {
    font-size: 28px;
    margin: 14px 0;
}

/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    color: #000;
}
#colophon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.custom-menu ul li:last-child {
	margin-right: 0;
}
#colophon .social-icons li a {
    line-height: 38px;
}
#colophon .social-icons li:not(last-child) {
	padding-right: 20px;	
}
#colophon .social-icons li svg {
	fill:  #a3a3a3;
	width: 28px;
    height: 28px;
}

.widget_featured_post ul li .entry-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
#colophon ul li, #colophon ul li a {
    color: #68768e;
    font-size: 18px;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: unset;
}
#colophon .widget-title {
    font-size: 18px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-widgets-area.page-section.col-5 {
    text-align: center;
}
#colophon h2.site-title {
    font-size: 36px;
}
/*#colophon .textwidget {
    padding-right: 62px;
}*/
#colophon .cat-links li {
	margin-bottom: 0;
	margin-right: 3px;
    width: auto;
}
#colophon .cat-links a,
#colophon .site-info a:hover,
#colophon .site-info a:focus,
#colophon .widget-title, 
#colophon .widgettitle {
	color: #393d46;
}
#colophon .cat-links a {
    color: #748196;
}
#colophon .widget_text .textwidget p {
    font-size: 18px;
    color: #748196;
    font-weight: 400;
    padding-top: 0;
}
#colophon ul li a:hover,
#colophon ul li a:focus {
	color: #393d46;
}
#colophon ul li a:hover svg,
#colophon ul li a:focus svg {
	fill: #fff;
}
#colophon .cat-links a:hover,
#colophon .cat-links a:focus {
	opacity: 1;
}
.widget_featured_post article {
    position: relative;
    clear: both;
    display: table;
    width: 100%;
}
.widget_featured_post .featured-image {
    background-size: cover;
    background-position: 50%;
    background-color: #000;
    width: 100px;
    height: 100%;
    float: left;
    display: table-cell;
    position: absolute;
    top: 0;
    left: 0;
}
.widget_featured_post .entry-container {
    padding: 5px 0;
    display: table-cell;
    text-align: left;
    padding-left: 120px;
}
.widget_categories li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#colophon .widget_categories li {
    margin-bottom: 8px;
}
#colophon .widget_categories li:last-child {
    margin-bottom: 0;
}
#colophon .footer-widgets-area .widget.widget_featured_post > ul > li {
    margin-bottom: 7px;
}
.footer-widgets-area ul li {
    font-weight: 500;
}
#colophon .footer-widgets-area .widget > ul > li:last-child,
#colophon .footer-widgets-area .widget.widget_featured_post > ul > li:last-child {
	margin-bottom: 0;
}
#colophon .widget_recent_entries ul li span {
    display: block;
    font-size: 16px;
}
#colophon .social-icons li svg:hover,
#colophon .social-icons li svg:focus {
	fill: #fff;
}
.social-icons .icon-facebook:hover,
.social-icons .icon-facebook:focus  {
	fill: #fff;
}
.social-icons .icon-twitter:hover,
.social-icons .icon-twitter:focus {
	fill: #fff;
}
.social-icons .icon-instagram:hover,
.social-icons .icon-instagram:focus {
	fill: #fff;
}
.social-icons .icon-pinterest:hover,
.social-icons .icon-pinterest:focus {
	fill: #fff;
}
#colophon .widget_recent_entries ul li span:before {
	content: "";
    background-image: url('assets/images/clock.svg');
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#colophon .site-info.col-2 a {
	color: #000;
}
#colophon .site-info.col-2 a:hover,
#colophon .site-info.col-2 a:focus {
	color: #000;
}
.site-info .social-icons {
    display: inline-block;
}
.site-info {
    text-align: center;
    padding: 45px 0 28px;
    position: relative;
}
.site-info:before {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.site-info span {
	display: block;
	text-align: center;
    margin: 0 0 10px;
}
.site-info span:last-child {
    margin-bottom: 0;
}
.custom-menu {
    margin-bottom: 15px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
	margin-bottom: 0;
}
.footer-widgets-area .hentry {
	margin-bottom: 45px;
	float: left;
	width: 100%;
}
.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;
}
.footer-widgets-area.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
.					Blog  &  Single
--------------------------------------------------------------*/
body.blog div#recent-posts,
body.archive div#recent-posts,
body.single div#recent-posts {
    margin-top: unset;
}

body.blog div#recent-posts article,
body.archive div#recent-posts article,
body.single div#recent-posts article {
    float: left;
    width: 100%;
}
body.blog.left-sidebar div#recent-posts article {
    float: right;
}
body.blog.left-sidebar #recent-posts .entry-container {
	float: left;
	padding: 33px 33px 0px 20px;
}
body.blog.left-sidebar #recent-posts .featured-image {
	float: right;
}
body.blog #secondary .widget ,
body.archive #secondary .widget ,
body.single #secondary .widget {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #eee;
    clear: both;
}
body.blog #secondary .widget_search form.search-form input ,
body.archive #secondary .widget_search form.search-form input ,
body.single #secondary .widget_search form.search-form input {
    background-color: #fff;
    padding: 0 40px 0 15px;
    height: 50px;
}
body.blog #secondary .widget_search form.search-form .search-submit,
body.archive #secondary .widget_search form.search-form .search-submit,
body.single #secondary .widget_search form.search-form .search-submit {
	color: #fff;
    background-color: #000;
    left: auto;
    right: -4px;
    top: 0;
    font-size: 14px;
    height: 50px;
    width: 47px;
    line-height: 10px;
    position: absolute;
}
body.blog .widget-title,
body.archive .widget-title,
body.single .widget-title {
	color: #000;
	margin: 0 0 20px; 
	font-family: 'Josefin Sans', sans-serif;
}
body.blog #secondary ul,
body.archive #secondary ul,
body.single #secondary ul{
    margin: 0 0 21px;
    padding-left: 1.5em;
}
body.blog #secondary ul li,
body.archive #secondary ul li,
body.single #secondary ul li{
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	list-style: disc;
}
body.single #recent-posts .entry-container {
    width: 100%;
     padding: unset; 
}
body.single #recent-posts .featured-image {
	width: 100%;
	padding: 250px 0;
}


.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-slide {
    outline: none;
}

.slick-prev:hover:before, 
.slick-next:hover:before,
.slick-prev:focus:before, 
.slick-next:focus:before {
	-webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/images/right-arrow-angle.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:before {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(180deg);
}
.slick-prev,
.slick-next {
	background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 1;
    z-index: 1;
    -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;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	opacity: 1;
	border-color: #000;
	background-color: #000;
}
.slick-prev {
	left: 50px;
}
.slick-next {
	right: 50px;
}
.slick-prev, 
.slick-next {
    border: 1px solid #fff;
    background-color: #fff;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 1px solid #000;
}
.slick-dots li.slick-active button {
	background-color: #000;
}
.slick-dots li button:focus {
	outline: thin dotted #000;
}
.slick-dots li button:before {
	display: none;
}

ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul.tabs li {
    display: inline-block;
    margin: 8px;
}
ul.tabs li a {
    background-color: transparent;
    display: inline-block;
    padding: 4px 20px;
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    text-decoration: unset;
}
ul.tabs li a.active,
ul.tabs li a:hover,
ul.tabs li a:focus {
    background-color: #000;
    color: #fff;
}
ul.tabs li a:focus {
	outline: thin dotted #000;
}



.col-2 article:not(:last-child),
.col-3 article:not(:last-child),
.col-4 article:not(:last-child),
.col-5 article:not(:last-child),
.col-6 article:not(:last-child) {
	margin-bottom: 22px;
}
.section-header {
    margin: 0 auto;
    margin-bottom: 32px;
}

#sellnow_hero_banner_section {
    background-color: #f2f7f9;
    position: relative;
    z-index: 111;
    padding-top: 0;
}
#sellnow_hero_banner_section .hero-banner-content-wrapper {
    background-color: #fff;
    position: relative;
}
#sellnow_hero_banner_section .hero-banner-content-wrapper .featured-image img {
    width: 100% !important;
    object-fit: cover;
}
#sellnow_hero_banner_section .featured-image {
    position: relative;
    overflow: visible !important;
}
#sellnow_hero_banner_section h2.woocommerce-loop-product__title {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    color: #393d46;
}
#sellnow_hero_banner_section span.woocommerce-Price-amount.amount {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    color: #393d46;
}
#sellnow_hero_banner_section .entry-content p {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.woocommerce a.button {
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #393d46;
    border: 1px solid #cccccc;
    padding: 16px 40px;
}
a.dot {
    text-decoration: none;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    color: #393d46;
}
#sellnow_hero_banner_section .hero-banner-slider  .slick-dots li {
    height: auto;
    width: auto;
    display: block;
    position: relative;
    margin: 70px 0;
}
#sellnow_hero_banner_section .slick-dots {
    position: absolute;
    top: 10%;
    left: -47%;
}
#sellnow_hero_banner_section .slick-slider {
    position: unset;
}
#sellnow_hero_banner_section .slick-list {
    z-index: 1111;
}
#sellnow_hero_banner_section li:not(:last-child) a.dot:after {
    content: "";
    width: 1px;
    height: 50px;
    display: inline-block;
    background-color: #c6cbce;
    margin: 10px;
    position: absolute;
    top: 24px;
    left: 49.5%;
}

#sellnow_hero_banner_section .hero-banner-slider  .slick-dots li a {
    color: #c6cbce;
}
#sellnow_hero_banner_section .hero-banner-slider  .slick-dots li.slick-active a {
    color: #393d46;
}
#sellnow_hero_banner_section .hero-banner-slider  .slick-dots li.slick-active a.dot:after {
    background-color: #393d46;
}
#sellnow_hero_banner_section .product_meta {
    margin-bottom: 22px;
}
#sellnow_hero_banner_section a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin-top: 20px;
}
#sellnow_hero_banner_section .social-icons {
    float: left;
    position: absolute;
    bottom: 16%;
    left: 25px;
    display: none;
}
#sellnow_hero_banner_section .social-icons li {
    display: block;
}
#sellnow_hero_banner_section .social-icons svg {
    fill: #393d46;
}
#sellnow_hero_banner_section .social-icons a:hover svg,
#sellnow_hero_banner_section .social-icons a:focus svg {
    fill: #fff;
}
#sellnow_hero_banner_section .hero-banner-slider .slick-dots li a {
    display: none;
}
#sellnow_hero_banner_section .product-content {
    padding: 60px;
}
#sellnow_hero_banner_section h2.woocommerce-loop-product__title {
    margin-bottom: 5px;
}
#sellnow_hero_banner_section .slider-number {
    position: absolute;
    top: 10%;
    right: 24%;
}
#sellnow_hero_banner_section .slider-number span {
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 100px;
    display: none;
}
#sellnow_hero_banner_section h2.woocommerce-loop-product__title:hover,
#sellnow_hero_banner_section h2.woocommerce-loop-product__title:focus,
#sellnow_trending_section h2.woocommerce-loop-product__title:hover,
#sellnow_trending_section h2.woocommerce-loop-product__title:focus,
#sellnow_services_section p a:hover,
#sellnow_services_section p a:focus {
    color: #000;
}

#sellnow_hero_banner_section .slider-number span {
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    padding: 55px 0;
    background-size: cover;
    background-position: 50%;
}


@media screen and (min-width: 767px) {
    #sellnow_hero_banner_section .hero-banner-slider .slick-dots li a {
        display: block;
    }
}

@media screen and (min-width: 1025px) {
    #sellnow_hero_banner_section .social-icons {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    #sellnow_hero_banner_section .slider-number span {
        font-size: 150px;
    }
    #sellnow_hero_banner_section .hero-banner-content-wrapper {
        display: table;
        position: relative;
        align-items: center;
        width: 100%;
    }
    #sellnow_hero_banner_section .product-content {
        width: 33.33%;
        text-align: unset;
        display: table-cell;
        text-align: unset;
        float: right;
        padding: 200px 35px 20px;
    }
    #sellnow_hero_banner_section .featured-image {
        width: 66.67%;
        position: absolute;
        display: table-cell;
        bottom: 0;
        left: 0;
        top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #sellnow_hero_banner_section .slider-number span {
        display: block;
    }
}

@media screen and (min-width: 1900px) {
    #sellnow_hero_banner_section h2.woocommerce-loop-product__title {
        font-size: 50px
    }
    #sellnow_hero_banner_section span.woocommerce-Price-amount.amount {
        font-size: 32px;
    }
    #sellnow_hero_banner_section .entry-content p {
        font-size: 22px;
    }
    #sellnow_hero_banner_section .product-content {
        padding: 280px 45px 65px;
    }
    #sellnow_hero_banner_section .slick-dots {
        left: -45%;
    }
    #sellnow_hero_banner_section .social-icons {
        bottom: 12%;
        left: 4%;
    }
    #sellnow_hero_banner_section .social-icons li {
        margin-bottom: 20px;
    }
    #sellnow_hero_banner_section .slider-number span {
        font-size: 199.92px;
        padding: 80px 0;
    }
    #sellnow_hero_banner_section .featured-image img {
        width: 1500px;
        max-height: 930px;
        object-fit: cover;
    }
}

#sellnow_latest_products_section {
    position: relative;
}
#sellnow_latest_products_section .featured-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
#sellnow_latest_products_section .latest-products-wrapper {
    background-color: #fff;
    position: relative;
    align-items: center;
    width: 100%;
}
#sellnow_latest_products_section .entry-container {
    text-align: center;
    padding: 30px 15px;
}
#sellnow_latest_products_section .entry-title a {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
}
#sellnow_latest_products_section .shop-now {
    margin-top: 10px;
}
#sellnow_latest_products_section .btn {
    font-weight: 700;
    font-size: 16px;
    padding: 22px 30px;
}

@media screen and (min-width: 767px) {
    #sellnow_latest_products_section .latest-products-wrapper {
        display: table;
        position: relative;
        align-items: center;
        width: 100%;
    }
    #sellnow_latest_products_section .entry-container {
        width: 60%;
        text-align: unset;
        display: table-cell;
        text-align: unset;
    }
    #sellnow_latest_products_section .featured-image {
        width: 40%;
        position: absolute;
        display: table-cell;
        bottom: 0;
        right: 0;
        top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin: 10px;
    }
    #sellnow_latest_products_section .featured-image {
        background-size: cover;
    }
    #sellnow_latest_products_section .entry-title a {
        font-size: 32px;
    }
}

@media screen and (min-width: 1025px) {
    #sellnow_latest_products_section:before {
        content: "";
        background-color: #dfedf4;
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
    #sellnow_latest_products_section .entry-container {
        padding: 100px 35px;
    }
    #sellnow_partners_section.page-section {
        padding-top: 0;
    }
}

#sellnow_partners_section {
	background-color: #dfedf4;
}
#sellnow_partners_section .featured-image {
	text-align: center;
}

#sellnow_popular_collections_section .product-filtering,
#sellnow_popular_collections_section .section-header {
    text-align: center;
}
#sellnow_popular_collections_section .featured-image {
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
#sellnow_popular_collections_section .product-nav li {
    margin-bottom: 20px;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#sellnow_popular_collections_section .product-nav li a {
    text-decoration: none;
    font-size: 18px;
    display: block;
    color: #95999d;
    font-family: 'Lato', sans-serif;
    padding: 10px;
}
#sellnow_popular_collections_section ul.product-nav li.active a, 
#sellnow_popular_collections_section  ul.product-nav li a:hover, 
#sellnow_popular_collections_section  ul.product-nav li a:focus {
    color: #393d46;
}
#sellnow_popular_collections_section .product-button {
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 8%;
    left: 40px;
}
#sellnow_popular_collections_section h2.woocommerce-loop-product__title {
    position: absolute;
    top: 20px;
    left: 40px;
    color: #fff;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    padding-right: 30px;
    max-width: 220px;
}
.woocommerce #sellnow_popular_collections_section ul.products li.product .price ins {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
}
#sellnow_popular_collections_section .product_meta {
    position: absolute;
    bottom: 25%;
    left: 40px;
}
.woocommerce #sellnow_popular_collections_section a.button {
    border-color: #fff;
    color: #fff;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}
.woocommerce #sellnow_popular_collections_section a.button:hover,
.woocommerce #sellnow_popular_collections_section a.button:focus {
    border-color: #393d46;
}
#sellnow_popular_collections_section .cart-icon svg,
#sellnow_popular_collections_section .favourite svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
#sellnow_popular_collections_section .read-more {
    text-align: center;
}
.woocommerce #sellnow_popular_collections_section a.button {
    padding: 16px 20px;
}
#sellnow_popular_collections_section .product-button .buy-now,
#sellnow_popular_collections_section .product-button .favourite {
    padding-right: 20px;
}
#sellnow_popular_collections_section .cart-icon svg:hover,
#sellnow_popular_collections_section .cart-icon svg:focus,
#sellnow_popular_collections_section .favourite svg:hover,
#sellnow_popular_collections_section .favourite svg:focus {
    fill: #393d46;
}
#sellnow_popular_collections_section .favourite .fa {
    color: #fff;
    font-size: 24px;

}
#sellnow_popular_collections_section a.add_to_wishlist.single_add_to_wishlist span {
    display: none;
}
#sellnow_popular_collections_section .favourite {
    margin-right: 1px;
    
}
#sellnow_popular_collections_section .favourite .fa:hover,
#sellnow_popular_collections_section .favourite .fa:focus,
#sellnow_popular_collections_section h2.woocommerce-loop-product__title:hover,
#sellnow_popular_collections_section h2.woocommerce-loop-product__title:focus {
    color: #393d46;
}
.woocommerce #sellnow_popular_collections_section .all-product-button .button{
    background-color: transparent;
    border-color: #cccccc;
    color: #393d46;
}
#sellnow_popular_collections_section .all-product-button {
    text-align: center;
}
#sellnow_popular_collections_section .overlay,
#sellnow_popular_collections_section h2.woocommerce-loop-product__title,
#sellnow_popular_collections_section .product_meta,
#sellnow_popular_collections_section .product-button {
    visibility: hidden;
}
#sellnow_popular_collections_section li.product.featured-products:hover .featured-image > .overlay,
#sellnow_popular_collections_section li.product.featured-products:hover h2.woocommerce-loop-product__title,
#sellnow_popular_collections_section li.product.featured-products:hover .product_meta,
#sellnow_popular_collections_section li.product.featured-products:hover .product-button,
#sellnow_popular_collections_section li.product.featured-products:focus .featured-image > .overlay,
#sellnow_popular_collections_section li.product.featured-products:focus h2.woocommerce-loop-product__title,
#sellnow_popular_collections_section li.product.featured-products:focus .product_meta,
#sellnow_popular_collections_section li.product.featured-products:focus .product-button {
    visibility: visible;
}
.section-title {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    color: #141c2a;
}



@media screen and (min-width: 567px)  {
    #sellnow_popular_collections_section .product-nav li {
        display: inline-block;
        padding-right: 15px;
    }
}

@media screen and (min-width: 767px)  {
    .woocommerce #sellnow_popular_collections_section a.button {
        font-size: 10px;
    }
    #sellnow_popular_collections_section h2.woocommerce-loop-product__title  {
        max-width: 195px;
    }
}


@media screen and (min-width: 1200px)  {
    .woocommerce #sellnow_popular_collections_section a.button {
        font-size: 16px;
    }
    .section-title {
        font-size: 50px;
    }
    #sellnow_popular_collections_section h2.woocommerce-loop-product__title  {
        max-width: 250px;
    }
}
@media screen and (min-width: 1900px)  {
    #sellnow_popular_collections_section h2.woocommerce-loop-product__title  {
        max-width: 320px;
    }
}

#sellnow_recent_stories_section .section-header {
    text-align: center;
}

#sellnow_recent_stories_section .section-title {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    color: #141c2a;
}
#sellnow_recent_stories_section .featured-image {
    padding: 150px 0 ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
#sellnow_recent_stories_section .date {
    background-color: #393d46;
    color: #fff;
    float: left;
    padding: 12px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
#sellnow_recent_stories_section .date span {
    display: block;
}
#sellnow_recent_stories_section .date span,
#sellnow_recent_stories_section .entry-title a {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
}
#sellnow_recent_stories_section span.month {
    font-size: 20px;
    font-weight: 700;
}
#sellnow_recent_stories_section .post-categories a {
    font-size: 18px;
}
#sellnow_recent_stories_section .entry-meta {
    margin: 10px 0;
}

@media screen and (min-width: 1900px) {
    #sellnow_recent_stories_section .date span,
    #sellnow_recent_stories_section .entry-title a {
        font-size: 32px;
    }
}

#sellnow_subscribe_section article {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
#sellnow_subscribe_section button {
    background-color: transparent;
    padding: 20px 33px;
    border-color: #61646b;
    text-transform: uppercase;
    color: #fff;
    min-height: 60px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    border-radius: 0px;
}
#sellnow_subscribe_section .jetpack_subscription_widget {
    position: relative;
}
#sellnow_subscribe_section .jetpack_subscription_widget form {
    position: unset;
}
#sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
    right: 14%;
}
#sellnow_subscribe_section .section-title,
#sellnow_subscribe_section .section-subtitle,
#sellnow_subscribe_section .entry-content p {
    color: #fff;
}
#sellnow_subscribe_section .section-title span {
    color: #ff615a;
}
#sellnow_subscribe_section ::placeholder {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
#sellnow_subscribe_section .entry-container {
    padding: 15px 25px;
    width: 100%;
}
.jetpack_subscription_widget form {
    text-align: center;
}
#sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
    right: 1%;
}
#sellnow_subscribe_section .entry-content {
    padding: 0 20px 0 0;
}
#sellnow_subscribe_section .section-header {
    width: unset;
    margin: unset;
    margin-bottom: unset;
}
#sellnow_subscribe_section .section-subtitle {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
}
#sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
    position: unset;
}
#sellnow_subscribe_section button:hover,
#sellnow_subscribe_section button:focus {
    background-color: #61646b;
}
#sellnow_subscribe_section .subscribe-post-wrapper {
    position: relative;
}

@media screen and (min-width: 567px) {
    .jetpack_subscription_widget form {
        max-width: 250px;
    }
    #sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
        position: absolute;
    }
}

@media screen and (min-width: 767px) {
    #sellnow_subscribe_section .entry-container {
        padding: 35px 45px;
    }
    .jetpack_subscription_widget form {
        max-width: 400px;
    }
    #sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
        right: 1%;
    }
    #sellnow_subscribe_section .entry-content {
        padding: 0 100px 0 0;
    }
}

@media screen and (min-width: 992px) {
    
    #sellnow_subscribe_section .entry-container {
        width: 70%;
    }
    #sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
        right: -4%;
    }
    .jetpack_subscription_widget form {
        max-width: 350px;
    }
}

@media screen and (min-width: 1025px) {
    #sellnow_subscribe_section .entry-container {
        padding: 45px 55px;
    }
    .jetpack_subscription_widget form {
        max-width: 330px;
    }
    #sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
        right: 1%;
    }
    #sellnow_subscribe_section .entry-content {
        padding: 0 130px 0 0;
    }
}

@media screen and (min-width: 1200px) {
    #sellnow_subscribe_section .entry-container {
        padding: 50px 60px;
    }
    .jetpack_subscription_widget form {
        max-width: 500px;
    }
    #sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
        right: 1%;
    }
    #sellnow_subscribe_section .entry-content {
        padding: 0 150px 0 0;
    }
}


@media screen and (min-width: 1900px) {
    #sellnow_subscribe_section .entry-container {
        padding: 70px 80px;
    }
    .jetpack_subscription_widget form {
        max-width: 600px;
    }
    #sellnow_subscribe_section .jetpack_subscription_widget #subscribe-submit {
        right: 16%;
    }
    #sellnow_subscribe_section .entry-content {
        padding: 0 333px 0 0;
    }
}

#sellnow_why_choose_us_section {
    position: relative;
}
#sellnow_why_choose_us_section .section-header {
    text-align: center;
}
#sellnow_why_choose_us_section .section-title {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    color: #141c2a;
}
#sellnow_why_choose_us_section .read-more a:hover i:before, 
#sellnow_why_choose_us_section .read-more a:focus i:before {
    content: "\f068";
}
#sellnow_why_choose_us_section .entry-container {
    background-color: #fff;
}
#sellnow_why_choose_us_section .entry-content-wrapper {
    padding: 60px 30px;
}
#sellnow_why_choose_us_section .icon-container .fa {
    font-size: 44px;
}
#sellnow_why_choose_us_section .read-more .fa {
    font-size: 13px;
    margin-left: 8px;
    font-weight: 400;
    color: #393d46;
}
#sellnow_why_choose_us_section .read-more a {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #393d46;
}
#sellnow_why_choose_us_section .read-more {
    margin-top: 20px;
}
#sellnow_why_choose_us_section .icon-container {
    margin-bottom: 20px;
}
#sellnow_why_choose_us_section .entry-title a {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
}


@media screen and (min-width: 1025px) {
    #sellnow_why_choose_us_section:before {
        content: "";
        background-color: #f6e8e7;
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: -1;
    }
}

/*--------------------------------------------------------------
#  woocommerce
--------------------------------------------------------------*/
.product-filtering {
    margin-top: -15px;
}
ul.product-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
ul.product-nav li {
    text-align: center;
    float: left;
}
ul.product-nav li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    right: auto;
    left: 25px;
    top: 10px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    padding: 0;
    background-color: #393d46;
    border-radius: 0;
    line-height: 1.3;
    padding: 4px 11px;
    font-weight: 400;
}
.product_meta a {
    color: #797973;
    text-transform: uppercase;
}
.product_meta a:hover,
.product_meta a:focus,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #fff;
}
.woocommerce div.product p.price del {
	color: #797973;
    margin-right: 5px;
}
.woocommerce div.product .product_meta > span {
    display: block;
}
.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-weight: 600;
    font-size: 16px;
}
.woocommerce ul.products li.product .price {
    color: #fff;
}
.woocommerce ul.products li.product .price {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.products li.product .price del {
    color: #797973;
    opacity: 1;
    font-weight: 400;
    margin-right: 3px;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 8px 30px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #010101;
    background-color: transparent;
    color: #010101;
    text-transform: uppercase;
    border-radius: 0;
    -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 #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	border-color: #393d46;
	background-color: #393d46;
	color: #fff;
}
.woocommerce #popular-products ul.products li.first, 
.woocommerce-page #popular-products ul.products li.first {
	clear: none;
}
.woocommerce #popular-products ul.products, 
.woocommerce-page #popular-products ul.products {
	margin: 0 -15px;
}
.woocommerce #popular-products ul.products li.product, 
.woocommerce-page #popular-products ul.products li.product {
	margin: 0;
	padding: 0 15px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	margin: 0;
	margin-bottom: 40px;
	padding: 0 15px;
	width: 100%;
}
@media screen and (min-width: 567px)  {
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 50%;
	}
}
@media screen and (min-width: 767px)  {
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 33.33%;
	}
}


@media screen and (min-width: 1200px)  {
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 33.33%;
	}
}

/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
		margin: 0 -15px;
		display: flex;
    	flex-wrap: wrap;
    	list-style: none;
	}
	.col-2 article,
	.col-3 article,
	.col-4 article,
	.col-5 article,
	.col-6 article {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.col-2 article:nth-child(2n+1),
	.col-3 article:nth-child(2n+1),
	.col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: left;
	}
	.col-2 article:nth-last-child(-n+2),
	.col-3 article:nth-last-child(-n+2),
	.col-4 article:nth-last-child(-n+2),
	.col-5 article:nth-last-child(-n+2),
	.col-6 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.site-logo img {
	    max-height: 65px;
	    width: auto;
	}
		#recent-posts .featured-image {
		width: 50%;
		float: left;
		background-position: 50%;
	    padding: 167px 0;
	    border-radius: 12px;
	}
	.view-more a {
		font-size: 18px;
	}
	.widget_instagram .col-3 li {
		width: 33.33%;
	}

	.grid-layout .section-title {
    	font-size: 54px;
	}
	#secondary .post-categories a,
	#secondary-sidebar .post-categories a {
		font-size: 18px;
	}
	.footer-widgets-area.col-2 .hentry,
	.footer-widgets-area.col-4 .hentry {
		width: 50%;
		float: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(odd),
	.footer-widgets-area.col-4 .hentry:nth-child(odd) {
		padding-right: 40px;
	}
	.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.comment-metadata {
    	margin-top: -25px;
    	float: right;
	}
}
@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;
    }
	.col-5 article,
	.col-6 article {
		width: 33.33%;
	}
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: none;
	}
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: left;
	}
	.col-5 article:nth-last-child(-n+3),
	.col-6 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.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 {
		margin-bottom: 0;
		width: 33.33%;
		float: left;
	}
	
	.footer-widgets-area.col-5 .hentry {
		width: 30%;
	}
	.footer-widgets-area.col-5 .hentry:nth-child(1) {
		width: 35%;
	}
	.footer-widgets-area.page-section.col-5 {
    	text-align: unset;
	}
	.footer-widgets-area.col-5 .hentry:not(:first-child) {
		padding-left: 40px;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-4 article {
		width: 25%;
	}
	.col-5 article {
		width: 20%;
	}
	.col-6 article {
		width: 16.66%;
	}
    .col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: none;
	}
	.col-4 article:nth-child(4n+1),
	.col-5 article:nth-child(5n+1),
	.col-6 article:nth-child(6n+1) {
		clear: left;
	}
	.col-5 article:nth-last-child(-n+5),
	.col-6 article:nth-last-child(-n+6) {
		margin-bottom: 0;
	}
	.archive-blog-wrapper article .archive-post-wrapper .entry-container {
		padding: 43px 50px;
	}
	.archive-blog-wrapper article.has-post-thumbnail .featured-image {
		width: 40.6%;
	}
	.archive-blog-wrapper article.has-post-thumbnail .entry-container {
		padding: 43px 50px;
		width: 59.4%;
	}
	.no-sidebar .comment-form-author, 
	.no-sidebar .comment-form-email, 
	.no-sidebar .comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	
	.footer-widgets-area.col-5 .hentry:not(:first-child) {
		padding-left: unset;
	}
	.no-sidebar .comment-form-author input, 
	.no-sidebar .comment-form-email input {
	    max-width: 93%;
	}
	.site-info.col-2 span {
	    width: 50%;
	    float: left;
	    text-align: left;
	    margin-bottom: 0;
	    font-size: 18px;
    	font-weight: 600;
	}
	.site-info.col-2 span:nth-child(2) {
	    width: 50%;
	    float: right;
	    text-align: right;
	}
	.footer-widgets-area.col-5 .hentry:first-child {
  	  	width: 32%;
	}
	.footer-widgets-area.col-5 .hentry {
    	width: 17%;
	}
}
@media screen and (min-width: 1025px) {
	.col-3 article{
		width: 33.33%;
	}
	.col-3 article:nth-child(2n+1) {
		clear: none;
	}
	.col-3 article:nth-child(3n+1) {
		clear: left;
	}
	.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.section-header {
		width: 700px;
	}
	.site-title {
		font-size: 38px;
	}
	.page-section {
		padding: 90px 0;
	}
	section#left-sidebar {
    	width: 66.67%;
    	float: left;
    	padding-right: 20px;
	}
	section#right-sidebar {
		width: 33.33%;
		padding-left: 20px;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: 15%;
	    top: 72%;
	    display: none;
	}
	li.search-menu.active #search {
		display: block;
	}
	.main-navigation .search-menu-active .icon-close {
		display: block;
	}
	#page-site-header .wrapper {
	    position: absolute;
	    left: 0;
	    right: 0;
	    text-align: center;
	    width: 90%;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	#page-site-header .page-title {
		font-size: 54px;
	}
	.no-sidebar nav.navigation.pagination {
	    text-align: center;
	}
	.featured-slider article {
	    padding: 400px 0;
	}
	.featured-content-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
    .featured-content-wrapper .entry-title {
	    font-size: 70px;
	}
	#featured-slider-section .travel-search-section {
	    position: absolute;
	    bottom: 0;
	    left: 0;
        width: 64.8%;
	}
	.featured-slider-gallery {
	    position: absolute;
	    bottom: 0;
	    right: 15px;
	    width: 34%;
	    margin-right: 0;
	}
	.inner-wrapper-sticky {
	    padding-bottom: 50px;
	    display: block;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 66.67%;
    	float: left;
	    padding-right: 20px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 33.33%;
    	float: left;
    	padding-left: 20px;
    }
	.left-sidebar #primary {
		padding-left: 30px;
		padding-right: 0;
		float: right;
	}
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .boxed-layout,
    .frame-layout {
	    background-image: url('assets/images/pattern.png');
	}
    .boxed-layout #page,
    .frame-layout #page {
	    max-width: 1200px;
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	    background-color: #fff;
	}
	.frame-layout #page {
		margin: 50px auto;
	}
	
}
@media screen and (min-width: 1200px) {
	.site-title {
		font-size: 38px;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 35px;
	}
	.footer-widgets-area.col-5 .hentry {
		/*width: 20%;*/
		float: left;
	}
	.footer-widgets-area.col-4 .hentry:last-child {
		padding-right: 0;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1),
	.footer-widgets-area.col-5 .hentry:nth-child(5n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	.site-info.col-3 span, 
	.site-info.col-3 .social-icons {
	    width: 20%;
	    float: left;
	}
	.site-info.col-3 span {
	    text-align: left;
	}
	.site-info.col-3 .custom-menu {
	    width: 60%;
	    float: left;
	    text-align: center;
	}
	.site-info.col-3 .social-icons {
	    float: right;
	    text-align: right;
	}
}
@media screen and (min-width: 1900px) {
	.wrapper {
	    max-width: 1621px;
	}
	.boxed-layout #page,
	.frame-layout #page {
	    max-width: 1600px;
	}
	.site-info:before {
		max-width: 1410px;
	}
	.site-info.col-3 span, 
	.site-info.col-3 .social-icons {
	    width: 15%;
	}
	.site-info.col-3 .custom-menu {
	    width: 70%;
	}
}
@media screen and (max-width: 1024px) {
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation .wrapper {
	    width: 100%;
	    padding: 0;
	}
	.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;
	}
	.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 li a {
		border-left: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #fff;
	    border-top: 1px solid #eee;
	}
	.main-navigation {
		position: static;
	}
	.main-navigation a {
		color: #000;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #000;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.main-navigation {
	    margin-top: 0;
	    position: absolute;
	    background-color: #fff;
	    z-index: 30000;
	    max-width: 100%;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	    display: none;
	}
	
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border: none;
	    min-height: 55px;
	}
	.main-navigation form.search-form button.search-submit {
		height: 59px;
	}
	.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: 28px;
	}
	#page-site-header {
		padding: 150px 0;
	}
	#secondary {
	    margin-top: 30px;
	}
/*	body.home:not(.blog) #secondary {
	    margin-top: 0;
	}*/
}

@media screen and (max-width: 992px) {
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	
	.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;
	}
	.comment-wrap {
	    margin-left: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 567px) {
	.site-branding {
	    display: block;
	}
	.site-logo {
	    margin-right: 0;
	}
	.site-logo + #site-identity {
	    margin-top: 20px;
	}
	#our-project .view-all {
    	margin-top: 50px;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before, 
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		margin-left: 0;
		margin-right: 0;
	}
	.comment-content {
		margin-left: 0;
	    background-color: #fff;
	    margin-top: 25px;
	    padding: 15px 20px;
	}
	.reply {
		padding-left: 0;
	}
	#comments ol.children {
	    margin-left: 25px;
	}
	.comment-meta .fn {
	    margin-left: 0;
	    margin-top: 10px;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
}

.same-background {
	padding-top: 0;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.read-more a,
#colophon .site-info.col-2 a,
#sellnow_services_section p a {
	text-decoration: unset;
}

/* Header CSS */
#masthead {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3000;
    -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;
}
#search {
    display: none;
}
.main-navigation.menu-open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    position: fixed;
}
.main-navigation {
    clear: both;
    display: none;
    float: left;
    width: 100%;
    position: fixed;
    background-color: #fff;
    left: 0;
    right: auto;
    width: 300px;
    height: 100%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.main-navigation > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding: 50% 0;
}
.main-navigation li {
    float: none;
    text-align: center;
}
#masthead .custom-button,
#topbar .custom-button {
    padding: 8px 25px;
    display: inline-block;
    text-align: center;
    background-color: #393d46;
    border: 1px solid #393d46;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: unset;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    -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 .custom-button:hover,
#masthead .custom-button:focus,
#topbar .custom-button:hover,
#topbar .custom-button:focus {
    background-color: transparent;
    color: #393d46;
}
#masthead .cart {
	float: right;
    display: none;
}
#masthead .cart li {
    display: inline-block;
}
#masthead .cart li:not(:last-child) {
    padding-right: 30px;
}
#masthead .cart li.cart-icon {
    padding-right: 15px;
}
#masthead .social-icons li:not(:last-child) {
    padding-right: 15px;
}
#search {
    position: absolute;
    z-index: 30;
    right: 20%;
    top: 80px;
    display: none;
}
.site-branding-wrapper {
    float: right;
}

.menu-toggle svg.icon-close {
    fill: #fff;
}
.menu-toggle {
    background-color: #393d46;
    z-index: 111111111;
}
.main-navigation.menu-open {
    display: block!important;
    z-index: 11111111;
}
.main-navigation ul ul {
    display: none;
}
.dropdown-toggle.active .main-navigation ul ul {
    display: block!important;
}
.menu-toggle {
    background-color: #393d46;
    margin-top: -20px;
    padding: 30px 30px;
}
#masthead .wrapper {
    margin-left: 0;
    margin-right: auto;
    width: 95%;
    max-width: 1275px;
    padding-left: 0;
}
#masthead .site-branding-wrapper {
    padding-left: 30px;
}
.main-navigation li.menu-item-has-children > a > svg {
    display: none;
}
#topbar {
    display: block;
    text-align: center;
    background-color: #5a575742;
    padding: 20px 0;
}
#topbar.top-menu-active .dropdown-icon.icon-up {
    display: inline-block;
}
#topbar .dropdown-icon.icon-up, 
#topbar.top-menu-active .dropdown-icon.icon-down {
    display: none;
}
#topbar .wrapper {
    display: none;
    padding-top: 15px;
    margin-top: 8px;
}
#topbar .hentry {
    padding: 10px 0;
}
#topbar .cart li {
	list-style: none;
	display: inline-block;
}
#topbar .cart li:not(:last-child) {
    padding-right: 30px;
}

@media screen and (min-width: 567px) {
	#topbar .cart {
		float: left;
	}
	#topbar .social-icons {
		float: right;
	}
	#search {
		right: 45%;    
	}
	#topbar .section-content {
		align-items: center;
		justify-content: space-between;
	}
	#topbar .section-content.col-3 .hentry {
		width: unset;
	}
}

@media screen and (min-width: 567px) {
	#search {
		right: 60%;
	}
}

@media screen and (min-width: 1025px) {
	#masthead {
		position: relative;
	}
	.second-design #masthead {
		position: absolute;
		top: 0;
		background-color: transparent;
	}

	#masthead .cart {
		display: block;
	}
	.site-branding-wrapper {
		float: left;
	}
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		left: 100%;
		top: 50%;
		background-color: #fff;
	}
	#search {
		right: 20%;
	}
	.main-navigation .dropdown-toggle.active > svg {
		transform: rotate(270deg);
	}
	.main-navigation .sub-menu svg {
		transform: rotate(0deg);
	}
	#topbar {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	#search {
		right: 15%;
		top: 72%;
	}

}

@media screen and (min-width: 1900px) { 
	#masthead .wrapper {
		max-width: unset;
		width: 100%;
	}
	#masthead .site-branding-wrapper {
		padding-left: 130px;
	}
	#search {
		right: 6%;
	}
}


/* footer */
#colophon .site-branding-wrapper {
	float: unset;
	display: unset;
	text-align: center;
}
.textwidget img {
    margin-bottom: 30px;
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
}
#colophon .copyright-text p {
    color: #393d46;
}
#colophon .site-info.col-2 a {
    color: #fe6e69;
}
.footer-widgets-area {
	position: relative;
	padding: 0 0 20px 0;
}
.footer-widgets-area:after {
    content: "";
    background-color: #dfe4e7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    width: 100%;
    height: 1px;
    max-width: 1580px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#colophon {
    text-align: center;
}


@media screen and (min-width: 767px) {
    #colophon {
        text-align: unset;
    }
	#colophon .site-branding-wrapper {
		float: left;
		display: inline-flex;
		text-align: unset;
	} 
	#colophon .copyright-text {
		float: right;
	}	
}


/* BLOG/ARCHIVE CSS */
body.blog #sellnow_pro_recent_stories .section-content.col-2 .entry-title a,
body.blog #sellnow_pro_recent_stories .section-content.col-3 .entry-title a  {
	font-size: 22px;
}
.archive #sellnow_pro_recent_stories .featured-image,
.blog #sellnow_pro_recent_stories .featured-image,
.search #sellnow_pro_recent_stories .featured-image {
	padding: 150px 0 ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.blog #sellnow_pro_recent_stories .date,
.archive #sellnow_pro_recent_stories .date,
.search #sellnow_pro_recent_stories .date {
    background-color: #393d46;
    color: #fff;
    float: left;
    padding: 12px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.blog #sellnow_pro_recent_stories .date span,
.archive #sellnow_pro_recent_stories .date span,
.search #sellnow_pro_recent_stories .date span {
    display: block;
}
.blog #sellnow_pro_recent_stories .date span,
.blog #sellnow_pro_recent_stories .entry-title a,
.archive #sellnow_pro_recent_stories .date span,
.archive #sellnow_pro_recent_stories .entry-title a,
.search #sellnow_pro_recent_stories .date span,
.search #sellnow_pro_recent_stories .entry-title a {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
}
.blog #sellnow_pro_recent_stories span.month,
.archive #sellnow_pro_recent_stories span.month,
.search #sellnow_pro_recent_stories span.month {
    font-size: 20px;
    font-weight: 700;
}
.blog #sellnow_pro_recent_stories .post-categories a,
.archive #sellnow_pro_recent_stories .post-categories a,
.search #sellnow_pro_recent_stories .post-categories a {
    font-size: 18px;
}
.blog #sellnow_pro_recent_stories .entry-meta,
.archive #sellnow_pro_recent_stories .entry-meta,
.search #sellnow_pro_recent_stories .entry-meta {
    margin: 10px 0;
}

@media screen and (min-width: 1900px) {
    .blog #sellnow_pro_recent_stories .date span,
    .blog #sellnow_pro_recent_stories .entry-title a,
    .archive #sellnow_pro_recent_stories .date span,
    .archive #sellnow_pro_recent_stories .entry-title a,
    .search #sellnow_pro_recent_stories .date span,
    .search #sellnow_pro_recent_stories .entry-title a {
        font-size: 32px;
    }
}

.section-title {
	font-size: 50px;
}
.single-product ul li a,
.single-product ul.tabs li a:hover, 
.single-product ul.tabs li a:focus,
.single-product ul.tabs li.active a  {
	background-color: unset;
	border-color: unset;
	border: unset;
}
.yith-wcwl-add-button span {
	display: none;
}
.product_meta a,
.product  a {
	text-decoration: none;
}
.single-product .product_meta a:hover, 
.single-product .product_meta a:focus {
	color: #000;
}
.single-product div.product p.price, 
.single-product div.product span.price,
.single-product ul.products li.product .price  {
	color: #7c7c7c;
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    position: relative;
    z-index: 1;
}
.comment-metadata {
    float: left;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-meta .fn:after {
	content: "";
}
@media screen and (min-width: 567px) {
	.comment-metadata {
		margin-top: -25px;
		float: right;
	}
}

/*// Woocommerce*/

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #515151;
}

.section-title {
	font-size: 50px;
}

.error-404.not-found {
	text-align: center;
}
.error404 .read-more {
	margin-top: 40px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 11px 6px 5px;
	margin: 0 15px 0 0;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
table.shop_table.shop_table_responsive {
    display: inline-table;
}
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
	display: none;
}
.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
	font-size: 0;
}
.yith-wcwl-add-button a,
.product_meta a,
.woocommerce-cart-form a,
.cart-icon a {
	text-decoration: none;
}
.woocommerce-cart-form table.shop_table th {
	color: #000;
}
.woocommerce .quantity .qty {
	width: 100px;
}
.comment-awaiting-moderation {
    display: none;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}

table.shop_table.woocommerce-checkout-review-order-table {
	display: inline-table;
}
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
	display: none;
}
.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
	font-size: 0;
}
.yith-wcwl-add-button a,
.product_meta a,
.woocommerce-cart-form a,
.cart-icon a,
button:hover,
button:focus,
.wishlist-items-wrapper a {
	text-decoration: none !important;
}
.woocommerce-cart-form table.shop_table th,
.woocommerce table.shop_table th {
	color: #000;
}
.woocommerce .quantity .qty {
	width: 100px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: transparent;
	border-color: #393d46;
	color: #393d46;
}
.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: #393d46;
	color: #fff;
}
.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: 110px;
}
.woocommerce table.shop_table {
	display: inline-table;
	font-size: 16px;
}
table.wishlist_table tbody td {
	text-align: left;
}
.comment-awaiting-moderation {
    display: none;
}
.main-navigation ul.nav-menu > li.search-menu > a:hover,
.main-navigation ul.nav-menu > li.search-menu > a:focus {
	color: unset !important;
	background-color: unset !important;
}
#site-identity {
	text-align: left;
}
.wc-tabs-wrapper ul.tabs li a {
	background-color: unset;
	border: unset;
}
.woocommerce #inner-content-wrapper ul.products li.product .price,
.woocommerce #inner-content-wrapper div.product p.price, 
.woocommerce #inner-content-wrapper div.product span.price {
	color: #393d46;
}
.archive-blog-wrapper .date {
    background-color: #393d46;
    color: #fff;
    float: left;
    padding: 12px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.archive-blog-wrapper .featured-image {
	padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;

}
.archive-blog-wrapper .date span {
    display: block;
}
.archive-blog-wrapper .date span, 
.archive-blog-wrapper .entry-title a {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
}
.archive-blog-wrapper span.month {
    font-size: 20px;
    font-weight: 700;
}