/*
Theme Name: Shopall
Theme URI: https://themepalace.com/downloads/shopall
Author: Theme Palace
Author URI: https://themepalace.com
Description: Shopall is a simple, clean, and focused modern product offering deep integration with WooCommerce. Either you are selling physical products or services,Shopall is perfect for creating an online store for your business.  With it, you get multiple premade homepage layouts to select from so, it can be used to create a wide range of online stores with Shopall. Whichever demo you choose, you can import all the content and the configuration settings into your website in just a few clicks. Once the import task is completed, you can then begin adding your own products to your online store. The main strength of the theme is that it is incredibly customizable.
Version: 1.0.9
Requires at least: 4.8
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: shopall
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.

Shopall 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
# Homepage Sections
	## Featured Slider
	## WP Travel Search
	## Recommended Packages
	## About Us Section
	## Call To Action
	## Travel Preparation
	## Travel Destination
	## Client Testimonial
	## Latest Posts

# 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;
}

#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;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #fa311f;
	-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;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #ff2d00;}
    25% {height:30px;transform:translateY(15px);background: #ff2d00;}
    50% {height:5px;transform:translateY(0px);background: #ff2d00;}
    100% {height:5px;transform:translateY(0px);background: #ff2d00;}
}

@-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);}
}
.backtotop {
    background-color: #fa311f;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
	background-color: #010101;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #fa311f;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #fa311f;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/images/pattern.png');
}

.boxed-layout #page,
.frame-layout #page {
    background-color: #fff;
}

#content {
    position: relative;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #010101;
	margin: 16px 0;
	line-height: 1.35;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

h1 {
	margin: 0 0 16px;
}

mark {
	background: #ff0;
	color: #010101;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
	padding: 10px;
    font-weight: 400;
}

th {
	color: #010101;
}

td#next {
    text-align: right;
}

.calendar_wrap table {
    display: table;
}

.calendar_wrap th, 
.calendar_wrap td {
    padding: 8px 5px;
}

.site-footer .calendar_wrap th, 
.site-footer .calendar_wrap td {
    color: #fff;
}

.site-footer .calendar_wrap caption {
	color: #fff;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #797973;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	margin: 0 0 1em;
}
p:last-child {
	margin-bottom: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    padding: 15px 0;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0 0 21px;
}

blockquote p {
    margin-bottom: 0;
}

blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 21px;
    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: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 5px 40px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #010101;
    background-color: #010101;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', 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;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #fa311f;
    background-color: #fa311f;
    color: #fff;
    text-decoration: none;
}

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: #fa311f;
    background-color: #fa311f;
    color: #fff;
    text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #010101;
	border: 1px solid #f5f5f5;
	padding: 5px 10px;
	background-color: #f5f5f5;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #010101;
	outline: thin dotted;
}

textarea {
	width: 100%;
}
#respond input,
.wpcf7 input {
    width: 100%;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    color: #273238;
    margin-bottom: 5px;
    display: block;
}
#commentform p {    
    margin-bottom: 21px;
}
.customize-support #commentform p.comment-form-comment {
    margin-bottom: 10px;
}
#commentform p.form-submit {
	margin: 0;
}
#comments {
    margin: 60px 0 0;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 10px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fa311f;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #010101;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
#top-bar {
    background-color: #010101;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    z-index: 10;
}
#top-bar .contact-info {
	list-style: none;
	margin: 0;
    padding: 10px 0;
}
#top-bar .contact-info li a:not(:last-child):after {
    content: ",";
}
#top-bar .contact-info a {
	color: #fff;
}
#top-bar .contact-info a:hover,
#top-bar .contact-info a:focus {
    opacity: 0.9;
}
#top-bar .contact-info a:hover svg,
#top-bar .contact-info a:focus svg {
    fill: #fff;
}
#top-bar .contact-info svg {
    margin-right: 10px;
    display: inline-block;
}
#top-bar svg.icon-up,
#top-bar svg.icon-down {
    margin: auto;
    display: block;
    cursor: pointer;
    fill: #fff;
}
#top-bar ul {
    padding: 0;
    margin: 0;
}
#top-bar svg.icon-up,
#top-bar.top-menu-active svg.icon-down {
    display: none;
}
#top-bar.top-menu-active svg.icon-up {
    display: block;
}
.secondary-menu {
    float: right;
}
#top-bar ul li {
    float: left;
    list-style: none;
}
#top-bar .col-1 .hentry {
    text-align: center;
}
#top-bar .col-1 ul li {
	float: none;
	display: inline-block;
}
#top-bar .col-1 .secondary-menu {
	float: none;
}
.secondary-menu a {
    color: #738f9d;
}
#top-bar svg {
	fill: #fff;
}
#top-bar .social-icons li a svg {
    width: 18px;
    height: 18px;
}
#top-bar ul.social-icons li {
	margin-right: 5px;
}
#top-bar ul.social-icons li:last-child {
	margin-right: 0;
}
#top-bar ul.social-icons li a:hover svg,
#top-bar ul.social-icons li a:focus svg {
	fill: #fff;
}
#top-bar .secondary-menu ul {
    padding: 5px 0;
}
.secondary-menu ul {
    float: left;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-branding-wrapper {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 30px 0;
}
.site-branding-wrapper .social-menu + .site-branding, 
.site-branding-wrapper .site-branding + .login-register,
.site-branding-wrapper .social-menu + .login-register {
    margin-top: 15px;
}
.site-branding {
    text-align: center;
}
.site-logo, 
#site-identity {
    display: inline-block;
    vertical-align: middle;
}
.site-logo + #site-identity {
    margin-left: 15px;
}
.site-title {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    line-height: 1.3;
}
.site-title a {
    color: #010101;
    text-decoration: none;
    font-family: 'Lato', 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;
}
.site-title a:hover,
.site-title a:focus {
	color: #fa311f;
}
.site-description {
    margin: 0;
    color: #010101;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 16px;
}
.site-logo img {
    max-height: 80px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-branding-wrapper ul.login-register li a {
    color: #010101;
    text-decoration: none;
}
.site-branding-wrapper ul.login-register li a:hover,
.site-branding-wrapper ul.login-register li a:focus {
	color: #fa311f;
}
.site-branding-wrapper ul.login-register li a:hover svg,
.site-branding-wrapper ul.login-register li a:focus svg {
	fill: #fa311f;
}
.site-branding-wrapper ul.login-register {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-branding-wrapper ul.login-register li {
    display: inline-block;
    vertical-align: middle;
}
.site-branding-wrapper ul.login-register > li:not(:last-child) {
    border-right: 1px solid rgba(1, 1, 1, 0.20);
    padding-right: 20px;
    margin-right: 15px;
}
.site-branding-wrapper ul.login-register li svg {
    margin-right: 10px;
}
.site-branding-wrapper ul.login-register li.cart-count svg {
	margin-left: 10px;
    margin-right: 0;
}
.site-branding-wrapper form.search-form button.search-submit,
.site-branding-wrapper form.search-form button.search-submit:hover,
.site-branding-wrapper form.search-form button.search-submit:focus {
    background-color: transparent;
}
.site-branding-wrapper form.search-form button.search-submit svg {
	fill: #010101;
}
.site-branding-wrapper form.search-form button.search-submit:hover svg,
.site-branding-wrapper form.search-form button.search-submit:focus svg {
	fill: #fa311f;
}
.main-navigation {
	display: block;
    position: relative;
}
.main-navigation ul#primary-menu li.current-menu-item > a,
.main-navigation ul#primary-menu li:hover > a,
.main-navigation ul#primary-menu li:focus > a {
    color: #fa311f;
}
.main-navigation ul#primary-menu li:hover > svg,
.main-navigation ul#primary-menu li:focus > svg,
.main-navigation ul#primary-menu .focus > a > 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#primary-menu > li.current-menu-item > a > svg {
    fill: #fa311f;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #010101;
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul.nav-menu > li > a {
    padding: 11px 10px;
}
.main-navigation form.search-form input {
    background-color: #010101;
    border-color: #010101;
    color: #010101;
    font-weight: 400;
}
.site-branding-wrapper .search-menu svg {
    fill: #010101;
}
.site-branding-wrapper .search-menu a:hover svg,
.site-branding-wrapper .search-menu a:focus svg {
	fill: #fa311f;
}
.site-branding-wrapper li.search-menu a.search-active svg {
	fill: #010101;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus,
.main-navigation ul.nav-menu > .focus > a {
    color: #fa311f;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #010101;
    position: relative;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 250px;
}
.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: #010101;
}
.main-navigation .count {
    float: right;
    background-color: #fa311f;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.1;
    margin-top: 5px;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.main-navigation svg.icon-close {
    display: none;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #010101;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    padding: 0 10px;
    margin: auto;
    height: 50px;
    position: relative;
    background-color: transparent;
    border: none;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.menu-toggle .icon-close {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    fill: #010101;
}
.menu-toggle:focus {
    outline: thin dotted #000;
}
.menu-open .menu-toggle .icon-close {
	display: inline-block;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
}
.menu-toggle svg {
    fill: #010101;
}
.menu-label {
    color: #010101;
    margin-left: 7px;
}
svg.icon-menu {
    width: 30px;
    height: 30px;
}
.menu-open svg.icon-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    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: 50px 0 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;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    color: #fa311f;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #010101;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #010101;
    background-color: transparent;
    border: 1px solid #ccc;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    border-color: #fa311f;
    background-color: #fa311f;
}
.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination img {
	opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pagination a:hover img,
.pagination a:focus img {
	opacity: 1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.nav-previous span {
    padding-left: 20px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 20px;
    float: right;
    text-align: right;
}
.navigation .nav-previous svg {
    position: absolute;
    top: 35px;
    left: 20px;
}
.navigation .nav-next svg {
    position: absolute;
    top: 35px;
    right: 20px;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #f5f5f3;
}
.navigation.posts-navigation {
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 26px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 22px;
	color: #010101;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	color: #fa311f;
}
/*--------------------------------------------------------------
# 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,
.archive-blog-wrapper ul.post-categories:before,
.archive-blog-wrapper ul.post-categories: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,
.archive-blog-wrapper ul.post-categories:before,
.archive-blog-wrapper ul.post-categories:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    border: 1px solid #aaa;
    display: inline-block;
    line-height: 1;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#colophon .widget {
	margin: 0 0 40px;
}

#colophon .widget.widget_text {
	margin-bottom: 35px;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

#secondary .widget {
    margin-bottom: 25px;
    background-color: #f5f5f3;
    padding: 25px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
}

form.search-form button.search-submit {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fa311f;
    border: none;
    border-radius: 0;
    padding: 0;
}
form.search-form button.search-submit svg {
	fill: #fff;
	width: 16px;
    height: 16px;
}
form.search-form button.search-submit:hover,
form.search-form button.search-submit:focus {
	background-color: #000;
}
form.search-form button.search-submit:hover svg,
form.search-form button.search-submit:focus svg {
	fill: #fff;
}
form.search-form input {
	border: none;
}
form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: #f5f5f3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    text-align: left;
}
#colophon .widget.widget_calendar th {
    color: #fff;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary .widget.tp-instagram ul li.hentry {
    margin: 0;
}
.widget-title {
    font-size: 16px;
    margin: 0 0 35px;
}

.widget li:not(:last-child) {
    margin-bottom: 20px;
}

.tp-instagram ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}
.widget.tp-instagram li {
	margin: 0;
	padding: 5px;
}
.tp-instagram .col-1 li {
	width: 100%;
	float: none;
}
.tp-instagram .col-2 li {
	width: 50%;
	float: left;
}
.tp-instagram .col-3 li {
	width: 33.33%;
	float: left;
}
.tp-instagram .col-4 li {
	width: 25%;
	float: left;
}
.tp-instagram .col-5 li {
	width: 20%;
	float: left;
}
.tp-instagram li img {
	width: 100%;
}
.tp-instagram .col-2 li:nth-child(2n+1) {
	clear: left;
}
.tp-instagram .col-3 li:nth-child(3n+1) {
	clear: left;
}
.tp-instagram .col-4 li:nth-child(4n+1) {
	clear: left;
}
.tp-instagram .col-5 li:nth-child(5n+1) {
	clear: left;
}
.footer-widgets-area .tp-instagram ul.col-1 .hentry {
    width: 100%;
}
.footer-widgets-area .tp-instagram ul.col-2 .hentry {
    width: 50%;
}
.footer-widgets-area .tp-instagram ul.col-3 .hentry {
    width: 33.33%;
}
.footer-widgets-area .tp-instagram ul.col-4 .hentry {
    width: 25%;
}
.footer-widgets-area .tp-instagram ul.col-5 .hentry {
    width: 20%;
}
.footer-widgets-area .tp-instagram ul.col-2 .hentry:nth-child(2n+1) {
    clear: left;
}

.right-sidebar #secondary, 
.left-sidebar #secondary {
	margin-top: 50px;
}
#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input,
#secondary .wp-block-search__input  {
	background-color: #fff;
}
.wp-block-search__button {
    height: 40px;
    background-color: #fa311f;
    border: none;
    border-radius: 0;
    color: #fff;
}
.wp-block-search__button:hover,
.wp-block-search__button:focus {
    background-color: #000;
}
#secondary .widget-title,
#secondary .widgettitle,
#secondary .widget.widget_block h1,
#secondary .widget.widget_block h2,
#secondary .widget.widget_block h3,
#secondary .widget.widget_block h4  {
	font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500;
}
.widget_popular_post ul,
.widget_latest_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 {
    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 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3 {
    display: table-row;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.widget_popular_post .entry-meta {
    margin-top: 10px;
}
.widget_popular_post time,
.widget_latest_post time {
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post time {
    color: #010101;
}
.widget_popular_post img,
.widget_latest_post img {
    width: 116px;
    height: 95px;
    object-fit: cover;
    margin-right: 20px;
    float: left;
}
.textwidget img {
    margin-bottom: 30px;
    display: block;
}
.widget.widget_text .btn {
	margin-top: 20px;
}
.widget_featured_courses .image-wrapper img,
.widget_popular_courses .image-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 5px;
    float: left;
}
.widget_featured_courses .course-wrapper,
.widget_popular_courses .course-wrapper {
    display: table;
}
.widget_featured_courses .course-wrapper h5,
.widget_popular_courses .course-wrapper h5 {
	margin: 0 0 4px;
    font-size: 18px;
}
.widget_featured_courses .course-wrapper h5 a,
.widget_popular_courses .course-wrapper h5 a {
	color: #72757a;
}
.widget_featured_courses .tp-course-price-label,
.widget_popular_courses .tp-course-price-label {
	display: none;
}
.widget_featured_courses .tp-course-price,
.widget_popular_courses .tp-course-price {
	font-size: 18px;
}
.widget_featured_courses ul li,
.widget_popular_courses ul li {
    clear: both;
    display: table;
    width: 100%;
}
#colophon .widget .social-icons li a:hover svg,
#colophon .widget .social-icons li a:focus svg {
	fill: #fff;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_categories li {
    position: relative;
}
.widget_categories .has-post-thumbnail a {
    position: absolute;
    background-color: #fff;
    top: 20px;
    left: 20px;
    color: #010101;
    padding: 6px 19px;
    text-transform: uppercase;
}
#secondary .widget_categories li.has-post-thumbnail:not(:last-child) {
    margin-bottom: 20px;
}
#secondary .cat-links a,
#secondary a:hover,
#secondary a:focus {
	color: #fa311f;
}
#secondary a {
	color: #333;
    font-family: 'Roboto', sans-serif;
}
#secondary .widget li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
#secondary .widget.widget_popular_post li:not(:last-child) {
    margin-bottom: 20px;
}
#secondary .widget_social_icons ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#secondary .widget_social_icons {
    margin-bottom: 30px;
}
#secondary .widget ul li ul {
    padding-top: 5px;
    padding-left: 15px;
}
.widget_recent_entries .post-date {
    display: block;
}
#secondary .widget > ul li, 
#secondary .widget_nav_menu ul li {
    padding: 10px 0;
}
#secondary .widget li:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.tp-instagram li a:before,
.widget_latest_post a:before,
.widget_popular_post a:before,
.widget_contact_info a:before {
	display: none;
}
#colophon .widget_contact_info li:before {
	content: "-";
	margin-right: 5px;
}
.tp-instagram ul {
	margin: -3px;
	clear: both;
	display: table;
	width: 100%;
}
.tp-instagram ul li {
	padding: 3px;
}
.tp-instagram ul.col-1 li {
	width: 100%;
}
.tp-instagram ul.col-2 li {
	width: 50%;
	float: left;
}
.tp-instagram ul.col-3 li {
	width: 33.33%;
	float: left;
}
.tp-instagram ul.col-4 li {
	width: 25%;
	float: left;
}
.tp-instagram ul.col-5 li {
	width: 20%;
	float: left;
}
.tp-instagram ul.col-2 li:nth-child(2n+1),
.tp-instagram ul.col-3 li:nth-child(3n+1),
.tp-instagram ul.col-4 li:nth-child(4n+1),
.tp-instagram ul.col-5 li:nth-child(5n+1) {
	clear: left;
}
.footer-widgets-area.col-4 .tp-instagram ul .hentry:nth-child(4n+1) {
	clear: none;
}
.footer-widgets-area.col-4 .tp-instagram .hentry,
.footer-widgets-area.col-4 .tp-instagram .hentry:nth-child(odd) {
	padding: 3px;
	margin: 0;
}
.footer-widgets-area .widget_popular_post h3 a, 
.footer-widgets-area .widget_latest_post h3 a, 
.footer-widgets-area .widget_popular_post a time, 
.footer-widgets-area .widget_popular_post time, 
.footer-widgets-area .widget_latest_post a time, 
.footer-widgets-area .widget_latest_post time {
	color: #fff;
}
.footer-widgets-area .widget_popular_post time, 
.footer-widgets-area .widget_latest_post time {
	display: table-row;
    font-size: 12px;
}
#secondary .widget.tp-instagram li, 
#secondary .widget.tp-instagram li:first-child,
#secondary .widget.tp-instagram li:hover {
    border: none;
    padding: 3px;
    background-color: transparent;
}
#secondary .widget.food_restro_pro_social_link li, 
#secondary .widget.food_restro_pro_social_link li:first-child,
#secondary .widget.food_restro_pro_social_link li:hover {
	border: none;
	padding: 0;
}
#secondary .social-icons li {
	margin-right: 5px;
	margin-bottom: 5px;
}
#secondary .social-icons li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#secondary .widget.widget_latest_post li, 
#secondary .widget.widget_latest_post li:first-child,
#secondary .widget.widget_latest_post li:hover,
#secondary .widget.widget_popular_post li, 
#secondary .widget.widget_popular_post li:first-child,
#secondary .widget.widget_popular_post li:hover {
    padding: 0;
    border: none;
    background-color: transparent;
}
#secondary .widget.widget_latest_post h3 a,
#secondary .widget.widget_popular_post h3 a {
	font-weight: 600;
}
#secondary .widget.widget_latest_post li:not(:last-child),
#secondary .widget.widget_popular_post li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-widgets-area .widget.widget_latest_post ul li:not(:last-child),
.footer-widgets-area .widget.widget_popular_post ul li:not(:last-child) {
	margin-bottom: 5px;
}
#secondary .food_restro_pro_contact_info li {
	color: #333;
    font-family: 'Roboto', sans-serif;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #010101;
}
.page-header small {
    font-size: 12px;
    color: #fa311f;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.navigation.pagination svg {
    fill: #010101;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    left: -1px;
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
    fill: #fff;
}
.navigation.pagination .prev svg,
.navigation.posts-navigation .nav-previous svg, 
.navigation.post-navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation.pagination .next svg {
	left: auto;
    right: -1px;
}
.navigation.pagination .next svg,
.navigation.posts-navigation .nav-next svg, 
.navigation.post-navigation .nav-next svg {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 13px;
    height: 13px;
    fill: #010101;
    display: inline-block;
    vertical-align: middle;
}
.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-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-post-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
}
.single-post-wrapper article p {
    margin-top: 0;
    margin-bottom: 28px;
}
.single-post-wrapper article blockquote p {
    margin-bottom: 0;
}
.single-post-wrapper article img {
    margin-bottom: 30px;
}
.single-post-wrapper article .author-image img {
    margin-bottom: 0;
    border-radius: 50%;
}
.single-post-wrapper article p.first-letter:first-letter {
    display: inline-block;
    font-size: 90px;
    line-height: 0.6;
    margin: 16px 16px 0 0;
}
.single-post-wrapper span.posted-on svg,
.single-post-wrapper span.cat-links svg {
    fill: #fa311f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.single-post-wrapper span.cat-links svg {
	top: -2px;
}
.single-post-wrapper span.posted-on a:hover svg,
.single-post-wrapper span.posted-on a:focus svg,
.single-post-wrapper span.cat-links:hover svg {
    fill: #010101;
}
.single-post-wrapper .entry-meta > span:not(:last-child):after {
	content: "";
	padding: 0 5px;
}
.single-post-wrapper span.cat-links a:not(:last-child):after {
	content: ",";
	color: #010101;
	padding-left: 2px;
	margin-right: 3px;
}
.single.no-sidebar #inner-content-wrapper {
    max-width: 968px;
}
.tags-links {
    display: inline-block;
}
.single-post-wrapper span.tags-links a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #72757a;
    font-weight: 400;
}
.single-post-wrapper span.tags-links a:hover,
.single-post-wrapper span.tags-links a:focus {
	color: #fa311f;
	border-color: #fa311f;
}
.single-post-wrapper .entry-meta {
    margin-bottom: 25px;
}
.single-post-wrapper .entry-meta .date {
    font-size: 49px;
    color: #010101;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-post-wrapper .entry-meta .month {
    font-size: 14px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    padding-left: 5px;
    margin-bottom: 28px;
    font-weight: bold;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
	margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.no-sidebar .single-post-wrapper .featured-image {
	text-align: center;
}
span.next-article {
    padding-right: 65px;
    display: inline-block;
}
#author-section {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0;
    margin-bottom: 35px;
}
.author-image {
    float: left;
    margin-right: 30px;
}
.author-content {
    display: table;
}
.author-name {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.author-name:after {
    content: "";
    background-color: #fa311f;
    width: 29px;
    height: 3px;
    display: block;
    margin-top: 30px;
}
.author-name span {
    color: #5e5e5e;
    padding-left: 5px;
    font-weight: 400;
}
.author-content .social-icons li a {
	background-color: #171717;
}
.author-content .social-icons li a svg {
	fill: #fff;
}
.error404.left-sidebar #primary,
.error404.right-sidebar #primary,
.error404.no-sidebar #primary {
    width: 100%;
    float: none;
}
.error-404.not-found {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.error-404.not-found .page-header {
    margin-bottom: 20px;
}
.error-404.not-found .search-form button.search-submit {
	background-color: #333;
}
/*--------------------------------------------------------------
## 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: 30px;
    font-size: 32px;
    font-weight: 500;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children .reply {
    padding-left: 12px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    margin-top: -20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 10px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 18px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 5px 15px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #010101;
    background-color: #010101;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
    border-color: #fa311f;
    background-color: #fa311f;
    color: #fff;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #010101;
    font-weight: 600;
    text-decoration: none;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
	color: #fa311f;
}
.comment-metadata a,
.comment-metadata a time {
	color: #82868b;
	text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #010101;
}
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #fa311f;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #f5f5f3;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
    border-radius: 5px;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #f5f5f3;
    position: absolute;
    left: -18px;
    top: 30px;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
}
em.comment-awaiting-moderation {
    display: none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-section {
    padding: 60px 0;
}
.same-background + .same-background {
    padding-top: 0;
}
.entry-title {
    font-size: 22px;
    margin: 0 0 16px;
}
.entry-title a,
.section-title a,
ul li a {
    text-decoration: none;
}
.section-header {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    font-size: 32px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    font-weight: 600;
}
.section-subtitle a {
    color: #010101;
    font-weight: 600;
    text-decoration: underline;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    padding: 5px 40px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #010101;
    background-color: #010101;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn:hover,
.btn:focus {
	border-color: #fa311f;
	background-color: #fa311f;
	color: #fff;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-image {
	position: relative;
}
.view-all {
    text-align: center;
    margin-top: 30px;
}
.col-1 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.col-1 article, 
.col-2 article, 
.col-3 article, 
.col-4 article,
.col-5 article,
.col-6 article {
	margin-bottom: 30px;
	width: 100%;
}
.col-1 article:last-child, 
.col-2 article:last-child, 
.col-3 article:last-child, 
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -5px;
    clear: both;
    display: table;
    width: 100%;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
    padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    text-align: center;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
	display: inline-block;
    width: auto;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}
.social-icons li a svg {
    fill: #010101;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus,
.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*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus,
.tp-social.social-icon li a[href*="linkedin.com"] {
 	background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus,
.tp-social.social-icon li a[href*="plus.google.com"] {
 	background-color: #ec7161 !important;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus,
.tp-social.social-icon li a[href*="slack.com"] {
	background-color: #E60264;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus,
.tp-social.social-icon li a[href*="youtube.com"] {
 	background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus,
.tp-social.social-icon li a[href*="dribbble.com"] {
 	background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus,
.tp-social.social-icon li a[href*="pinterest.com"] {
 	background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus,
.tp-social.social-icon li a[href*="bitbucket.com"] {
 	background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus,
.tp-social.social-icon li a[href*="github.com"] {
 	background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus,
.tp-social.social-icon li a[href*="codepen.com"] {
 	background-color: #010101 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus,
.tp-social.social-icon li a[href*="flickr.com"] {
 	background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus,
.tp-social.social-icon li a[href*="feed.com"] {
 	background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus,
.tp-social.social-icon li a[href*="foursquare.com"] {
 	background-color: #F94877 !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*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus,
.tp-social.social-icon li a[href*="tumblr.com"] {
 	background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus,
.tp-social.social-icon li a[href*="reddit.com"] {
 	background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus,
.tp-social.social-icon li a[href*="vimeo.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus,
.tp-social.social-icon li a[href*="digg.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus,
.tp-social.social-icon li a[href*="twitch.tv"] {
 	background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus,
.tp-social.social-icon li a[href*="stumbleupon.com"] {
 	background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus,
.tp-social.social-icon li a[href*="delicious.com"] {
 	background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus,
.tp-social.social-icon li a[href*="mailto:"] {
 	background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus,
.tp-social.social-icon li a[href*="soundcloud.com"] {
 	background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus,
.tp-social.social-icon li a[href*="wordpress.org"] {
 	background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
.tp-social.social-icon li a[href*="wordpress.com"] {
 	background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus,
.tp-social.social-icon li a[href*="jsfiddle.net"] {
 	background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus,
.tp-social.social-icon li a[href*="tripadvisor.com"] {
 	background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus,
.tp-social.social-icon li a[href*="angel.co"] {
 	background-color: #010101 !important;
}

/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 200px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#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: 32px;
	color: #fff;
    margin: 0;
    font-weight: 500;
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
#page-site-header + #breadcrumb-list {
    display: none;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
}
.trail-items li:not(:last-child):after {
	content: "/";
	padding-left: 4px;
	padding-right: 1px;
}
.trail-items li a {
    color: #fff;
    opacity: 0.8;
}
.trail-items li a:hover,
.trail-items li a:focus {
    opacity: 1;
}
/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider article {
	background-color: #000;
    background-size: cover;
    background-position: 50%;
    padding: 80px 0;
    position: relative;
}
#featured-slider .wrapper {
    position: relative;
}
.featured-content-wrapper {
    text-align: center;
    margin: 0 auto;
}
.featured-content-wrapper .subtitle {
    text-transform: uppercase;
    color: #010101;
    margin-bottom: 7px;
}
.featured-content-wrapper .entry-title {
    font-size: 32px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.featured-content-wrapper .entry-title a {
	color: #010101;
}
.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-title a:focus {
	color: #fa311f;
}
.featured-content-wrapper .entry-content {
    color: #010101;
    margin: 0 0 25px;
}
.featured-content-wrapper .btn {
    background-color: transparent;
    color: #010101;
}
.featured-content-wrapper .btn:hover,
.featured-content-wrapper .btn:focus {
	border-color: #010101;
	background-color: #010101;
	color: #fff;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/images/down-arrow.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -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 {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slick-prev,
.slick-next {
	background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0;
    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-arrow {
	background-color: #010101;
}
.slick-prev {
	left: 25px;
}
.slick-next {
	right: 25px;
}
#featured-slider .slick-arrow {
	opacity: 0;
	visibility: hidden;
}
#featured-slider:hover .slick-arrow,
#featured-slider:focus .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.slick-arrow:hover,
.slick-arrow:focus {
	background-color: #fa311f;
}
.slick-dots li button:focus, 
.slick-dots li button:hover {
	background-color: #000;
}
ul.slick-dots {
    bottom: 20px;
}
ul.slick-dots li {
    margin: 0 5px;
    width: 12px;
    height: 12px;
}
ul.slick-dots li button:before {
	display: none;
}
ul.slick-dots li button {
	border: 2px solid #010101;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	padding: 0;
}
ul.slick-dots li.slick-active button {
	background-color: #010101;
}

/*--------------------------------------------------------------
#  Our Services
--------------------------------------------------------------*/
#our-services {
    padding: 50px 0;
}
#our-services .service-icon {
    float: left;
    margin-right: 15px;
}
#our-services .entry-container {
    display: table-row;
}
#our-services .service-icon a {
    color: #010101;
    font-size: 54px;
}
#our-services .entry-title {
	float: left;
    margin: 0 3px 0 0;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
}
#our-services .entry-title a {
    color: #010101;
}
#our-services .service-icon a:hover,
#our-services .service-icon a:focus,
#our-services .entry-title a:hover,
#our-services .entry-title a:focus {
	color: #fa311f;
}

/*--------------------------------------------------------------
#  Latest Products
--------------------------------------------------------------*/
#latest-products .grid {
	margin: -10px;
}
#latest-products .grid article {
	width: 100%;
    padding: 10px;
    margin-bottom: 0;
}
#latest-products .grid article:last-child {
	margin-bottom: 0;
}
#latest-products .featured-image {
    background-size: cover;
    background-position: 50%;
    background-color: #333;
    padding: 50px 0;
    text-align: center;
}
#latest-products .entry-container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
    min-width: 204px;
}
#latest-products .entry-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}
#latest-products span.cat-links {
    margin-top: 10px;
    display: block;
}
#latest-products .cat-links li {
	display: block;
}
#latest-products .cat-links li:after {
	display: none;
}
#latest-products .cat-links a {
	color: #797973;
}
#latest-products .cat-links a:hover,
#latest-products .cat-links a:focus {
	color: #000;
}

/*--------------------------------------------------------------
#  Our Partners
--------------------------------------------------------------*/
#our-partners {
    padding: 0 0 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}
#our-partners .wrapper > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
#our-partners article {
    text-align: center;
}
#our-partners article a {
    display: block;
}

/*--------------------------------------------------------------
#  Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    right: auto;
    left: 10px;
    top: 10px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    padding: 0;
    background-color: #000;
    border-radius: 0;
    line-height: 1.3;
    padding: 4px 11px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.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: #fa311f;
}
.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: 500;
    font-size: 16px;
}
.woocommerce ul.products li.product .price {
    color: #fa311f;
}
.woocommerce ul.products li.product .price {
    color: #fa311f;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.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: 5px 29px;
    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;
    font-family: 'Roboto', 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;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	border-color: #010101;
	background-color: #010101;
	color: #fff;
}
ul.colors li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    width: 26px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
}
ul.colors li.active {
	border-color: #000;
}
ul.colors li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #3d72c9;
}
ul.colors li:nth-child(1n) span {
    background-color: #3d72c9;
}
ul.colors li:nth-child(2n) span {
    background-color: #db0109;
}
ul.colors li:nth-child(3n) span {
    background-color: #e8b11d;
}
ul.colors li:nth-child(4n) span {
    background-color: #b1b1b1;
}
ul.colors li:nth-child(5n) span {
    background-color: #0d0d0c;
}
ul.product-size li {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    line-height: 1;
    padding: 6px 4px 3px;
    margin-right: 5px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    opacity: 0.5;
    cursor: pointer;
}
ul.product-size li.active {
	opacity: 1;
}
.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;
}
#popular-products ul.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 35px;
}
#popular-products .slick-arrow {
    background-color: transparent;
}
#popular-products .slick-arrow:before {
	width: 30px;
    height: 30px;
    opacity: 1;
}
body:not(.dark-version) #popular-products .slick-arrow:before {
	filter: none;
}
#popular-products .slick-prev {
    left: -30px;
}
#popular-products .slick-next {
    right: -30px;
}
.woocommerce a {
    text-decoration: none;
}
/*--------------------------------------------------------------
#  Popular Products
--------------------------------------------------------------*/
#popular-products .section-header {
    margin-bottom: 25px;
}
.product-filtering {
    text-align: center;
    margin-bottom: 45px;
}
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;
    padding: 11px 28px;
    border: 2px solid #E5E5E5;
    border-right: none;
}
ul.product-nav li:last-child a {
    border-right: 2px solid #E5E5E5;
}
ul.product-nav li.active a {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
/*--------------------------------------------------------------
#  Products Collection
--------------------------------------------------------------*/
#products-collection .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 150px 0 0;
}
#products-collection .entry-container {
	padding: 25px;
}
#products-collection ul.post-categories li {
	margin-right: 3px;
}
#products-collection ul.post-categories li:after,
#products-collection .entry-title a {
	color: #fff;
}
#products-collection .cat-links a {
    text-transform: uppercase;
    color: #fff;
}
#products-collection .entry-title {
    font-weight: bold;
}
#products-collection .cat-links a:hover,
#products-collection .cat-links a:focus,
#products-collection .entry-title a:hover,
#products-collection .entry-title a:focus,
#products-collection article:nth-child(even) .cat-links a:hover,
#products-collection article:nth-child(even) .cat-links a:focus,
#products-collection article:nth-child(even) .entry-title:nth-child(odd) a:hover,
#products-collection article:nth-child(even) .entry-title:nth-child(odd) a:focus {
	opacity: 0.8;
}
#products-collection article:nth-child(even) .cat-links a,
#products-collection article:nth-child(even) .entry-title:nth-child(odd) a,
#products-collection article:nth-child(even) ul.post-categories li:after {
	color: #000;
}
#products-collection article:nth-child(odd) .btn {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
#products-collection article:nth-child(odd) .btn:hover,
#products-collection article:nth-child(odd) .btn:focus {
	border-color: #fa311f;
    background-color: #fa311f;
    color: #fff;
}
/*--------------------------------------------------------------
#  Recent Products
--------------------------------------------------------------*/
.woocommerce #recent-products ul.products li.product .onsale,
.woocommerce #popular-products ul.products li.product .onsale {
	left: 25px;
}
.woocommerce #recent-products ul.products li.product, 
.woocommerce-page #recent-products ul.products li.product {
	float: none;
	width: 100%;
	padding: 0;
}
.woocommerce #recent-products ul.products li.product:last-child, 
.woocommerce-page #recent-products ul.products li.product:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
#  Trending Products
--------------------------------------------------------------*/
#trending-products:after {
    content: "";
    background-color: #e5e5e5;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}
.category-title {
	font-size: 32px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    font-weight: 600;
    margin-bottom: 38px;
}
#trending-products .section-content {
	margin: 0 -15px;
}
#trending-products .product-wrapper {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
#trending-products article {
    margin-bottom: 30px;
    position: relative;
    display: table;
    width: 100%;
}
#trending-products .product-wrapper:last-child,
#trending-products article:last-child {
    margin-bottom: 0;
}
#trending-products .featured-image {
    position: absolute;
    width: 120px;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    display: table-cell;
}
#trending-products .featured-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
#trending-products .entry-container {
    float: left;
    padding-left: 140px;
    display: table-cell;
    min-height: 120px;
}
span.discount-offer {
    background-color: #fa311f;
    color: #fff;
    line-height: 1.2;
    padding: 3px 7px;
    display: inline-block;
}
#trending-products span.discount-offer {
    margin-bottom: 5px;
}
#trending-products .cat-links {
    margin-bottom: 5px;
    display: block;
}
#trending-products span.cat-links a {
    color: #797973;
    text-transform: uppercase;
}
#trending-products .entry-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
#trending-products .entry-title a {
    color: #000;
}
#trending-products .entry-title a:hover,
#trending-products .entry-title a:focus {
	color: #fa311f;
}
#trending-products .price {
    color: #fa311f;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
#trending-products .price del {
    color: #797973;
    opacity: 1;
    font-weight: 400;
    margin-right: 3px;
}
#trending-products .price ins {
    background: transparent;
    font-weight: 600;
    display: inline-block;
}
/*--------------------------------------------------------------
#  Featured Products
--------------------------------------------------------------*/
#featured-products .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 50px 0;
}
#featured-products .entry-container {
	text-align: center;
    padding: 10px;
}
#featured-products .cat-links a {
    text-transform: uppercase;
    color: #fff;
}
#featured-products .entry-title {
	margin-bottom: 0;
    font-weight: bold;
}
#featured-products .entry-title a,
#featured-products .entry-content {
    color: #fff;
}
#featured-products .entry-content {
	margin-bottom: 15px;
}
#featured-products .entry-title a:hover,
#featured-products .entry-title a:focus,
#featured-products .cat-links a:hover,
#featured-products .cat-links a:focus {
	opacity: 0.8;
}
#featured-products article:nth-child(odd) .btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    padding: 5px 28px;
}
#featured-products article:nth-child(even) .btn {
    background-color: #000;
    border-color: #000;
    color: #fff;
    padding: 5px 28px;
}
#featured-products article:nth-child(even) .cat-links a,
#featured-products article:nth-child(even) .entry-title a,
#featured-products article:nth-child(even) .entry-content {
	color: #000;
}
#featured-products article:nth-child(odd) .btn:hover,
#featured-products article:nth-child(odd) .btn:focus,
#featured-products article:nth-child(even) .btn:hover,
#featured-products article:nth-child(even) .btn:focus {
	background-color: #fa311f;
	border-color: #fa311f;
	color: #fff;
}
#featured-products + #latest-posts {
    padding-top: 0;
}
/*--------------------------------------------------------------
#  Testimonial Section
--------------------------------------------------------------*/
#latest-posts + #testimonial-section {
    padding-top: 0;
}
#testimonial-section .slick-list {
    max-width: 900px;
    margin: 0 auto;
}
#testimonial-section .col-2 {
	margin: 0 -15px;
}
#testimonial-section .col-2 .hentry {
    margin-bottom: 50px;
    padding: 0 15px;
}
#testimonial-section .col-2 .hentry:last-child {
    margin-bottom: 0;
}
#testimonial-section .hentry {
    position: relative;
}
#testimonial-section .testimonial-slider article {
    clear: none;
    text-align: center;
}
#testimonial-section .featured-image {
    margin-bottom: 23px;
}
#testimonial-section .featured-image a {
    display: inline-block;
    vertical-align: middle;
}
#testimonial-section .featured-image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
    margin: 0 auto;
}
#testimonial-section .entry-content {
    margin: 0 auto 16px;
}
#testimonial-section .entry-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
}
#testimonial-section .entry-title a {
    color: #010101;
}
#testimonial-section .position {
    color: #797973;
    display: inline-block;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
#testimonial-section .position:before {
    content: "-";
    margin-right: 3px;
}
#testimonial-section .entry-title a:hover,
#testimonial-section .entry-title a:focus {
	color: #fa311f;
}
#testimonial-section .testimonial-slider ul.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 5px;
}
#testimonial-section .instagram-title {
    font-size: 16px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    max-width: 266px;
    margin: 0 auto;
    padding: 17px 15px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*--------------------------------------------------------------
#  Archive / Blog
--------------------------------------------------------------*/
.post-item-wrapper .entry-container {
    padding: 20px;
    border: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}
.archive-blog-wrapper .featured-image img {
	width: 100%;
}
.archive-blog-wrapper .entry-meta, 
.archive-blog-wrapper .entry-header {
    display: table-cell;
}
.archive-blog-wrapper .entry-meta {
    border-right: 1px solid #e5e5e5;
    padding-right: 16px;
    width: 54px;
}
.archive-blog-wrapper .entry-header {
	padding-left: 18px;
}
.archive-blog-wrapper .cat-links {
    margin-bottom: 15px;
    display: block;
}
.archive-blog-wrapper article.has-post-thumbnail .cat-links {
    position: absolute;
    top: 6px;
    left: 10px;
}
.archive-blog-wrapper ul.post-categories li {
    margin-right: 5px;
    float: left;
}
.archive-blog-wrapper ul.post-categories li:after {
	display: none;
}
.post-item-wrapper .cat-links a {
    background-color: #fa311f;
    color: #fff;
    display: inline-block;
    line-height: 1.1;
    padding: 4px 9px;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
}
.post-item-wrapper .cat-links a:hover,
.post-item-wrapper .cat-links a:focus {
	background-color: #000;
}
.post-item-wrapper .entry-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
}
.post-item-wrapper .entry-title a {
    color: #010101;
}
.post-item-wrapper .entry-title a:hover,
.post-item-wrapper .entry-title a:focus {
	color: #fa311f;
}
.post-item-wrapper .entry-meta > span {
    font-size: 16px;
}
.post-item-wrapper .entry-meta > span.posted-on a {
	color: #010101;
}
.post-item-wrapper .entry-meta > span:not(:last-child):after {
    content: "";
    width: 1px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: #010101;
    margin: 0 2px 0 3px;
}
.archive-blog-wrapper .posted-on a {
    color: #000;
    font-size: 32px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.archive-blog-wrapper .posted-on a span {
    color: #797973;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.posted-on a {
    text-decoration: none;
}
/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
}
.no-sidebar-content #inner-content-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.single-wrapper .entry-meta span svg {
    fill: #82868b;
    margin-right: 10px;
}
.single-wrapper .entry-meta span.cat-links svg {
    margin-right: 7px;
}
.single-wrapper .entry-meta span.posted-on, 
.single-wrapper .entry-meta span.posted-on a {
	color: #82868b;
	text-decoration: none;
}
.single-wrapper .entry-meta span a:hover, 
.single-wrapper .entry-meta span a:focus,
.single-wrapper .cat-links a,
.single-wrapper .entry-meta span.byline a.fn:hover,
.single-wrapper .entry-meta span.byline a.fn:focus {
    color: #fa311f;
}
.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta,
.single-wrapper .entry-container {
	margin-bottom: 25px;
}
.single-wrapper .comments-title {
    margin-bottom: 40px;
}
.single-wrapper .entry-meta .cat-links,
.single-wrapper .entry-meta .tags-links {
    display: block;
}
.single-wrapper .entry-meta .cat-links:after, 
.single-wrapper .entry-meta .tags-links:after {
	display: none;
}
.single-wrapper .entry-meta a, 
.single-wrapper .entry-meta i {
	font-size: 16px;
	font-weight: 400;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
    content: "|";
}
.single-wrapper .entry-meta > span.tags-links a:not(:last-child):after {
    content: ",";
}
.single-wrapper .entry-meta > span a {
	color: #8c8c8c;
}
.single-wrapper .entry-meta > span a:hover,
.single-wrapper .entry-meta > span a:focus {
	color: #fa311f;
}
.single-wrapper .comment-respond {
	background-color: transparent;
	border: none;
}
#commentform .comment-form-url,
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.post-categories li {
	display: inline-block;
}
.archive-description p {
    color: #fff;
}
.logged-in-as a,
.tagcloud a {
    text-decoration: none;
}
/*--------------------------------------------------------------
#  Subscribe Section
--------------------------------------------------------------*/
#subscribe-section {
    padding: 50px 0;
    background-color: #eaeaea;
}
#subscribe-section .widget-title {
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    text-align: center;
}
#subscribe-text {
    margin-bottom: 10px;
}
#subscribe-text, 
#subscribe-email, 
#subscribe-submit {
    text-align: center;
}
#subscribe-email input[type="email"] {
	padding: 5px 20px;
}
#subscribe-section input[type="email"] {
    background-color: #fff;
    width: 100%;
    max-width: 500px;
}

/*--------------------------------------------------------------
# Woocommerce Shop Single
--------------------------------------------------------------*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product a.added_to_cart.wc-forward,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    padding: 5px 29px;
    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;
    font-family: 'Roboto', 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;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus,
.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover,
.woocommerce ul.products li.product a.added_to_cart.wc-forward:focus {
    border-color: #010101;
    background-color: #010101;
    color: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0 -3px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-top: 5px;
    padding: 0 3px;
}

.single.woocommerce .woocommerce-tabs #reply-title {
    font-size: 16px;
    font-weight: 600;
    color: #010101;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product form.cart {
    margin-top: 2em;
}

.woocommerce div.product form.cart div.quantity {
    margin: 2px 20px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fafafa;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #999;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
}

.woocommerce-Reviews #comments {
    margin-top: 0;
}

.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 32px;
    margin: 0 0 15px;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 25px;
    background-color: #fafafa;
}

.woocommerce #review_form #respond {
    margin-top: 20px;
}

.archive.woocommerce-page .page-header {
    display: none;
}

.archive.woocommerce-page .wrapper.page-section {
    padding-bottom: 50px;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #fa311f;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #fa311f;
}

.woocommerce a.added_to_cart {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Woocommerce Shop Cart
--------------------------------------------------------------*/
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.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: table;
}

#ship-to-different-address {
    font-size: 16px;
}

#ship-to-different-address span {
    margin-left: 5px;
}
/*--------------------------------------------------------------
# Woocommerce My Account
--------------------------------------------------------------*/
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #222;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce {
    background-color: #eee;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    display: block;
    padding: 5px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #fa311f;
}

.u-column2.col-2.woocommerce-Address {
    margin: 0;
}

.woocommerce-form.woocommerce-form-login.login input[type="text"], 
.woocommerce-form.woocommerce-form-login.login input[type="password"] {
    background-color: #fff;
    border-color: #fff;
}

/*--------------------------------------------------------------
# Second Design
--------------------------------------------------------------*/
.second-design .service-item-wrapper {
    border: 4px solid #3c3c3c;
    padding: 15px 18px;
}
.second-design #our-services .service-icon {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.second-design #popular-products .slick-arrow:before {
    width: 16px;
    height: 16px;
}
.second-design #popular-products .slick-arrow {
    border: 3px solid #e9e9e9;
}
.second-design #popular-products li,
.second-design #recent-products {
    text-align: center;
}
.second-design.woocommerce #respond input#submit, 
.second-design.woocommerce a.button, 
.second-design.woocommerce button.button, 
.second-design.woocommerce input.button,
.second-design.woocommerce #respond input#submit.alt,
.second-design.woocommerce a.button.alt, 
.second-design.woocommerce button.button.alt, 
.second-design.woocommerce input.button.alt,
.second-design.woocommerce ul.products li.product a.added_to_cart.wc-forward,
.second-design.woocommerce #respond input#submit.disabled, 
.second-design.woocommerce #respond input#submit:disabled, 
.second-design.woocommerce #respond input#submit:disabled[disabled], 
.second-design.woocommerce a.button.disabled, 
.second-design.woocommerce a.button:disabled, 
.second-design.woocommerce a.button:disabled[disabled], 
.second-design.woocommerce button.button.disabled, 
.second-design.woocommerce button.button:disabled, 
.second-design.woocommerce button.button:disabled[disabled], 
.second-design.woocommerce input.button.disabled, 
.second-design.woocommerce input.button:disabled, 
.second-design.woocommerce input.button:disabled[disabled] {
	border: 3px solid #e9e9e9;
	padding: 4px 15px;
    font-size: 14px;
}
.second-design #our-partners {
    padding-bottom: 0;
    border-bottom: none;
}
.second-design .section-header {
    max-width: 100%;
    overflow: hidden;
}
.second-design .section-title {
	text-transform: uppercase;
	display: inline-block;
}
.second-design .section-title:before,
.second-design .section-title:after {
	content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 20px;
}
.second-design .section-title:before {
    right: 100%;
    margin-right: 15px;
}
.second-design .section-title:after {
    left: 100%;
    margin-left: 15px;
}
.second-design #products-collection .section-header {
    max-width: 1200px;
}
.second-design #trending-products .category-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
}

.second-design #trending-products .category-title:after {
	content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 10px;
    left: 100%;
    margin-left: 15px;
}
.second-design #trending-products .product-wrapper {
    overflow: hidden;
}
.second-design #trending-products {
    padding-bottom: 0;
}
.second-design #trending-products:after {
	display: none;
}
.second-design .archive-blog-wrapper .entry-meta {
    border: none;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
}
.second-design .archive-blog-wrapper .posted-on a {
    font-size: 16px;
}
.second-design .archive-blog-wrapper .posted-on a span {
    display: inline-block;
    margin-left: 5px;
    color: #010101;
}
.second-design .archive-blog-wrapper .entry-meta, 
.second-design .archive-blog-wrapper .entry-header {
    display: block;
}
.second-design .archive-blog-wrapper .entry-header {
    padding-left: 0;
}
.second-design .archive-blog-wrapper .featured-image img {
    height: 300px;
    object-fit: cover;
}
.second-design #testimonial-section .section-title:before, 
.second-design #testimonial-section .section-title:after {
	display: none;
}
.second-design.dark-version ul.product-nav li.active a {
    background-color: transparent;
}
.second-design.dark-version .archive-blog-wrapper .posted-on a span {
    color: #fff;
}

@media screen and (min-width: 567px) {
	.second-design ul.product-nav li a {
	    border: none;
	    text-transform: uppercase;
	    padding: 0;
	    font-size: 20px;
	}
	.second-design ul.product-nav li.active a {
	    background-color: transparent;
	    color: #000;
	    font-weight: bold;
	}
	.second-design ul.product-nav li:last-child a {
	    border: none;
	}
	.second-design ul.product-nav li a:after {
	    content: "-";
	    padding: 0 15px;
	}
	.second-design ul.product-nav li:last-child a:after {
	    display: none;
	}
}

@media screen and (min-width: 767px) {
	.second-design .featured-content-wrapper {
	    text-align: left;
	    max-width: 600px;
	    margin: 0;
	}
	.second-design #our-services .entry-title {
	    font-size: 24px;
	    line-height: 1.3;
	    float: none;
	    margin-bottom: 5px;
	    font-weight: bold;
	    text-transform: uppercase;
	}
}

/*--------------------------------------------------------------
# Third Design
--------------------------------------------------------------*/
.third-design .service-item-wrapper {
    border: 4px solid #3c3c3c;
    padding: 15px 18px;
}
.third-design #our-services .service-icon {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.third-design #popular-products .slick-arrow:before {
    width: 16px;
    height: 16px;
}
.third-design #popular-products .slick-arrow {
    border: 3px solid #e9e9e9;
}
.third-design #popular-products li,
.third-design #recent-products {
    text-align: center;
}
.third-design.woocommerce #respond input#submit, 
.third-design.woocommerce a.button, 
.third-design.woocommerce button.button, 
.third-design.woocommerce input.button,
.third-design.woocommerce #respond input#submit.alt,
.third-design.woocommerce a.button.alt, 
.third-design.woocommerce button.button.alt, 
.third-design.woocommerce input.button.alt,
.third-design.woocommerce ul.products li.product a.added_to_cart.wc-forward,
.third-design.woocommerce #respond input#submit.disabled, 
.third-design.woocommerce #respond input#submit:disabled, 
.third-design.woocommerce #respond input#submit:disabled[disabled], 
.third-design.woocommerce a.button.disabled, 
.third-design.woocommerce a.button:disabled, 
.third-design.woocommerce a.button:disabled[disabled], 
.third-design.woocommerce button.button.disabled, 
.third-design.woocommerce button.button:disabled, 
.third-design.woocommerce button.button:disabled[disabled], 
.third-design.woocommerce input.button.disabled, 
.third-design.woocommerce input.button:disabled, 
.third-design.woocommerce input.button:disabled[disabled] {
	border: 3px solid #e9e9e9;
	padding: 4px 15px;
    font-size: 14px;
}
.third-design #our-partners {
    padding-bottom: 0;
    border-bottom: none;
}
.third-design #trending-products .category-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
}

.third-design #trending-products .category-title:after {
	content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 10px;
    left: 100%;
    margin-left: 15px;
}
.third-design #trending-products .product-wrapper {
    overflow: hidden;
}
.third-design #trending-products {
    padding-bottom: 0;
}
.third-design #trending-products:after {
	display: none;
}
.third-design .archive-blog-wrapper .entry-meta {
    border: none;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
}
.third-design .archive-blog-wrapper .posted-on a {
    font-size: 16px;
}
.third-design .archive-blog-wrapper .posted-on a span {
    display: inline-block;
    margin-left: 5px;
    color: #010101;
}
.third-design .archive-blog-wrapper .entry-meta, 
.third-design .archive-blog-wrapper .entry-header {
    display: block;
}
.third-design .archive-blog-wrapper .entry-header {
    padding-left: 0;
}
.third-design .archive-blog-wrapper .featured-image img {
    height: 300px;
    object-fit: cover;
}
.third-design #testimonial-section .section-title:before, 
.third-design #testimonial-section .section-title:after {
	display: none;
}
.third-design.dark-version ul.product-nav li.active a {
    background-color: transparent;
}
.third-design.dark-version .archive-blog-wrapper .posted-on a span {
    color: #fff;
}
.third-design #products-collection .wrapper {
    width: 90%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.third-design .section-header {
    max-width: 100%;
    text-align: left;
    border-bottom: 3px solid #fa311f;
    margin-bottom: 30px;
}
.third-design .section-title {
    background-color: #fa311f;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 15px;
    line-height: 28px;
}
.third-design #products-collection article:nth-child(1n) .featured-image {
    padding: 150px 0;
}
.third-design #products-collection .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.third-design #products-collection .entry-title {
    font-size: 16px;
}
.third-design #products-collection article .btn {
    padding: 0 8px;
    font-size: 12px;
}
.third-design #products-collection .cat-links a {
    font-size: 14px;
    text-transform: none;
}
.third-design .featured-content-wrapper .subtitle {
    color: #fff;
    text-transform: none;
}
.third-design .featured-content-wrapper .entry-title a {
	color: #fff;
}
.third-design .featured-content-wrapper .entry-title a:hover,
.third-design .featured-content-wrapper .entry-title a:focus {
	opacity: 0.8;
}
.third-design .featured-content-wrapper .entry-content {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.third-design .btn {
    padding: 5px 20px;
    border-color: #fa311f;
    background-color: #fa311f;
    color: #fff;
}
.third-design .featured-content-wrapper .entry-title {
    font-size: 22px;
    text-transform: none;
    font-weight: bold;
}
.third-design #products-collection article:nth-child(even) .cat-links a, 
.third-design #products-collection article:nth-child(even) .entry-title:nth-child(odd) a, 
.third-design #products-collection article:nth-child(even) ul.post-categories li:after,
.third-design #featured-products article:nth-child(even) .cat-links a, 
.third-design #featured-products article:nth-child(even) .entry-title a, 
.third-design #featured-products article:nth-child(even) .entry-content {
    color: #fff;
}


@media screen and (min-width: 567px) {
	.third-design ul.product-nav li a {
	    border: none;
	    text-transform: uppercase;
	    padding: 0;
	    font-size: 20px;
	}
	.third-design ul.product-nav li.active a {
	    background-color: transparent;
	    color: #000;
	    font-weight: bold;
	}
	.third-design ul.product-nav li:last-child a {
	    border: none;
	}
	.third-design ul.product-nav li a:after {
	    content: "-";
	    padding: 0 15px;
	}
	.third-design ul.product-nav li:last-child a:after {
	    display: none;
	}
}

@media screen and (min-width: 767px) {
	.third-design #our-services .entry-title {
	    font-size: 24px;
	    line-height: 1.3;
	    float: none;
	    margin-bottom: 5px;
	    font-weight: bold;
	    text-transform: uppercase;
	}
}

@media screen and (min-width: 1024px) {
	.third-design #products-collection article {
		width: 25%;
	}
	.third-design #featured-slider {
	    padding: 0 10px;
	}
	.third-design #featured-slider article {
		margin: 0 10px;
	}
}

/*--------------------------------------------------------------
# Fourth Design
--------------------------------------------------------------*/
.fourth-design .service-item-wrapper {
    border: 4px solid #3c3c3c;
    padding: 15px 18px;
}
.fourth-design #our-services .service-icon {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.fourth-design #popular-products .slick-arrow:before {
    width: 16px;
    height: 16px;
}
.fourth-design #popular-products .slick-arrow {
    border: 3px solid #e9e9e9;
}
.fourth-design #popular-products li,
.fourth-design #recent-products {
    text-align: center;
}
.fourth-design.woocommerce #respond input#submit, 
.fourth-design.woocommerce a.button, 
.fourth-design.woocommerce button.button, 
.fourth-design.woocommerce input.button,
.fourth-design.woocommerce #respond input#submit.alt,
.fourth-design.woocommerce a.button.alt, 
.fourth-design.woocommerce button.button.alt, 
.fourth-design.woocommerce input.button.alt,
.fourth-design.woocommerce ul.products li.product a.added_to_cart.wc-forward,
.fourth-design.woocommerce #respond input#submit.disabled, 
.fourth-design.woocommerce #respond input#submit:disabled, 
.fourth-design.woocommerce #respond input#submit:disabled[disabled], 
.fourth-design.woocommerce a.button.disabled, 
.fourth-design.woocommerce a.button:disabled, 
.fourth-design.woocommerce a.button:disabled[disabled], 
.fourth-design.woocommerce button.button.disabled, 
.fourth-design.woocommerce button.button:disabled, 
.fourth-design.woocommerce button.button:disabled[disabled], 
.fourth-design.woocommerce input.button.disabled, 
.fourth-design.woocommerce input.button:disabled, 
.fourth-design.woocommerce input.button:disabled[disabled] {
	border: 3px solid #e9e9e9;
	padding: 4px 15px;
    font-size: 14px;
}
.fourth-design #our-partners {
    padding-bottom: 0;
    border-bottom: none;
}
.fourth-design #trending-products .category-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
}

.fourth-design #trending-products .category-title:after {
	content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 10px;
    left: 100%;
    margin-left: 15px;
}
.fourth-design #trending-products .product-wrapper {
    overflow: hidden;
}
.fourth-design #trending-products {
    padding-bottom: 0;
}
.fourth-design #trending-products:after {
	display: none;
}
.fourth-design .archive-blog-wrapper .entry-meta {
    border: none;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
}
.fourth-design .archive-blog-wrapper .posted-on a {
    font-size: 16px;
}
.fourth-design .archive-blog-wrapper .posted-on a span {
    display: inline-block;
    margin-left: 5px;
    color: #010101;
}
.fourth-design .archive-blog-wrapper .entry-meta, 
.fourth-design .archive-blog-wrapper .entry-header {
    display: block;
}
.fourth-design .archive-blog-wrapper .entry-header {
    padding-left: 0;
}
.fourth-design .archive-blog-wrapper .featured-image img {
    height: 300px;
    object-fit: cover;
}
.fourth-design #testimonial-section .section-title:before, 
.fourth-design #testimonial-section .section-title:after {
	display: none;
}
.fourth-design.dark-version ul.product-nav li.active a {
    background-color: transparent;
}
.fourth-design.dark-version .archive-blog-wrapper .posted-on a span {
    color: #fff;
}
.fourth-design #products-collection .wrapper {
    width: 90%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.fourth-design .section-header {
	max-width: 100%;
	margin-bottom: 30px;
}
.fourth-design #products-collection article:nth-child(1n) .featured-image {
    padding: 150px 0;
}
.fourth-design #products-collection .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent);
}
.fourth-design #products-collection .entry-title {
    font-size: 16px;
}
.fourth-design #products-collection article .btn {
    padding: 0 8px;
    font-size: 12px;
}
.fourth-design #products-collection .cat-links a {
    font-size: 14px;
    text-transform: none;
}
.fourth-design .featured-content-wrapper .subtitle {
    color: #fff;
    text-transform: none;
}
.fourth-design .featured-content-wrapper .entry-title a {
	color: #fff;
}
.fourth-design .featured-content-wrapper .entry-title a:hover,
.fourth-design .featured-content-wrapper .entry-title a:focus {
	opacity: 0.8;
}
.fourth-design .featured-content-wrapper .entry-content {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.fourth-design .btn {
    padding: 5px 20px;
    border-color: #fa311f;
    background-color: #fa311f;
    color: #fff;
}
.fourth-design .featured-content-wrapper .entry-title {
    font-size: 22px;
    text-transform: none;
    font-weight: bold;
}
.fourth-design #products-collection article:nth-child(even) .cat-links a, 
.fourth-design #products-collection article:nth-child(even) .entry-title:nth-child(odd) a, 
.fourth-design #products-collection article:nth-child(even) ul.post-categories li:after,
.fourth-design #featured-products article:nth-child(even) .cat-links a, 
.fourth-design #featured-products article:nth-child(even) .entry-title a, 
.fourth-design #featured-products article:nth-child(even) .entry-content {
    color: #fff;
}
.fourth-design #latest-products .grid article:nth-child(1n) .featured-image {
    padding: 180px 0;
}
.fourth-design .featured-content-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
body:not(.dark-version).fourth-design #latest-posts {
    background-color: #f7f7f7;
}
body:not(.dark-version).fourth-design #latest-posts .post-item-wrapper .entry-container {
	background-color: #fff;
	border: none;
}
.fourth-design #featured-products .entry-title {
    font-size: 18px;
}
.fourth-design #featured-products article:nth-child(1n) .btn {
    padding: 3px 15px;
    font-size: 14px;
}
.fourth-design #featured-products .entry-container {
    background-color: rgb(0 0 0 / 0.40);
}
.dark-version.fourth-design #latest-posts {
	background-color: #111;
}

@media screen and (min-width: 567px) {
	.fourth-design ul.product-nav li a {
	    border: none;
	    text-transform: uppercase;
	    padding: 0;
	    font-size: 20px;
	}
	.fourth-design ul.product-nav li.active a {
	    background-color: transparent;
	    color: #000;
	    font-weight: bold;
	}
	.fourth-design ul.product-nav li:last-child a {
	    border: none;
	}
	.fourth-design ul.product-nav li a:after {
	    content: "-";
	    padding: 0 15px;
	}
	.fourth-design ul.product-nav li:last-child a:after {
	    display: none;
	}
}

@media screen and (min-width: 767px) {
	.fourth-design #our-services .entry-title {
	    font-size: 24px;
	    line-height: 1.3;
	    float: none;
	    margin-bottom: 5px;
	    font-weight: bold;
	    text-transform: uppercase;
	}
}

@media screen and (min-width: 1024px) {
	.fourth-design #products-collection article {
		width: 25%;
	}
	.fourth-design #latest-products .grid article:nth-child(1n), 
	.fourth-design #latest-products .grid article:nth-child(2n),
	.fourth-design #featured-products article {
		width: 33.33%;
	}
	.fourth-design #featured-products article:nth-child(2n+1) {
		clear: none;
	}
	.fourth-design #featured-products article:nth-child(3n+1) {
		clear: left;
	}
	.fourth-design #featured-products article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
# Fifth Design
--------------------------------------------------------------*/
.fifth-design .service-item-wrapper {
    padding: 30px;
    background-color: #f1f6fc;
    text-align: center;
    box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.02);
}
.fifth-design #our-services .service-icon {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}
.fifth-design #our-services .entry-container {
	display: block;
}
.fifth-design #our-services .entry-title {
    float: none;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
}
.fifth-design #popular-products .slick-arrow:before {
    width: 16px;
    height: 16px;
}
.fifth-design #popular-products .slick-arrow {
    border: 3px solid #e9e9e9;
}
.fifth-design #popular-products li,
.fifth-design #recent-products {
    text-align: center;
}
.fifth-design.woocommerce #respond input#submit, 
.fifth-design.woocommerce a.button, 
.fifth-design.woocommerce button.button, 
.fifth-design.woocommerce input.button,
.fifth-design.woocommerce #respond input#submit.alt,
.fifth-design.woocommerce a.button.alt, 
.fifth-design.woocommerce button.button.alt, 
.fifth-design.woocommerce input.button.alt,
.fifth-design.woocommerce ul.products li.product a.added_to_cart.wc-forward,
.fifth-design.woocommerce #respond input#submit.disabled, 
.fifth-design.woocommerce #respond input#submit:disabled, 
.fifth-design.woocommerce #respond input#submit:disabled[disabled], 
.fifth-design.woocommerce a.button.disabled, 
.fifth-design.woocommerce a.button:disabled, 
.fifth-design.woocommerce a.button:disabled[disabled], 
.fifth-design.woocommerce button.button.disabled, 
.fifth-design.woocommerce button.button:disabled, 
.fifth-design.woocommerce button.button:disabled[disabled], 
.fifth-design.woocommerce input.button.disabled, 
.fifth-design.woocommerce input.button:disabled, 
.fifth-design.woocommerce input.button:disabled[disabled] {
	border: 3px solid #e9e9e9;
	padding: 4px 15px;
    font-size: 14px;
}
.fifth-design #our-partners {
    border-bottom: none;
    padding: 0;
}
.fifth-design #trending-products .category-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
}

.fifth-design #trending-products .category-title:after {
	content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 10px;
    left: 100%;
    margin-left: 15px;
}
.fifth-design #trending-products .product-wrapper {
    overflow: hidden;
}
.fifth-design #trending-products {
    padding-bottom: 0;
}
.fifth-design #trending-products:after {
	display: none;
}
.fifth-design .archive-blog-wrapper .entry-meta {
    border: none;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
}
.fifth-design .archive-blog-wrapper .posted-on a {
    font-size: 16px;
}
.fifth-design .archive-blog-wrapper .posted-on a span {
    display: inline-block;
    margin-left: 5px;
    color: #010101;
}
.fifth-design .archive-blog-wrapper .entry-meta, 
.fifth-design .archive-blog-wrapper .entry-header {
    display: block;
}
.fifth-design .archive-blog-wrapper .entry-header {
    padding-left: 0;
}
.fifth-design .archive-blog-wrapper .featured-image img {
    height: 250px;
    object-fit: cover;
}
.fifth-design #testimonial-section .section-title:before, 
.fifth-design #testimonial-section .section-title:after {
	display: none;
}
.fifth-design.dark-version ul.product-nav li.active a {
    background-color: transparent;
}
.fifth-design.dark-version .archive-blog-wrapper .posted-on a span {
    color: #fff;
}
.fifth-design #products-collection .wrapper {
    width: 90%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.fifth-design .section-header {
	max-width: 100%;
	margin-bottom: 30px;
}
.fifth-design #products-collection article:nth-child(1n) .featured-image {
    padding: 200px 0;
}
.fifth-design #products-collection .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #f1f6fc;
    text-align: center;
}
.fifth-design #products-collection .entry-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.fifth-design #products-collection .cat-links {
    margin-bottom: 3px;
}
.fifth-design #products-collection article .btn {
    padding: 0 8px;
    font-size: 12px;
}
.fifth-design #products-collection .cat-links a {
    font-size: 14px;
    text-transform: none;
}
.fifth-design .featured-content-wrapper .subtitle {
    color: #fff;    
    font-size: 20px;
    margin-bottom: 15px;
}
.fifth-design .featured-content-wrapper .entry-title a {
	color: #fff;
}
.fifth-design .featured-content-wrapper .entry-title a:hover,
.fifth-design .featured-content-wrapper .entry-title a:focus {
	opacity: 0.8;
}
.fifth-design .featured-content-wrapper .entry-content {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.fifth-design .btn {
    padding: 5px 20px;
    border-color: #fa311f;
    background-color: #fa311f;
    color: #fff;
}
.fifth-design .featured-content-wrapper .entry-title {
    font-weight: bold;
}
.fifth-design #products-collection .entry-title a,
.fifth-design #products-collection .cat-links a {
	color: #000;
}
.fifth-design #featured-products article:nth-child(even) .cat-links a, 
.fifth-design #featured-products article:nth-child(even) .entry-title a, 
.fifth-design #featured-products article:nth-child(even) .entry-content {
    color: #fff;
}
.fifth-design #latest-products .grid article:nth-child(1n) .featured-image {
    padding: 180px 0;
}
.fifth-design .featured-content-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
body:not(.dark-version).fifth-design #latest-posts .post-item-wrapper .entry-container {
	background-color: #f1f6fc;
	border: none;
}
.fifth-design #featured-products .entry-title {
    font-size: 22px;
    margin-bottom: 15px;
}
.fifth-design #featured-products article:nth-child(1n) .btn {
    padding: 3px 15px;
    font-size: 14px;
}
.fifth-design #featured-products .entry-container {
    top: auto;
    bottom: 0;
    transform: none;
    text-align: left;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
.dark-version.fifth-design #latest-posts {
	background-color: #111;
}
.fifth-design #top-bar,
body:not(.dark-version).fifth-design #subscribe-section {
    background-color: #fa311f;
}
.fifth-design #top-bar span {
    font-size: 16px;
}
body:not(.dark-version).fifth-design #subscribe-section .widget-title, 
body:not(.dark-version).fifth-design #subscribe-section #subscribe-text,
.fifth-design.dark-version #products-collection .entry-title a, 
.fifth-design.dark-version #products-collection .cat-links a,
.fifth-design.dark-version #products-collection article:nth-child(even) .entry-title:nth-child(odd) a {
	color: #fff;
}
body:not(.dark-version).fifth-design #testimonial-section {
    background-color: #f1f6fc;
}
.fifth-design #featured-slider ul.slick-dots li.slick-active button {
	background-color: #fff;
}	
.fifth-design #featured-slider ul.slick-dots li button {
	border-color: #fff;
}	
.fifth-design #latest-posts + #testimonial-section {
	padding-top: 60px;
}
.fifth-design.dark-version .service-item-wrapper,
.fifth-design.dark-version #products-collection .entry-container {
	background-color: #111;
}
.fifth-design #products-collection .read-more {
    display: none;
}

@media screen and (min-width: 567px) {
	.fifth-design ul.product-nav li a {
	    border: none;
	    text-transform: uppercase;
	    padding: 0;
	    font-size: 20px;
	}
	.fifth-design ul.product-nav li.active a {
	    background-color: transparent;
	    color: #000;
	    font-weight: bold;
	}
	.fifth-design ul.product-nav li:last-child a {
	    border: none;
	}
	.fifth-design ul.product-nav li a:after {
	    content: "-";
	    padding: 0 15px;
	}
	.fifth-design ul.product-nav li:last-child a:after {
	    display: none;
	}
}

@media screen and (min-width: 767px) {

}

@media screen and (min-width: 1024px) {
	.fifth-design #products-collection article {
		width: 25%;
	}
	.fifth-design #latest-products .grid article:nth-child(1n), 
	.fifth-design #latest-products .grid article:nth-child(2n),
	.fifth-design #featured-products article {
		width: 33.33%;
	}
	.fifth-design #featured-products article:nth-child(2n+1) {
		clear: none;
	}
	.fifth-design #featured-products article:nth-child(3n+1) {
		clear: left;
	}
	.fifth-design #featured-products article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.fifth-design #featured-slider article {
		padding: 300px 0;
	}
}

/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
.dark-version {
    background-color: #000;
    color: #aaa;
}

.dark-version #masthead,
.dark-version #subscribe-section,
.dark-version #secondary .widget_search form.search-form input,
.dark-version select,
.dark-version #add_payment_method #payment, 
.dark-version.woocommerce-cart #payment, 
.dark-version.woocommerce-checkout #payment,
.dark-version.woocommerce div.product .woocommerce-tabs .panel,
.dark-version.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.dark-version.woocommerce-account .woocommerce {
    background-color: #111;
}

.dark-version #secondary .widget,
.dark-version pre,
.dark-version #trending-products:after,
.dark-version .navigation.post-navigation, 
.dark-version .navigation.posts-navigation,
.dark-version .comment-content,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version .reply a,
.dark-version ul.product-nav li.active a,
.dark-version.woocommerce #respond input#submit, 
.dark-version.woocommerce a.button, 
.dark-version.woocommerce button.button, 
.dark-version.woocommerce input.button, 
.dark-version.woocommerce #respond input#submit.alt, 
.dark-version.woocommerce a.button.alt, 
.dark-version.woocommerce button.button.alt, 
.dark-version.woocommerce input.button.alt, 
.dark-version.woocommerce ul.products li.product a.added_to_cart.wc-forward, 
.dark-version.woocommerce #respond input#submit.disabled, 
.dark-version.woocommerce #respond input#submit:disabled, 
.dark-version.woocommerce #respond input#submit:disabled[disabled], 
.dark-version.woocommerce a.button.disabled, 
.dark-version.woocommerce a.button:disabled, 
.dark-version.woocommerce a.button:disabled[disabled], 
.dark-version.woocommerce button.button.disabled, 
.dark-version.woocommerce button.button:disabled, 
.dark-version.woocommerce button.button:disabled[disabled], 
.dark-version.woocommerce input.button.disabled, 
.dark-version.woocommerce input.button:disabled, 
.dark-version.woocommerce input.button:disabled[disabled],
.dark-version .woocommerce-error, 
.dark-version .woocommerce-info, 
.dark-version .woocommerce-message {
	background-color: #222;
}

.dark-version.woocommerce #respond input#submit:hover, 
.dark-version.woocommerce a.button:hover, 
.dark-version.woocommerce button.button:hover, 
.dark-version.woocommerce input.button:hover, 
.dark-version.woocommerce #respond input#submit.alt:hover, 
.dark-version.woocommerce a.button.alt:hover, 
.dark-version.woocommerce button.button.alt:hover, 
.dark-version.woocommerce input.button.alt:hover, 
.dark-version.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover, 
.dark-version.woocommerce #respond input#submit.disabled:hover, 
.dark-version.woocommerce #respond input#submit:disabled:hover, 
.dark-version.woocommerce #respond input#submit:disabled[disabled]:hover, 
.dark-version.woocommerce a.button.disabled:hover, 
.dark-version.woocommerce a.button:disabled:hover, 
.dark-version.woocommerce a.button:disabled[disabled]:hover, 
.dark-version.woocommerce button.button.disabled:hover, 
.dark-version.woocommerce button.button:disabled:hover, 
.dark-version.woocommerce button.button:disabled[disabled]:hover, 
.dark-version.woocommerce input.button.disabled:hover, 
.dark-version.woocommerce input.button:disabled:hover, 
.dark-version.woocommerce input.button:disabled[disabled]:hover,
.dark-version.woocommerce #respond input#submit:focus, 
.dark-version.woocommerce a.button:focus, 
.dark-version.woocommerce button.button:focus, 
.dark-version.woocommerce input.button:focus, 
.dark-version.woocommerce #respond input#submit.alt:focus, 
.dark-version.woocommerce a.button.alt:focus, 
.dark-version.woocommerce button.button.alt:focus, 
.dark-version.woocommerce input.button.alt:focus, 
.dark-version.woocommerce ul.products li.product a.added_to_cart.wc-forward:focus, 
.dark-version.woocommerce #respond input#submit.disabled:focus, 
.dark-version.woocommerce #respond input#submit:disabled:focus, 
.dark-version.woocommerce #respond input#submit:disabled[disabled]:focus, 
.dark-version.woocommerce a.button.disabled:focus, 
.dark-version.woocommerce a.button:disabled:focus, 
.dark-version.woocommerce a.button:disabled[disabled]:focus, 
.dark-version.woocommerce button.button.disabled:focus, 
.dark-version.woocommerce button.button:disabled:focus, 
.dark-version.woocommerce button.button:disabled[disabled]:focus, 
.dark-version.woocommerce input.button.disabled:focus, 
.dark-version.woocommerce input.button:disabled:focus, 
.dark-version.woocommerce input.button:disabled[disabled]:focus,
.dark-version .reply a:hover,
.dark-version .reply a:focus {
	background-color: #fa311f;
	border-color: #fa311f;
	color: #fff;
}

.dark-version #latest-products .entry-container,
.dark-version #testimonial-section .instagram-title {
    background-color: rgba(0, 0, 0, 0.90);
}

.dark-version h1, 
.dark-version h2, 
.dark-version h3, 
.dark-version h4, 
.dark-version h5, 
.dark-version h6,
.dark-version b, 
.dark-version strong,
.dark-version a:hover, 
.dark-version a:focus, 
.dark-version a:active,
.dark-version .menu-label,
.dark-version .site-title a,
.dark-version .site-description,
.dark-version .site-branding-wrapper ul.login-register li a,
.dark-version #our-services .service-icon a,
.dark-version .wp-block-pullquote,
.dark-version #our-services .entry-title a,
.dark-version ul.product-nav li a,
.dark-version #trending-products .entry-title a,
.dark-version .post-item-wrapper .entry-meta > span.posted-on a,
.dark-version .post-item-wrapper .entry-title a,
.dark-version #testimonial-section .entry-title a,
.dark-version .navigation.post-navigation a, 
.dark-version .navigation.posts-navigation a,
.dark-version .comment-meta .url, 
.dark-version .comment-meta .fn,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version #respond label,
.dark-version ul.product-nav li.active a,
.dark-version.woocommerce #respond input#submit, 
.dark-version.woocommerce a.button, 
.dark-version.woocommerce button.button, 
.dark-version.woocommerce input.button, 
.dark-version.woocommerce #respond input#submit.alt, 
.dark-version.woocommerce a.button.alt, 
.dark-version.woocommerce button.button.alt, 
.dark-version.woocommerce input.button.alt, 
.dark-version.woocommerce ul.products li.product a.added_to_cart.wc-forward, 
.dark-version.woocommerce #respond input#submit.disabled, 
.dark-version.woocommerce #respond input#submit:disabled, 
.dark-version.woocommerce #respond input#submit:disabled[disabled], 
.dark-version.woocommerce a.button.disabled, 
.dark-version.woocommerce a.button:disabled, 
.dark-version.woocommerce a.button:disabled[disabled], 
.dark-version.woocommerce button.button.disabled, 
.dark-version.woocommerce button.button:disabled, 
.dark-version.woocommerce button.button:disabled[disabled], 
.dark-version.woocommerce input.button.disabled, 
.dark-version.woocommerce input.button:disabled, 
.dark-version.woocommerce input.button:disabled[disabled],
.dark-version select,
.dark-version td, 
.dark-version th,
.dark-version .woocommerce-error, 
.dark-version .woocommerce-info, 
.dark-version .woocommerce-message,
.dark-version.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.dark-version.single.woocommerce .woocommerce-tabs #reply-title,
.dark-version .pagination .page-numbers, 
.dark-version .pagination .page-numbers.dots:hover, 
.dark-version .pagination .page-numbers.dots:focus, 
.dark-version .pagination .page-numbers.prev, 
.dark-version .pagination .page-numbers.next {
    color: #fff;
}

.dark-version #secondary a,
.dark-version .wp-block-pullquote__citation, 
.dark-version .wp-block-pullquote cite, 
.dark-version .wp-block-pullquote footer,
.dark-version figcaption,
.dark-version #latest-products .cat-links a {
	color: #aaa;
}

.dark-version .site-branding-wrapper ul.login-register li.cart-count svg,
.dark-version .social-icons li a svg,
.dark-version .site-branding-wrapper li.search-menu a.search-active svg,
.dark-version .site-branding-wrapper ul.login-register li svg,
.dark-version .menu-toggle svg,
.dark-version .navigation.posts-navigation svg, 
.dark-version .navigation.post-navigation svg,
.dark-version .site-branding-wrapper form.search-form button.search-submit svg,
.dark-version .navigation.pagination svg,
.dark-version .blog-loader svg {
	fill: #fff;
}

.dark-version .site-title a:hover,
.dark-version .site-branding-wrapper ul.login-register li a:hover,
.dark-version #our-services .service-icon a:hover,
.dark-version #our-services .entry-title a:hover,
.dark-version ul.product-nav li a:hover,
.dark-version #trending-products .entry-title a:hover,
.dark-version .post-item-wrapper .entry-meta > span.posted-on a:hover,
.dark-version .post-item-wrapper .entry-title a:hover,
.dark-version #testimonial-section .entry-title a:hover,
.dark-version .navigation.post-navigation a:hover 
.dark-version .navigation.posts-navigation a:hover,
.dark-version ul.product-nav li.active a:hover,
.dark-version.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.dark-version #secondary a:hover,
.dark-version #latest-products .cat-links a:hover,
.dark-version .site-title a:focus,
.dark-version .site-branding-wrapper ul.login-register li a:focus,
.dark-version #our-services .service-icon a:focus,
.dark-version #our-services .entry-title a:focus,
.dark-version ul.product-nav li a:focus,
.dark-version #trending-products .entry-title a:focus,
.dark-version .post-item-wrapper .entry-meta > span.posted-on a:focus,
.dark-version .post-item-wrapper .entry-title a:focus,
.dark-version #testimonial-section .entry-title a:focus,
.dark-version .navigation.post-navigation a:hover,
.dark-version .navigation.posts-navigation a:hover,
.dark-version .navigation.post-navigation a:focus,
.dark-version .navigation.posts-navigation a:focus,
.dark-version ul.product-nav li.active a:focus,
.dark-version.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus,
.dark-version #secondary a:focus,
.dark-version #latest-products .cat-links a:focus {
	color: #fff;
	opacity: 0.8;
}

.dark-version ul.product-nav li a,
.dark-version.woocommerce #respond input#submit, 
.dark-version.woocommerce a.button, 
.dark-version.woocommerce button.button, 
.dark-version.woocommerce input.button, 
.dark-version.woocommerce #respond input#submit.alt, 
.dark-version.woocommerce a.button.alt, 
.dark-version.woocommerce button.button.alt, 
.dark-version.woocommerce input.button.alt, 
.dark-version.woocommerce ul.products li.product a.added_to_cart.wc-forward, 
.dark-version.woocommerce #respond input#submit.disabled, 
.dark-version.woocommerce #respond input#submit:disabled, 
.dark-version.woocommerce #respond input#submit:disabled[disabled], 
.dark-version.woocommerce a.button.disabled, 
.dark-version.woocommerce a.button:disabled, 
.dark-version.woocommerce a.button:disabled[disabled], 
.dark-version.woocommerce button.button.disabled, 
.dark-version.woocommerce button.button:disabled, 
.dark-version.woocommerce button.button:disabled[disabled], 
.dark-version.woocommerce input.button.disabled, 
.dark-version.woocommerce input.button:disabled, 
.dark-version.woocommerce input.button:disabled[disabled],
.dark-version .reply a,
.dark-version.woocommerce table.shop_table,
.dark-version .pagination .page-numbers, 
.dark-version .pagination .page-numbers.dots:hover, 
.dark-version .pagination .page-numbers.dots:focus, 
.dark-version .pagination .page-numbers.prev, 
.dark-version .pagination .page-numbers.next {
	border-color: #222;
}

.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version select {
	border-color: #222;
}

.dark-version .post-item-wrapper .entry-container {
    border-color: rgba(255, 255, 255, 0.10);
}

.dark-version .archive-blog-wrapper .entry-meta {
    border-right-color: rgba(255, 255, 255, 0.10);
}

.dark-version.woocommerce table.shop_table td {
    border-top-color: #222;
}

.dark-version .comment-content:before {
    border-right-color: #222;
}

.dark-version .site-branding-wrapper,
.dark-version #secondary .widget li:not(:last-child) {
    border-bottom-color: rgba(255, 255, 255, 0.10);
}

@media screen and (min-width: 1024px) {
	.dark-version .main-navigation a {
		color: #fff;
	}
	.dark-version .main-navigation ul#primary-menu > li > a > svg {
		fill: #fff;
	}
	.dark-version .main-navigation ul#primary-menu > li:hover > a > svg,
	.dark-version .main-navigation ul#primary-menu > li > a:hover > svg,
	.dark-version .main-navigation ul#primary-menu > li > a:focus > svg {
		fill: #fa311f;
	}
}


/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #000;
}
#colophon a,
#colophon p,
#colophon li,
.site-footer strong {
    color: rgba(255, 255, 255, 0.50);
}
#colophon a:hover,
#colophon a:focus {
    color: #fff;
}
#colophon .widget-title, 
#colophon .widgettitle,
#colophon .widget.widget_block h1,
#colophon .widget.widget_block h2,
#colophon .widget.widget_block h3,
#colophon .widget.widget_block h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-logo.wrapper {
    text-align: center;
    margin-top: 70px;
}
.footer-widgets-area {
    padding: 50px 0;
    position: relative;
}
.footer-widgets-area:after,
.mid-footer:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.10);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    max-width: 1170px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.footer-widgets-area ul.social-icons {
    margin-left: -10px;
}
.footer-widgets-area .social-icons li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.footer-widgets-area .social-icons li a svg {
	fill: #fff;
	opacity: 0.5;
	width: 20px;
    height: 20px;
}
.footer-widgets-area .social-icons li a:hover svg,
.footer-widgets-area .social-icons li a:focus svg {
	opacity: 1;
}
.site-footer span.post-date {
    display: block;
    margin-bottom: 3px;
}
.site-info {
    color: #fff;
    padding: 23px 0;
    position: relative;
}
.site-info span {
	display: block;
	text-align: center;
}
.site-info .social-icons {
	text-align: center;
	line-height: 44px;
}
#colophon .site-info a {
	color: #fff;
	text-decoration: none;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
	color: #fa311f;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area ul li ul {
    padding-top: 10px;
    padding-left: 15px;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}
.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;
}
.footer-widgets-area .hentry:last-child {
	margin-bottom: 0;
}
.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.page-section.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.site-info .social-icons li a svg {
    fill: #fff;
}
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4,
#colophon h5,
#colophon h6 {
    color: #fff;
}
.mid-footer {
	position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 40px 0 50px;
    text-align: center;
}
.mid-footer .entry-title {
    font-weight: 500;
    margin-bottom: 0;
}
.mid-footer p {
    margin-bottom: 15px;
}
.mid-footer .buttons {
	text-align: center;
}
.mid-footer .buttons a {
    display: inline-block;
    padding: 8px 8px 0;
}
/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1 button,
.header-font-1 input[type="button"],
.header-font-1 input[type="reset"],
.header-font-1 input[type="submit"],
.header-font-1 .main-navigation a,
.header-font-1 #secondary a,
.header-font-1 #secondary .food_restro_pro_contact_info li,
.header-font-1 .reply a,
.header-font-1 .btn,
.header-font-1 #trending-products .price,
.header-font-1 #testimonial-section .position,
.header-font-1 .post-item-wrapper .cat-links a,
.header-font-1 .archive-blog-wrapper .posted-on a,
.header-font-1.woocommerce ul.products li.product .onsale,
.header-font-1.woocommerce ul.products li.product .price,
.header-font-1.woocommerce #respond input#submit, 
.header-font-1.woocommerce a.button, 
.header-font-1.woocommerce button.button, 
.header-font-1.woocommerce input.button,
.header-font-1 ul.product-size li {
	font-family: 'Rajdhani', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2 button,
.header-font-2 input[type="button"],
.header-font-2 input[type="reset"],
.header-font-2 input[type="submit"],
.header-font-2 .main-navigation a,
.header-font-2 #secondary a,
.header-font-2 #secondary .food_restro_pro_contact_info li,
.header-font-2 .reply a,
.header-font-2 .btn,
.header-font-2 #trending-products .price,
.header-font-2 #testimonial-section .position,
.header-font-2 .post-item-wrapper .cat-links a,
.header-font-2 .archive-blog-wrapper .posted-on a,
.header-font-2.woocommerce ul.products li.product .onsale,
.header-font-2.woocommerce ul.products li.product .price,
.header-font-2.woocommerce #respond input#submit, 
.header-font-2.woocommerce a.button, 
.header-font-2.woocommerce button.button, 
.header-font-2.woocommerce input.button,
.header-font-2 ul.product-size li {
	font-family: 'Cherry Swash', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3 button,
.header-font-3 input[type="button"],
.header-font-3 input[type="reset"],
.header-font-3 input[type="submit"],
.header-font-3 .main-navigation a,
.header-font-3 #secondary a,
.header-font-3 #secondary .food_restro_pro_contact_info li,
.header-font-3 .reply a,
.header-font-3 .btn,
.header-font-3 #trending-products .price,
.header-font-3 #testimonial-section .position,
.header-font-3 .post-item-wrapper .cat-links a,
.header-font-3 .archive-blog-wrapper .posted-on a,
.header-font-3.woocommerce ul.products li.product .onsale,
.header-font-3.woocommerce ul.products li.product .price,
.header-font-3.woocommerce #respond input#submit, 
.header-font-3.woocommerce a.button, 
.header-font-3.woocommerce button.button, 
.header-font-3.woocommerce input.button,
.header-font-3 ul.product-size li {
	font-family: 'Philosopher', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4 button,
.header-font-4 input[type="button"],
.header-font-4 input[type="reset"],
.header-font-4 input[type="submit"],
.header-font-4 .main-navigation a,
.header-font-4 #secondary a,
.header-font-4 #secondary .food_restro_pro_contact_info li,
.header-font-4 .reply a,
.header-font-4 .btn,
.header-font-4 #trending-products .price,
.header-font-4 #testimonial-section .position,
.header-font-4 .post-item-wrapper .cat-links a,
.header-font-4 .archive-blog-wrapper .posted-on a,
.header-font-4.woocommerce ul.products li.product .onsale,
.header-font-4.woocommerce ul.products li.product .price,
.header-font-4.woocommerce #respond input#submit, 
.header-font-4.woocommerce a.button, 
.header-font-4.woocommerce button.button, 
.header-font-4.woocommerce input.button,
.header-font-4 ul.product-size li {
	font-family: 'Slabo 27px', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5 button,
.header-font-5 input[type="button"],
.header-font-5 input[type="reset"],
.header-font-5 input[type="submit"],
.header-font-5 .main-navigation a,
.header-font-5 #secondary a,
.header-font-5 #secondary .food_restro_pro_contact_info li,
.header-font-5 .reply a,
.header-font-5 .btn,
.header-font-5 #trending-products .price,
.header-font-5 #testimonial-section .position,
.header-font-5 .post-item-wrapper .cat-links a,
.header-font-5 .archive-blog-wrapper .posted-on a,
.header-font-5.woocommerce ul.products li.product .onsale,
.header-font-5.woocommerce ul.products li.product .price,
.header-font-5.woocommerce #respond input#submit, 
.header-font-5.woocommerce a.button, 
.header-font-5.woocommerce button.button, 
.header-font-5.woocommerce input.button,
.header-font-5 ul.product-size li {
	font-family: 'Dosis', sans-serif;
}

.body-font-1,
.body-font-1 .site-title a,
.body-font-1 #our-services .entry-title,
.body-font-1 #latest-products .entry-title {
	font-family: 'News Cycle', sans-serif;
}

.body-font-2,
.body-font-2 .site-title a,
.body-font-2 #our-services .entry-title,
.body-font-2 #latest-products .entry-title {
	font-family: 'Pontano Sans', sans-serif;
}

.body-font-3,
.body-font-3 .site-title a,
.body-font-3 #our-services .entry-title,
.body-font-3 #latest-products .entry-title {
	font-family: 'Gudea', sans-serif;
}

.body-font-4,
.body-font-4 .site-title a,
.body-font-4 #our-services .entry-title,
.body-font-4 #latest-products .entry-title {
	font-family: 'Quattrocento Sans', sans-serif;
}

.body-font-5,
.body-font-5 .site-title a,
.body-font-5 #our-services .entry-title,
.body-font-5 #latest-products .entry-title {
	font-family: 'Khand', sans-serif;
}

.no-sidebar aside#secondary{
	display: none;
}

/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
		margin: 0 -15px;
	}
	.col-2 article,
	.col-3 article,
	.col-4 article,
	.col-5 article,
	.col-6 article,
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product {
		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),
	.woocommerce #recent-products ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #recent-products ul.products li.product: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),
	.woocommerce #recent-products ul.products li.product:nth-last-child(-n+2), 
	.woocommerce-page #recent-products ul.products li.product:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#latest-products .grid article {
		width: 50%;
	}
	#top-bar .col-2 {
	    margin: 0;
	}
	#products-collection .wrapper {
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	#products-collection .cat-links {
	    margin-bottom: 7px;
	    display: block;
	}
	#products-collection article {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#products-collection article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#products-collection article:nth-child(1n) .featured-image {
		padding: 80px 0 0;
	}
	#products-collection article:nth-child(2n) .featured-image {
		padding: 125px 0 0;
	}
	#products-collection article:nth-child(3n) .featured-image {
		padding: 125px 0 0;
	}
	#products-collection article:nth-child(4n) .featured-image {
		padding: 80px 0 0;
	}
	#products-collection .entry-container {
	    padding: 30px;
	}
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product {
		margin-right: 0;
	}
	.post-item-wrapper .entry-container {
		text-align: left;
	}
	#comments ol.children {
	    padding-left: 110px;
		padding-top: 40px;
	}
	.single-post #comments ol.children #respond {
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.right-sidebar #secondary, 
	.left-sidebar #secondary {
		margin-top: 50px;
	}
	#secondary .widget_social_icons li a svg {
		width: 30px;
		height: 30px;
	}
	.comment-metadata {
	    margin-top: -27px;
	}
	.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;
	}
}
@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-3 article,
	.col-5 article,
	.col-6 article {
		width: 33.33%;
	}
	.col-3 article:nth-child(2n+1),
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: none;
	}
	.col-3 article:nth-child(3n+1),
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1),
	#trending-products .product-wrapper:nth-child(2n+1) {
		clear: left;
	}
	.col-3 article:nth-last-child(-n+3),
	.col-5 article:nth-last-child(-n+3),
	.col-6 article:nth-last-child(-n+3),
	#trending-products .product-wrapper:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#trending-products .product-wrapper {
		width: 50%;
		float: left;
	}
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	#page-site-header {
	    padding: 250px 0;
	}
	#featured-slider article {
		padding: 100px 0;
	}
	.featured-content-wrapper .entry-header span {
	    font-size: 24px;
	}
	.featured-content-wrapper .entry-title {
		font-size: 42px;
	}
	#latest-products .featured-image {
		padding: 80px 0;
	}
	#products-collection article:nth-child(1n) .featured-image {
		padding: 147px 0 0;
	}
	#products-collection article:nth-child(2n) .featured-image {
		padding: 327px 0 0;
	}
	#products-collection article:nth-child(3n) .featured-image {
		padding: 327px 0 0;
	}
	#products-collection article:nth-child(4n) .featured-image {
		padding: 147px 0 0;
	}
	#products-collection .entry-container {
	    padding: 65px;
	}
	#featured-products .featured-image {
	    padding: 150px 0;
	}
	#featured-products .entry-container {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    width: 100%;
	    padding: 25px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	#featured-products .entry-title {
	    font-size: 32px;
	    margin-bottom: 7px;
	}
	#featured-products .cat-links {
	    margin-bottom: 2px;
	    display: block;
	}
	#featured-products .entry-content {
	    margin-bottom: 21px;
	}
	#testimonial-section .col-2 .hentry {
		margin-bottom: 0;
	}
	.single-wrapper #reply-title {
	    font-size: 42px;
	}
	.single-wrapper .comments-title {
	    font-size: 42px;
	}
	.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;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child) {
		padding-right: 40px;
	}
	.site-info.col-2 .wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.site-info.col-2 span {
		float: left;
		width: 50%;
		text-align: left;
	}
	.site-info.col-2 span:nth-child(2) {
		float: right;
		text-align: right;
	}
	.site-info.col-2 .social-icons {
		text-align: right;
		float: right;
		width: 50%;
	}
	.mid-footer .entry-title {
	    font-size: 32px;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-4 article,
    .woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product {
		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),
	.woocommerce #recent-products ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #recent-products ul.products li.product:nth-child(2n+1) {
		clear: none;
	}
	.col-4 article:nth-child(4n+1),
	.col-5 article:nth-child(5n+1),
	.col-6 article:nth-child(6n+1),
	.woocommerce #recent-products ul.products li.product:nth-child(4n+1), 
	.woocommerce-page #recent-products ul.products li.product:nth-child(4n+1) {
		clear: left;
	}
	.col-4 article:nth-last-child(-n+4),
	.col-5 article:nth-last-child(-n+5),
	.col-6 article:nth-last-child(-n+6),
	.woocommerce #recent-products ul.products li.product:nth-last-child(-n+4), 
	.woocommerce-page #recent-products ul.products li.product:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	#top-bar span {
	    font-size: 20px;
	}
	.site-branding-wrapper {
		padding: 40px 0;
	}
	.site-branding-wrapper .social-menu + .site-branding, 
	.site-branding-wrapper .site-branding + .login-register,
	.site-branding-wrapper .social-menu + .login-register {
	    margin-top: 0;
	}
	.site-branding-wrapper.col-3 .wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.site-branding-wrapper.col-3 .social-menu, 
	.site-branding-wrapper.col-3 .site-branding, 
	.site-branding-wrapper.col-3 .login-register {
	    width: 33.33%;
	    float: left;
	}
	.site-branding-wrapper.col-3 .social-menu {
	    text-align: left;
	}
	.site-branding-wrapper.col-3 .site-branding {
		text-align: center;
	}
	.site-branding-wrapper.col-3 .login-register {
	    text-align: right;
	}
	.site-branding-wrapper .search-menu svg.icon-close,
	.site-branding-wrapper .search-menu .search-active .icon-search {
	    display: none;
	}
	.site-branding-wrapper .social-menu {
	    position: relative;
	}
	.site-branding-wrapper #search {
	    position: absolute;
	    z-index: 30;
	    top: 37px;
	    display: none;
	    width: 100%;
	    left: 0;
	    max-width: 300px;
	}
	.site-branding-wrapper .search-menu .search-active .icon-close {
		display: inline-block;
	}
	#trending-products .product-wrapper {
		width: 33.33%;
	}
	#trending-products .product-wrapper:nth-child(2n+1) {
		clear: none;
	}
	#trending-products .product-wrapper:nth-child(3n+1) {
		clear: left;
	}
	#trending-products .product-wrapper:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	#page-site-header .page-title {
	    font-size: 42px;
	}
	.featured-content-wrapper .entry-title {
		font-size: 52px;
	}
	.featured-content-wrapper .entry-content {
		font-size: 22px;
		line-height: 1.3;
	}
	#products-collection .entry-title {
	    font-size: 42px;
	    max-width: 300px;
	}
	#about-us .entry-title,
	#our-features .entry-title {
	    font-size: 32px;
	}
	#our-features article.has-post-thumbnail .entry-container {
	    padding: 75px;
	}
	#testimonial-section .testimonial-item-wrapper {
	    max-width: 575px;
	    width: 100%;
	}
	#testimonial-section .slick-prev:before, 
	#testimonial-section .slick-next:before {
		width: 60px;
		height: 60px;
	}
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 30px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 30px;
	}
	.footer-widgets-area.col-4 .hentry:last-child,
	.footer-widgets-area.col-5 .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) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
	.footer-widgets-area.col-5 .hentry:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
	#top-bar .contact-info li:not(:last-child) {
	    margin-right: 50px;
	}
	#top-bar svg.dropdown-icon {
	    display: none !important;
	}
	#top-bar .wrapper {
	    display: block !important;
		height: auto !important;
	}
	#site-navigation {
        text-align: center;
	}
	.main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	}
	.main-navigation ul.nav-menu > li:not(:last-child) {
		margin-right: 25px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
		right: auto;
		display: block;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul.sub-menu li a {
	    color: #010101;
        padding: 10px 20px;
	}
	.main-navigation ul.sub-menu > li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}
	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}
	.main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li:focus > a {
		color: #fff;
	}
	.main-navigation .sub-menu svg {
		fill: #010101;
		right: 0;
	    margin-top: 5px;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	#masthead .main-navigation ul ul li.menu-item-has-children > a {
	    padding-right: 35px;
	}
	#masthead .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 17px;
	    right: 15px;
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}
	.main-navigation ul#primary-menu ul li.current-menu-item > a,
	.main-navigation ul#primary-menu ul li:hover > a,
	.main-navigation ul#primary-menu ul li:focus > a,
	.main-navigation ul#primary-menu ul .focus > a {
	    color: #fa311f;
	}
	.main-navigation ul ul {
		background-color: #fff;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	}
	.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
	.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
		fill: #fa311f;
	}
	button.dropdown-toggle {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-navigation form.search-form {
	    border: 10px solid #333;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #010101;
	}
	.search-menu-active #masthead #search {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.95);
	    max-width: 100%;
	}
	.search-menu-active #masthead form.search-form {
		position: absolute;
	    top: 50%;
	    left: 0;
	    width: 80%;
	    margin: 0 auto;
	    right: 0;
	    max-width: 700px;
	    transform: translateY(-50%);
	}
	.search-menu-active #masthead input[type="search"] {
	    background-color: transparent;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	}
	.menu-sticky #site-navigation {
		position: sticky;
		top: 0;
	}
	.customize-support.menu-sticky #site-navigation {
	    top: 32px;
	}
	#featured-slider article {
	    padding: 250px 0;
	}
	.featured-content-wrapper {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 50%;
	    margin: 0;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}
	#latest-products .grid article:nth-child(1n) .featured-image {
	    padding: 310px 0;
	}
	#latest-products .grid article:nth-child(2n) .featured-image,
	#latest-products .grid article:nth-child(3n) .featured-image,
	#latest-products .grid article:nth-child(4n) .featured-image {
	    padding: 150px 0;
	}
	#latest-products .grid article:nth-child(1n),
	#latest-products .grid article:nth-child(2n) {
		width: 50%;
	}
	#latest-products .grid article:nth-child(3n),
	#latest-products .grid article:nth-child(4n) {
		width: 25%;
	}
	#latest-products .entry-container {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	#latest-products span.cat-links {
		display: none;
	}
	#latest-products .featured-image:hover span.cat-links {
		display: block;
	}
	#subscribe-section .wrapper {
	    position: relative;
	}
	#subscribe-section .widget-title,
	#subscribe-section #subscribe-text, 
	#subscribe-section #subscribe-email, 
	#subscribe-section #subscribe-submit {
	    text-align: left;
	}
	#subscribe-section .widget-title, 
	#subscribe-section #subscribe-text {
		padding-right: 40px;
	}
	#subscribe-section .widget-title,
	#subscribe-section #subscribe-text,
	#subscribe-section #subscribe-email {
	    width: 50%;
	}
	#subscribe-section #subscribe-text {
		margin-bottom: 0;
	}
	#subscribe-section input[type="email"] {
		max-width: 100%;
		padding-right: 185px;
	}
	#subscribe-section #subscribe-email, 
	#subscribe-section #subscribe-submit {
	    position: absolute;
	    top: 15px;
	    right: 15px;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 70%;
    	float: left;
    	padding-right: 40px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 30%;
    	float: right;
    	margin-top: 0;
    }
    .secondary-inactive #primary {
	    width: 100%;
	    float: none;
	    padding:0;
	}
    .left-sidebar #primary { 
    	float: right;
    	padding-right: 0;
    	padding-left: 40px;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .boxed-layout #page {
	    max-width: 1250px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.frame-layout {
	    max-width: 100%;
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
	    margin: 50px auto;
	}
}
@media screen and (min-width: 1200px) {
	#our-partners .section-header {
	    margin-bottom: 60px;
	}
	#featured-products .featured-image {
	    padding: 250px 0;
	}
	#featured-products .entry-title {
		font-size: 42px;
	}
	.footer-widgets-area.col-5 .hentry:last-child {
	    width: 33%;
    	padding-right: 0;
	}
	.footer-widgets-area.col-5 .hentry {
	    width: 16.75%;
	}
}
@media screen and (min-width: 1900px) {
	.wrapper {
		max-width: 1440px;
	}
	.footer-widgets-area:after,
	.mid-footer:after {
		max-width: 1410px;
	}
	#trending-products:after {
		max-width: 1410px;
	}
	#page-site-header {
	    padding: 300px 0;
	}
	#featured-slider article {
		padding: 360px 0;
	}
	#our-services .col-3 {
	    margin: 0 -30px;
	}
	#our-services .col-3 article {
	    padding: 0 30px;
	}
	#products-collection .entry-container {
	    padding: 100px;
	}
	#trending-products .entry-container {
	    padding-left: 150px;
	}
	.post-item-wrapper .entry-title {
		font-size: 22px;
	}
	.frame-layout {
	    padding-left: 70px;
	    padding-right: 70px;
	    margin: 70px auto;
	}
	#inner-content-wrapper {
	    padding: 100px 0;
	}
	#respond {
	    margin-top: 55px;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child),
	.footer-widgets-area.col-2 .hentry:nth-child(odd) {
		padding-right: 100px;
	}
	.boxed-layout #page {
	    max-width: 1500px;
	}
}
@media screen and (max-width: 1023px) {
	.site-logo img {
	    max-height: 60px;
	}
	.site-title {
		font-size: 26px;
	}
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation ul.nav-menu > li {
		padding: 0;
	}
	.main-navigation ul.nav-menu > li > a {
		padding: 15px;
	}
	.main-navigation ul.sub-menu li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	.main-navigation ul#primary-menu li.current-menu-item > a,
	.main-navigation ul#primary-menu li:hover > a, 
	.main-navigation ul#primary-menu li:focus > a {
		color: #fa311f;
	}
	.main-navigation ul.nav-menu > li > a {
		color: #010101;
	}
	.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;
	    margin-top: 25px;
	}
	.main-navigation {
		position: static;
	}
	.main-navigation a {
		color: #010101;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #010101;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	#masthead.site-header .main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
        border-top: 1px solid #eee;
	}
	#site-navigation ul ul {
		background-color: transparent;
	}
	.page-section {
	    padding: 60px 0;
	}
}

@media screen and (max-width: 992px) {
	.page-section {
	    padding: 60px 0;
	}
	.site-logo, 
	#site-identity {
	    display: block;
	}
	.site-logo + #site-identity {
	    margin-left: 0;
	    margin-top: 15px;
	}
	.site-branding-wrapper .search-menu a {
	    display: none;
	}
	.site-branding-wrapper #search {
	    display: block !important;
	}
	.site-branding-wrapper li.search-menu {
	    display: block;
	    max-width: 400px;
	    margin: 20px auto;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	.single-post-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	.comment-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
	}
	.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;
	}
	.pagination .page-numbers,
	.pagination .page-numbers.dots:hover,
	.pagination .page-numbers.dots:focus,
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		margin-bottom: 7px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 16px;
	}
	#respond {
		margin-top: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	nav.navigation.pagination {
		margin-top: 15px;
	}
	#secondary {
		margin-top: 30px;
	}
	.single-post-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.tags-links {
	    margin-bottom: 25px;
	}
	.navigation.post-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next svg {
		top: 10px;
	}
	#colophon {
	    text-align: center;
	}
}
@media screen and (max-width: 567px) {
	.site-title {
	    font-size: 22px;
	}
	#featured-slider .slick-prev,
	#featured-slider .slick-next {
		opacity: 0;
		visibility: hidden;
	}
	ul.product-nav li {
	    float: none;
	    margin-bottom: 10px;
	}
	ul.product-nav li a {
	    border: 2px solid #E5E5E5;
	}
	.woocommerce #popular-products ul.products li.product, 
	.woocommerce-page #popular-products ul.products li.product,
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product {
		text-align: center;
	}
	.archive-blog-wrapper .entry-meta {
	    border-bottom: 1px solid #e5e5e5;
	    border-right: none;
	    padding-bottom: 10px;
	    padding-right: 0;
	    margin-bottom: 10px;
	}
	.archive-blog-wrapper .posted-on a {
		text-align: center;
		display: block;
	}
	.archive-blog-wrapper .entry-meta, 
	.archive-blog-wrapper .entry-header {
	    display: block;
	}
	.archive-blog-wrapper .entry-header {
	    padding-left: 0;
	    text-align: center;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before, 
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	.site-main .comment-navigation, 
	.site-main .post-navigation {
		margin-top: 25px;
	}
	.site-main .posts-navigation {
		margin-top: 0;
	}
	.single-wrapper .comments-title {
	    margin-bottom: 0;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 25px;
	}
	.comment-metadata {
	    float: none;
	    padding-right: 0;
	}
	.comment-content {
	    padding: 25px;
	    margin-left: 20px;
        margin-top: 30px;
	}
	.comment-meta .fn {
		padding-left: 0;
	}
	.comment-meta img {
		margin-top: 0;
	}
	#comments ol.children .comment-metadata {
	    padding-right: 90px;
	}
	#comments ol.children .comment-content {
		margin-right: 0;
	}
	.comment-content:before {
	    display: none;
	}
	#comments ol.children .comment-content:before {
	    border-right-color: transparent;
    	border-bottom-color: #f5f5f3;
	}
	blockquote.alignright {
		margin-left: 0;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
	.footer-widgets-area {
	    text-align: center;
	}
	.footer-widgets-area .widget_text img {
	    margin-left: auto;
	    margin-right: auto;
	}
	#colophon .widget-title, 
	#colophon .widgettitle {
	    display: inline-block;
	}
}
