/*
Theme Name: Tastypress
Theme URI: https://themepalace.com/downloads/tastypress/
Author: Theme Palace
Author URI: https://themepalace.com
Description: Tastypress is a neat and user-friendly WordPress theme designed for any kind of food-related business, small or big. It is suitable for restaurant owners, cafes, bars, stores, eateries, and any food-related center with delivery services. For starters, the theme is easy to install and configure. The theme is 100% WooCommerce ready, meaning you can easily set up a fully functional online store. It contains the needed elements for adding a shopping cart feature, payment modules, effective sales, delivery, and a takeaway service. Everything from checkout to multiple payment getaways guarantees a unique eCommerce experience for customers. Tastypress is so designed that it is mobile-ready, browser compatible, in tune with retina screens, high-speed loading, and optimized for search engines. 
Version: 1.0.6
Requires PHP: 5.6
Tested up to: 6.7
Requires at least: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tastypress
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-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.

Tastypress 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
	## About Us Section
	## Services Section

# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #7b7b7b;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-loader {
    text-align: center;
    margin-top: 50px;
}
.blog-loader svg {
    width: 30px;
    height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
    margin-left: 15px;
    animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
	100%{transform: rotate(180deg);}
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #0bb3e4;}
    25% {height:30px;transform:translateY(15px);background: #0bb3e4;}
    50% {height:5px;transform:translateY(0px);background: #0bb3e4;}
    100% {height:5px;transform:translateY(0px);background: #0bb3e4;}
}

.backtotop {
    background-color: #7b7b7b;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
	background-color: #000;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #7b7b7b;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #7b7b7b;}
	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: 'Mulish', sans-serif;
	font-weight: 400;
}

#page {
    position: relative;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/uploads/pattern.png');
}

#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;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	margin: 16px 0;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
}

h1 {
	margin: 0 0 16px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
	padding: 5px;
    font-weight: 400;
}

th {
	color: #000;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7b7b7b;
	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;
    background-size: cover;
    background-repeat: no-repeat;
}
body.home.dark-version {
    background-image: none;
}
blockquote {
    padding: 0 60px 0 40px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0 0 21px;
}
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%;
}

table#wp-calendar {
    display: table;
    width: 100%;
    overflow: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	outline: thin dotted #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 20px;
	background-color: #eee;
}

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: #000;
	outline: thin dotted;
}

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: 0;
}
#commentform p.form-submit {
	margin: 21px 0 0;
}
#comments {
    margin: 60px 0 0;
}
#respond {
    margin-top: 50px;
}
#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: #000;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #7b7b7b;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    z-index: 3000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-branding {
    float: left;
    padding: 26px 0;
    display: flex;
    align-items: center;
    min-height: 100px;
    -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 {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Philosopher', sans-serif;
}
.site-title a {
    color: #000;
    text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
    color: #7b7b7b;
}
.site-description {
    margin: 0;
    color: #666;
}
.site-logo {
    margin-right: 20px;
}
.site-logo img {
    max-height: 75px;
    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;
}
.main-navigation {
	display: block;
    position: relative;
    float: right;
}
.main-navigation ul.nav-menu li.current-menu-item > a,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li:focus > a {
    color: #000;
}
.main-navigation ul.nav-menu li:hover > svg,
.main-navigation ul.nav-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
    fill: #7b7b7b;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #000;
    border-bottom: 1px solid #eee;
    border-left: 1px solid rgba(238, 238, 238, 0.5);
}
.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: 10px 0;
    color: #000;
}
.user-logged-in > a > img {
    width: 40px;
    object-fit: cover;
    height: 40px;
    border-radius: 40px;
}
.main-navigation ul.nav-menu > li {
	padding: 0 15px;
}
.main-navigation form.search-form input {
    background-color: #000;
    border-color: #000;
    color: #000;
    font-weight: 400;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
	fill: #7b7b7b;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus {
    color: #7b7b7b;
}
#masthead .main-navigation .search ul li a:hover svg,
#masthead .main-navigation .search ul li a:focus svg {
	fill:#7b7b7b;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation .search ul li:last-child {
    padding: 0px;
}
.main-navigation ul.nav-menu > li.search {
    padding-right: 0;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #000;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.main-navigation svg.icon-close {
    display: none;
}
#masthead .main-navigation .search ul li a svg {
    transform: none;
}
.main-navigation .search ul li {
    padding: 0 20px 0 0px;
    vertical-align: middle;
    display: inline-block;
}
.main-navigation .search ul li a {
    width: auto;
}
.main-navigation .count span {
    background-color: #000;
    position: absolute;
    top: 0px;
    right: -7px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}
#masthead .custom-button {
    padding: 11px 31px;
    display: inline-block;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
	font-family: 'Barlow', 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;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 20px;
}
#masthead .custom-button:hover,
#masthead .custom-button:focus {
	background-color: #7b7b7b;
    border-color: #7b7b7b;
    color: #fff;
}
#masthead .custom-button svg {
    fill: #fff;
    margin-right: 9px;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: #000;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-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;
    margin: auto;
    display: block;
    height: 100px;
    position: relative;
    background-color: transparent;
    min-width: 64px;
    border: none;
    min-width: 112px;
}
.menu-label {
    float: right;
    color: #000;
    padding: 7px 0 0 10px;
}
.menu-open .menu-label {
    padding-top: 2px;
        color: #fff;
}
.menu-open .menu-toggle {
    padding-top: 10px;
}
svg.icon-menu {
    fill: #000;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
}
.menu-open svg.icon-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    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;
}
.main-navigation .search ul {
    position: relative;
    float: none;
    left: 0;
    background-color: transparent;
    display: inline-block;
}
.main-navigation .social-menu ul li {
	padding: 0;
	margin-right: 5px;
}
.main-navigation .social-menu ul li a {
	width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: rgb(0 0 0 / 0.10);
}
#masthead .main-navigation .social-menu ul li a svg {
	transform: none;
	fill: #000;
}
#masthead .main-navigation .social-menu ul li a:hover svg,
#masthead .main-navigation .social-menu ul li a:focus svg {
	fill: #fff;
}
.main-navigation .social-menu ul li a:hover,
.main-navigation .social-menu ul li a:focus {
	opacity: 1;
}
.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: #7b7b7b;
    text-decoration: none;
}
.navigation.pagination a {
    text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #000;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    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: 7px;
    color: #000;
    background-color: #eee;
    border: 1px solid #eee;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    border-color: #7b7b7b;
    background-color: #7b7b7b;
}
.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);
}
.navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation .nav-next svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #eee;
}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 30px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 18px;
	color: #000;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	color: #7b7b7b;
}
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg {
	fill: #7b7b7b;
}
/*--------------------------------------------------------------
# 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 {
	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 {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}

#colophon .widget {
	margin: 0 0 40px;
}

#colophon .widget.widget_text {
	margin-bottom: 20px;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

#secondary .widget {
    margin-bottom: 40px;
}

#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 select:focus {
    outline: thin dotted;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 1;
}
.widget_search form.search-form button.search-submit svg {
	fill: #b9b9b9;
	width: 16px;
    height: 16px;
}
.widget_search form.search-form button.search-submit:hover svg,
.widget_search form.search-form button.search-submit:focus svg {
	fill: #7b7b7b;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search 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;
}

#secondary .widget-header {
    margin-bottom: 23px;
}

#secondary .widget-subtitle {
    color: #1C1B1A;
    text-transform: uppercase;
    margin: 0;
}

#secondary .widget-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    word-wrap: break-word;
    position: relative;
}

.widget li:not(:last-child) {
    margin-bottom: 20px;
}

.right-sidebar #secondary, 
.left-sidebar #secondary {
	margin-top: 50px;
}
#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input {
	background-color: #fff;
}
#secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
input[type="submit"] {
    padding: 9px 35px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #7b7b7b;
    border: 2px solid #7b7b7b;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    font-family: 'Philosopher', 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;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #000;
    border-color: #000;
    color: #fff;
}
#secondary .cat-links a,
#secondary a:hover,
#secondary a:focus {
	color: #7b7b7b;
}
#secondary ul li a {
	color: #000;
	text-decoration: none;
}
#secondary .widget li:not(:last-child) {
    margin-bottom: 7px;
}
/*--------------------------------------------------------------
# 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 small {
    font-size: 12px;
    color: #7b7b7b;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.no-sidebar-content #inner-content-wrapper {
    margin: 0 auto;
}
.navigation.pagination svg {
    fill: #000;
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    left: -1px;
    -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;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
	fill: #fff;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 14px;
    height: 14px;
    fill: #000;
}
.navigation.posts-navigation .nav-previous svg.icon-up, 
.navigation.post-navigation .nav-previous svg.icon-up {
	margin-right: 10px;
}
.navigation.posts-navigation .nav-next svg.icon-up, 
.navigation.post-navigation .nav-next svg.icon-up {
	margin-left: 10px;
}
.single-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.single-wrapper article p {
    margin-top: 0;
    margin-bottom: 28px;
}
.single-wrapper article blockquote p {
    margin-bottom: 0;
}
.single-wrapper article img {
    margin-bottom: 30px;
}
.single-wrapper article .author-image img {
    margin-bottom: 0;
    border-radius: 50%;
}
.single-wrapper article p.first-letter:first-letter {
    display: inline-block;
    float: left;
    font-size: 90px;
    line-height: 0.6;
    margin: 16px 16px 0 0;
}
.posted-on a,
#secondary .posted-on a {
    text-decoration: none;
    color: #666;
}
.posted-on a:hover,
.posted-on a:focus,
#secondary .posted-on a:hover,
#secondary .posted-on a:focus {
	color: #7b7b7b;
}
.single-wrapper span.posted-on svg,
.single-wrapper span.cat-links svg {
    fill: #7b7b7b;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.single-wrapper span.cat-links svg {
	top: -2px;
}
.single-wrapper span.posted-on a:hover svg,
.single-wrapper span.posted-on a:focus svg,
.single-wrapper span.cat-links:hover svg {
    fill: #000;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
	content: "";
	padding: 0 5px;
}
.tags-title {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.tags-links {
    display: inline-block;
}
.tags-links a {
    color: #865FC1;
    background-color: #E7DFF4;
    display: inline-block;
    padding: 11px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 7px;
    margin-bottom: 10px;
}
.tags-links a:nth-child(1n) {
	color: #865FC1;
    background-color: #E7DFF4;
}
.tags-links a:nth-child(1n):hover,
.tags-links a:nth-child(1n):focus {
	color: #E7DFF4;
    background-color: #865FC1;
}
.tags-links a:nth-child(2n) {
	color: #EB4986;
    background-color: #FBDBE8;
}
.tags-links a:nth-child(2n):hover,
.tags-links a:nth-child(2n):focus {
	color: #FBDBE8;
    background-color: #EB4986;
}
.tags-links a:nth-child(3n) {
	color: #FF9933;
    background-color: #FEE7D7;
}
.tags-links a:nth-child(3n):hover,
.tags-links a:nth-child(3n):focus {
	color: #FEE7D7;
    background-color: #FF9933;
}
.single-wrapper span.tags-links a {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 5px;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #72757a;
    font-weight: 400;
}
.single-wrapper span.tags-links a:hover,
.single-wrapper span.tags-links a:focus {
	color: #7b7b7b;
	border-color: #7b7b7b;
}
.single-wrapper .entry-meta {
    margin-bottom: 25px;
}
.single-wrapper .entry-meta .date {
    font-size: 49px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-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-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: #7b7b7b;
    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;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 32px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 40px;
}
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 20px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #7b7b7b;
    border: 2px solid #7b7b7b;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    font-family: 'Philosopher', 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;
}
.reply a:hover,
.reply a:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    text-decoration: none;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-metadata a {
    text-decoration: none;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #eee;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #eee;
    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;
    font-weight: 400;
}
/*--------------------------------------------------------------
# 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;
}
.section-header {
    margin-bottom: 30px;
}
.section-subtitle {
    color: #666;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    font-size: 22px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}
.section-title {
    font-size: 52px;
    font-weight: 800;
    margin: 0;
    word-wrap: break-word;
    position: relative;
}
.section-title a {
	text-decoration: none;
    color: #000;
}
.section-title a:hover,
.section-title a:focus {
	color: #7b7b7b;
}
.entry-title {
    font-size: 28px;
    margin: 0 0 15px;
}
.entry-title a {
	color: #000;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #7b7b7b;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    padding: 16px 32px;
    display: inline-block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
	background-color: #7b7b7b;
	border-color: #7b7b7b;
	color: #fff;
}
.read-more svg {
    fill: #fff;
    margin-left: 40px;
    width: 22px;
    height: 22px;
}
.same-background + .same-background {
    padding-top: 0;
}
.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%;
    float: left;
    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;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
	display: inline-block;
    width: auto;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    border-radius: 40px;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a svg {
    fill: #000000;
}
/*--------------------------------------------------------------
## 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: #000 !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: #000 !important;
}

#contact-us .social-icons li a,
#secondary .widget_social_icons li a {
 	background-color: transparent !important;
    margin-right: 20px;
}
#contact-us .social-icons li:last-child a,
#secondary .widget_social_icons li:last-child a {
	margin-right: 0;
}
#contact-us .social-icons li a svg,
#secondary .widget_social_icons li a svg {
 	fill: #3c5798;
 	width: 22px;
    height: 22px;
}
#contact-us .social-icons li a[href*="facebook.com"] svg,
#contact-us .social-icons li a[href*="fb.com"] svg,
#secondary .widget_social_icons li a[href*="facebook.com"] svg,
#secondary .widget_social_icons li a[href*="fb.com"] svg {
 	fill: #3c5798;
}
#contact-us .social-icons li a[href*="twitter.com"] svg,
#secondary .widget_social_icons li a[href*="twitter.com"] svg {
 	fill: #1ea0f1;
}
#contact-us .social-icons li a[href*="linkedin.com"] svg,
#secondary .widget_social_icons li a[href*="linkedin.com"] svg {
 	fill: #0077B5;
}
#contact-us .social-icons li a[href*="plus.google.com"] svg,
#secondary .widget_social_icons li a[href*="plus.google.com"] svg {
 	fill: #ec7161;
}
#contact-us .social-icons li a[href*="slack.com"] svg,
#secondary .widget_social_icons li a[href*="slack.com"] svg {
	background-color: #E60264;
}
#contact-us .social-icons li a[href*="youtube.com"] svg,
#secondary .widget_social_icons li a[href*="youtube.com"] svg {
 	fill: #cc181e;
}

#contact-us .social-icons li a[href*="dribbble.com"] svg,
#secondary .widget_social_icons li a[href*="dribbble.com"] svg {
 	fill: #f4a09c;
}

#contact-us .social-icons li a[href*="pinterest.com"] svg,
#secondary .widget_social_icons li a[href*="pinterest.com"] svg {
 	fill: #bd081b;
}

#contact-us .social-icons li a[href*="bitbucket.org"] svg,
#secondary .widget_social_icons li a[href*="bitbucket.org"] svg {
 	fill: #205081;
}

#contact-us .social-icons li a[href*="github.com"] svg,
#secondary .widget_social_icons li a[href*="github.com"] svg {
 	fill: #323131;
}

#contact-us .social-icons li a[href*="codepen.io"] svg,
#secondary .widget_social_icons li a[href*="codepen.io"] svg {
 	fill: #000;
}

#contact-us .social-icons li a[href*="flickr.com"] svg,
#secondary .widget_social_icons li a[href*="flickr.com"] svg {
 	fill: #025FDF;
}

#contact-us .social-icons li a[href$="/feed/"] svg,
#secondary .widget_social_icons li a[href$="/feed/"] svg {
 	fill: #089DE3;
}

#contact-us .social-icons li a[href*="foursquare.com"] svg,
#secondary .widget_social_icons li a[href*="foursquare.com"] svg {
 	fill: #F94877;
}

#contact-us .social-icons li a[href*="instagram.com"] svg,
#secondary .widget_social_icons li a[href*="instagram.com"] svg {
 	fill: #cd42e7;
}

#contact-us .social-icons li a[href*="tumblr.com"] svg,
#secondary .widget_social_icons li a[href*="tumblr.com"] svg {
 	fill: #56BC8A;
}

#contact-us .social-icons li a[href*="reddit.com"] svg,
#secondary .widget_social_icons li a[href*="reddit.com"] svg {
 	fill: #FF4500;
}

#contact-us .social-icons li a[href*="vimeo.com"] svg,
#secondary .widget_social_icons li a[href*="vimeo.com"] svg {
 	fill: #00ADEF;
}

#contact-us .social-icons li a[href*="digg.com"] svg,
#secondary .widget_social_icons li a[href*="digg.com"] svg {
 	fill: #00ADEF;
}

#contact-us .social-icons li a[href*="twitch.tv"] svg,
#secondary .widget_social_icons li a[href*="twitch.tv"] svg {
 	fill: #0E9DD9;
}

#contact-us .social-icons li a[href*="stumbleupon.com"] svg,
#secondary .widget_social_icons li a[href*="stumbleupon.com"] svg {
 	fill: #EB4924;
}

#contact-us .social-icons li a[href*="delicious.com"] svg,
#secondary .widget_social_icons li a[href*="delicious.com"] svg {
 	fill: #0076E8;
}

#contact-us .social-icons li a[href*="mailto:"] svg,
#secondary .widget_social_icons li a[href*="mailto:"] svg {
 	fill: #4169E1;
}
#contact-us .social-icons li a[href*="soundcloud.com"] svg,
#secondary .widget_social_icons li a[href*="soundcloud.com"] svg {
 	fill: #FF5500;
}
#contact-us .social-icons li a[href*="wordpress.org"] svg,
#secondary .widget_social_icons li a[href*="wordpress.org"] svg {
 	fill: #0073AA;
}
#contact-us .social-icons li a[href*="wordpress.com"] svg,
#secondary .widget_social_icons li a[href*="wordpress.com"] svg {
}

#contact-us .social-icons li a[href*="jsfiddle.net"] svg,
#secondary .widget_social_icons li a[href*="jsfiddle.net"] svg {
 	fill: #396AB1;
}

#contact-us .social-icons li a[href*="tripadvisor.com"] svg,
#secondary .widget_social_icons li a[href*="tripadvisor.com"] svg {
 	fill: #FFE090;
}

#contact-us .social-icons li a[href*="angel.co"] svg,
#secondary .widget_social_icons li a[href*="angel.co"] svg {
 	fill: #000;
}
/*--------------------------------------------------------------
#  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: relative;
}
#page-site-header .page-title {
	font-size: 52px;
	color: #fff;
    margin: 0;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
.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;
    text-decoration: none;
}
.trail-items li a:hover,
.trail-items li a:focus {
    opacity: 1;
    text-decoration: underline;
}

/*--------------------------------------------------------------
#  Slick Pagination
--------------------------------------------------------------*/
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/uploads/down-arrow.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:before {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slick-next: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: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	opacity: 1;
	background-color: #fff;
	outline: thin dotted #fff;
}
.slick-prev {
	left: 50px;
}
.slick-next {
	right: 50px;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
	filter: none;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 1px solid #000;
}
.slick-dots li.slick-active button {
	background-color: #000;
}
.slick-dots li button:focus {
	outline: thin dotted #000;
}
.slick-dots li button:before {
	display: none;
}

/*--------------------------------------------------------------
#  Hero Section
--------------------------------------------------------------*/
#hero-section .featured-image {
    margin-bottom: 40px;
}
#hero-section .entry-title {
	font-size: 42px;
    font-weight: 800;
    line-height: 1;
}
#hero-section .entry-content {
    font-size: 28px;
    margin: 30px 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
}
.customer {
    margin-top: 40px;
}
.customer-image {
    float: left;
    margin-right: 55px;
}
#hero-section .customer-image img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border: 6px solid #fff;
    margin-right: -30px;
    object-fit: cover;
}
.customer-details {
    display: table;
    padding-top: 15px;
}
.admin-name {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 3px;
}
.admin-name a {
    color: #000;
    text-decoration: none;
}
.admin-name a:hover,
.admin-name a:focus {
    color: #7B7B7C;
}
.review {
    color: #000;
}
.review span {
    color: #7B7B7C;
}

/*-------------------------------------------------------------------------
#  Our Services
--------------------------------------------------------------------------*/
#our-services,
#our-services .section-header {
    text-align: center;
}
#our-services article:hover .entry-container {
    background-color: rgb(255 255 255 / 50%);
}
#our-services .entry-container {
    padding: 70px 30px 40px;
    margin-top: -48px;
    border-radius: 30px;
}

/*-------------------------------------------------------------------------
#  Our Menu
--------------------------------------------------------------------------*/
div#our-menu .section-header {
    margin-bottom: 50px;
}
.product-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.product-nav li.active:after {
    content: "";
    position: absolute;
    right: -4px;
    width: 4px;
    height: 60px;
    background-color: #000;
    top: 0;
}
ul.product-nav li {
    margin-bottom: 20px;
}
.product-nav li a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    display: block;
    color: #000;
    padding: 10px;
}
ul.product-nav li.active a {
    background-color: #000;
    border-radius: 50px;
    color: #fff;
}
ul.product-nav li img {
    object-fit: cover;
    margin-right: 25px;
}
ul.product-nav li.active a img {
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
}
.woocommerce #our-menu ul.products, 
.woocommerce-page #our-menu ul.products {
    margin: 0 -15px;
}
.woocommerce #our-menu ul.products li.product,
.woocommerce-page #our-menu ul.products li.product {
    margin: 0;
    padding: 0 15px;
}

.woocommerce #our-menu .products ul, 
.woocommerce ul.products {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: none;
}
.product-wrapper .product-header {
    float: left;
}
.product-wrapper .icon {
    float: right;
}
.woocommerce ul.products li.product a img {
    border-radius: 20px;
    margin-bottom: 25px;
}
.woocommerce .product-wrapper ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 0 5px 0;
}
.product-header p {
    font-size: 18px;
}
.woocommerce ul.products li.product .price {
    font-family: 'Barlow', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 0;
}
.woocommerce-Price-currencySymbol {
    color: #7b7b7b;
    padding-right: 5px;
}
#our-menu ul.slick-dots {
    position: relative;
    bottom: -25px;
}

/*-------------------------------------------------------------------------
#  About Us
--------------------------------------------------------------------------*/
#about-us {
    background-color: rgb(255 255 255 / 50%);
}
#about-us .section-title {
    font-size: 42px;
}
#about-us .price {
    font-family: 'Barlow', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 42px;
    margin: 35px 0;
    display: inline-block;
}

/*-------------------------------------------------------------------------
#  Counter
--------------------------------------------------------------------------*/
#counter {
    position: relative;
    padding-bottom: 0px;
}
#counter .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 750px;
}
#counter .section-content {
    position: relative;
    z-index: 1;
}
#counter .section-header {
    max-width: 400px;
    margin-bottom: 50px;
}
.counter-value {
    margin: 0;
    font-size: 62px;
}
.counter-item {
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
}
.counter-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #666;
}
#counter article:hover .counter-item {
    background-color: #000;
    color: #fff;
}
#counter article:hover .counter-value,
#counter article:hover .counter-title {
    color: #fff;
}


/*-------------------------------------------------------------------------
#  Reserve
--------------------------------------------------------------------------*/
#reserve .section-title {
	font-size: 42px;
}
#reserve .read-more {
    margin-top: 32px;
}

/*-------------------------------------------------------------------------
#  Testimonial
--------------------------------------------------------------------------*/
#testimonial .section-header {
    text-align: center;
    margin-bottom: 50px;
}
.testimonial-wrapper {
    background-color: #fff;
    padding: 50px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.testimonial-wrapper .entry-title {
    font-size: 42px;
    font-weight: 500;
}
.client-image {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 20px 0;
}
.client-image img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.author-title {
    font-size: 22px;
}
.client-image a {
    text-decoration: none;
}

.testimonial-wrapper .entry-container {
    max-width: 555px;
}
.testimonial-wrapper .entry-content {
    max-width: 400px;
}
.post-wrapper .entry-container {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 20px;
}
.post-wrapper article {
    margin-bottom: 20px;
}
.post-wrapper article:last-child {
    margin-bottom: 0px;
}
.post-wrapper .entry-container .entry-title {
    margin: 0 0 8px 0;
}
.post-wrapper .icon {
    position: absolute;
    right: 0;
    top: 3px;
}

/*-------------------------------------------------------------------------
# Download
--------------------------------------------------------------------------*/
#download .section-content {
    background-color: rgb(255 255 255 / 50%);
    padding: 50px 20px 0 60px;
    border-radius: 25px;
}
#download .section-title {
    font-size: 42px;
}
#download .read-more {
    margin-top: 35px;
}

/*-------------------------------------------------------------------------
#  Widgets: Instagram / Popular Posts / Most Read Posts / No Image Posts
--------------------------------------------------------------------------*/
#secondary .widget_instagram ul,
#colophon .widget_instagram ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.widget_instagram ul li {
	padding: 0 10px;
}
.widget_instagram ul.col-1 li {
    width: 100%;
}
.widget_instagram ul.col-2 li {
    width: 50%;
}
.widget_instagram ul.col-3 li {
    width: 33.33%;
}
.widget_instagram ul.col-4 li {
    width: 25%;
}
.widget_instagram ul.col-5 li {
    width: 20%;
}
.widget_instagram ul.col-5 li {
    width: 16.66%;
}
.widget_instagram ul li img {
	width: 100%;
}
.widget_instagram button[type="submit"] {
    padding: 9px 35px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #7b7b7b;
    border: 2px solid #7b7b7b;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin-top: 10px;
    font-family: 'Philosopher', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_instagram button[type="submit"]:hover,
.widget_instagram button[type="submit"]:focus {
	background-color: #000;
    border-color: #000;
    color: #fff;
}
#secondary .widget.widget_instagram li:not(:last-child) {
	margin-bottom: 20px;
}
#secondary .widget.widget_popular_post li,
#secondary .widget.widget_most_read_post li,
#secondary .widget.widget_no_image_post li {
	margin-bottom: 20px;
}
#secondary .widget.widget_popular_post li:last-child,
#secondary .widget.widget_most_read_post li:last-child,
#secondary .widget.widget_no_image_post li:last-child {
	margin-bottom: 0;
}
.widget_popular_post .has-post-thumbnail,
.widget_most_read_post .has-post-thumbnail,
.widget_no_image_post li {
    display: table;
    width: 100%;
    position: relative;
}
.widget_popular_post .has-post-thumbnail .featured-image,
.widget_most_read_post .has-post-thumbnail .featured-image,
.widget_no_image_post .post-count {
	margin-right: 20px;
    width: 120px;
    height: 120px;
    float: left;
}
.widget_popular_post .has-post-thumbnail .featured-image img,
.widget_most_read_post .has-post-thumbnail .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget_popular_post .has-post-thumbnail .entry-container,
.widget_most_read_post .has-post-thumbnail .entry-container,
.widget_no_image_post .entry-container {
	display: table;
	margin-top: 20px;
}
.widget_popular_post .entry-title,
.widget_most_read_post .entry-title,
.widget_no_image_post .entry-title {
    margin: 0 0 3px;
    font-weight: bold;
}
#secondary .widget.widget_most_read_post .cat-links li {
    margin-bottom: 0;
}
.widget_most_read_post li:first-child .featured-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
}
.widget_most_read_post li:first-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 20px;
}
.widget_most_read_post ul.post-categories li {
    border-bottom: none;
    padding-bottom: 0;
}
.widget_most_read_post li:not(:first-child) .cat-links {
	display: none;
}
.widget_no_image_post .post-count {
    font-size: 70px;
    color: #D2D2D2;
    line-height: 100px;
    font-weight: 600;
    width: 100px;
    height: 100px;
    margin-right: 5px;
    font-family: 'Philosopher', sans-serif;
}
#secondary .widget_no_image_post ul,
#colophon .widget_no_image_post ul {
    background-color: #F0F0F0;
    padding: 15px 30px;
}

/*--------------------------------------------------------------
#  Archive / Blog
--------------------------------------------------------------*/
.archive-blog-wrapper .col-2 article,
.archive-blog-wrapper .col-3 article {
    margin-bottom: 50px;
}
.archive-blog-wrapper .col-2 article:last-child,
.archive-blog-wrapper .col-3 article:last-child {
    margin-bottom: 0;
}
.archive-blog-wrapper .featured-image {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 175px 0;
    margin-bottom: 23px;
}
.archive-blog-wrapper .cat-links {
    margin-bottom: 3px;
    display: block;
}
.archive-blog-wrapper .entry-title {
    font-size: 24px;
    font-weight: bold;
}
.entry-meta span:not(:last-child):after {
    content: ".";
    margin: 0 5px;
}
.entry-meta {
	padding: 0;
}
.entry-meta span, .entry-meta .cat-links {
    display: inline-block;
}

/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
}
.single-wrapper .entry-meta span svg {
    fill: #82868b;
    margin-right: 10px;
}
.single-wrapper .entry-meta span.cat-links svg {
    margin-right: 7px;
}
.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta {
	margin-bottom: 15px;
}
.single-wrapper .entry-meta a, 
.single-wrapper .entry-meta i {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
    content: "/";
}
.single-wrapper .entry-meta > span.post-categories:after,
.single-wrapper .entry-meta > span.tags-links:after {
	display: none;
}
.single-wrapper .post-categories + .tags-links {
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
}
.single-wrapper .entry-meta > span.tags-links a:hover,
.single-wrapper .entry-meta > span.tags-links a:focus {
    background-color: #7b7b7b;
    color: #fff;
    border-color: #7b7b7b;
}
.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;
}
ul.post-categories li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
ul.post-categories li a:hover,
ul.post-categories li a:focus {
	color: #7b7b7b;
}



/*--------------------------------------------------------------
# 					Second Design
--------------------------------------------------------------*/
#hero-section .entry-title span {
    color: #ffc532;
}
.second-design .main-navigation .count span,
.second-design ul.product-nav li.active a,
.second-design ul.product-nav li.active:after {
	background-color: #ffc532;
}
.second-design #masthead .custom-button,
.second-design .btn {
	background-color: #ffc532;
	color: #000;
}
.second-design #masthead .custom-button svg,
.second-design .read-more svg {
	fill: #000;
}
.second-design #masthead .custom-button:hover, 
.second-design #masthead .custom-button:focus,
.second-design .btn:hover, 
.second-design .btn:focus {
    background-color: #7b7b7b;
    border-color: #7b7b7b;
    color: #fff;
}
.second-design #masthead .custom-button:hover svg,
.second-design #masthead .custom-button:focus svg,
.second-design .read-more:hover svg,
.second-design .read-more:focus svg {
	fill: #fff;
}
.second-design .section-subtitle,
.second-design .woocommerce-Price-currencySymbol,
.second-design .counter-title {
	color: #ffc532;
}
.second-design #our-services article:hover .entry-container {
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 10%);
}
.bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.second-design #our-menu .section-header {
    position: relative;
    max-width: 1000px;
}
.second-design #our-menu .section-header:after {
    content: "";
    background-image: url(assets/uploads/bg-02.png);
    width: 300px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 14px;
    right: 0;
}
.second-design #about-us {
    background-color: #f7f7f7;
}
.second-design .counter-item {
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}
.second-design #counter article:hover .counter-item {
    background-color: #ffc532;
    color: #000;
}
.second-design #counter article:hover .counter-value, 
.second-design #counter article:hover .counter-title {
    color: #000;
}
.second-design #testimonial .section-header {
	position: relative;
	max-width: 890px;
	margin: auto auto 50px auto;
}
.second-design #testimonial .section-header:before {
    content: "";
    background-image: url(assets/uploads/round-02.png);
    width: 24px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 24px;
    left: 0;
}
.second-design #testimonial .section-header:after {
    content: "";
    background-image: url(assets/uploads/round-03.png);
    width: 24px;
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: -1;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 24px;
    right: 0;
}
.second-design .testimonial-wrapper {
    background-color: #f7f7f7;
}
.second-design .testimonial-wrapper:after {
    content: "";
    background-image: url(assets/uploads/test-02.png);
    width: 500px;
    position: absolute;
    bottom: -63px;
    z-index: -1;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 500px;
}
.second-design #download .section-content {
    background-color: #fff9e9;
}



/*--------------------------------------------------------------
# 					Third Design
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#  Business Slider Section
--------------------------------------------------------------*/
#business-slider-section .wrapper {
    position: relative;
    z-index: 1;
}
#business-slider-section article {
    padding: 250px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-color: #111;
}
#business-slider-section article:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
#business-slider-section .business-slider-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 900px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#business-slider-section .sub-title {
    margin-top: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}
#business-slider-section .entry-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}
#business-slider-section .entry-title a {
	color: #fff;
}
#business-slider-section .entry-title a:hover,
#business-slider-section .entry-title a:focus {
	opacity: 0.8;
}
#business-slider-section .entry-content p,
#business-slider-section .entry-content {
    color: #fff;
    margin: 0;
}
#business-slider-section .read-more {
    margin-top: 25px;
}
#business-slider-section .slick-dots {
    bottom: 25px;
}
#business-slider-section button.slick-arrow {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#business-slider-section:hover button.slick-arrow {
    visibility: visible;
    opacity: 1;
}
#business-slider-section:hover button.slick-arrow.slick-prev {
    left: 25px;
}
#business-slider-section:hover button.slick-arrow.slick-next {
    right: 25px;
}

/*--------------------------------------------------------------
#  Business Services Section
--------------------------------------------------------------*/
#business-services-section .icon-container {
	margin-top: -40px;
    margin-bottom: 50px;
}
#business-services-section .section-content {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}
#business-services-section .entry-title {
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}
#business-services-section .entry-title a,
#services .entry-title a {
    color: #333;
    position: relative;
    z-index: 10;
}
#business-services-section .entry-title a:hover,
#business-services-section .entry-title a:focus,
#services .entry-title a:hover,
#services .entry-title a:focus {
    color: #7b7b7b;
}
#business-services-section .entry-content p {
    margin: 0;
}
#business-services-section .read-more {
    margin-top: 10px;
}
#business-services-section article {
    text-align: center;
}
#business-services-section .icon-container a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    display: block;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -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;
}
#business-services-section .icon-container a i {
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#business-services-section .icon-container a:hover,
#business-services-section .icon-container a:focus {
	color: #fff;
	background-color: #7b7b7b;
}
#business-services-section .service-item {
    background-color: #fff;
    text-align: center;
    margin: 50px 0 70px;
    padding: 0 25px 50px;
    border: 1px solid #d5d5d5;
}
#business-services-section .service-item .entry-content {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

/*--------------------------------------------------------------
#  Business Cta Section
--------------------------------------------------------------*/
#business-cta-section {
    text-align: center;
    background-size: cover;
    background-position: 50%;
}
#business-cta-section .wrapper {
    position: relative;
}
#business-cta-section .section-header h3, 
#business-cta-section .section-header .section-title {
    color: #fff;
}
.third-design #about-us .read-more {
    margin-top: 30px;
}
.third-design #counter {
    background-color: #f7f7f7;
    padding-bottom: 60px;
}

/*--------------------------------------------------------------
#  Business Team Section
--------------------------------------------------------------*/
#business-team-section .featured-image {
	margin-bottom: 25px;
}
#business-team-section .featured-image img {
    width: 100%;
}
#business-team-section .entry-container {
    padding: 0 20px;
}
#business-team-section .entry-title a {
    color: #232323;
}
#business-team-section .entry-title a:hover,
#business-team-section .entry-title a:focus {
    color: #007aff;
}
#business-team-section .entry-title {
    font-weight: 600;
    margin-bottom: 0;
    color: #232323;
}
#business-team-section .entry-content {
    color: #232323;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
#business-team-section article .entry-content p {
    margin-bottom: 0;
}
#business-team-section article .read-more {
    margin-top: 25px;
}
#business-team-section ul.social-icons {
    margin-top: 15px;
}
#business-team-section .social-icons li a svg {
    fill: #333;
}
#business-team-section .social-icons li a:hover svg,
#business-team-section .social-icons li a:focus svg {
	fill: #fff;
}

.third-design #testimonial,
#business-blog-section {
    background-color: #f7f7f7;
}

@media screen and (min-width: 567px) {
	#business-services-section .service-item {
	    margin: 50px 0 0;
	}
}

@media screen and (min-width: 767px) {
    #business-slider-section .entry-title {
        font-size: 36px;
    }
}

@media screen and (min-width: 1024px) {
	#business-slider-section article {
        padding: 400px 0;
    }
    #business-slider-section .entry-title {
        font-size: 62px;
    }
    #business-cta-section,
    #business-counter,
    #business-testimonial-section {
	    background-attachment: fixed;
	}
	#business-services-section, 
	#business-team-section article,
	#business-team-section,
	#business-blog-section .section-header {
	    text-align: center;
	}
	.third-design #counter {
	    padding-bottom: 90px;
	}
	.third-design .footer-widgets-area.page-section {
	     padding-top: 90px; 
	}
}


/*--------------------------------------------------------------
#  Blog Featured Posts
--------------------------------------------------------------*/
.fourth-design .section-header {
    text-align: center;
}
#blog-featured-posts .blog-featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #333;
    padding: 125px 0;
}
#blog-featured-posts .entry-container {
    text-align: center;
    padding: 30px;
    background-color: #fff;
}
#blog-featured-posts .cat-links {
    margin-bottom: 15px;
    display: block;
}
#blog-featured-posts .cat-links a {
    color: #fff;
    background-color: #ff6633;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1;
    margin-bottom: 10px;
    text-decoration: none;
}
#blog-featured-posts .cat-links a:hover,
#blog-featured-posts .cat-links a:focus {
	background-color: #000;
	color: #fff;
}
#blog-featured-posts .entry-title {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 5px;
}
/*--------------------------------------------------------------
#  Blog Popular Posts
--------------------------------------------------------------*/
#blog-popular-posts .blog-featured-image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
#blog-popular-posts .entry-container {
    background-color: #fff;
    text-align: center;
    padding: 30px 25px;
}
#blog-popular-posts .entry-title {
	font-size: 22px;
    font-weight: 600;
}
#blog-popular-posts .entry-content {
    border-top: 1px solid #E8E8E8;
    padding: 15px 0 0;
    max-width: 500px;
    margin: 15px auto 25px;
}
#blog-popular-posts .cat-links {
    display: inline-block;
}
#blog-popular-posts .cat-links a {
    color: #fff;
    background-color: #ff6633;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1;
    margin-bottom: 10px;
    text-decoration: none;
}
#blog-popular-posts .cat-links a:hover,
#blog-popular-posts .cat-links a:focus {
	background-color: #000;
}
#blog-popular-posts .read-more {
    margin-top: 10px;
}
.fourth-design #about-us {
    background-color: #e7e7e7;
    text-align: left;
}
.fourth-design #about-us .section-header {
    text-align: left;
}

/*--------------------------------------------------------------
#  Blog Latest Posts
--------------------------------------------------------------*/
#blog-latest-posts .blog-post-wrapper {
    text-align: center;
    background-color: #fff;
    padding: 30px 25px 40px;
}
#blog-latest-posts .cat-links {
    margin-bottom: 5px;
    display: inline-block;
}
#blog-latest-posts .cat-links a {
    color: #fff;
    background-color: #ff6633;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1;
}
#blog-latest-posts .cat-links a:hover,
#blog-latest-posts .cat-links a:focus {
	background-color: #000;
	color: #fff;
}
#blog-latest-posts .entry-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
#blog-latest-posts .posted-on {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
    display: block;
}
#blog-latest-posts .featured-image {
    margin: 0 -25px 25px;
}
#blog-latest-posts .entry-content {
    padding: 0 15px;
    max-width: 700px;
    margin: 0 auto 25px;
}
#blog-latest-posts .social-icons {
	position: relative;
	display: inline-block;
}
#blog-latest-posts .social-icons li {
    margin: 5px;
}
#blog-latest-posts .social-icons li a {
    border: 1px solid #d6d6d6;
    border-radius: 100%;
    line-height: 30px;
    width: 35px;
    height: 35px;
}
#blog-latest-posts .social-icons li a svg {
	width: 13px;
	height: 13px;
	fill: #000;
}
#blog-latest-posts .social-icons li a:hover svg,
#blog-latest-posts .social-icons li a:focus svg {
	fill: #fff;
}
#blog-latest-posts .post-footer-share {
    position: relative;
    overflow: hidden;
}
#blog-latest-posts .social-icons:before, 
#blog-latest-posts .social-icons:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #ddd;
    width: 690px;
    margin: 0 20px;
}
#blog-latest-posts .social-icons:before {
    right: 100%;
}
#blog-latest-posts .social-icons:after {
    left: 100%;
}

/*--------------------------------------------------------------
#  Blog Recent Posts
--------------------------------------------------------------*/
#blog-recent-posts .blog-recent-item {
    position: relative;
}
#blog-recent-posts .blog-featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #333;
    padding: 125px 0;
}
#blog-recent-posts .entry-container {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient( 0deg ,rgba(0,0,0,.8) 0,transparent);
}
#blog-recent-posts .cat-links {
    margin-bottom: 15px;
    display: block;
}
#blog-recent-posts .cat-links a {
    color: #fff;
    background-color: #ff6633;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1;
    margin-bottom: 10px;
    text-decoration: none;
}
#blog-recent-posts .cat-links a:hover,
#blog-recent-posts .cat-links a:focus {
	background-color: #000;
	color: #fff;
}
#blog-recent-posts .entry-title {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 5px;
}
#blog-recent-posts .entry-title a,
#blog-recent-posts .posted-on a {
	color: #fff;
}
#blog-recent-posts .posted-on a {
	font-size: 12px;
}
#blog-recent-posts .entry-title a:hover,
#blog-recent-posts .entry-title a:focus,
#blog-recent-posts .posted-on a:hover,
#blog-recent-posts .posted-on a:focus {
	color: #fff;
	opacity: 0.8;
}
.fourth-design .footer-widgets-area.page-section {
	padding-top: 70px;

}
@media screen and (min-width: 567px) {
	#blog-featured-posts article {
		width: 50%;
		float: left;
	}
	#blog-featured-posts article:nth-child(2n+1) {
		clear: left;
	}
	#blog-featured-posts article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 767px) {
	#blog-slider article {
		padding: 275px 0;
	}
	#blog-featured-posts article {
		width: 33.33%;
	}
	#blog-featured-posts article:nth-child(2n+1) {
		clear: none;
	}
	#blog-featured-posts article:nth-child(3n+1) {
		clear: left;
	}
	#blog-featured-posts article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	#blog-slider .entry-title {
		font-size: 32px;
	}
}

@media screen and (min-width: 1900px) {
	#blog-slider article {
		padding: 320px 0;
	}
	#blog-featured-posts article {
	    grid-auto-rows: 300px;
	}
}

/*--------------------------------------------------------------
#  Shop Sections
--------------------------------------------------------------*/
#business-slider-section.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#featured-products .featured-image {
    background-size: cover;
    background-position: 50%;
    background-color: #333;
    padding: 50px 0;
    text-align: center;
    position: relative;
}
#featured-products .entry-container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px;
}
#featured-products .entry-title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #232323;
}
#featured-products span {
    font-size: 14px;
}
#recent-products .section-content {
    margin: 0 -15px;
}
#featured-products span.cat-links {
    margin-top: 10px;
    display: block;
}
#featured-products .cat-links li {
	display: block;
}
#featured-products .cat-links li:after {
	display: none;
}
#featured-products .cat-links a {
	color: #797973;
}
#featured-products .cat-links a:hover,
#featured-products .cat-links a:focus {
	color: #000;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    right: auto;
    left: 15px;
    top: 0;
    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;
}
.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: #ff7173;
}
.woocommerce div.product p.price del {
	color: #797973;
    margin-right: 5px;
}
.woocommerce div.product .product_meta > span {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-weight: 600;
    font-size: 16px;
}
.woocommerce ul.products li.product .price 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: 15px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 8px 30px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #010101;
    background-color: transparent;
    color: #010101;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	border-color: #010101;
	background-color: #010101;
	color: #fff;
}
.woocommerce #popular-products ul.products li.first, 
.woocommerce-page #popular-products ul.products li.first {
	clear: none;
}
.woocommerce #popular-products ul.products, 
.woocommerce-page #popular-products ul.products {
	margin: 0 -15px;
}
.woocommerce #popular-products ul.products li.product, 
.woocommerce-page #popular-products ul.products li.product {
	margin: 0;
	padding: 0 15px;
}

.woocommerce #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;
}
.woocommerce #recent-products ul.products li.product:nth-child(n+5) {
    margin-top: 50px;
}
#latest-products {
    background-color: #e7e7e7;
}
.category-title {
	font-size: 24px;
    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: #ff7173;
    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: #ff7173;
}
#trending-products .price {
    font-family: 'Barlow', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 0;
}
#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;
}
.fifth-design #about-us .read-more {
    margin-top: 20px;
}
.fifth-design .footer-widgets-area.page-section {
    padding-top: 80px;
} 

@media screen and (min-width: 567px) {
	.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,
	.woocommerce #latest-products ul.products li.product, 
	.woocommerce-page #latest-products ul.products li.product {
		text-align: center;
	}
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product,
	.woocommerce #latest-products ul.products li.product, 
	.woocommerce-page #latest-products ul.products li.product {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.woocommerce #recent-products ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #recent-products ul.products li.product:nth-child(2n+1),
	.woocommerce #latest-products ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #latest-products ul.products li.product:nth-child(2n+1) {
		clear: left;
	}
	.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),
	.woocommerce #latest-products ul.products li.product:nth-last-child(-n+2), 
	.woocommerce-page #latest-products ul.products li.product:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product,
	.woocommerce #latest-products ul.products li.product, 
	.woocommerce-page #latest-products ul.products li.product {
		margin: 0;
	}
}

@media screen and (min-width: 767px) {
	#featured-products .featured-image {
		padding: 150px 0;
	}
	#trending-products .product-wrapper:nth-child(2n+1) {
		clear: left;
	}
	#trending-products .product-wrapper:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#trending-products .product-wrapper {
		width: 50%;
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product,
	.woocommerce #latest-products ul.products li.product, 
	.woocommerce-page #latest-products ul.products li.product {
		width: 25%;
	}
	.woocommerce #recent-products ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #recent-products ul.products li.product:nth-child(2n+1),
	.woocommerce #latest-products ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #latest-products ul.products li.product:nth-child(2n+1) {
		clear: none;
	}
	.woocommerce #recent-products ul.products li.product:nth-child(4n+1), 
	.woocommerce-page #recent-products ul.products li.product:nth-child(4n+1),
	.woocommerce #latest-products ul.products li.product:nth-child(4n+1), 
	.woocommerce-page #latest-products ul.products li.product:nth-child(4n+1) {
		clear: left;
	}
	.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),
	.woocommerce #latest-products ul.products li.product:nth-last-child(-n+4), 
	.woocommerce-page #latest-products ul.products li.product:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	#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;
	}
}

@media screen and (min-width: 1024px) {
	#recent-products .section-header,
	#latest-products .section-header {
	    text-align: center;
	}
}

@media screen and (min-width: 1900px) {
	#trending-products .entry-container {
	    padding-left: 150px;
	}
}

@media screen and (max-width: 567px) {
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product,
	.woocommerce #latest-products ul.products li.product, 
	.woocommerce-page #latest-products ul.products li.product {
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Magazine Sections
--------------------------------------------------------------*/
.sixth-design .section-title {
    font-size: 34px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}
.sixth-design .footer-widgets-area.page-section,
.seven-design .footer-widgets-area.page-section  {
	padding-top: 70px;
}
.sixth-design #business-blog-section .section-header {
    margin-bottom: 30px;
    text-align: left;
}
.highlighted-post-item,
.featured-post-item {
    position: relative;
}
.site-advertisement {
    text-align: center;
    background-color: #000;
    padding: 20px 0;
}
#magazine-highlighted-posts .featured-image img,
#magazine-featured-posts .featured-image img,
#magazine-recent-posts .featured-image img,
#magazine-popular-posts .featured-image img,
#magazine-sports-section .featured-image img,
#magazine-three-column-posts .featured-image img,
#magazine-two-column-posts .featured-image img,
#magazine-latest-posts .featured-image img {
    width: 100%;
    border-radius: 0;
    border: none;
    vertical-align: middle;
    object-fit: cover;
}
#magazine-two-column-posts .featured-image img {
    height: 100%;
}
#magazine-highlighted-posts .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.7));
}
#magazine-highlighted-posts .entry-header,
#magazine-featured-posts .entry-header,
#magazine-recent-posts .entry-header,
#magazine-popular-posts .entry-header,
#magazine-sports-section .entry-header,
#magazine-three-column-posts .entry-header,
#magazine-two-column-posts .entry-header,
#magazine-latest-posts .entry-header {
    padding: 0;
}
#magazine-highlighted-posts ul.post-categories,
#magazine-featured-posts ul.post-categories,
#magazine-recent-posts ul.post-categories,
#magazine-popular-posts ul.post-categories,
#magazine-sports-section ul.post-categories,
#magazine-three-column-posts ul.post-categories,
#magazine-two-column-posts ul.post-categories,
#magazine-latest-posts ul.post-categories,
#magazine-most-viewed-posts ul.post-categories {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
#magazine-highlighted-posts ul.post-categories li,
#magazine-featured-posts ul.post-categories li,
#magazine-recent-posts ul.post-categories li,
#magazine-popular-posts ul.post-categories li,
#magazine-sports-section ul.post-categories li,
#magazine-three-column-posts ul.post-categories li,
#magazine-two-column-posts ul.post-categories li,
#magazine-latest-posts ul.post-categories li,
#magazine-most-viewed-posts ul.post-categories li {
    display: inline-block;
    vertical-align: middle;
}
#magazine-highlighted-posts ul.post-categories li a,
#magazine-featured-posts ul.post-categories li a,
#magazine-recent-posts ul.post-categories li a,
#magazine-popular-posts ul.post-categories li a,
#magazine-sports-section ul.post-categories li a,
#magazine-three-column-posts ul.post-categories li a,
#magazine-two-column-posts ul.post-categories li a,
#magazine-latest-posts ul.post-categories li a,
#magazine-most-viewed-posts ul.post-categories li a {
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    background-color: #000;
}
#magazine-highlighted-posts ul.post-categories li a:hover,
#magazine-featured-posts ul.post-categories li a:hover,
#magazine-recent-posts ul.post-categories li a:hover,
#magazine-popular-posts ul.post-categories li a:hover,
#magazine-sports-section ul.post-categories li a:hover,
#magazine-three-column-posts ul.post-categories li a:hover,
#magazine-two-column-posts ul.post-categories li a:hover,
#magazine-latest-posts ul.post-categories li a:hover,
#magazine-most-viewed-posts ul.post-categories li a:hover,
#magazine-highlighted-posts ul.post-categories li a:focus,
#magazine-featured-posts ul.post-categories li a:focus,
#magazine-recent-posts ul.post-categories li a:focus,
#magazine-popular-posts ul.post-categories li a:focus,
#magazine-sports-section ul.post-categories li a:focus,
#magazine-three-column-posts ul.post-categories li a:focus,
#magazine-two-column-posts ul.post-categories li a:focus,
#magazine-latest-posts ul.post-categories li a:focus,
#magazine-most-viewed-posts ul.post-categories li a:focus {
	background-color: #ff6633;
}
#magazine-highlighted-posts .entry-title,
#magazine-featured-posts .entry-title,
#magazine-recent-posts .entry-title,
#magazine-popular-posts .entry-title,
#magazine-sports-section .entry-title,
#magazine-three-column-posts .entry-title,
#magazine-two-column-posts .entry-title,
#magazine-latest-posts .entry-title,
#magazine-most-viewed-posts .entry-title {
    font-size: 22px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
#magazine-highlighted-posts .entry-title {
	font-size: 16px;
}
#magazine-highlighted-posts .entry-title a {
	color: #fff;
}
#magazine-highlighted-posts .posted-on a,
#magazine-featured-posts .posted-on a,
#magazine-recent-posts .posted-on a,
#magazine-popular-posts .posted-on a,
#magazine-sports-section .posted-on a,
#magazine-three-column-posts .posted-on a,
#magazine-two-column-posts .posted-on a,
#magazine-latest-posts .posted-on a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#magazine-highlighted-posts ul.post-categories li a:hover,
#magazine-highlighted-posts ul.post-categories li a:focus,
#magazine-highlighted-posts .entry-title a:hover,
#magazine-highlighted-posts .entry-title a:focus,
#magazine-highlighted-posts .posted-on a:hover,
#magazine-highlighted-posts .posted-on a:focus,
#magazine-most-viewed-posts .entry-title a:hover,
#magazine-most-viewed-posts .entry-title a:focus,
#magazine-highlighted-posts .entry-title a:hover,
#magazine-highlighted-posts .entry-title a:focus {
	opacity: 0.8;
}
#magazine-featured-posts .featured-image,
#magazine-recent-posts .featured-image,
#magazine-popular-posts .featured-image,
#magazine-sports-section .featured-image,
#magazine-three-column-posts .featured-image,
#magazine-two-column-posts .featured-image,
#magazine-latest-posts .featured-image {
    position: relative;
    margin-bottom: 15px;
}
#magazine-featured-posts .posted-on,
#magazine-recent-posts .posted-on,
#magazine-popular-posts .posted-on,
#magazine-sports-section .posted-on,
#magazine-three-column-posts .posted-on,
#magazine-two-column-posts .posted-on,
#magazine-latest-posts .posted-on,
#magazine-most-viewed-posts .posted-on {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}
#magazine-featured-posts .posted-on a,
#magazine-recent-posts .posted-on a,
#magazine-popular-posts .posted-on a,
#magazine-sports-section .posted-on a,
#magazine-three-column-posts .posted-on a,
#magazine-two-column-posts .posted-on a,
#magazine-latest-posts .posted-on a,
#magazine-most-viewed-posts .posted-on {
    background-color: rgb(0 0 0 / 0.50);
    padding: 0 7px;
    display: inline-block;
    font-size: 12px;
}
#magazine-featured-posts ul.post-categories,
#magazine-recent-posts ul.post-categories,
#magazine-popular-posts ul.post-categories,
#magazine-sports-section ul.post-categories,
#magazine-three-column-posts ul.post-categories,
#magazine-two-column-posts ul.post-categories,
#magazine-latest-posts ul.post-categories {
    margin-bottom: 15px;
}
#magazine-featured-posts .entry-title,
#magazine-recent-posts .entry-title,
#magazine-popular-posts .entry-title,
#magazine-sports-section .entry-title,
#magazine-three-column-posts .entry-title,
#magazine-two-column-posts .entry-title,
#magazine-latest-posts .entry-title {
    color: #000;
    margin-bottom: 10px;
}
#magazine-featured-posts .entry-content,
#magazine-recent-posts .entry-content,
#magazine-popular-posts .entry-content,
#magazine-sports-section .entry-content,
#magazine-three-column-posts .entry-content,
#magazine-two-column-posts .entry-content,
#magazine-latest-posts .entry-content {
    background-color: transparent;
    color: #666;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
#magazine-featured-posts .entry-content p,
#magazine-recent-posts .entry-content p,
#magazine-popular-posts .entry-content p,
#magazine-sports-section .entry-content p,
#magazine-three-column-posts .entry-content p,
#magazine-two-column-posts .entry-content p,
#magazine-latest-posts .entry-content p {
	margin: 0;
}
#magazine-featured-posts .posted-on a:hover,
#magazine-featured-posts .posted-on a:focus,
#magazine-featured-posts ul.post-categories li a:hover,
#magazine-featured-posts ul.post-categories li a:focus,
#magazine-featured-posts .entry-title a:hover,
#magazine-featured-posts .entry-title a:focus,
#magazine-recent-posts .posted-on a:hover,
#magazine-recent-posts .posted-on a:focus,
#magazine-recent-posts ul.post-categories li a:hover,
#magazine-recent-posts ul.post-categories li a:focus,
#magazine-recent-posts .entry-title a:hover,
#magazine-recent-posts .entry-title a:focus,
#magazine-popular-posts .posted-on a:hover,
#magazine-popular-posts .posted-on a:focus,
#magazine-popular-posts ul.post-categories li a:hover,
#magazine-popular-posts ul.post-categories li a:focus,
#magazine-popular-posts .entry-title a:hover,
#magazine-popular-posts .entry-title a:focus,
#magazine-sports-section .posted-on a:hover,
#magazine-sports-section .posted-on a:focus,
#magazine-sports-section ul.post-categories li a:hover,
#magazine-sports-section ul.post-categories li a:focus,
#magazine-sports-section .entry-title a:hover,
#magazine-sports-section .entry-title a:focus,
#magazine-three-column-posts .posted-on a:hover,
#magazine-three-column-posts .posted-on a:focus,
#magazine-three-column-posts ul.post-categories li a:hover,
#magazine-three-column-posts ul.post-categories li a:focus,
#magazine-three-column-posts .entry-title a:hover,
#magazine-three-column-posts .entry-title a:focus,
#magazine-two-column-posts .posted-on a:hover,
#magazine-two-column-posts .posted-on a:focus,
#magazine-two-column-posts ul.post-categories li a:hover,
#magazine-two-column-posts ul.post-categories li a:focus,
#magazine-two-column-posts .entry-title a:hover,
#magazine-two-column-posts .entry-title a:focus,
#magazine-latest-posts .posted-on a:hover,
#magazine-latest-posts .posted-on a:focus,
#magazine-latest-posts ul.post-categories li a:hover,
#magazine-latest-posts ul.post-categories li a:focus,
#magazine-latest-posts .entry-title a:hover,
#magazine-latest-posts .entry-title a:focus {
	opacity: 0.8;
}
#magazine-advertisement-section {
    text-align: center;
}
#magazine-most-viewed-posts article {
    margin-bottom: 30px;
}
#magazine-most-viewed-posts article:last-child {
    margin-bottom: 0;
}
#magazine-most-viewed-posts .featured-image {
    padding: 200px 0;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-position: 50%;
}
#magazine-most-viewed-posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-most-viewed-posts .entry-header {
    margin-bottom: 5px;
}
#magazine-most-viewed-posts .entry-content {
    margin-top: 5px;
}
#magazine-most-viewed-posts .cat-links {
    display: block;
    margin-bottom: 12px;
}
#magazine-most-viewed-posts .section-content {
    margin-bottom: 0;
}
#magazine-two-column-posts article:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
	#magazine-two-column-posts .featured-post-item {
	    position: relative;
	    display: table;
	    width: 100%;
	}
	#magazine-two-column-posts article.has-post-thumbnail .featured-image {
	    width: 50%;
	    display: table-cell;
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	}
	#magazine-two-column-posts article.has-post-thumbnail .entry-container {
	    width: 50%;
	    display: table-cell;
	    float: right;
	    padding: 25px;
	}
}

@media screen and (min-width: 1024px) {
	#magazine-highlighted-posts .col-3 {
	    margin: 0 -5px;
	}
	#magazine-highlighted-posts article {
		width: 25%;
	    padding: 0 5px;
	    margin-bottom: 10px;
	}
	#magazine-highlighted-posts article:first-child {
	    width: 50%;
	}
	#magazine-highlighted-posts article .featured-image img {
		height: 245px;
	    object-fit: cover;
	}
	#magazine-highlighted-posts article:first-child .featured-image img {
	    height: 500px;
	}
	#magazine-highlighted-posts article:first-child .entry-title {
		font-size: 32px;
	}
	#magazine-two-column-posts article.has-post-thumbnail .entry-container {
		padding: 30px;
	}
	#magazine-two-column-posts .section-content {
		margin: 0 -15px;
	}
	#magazine-two-column-posts article {
	    width: 50%;
	    float: left;
	    padding: 0 15px;
	    margin-bottom: 30px;
	}
	#magazine-two-column-posts article:nth-child(2n+1) {
		clear: left;
	}
	#magazine-two-column-posts article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
# 					Music 
--------------------------------------------------------------*/
.release-wrapper .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 225px 0;
    background-repeat: no-repeat;
}
.release-wrapper .entry-header {
    position: absolute;
    bottom: 0;
    background-color: rgb(255 255 255 / 0.85);
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    margin: 0;
}
.release-wrapper .entry-title a {
    color: #1e2939;
}
.release-wrapper .featured-image:after {
    content: "";
    position: absolute;
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    left: 50px;
    right: 50px;
    height: 15px;
    filter: blur(27px);
    -webkit-filter: blur(27px);
    z-index: -1;
    overflow: visible;
    text-align: center;
    margin: auto;
}
#release .read-more {
    text-align: center;
    margin-top: 55px;
}

#upcoming-events {
    background-color: #e7e7e7;
}
#upcoming-events .section-header {
    text-align: center;
}
#upcoming-events .section-content {
    margin: 7px 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#upcoming-events article {
    padding: 20px 0;
}
#upcoming-events article {
    border-top: 1px solid rgb(31 39 48 / 0.20);
}
#upcoming-events article:last-child {
    border-bottom: 1px solid rgb(31 39 48 / 0.20);
}
.event-date {
    font-weight: 600;
    font-size: 26px;
}
#upcoming-events .entry-header img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
#upcoming-events .entry-title {
    padding-top: 15px;
}
#upcoming-events .location {
    font-weight: 600;
    color: #166ed2;
}
.event-time {
    display: block;
    margin-bottom: 21px;
    font-weight: 600;
}
#upcoming-events .event-time svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #166ed2;
    fill: #166ed2;
}
#upcoming-events .read-more {
    margin-top: 50px;
    text-align: center;
}
.seven-design #about-us .read-more {
    margin-top: 40px;
}
#video {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
.video-wrapper {
    max-width: 600px;
    text-align: center;
    margin: auto;
    position: relative;
    color: #fff;
}
.video-wrapper .section-header {
    margin-bottom: 10px;
}
.video-wrapper .section-title {
    color: #fff;
}
.video-button {
    background-color: #000;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 70px;
    display: inline-block;
    margin: 30px 0 15px 0;
}
.video-button a {
    display: block;
}
.video-button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.seven-design #testimonial,
.seven-design #download {
    background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
	#upcoming-events article {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	}
	.event-date, #upcoming-events .entry-header,
	#upcoming-events .entry-title, 
	.event-time, 
	.buy-ticket {
	    margin-bottom: 0;
	    width: 20%;
	}
	#upcoming-events .entry-header {
	    width: 40%;
	    text-align: left;
	}
	#upcoming-events .entry-header img {
	    float: left;
	    margin-bottom: 0;
	    margin-right: 25px;
	}
	 #upcoming-events .entry-title {
	    display: table-cell;
	}
}

@media screen and (min-width: 1024px) {
	#release .section-header {
	    text-align: center;
	}
}


/*--------------------------------------------------------------
# 					Medical
--------------------------------------------------------------*/
.medical-featured-item .inner-box {
    position: relative;
    z-index: 9;
}
.medical-featured-item .inner-box .featured-image {
    position: relative;
    overflow: hidden;
    background: rgba(77, 39, 63, 0.5);
}
.medical-featured-item .inner-box .featured-image img {
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.medical-featured-item .entry-header {
    position: relative;
    border-bottom: 2px #0cb8b6 dashed;
    margin: -40px 10px 0;
    background: #fff;
    text-align: center;
    padding: 30px 15px 30px;
    -webkit-box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
}
#medical-featured .entry-title {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
    font-size: 22px;
}
.eight-design #about-us .read-more {
    margin-top: 35px;
}
.eight-design #business-services-section {
    background-color: #f7f7f7;
}
.eight-design  #business-services-section article:nth-child(1n) .service-item {
    background-color: #eab830;
}
.eight-design  #business-services-section article:nth-child(2n) .service-item {
    background-color: #307ad5;
}
.eight-design  #business-services-section article:nth-child(3n) .service-item {
    background-color: #1ec1d9;
}
.eight-design  #business-services-section article:nth-child(4n) .service-item {
    background-color: #10c45c;
}
.eight-design  #business-services-section article:nth-child(5n) .service-item {
    background-color: #d94da6;
}
.eight-design  #business-services-section article:nth-child(6n) .service-item {
    background-color: #ff5161;
}
.eight-design #business-services-section .entry-title a,
.eight-design #business-services-section .entry-content p {
    color: #fff;
}
.eight-design #business-services-section .entry-title a:hover,
.eight-design #business-services-section .entry-title a:focus {
    color: #fff;
    opacity: 0.8;
}
.eight-design .footer-widgets-area.page-section {
    padding-top: 70px;
}
#subscribe-now {
    background-size: cover;
    background-position: 50%;
}
#subscribe-now .overlay {
    opacity: 0.4;
}
#subscribe-now .wrapper {
    position: relative;
    z-index: 1;
}
#subscribe-now .section-subtitle,
#subscribe-now .section-title {
    color: #fff;
    text-align: center;
}
#subscribe-now .entry-content {
    color: #fff;
    margin: 0 auto 23px;
    text-align: center;
    max-width: 530px;
}
#subscribe-now .subscribe-form-wrapper {
    max-width: 850px;
    margin: 0 auto;
}
#subscribe-now .subscribe-form-wrapper p {
    margin-bottom: 0;
    text-align: center;
}
#subscribe-now input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 25px;
    background-color: #fff;
}
#subscribe-now button[type="submit"] {
    padding: 21px 30px;
    display: inline-block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
}
@media screen and (min-width: 992px) {
	.subscribe-form-wrapper form {
	    position: relative;
	}
	#subscribe-now .subscribe-form-wrapper p#subscribe-email {
	    width: 100%;
	}
	#subscribe-now input[type="email"] {
	    margin-bottom: 0;
	    width: 100%;
	    max-width: 100%;
	}
	#subscribe-now .subscribe-form-wrapper #subscribe-submit {
	    max-width: 215px;
	    width: 100%;
	}
	#subscribe-now button[type="submit"] {
	    position: absolute;
	    top: 0;
	    right: 0;
	}
}

@media screen and (min-width: 1024px) {
	#subscribe-now {
	    padding: 180px 0;
	}
}



/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    font-size: 18px;
}
.footer-widgets-area.page-section {
    padding-top: 60px;
}
.footer-widgets-area a {
    color: #7b7b7b;
}
#colophon li a {
	text-decoration: none;
}
#colophon a:hover,
#colophon a:focus {
    color: #000;
}
#colophon .widget-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 28px;
}
.textwidget img {
    margin-bottom: 30px;
    display: block;
}
.footer-logo-wrapper > div, 
.footer-logo-wrapper > ul {
    padding: 40px 0;
}
.footer-logo-wrapper > div + ul {
    padding-top: 0;
}
.site-info {
	padding: 10px 0;
}
.site-info span {
	display: block;
	text-align: center;
    padding: 5px 0;
    color: #7b7b7b;
}
.site-info,
.site-info a {
	margin: 0;
}
.site-info .social-icons {
	text-align: center;
	line-height: 44px;
}
#colophon .double-border-line {
    border-top: 1px solid rgb(0 0 0 / 8%);
    height: 6px;
    display: block;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
#colophon .site-info a {
	color: #000;
	text-decoration: none;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
	color: #7b7b7b;
}
#colophon .social-icons li:not(:last-child) {
	margin-right: 20px;
}
#colophon .social-icons a:hover svg {
	fill-opacity: 1;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.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.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;
}
#colophon .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: transparent;
}
#colophon .social-icons li a svg {
	fill: #000;
    width: 25px;
    height: 25px;
}
#colophon .social-icons li a:hover svg,
#colophon .social-icons li a:focus svg {
	fill: #fff;
}
#colophon .widget_text .btn {
    background-color: #33cc66;
    border-color: #33cc66;
    color: #fff;
    padding: 14px 35px;
}
#colophon .widget_text .btn:hover,
#colophon .widget_text .btn:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Dark Version 
--------------------------------------------------------------*/
.dark-version,
.dark-version.third-design #testimonial {
	background-color: #222;
}


.dark-version #about-us,
.dark-version .counter-item,
.dark-version .testimonial-wrapper,
.dark-version #download .section-content,
.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="search"],   
.dark-version textarea,
.dark-version #business-services-section .service-item,
.dark-version #business-blog-section,
.dark-version #featured-products .entry-container,
.dark-version .release-wrapper .entry-header,
.dark-version #blog-featured-posts .entry-container,
.dark-version #blog-popular-posts .entry-container,
.dark-version .medical-featured-item .entry-header {
    background-color: #333;
}

.third-design.dark-version #counter,
.dark-version #latest-products,
.dark-version #upcoming-events,
.dark-version.seven-design #testimonial, 
.dark-version.seven-design #download,
.eight-design.dark-version #business-services-section {
    background-color: #111;
}

.dark-version ul.product-nav li.active:after {
	background-color: #fff;
}
.dark-version.second-design #masthead {
    background: none;
}
.third-design.dark-version #counter .bg,
.eight-design.dark-version #counter .bg {
    display: none;
}

.dark-version,
.dark-version a,
.dark-version p,
.dark-version h1, 
.dark-version h2, 
.dark-version h3, 
.dark-version h4, 
.dark-version h5, 
.dark-version h6,
.dark-version .section-title a,
.dark-version .entry-title a,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version textarea,
.dark-version b, 
.dark-version strong,
.dark-version .review,
.dark-version .product-nav li a,
.dark-version.woocommerce ul.products li.product .price,
.dark-version #about-us .price,
.dark-version #colophon .site-info a,
.dark-version .post-categories li a,
.dark-version #secondary ul li a,
.dark-version .navigation.post-navigation a, 
.dark-version .navigation.posts-navigation a,
.dark-version #respond label,
.dark-version #business-services-section .entry-title a, 
.dark-version #services .entry-title a,
.dark-version #business-team-section .entry-title a,
.dark-version #featured-products .entry-title,
.dark-version.woocommerce #respond input#submit, 
.dark-version.woocommerce a.button, 
.dark-version.woocommerce button.button, 
.dark-version.woocommerce input.button,
.dark-version #trending-products .entry-title a,
.dark-version #trending-products .price  {
	color: #fff;
}

.dark-version .section-title a:hover,
.dark-version .section-title a:focus,
.dark-version .entry-title a:hover,
.dark-version .entry-title a:focus,
.dark-version .posted-on a:hover, 
.dark-version .posted-on a:focus,
.dark-version #colophon a:hover, 
.dark-version #colophon a:focus,
.dark-version #secondary .cat-links a, 
.dark-version #secondary a:hover, 
.dark-version #secondary 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 {
	color: #fff;
	opacity: 0.8;
}


.dark-version .review svg,
.dark-version .product-wrapper .icon svg,
.dark-version .post-wrapper .icon svg,
.dark-version #colophon .social-icons li a svg,
.dark-version .navigation.posts-navigation svg, 
.dark-version .navigation.post-navigation svg,
.dark-version #business-team-section .social-icons li a svg {
	fill:#fff;
}


@media screen and (min-width: 1024px) {
	.dark-version .main-navigation ul.nav-menu li.current-menu-item > a,
 	.dark-version .main-navigation ul.nav-menu > li > a {
 		color: #fff;
 	}
 	.dark-version .main-navigation ul.nav-menu li:hover > a, 
 	.dark-version .main-navigation ul.nav-menu li:focus > a {
 		color: #fff;
 		opacity: 0.8;
 	}
 	.dark-version .main-navigation ul.nav-menu > li > a.search:hover svg.icon-search, 
 	.dark-version .main-navigation ul.nav-menu > li > a.search:focus svg.icon-search, 
 	.dark-version .main-navigation li.search-menu a:hover svg, 
 	.dark-version .main-navigation li.search-menu a:focus svg, 
 	.dark-version .main-navigation li.search-menu a.search-active svg,
 	.dark-version #masthead .main-navigation ul ul li a svg {
 		fill:#fff;
 	}
}


.dark-version .product-filtering {
    border-right: 5px solid rgb(255 255 255 / 8%);
}
.dark-version.woocommerce #respond input#submit, 
.dark-version.woocommerce a.button, 
.dark-version.woocommerce button.button, 
.dark-version.woocommerce input.button {
	border-color: #fff;
}
.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 {
	border-color: #010101;
}
/*--------------------------------------------------------------
# 					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 {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.col-2 article:nth-child(2n+1),
	.col-3 article:nth-child(2n+1),
	.col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: left;
	}
	.col-2 article:nth-last-child(-n+2),
	.col-3 article:nth-last-child(-n+2),
	.col-4 article:nth-last-child(-n+2),
	.col-5 article:nth-last-child(-n+2),
	.col-6 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#reply-title, 
	.comments-title {
		font-size: 42px;
	}
	#comments ol.children {
	    padding-left: 110px;
	}
	.right-sidebar #secondary, 
	.left-sidebar #secondary {
		margin-top: 50px;
	}
	#secondary .widget_social_icons li a svg {
		width: 30px;
		height: 30px;
	}
	.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-5 article,
	.col-6 article {
		width: 33.33%;
	}
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: none;
	}
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: left;
	}
	.col-5 article:nth-last-child(-n+3),
	.col-6 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 40px;
	    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 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;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-4 article {
		width: 25%;
	}
	.col-5 article {
		width: 20%;
	}
	.col-6 article {
		width: 16.66%;
	}
    .col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: none;
	}
	.col-4 article:nth-child(4n+1),
	.col-5 article:nth-child(5n+1),
	.col-6 article:nth-child(6n+1) {
		clear: left;
	}
	.col-4 article:nth-last-child(-n+4),
	.col-5 article:nth-last-child(-n+5),
	.col-6 article:nth-last-child(-n+6) {
		margin-bottom: 0;
	}
    #reply-title, 
	.comments-title {
    	font-size: 48px;
    }
    #page-site-header .page-title {
		font-size: 62px;
	}
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 40px;
		width: 17%;
	}
	.footer-widgets-area.col-5 .hentry:first-child {
		width: 32%;
	}
	.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) {
	.col-3 article{
		width: 33.33%;
	}
	.col-3 article:nth-child(2n+1) {
		clear: none;
	}
	.col-3 article:nth-child(3n+1) {
		clear: left;
	}
	.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.page-section {
	    padding: 90px 0;
	}
	.site-branding {
		width: 20%;
	}
	#masthead .main-navigation {
    	margin: 39px 0 10px;
	}
	.main-navigation {
		width: 80%;
		text-align: right;
	}
	.main-navigation ul.nav-menu > li.social-menu {
	    float: right;
	    padding: 30px 0;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	.nav-shrink .main-navigation ul.nav-menu > li.social-menu {
	    padding: 21px 0;
	}
	.nav-shrink .site-branding {
	    min-height: 82px;
	    padding: 5px 0;
	}
	.main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	}
	.nav-shrink .main-navigation ul.nav-menu > li.current-menu-item > a:after,
	.nav-shrink .main-navigation ul.nav-menu > li:hover > a:after {
		bottom: 0;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul.sub-menu li a {
	    color: #fff;
        padding: 10px 0;
	    border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.main-navigation ul.nav-menu > li.user-logged-in > a {
	    padding: 29px 0;
	}
	.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,
	.main-navigation ul ul a:hover, 
	.main-navigation ul ul a:focus {
		color: #7b7b7b;
	}
	.main-navigation .sub-menu svg {
		fill: #fff;
		right: 0;
	    margin-top: 5px;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: -11px;
	    top: 100%;
	    display: none;
	}
	.main-navigation .search-active .icon-search {
		display: none;
	}
	.main-navigation .search-active .icon-close {
		display: inline-block;
	}
	#masthead .main-navigation ul ul li.menu-item-has-children > a {
	    padding-right: 35px;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:before {
	    content: "";
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #111;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: 10px;
	    height: 10px;
	    margin: auto;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:after {
		display: none;
	}	
	#masthead .main-navigation ul ul li a svg {
/*	    display: inline-block;*/
	    top: 17px;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.main-navigation ul ul {
	    background-color: #000;	
	}
	.main-navigation ul ul li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.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: #fff;
	}
	.second-design #masthead {
	    position: absolute;
	    background: linear-gradient(180deg, rgba(255,247,226,1) 0%, rgb(255 250 235 / 0%) 100%);
	}
	.second-design #hero-section article {
	    padding: 115px 0px 0;
	}
	#search:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #000;
	    position: absolute;
	    top: -9px;
	    right: 20px;
	}
	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: 20px solid #000;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #000;
	}
	#masthead .main-navigation ul.nav-menu > li > a:after {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    position: absolute;
	    top: 24px;
	    left: 100%;
	    margin-left: 15px;
	    color: #c6c6c6;
	    font-weight: bold;
	    width: 5px;
	    height: 5px;
	    background-color: #c6c6c6;
	    border-radius: 5px;
	}
	#masthead .main-navigation ul.nav-menu > li:nth-last-child(-n+2) > a:after {
		display: none;
	}
	.main-navigation form.search-form svg.icon-search {
		fill: #000;
	}
	.main-navigation ul.nav-menu > li {
	    padding: 0;
	    margin-right: 40px;
	}
	.main-navigation ul.nav-menu > li.search {
	    margin-right: 0;
	}
	#masthead .custom-button {
	    margin-top: -5px;
	}
	#hero-section article {
	    position: relative;
	}
	#hero-section article.has-post-thumbnail .featured-image {
	    width: 50%;
	    float: right;
        margin-bottom: 0;
	}
	#hero-section article.has-post-thumbnail .featured-image img {
	    width: 100%;
	    min-height: 420px;
	    object-fit: cover;
	}
	#hero-section article.has-post-thumbnail .entry-container {
	    width: 50%;
	    float: left;
        padding: 60px 80px 20px 0;
	}
	#our-menu .slick-arrow {
	    transform: none;
	    top: -120px;
	    background-color: #1c1c1c;
	}
	.second-design #our-menu .slick-arrow {
	    background-color: #ffc532;
	}
	.second-design #our-menu .slick-arrow:not(.slick-disabled):before {
	    -webkit-filter: brightness(0) invert(0);
	    -moz-filter: brightness(0) invert(0);
	    -ms-filter: brightness(0) invert(0);
	    -o-filter: brightness(0) invert(0);
	    filter: brightness(0) invert(0);
	}
	#our-menu .slick-prev {
	    left: auto;
	    right: 85px;
	}
	#our-menu .slick-next {
	    right: 15px;
	}
	#our-menu .slick-arrow.slick-disabled {
	    background-color: rgb(0 0 0 / 10%);
	}
	#our-menu .slick-arrow:not(.slick-disabled):before {
	    -webkit-filter: brightness(0) invert(1);
	    -moz-filter: brightness(0) invert(1);
	    -ms-filter: brightness(0) invert(1);
	    -o-filter: brightness(0) invert(1);
	    filter: brightness(0) invert(1);
	}
	#our-menu .slick-arrow:before {
	    opacity: 1;
	}
	#about-us article.has-post-thumbnail .featured-image {
	    width: 55%;
	    float: right;
	    margin-bottom: 0;
	}
	#about-us article.has-post-thumbnail .featured-image img {
	    width: 100%;
	    min-height: 420px;
	    object-fit: cover;
	}
	#about-us article.has-post-thumbnail .entry-container {
	    width: 45%;
	    float: left;
	    padding: 70px 80px 20px 0;
	}
	#reserve article.has-post-thumbnail .featured-image {
	    width: 50%;
	    float: left;
	    margin-bottom: 0;
	}
	#reserve article.has-post-thumbnail .featured-image img {
	    width: 100%;
	    min-height: 420px;
	    object-fit: cover;
	}
	#reserve article.has-post-thumbnail .entry-container {
	    width: 50%;
	    float: left;
	    padding: 70px 0px 20px 65px;
	}
	#download article.has-post-thumbnail .featured-image {
	    width: 55%;
	    float: right;
	    margin-bottom: 0;
	}
	#download article.has-post-thumbnail .featured-image img {
	    width: 100%;
	    min-height: 420px;
	    object-fit: cover;
	}
	#download article.has-post-thumbnail .entry-container {
	    width: 45%;
	    float: left;
	    padding: 30px 80px 20px 0;
	}
	#counter article:nth-child(2n) {
	    margin-top: -60px;
	}
	#counter article:nth-child(3n) {
	    margin-top: -115px;
	}
	.sticky-post-wrapper {
	    width: 67%;
	    float: left;
	}
	.post-wrapper {
	    float: left;
	    width: 33%;
	    padding: 40px 0 0 40px;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail {
		position: relative;
		display: table;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail .featured-image {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 50%;
	    display: table-cell;
	    padding: 0;
	    height: 100%;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail .entry-container {
	    width: 50%;
	    display: table-cell;
	    float: right;
	    text-align: left;
	    padding: 30px;
	}
	.right-sidebar #primary,
	.left-sidebar #primary,
	.no-sidebar.single-itineraries #primary,
	.no-sidebar-content.single-itineraries #primary {
    	width: 68%;
    	float: left;
    	padding-right: 30px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary,
    .no-sidebar.single-itineraries #secondary,
    .no-sidebar-content.single-itineraries #secondary {
    	width: 32%;
    	float: right;
    	margin-top: 0;
    }
    .left-sidebar #primary { 
    	float: right;
    	padding-right: 0;
    	padding-left: 30px;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .no-sidebar-content.single-itineraries #inner-content-wrapper {
    	max-width: 100%;
    }
    .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) {
	#hero-section .entry-title {
		font-size: 82px;
	}
	.product-filtering {
	    width: 27%;
	    float: left;
	    border-right: 5px solid rgb(0 0 0 / 10%);
	    padding-right: 104px;
	    position: relative;
	    /* border-radius: 5px; */
	}
	.product-wrapper {
	    width: 73%;
	    float: left;
	    padding-left: 30px;
	}
}

@media screen and (min-width: 1600px) {
	#counter .col-3 {
	    margin: 0 -28px;
	}
	#counter article {
	    padding: 0 28px;
	}
	.counter-value {
	    font-size: 82px;
	}
}

@media screen and (min-width: 1900px) {
	.wrapper {
		max-width: 1430px;
	}
	#our-services {
	     padding-top: 90px; 
	}

	#hero-section article.has-post-thumbnail .featured-image {
	    width: 55%;
	}
	#hero-section article.has-post-thumbnail .entry-container {
	    width: 45%;
		padding-right: 125px;
	}
	.frame-layout {
	    padding-left: 70px;
	    padding-right: 70px;
	    margin: 70px auto;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child),
	.footer-widgets-area.col-2 .hentry:nth-child(odd) {
		padding-right: 100px;
	}
	.footer-widgets-area.page-section.col-4 .hentry {
	    width: 24%;
	}
	.footer-widgets-area.page-section.col-4 .hentry:first-child {
	    width: 28%;
	}
	.boxed-layout #page {
	    max-width: 1600px;
	    width: 90%;
	}
}

@media screen and (max-width: 1200px) {
	.product-nav li {
	    display: inline-block;
	}
	#about-us article.has-post-thumbnail .entry-container {
	    padding: 0px 55px 20px 0;
	}
}
@media screen and (max-width: 1023px) {
	.menu-toggle {
		height: 90px;
	}
	.site-logo img {
	    max-height: 60px;
	}
	.site-branding {
		padding: 15px 0;
		min-height: 80px;
	}
	.site-title {
		font-size: 26px;
	}
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation ul.nav-menu > li {
		padding: 0;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	.main-navigation ul.nav-menu li.current-menu-item > a, 
	.main-navigation ul.nav-menu li:hover > a, 
	.main-navigation ul.nav-menu li:focus > a,
	.main-navigation ul.nav-menu > li > a {
		color: #000;
	}
	.main-navigation ul.nav-menu li.current-menu-item > a, 
	.main-navigation ul.nav-menu li:hover > a, 
	.main-navigation ul.nav-menu li:focus > a,
	.main-navigation ul ul a:hover, .main-navigation ul ul a:focus {
		color: #7b7b7b;
	}
	.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: #000;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #000;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.menu-open .menu-toggle .icon-close {
		display: inline-block;
		fill: #fff;
		margin: auto;
		width: 20px;
    	height: 20px;
	}
	.main-navigation ul.nav-menu > li.search {
	    padding: 15px 0;
	}
	.main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border: none;
	    min-height: 55px;
	}
	.main-navigation form.search-form button.search-submit {
		height: 59px;
	}
	.main-navigation form.search-form button:focus svg {
		fill:#7b7b7b;
	}
	.menu-open #search {
	    display: block !important;
	}
	.main-navigation form.search-form input {
		padding-left: 25px;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	.main-navigation ul.nav-menu .social-menu {
	    padding: 15px;
	}
	.main-navigation .social-menu ul li a {
		background-color: #eee;
	}
	#masthead .main-navigation .social-menu ul li a svg {
		fill: #000;
	}
	#masthead .main-navigation .social-menu ul li a:hover svg,
	#masthead .main-navigation .social-menu ul li a:focus svg {
		fill: #fff;
	}
	#our-services {
	    padding-top: 60px;
	}
	#our-services, 
	#our-services .section-header {
		text-align: left;
	}
	#about-us .featured-image,
	#reserve .featured-image,
	.sticky-post-wrapper,
	div#download .featured-image {
	    margin-bottom: 30px;
	}
	#about-us article.has-post-thumbnail .entry-container {
	    padding: 0px 0px 20px 0;
	}
	#testimonial .section-header {
		text-align: left;
	}
	#download .section-content {
	    padding: 50px 20px 50px 60px;
	}
	.second-design .bg {
	    background-image: none !important;
	}
	.second-design #our-menu .section-header:after,
	.second-design #testimonial .section-header:before,
	.second-design #testimonial .section-header:after {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.single-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%;
	}
	.featured-content-wrapper {
		text-align: center;
	}
	.slider-nav {
		display: none;
	}
	.slick-prev, 
	.slick-next {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
	.product-nav li {
	    display: block;
	   max-width: 300px;
	}
	.testimonial-wrapper:after {
		display: none;
	}
	.testimonial-wrapper .entry-title,
	#download .section-title {
		font-size: 32px;
	}
	#download .section-content {
	    padding: 50px 20px 50px 25px;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
	}
	.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,
	#secondary {
		margin-top: 30px;
	}
	.single-wrapper .entry-title,
	.comments-title, 
	#reply-title,
	#reserve .section-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.navigation.post-navigation .nav-previous + .nav-next, 
	.navigation.posts-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next svg, 
	.navigation.posts-navigation .nav-previous + .nav-next svg {
		top: 10px;
	}
}
@media screen and (max-width: 567px) {
	.menu-toggle svg.icon-menu {
	    width: 25px;
	    height: 25px;
	}
	.menu-toggle {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 3000;
	    text-align: center;
	    float: none;
		top: 0;
		width: 70px;
	    min-width: 70px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.menu-toggle span {
		display: none;
	}
	.menu-toggle.active {
	    margin-right: -22px;
	}
	.main-navigation ul.nav-menu > li.search {
	    padding: 15px;
	}
	.site-logo img {
	    margin-right: 10px;
	}
	.site-description {
	    font-size: 14px;
	}
	.menu-toggle svg.icon-close {
	    width: 16px;
	    height: 16px;
	}
	.site-title {
	    font-size: 22px;
	}
	#hero-section .customer-image img {
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.testimonial-wrapper {
	    padding: 50px 30px;
	}
	.btn {
	    padding: 16px 20px;
	}
	.section-title {
		font-size: 32px;
	}
	#hero-section .entry-content {
		font-size: 20px;
	}
	#page-site-header {
	    padding: 200px 0;
	}
	#page-site-header .page-title {
		font-size: 32px;
	}
	.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 .posts-navigation, 
	.site-main .post-navigation {
		margin-top: 25px;
	}
	.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 {
	    border-right-color: transparent;
	    border-bottom-color: #f5f5f3;
	    left: 20px;
	    top: -18px;
	}
	#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;
	}
	.textwidget img {
	    display: inline-block;
	}
}

.nav-previous svg {
    margin: 10px;
}

.same-background + .same-background{
	margin-top: 40px;
}

.site-info.col-2 {
    text-align: center;
}

.page:not(.home) .post-wrapper{
	width: 100%;
}

.comment-awaiting-moderation{
	display: none;
}

.error-404{
	text-align: center;
}

.error-404 form.search-form{
	max-width: 600px;
	margin: auto;
}