/*
Theme Name: Chique
Theme URI: https://catchthemes.com/themes/chique/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Chique is a free responsive and trendy fashion WordPress theme for fashion webmasters. It is ideal for fashion bloggers and website owners to expose their fashion business. Fashion blogs are not just about visual attractiveness, but also functionality as well. Therefore, Chique provides both aesthetic design and functionality. Chique empowers you to craft professional, top-notch fashion sites in the blink of an eye. It comes with features that are exceptional and engaging. Some of the cool features are featured slider, layout options, featured content, hero content, portfolio, and more. Chique is fully responsive and built with SEO in mind. As a result, your site will look amazing from all screen sizes and it will reach a wide range of audience. The sleek design and awesome functionality in Chique help you create a lavishing fashion site in just a few minutes. Use the features available mindfully and your unique fashion site will be ready right away. And also, Chique is translation-ready. For more information, check out Theme Instructions at https://catchthemes.com/themes/chique/#theme-instructions, support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/chique
Version: 1.5
Requires at least: 5.5
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: chique
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-logo, custom-menu, editor-style, featured-images, featured-image-header, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, photography, blog, portfolio

Chique is based on Underscores http://underscores.me/, (C) 2012-2018 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Padding/Margin
# Forms
# Navigation
	## Links
	## Menus
	## Social Menu
	## Breadcrumb
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Page
	## Header
	## Comments
	## Sidebar
	## Footer
	## Posts and pages
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Transition
	## FontAwesome
	## Site-Overlay
# Modules
	## Slider
	## Sections
	## Featured Content
	## Services
	## Skills Section
	## Hero Content
	## Stats Section
	## Gallery
	## Promotion Headline
	## Promotion Sale
	## Pricing
	## Testimonials
	## Reservation Section
	## Team Section
	## Portfolio Section
	## Why Choose Us Section
	## Newsletter Section
	## Logo Slider
	## Contact Info
	## Custom Header
	## Playlist Section
	## Audio Player
	## Stick Playlist
	## Featured Video
	## Event
	## Countdown
	## Timeline
	## Venue
	## Promotional Contact
# WooCommerce
	## Clearing
	## Layout
	## Shop tables
	## Products
	## Infinite Scroll
	## Onsale
	## Price
	## Buttons
	## Single product
	## Checkout
	## My account
	## General WooCommerce components
		### Header cart
		### Pagination
		### Star rating
		### Tabs
		### Password strength meter
		### Forms
		### Notices
		### WooCommerce widgets
			#### WooCommerce Price Filter
# Style by Color Scheme
# Header Style
# Media Queries
	## >= 480px (iPhone 4 and 4S : Landscape)
	## >= 568px (iPhone 5, 5S, 5C and 5SE : Landscape)
	## >= 667px (iPhone 6, 6S, 7 and 8 : Landscape)
	## >= 783px
	## >= 812px (iPhone X : Landscape )
	## >= 1024px (iPad 1, 2, 3, 4, Mini, Air, Pro 9.7" : Landscape)
	## >= 1200px
	## >= 1366px (iPad Pro 12.9": Landscape )
	## >= 1600px (Kindle Fire HD 8.9" : Landscape)
	## >= 1920px
# Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 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;
	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;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
.hero-content-wrapper .entry-title span,
.promotion-sale-wrapper .entry-title span,
.contact-section .entry-title span,
#skill-section .entry-title span,
.reserve-content-wrapper .entry-title span,
#playlist-section .entry-title span,
.events-section .entry-meta {
	font-size: 18px;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
}

body,
button,
input,
select,
optgroup,
textarea,
.hero-content-wrapper .entry-title span,
.promotion-sale-wrapper .entry-title span,
.contact-section .entry-title span,
#skill-section .entry-title span,
.reserve-content-wrapper .entry-title span,
#playlist-section .entry-title span,
.services-section.style-two .entry-meta a,
.site-header-cart .cart-contents,
.site-footer .widget a {
	font-family: 'Merriweather', serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-description,
.section-title,
.entry-title,
cite,
.widget a,
.edit-link,
.more-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"],
.button,
.site-main #infinite-handle span button,
.posts-navigation a,
.pagination a,
.entry-meta a,
.sticky-label,
.comment-metadata a,
.post-navigation .nav-subtitle,
.nav-title,
.widget_categories ul li a,
.widget_archive ul li a,
.ew-archive ul li a,
.ew-category ul li a,
form label,
.author-link,
.catch-breadcrumb,
.catch-breadcrumb a,
.breadcrumb-current,
#team-content-section .position,
.pagination .nav-links > span,
.ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.contact-wrap > span,
.pricing-section .package-price,
.reservation-highlight-text span,
.reserve-content-wrapper .contact-description strong,
.info,
#gallery-content-section .gallery-item figcaption,
 .woocommerce .product-container .wc-forward,
 #events-section .owl-dots li span {
	font-family: 'Roboto Condensed', sans-serif;
}

.site-title,
.main-navigation a,
#feature-slider-section .entry-title,
.custom-header .entry-title,
#feature-slider-section .owl-dots {
	font-family: 'Titillium Web', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
	letter-spacing: normal;
}

h1,
.menu-group-title,
.single .content-area .entry-title,
.error404 .content-area
.page-title,
.search .content-area .page-title,
.page .content-area .entry-title,
.woocommerce-page .page-title,
.woocommerce-tabs .panel h2:first-of-type,
.related.products h2:first-of-type,
.footer-instagram .widget-title,
.section-title,
.hero-content-wrapper .entry-title,
.contact-section .entry-title,
.promotion-sale-wrapper .entry-title,
.reserve-content-wrapper .entry-title,
body:not(.home) .custom-header .entry-title,
.stats-section .entry-title,
#skill-section .entry-title,
#playlist-section .entry-title,
.color-scheme-lawyer .section.hero-content-wrapper .entry-title,
.color-scheme-lawyer .section.contact-section .entry-title,
.color-scheme-lawyer .section.promotion-sale-wrapper .entry-title,
.color-scheme-lawyer .section.reserve-content-wrapper .entry-title,
.color-scheme-lawyer .section.stats-section .entry-title,
.color-scheme-lawyer .section#skill-section .entry-title,
.color-scheme-lawyer .section#playlist-section .entry-title,
.color-scheme-lawyer .section.promotion-contact .entry-title,
.color-scheme-construction .section.hero-content-wrapper .entry-title,
.color-scheme-construction .section.contact-section .entry-title,
.color-scheme-construction .section.promotion-sale-wrapper .entry-title,
.color-scheme-construction .section.reserve-content-wrapper .entry-title,
.color-scheme-construction .section.stats-section .entry-title,
.color-scheme-construction .section#skill-section .entry-title,
.color-scheme-construction .section#playlist-section .entry-title,
.color-scheme-construction .section.promotion-contact .entry-title,
.color-scheme-fitness .section.hero-content-wrapper .entry-title,
.color-scheme-fitness .section.contact-section .entry-title,
.color-scheme-fitness .section.promotion-sale-wrapper .entry-title,
.color-scheme-fitness .section.reserve-content-wrapper .entry-title,
.color-scheme-fitness .section.stats-section .entry-title,
.color-scheme-fitness .section#skill-section .entry-title,
.color-scheme-fitness .section#playlist-section .entry-title,
.color-scheme-fitness .section.promotion-contact .entry-title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3;
}

h1 {
	margin-bottom: 0.6481481481481481em;
	margin-top: 1.037037037037037em;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.29;
	margin-bottom: 0.7142857142857143em;
	margin-top: 1.142857142857143em;
}

h3 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.4;
	margin-bottom: 1em;
	margin-top: 1.6em;
}

h4 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.5;
	margin-bottom: 1.25em;
	margin-top: 2em;
}

h5,
ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-category__title,
.album-section .entry-title,
.grid-blog .archive-content-wrap .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.46;
}

h5 {
	margin-bottom: 1.458333333333333em;
	margin-top: 2.333333333333333em;
}

h6,
.author-title,
.sidebar,
.woocommerce .product-container .button,
.woocommerce .product-container .wc-forward {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.56;
}

h6 {
	margin-bottom: 1.944444444444444em;
	margin-top: 3.111111111111111em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

.site-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.31;
	text-transform: uppercase;
}

.site-description {
	font-weight: 400;
	margin-bottom: 0;
}

.custom-header .sub-title,
#feature-slider-section .sub-title,
.entry-title,
.portfolio-content-wrapper .entry-title,
.color-scheme-fitness .custom-header .sub-title,
.color-scheme-fitness .promotion-headline-wrapper .entry-content,
.color-scheme-fitness .promotion-headline-wrapper .entry-summary {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.53;
}

.archive-content-wrap .entry-title,
.events-section .entry-title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.4;
}

.post-navigation .nav-title {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75;
}

.comments-title,
.comment-reply-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.46;
}

.entry-meta,
.pingback .edit-link,
.post-password-form label,
.menu-toggle,
.widget_recent_entries .post-date,
.sticky-label,
.pagination .nav-links > span,
.pagination .nav-links > a,
.page-links a,
.page-links > span,
.gallery-caption,
.site-header-cart .cart-contents,
.demo_store .woocommerce-store-notice__dismiss-link,
.catch-breadcrumb,
.site-header-menu input[type="search"],
.before-text,
.after-text,
#cancel-comment-reply-link,
.skill-bar-percent,
.widget.ew-tabbed-recent-popular .entry-meta {
	font-size: 14px;
	font-size: 0.875rem;
}

.main-navigation a,
.widget-title,
.widget .wp-block-group h2,
.sidebar .widget .wp-block-group h2,
.widgettitle,
.sidebar .widget-title,
.sidebar .widgettitle,
.sidebar .entry-title,
.contact-details li .contact-label,
.widget-area .menu-social-container a,
.author-name,
.pricing-section .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.essential-widgets .featured-image,
.essential-widgets .entry-title,
.essential-widgets .entry-meta,
.essential-widgets .entry-content,
.essential-widgets .entry-summary {
	margin-bottom: 7px;
	margin-top: 0;
}

.main-navigation ul ul a,
cite,
.nav-previous .nav-subtitle:before,
.nav-next .nav-subtitle:before,
.menu-social-container li a,
.site-header .search-submit,
.site-info,
#testimonial-content-section .entry-meta,
.skillbar-title {
	font-size: 16px;
	font-size: 1rem;
}

.site-description,
.comment-metadata {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.62;
}

.drop-cap:first-letter {
  	float: left;
  	font-size: 100px;
  	font-size: 6.25rem;
  	font-weight: 500;
  	line-height: 0.6;
  	margin: 5px 14px 0 -2px;
}

p {
	margin-top: 0;
}

p,
.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form textarea {
	margin-bottom: 1.75em;
}

b,
strong {
	font-weight: 600;
}

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

cite {
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height: 1.31;
}

cite a {
	font-weight: 500;
}

blockquote {
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 1.75em;
	border: 0 solid;
	border-left-width: 3px;
	padding: 0 0 0 1.4em;
}

blockquote p {
	margin-bottom: 1.4em;
}

address {
	margin: 0 0 1.75em;
}

pre {
	margin-bottom: 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre-wrap;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	padding: 7px;
	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;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.555555555555556em;
}

ul,
ol {
	margin: 0 0 1.555555555555556em 2em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.75em 1.75em;
}

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

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	margin: 0 0 1.555555555555556em;
}

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

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
}

table a {
	font-weight: 300;
}

table caption {
	padding-bottom: 21px;
}

thead th {
	font-weight: 700;
}

th {
	text-align: left;
}

th,
td {
	padding: 0.875em 1.75em;
}

/*--------------------------------------------------------------
# Padding/Margin
--------------------------------------------------------------*/

.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child,
blockquote > :last-child,
.taxonomy-description > :last-child,
.widget-area .wrapper > :last-child,
.widget > :last-child,
.widget li:last-child,
.widget embed:last-child,
.widget iframe:last-child,
.widget object:last-child,
.widget video:last-child,
#colophon .widget li:last-child,
.entry-footer > :last-child,
.comment-form > :last-child,
.widget .widget-wrapper > :last-child,
.widget .ads-code-wrap .hentry:last-child,
form input:last-of-type,
.widget-area .widget.essential-widgets.ewnewsletter input:last-of-type,
.site-footer .widget li:last-child,
.singular-content-wrap >:last-child,
.archive .page-header >:last-child,
.search .page-header >:last-child,
.archive  .archive-description p:last-child,
#secondary ul li:last-child,
.site-footer ul li:last-child,
.woocommerce .catch-breadcrumb .woocommerce-breadcrumb,
.author-description >:last-child,
.post-password-form >:last-child,
.no-comments,
.form-submit,
.recent-blog-content-wrapper .section-content-wrap + p,
.entry-content form >:last-child,
form p:last-of-type,
.entry-footer .entry-meta span:last-child,
.instagram-button,
.site-footer .menu-social-container ul li,
.page-template-menu-page .entry-container > .entry-header,
.section-description >:last-child,
.widget .widget-wrap >:last-child {
	margin-bottom: 0;
}

body:not(.no-header-media-image) .content-area .singular-content-wrap .entry-content,
body:not(.no-header-media-image) .content-area .singular-content-wrap .entry-summary,
.promotion-headline-wrapper .entry-title,
.instagram-button .button,
.recent-blog-content-wrapper .more-recent-posts,
.menu-group-title {
	margin-top: 0;
}

.site-title,
.section-title,
.entry-title,
.widget-title,
.widget .wp-block-group h2,
.widgettitle,
.comments-title,
.comment-reply-title,
.page-title,
.author-title,
.reserve-content-wrapper .entry-title {
	margin: 0;
}

.section-heading-wrap,
.section-heading-wrapper {
	padding: 0 30px 28px 30px;
	max-width: 740px;
	margin: 0 auto;
	position: relative;
}

.sidebar .section-heading-wrap,
.sidebar .section-heading-wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.sidebar .ew-newsletter .section-heading-wrapper:after {
	content: none;
}

.archive .page-header,
.search .page-header {
	padding: 0 30px 28px 30px;
}

.singular-content-wrap .entry-header {
	padding: 0 0 21px 0;
}

.site-footer .site-social,
.site-main.woocommerce {
	padding-top: 42px;
}

.section-content-wrapper,
.singular-content-wrap,
.recent-blog-content-wrapper .section-content-wrap,
.archive-content-wrap .section-content-wrapper,
.woocommerce-page .site-content .wrapper,
.search-no-results .archive-content-wrap,
.posts-navigation,
.pagination,
#team-content-section .team-content-wrapper,
#logo-slider-section .section-content-wrapper,
#featured-content.boxed.style-one .section-content-wrapper  {
	padding-left: 30px;
	padding-right: 30px;
}

.woocommerce-page .singular-content-wrap {
	padding-left: 0;
	padding-right: 0;
}

.singular-content-wrap {
	padding-bottom: 42px;
	padding-top: 42px;
}

.archive .archive-content-wrap,
.search .archive-content-wrap,
body:not(.home) .site-content .archive-content-wrap {
	padding-top: 42px;
}

.two-columns-layout .singular-content-wrap {
	border-bottom: 1px solid;
}

.section-content-wrapper,
.section-content-wrap {
	padding-bottom: 14px;
}

.two-columns-layout .singular-content-wrap {
	padding-bottom: 42px;
}

.error404 .error-404.not-found .page-header,
.menu-group-header {
	padding-bottom: 35px;
	padding-top: 35px;
}

.sidebar .widget.widget_search .widget-title {
	margin: 0 0 28px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
.site-main #infinite-handle span button,
.hero-content-wrapper .more-link,
.promotion-sale-wrapper .hentry .more-link,
.promotion-headline-wrapper .hentry .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.custom-header .more-link,
#feature-slider-section .more-link,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.pricing-section .hentry .more-link,
.product-container .wc-forward {
	border: 0;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	font-size: 18px;
	font-size: 1.125rem;
	font-stretch: condensed;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.author-name a {
	line-height: 1.75;
}

.author-name a,
.more-link,
.author-link,
.sidebar .more-link {
	font-weight: 700;
}

.more-link,
.author-link,
.sidebar .more-link,
.job-label,
.album-year {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.67;
	text-transform: capitalize;
}
.job-label,
.album-year {
	line-height: 1.56;
}

.more-link .fa {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid;
	font-size: 24px;
	font-size: 1.5rem;
	padding: 5px;
	margin-left: 14px;
	text-align: center;
	width: 40px;
	position: relative;
}

.more-link:hover .fa,
.more-link:focus .fa {
	margin-left: 7px;
}

.more-button,
.author-link {
	display: block;
}

.view-all-button {
	clear: both;
	position: relative;
	text-align: center;
}

.view-all-button .more-button {
	margin-top: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
.site-main #infinite-handle span button,
.hero-content-wrapper .more-link,
.promotion-sale-wrapper .hentry .more-link,
.promotion-headline-wrapper .hentry .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.custom-header .more-link,
#feature-slider-section .more-link,
.instagram-button .button,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.pricing-section .hentry .more-link {
	display: inline-block;
	padding: 7px 28px;
}

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,
select {
	border: 1px solid;
	font-size: 18px;
	font-size: 1.123rem;
	padding: 7px 14px;
	width: 100%;
}

input[type="search"] {
	padding-right: 45px;
}

textarea {
	width: 100%;
}

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

.post-password-form label {
	display: block;
	letter-spacing: 0.076923077em;
	margin-bottom: 1.555555555555556em;
	text-transform: uppercase;
}

.entry-content .post-password-form input[type="password"] {
	width: 100%;
}

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

.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form textarea {
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

body.customize-partial-edit-shortcuts-shown #site-navigation .customize-partial-edit-shortcut-button {
	left: 0;
}

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.ew-about a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a {
    text-decoration: underline;
}

.entry-content a:not(.more-link):not(.button):hover,
.entry-content a:not(.more-link):not(.button):focus,
.entry-summary a:not(.more-link):not(.button):hover,
.entry-summary a:not(.more-link):not(.button):focus,
.ew-about a:not(.more-link):not(.button):hover,
.ew-about a:not(.more-link):not(.button):focus,
.widget_text a:not(.more-link):not(.button):hover,
.widget_text a:not(.more-link):not(.button):focus,
.comment-content a:hover,
.comment-content a:focus {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	padding: 10px 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	margin: 0;
	position: relative;
}

.menu-social-container {
	padding: 10px 0;
	text-align: center;
}

.main-navigation a {
	display: block;
	font-weight: 600;
	padding: 10px 30px;
	-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 ul ul a {
	padding: 6px 35px;
}

#header-navigation-area {
	display: none;
}

.mobile-social-search .search-container {
	padding: 10px 30px;
}

#social-search-wrapper {
	display: none;
}

.menu-inside-wrapper {
    position: absolute;
    right: -100%;
    top: 100%;
    width: 100%;
	max-width: 100%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.is-open .menu-inside-wrapper,
.header-style-horizontal-one #primary-search-wrapper.is-open .menu-inside-wrapper {
	border-top: 1px solid;
	right: 0;
    visibility: visible;
}

body.menu-open {
	overflow-y: scroll;
	width: 100%;
}

.header-overlay {
	display: none;
}

#menu-toggle {
	background-color: transparent;
}

.menu-toggle {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: 500;
	padding: 10px;
	letter-spacing: 0.00113em;
	line-height: 1;
	margin-right: -10px;
}

#primary-menu-wrapper .menu-toggle {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 10px;
}


#primary-search-wrapper .menu-toggle,
#social-menu-wrapper .menu-toggle {
	display: inline-block;
	padding: 0;
	text-align: center;
	width: 16px;
}

.bars {
	width: 25px;
	height: 3px;
	margin: 6px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.selected .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	-ms-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px);
}

.selected .bar2 {
	opacity: 0;
}

.selected .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	-ms-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
}

body button.dropdown-toggle {
	font-size: 22px;
	font-size: 1.375rem;
}

/* Dropdown Toggle */
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	right: 0;
	line-height: 1;
	margin: 0 auto;
	padding: 14px;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.main-navigation ul ul .dropdown-toggle {
	padding: 9px 14px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.main-navigation li.menu-item-has-children > a {
	padding-right: 42px;
}

.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .menu-social-container a:hover,
.main-navigation .menu-social-container a:focus,
.menu-toggle.selected {
	background-color: transparent;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
}

.site-main .posts-navigation .nav-previous,
.site-main .posts-navigation .nav-next {
	margin-top: 28px;
}

.post-navigation .nav-links {
	border-bottom: 1px solid;
	clear: both;
    display: table;
    padding-bottom: 35px;
    width: 100%;
}

.post-navigation span {
	display: block;
	position: relative;
}

.post-navigation a {
	display: block;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	font-weight: 500;
	position: relative;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

.post-navigation .nav-next {
	margin-top: 28px;
}

.scroll-down,
.post-navigation .nav-subtitle {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
}

.post-navigation .nav-subtitle {
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.17;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.post-navigation .nav-title {
	font-weight: 700;
	line-height: 1.46;
}

.post-navigation .nav-previous .nav-subtitle:before,
.post-navigation .nav-next .nav-subtitle:before {
	display: block;
	margin-bottom: 7px;
}

.search-form {
	position: relative;
}

input[type="search"] {
	margin: 0;
 	-webkit-appearance: none;
  	-webkit-border-radius: 0;
}

.site-header input[type="search"] {
	border: 1px solid transparent;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	font-size: 16px;
	font-size: 1rem;
	padding: 9px 45px 9px 21px;
	width: 100%
}

.site-header input[type="search"]:focus {
	border: 1px solid;
}

.search-submit {
	background-color: transparent;
	border-radius: 0;
	border: none;
	bottom: 0;
	letter-spacing: normal;
	padding: 12px 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.color-scheme-lawyer .search-submit,
.color-scheme-construction .search-submit,
.color-scheme-fitness .search-submit {
	padding: 12px 15px;
}

.search-submit:hover,
.search-submit:focus {
	background-color: transparent;
}

.menu-label {
	display: none;
	margin-left: 7px;
	text-transform: capitalize;
}

#primary-search-wrapper,
#social-menu-wrapper {
	display: none;
}

.menu-social-container li a {
	line-height: 1;
	padding: 10px;
}

.mobile-social-search .menu-social-container {
	padding: 10px 20px;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/

.social-top {
	display: none;
}

.social-navigation ul {
	list-style: none;
	margin: 0;
}

.ctsocialwidget ul {
	margin:  0;
}

.social-navigation li,
.ctsocialwidget li {
	display: inline-block;
	line-height: 1;
	margin: 0;
}

.social-navigation a,
.ctsocialwidget a {
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-navigation .icon {
	height: 16px;
	top: 10px;
	width: 16px;
	vertical-align: top;
}

.navigation-classic .social-top .menu-social-container {
    padding: 30px;
}

.ctsocialwidget .menu-social-container {
	border: none;
	padding: 0;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.catch-breadcrumb {
	padding: 7px 0;
}

.catch-breadcrumb a {
	line-height: 1.65;
}

.breadcrumb-current,
.woocommerce-breadcrumb > span:last-child {
	opacity: 0.75;
}

.catch-breadcrumb .breadcrumb {
	display: inline-block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

#scrollup {
	cursor: pointer;
	height: 35px;
	outline: none;
	padding: 12px;
	position: fixed;
	width: 35px;
	z-index: 9999;
	border: none;
	opacity: 0;
	bottom: 20px;
	right: -20px;
}

.sticky-playlist-enabled.sticky-playlist-bottom #scrollup {
	bottom: 90px;
}

#scrollup:hover,
#scrollup:focus {
	text-decoration: none;
}

#scrollup .icon {
	font-size: 28px;
	font-size: 1.75rem;
	width: 28px;
}

#scrollup.scroll-on {
	right: 20px;
	opacity: 1;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	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: 0.375em 1.75em 1.75em 0;
}

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

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

.section-heading-wrapper,
.section-heading-wrap,
.archive .page-header,
.search .page-header,
.singular-content-wrap .entry-header,
.error404 .error-404.not-found .page-header,
.woocommerce-products-header,
.catch-breadcrumb,
.author-info,
.form-submit,
.footer-instagram .widget-title,
.gallery-item,
.wp-caption-text,
.site-main #infinite-handle,
.infinite-loader,
.pagination,
.posts-navigation,
.post-thumbnail,
#scrollup,
.comment-reply-title,
.custom-header,
.custom-header-content,
.promotion-headline-wrapper,
.recent-blog-content-wrapper .more-recent-posts,
.widget_calendar td,
.widget_calendar th,
.menu-group-header,
#site-generator,
.reserve-content-wrapper .entry-title {
	text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.ui-tabs-panel-wrap:before,
.ui-tabs-panel-wrap:after,
.ui-tabs-panel:before,
.ui-tabs-panel:after,
.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,
#tertiary:before,
#tertiary:after,
.section-content-wrapper:before,
.section-content-wrapper:after,
.section-content-wrap:before,
.section-content-wrap:after,
.footer-widget-area .wrapper:before,
.footer-widget-area .wrapper:after,
.sidebar:before,
.sidebar:after,
.contact-details:before,
.contact-details:after,
.widget li:before,
.widget li:after,
.site-content .wrapper:before,
.site-content .wrapper:after,
.posts-navigation:before,
.posts-navigation:after,
#footer-newsletter:before,
#footer-newsletter:after
#page:before,
#page:after,
.view-all-button:before,
.view-all-button:after,
#timeline-section .hentry:before,
#timeline-section .hentry:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.ui-tabs-panel-wrap:after,
.ui-tabs-panel:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
#tertiary:after,
.section-content-wrapper:after,
.section-content-wrap:after,
.footer-widget-area .wrapper:after,
.sidebar:after,
.contact-details:after,
.widget li:after,
.site-content .wrapper:after,
.posts-navigation:after,
#footer-newsletter:after,
#page:after,
.view-all-button:after,
#timeline-section .hentry:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#footer-instagram .wrapper {
	max-width: 2560px;
	overflow: hidden;
}

.footer-widget-area .wrapper {
	overflow: hidden;
	padding: 21px 16px 14px 16px;
}

.widget {
	padding: 14px;
}

.widget-area .ctsocialwidget .section-title-wrapper {
	padding-bottom: 21px;
}

.widget-area .gallery {
	margin: 0;
}

.widget .tagcloud a {
	border: 0;
}

.widget_recent_entries .post-date {
	display: block;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget-title,
.widgettitle,
.widget .wp-block-group h2 {
	line-height: 1.46;
	margin-bottom: 14px;
}

.footer-instagram .widget {
	margin: 0;
	padding: 0;
}

.footer-instagram .widget-title {
	margin-bottom: 35px;
	text-transform: capitalize;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
	margin: 0;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
	max-width: 16.66667%;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(3n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(3n+1) {
	clear: none;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(6n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(6n+1) {
    clear: both;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default
.instagram-button,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button,
#footer-instagram .catch-instagram-feed-gallery-widget .section-title-wrapper,
#footer-instagram .widget-title {
    display: none;
}

#footer-instagram .menu-social-container .widget-title {
	display: block;
}

.error404 .content-area .widget {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/

#page {
	height: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	max-width: 2560px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

.header-style-horizontal-one #page {
	overflow-x: hidden;
}

.wrapper,
.site-header-main {
	margin: 0 auto;
	max-width: 1490px;
}

.home .custom-header + .site-content {
	padding-top: 42px;
}

.site-content .wrapper {
	padding-bottom: 28px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

html,
body {
	overflow-x: hidden;
}

#masthead {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.below-site-header {
	position: relative;
	overflow-x: hidden;
}

.site-header-main {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 30px;
	padding-right: 30px;
	-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 {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 14px;
	padding-top: 14px;
	margin: 0 auto 0 0;
	text-align: left;
	width: auto;
}

.header-style-horizontal-one .site-branding {
	text-align: center;
}

.header-style-horizontal-one.wp-custom-logo .site-branding {
	text-align: left;
}

.wp-custom-logo .site-identity {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area,
.no-comments {
	clear: both;
	padding-top: 35px;
}

.comment-body {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
}

.comment-author-container {
	margin-bottom: 21px;
}

.comment-author-container,
.comment-container {
	width: 100%;
	vertical-align: top;
}

.comment-list {
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid;
	padding: 2.1875em 0;
}

.comment-body + .comment-respond {
	margin-bottom: 2em;
}

.comments-area .comment-list >li:first-child > article,
.comments-area .comment-list li.pingback:first-child,
.comments-area .comment-list li.trackback:first-child {
    border-top: none;
}

.comment-header {
	text-align: center;
}

.comment-list,
.comments-area .children {
	list-style: none;
	margin-left: 0;
}

.comment-list .children > li {
	margin-left: 0.875em;
}

.comment-content {
	clear: both;
	margin-top: 14px;
	position: relative;
}

.comment-author {
	margin-bottom: 0.4375em;
	text-align: center;
}

.comment-author .avatar {
	height: 75px;
	width: 75px;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
	margin: 0;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-respond {
	border: 1px solid;
	max-width: 636px;
	margin: 0 auto;
	padding: 35px;
	position: relative;
}

#cancel-comment-reply-link {
	font-weight: 600;
	letter-spacing: 0.01em;
}

.comment-reply-link {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.reply {
	display: block;
	margin-top: 14px;
}

#cancel-comment-reply-link {
	position: absolute;
	right: 21px;
	top: 21px;
	text-indent: -9999px;
}

#cancel-comment-reply-link:before {
	padding-right: 4px;
	position: absolute;
	right: 0;
	text-indent: 0;
}

.comment-reply-title {
	margin-bottom: 1.458333333333333em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

.author-avatar .avatar {
	height: 65px;
	width: 65px;
}

form label {
	display: block;
    font-weight: 400;
    line-height: 1.67;
}

.comment-respond input[type="date"],
.comment-respond input[type="time"],
.comment-respond input[type="datetime-local"],
.comment-respond input[type="week"],
.comment-respond input[type="month"],
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="password"],
.comment-respond input[type="search"],
.comment-respond input[type="tel"],
.comment-respond input[type="number"],
.comment-respond textarea,
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="week"],
.wpcf7 input[type="month"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid;
	padding: 0;
}

.comment-respond textarea,
.wpcf7 textarea {
    max-height: 100px;
    resize: none;
}

#wp-comment-cookies-consent,
#wp-comment-cookies-consent + label {
    display: inline;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: .4375em;
}

.contact-label {
	display: block;
}

.comment-respond .comment-form p:not(.form-submit) input,
.wpcf7-form p input {
	padding-bottom: 10px;
	position: relative;
    z-index: 2
}

.comment-respond .comment-form p label,
.wpcf7-form label .contact-label {
    transform: translateY(30px) scale(1);
    -o-transform: translateY(30px) scale(1);
    -moz-transform: translateY(30px) scale(1);
    -webkit-transform: translateY(30px) scale(1);
    transform-origin: top left;
    position: relative;
    z-index: 1;
}

.comment-respond .comment-form .is-focused label,
.wpcf7-form label.is-focused .contact-label {
    transform: translateY(0) scale(0.8);
    -o-transform: translateY(0) scale(0.8);
    -moz-transform: translateY(0) scale(0.8);
    -webkit-transform: translateY(0) scale(0.8);
}

.color-scheme-lawyer .wpcf7-form label .contact-label,
.color-scheme-construction .wpcf7-form label .contact-label {
	opacity: 0.6;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

.sidebar {
	padding: 42px 30px 0 30px;
}

.sidebar .widget {
	margin: 0 0 35px;
	padding: 0;
}

.sidebar .widget-wrap {
	overflow: hidden;
	padding: 35px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget-title,
.sidebar .widgettitle,
.sidebar .widget .wp-block-group h2 {
	line-height: 1.56;
	text-align: center;
	text-transform: uppercase;
}

.color-scheme-lawyer .sidebar .widget-title,
.color-scheme-lawyer .sidebar .widgettitle,
.color-scheme-construction .sidebar .widget-title,
.color-scheme-construction .sidebar .widgettitle {
	text-align: left;
}

#secondary ul,
.site-footer ul {
	list-style: none;
	margin: 0;
}

#secondary .dropdown-toggle,
.site-footer .dropdown-toggle {
	display: none;
}

#secondary ul li,
.site-footer ul li,
.error404 .widget  ul li {
	margin-bottom: 12px;
}

#secondary ul li > ul,
.site-footer ul li > ul {
	margin-left: 7px;
	margin-top: 14px;
}

.widget_categories ul,
.widget_archive ul,
.ew-archive ul,
.ew-category ul {
	text-align: right;
}

.widget_categories ul li,
.widget_archive ul li,
.ew-archive ul li,
.ew-category ul li {
    display: block;
    overflow: hidden;
}

.widget_categories ul li a,
.widget_archive ul li a,
.ew-archive ul li a,
.ew-category ul li a {
    float: left;
}

.site-footer .widget-title,
.site-footer .widgettitle,
.site-footer .widget .wp-block-group h2 {
	text-align: left;
}

.site-footer .site-info a,
.site-info {
	font-weight: 300;
}

.widget a,
.site-footer a {
	font-weight: 400;
}

.ew-category .children {
	clear: both;
	float: none;
}

.tag-cloud-link {
	border: 1px solid;
	display: inline-block;
	margin: 3px;
	padding: 5px 10px;
}

#secondary .ewtabbedrecentpopular ul li {
	margin-bottom: -1px;
	padding-bottom: 0;
	white-space: normal;
}

#secondary .ewtabbedrecentpopular ul li a {
	padding: 1em;
}

.widget_text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.94;
}

.essential-widgets .hentry {
	border-bottom: 1px solid;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.essential-widgets .hentry:last-child {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

.essential-widgets .entry-title {
	margin: 0;
}

.essential-widgets .entry-header .entry-meta {
	margin: 3px 0 0 0;
}

.essential-widgets .entry-title a {
	font-weight: 700;
}

.essential-widgets .featured-image {
	margin-bottom: 21px;
}

.essential-widgets .entry-title,
.widget.ew-tabbed-recent-popular .entry-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.31;
}

.essential-widgets .ui-tabs .ui-tabs-panel {
	padding: 1.5em 1.4em;
}

.date-label,
.author-label,
.cat-label,
.tag-label {
	display: none;
}

.essential-widgets .entry-meta span:before,
.essential-widgets .entry-meta a:before {
	content: none;
	display: none;
}

.essential-widgets .entry-meta > span:after {
	content: ".";
}

.essential-widgets .entry-meta > span:last-child {
	content: none;
}

.essential-widgets .entry-meta .posted-on,
.essential-widgets .entry-meta .byline,
.essential-widgets .entry-meta .comments-link,
.essential-widgets .entry-meta .tags-links,
.essential-widgets .entry-meta .cat-links {
	margin-right: 5px;
}

.essential-widgets.ew-featured-post .hentry,
.essential-widgets.ew-tabbed-recent-popular .hentry {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.essential-widgets .featured-image img {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#site-generator {
	clear: both;
	padding: 28px 30px;
}

.footer-widget-area + #site-generator .wrapper {
	padding-bottom: 28px;
}

.footer-widget-area + #site-generator {
	padding: 7px 30px;
}

#site-generator .site-social{
	padding: 0 0 7px 0;
}

#site-generator .site-info {
	padding: 7px 0;
}

#site-generator .menu-social-container {
	border: none;
	padding: 0;
}

.site-footer {
	clear: both;
}

.site-footer .menu-social-container li a {
	font-size: 21px;
	font-size: 1.3125rem;
	padding-top: 7px;
	padding-bottom: 7px;
}

.site-footer .menu-social-container.ct-social-widget li a {
    padding-top: 0;
    padding-bottom: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky-label {
	border-radius: 3px 0 0 3px;
	display: inline-block;
	font-weight: 600;
	height: 26px;
	line-height: 26px;
	letter-spacing: 0.05em;
	padding: 0 20px 0 23px;
	position: relative;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.sticky-label:before {
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}

.sticky-label:after {
  border-bottom: 13px solid transparent;
  border-left: 10px solid;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.hentry,
.view-all-button {
	margin-bottom: 28px;
}

.entry-header .entry-meta > span {
	display: inline-block;
}

.entry-header .entry-meta > span,
.custom-header .entry-meta > span {
	margin-right: 14px;
}

.entry-header .entry-meta > span > a {
	margin-right: 7px;
}

.entry-header .entry-meta > span:last-child,
.entry-header .entry-meta > span > a:last-child {
	margin-right: 0;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

.cover-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.post-thumbnail,
.featured-content-image {
	margin-bottom: 21px;
}

.author-bio {
	margin-top: 14px;
}

.updated:not(.published) {
	display: none;
}

.entry-content,
.entry-summary {
	margin-top: 14px;
}

.more-button,
.author-link {
	margin-top: 21px;
}

.instagram-button {
	margin-top: 28px;
}

.page-links {
	clear: both;
	margin: 0 0 1.555555555555556em;
}

.entry-meta {
	line-height: 1.5;
}

.entry-title + .entry-meta {
	margin-top: 14px;
}

.entry-meta + .entry-title  {
	margin-top: 7px;
}

.entry-footer .entry-meta {
	padding-top: 35px;
}

.home .entry-footer .entry-meta .tags-links,
.home .entry-footer .entry-meta .cat-links {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.entry-footer .entry-meta span,
.author-avatar {
	margin-bottom: 21px;
}

.edit-link {
	margin-top: 21px;
}

.entry-footer .tags-links,
.entry-footer .cat-links,
.entry-footer .edit-link {
    display: block;
    line-height: 1.5;
}

.entry-footer .tags-links a,
.entry-footer .cat-links a {
	display: inline-block;
	margin-bottom: 7px;
	margin-left: 7px;
}

.entry-meta a {
	font-weight: 400;
	text-transform: capitalize;
}

.entry-footer .tags-links .tags-text  + a,
.entry-footer .cat-links .cat-text + a {
	margin-left: 0;
}

.cat-links:before,
.tags-links:before,
.edit-link:before,
.posted-on a:before,
.byline a:before {
	margin-right: 7px;
}

.author-info {
	margin-top: 35px;
	padding: 35px;
}

.wp-post-image:hover {
	opacity: 0.85;
}

.archive-content-wrap .hentry:not(.has-post-thumbnail) .entry-container {
	padding-top: 0;
}

/*Gird Blog*/


/*--------------------------------------------------------------
# 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;
}

.infinite-scroll.infinity-success .archive-content-wrap,
.infinite-scroll.infinity-end .archive-content-wrap {
	padding-bottom: 0;
}

.infinite-scroll.infinity-end .site-content .wrapper {
	padding-bottom: 7px;
}

body.grid-blog.infinite-scroll .archive-content-wrap .section-content-wrapper {
    padding-bottom: 54px;
}

.grid-blog #content #infinite-handle,
.grid-blog #content .infinite-loader {
    bottom: -54px;
    cursor: pointer;
    clear: both;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
}

.site-main #infinite-handle,
.site-main .infinite-loader,
.pagination,
.posts-navigation {
    clear: both;
    width: 100%;
}

.site-main #infinite-handle span {
	background-color: transparent;
	display: inline-block;
}

.ctis-load-more-container + .infinite-loader,
.ctis-finished-notice {
	left: inherit;
}

.infinite-loader {
	display: none;
}

.pagination .page-numbers {
	margin: 7px 0;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	display: block;
	border-color: transparent;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	margin: 28px 0 0 0;
}

.pagination .prev.page-numbers {
	margin-bottom: 28px;
}

.pagination .nav-links > span,
.pagination .nav-links > a,
.page-links a,
.page-links > span {
    border: 1px solid;
    display: inline-block;
    padding: 7px 14px;
    text-align: center;
}

.pagination .nav-links > a:hover,
.page-links a:hover,
.page-links a:focus {
	border-color: transparent;
}

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

/*--------------------------------------------------------------
# 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%;
	vertical-align: middle;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.custom-logo {
    display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.555555555555556em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figcaption,
.wp-caption .wp-caption-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.4;
    padding: 14px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.555555555555556em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
	font-style: italic;
	padding-top: 0.5384615385em;
}

.gallery-section .entry-content,
.gallery-section .entry-summary {
	margin-top: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.gallery-section .entry-content .gallery,
.gallery-section .entry-summary .gallery {
	margin-left: -30px;
	margin-right: -30px;
}

/*--------------------------------------------------------------
## Transition
--------------------------------------------------------------*/

.site-title a,
.main-navigation .dropdown-toggle:after,
button,
#scrollup,
.site-main #infinite-handle span button,
.nav-links a,
.hero-content-wrapper .more-link,
.promotion-sale-wrapper .hentry .more-link,
.recent-blog-content-wrapper .more-link,
.cycle-prev,
.cycle-next,
.more-link,
.breadcrumb-area a,
.search-content-wrapper-top a,
.entry-header a,
.entry-content a,
.entry-summary a,
.site-info a,
.comment-metadata a,
.widget a,
table a,
select,
input,
textarea,
.ui-tabs-anchor,
.author-link,
.wp-post-image,
.entry-meta a,
.view-all-button .more-link,
#gallery-content-section .gallery-icon a:before,
#gallery-content-section .tiled-gallery-item a:before,
#gallery-content-section  .gallery-item figcaption,
#masthead,
.post-navigation .nav-links a,
.nav-title,
.nav-subtitle,
.logged-in-as a,
.more-link .fa,
.portfolio-content-wrapper .entry-container >.inner-wrap,
.entry-meta a:before,
.author-name a,
#cancel-comment-reply-link:before,
.menu-toggle .menu-label,
.pricing-section .hentry,
#logo-slider-section .owl-dots button span,
#testimonial-content-section .owl-dots button span,
.woocommerce .product-container .button,
.woocommerce .product-container .wc-forward,
.below-site-header .site-header-cart .cart-contents,
.below-site-header .site-header-cart .widget_shopping_cart,
#testimonial-dots li,
ul.products li.product .woocommerce-loop-product__title,
.product-category.product a h2,
.product-category.product a h2 mark,
.comment-respond .comment-form p label,
.wpcf7-form p .contact-label,
.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title:after,
 #sticky-playlist-section,
 #sticky-playlist-section .playlist-hide .fa,
 .wp-playlist-item-title,
.wp-playlist-item-artist,
#gallery-content-section .gallery-icon a:after,
#gallery-content-section .tiled-gallery-item a:after,
#gallery-content-section .gallery-item img,
.portfolio-content-wrapper .post-thumbnail a:before,
.countdown #clock > span,
#events-section .owl-dots li span,
.chique-mejs-container.mejs-container .mejs-controls .mejs-button button:before,
.mejs-time-handle-content,
.site-contact li strong a,
.site-contact li.contact-button a,
.header-style-horizontal-one .site-header-cart .cart-contents,
.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close:before,
.color-scheme-lawyer .button,
.color-scheme-construction .button,
.color-scheme-lawyer div.section:nth-child(2n-1).featured-content-section .cat-links:before,
.color-scheme-construction div.section:nth-child(2n-1).featured-content-section .cat-links:before {
	-webkit-transition: all 0.3s ease-in-out; /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s ease-in-out; /* Firefox 4-15 */
	-o-transition: all 0.3s ease-in-out; /* Opera 10.50–12.00 */
	transition: all 0.3s ease-in-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

/*--------------------------------------------------------------
## FontAwesome
--------------------------------------------------------------*/

.nav-previous .nav-subtitle:before,
.nav-next .nav-subtitle:before,
.menu-social-container li a:before,
.menu-toggle:before,
.menu-toggle-close:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after,
.navigation-classic #search-container:before,
.site-header-main .social-menu-wrapper .social-navigation-wrapper:before,
.cat-links:before,
.tags-links:before,
.edit-link:before,
#cancel-comment-reply-link:before,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before,
.site-header-cart .cart-contents:before,
.posted-on a:before,
.byline a:before,
.menu-toggle-wrapper:after,
.pricing-section .entry-content ul li:before,
.pricing-section .entry-summary ul li:before,
.ewnewsletter .ew-newsletter-wrap #subbutton,
.mejs-button button:before,
.euphony-mejs-container.mejs-container .mejs-button button:before,
.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title:after,
#gallery-content-section .gallery-icon a:after,
#gallery-content-section .tiled-gallery-item:focus a:after,
.site-contact li:before,
.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close:before,
.why-choose-us-section.has-main-image .main-image:after {
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-rendering: auto;
}

.posted-on a:before {
	content: "\f073";
}

.byline a:before {
	 content: "\f007";
}

.site-header-cart .cart-contents:before {
	content: "\f07a";
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.menu-social-container li a:before {
  content: "\f0c1";
}

.main-navigation #primary-menu .dropdown-toggle:after {
	content: "\f107";
}

.main-navigation #primary-menu .dropdown-toggle.active:after {
	transform: rotate(180deg);
}

.cat-links:before {
	content: "\f07c";
}

.tags-links:before {
	content: "\f02c";
}

.edit-link:before {
	content: "\f040";
}

#cancel-comment-reply-link:before {
	content: "\f00d";
}

.custom-header-media .wp-custom-header-video-play:before {
	content: "\f04c";
}

.custom-header-media .wp-custom-header-video-pause:before {
	content: "\f04b";
}

.nav-previous .nav-subtitle:before {
    content: "\f104";
    left: 0;
}

.nav-next .nav-subtitle:before {
    content: "\f105";
    right: 0;
}

#social-menu-wrapper .menu-toggle:before {
	content: "\f1e0";
}

#primary-search-wrapper .menu-toggle:before {
	content: "\f002";
	width: 16px;
}

.comment-reply-title small a:before {
	content: "\f00d";
}

.menu-social-container a[href*="facebook.com"]:before {
    content: "\f09a";
}

.menu-social-container a[href*="twitter.com"]:before {
    content: "\f099";
}

.menu-social-container a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.menu-social-container a[href$="/feed/"]:before {
    content: "\f09e";
}

.menu-social-container a[href*="wordpress.com"]:before,
.menu-social-container a[href*="wordpress.org"]:before {
    content: "\f19a";
}

.menu-social-container a[href*="github.com"]:before {
    content: "\f1d3";
}

.menu-social-container a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.menu-social-container a[href*="pinterest.com"]:before {
    content: "\f231";
}

.menu-social-container a[href*="flickr.com"]:before {
    content: "\f16e";
}

.menu-social-container a[href*="vimeo.com"]:before {
    content: "\f27d";
}

.menu-social-container a[href*="youtube.com"]:before {
    content: "\f16a";
}

.menu-social-container a[href*="tumblr.com"]:before {
    content: "\f173";
}

.menu-social-container a[href*="instagram.com"]:before {
    content: "\f16d";
}

.menu-social-container a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.menu-social-container a[href*="path.com"]:before {
    content: "\f20c";
}

.menu-social-container a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.menu-social-container a[href*="skype.com"]:before {
    content: "\f17e";
}

.menu-social-container a[href*="digg.com"]:before {
    content: "\f1a6";
}

.menu-social-container a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.menu-social-container a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.menu-social-container a[href*="getpocket.com"]:before {
    content: "\f265";
}

.menu-social-container a[href*="dropbox.com"]:before {
    content: "\f16b";
}

.menu-social-container a[href*="spotify.com"]:before {
    content: "\f1bc";
}

.menu-social-container a[href*="foursquare.com"]:before {
    content: "\f180";
}

.menu-social-container a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.menu-social-container a[href*="mailto:"]:before {
    content: "\f0e0";
}

.menu-social-container a[href*="vk.com"]:before {
    content: "\f189";
}

.menu-social-container a[href*="xing.com"]:before {
    content: "\f168";
}

.menu-social-container a[href*="amazon.com"]:before {
    content: "\f270";
}

.menu-social-container a[href*="apple.com"]:before {
    content: "\f179";
}

.menu-social-container a[href*="soundcloud.com"]:before {
    content: "\f1be";
}

/*--------------------------------------------------------------
## Site-Overlay
--------------------------------------------------------------*/

.site-overlay {
	background-color: rgba(0, 0, 0, 0.15);
	opacity: 0;
}

.menu-open .site-overlay {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

#feature-slider-section,
#events-section {
	border: none;
	padding: 0;
}

#feature-slider-section .wrapper,
#events-section .wrapper {
	max-width: 100%;
	padding: 0;
}

#feature-slider-section .hentry,
#events-section .hentry {
	margin: 0;
	padding: 0;
}

#feature-slider-section .hentry-inner,
#events-section .hentry-inner {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
	text-align: center;
}

body.admin-bar #feature-slider-section .hentry-inner,
.home.admin-bar .custom-header {
	min-height: calc(100vh - 126.5px);
}

body.color-scheme-lawyer #feature-slider-section .hentry-inner,
body.color-scheme-lawyer.home .custom-header,
body.color-scheme-construction #feature-slider-section .hentry-inner,
body.color-scheme-construction.home .custom-header,
body.color-scheme-lawyer.admin-bar #feature-slider-section .hentry-inner,
.color-scheme-lawyer.home.admin-bar .custom-header,
body.color-scheme-construction.admin-bar #feature-slider-section .hentry-inner,
.color-scheme-contruction.home.admin-bar .custom-header {
	min-height: 100%;
}

#feature-slider-section .hentry-inner,
.home .custom-header {
	min-height: calc(100vh - 80.5px);
}

#feature-slider-section .entry-container-wrap,
#feature-slider-section .entry-header-image {
	padding-left: 30px;
	padding-right: 30px;
}

#feature-slider-section .post-thumbnail,
#events-section .post-thumbnail {
	margin: 0;
	position: unset;
}

#feature-slider-section .post-thumbnail img,
#events-section .post-thumbnail img {
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	z-index: -1;
}

@supports (object-fit: cover) {
	#feature-slider-section .post-thumbnail img,
	#events-section .post-thumbnail img {
		height: 100%;
		left: 0;
		object-fit: cover;
		top: 0;
		transform: none;
		width: 100%;
	}
}

#feature-slider-section .entry-header-image,
#feature-slider-section .entry-container,
#events-section .entry-container {
	display: block;
	opacity: 0;
	position: relative;
	visibility: hidden;
	left: 80px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	-ms-transition-delay: .8s;
	transition-delay: .8s;
	z-index: 9;
}

#feature-slider-section .entry-header-image {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
}

#feature-slider-section .active .entry-header-image,
#feature-slider-section .active .entry-container,
#events-section .active .entry-container {
    opacity: 1;
    visibility: visible;
    left: 0;
}

#feature-slider-section .entry-container {
	max-width: 666px;
}

#feature-slider-section .entry-summary,
#feature-slider-section .entry-content {
	display: none;
}

#feature-slider-section .owl-dots {
	counter-reset: slides-num;
	right: 49px;
	position: absolute;
	bottom: 49px;
	z-index: 99;
}

#feature-slider-section .owl-dots:after {
	color: #a9c8ba;
	content: counters(slides-num, ".", decimal-leading-zero);
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.56;
	margin-left: 14px;
}

#feature-slider-section .owl-dots:before {
	background-color: #a9c8ba;
	content: "";
	height: 20px;
	position: absolute;
	right: 30px;
	top: 10px;
	-o-transform: rotate(25deg) translateX(-50%);
	-moz-transform: rotate(25deg) translateX(-50%);
	-webkit-transform: rotate(25deg) translateX(-50%);
	transform: rotate(25deg) translateX(-50%);
	width: 4px;
}

#feature-slider-section .owl-dots .active:before {
	color: #000;
	content: counters(slides-num, ".", decimal-leading-zero);
	display: inline-block;
	font-size: 52px;
	font-weight: 700;
	line-height: 0.67;
	vertical-align: middle;
}

#feature-slider-section .more-link .fa {
	display: none;
}

/*Slider Progress Bar*/
.slide-progress {
	width: 0;
	z-index: 99;
}

.slide-progress,
.progress-bg span {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	height: 4px;
}

.progress-bg span {
	background-color: rgba(255,255,255,0.2);
	display: block;
	width: 100%;
	z-index: 9;
}

#feature-slider-section .owl-nav {
	position: absolute;
	right: 49px;
	bottom: 90px;
}

#feature-slider-section .owl-dots button {
	counter-increment: slides-num;
	display: inline-block;
	font-weight: 600;
	font-size: 0;
	line-height: 1;
}

#feature-slider-section .owl-prev,
#feature-slider-section .owl-next {
	background-color: transparent;
	background-image: none;
	border: none;
	cursor: pointer;
	outline: none;
	opacity: 1;
	filter: alpha(opacity=1);
	letter-spacing: 0;
	padding: 7px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	z-index: 199;
}

#feature-slider-section .owl-prev .icon,
#feature-slider-section .owl-next .icon {
	width: 32px;
	height: 32px;
}

#feature-slider-section .owl-prev:hover,
#feature-slider-section .owl-prev:focus,
#feature-slider-section .owl-next:hover,
#feature-slider-section .owl-next:focus {
	border-color: transparent;
	text-decoration: none;
}

#feature-slider-section .entry-summary,
#feature-slider-section .entry-content {
	display: block;
}

#feature-slider-section .entry-container .entry-meta {
	font-weight: 700;
	margin-bottom: 7px;
}

.custom-header-content,
#feature-slider-section .entry-container-wrap {
	display: block;
	max-width: 1490px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.custom-header .sub-title,
#feature-slider-section .sub-title,
.color-scheme-fitness .custom-header .sub-title {
	display: block;
	margin-top: 14px;
	text-transform: capitalize;
}

#feature-slider-section .entry-title,
.home .custom-header .entry-title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.327586206896552;
	text-transform: uppercase;
}

.custom-header .entry-tagline {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.75;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.color-scheme-lawyer #feature-slider-section .entry-title,
.color-scheme-construction.home .custom-header .entry-title {
	text-transform: capitalize;
}

#feature-slider-section .entry-content,
#feature-slider-section .entry-summary,
.custom-header .entry-content,
.custom-header .entry-summary  {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.555555555555556;
}

.scroll-down {
    bottom: 28px;
    cursor: pointer;
    left: 50%;
    letter-spacing: 2px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    transform: translateX(-50%);
    z-index: 999;
}

.scroll-down span {
	display: block;
}

.scroll-down span:last-child {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	margin-top: -4px;
}

body:not(.home) .custom-header .scroll-down {
	display: none;
}

/*Arrow Animation*/
@-webkit-keyframes arrow-jump {
	0%   { opacity: 0;}
	100% { opacity: 1;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}

.fa-angle-down {
	-webkit-animation: arrow-jump 1s infinite; /* Safari 4+ */
	-moz-animation:    arrow-jump 1s infinite; /* Fx 5+ */
	-o-animation:      arrow-jump 1s infinite; /* Opera 12+ */
	animation:         arrow-jump 1s infinite; /* IE 10+, Fx 29+ */
}

.entry-header-image {
	max-width: 600px;
	width: 100%;
}

#feature-slider-section .entry-header-image {
	max-width: 660px;
}

.custom-header .entry-header-image,
.custom-header .entry-container-wrap {
	width: 100%;
}

#feature-slider-section .entry-header-image img {
	width: auto;
}

.custom-header + .section,
#feature-slider-section + .section,
.hero-content-wrapper + .section:not(.stats-section),
.stats-section + .site-content,
.stats-section + .section,
.gallery-section + .site-content,
.gallery-section + .section,
.services-section + .section,
.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .site-content,
.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .recent-blog-content-wrapper,
.featured-content-section + .section,
.portfolio-section + .section.services-section,
.promotion-headline-wrapper + .section,
.services-section.no-section-heading,
.pricing-section.no-section-heading,
#skill-section,
.promotion-sale-wrapper + .section,
.testimonial-content-section,
.testimonial-content-section + .section,
.no-header-media-image.no-featured-slider .site-overlay + .site-content .archive-content-wrap,
.no-header-media-image.no-featured-slider .site-overlay + .recent-blog-content-wrapper .archive-content-wrap,
.no-header-media-image.no-featured-slider .site-overlay + .section:not(.recent-blog-content-wrapper),
.featured-video.has-background-image + .section,
.events-section + .section,
.portfolio-section + .section:not(.stats-section) {
	padding-top: 42px;
}

.no-header-media-image.no-featured-slider .site-overlay + .section.recent-blog-content-wrapper.no-section-heading {
	padding-top: 0
}

.hero-content-wrapper + .stats-section,
.hero-content-wrapper + .promotion-headline-wrapper {
	margin-top: 42px;
}

#team-content-section.section {
	padding-bottom: 7px;
}

.custom-header + .section.hero-content-wrapper,
#feature-slider-section + .section.hero-content-wrapper {
	padding-top: 42px;
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/

.section,
.site-content .wrapper,
.singular-content-wrap {
	clear: both;
	position: relative;
	width: 100%;
}

.section:after,
.site-content .wrapper:after,
.singular-content-wrap:after,
.section-content-wrapper:after,
.section-content-wrap:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.custom-header + .site-content,
.breadcrumb-area + .custom-header,
body:not(.home) .custom-header + .site-content {
	border: 0;
}

.site-content + .recent-blog-content-wrapper,
.site-content,
.no-header-media-image.no-featured-slider.grid-blog .site-overlay + .recent-blog-content-wrapper {
	border-top: 1px solid;
}

.archive-content-wrap .hentry .post-thumbnail {
	margin-bottom: 0;
}

.archive-content-wrap .hentry .post-thumbnail img {
	width: 100%;
}

.single-blog .archive-content-wrap .hentry,
#team-content-section .hentry,
#team-content-section .view-all-button {
    margin-bottom: 35px;
}

.single-blog .archive-content-wrap .hentry-inner {
	border-bottom: 1px solid;
}

.single-blog .archive-content-wrap .hentry .entry-container {
	padding: 28px 35px 35px 35px;
}

.blog.grid-blog .archive-content-wrap .hentry .entry-container,
.archive.grid-blog .archive-content-wrap .hentry .entry-container,
.grid-blog .recent-blog-content-wrapper .archive-content-wrap .hentry .entry-container {
	padding: 42px;
}

.no-header-media-image.no-featured-slider.grid-blog.grid-blog-fluid .site-overlay + .site-content.no-section-heading .archive-content-wrap,
.no-header-media-image.no-featured-slider.grid-blog.grid-blog-fluid .site-overlay + .recent-blog-content-wrapper.no-section-heading .archive-content-wrap {
	padding-top: 30px;
}

.blog.grid-blog.grid-blog-fluid .site-content .wrapper,
.archive.grid-blog.grid-blog-fluid .site-content .wrapper,
.grid-blog.grid-blog-fluid .recent-blog-content-wrapper .wrapper,
.grid-blog.grid-blog-fluid .recent-blog-content-wrapper .section-content-wrapper {
	max-width: 100%;
}

.section-tagline {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	margin-bottom: 10px;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
## Featured Content
--------------------------------------------------------------*/

.featured-content-section.section.style-one,
.featured-content-section .section-content-wrapper,
.portfolio-section.section,
.portfolio-section .section-content-wrapper,
.hero-content-wrapper.section:not(.boxed),
#gallery-content-section.section {
	padding-bottom: 0;
}

.featured-content-section.style-one .post-thumbnail {
	margin-bottom: 0;
}

.featured-content-section .post-thumbnail img {
	width: 100%
}

body .featured-content-section .wrapper {
	max-width: 2560px;
}

body.header-style-vertical .featured-content-section.boxed .wrapper {
	max-width: 1490px;
}

body.header-style-horizontal-one .featured-content-section.boxed .wrapper {
	max-width: 1520px;
}

#featured-content.style-one .section-content-wrapper,
#featured-content.style-one .hentry {
	padding-left: 0;
	padding-right: 0;
}

.featured-content-section.style-one .hentry {
	margin-bottom: 0;
}

.featured-content-section .hentry,
.services-section .hentry,
.pricing-section .hentry,
.team-section .hentry,
.footer-widget-area .widget-column,
.footer-widget-area.three,
.sidebar .widget,
.stats-section .hentry,
.portfolio-section .hentry,
.content-area .hentry,
.skill-content-wrapper .hentry,
.recent-blog-content-wrapper .hentry,
.logo-slider-section .static-logo .hentry,
.why-choose-us-section:not(.modern-style) .hentry,
.album-section .hentry,
.featured-video .hentry,
.countdown #clock > span,
#timeline-section .post-thumbnail,
#timeline-section .entry-container,
.venue .hentry {
	float: left;
	position: relative;
	width: 100%;
}

.featured-content-section.style-one .entry-container {
	padding: 28px 35px;
}

.featured-content-section .view-all-button,
.services-section.section {
	padding-bottom: 42px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/

.services-section.style-one .post-thumbnail {
    background-position: center center;
    background-size: cover;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.services-section.style-one .section-content-wrapper.layout-two .entry-container {
	padding: 35px;
}

.services-section.style-two .entry-meta a {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.62;
	text-transform: uppercase;
}

.services-section.style-two .entry-title + .entry-meta {
	display: none;
}

.services-section.style-two .cat-links::before {
    content: none;
    display: none;
}

.services-section.style-two.text-aligned-right .post-thumbnail img {
	margin: 0 0 0 auto;
}

.services-section.style-two.text-aligned-left .post-thumbnail img {
	margin: 0 auto 0 0;
}

.services-section.style-two.has-background-image {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.services-section + #product-content-section.no-section-heading {
	padding-top: 10px;
}

/*--------------------------------------------------------------
## Skills Section
--------------------------------------------------------------*/

#skill-section .section-content-wrapper {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

#skill-section .layout-two.section-content-wrapper {
	max-width: 1730px;
}

.skillbar-bar {
    height: 10px;
    width: 0px;
}

.skillbar-item {
	display: block;
	margin-bottom: 28px;
}

.skillbar-content {
	clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 10px;
}

.about-me-title {
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.skillbar-title,
.skill-bar-percent {
	clear: none;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.skillbar-title {
	float: left;
	line-height: 1.5;
}

.skill-bar-percent {
    float: right;
}

#skill-section .view-all-button {
	margin-bottom: 0;
	text-align: left;
}

#skill-section .view-all-button .more-link {
	text-align: center;
}

/*--------------------------------------------------------------
## Hero Content
--------------------------------------------------------------*/

.hero-content-wrapper .hentry,
.promotion-sale-wrapper .hentry,
.why-choose-us-section.modern-style.has-main-image .image-content-wrapper .wrapper {
    display: table;
    margin: 0;
    table-layout: fixed;
    width: 100%;
    z-index: 2;
}

.hero-content-wrapper.boxed .hentry,
.hero-content-wrapper.fluid {
    position: relative;
}

.hero-content-wrapper .more-button,
.promotion-sale-wrapper .more-button,
.promotion-headline-wrapper .more-button {
	margin-top: 21px;
}

.hero-content-wrapper .entry-container,
.promotion-sale-wrapper .entry-container {
	clear: both;
	padding: 42px;
	text-align: center;
}

.promotion-sale-wrapper .hentry .entry-container {
	clear: both;
	padding: 42px 30px 0 30px;
}

.hero-content-wrapper .hentry.has-post-thumbnail .entry-container {
	clear: both;
	padding: 42px 30px;
}

.contact-section .entry-container-wrapper {
	clear: both;
	margin: 0 auto;
	max-width: 1490px;
	padding: 42px 30px;
}

.contact-section:not(.single-section) .entry-container-wrapper .contact-form {
	margin-top: 35px;
}

.contact-section .entry-header,
.contact-section .entry-header:after {
	padding-bottom: 28px;
}

.contact-section .entry-header:after {
	border-bottom: 1px solid;
	content: "";
	display: block;
	height: 2px;
	width: 50px;
}

.hero-content-wrapper .section-content-wrap {
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.hero-content-wrapper .featured-content-image,
.promotion-sale-wrapper .featured-content-image,
.why-choose-us-section.has-main-image .main-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	content: "";
	float: left;
	margin: 0;
	padding-bottom: 100%;
	width: 100%;
}

.why-choose-us-section.has-main-image .main-image {
	background-position: top center;
}

#hero-content.section.boxed {
	padding-bottom: 28px;
	padding-top: 42px;
}

.hero-content-wrapper .entry-container.full-width,
.promotion-sale-wrapper .entry-container.full-width {
	width: 100%;
}

.section-description,
.hero-content-wrapper .entry-title span,
.promotion-sale-wrapper .entry-title span,
.contact-section .entry-title span,
#skill-section .entry-title span,
#skill-section .skillbar,
.reserve-content-wrapper .entry-title span,
#playlist-section .entry-title span {
	display: block;
	margin-top: 14px;
}

/*--------------------------------------------------------------
## Stats Section
--------------------------------------------------------------*/

.stats-section,
.color-scheme-lawyer div.section.stats-section,
.color-scheme-construction div.section.stats-section {
	padding-bottom: 14px;
	padding-top: 42px;
}

.stats-section .entry-content,
.stats-section .entry-summary {
	line-height: 1.67;
	margin-top: 7px;
}

.stats-section .hentry .more-link {
	font-style: normal;
}

.stats-section .entry-container {
	text-align: center;
}

.stats-section .entry-title,
.stats-section .entry-content,
.stats-section .entry-summary {
	text-shadow: 0 1px 1px #00000080;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/

#gallery-content-section .hentry,
#gallery-content-section .gallery {
	margin-bottom: 0;
}

#gallery-content-section .wrapper {
	max-width: 100%;
}

#gallery-content-section .section-content-wrapper {
	padding: 0;
}

#gallery-content-section .tiled-gallery .tiled-gallery-item {
	width: 25%;
}

#gallery-content-section .gallery-item {
    padding: 0;
    position: relative;
    max-width: 100%;
}

#gallery-content-section .gallery-icon a {
	display: block;
	line-height: 0;
}

#gallery-content-section figcaption {
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
	padding: 14px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#gallery-content-section .entry-footer {
	margin-top: 7px;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}

#gallery-content-section .entry-footer .entry-meta {
	padding-top: 0;
}

/*--------------------------------------------------------------
## Promotion Headline
--------------------------------------------------------------*/

#promotion-headline {
	border: 0;
	padding: 0;
}

.promotion-headline-wrapper:before {
	z-index: 1;
}

.promotion-headline-wrapper .section-content-wrap {
	position: relative;
	z-index: 2;
}

.promotion-headline-wrapper .hentry {
	margin-bottom: 0;
	max-width: 740px;
}

.promotion-headline-wrapper .hentry {
	padding: 42px 30px 28px 30px;
}

.promotion-headline-wrapper.content-frame .hentry .entry-container {
	padding: 35px;
}

.content-aligned-left,
.promotion-headline-wrapper.content-aligned-left .section-description,
.promotion-headline-wrapper.content-aligned-left .hentry {
	text-align: left;
}

.content-aligned-center,
.promotion-headline-wrapper.content-aligned-center .hentry {
	margin: 0 auto;
	text-align: center;
}

.content-aligned-right,
.promotion-headline-wrapper.content-aligned-right .section-description,
.promotion-headline-wrapper.content-aligned-right .hentry {
	text-align: right;
}

.promotion-headline-wrapper.content-aligned-right .hentry {
	margin-left: auto;
}

.promotion-headline-wrapper.text-aligned-right .section-description,
.promotion-headline-wrapper.text-aligned-right .hentry {
	text-align: right;
}

.promotion-headline-wrapper.text-aligned-left .section-description,
.promotion-headline-wrapper.text-aligned-left .hentry {
	text-align: left;
}

.promotion-headline-wrapper.text-aligned-center .section-description,
.promotion-headline-wrapper.text-aligned-center .hentry {
	text-align: center;
}

/*--------------------------------------------------------------
## Promotion Sale
--------------------------------------------------------------*/

.promotion-sale-wrapper .entry-title {
	text-transform: uppercase;
}

.promotion-sale-wrapper .entry-title span {
	text-transform: none;
}

.promotion-sale-wrapper .entry-image {
	margin-bottom: 14px;
}

.hero-content-wrapper .featured-content-image,
.promotion-sale-wrapper .featured-content-image {
	position: relative;
}

.promotion-sale-wrapper .section-content-wrap {
	position: unset;
}

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/

.pricing-section .section-content-wrapper {
	text-align: center;
}

.pricing-section .section-heading-wrapper {
	position: relative;
}

.pricing-section .hentry-inner {
	-webkit-border-radius: 20px;
	border-radius: 20px;
  	-webkit-box-shadow: 0 2px 50px 0 #00000026;
    box-shadow: 0 2px 50px 0 #00000026;
    overflow: hidden;
    padding: 10px;
}

.pricing-section .post-thumbnail {
	-webkit-border-top-left-radius: 16px;
	border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	border-top-right-radius: 16px;
    overflow: hidden;
	margin-bottom: 0;
}

.pricing-section .post-thumbnail + .entry-container {
	margin-top: 10px;
}

.pricing-section .entry-header-wrap {
     -moz-border-radius: 100%/100px;
   -webkit-border-radius: 100%/100px;
   border-radius: 100%/100px;
   border-top-right-radius: 16px;
   border-top-left-radius: 16px;
}

.pricing-section .entry-title {
	background-color: rgba(0,0,0,0.03);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.75;
	padding: 7px;
	text-shadow: 0 1px 2px #00000080;
	text-transform: uppercase;
}

.pricing-section .entry-header,
.pricing-section .entry-content,
.pricing-section .entry-summary {
	padding: 21px;
}

.pricing-section .entry-content,
.pricing-section .entry-summary {
	line-height: 2.625;
	margin-top: 0;
}

.pricing-section .package-price {
    font-size: 52px;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1;
    padding: 7px 28px 35px 28px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.pricing-section sup {
    font-size: 24px;
    font-size: 1.5rem;
	margin-right: 0.28em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	top: -0.3em;
}

.pricing-section .package-month {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0px;
    margin:  0;
}

.pricing-section .hentry .more-link .fa,
.promotion-headline-wrapper .hentry .more-link .fa,
.promotion-sale-wrapper .hentry .more-link .fa,
.hero-content-wrapper .hentry .more-link .fa {
	display: none;
}

.pricing-section .entry-content ul,
.pricing-section .entry-summary ul  {
	list-style: none;
	margin: 0 auto;
	max-width: 250px;
	text-align: left;
}

.pricing-section .entry-content ul li,
.pricing-section .entry-summary ul li {
	position: relative;
}

.pricing-section .entry-content ul li:before,
.pricing-section .entry-summary ul li:before {
	content: "\f00c";
	padding-right: 14px;
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/

.section + .contact-section.section {
	padding-top: 0;
}

#testimonial-content-section .section-content-wrapper {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

#testimonial-content-section .section-content-wrapper:before {
    content: "\201C";
    font-family: arial;
    font-size: 200px;
    font-size: 12.5rem;
    font-weight: 700;
    left: 0;
    line-height: 0;
    opacity: 0.1;
    position: absolute;
    -ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

#testimonial-content-section .section-content-wrapper .hentry-inner {
	position: relative;
}

#feature-slider-section .owl-nav,
#logo-slider-section .owl-nav,
#testimonial-content-section .owl-nav {
	z-index: 199;
}

#logo-slider-section .owl-prev,
#logo-slider-section .owl-next,
#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next {
	background-color: transparent;
	background-image: none;
	border: 1px solid;
    -webkit-border-radius: 50%;
	border-radius: 50%;
    outline: none;
    line-height: 1;
    padding: 11px;
    width: 40px;
    height: 40px;
}

#logo-slider-section .owl-prev,
#logo-slider-section .owl-next {
    position: absolute;
    top: 20%;
}

#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next {
	margin: 4px;
}

#testimonial-content-section .owl-prev {
	left: 0;
}

#testimonial-content-section .owl-next {
	right: 0;
}

#logo-slider-section .owl-prev {
	left: -60px;
}

#logo-slider-section:hover .owl-next {
	right: 30px;
}

#logo-slider-section:hover .owl-prev {
	left: 30px;
}

#logo-slider-section .owl-prev {
	left: -60px;
}

#logo-slider-section .owl-next {
	right: -60px;
}

#logo-slider-section .owl-prev .icon,
#logo-slider-section .owl-next .icon,
#testimonial-content-section .owl-prev .icon,
#testimonial-content-section .owl-next .icon {
	width: 32px;
	height: 32px;
}

#testimonial-content-section .entry-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

#testimonial-content-section .entry-header {
    margin: 28px 0 0 0;
}

#testimonial-content-section .entry-title,
#testimonial-content-section .entry-meta {
	display: block;
	text-transform: capitalize;
	letter-spacing: 0;
}

#testimonial-content-section .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.46;
}

#testimonial-content-section .entry-meta {
	line-height: 1.56;
	margin: 0;
}

#testimonial-content-section .entry-content,
#testimonial-content-section .entry-summary {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	margin-top: 0;
	padding-top: 98px;
}

.color-scheme-lawyer #testimonial-content-section .entry-content,
.color-scheme-lawyer #testimonial-content-section .entry-summary,
.color-scheme-construction #testimonial-content-section .entry-content,
.color-scheme-construction #testimonial-content-section .entry-summary {
	font-weight: 600;
}

#testimonial-content-section .owl-dots,
#testimonial-content-section .owl-nav {
	margin: 0;
    padding: 0 0 42px;
    text-align: center;
}

#logo-slider-section .owl-dots {
	padding: 14px 0 0 0;
    text-align: center;
}

#logo-slider-section .owl-dots button,
#testimonial-content-section .owl-dots button {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	clear: both;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 14px;
	line-height: 14px;
	margin: 0 3px;
	padding: 1px;
	outline: none;
	width: 14px;
}

#logo-slider-section .owl-dots button span,
#testimonial-content-section .owl-dots button span {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	padding-bottom: 100%;
}

#testimonial-content-section .more-link {
	display: none;
}

#logo-slider-section .section-content-wrapper .post-thumbnail {
	margin: 0;
}

#logo-slider-section .hentry {
	margin-bottom: 0;
}

#logo-slider-section {
	padding: 42px 0 28px 0;
}

#logo-slider-section .static-logo .hentry {
	margin-bottom: 28px;
}

#logo-slider-section .static-logo .hentry:last-child {
	margin-bottom: 0;
}

#logo-slider-section .owl-carousel .owl-item img {
	width: auto;
}

#logo-slider-section .owl-carousel {
	overflow: hidden;
}

#testimonial-dots {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0 16px;
}

#testimonial-dots li {
	display: inline-block;
	line-height: 1;
}

#testimonial-dots li img {
	border-radius: 50%;
	cursor: pointer;
	height: 100px;
	width: 100px
}

#testimonial-dots li:not(.active) {
	display: none;
}

#testimonial-dots li:not(.active) img {
	height: 70px;
	width: 70px;
}

/*--------------------------------------------------------------
## Reservation Section
--------------------------------------------------------------*/

.reserve-content-wrapper .contact-description {
	text-align: center;
}

.reserve-content-wrapper .hentry {
	margin-bottom: 0;
	padding: 42px;
	position: relative;
	width: 100%;
}

.reserve-content-wrapper .section-content-wrap {
	padding: 42px 30px;
}

.reserve-content-wrapper .entry-content,
.reserve-content-wrapper .entry-summary {
	margin-top: 21px;
}

.reserve-content-wrapper form .form-submit {
	margin-top: 7px;
}

.reserve-content-wrapper .contact-description strong {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 7px;
}

.info {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.346153846153846;
}

.reserve-content-wrapper .contact-description {
    position: relative;
}

.reserve-content-wrapper .contact-description .entry-container {
	position: relative;
	z-index: 2;
}

.reserve-content-wrapper .contact-description:before {
    border: 1px dashed;
    content: "";
    position: absolute;
    top: 21px;
    bottom: 21px;
    left: 21px;
    right: 21px;
    z-index: 1;
}

.reservation-highlight-text {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: 21px;
	text-align: center;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/

#team-content-section .section-content-wrapper {
	padding-bottom: 0;
}

#team-content-section .team-content-wrapper .hentry {
	padding: 0;
}

.team-section .hentry-inner {
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.team-section .entry-container {
	clear: both;
	border-left: 1px solid;
	border-right: 1px solid;
    padding: 28px 35px;
}

.team-section .post-thumbnail {
	margin-bottom: 0;
}

.text-aligned-center {
	text-align: center;
}

.text-aligned-left {
	text-align: left;
}

.text-aligned-right {
	text-align: right;
}

.team-social-profile .menu-social-container {
	text-align: center;
}

.team-section.text-aligned-left .menu-social-container {
	text-align: left;
}

.team-section.text-aligned-right .menu-social-container {
	text-align: right;
}

.team-section.text-aligned-center .menu-social-container {
	text-align: center;
}

.team-social-profile .menu-social-container a,
.widget-area .menu-social-container a {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 40px;
	line-height: 40px;
	margin: 7px 7px 0 0;
	padding: 0;
	width: 40px;
}

.widget-area .menu-social-container a {
	height: 50px;
	line-height: 50px;
	margin: 7px 14px 0 0;
	width: 50px;
}

.team-social-profile .menu-social-container li:last-child a,
.widget-area .menu-social-container li:last-child a {
	margin-right: 0;
}

#team-content-section .position {
	font-weight: 400;
	line-height: 1.3125;
	margin-right: 0;
}

#team-content-section .entry-header .entry-meta,
.album-section .entry-header .entry-meta {
	margin-top: 7px;
}

.color-scheme-lawyer .team-section .entry-meta,
.color-scheme-construction .team-section .entry-meta {
	font-size: 16px;
	font-size: 1rem;
}

.color-scheme-lawyer .team-section .entry-meta a:before,
.color-scheme-construction .team-section .entry-meta a:before {
	content: none;
}

/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/

.stats-section + .portfolio-section.no-section-heading {
	padding-top: 0;
}

#portfolio-content-section.portfolio-section .wrapper {
	max-width: 100%;
}

.portfolio-section .wrapper,
#portfolio-content-section .section-content-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-section .hentry,
.portfolio-section .post-thumbnail {
	margin-bottom: 0;
}

.portfolio-section .post-thumbnail img {
	width: 100%;
}

.portfolio-content-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.portfolio-content-wrapper .post-thumbnail {
	width: 100%;
}

.portfolio-content-wrapper {
	overflow: hidden;
}

#portfolio-content-section .portfolio-content-wrapper .post-thumbnail {
	margin: 0;
	overflow: hidden;
}

.portfolio-content-wrapper .hentry-inner {
	position: relative;
}

.portfolio-content-wrapper .post-thumbnail a {
	display: block;
}

.portfolio-content-wrapper .entry-summary {
	display: none;
}

.portfolio-content-wrapper .entry-container >.inner-wrap {
	bottom: 25px;
	display: block;
	left: 25px;
	right: 25px;
	position: absolute;
}

.portfolio-content-wrapper .entry-title {
	display: block;
	font-weight: 600;
	position: relative;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.portfolio-content-wrapper .entry-meta {
	margin-top: 7px;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
## Why Choose Us Section
--------------------------------------------------------------*/

.why-choose-us-section.modern-style .hentry {
	border-bottom: 1px solid;
	clear: both;
	padding-bottom: 28px;
}

.why-choose-us-section.modern-style .hentry:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.why-choose-us-section.content-aligned-left .post-thumbnail img {
	margin: 0 auto 0 0;
}

.why-choose-us-section.content-aligned-center .post-thumbnail img {
	margin: 0 auto;
}

.why-choose-us-section.content-aligned-right .post-thumbnail img {
	margin: 0 0 0 auto;
}

.why-choose-us-section.classic-style.enabled-border .hentry-inner {
	border: 1px solid;
	padding: 30px;
}

.why-choose-us-section.modern-style.has-main-image .image-content-wrapper {
	position: relative;
}

.why-choose-us-section.modern-style.has-main-image > .wrapper {
	max-width: 100%;
}

.why-choose-us-section.modern-style.has-main-image .image-content-wrapper .wrapper {
	margin: 0 auto;
}

.why-choose-us-section.has-main-image.modern-style .section-content-wrapper {
	clear: both;
	padding-top: 42px;
}

.why-choose-us-section.modern-style .entry-container {
	text-align: center;
}

/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/

.promotion-headline-wrapper {
	position: relative;
}

#footer-newsletter .wrapper,
#footer-instagram .menu-social-container .widget-wrap {
	max-width: 2560px;
	text-align: center;
}

#footer-newsletter .widget,
#footer-instagram .menu-social-container {
	clear: both;
	float: none;
	margin-bottom: 0;
	padding: 0;
}

#footer-newsletter .widget.ew-newsletter {
	margin: 0;
}

#footer-newsletter .widget-wrap,
#footer-instagram .menu-social-container .widget-wrap {
	padding: 42px 30px;
	margin: 0;
}

#footer-newsletter .ewnewsletter .hentry {
	float: none;
	margin: 0 auto;
	max-width: 620px;
}

.ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
	-webkit-border-radius: 37px;
	border-radius: 37px;
	margin: 0;
	padding: 11px 64px 11px 21px;
}

.color-scheme-lawyer .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.color-scheme-construction .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.color-scheme-fitness .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
	border-color: transparent;
	opacity: 0.6;
}

.color-scheme-lawyer .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox:focus,
.color-scheme-construction .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox:focus,
.color-scheme-fitness .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox:focus {
	opacity: 1;
}

.ewnewsletter .ew-newsletter-wrap #subbutton {
	border-radius: 50%;
	height: 40px;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 9px;
	top: 7px;
	width: 40px;
}

.before-text,
.after-text {
	clear: both;
	margin-bottom: 0;
	margin-top: 1.5em;
}

#colophon .section-heading-wrap,
#colophon .section-heading-wrapper {
	padding: 0;
}

/*--------------------------------------------------------------
## Logo Slider
--------------------------------------------------------------*/

.logo-slider-section .post-thumbnail + .entry-container {
	margin-top: 21px;
	text-align: center;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/

.contact-section .wrapper,
.header-style-horizontal-one .contact-section .wrapper  {
	max-width: 100%;
	width: 100%;
}

.contact-section .contact-details {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
}

.contact-section .section-content-wrap {
	padding-bottom: 0;
}

.contact-section .hentry {
	margin-bottom: 0;
}

.contact-section .entry-content,
.contact-section .post-thumbnail {
	margin: 0;
}


.contact-details li {
	margin-bottom: 28px;
	width: 100%;
}

.contact-details li:last-child {
	margin-bottom: 0;
}

.contact-details li a,
.contact-details li .contact-wrap span + span  {
	opacity: 0.6;
}

.contact-details li a:hover,
.contact-details li a:focus {
	opacity: 1;
}

.contact-details li span {
	display: block;
}

.contact-details li .fa {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	margin-right: 14px;
	margin-top: 5px;
	text-align: center;
}

.contact-section.section {
	padding-bottom: 0;
	padding-top: 0;
}

.contact-details li .contact-label {
	font-weight: 500;
	text-transform: uppercase;
}

.contact-details > li > span {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.social-contact .menu-social-container {
	text-align: left;
}

.social-contact .menu-social-container li {
	margin: 14px 14px 0 0;
}

.social-contact .menu-social-container li a {
	border: 3px solid ;
	border-radius: 50%;
	font-size: 20px;
	font-size: 1.25rem;
	height: 50px;
	line-height: 1;
	padding: 12px;
	width: 50px;
}

.color-scheme-lawyer div.section:nth-child(2n-1) .social-contact .menu-social-container li a:hover,
.color-scheme-lawyer div.section:nth-child(2n-1) .social-contact .menu-social-container li a:focus,
.color-scheme-construction div.section:nth-child(2n-1) .social-contact .menu-social-container li a:hover,
.color-scheme-construction div.section:nth-child(2n-1) .social-contact .menu-social-container li a:focus,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .owl-prev:hover,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .owl-prev:focus,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .owl-next:hover,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .owl-next:focus,
.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section .owl-prev:hover,
.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section .owl-prev:focus,
.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section .owl-next:hover,
.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section .owl-next:focus,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .owl-prev:hover,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .owl-prev:focus,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .owl-next:hover,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .owl-next:focus,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section .owl-prev:hover,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section .owl-prev:focus,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section .owl-next:hover,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section .owl-next:focus  {
	border-color: transparent;
}

/*--------------------------------------------------------------
## Custom Header
--------------------------------------------------------------*/

.custom-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 100px 0;
	width: 100%;
	z-index: 1;
}

body:not(.home) .custom-header {
	background-attachment: scroll;
	background-position: center top;
	padding: 60px 0;
}

.custom-header-content {
	padding-left: 30px;
	padding-right: 30px;
}

.header-solid-bg.home .custom-header {
	min-height: calc(100vh - 84px);
}

.header-solid-bg.home.admin-bar .custom-header {
	min-height: calc(100vh - 130px);
}

.home .custom-header .custom-header-content {
	position: relative;
	width: 100%;
}

.home .custom-header  .entry-container {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home .custom-header .content-aligned-right .entry-container {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.home .custom-header .content-aligned-left .entry-container {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home .custom-header .content-aligned-center .entry-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home .custom-header .text-aligned-left .entry-container,
#feature-slider-section.text-aligned-left .hentry-inner {
	text-align: left;
}

#feature-slider-section.content-aligned-left .entry-container {
	margin-right: auto;
}

#feature-slider-section.content-aligned-right .entry-container {
	margin-left: auto;
}

#feature-slider-section.content-aligned-center .entry-container {
	margin-left: auto;
	margin-right: auto;
}

.home .custom-header .text-aligned-right .entry-container,
#feature-slider-section.text-aligned-right .hentry-inner {
	text-align: right;
}

.home .custom-header .text-aligned-center .entry-container,
#feature-slider-section.text-aligned-center .hentry-inner {
	text-align: center;
}

#feature-slider-section.text-aligned-left .entry-header-image img {
	margin-right: auto;
}

#feature-slider-section.text-aligned-center .entry-header-image img {
	margin-left: auto;
	margin-right: auto;
}

#feature-slider-section.text-aligned-right .entry-header-image img {
	margin-left: auto;
}

.home .custom-header .entry-container-wrap {
	max-width: 666px;
}

.custom-header .custom-header-media img {
	display: none;
}

.no-header-media-text .custom-header img {
	display: none;
	min-height: 100vh;
	position: relative;
}

.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: absolute;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-media .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe {
		height: 100%;
		left: 50%;
		-o-object-fit: cover;
		object-fit: cover;
		top: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		width: 100%;
	}
}

.has-header-video .wp-custom-header-video-button {
	background-color: transparent;
	border: 1px solid;
	border-radius: 50%;
	height: 50px;
	opacity: 1;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
	z-index: 100;
}

.wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	left: 50%;
	position: absolute;
}

.no-header-media-text .wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	top: 50%;
	transform: translate(-50%, -50%);
}

.wp-custom-header-video-button {
	bottom: 14%;
	transform: translateX(-50%);
}

.custom-header:hover .wp-custom-header-video-button {
	opacity: 1;
}

.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	display: block;
	font-size: 21px;
	font-size: 1.3125rem;
	text-indent: 0;
}

.has-header-video.no-header-media-text .wp-custom-header {
	padding-bottom: 100px;
	padding-top: 100px;
}

.custom-header:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#feature-slider-section .entry-title,
.custom-header .entry-title {
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
## Playlist Section
--------------------------------------------------------------*/

#playlist-section a,
#sticky-playlist-section a {
	text-decoration: none;
}

#playlist-section {
	border: none;
	position: relative;
 }

.playlist-content-wrapper .hentry-inner {
	position: relative;
}

.playlist-content-wrapper .post-thumbnail-background {
    background-position: right center;
    background-size: cover;
    content: "";
    float: left;
    margin-bottom: 21px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.playlist-content-wrapper .post-thumbnail a {
    border: none;
    position: absolute;
    top: 0;
    right:  0;
    bottom: 0;
    left: 0;
}

.playlist-content-wrapper .entry-container {
    clear: both;
    width: 100%;
}

.playlist-content-wrapper .wp-playlist .wp-playlist-current-item {
	display: none;
	margin: 0;
}

.playlist-content-wrapper .entry-title {
	font-weight: 700;
}

.playlist-content-wrapper .view-all-button {
	margin: 0;
	text-align: left;
}

 /*--------------------------------------------------------------
## Audio Player
--------------------------------------------------------------*/

.mejs-offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs-container {
    background: #000;
    /*font-family: Helvetica, Arial, serif;*/
    position:relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

.mejs-container,
.mejs-container * {
    box-sizing: border-box;
}

.mejs-container video:-webkit-media-controls,
.mejs-container video:-webkit-media-controls-panel,
.mejs-container video:-webkit-media-controls-panel-container,
.mejs-container video:-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none!important;
}

.mejs-fill-container,
.mejs-fill-container .mejs-container {
    height: 100%;
    width: 100%;
}

.mejs-fill-container {
    background: 0 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs-container:focus {
    outline: none;
}

.mejs-iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs-embed,
.mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs-fullscreen {
    overflow: hidden!important;
}

.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    height: 100%!important;
    width: 100%!important;
}

.mejs-background,
.mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs-mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0;
}

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs-poster-img {
    display: none;
}

.mejs-poster-img {
    border: 0;
    padding: 0;
}

.mejs-overlay {
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    left:0;
    position:absolute;
    top:0;
}

.mejs-layer {
    z-index: 1;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    background: url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}

.mejs-overlay:hover>.mejs-overlay-button {
    background-position: -80px -39px;
}

.mejs-overlay-loading {
    height: 80px;
    width: 80px;
}

.mejs-overlay-loading-bg-img {
    -webkit-animation: mejsanimation 1s linear infinite;
    animation: mejsanimation 1s linear infinite;
    background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}

@-webkit-keyframes mejsanimation {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes mejsanimation {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs-controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35));
}

.mejs-button,
.mejs-time,
.mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 40px;
}

.mejs-button>button {
    background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}

.mejs-button>button:focus {
    outline: 1px dotted #999;
}

.mejs-container-keyboard-inactive [role=slider],
.mejs-container-keyboard-inactive [role=slider]:focus,
.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive a:focus,
.mejs-container-keyboard-inactive button,
.mejs-container-keyboard-inactive button:focus {
    outline: 0;
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
	font-weight: 600;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 10px 0;
    text-align: center;
    width: auto;
}

.mejs-play>button {
    background-position: 0 0;
}

.mejs-pause>button {
    background-position: -20px 0;
}

.mejs-replay>button {
    background-position: -160px 0;
}

.mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
	-webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
}

.mejs-time-total {
    background: hsla(0, 0%, 100%, .3);
    margin: 5px 0 0;
    width: 100%;
}

.mejs-time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width: 100%;
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes b {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

.mejs-time-loaded {
    background: hsla(0, 0%, 100%, .3);
}

.mejs-time-hovered {
    background: hsla(0, 0%, 100%, .5);
    z-index: 10;
}

.mejs-time-hovered.negative {
    background: rgba(0, 0, 0, .2);
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%;
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.mejs-time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
    transition: height .1s cubic-bezier(.44, 0, 1, 1);
}

.mejs-time-hovered.no-hover {
    -webkit-transform: scaleX(0)!important;
    -ms-transform: scaleX(0)!important;
    transform: scaleX(0)!important;
}

.mejs-time-handle,
.mejs-time-handle-content {
    border: 2px solid;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11;
}

.mejs-time-handle-content {
    border-radius: 50%;
    height: 10px;
    left: -3px;
    top: -5px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 10px;
}

.mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px;
}

.mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}

.mejs-time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.mejs-long-video .mejs-time-float {
    margin-left: -23px;
    width: 64px;
}

.mejs-long-video .mejs-time-float-current {
    width: 60px;
}

.mejs-broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}

.mejs-fullscreen-button>button {
    background-position: -80px 0;
}

.mejs-unfullscreen>button {
    background-position: -100px 0;
}

.mejs-mute>button {
    background-position: -60px 0;
}

.mejs-unmute>button {
    background-position: -40px 0;
}

.mejs-volume-button {
    position: relative;
}

.mejs-volume-button>.mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.mejs-volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs-volume-total {
    background: hsla(0, 0%, 100%, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
}

.mejs-volume-current {
    left: 0;
    margin: 0;
    width: 100%;
}

.mejs-volume-current,
.mejs-volume-handle {
    background: hsla(0, 0%, 100%, .9);
    position: absolute;
}

.mejs-volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
}

.mejs-horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 45px;
}

.mejs-horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    height: 8px;
    top: 16px;
    width: 45px;
}

.mejs-horizontal-volume-current,
.mejs-horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.mejs-horizontal-volume-current {
    background: hsla(0, 0%, 100%, .8);
    height: 100%;
    top: 0;
    width: 100%;
}

.mejs-horizontal-volume-handle {
    display: none;
}

.mejs-captions-button,
.mejs-chapters-button {
    position: relative;
}

.mejs-captions-button>button {
    background-position: -140px 0;
}

.mejs-chapters-button>button {
    background-position: -180px 0;
}

.mejs-captions-button>.mejs-captions-selector,
.mejs-chapters-button>.mejs-chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
}

.mejs-chapters-button>.mejs-chapters-selector {
    margin-right: -55px;
    width: 110px;
}

.mejs-captions-selector-list,
.mejs-chapters-selector-list {
    list-style-type: none!important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none!important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0 10px;
}

.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
    background-color: #c8c8c8!important;
    background-color: hsla(0, 0%, 100%, .4)!important;
}

.mejs-captions-selector-input,
.mejs-chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}

.mejs-captions-selector-label,
.mejs-chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 0 0;
}

.mejs-captions-selected,
.mejs-chapters-selected {
    color: #21f8f8;
}

.mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400;
}

.mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs-captions-position-hover {
    bottom: 35px;
}

.mejs-captions-text,
.mejs-captions-text * {
    background: hsla(0, 0%, 8%, .5);
    box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs-container.mejs-hide-cues video:-webkit-media-text-track-container {
    display: none;
}

.mejs-overlay-error {
    position: relative;
}

.mejs-overlay-error>img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.mejs-cannotplay,
.mejs-cannotplay a {
    color: #fff;
    font-size: .8em;
}

.mejs-cannotplay {
    position: relative;
}

.mejs-cannotplay a,
.mejs-cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}

.wp-playlist-caption,
.wp-playlist-current-item .wp-playlist-item-artist,
.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-item-album {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mejs-container {
    clear: both;
    max-width: 100%;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    background: #f4f4f4;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    display: table;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0073aa;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #929397;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0;
}

.mejs-overlay-loading {
    background: 0 0;
}

.mejs-controls button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.me-cannotplay {
    width: auto!important;
}

.media-embed-details .wp-audio-shortcode {
    display: inline-block;
    max-width: 400px;
}

.audio-details .embed-media-settings {
    overflow: visible;
}

.media-embed-details .embed-media-settings .setting span {
    max-width: 400px;
    width: auto;
}

.media-embed-details .embed-media-settings .checkbox-setting span {
    display: inline-block;
}

.media-embed-details .embed-media-settings {
    padding-top: 0;
    top: 28px;
}

.media-embed-details .instructions {
    padding: 16px 0;
    max-width: 600px;
}

.media-embed-details .setting .remove-setting,
.media-embed-details .setting p {
    color: #a00;
    font-size: 10px;
    text-transform: uppercase;
}

.media-embed-details .setting .remove-setting {
    padding: 0;
}

.media-embed-details .setting a:hover {
    color: #dc3232;
}

.media-embed-details .embed-media-settings .checkbox-setting {
    float: none;
    margin: 0 0 10px;
}

.wp-video {
    max-width: 100%;
    height: auto;
}

.wp_attachment_holder .wp-audio-shortcode,
.wp_attachment_holder .wp-video {
    margin-top: 18px;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block;
}

.video-details .wp-video-holder {
    width: 100%;
    max-width: 640px;
}

.wp-playlist {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.5;
}

.wp-admin .wp-playlist {
    margin: 0 0 18px;
}

.wp-playlist video {
    display: inline-block;
    max-width: 100%;
}

.wp-playlist audio {
    display: none;
    max-width: 100%;
    width: 400px;
}

.wp-playlist-caption,
.wp-playlist-item-meta {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.692307692307692;
}

.wp-playlist .mejs-container {
    margin: 0;
    max-width: 100%;
}

.wp-playlist .mejs-controls .mejs-button button {
    outline: 0;
}

.wp-playlist-caption {
    max-width: 88%;
}

.wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
    font-weight: 700;
    transition: box-shadow 0.2s ease-in-out;
}

.wp-playlist-item-album {
    font-style: italic;
}

.wp-playlist-tracks {
    margin-top: 10px;
}

.wp-playlist-item {
    position: relative;
    cursor: pointer;
    padding: 0 3px;
    border-bottom: 1px solid;
}

.wp-playlist-item:last-child {
    border-bottom: 0;
}

.wp-playlist-playing {
    font-weight: normal;
}


.wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px;
}

.wp-playlist .wp-playlist-current-item img {
    float: left;
    max-width: 50px;
    height: auto;
    margin-right: 10px;
    padding: 0;
    border: 0;
}

.wp-audio-playlist .me-cannotplay span {
    padding: 5px 15px;
}

.mejs-toggle-playlist button {
    z-index: 3;
}

.chique-mejs-container.mejs-container {
    background: 0 0;
}

.chique-mejs-container.mejs-container .mejs-controls {
    background: 0 0;
    margin: 0;
    position: relative;
    padding: 8px 28px 8px 15px;
    height: auto;
}

.playlist-shorten .chique-mejs-container.mejs-container .mejs-controls {
	padding: 15px 21px;
}

.chique-mejs-container.mejs-container .mejs-controls a:hover {
    opacity: 1;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-button {
    cursor: pointer;
    display: block;
    position: relative;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-previous,
.chique-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-next {
	display: none;
}

.chique-mejs-container.mejs-container .mejs-button button {
    background: 0 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 40px;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-button button:before {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-button button:hover::before,
.mejs-time-handle-content:hover {
	transform: scale(1.3);
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.chique-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
    height: 3px;
    top: 10px;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-time {
    height: 40px;
    line-height: 40px;
    padding-bottom: 0;
    padding-top: 0;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail {
    height: 40px;
    margin: 0;
    padding: 18px 0 0;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    border: none;
    margin: 0;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    height: 0;
    overflow: hidden;
    top: -1.9em;
    visibility: hidden;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-top-color: #ddd;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    background-color: #fff;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    height: 20px;
    margin-top: 18px;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.chique-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.chique-mejs-container.mejs-container button {
    color: #373737;
}

.wp-playlist-dark .chique-mejs-container.mejs-container button {
	color: #fff;
}

.wp-audio-shortcode {
    border: none;
    margin: 1.313em 0 2.625em;
}

.wp-video-shortcode.mejs-container {
    padding: 0;
}

.wp-video-shortcode.mejs-container .mejs-controls {
    background: #222;
    top: auto;
}

body .wp-playlist {
    border: none;
    clear: both;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin: 0.875em 0 2.1875em;
    padding: 0;
    position: relative;
}

body #playlist-section .wp-playlist {
	margin: 0 auto 28px;
}

body .wp-playlist .wp-playlist-current-item img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
    margin-right: 14px;
    width: 50px;
    height: 50px;
}

body .playlist-shorten .wp-playlist .wp-playlist-current-item img {
	position: absolute;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 9px;
    opacity: 0.5;
    z-index: 2;
}

body .wp-playlist-caption,
body .wp-playlist-item-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

body .wp-playlist-caption:hover {
    opacity: 1;
}

body .wp-playlist-current-item {
    border:none;
    height: auto;
    margin-bottom: 0;
}

body .wp-playlist-tracks {
    border: none;
    margin: 0;
}

body .wp-playlist-item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding: 21px 28px;
}

body .wp-playlist-dark .wp-playlist-playing {
	background: transparent;
}

body .wp-playlist-dark .wp-playlist-item {
	padding: 14px 28px;
}

body .wp-playlist-item-length {
    font-size: 16px;
    font-size: 1rem;
}

body .wp-playlist-item-album {
	display: none;
    font-style: normal;
}

body .wp-playlist-item-artist {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: capitalize;
}
.wp-playlist .wp-playlist-caption:hover .wp-playlist-item-artist,
.wp-playlist .wp-playlist-caption:focus .wp-playlist-item-artist {
	opacity: 0.6;
}

.chique-mejs-container.mejs-container .mejs-toggle-playlist button:before {
	content: "\f0ca";
}

.chique-mejs-container.mejs-container .mejs-toggle-playlist.is-open button:before {
	content:"\f00d";
}

.chique-mejs-container.mejs-container .mejs-next button:before {
	content:"\f051";
}

.chique-mejs-container.mejs-container .mejs-previous button:before {
	content:"\f048";
}

.chique-mejs-container.mejs-container .mejs-play button:before,
.chique-mejs-container.mejs-container .mejs-replay button:before,
.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title:after {
	content:"\f04b";
}

.chique-mejs-container.mejs-container .mejs-pause button:before {
	content:"\f04c";
}

.chique-mejs-container.mejs-container .mejs-volume-button button:before {
	content:"\f028";
}

.chique-mejs-container.mejs-container .mejs-volume-button.mejs-unmute button:before {
	content:"\f026";
}

.chique-mejs-container.mejs-container .mejs-fullscreen-button button:before {
	content:"\f0b2";
}

/*--------------------------------------------------------------
## Sticky Playlist
--------------------------------------------------------------*/

#sticky-playlist-section .playlist-hide {
	border-radius: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	z-index: 999;
}

#sticky-playlist-section .playlist-hide:hover {
	opacity: 0.9;
}

#sticky-playlist-section .playlist-hide .fa {
	display: block;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	-ms-transition-delay: .6s;
	transition-delay: .6s;
}

#sticky-playlist-section.playlist-shorten .playlist-hide .fa {
	 -ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

#sticky-playlist-section .hentry {
	margin: 0;
	padding: 0;
}

#sticky-playlist-section .entry-container {
	width: 100%;
}

#sticky-playlist-section.playlist-shorten .wp-playlist-current-item .wp-playlist-caption,
#sticky-playlist-section.playlist-shorten .mejs-time.mejs-currenttime-container,
#sticky-playlist-section.playlist-shorten .mejs-time-rail,
#sticky-playlist-section.playlist-shorten .mejs-time.mejs-duration-container,
#sticky-playlist-section.playlist-shorten .mejs-button.mejs-volume-button.mejs-mute,
#sticky-playlist-section.playlist-shorten .mejs-horizontal-volume-slider,
#sticky-playlist-section.playlist-shorten .chique-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-previous,
#sticky-playlist-section.playlist-shorten .chique-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-next {
	visibility: hidden;
	opacity: 0;
	display: none;
}

#sticky-playlist-section.playlist-shorten {
	overflow: hidden;
	width: 112px;
}

.sticky-playlist-bottom #sticky-playlist-section {
	bottom: 0;
	position: fixed;
}

#sticky-playlist-section {
    border: 0;
    overflow: initial;
    padding: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 200;
}

.sticky-playlist-top #sticky-playlist-section {
    top: 0;
}

.sticky-playlist-top #sticky-playlist-section .wp-playlist-tracks {
	bottom: unset;
	top: 100%;
}

#sticky-playlist-section .wrapper {
	padding: 0;
	margin: 0;
}

.sticky-playlist-top #sticky-playlist-section .wrapper {
	max-width: 100%;
}

#sticky-playlist-section .section-content-wrapper {
	margin: 0;
	position: relative;
}

#sticky-playlist-section:not(.playlist-shorten) .section-content-wrapper {
	padding: 5px 20px;
}

#sticky-playlist-section.playlist-shorten .playlist-content-wrapper,
#sticky-playlist-section.playlist-shorten .section-content-wrapper {
	padding-bottom: 0;
	padding-left: 0;
}

#sticky-playlist-section .wp-playlist,
#sticky-playlist-section .entry-content {
    margin: 0;
}

#sticky-playlist-section .wp-playlist-item {
    padding: 0.857em 1.25em;
}

#sticky-playlist-section:not(..playlist-shorten) .wp-playlist-current-item {
    padding: 5px 10px 5px 0;
}

#sticky-playlist-section .wp-playlist-item-length {
    right: 1.75em;
}

#sticky-playlist-section .wp-playlist-tracks {
	display: none;
    right: 10px;
    padding: 0;
    position: absolute;
    bottom: 100%;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
}

.chique-mejs-sticky-playlist-container.mejs-container .mejs-time,
.chique-mejs-sticky-playlist-container.mejs-container .mejs-time-rail,
.chique-mejs-sticky-playlist-container.mejs-container .mejs-button.mejs-volume-button,
.chique-mejs-sticky-playlist-container.mejs-container a.mejs-horizontal-volume-slider {
    display: none;
}

#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-button.mejs-toggle-playlist button:before,
#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-playpause-button button:before,
#sticky-playlist-section .wp-playlist-caption,
#sticky-playlist-section .wp-playlist-item-title,
#sticky-playlist-section .wp-playlist-item-length {
    font-size: 14px;
    font-size: 0.875rem;
}

#sticky-playlist-section .wp-playlist-item-title {
    font-weight: 700;
    line-height: 1.692307692307692;
}

.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title:after {
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	height: 22px;
	margin-left: 7px;
	padding: 1px;
	text-align: center;
	width: 22px;
}

#sticky-playlist-section .wp-playlist,
#sticky-playlist-section .wp-playlist-current-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sticky-playlist-section:not(.playlist-shorten) .wp-playlist-current-item,
#sticky-playlist-section:not(.playlist-shorten) .chique-mejs-sticky-playlist-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

#sticky-playlist-section:not(.playlist-shorten) .chique-mejs-container.mejs-container .mejs-controls {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#sticky-playlist-section:not(.playlist-shorten) .mejs-container.chique-mejs-container .mejs-inner {
	margin-right: 55px;
}

#sticky-playlist-section .mejs-container.chique-mejs-container .mejs-toggle-playlist {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 56px;
}

#sticky-playlist-section.playlist-shorten .mejs-container.chique-mejs-container .mejs-toggle-playlist {
	display: none;
}

#sticky-playlist-section .mejs-container.chique-mejs-container .mejs-toggle-playlist button {
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	background: 0 0;
	width: 55px;
}

#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-time {
	font-size: 12px;
	font-size: 0.75rem;
}

#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button,
#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:hover,
#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:focus {
	background: none;
}

#sticky-playlist-section .chique-mejs-sticky-playlist-container {
	margin: 0;
}

#sticky-playlist-section.playlist-shorten .chique-mejs-sticky-playlist-container {
	min-width: auto;
}

#sticky-playlist-section:not(.playlist-shorten) .chique-mejs-container.mejs-container .mejs-controls {
	padding: 10px 0;
}

.wp-video-playlist .chique-mejs-container.mejs-container .mejs-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/*--------------------------------------------------------------
## Featured Video
--------------------------------------------------------------*/

.featured-video.has-background-image {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.featured-video .entry-content {
	margin-top: 0;
}

.section-content-wrapper.featured-video-wrapper.layout-one {
	max-width: 1150px;
	margin: 0 auto;
}
.section-content-wrapper.featured-video-wrapper.layout-one .hentry iframe {
	width: 100%;
}

/*--------------------------------------------------------------
## Event
--------------------------------------------------------------*/

#events-section,
#events-section .section-content-wrapper {
	padding:  0;
}

#events-section .hentry-inner {
	padding-bottom: 42px;
	padding-top: 42px;
	text-align: right;
}

.events-section .entry-meta {
	margin-bottom: 14px;
}

.events-section .entry-meta a {
	font-weight: 700;
}

.events-section .entry-meta .posted-on a::before {
	display: none;
}

#events-section .owl-nav {
	bottom: 10px;
	margin: 0;
	position: absolute;
	left: 10px;
	z-index: 9;
}

#events-section .owl-dots {
	position: absolute;
	right: 15% !important;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: none;
	left: auto !important;
	width: auto !important;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	right: 10px;
	top: 50%;
	margin-bottom: 0;
	-webkit-transform: translate3d(0px,-50%,0);
	transform: translate3d(0px,-50%,0);
}

#events-section .owl-dots:before {
	content: "";
	position: absolute;
	left: -56px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255,255,255,.2);
}

#events-section .owl-dots li span {
    display: block;
}

#events-section .owl-dots li span {
		color: #fff;
		opacity: 0.46;
}

#events-section .owl-dots li {
    clear: both;
    cursor: pointer;
    display: block;
    margin: 0 0 21px 0;
    outline: none;
    position: relative;
}

#events-section .owl-dots li:last-child {
	margin-bottom: 0;
}

#events-section .owl-dots .owl-dot:before {
    border-radius: 100%;
    background-color: #fff;
    content: "";
    height: 7px;
    left: -58.5px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
    transform: translateY(-50%);
    width: 7px;
    opacity: 0;
}

#events-section .owl-dots li:hover span,
#events-section .owl-dots li:focus span,
#events-section .owl-dots li.active span,
#events-section .owl-dots .owl-dot.active:before {
	opacity: 1;
}

#events-section .owl-nav button.owl-next,
#events-section .owl-nav button.owl-prev {
	background-color: #222222;
	color: #fff;
	height: 40px;
	width: 40px;
	padding:3px;
	border-radius: 0;
}

#events-section .owl-nav button.owl-next {
	margin-left: 7px;
}

#events-section .owl-nav button:hover,
#events-section .owl-nav button:focus {
	background-color: #f25f30;
}

#events-section .entry-container-wrap .entry-container {
	padding: 60px;
	width: 100%;
}

#events-section .entry-container-wrap{
	max-width: 870px;
	width: 100%;
}

/*--------------------------------------------------------------
## Countdown
--------------------------------------------------------------*/

.countdown .section-content-wrapper,
.countdown .section-content-wrapper .hentry {
	overflow: hidden;
}
.countdown .section-content-wrapper .entry-content,
.countdown .section-content-wrapper .entry-summary {
	margin-top: 0;
}

.countdown #clock .count-wrap {
	border: 1px solid;
	padding: 42px;
}

.countdown #clock span {
	display: block;
	text-align: center;
}

.countdown #clock .countdown-number {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3;
}

.countdown #clock .countdown-label {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 1px;
	padding-top: 14px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/

#timeline-section .section-content-wrapper {
	max-width: 1130px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

#timeline-section .section-content-wrapper:before {
	bottom: 35px;
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    height: calc(100% - 49px);
    width: 2px;
    z-index: -1;
}

#timeline-section .hentry {
	clear: both;
	display: table;
	margin-bottom: 35px;
	margin-left: 30px;
	position: relative;
	width: calc(100% - 30px);
}

#timeline-section .hentry:before {
	border-radius: 50%;
	content: "";
	left: -34px;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
}

#timeline-section .post-thumbnail {
	position: relative;
}

#timeline-section .post-thumbnail a {
	display: block;
	overflow: hidden;
	position: relative;
}

#timeline-section .post-thumbnail a:hover img {
	opacity: 0.9;
}

#timeline-section .entry-header .entry-meta {
	margin-top: 0;
	margin-bottom: 14px;
}

/*--------------------------------------------------------------
## Venue
--------------------------------------------------------------*/

.venue .hentry-inner {
	border: 1px solid;
	text-align: center;
}

.venue .hentry-inner {
	padding: 35px;
}

/*--------------------------------------------------------------
## Promotional Contact
--------------------------------------------------------------*/

.promotion-contact .button-wrap p {
	margin-bottom: 0;
}

.promotion-contact .entry-container {
	position: relative;
	z-index: 2;
	text-align: center;
}

.promotion-contact .post-thumbnail-background:before {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}

.promotion-contact .post-thumbnail-background {
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Clearing
--------------------------------------------------------------*/

.woocommerce-shorting-wrapper:before,
.woocommerce-shorting-wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.woocommerce-shorting-wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.woocommerce-products-header,
.single-product .woocommerce-posts-wrapper {
	width: 100%;
}

.woocommerce-products-header {
	margin: 0 auto;
	max-width: 990px;
}

.woocommerce-products-header {
	text-align: center;
}

.woocommerce-posts-wrapper {
	padding-bottom: 0;
}

.woocommerce-products-header .page-description {
	margin-top: 24px;
}

.woocommerce-products-header .page-description p {
	margin-bottom: 0;
}

.woocommerce-shorting-wrapper {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0 0 28px 0;
	text-align: center;
	width: 100%;
}

.woocommerce-ordering,
.woocommerce-result-count {
	margin: 0;
	width: 100%;
}

.woocommerce-ordering {
	margin-top: 14px;
}

.woocommerce-ordering {
	clear: none;
	float: right;
}

#product-content-section.round-product-image li.product > .woocommerce-loop-product__link {
    border-radius: 50%;
    display: inline-block;
    height: 0;
    margin-bottom: 21px;
    padding-top: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

#product-content-section.round-product-image li.product > .woocommerce-loop-product__link img {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#product-content-section .wrapper {
	max-width: 100%;
}

#product-content-section .section-content-wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

/*--------------------------------------------------------------
## Shop tables
--------------------------------------------------------------*/

table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	clear: both;
	display: block;
	padding: 7px 21px;
	text-align: right;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: center;
}

table.shop_table_responsive tr td a,
.product-container a.added_to_cart {
	text-decoration: none;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/

ul.products {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.products li.product {
	list-style: none;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 28px;
	text-align: center;
	width: 100%;
}

ul.products li.product a {
	text-decoration: none;
}

ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 7px 0;
}

ul.products li.product .price {
	display: block;
	font-weight: 300;
	margin-top: 7px;
}

ul.products li.product .price,
.price .woocommerce-Price-amount.amount {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.56;
}

ul.products li.product img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.product-container a {
	display: block;
}

.product-container a.button,
.woocommerce .product-container .wc-forward {
	display: inline-block;
}

ul.products li.product .product-container .woocommerce-loop-product__link,
.woocommerce-loop-category__title {
	padding: 28px 35px;
}

.woocommerce-loop-category__title {
	margin: 0;
}

.products mark {
	background-color: transparent;
}

.woo-products-full-width.woocommerce-page .site-content .wrapper {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.woo-products-full-width .woocommerce-shorting-wrapper {
	padding: 0 28px 28px 28px;
}

.woocommerce-pagination {
	text-align: center;
}

/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/

.infinite-scroll .woocommerce-pagination {
	display: none;
}

.woocommerce .site-main #infinite-handle {
	padding-top: 0;
}

/*--------------------------------------------------------------
## Onsale
--------------------------------------------------------------*/

.onsale {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.2;
	min-height: auto;
	min-width: auto;
	margin: 0;
	padding: 7px 14px;
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	letter-spacing: 0.1em;
	text-align: center;
	z-index: 1;
}

.round-product-image .onsale {
	left: 50%;
	text-transform: uppercase;
	transform: translateX(-50%);
	z-index: 9;
}

/*--------------------------------------------------------------
## Price
--------------------------------------------------------------*/

span.price del,
p.price del {
	opacity: .5;
}

span.price ins,
p.price ins {
	background: transparent;
	padding: 0;
}

.price del + ins {
	margin-left: .327em;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward {
	border: 0;
}

.woocommerce button.pswp__button:hover,
.woocommerce button.pswp__button:focus {
  background-color: transparent;
}

.woocommerce-form-login button[type="submit"] {
  margin-right: 14px;
}


.woocommerce .product-container .button,
.woocommerce .product-container .wc-forward {
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	left: 0;
	margin: 0;
	padding: 11px 21px;
}

/*--------------------------------------------------------------
## Single product
--------------------------------------------------------------*/

.single-product div.product {
	content: "";
	display: table;
	table-layout: fixed;
	position: relative;
}

.single-product div.product div.images {
	margin-bottom: 1.555555555555556em;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .entry-summary {
	float: none;
	text-align: left;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .onsale {
	z-index: 2;
}

.single-product div.product figure {
	margin: 0;
}

.single-product div.product .entry-summary {
	margin: 0;
	padding: 0;
}

.single-product div.product .entry-summary .entry-title {
	text-align: left;
	margin: 0;
}

.single-product div.product .woocommerce-product-rating {
	margin-top: 7px;
}

.single-product div.product .woocommerce-product-rating .star-rating {
	float: left;
	margin: 0 7px 0 0;
}

.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
	text-decoration: none;
}

.single-product div.product p.price {
	margin: 0.875em 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 50%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333333%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.single-product div.product form.cart {
	margin: 0 0 1.5em;
}

.single-product div.product form.cart .quantity {
	float: left;
	margin-right: 21px;
}

.single-product .product_meta {
	border-top: 1px solid;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 1.5em;
}

.single-product .woocommerce-variation-price {
	margin: 0 0 1.5em;
}

.variations .reset_variations {
	margin-left: 14px;
}

.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations {
	text-decoration: none;
}

.single-product div.product .related,
.single-product div.product .upsells,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
	margin-top: 42px;
}

.related h2:first-of-type {
	margin-bottom: 0.778em;
	text-transform: capitalize;
}

.cart-collaterals .cross-sells {
	text-align: center;
}

#reviews #comments ol.commentlist,
ul.woocommerce-error {
	margin-left: 0;
	list-style: none;
}

#reviews #comments ol.commentlist li {
	margin-bottom: 1.5em;
	position: relative;
}

#reviews #comments ol.commentlist li img.avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	position: absolute;
	top: 7px;
	left: 0;
	width: 60px;
}

#reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 60px;
	padding: 0 0 0 35px;
}

#reviews #comments ol.commentlist li .star-rating {
	float: right;
}

#reviews #comments ol.commentlist .meta {
	margin-bottom: 7px;
}

#reviews .comment-respond .comment-form-rating {
	margin-top: 7px;
	text-align: center;
}

#reviews .comment-respond .comment-form-rating .stars {
	margin-top: 7px;
	margin-bottom: 21px;
}

#reviews .comment-respond .comment-reply-title {
	display: block;
	margin-bottom: 21px;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/

table.cart .product-thumbnail {
	text-align: center;
}

table.cart .product-thumbnail:before {
	display: none;
}

table.cart .product-thumbnail img {
	margin: 0 auto;
	width: 80px;
}

table.cart .coupon label {
	display: none;
}

table.cart td.actions input,
table.cart td.actions .button {
	margin: 14px 0;
	display: block;
	width: 100%;
}

.woocommerce .wc-proceed-to-checkout a.button {
	width: 100%;
}

.cart_totals h2,
.woocommerce .wc-proceed-to-checkout a.button,
.cart_totals .wc-proceed-to-checkout,
.woocommerce-checkout-payment .place-order,
#payment .form-row {
	text-align: center;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled, .button:disabled,
button.disabled, button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
	opacity: .5 !important;
	cursor: not-allowed;
}

/*--------------------------------------------------------------
## My account
--------------------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation {
	border-top: 1px solid;
	margin: 0 0 1.5em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	text-decoration: none;
	padding: 7px 21px;
}

.woocommerce-MyAccount-content {
	padding-top: 30px;
}

.woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-content fieldset {
	margin: 0 0 1.5em;
	padding: 7px 15px;
}

.woocommerce-MyAccount-content fieldset p {
	margin: 0 0 1.5em;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button {
	margin-bottom: 7px;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## General WooCommerce components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Header cart
--------------------------------------------------------------*/

#site-header-cart-wrapper {
	display: none;
}

.header-shopping-cart #site-header-cart-wrapper,
.floating-shopping-cart #site-header-cart-wrapper {
	display: block;
}

.menu-cart-wrap {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation-default .menu-cart-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu-cart-wrap .menu-toggle-wrapper {
	order: 2;
}

.menu-cart-wrap #site-header-cart-wrapper {
	order: 1;
	z-index: 9;
}

.site-header-cart {
	content: "";
	display: table;
	list-style: none;
	margin: 0;
	position: relative;
	table-layout: fixed;
}

.below-site-header #site-header-cart-wrapper {
	display: none;
}

.site-header-cart li {
	margin: 0;
}

.site-header-cart .cart-contents {
	border: 1px solid;
	line-height: 1;
	font-weight: 600;
	padding: 10px 12px;
	text-decoration: none;
}

.site-header-cart .cart-contents .amount:before {
	content: "-";
	padding: 0 8px 0 5px;
}

.below-site-header .site-header-cart .cart-contents .count {
	border-radius: 50%;
	margin-left: 7px;
	padding: 6px;
	position: absolute;
	left: 0;
	top: 7px;
	width: 24px;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

.navigation-classic .menu-inside-wrapper .site-header-cart .cart-contents {
	display: inline-block;
}

.site-header-cart .cart-contents .count,
.site-header-cart .cart-contents .amount {
	display: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
}

.site-header-cart .product_list_widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header-cart .product_list_widget .mini_cart_item,
.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 14px 20px;
}

.site-header-cart .product_list_widget .mini_cart_item .remove_from_cart_button {
	margin-right: 5px;

}
.site-header-cart .product_list_widget .mini_cart_item a {
	text-decoration: none;
}

.site-header-cart .product_list_widget .mini_cart_item a:hover,
.site-header-cart .product_list_widget .mini_cart_item a:focus {
	text-decoration: underline;
}

.product_list_widget li img {
	max-width: 3.571em;
	float: right;
}

.site-header-cart .product_list_widget img {
	margin-left: 1em;
}

.widget .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__buttons {
	text-align: center;
}

.site-header-cart .woocommerce-mini-cart__buttons .button {
  margin: 0 2px 7px 2px;
}

.site-header-cart .woocommerce-mini-cart__buttons .button {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 14px 30px;
	padding: 14px 28px;
}

.site-header-menu .site-header-cart,
.site-header-cart .cart-contents {
	display: block;
}

.site-header-cart .cart-contents:before {
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
### Pagination
--------------------------------------------------------------*/

.woocommerce-pagination ul {
	display: inline-block;
	margin: 0 auto;
}

.woocommerce-pagination ul li {
	display: inline-block;
	list-style: none;
	height: 2.75em;
	line-height: 2.75em;
	margin: 0.1em;
	text-align: center;
	width: 2.75em;
}

.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a {
	display: block;
}

.woocommerce-pagination ul li a {
	background-color: transparent;
	text-decoration: none;
}

#ship-to-different-address {
	margin-top: 21px;
}

/*--------------------------------------------------------------
### Star rating
--------------------------------------------------------------*/

.star-rating {
	font-size: 0.8em;
	font-family: 'star';
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 7px auto;
	overflow: hidden;
	position: relative;
	width: 5.3em;
}

.widget .star-rating {
	margin: 0 7px 0 0;
}

.widget_rating_filter ul li .star-rating {
	display: inline-block;
	vertical-align: bottom;
}

.widget_rating_filter .wc-layered-nav-rating a {
	text-decoration: none;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	opacity: 1;
}

/*--------------------------------------------------------------
### Tabs
--------------------------------------------------------------*/

.woocommerce-tabs {
	clear: both;
	display: block;
	overflow: hidden;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 3.111em 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	text-transform: capitalize;
}

.woocommerce-tabs ul.tabs li {
	display: inline-block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 14px 35px;
	text-decoration: none;
}

.woocommerce-tabs ul.tabs li.active a {
	font-weight: 500;
}

.woocommerce-tabs .panel {
	margin: 0;
	padding: 35px;
	text-align: left;
}

.woocommerce .content-area .entry-content,
.woocommerce .content-area .entry-summary {
	margin-top: 0;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 21px;
}

.woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
### Password strength meter
--------------------------------------------------------------*/

.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/*--------------------------------------------------------------
### Forms
--------------------------------------------------------------*/

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #e2401c;
}

.quantity .qty {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 11px 7px;
	width: 3.54em;
	text-align: center;
}

/*--------------------------------------------------------------
### Notices
--------------------------------------------------------------*/

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	clear: both;
	content: "";
	display: table;
	margin-bottom: 1.5em;
	padding: 2em;
	table-layout: fixed;
	width: 100%;
}

.woocommerce-message a.button {
	margin-right: 14px;
}

.woocommerce-info,
.woocommerce-message {
	border-top: 4px solid;
}

.woocommerce-error {
	border-top: 4px solid #e2401c;
}

.woocommerce-error li:last-child {
	margin-bottom: 0;
}

.demo_store {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	z-index: 9999;
}

ul.wc_payment_methods {
	list-style: none;
	margin: 0;
}

ul.wc_payment_methods li {
	margin-bottom: 0;
}

ul.wc_payment_methods .about_paypal {
	float: right;
}

ul.wc_payment_methods p:last-child {
	margin-bottom: 0;
}

ul.wc_payment_methods .payment_box {
	padding: 14px 26px;
	margin: 7px 0;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	margin-left: 7px;
	max-height: 33px;
}

.demo_store .woocommerce-store-notice__dismiss-link {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-left: 14px;
	padding: 18px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

ul.products li.product .wp-post-image:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
### WooCommerce widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#### WooCommerce Price Filter
--------------------------------------------------------------*/

.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

dl.variation {
	font-size: 14px;
	font-size: 0.875rem
}

dl.variation dd {
	margin: 0;
}

dl.variation p {
	margin-bottom: 7px;
}

.widget_layered_nav_filters a:before {
	content: "x";
	margin-right: 7px;
}

.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0;
}

.woocommerce-checkout-payment .place-order {
	padding: 1em;
}

.widget_shopping_cart_content {
	padding: 11px 0;
}

.site-header-cart .product_list_widget .mini_cart_item span.quantity {
	display: block;
}

/*--------------------------------------------------------------
# Style by Color Scheme
--------------------------------------------------------------*/

.color-scheme-lawyer,
.color-scheme-construction,
.color-scheme-lawyer .site-description,
.color-scheme-construction .site-description {
	font-weight: 300;
}

.color-scheme-lawyer div.section,
.color-scheme-construction div.section,
.color-scheme-lawyer.home div.site-content,
.color-scheme-construction.home div.site-content {
	padding-top: 42px;
}

.color-scheme-lawyer .section .entry-title,
.color-scheme-construction .section .entry-title,
.color-scheme-fitness .section .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.46;
}

.color-scheme-lawyer .more-link,
.color-scheme-lawyer .sidebar .more-link,
.color-scheme-construction .more-link,
.color-scheme-construction .sidebar .more-link,
.color-scheme-fitness .more-link,
.color-scheme-fitness .sidebar .more-link {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.color-scheme-lawyer button,
.color-scheme-lawyer input[type="button"],
.color-scheme-lawyer input[type="reset"],
.color-scheme-lawyer input[type="submit"],
.color-scheme-lawyer .button,
.color-scheme-lawyer .posts-navigation .nav-links a,
.color-scheme-lawyer .pagination .prev.page-numbers,
.color-scheme-lawyer .pagination .next.page-numbers,
.color-scheme-lawyer .site-main #infinite-handle span button,
.color-scheme-lawyer .hero-content-wrapper .more-link,
.color-scheme-lawyer .promotion-sale-wrapper .hentry .more-link,
.color-scheme-lawyer .promotion-headline-wrapper .hentry .more-link,
.color-scheme-lawyer .recent-blog-content-wrapper .more-recent-posts .more-link,
.color-scheme-lawyer .custom-header .more-link,
.color-scheme-lawyer #feature-slider-sect ion .more-link,
.color-scheme-lawyer .view-all-button .more-link,
.color-scheme-lawyer .woocommerce div.product form.cart .button,
.color-scheme-lawyer.woocommerce #respond input#submit,
.color-scheme-lawyer .woocommerce a.button,
.color-scheme-lawyer .woocommerce button.button,
.color-scheme-lawyer .woocommerce input.button,
.color-scheme-lawyer .pricing-section .hentry .more-link,
.color-scheme-lawyer .product-container .wc-forward,
.color-scheme-construction button,
.color-scheme-construction input[type="button"],
.color-scheme-construction input[type="reset"],
.color-scheme-construction input[type="submit"],
.color-scheme-construction .button,
.color-scheme-construction .posts-navigation .nav-links a,
.color-scheme-construction .pagination .prev.page-numbers,
.color-scheme-construction .pagination .next.page-numbers,
.color-scheme-construction .site-main #infinite-handle span button,
.color-scheme-construction .hero-content-wrapper .more-link,
.color-scheme-construction .promotion-sale-wrapper .hentry .more-link,
.color-scheme-construction .promotion-headline-wrapper .hentry .more-link,
.color-scheme-construction .recent-blog-content-wrapper .more-recent-posts .more-link,
.color-scheme-construction .custom-header .more-link,
.color-scheme-construction #feature-slider-sect ion .more-link,
.color-scheme-construction .view-all-button .more-link,
.color-scheme-construction .woocommerce div.product form.cart .button,
.color-scheme-construction.woocommerce #respond input#submit,
.color-scheme-construction .woocommerce a.button,
.color-scheme-construction .woocommerce button.button,
.color-scheme-construction .woocommerce input.button,
.color-scheme-construction .pricing-section .hentry .more-link,
.color-scheme-construction .product-container .wc-forward,
.color-scheme-fitness button,
.color-scheme-fitness input[type="button"],
.color-scheme-fitness input[type="reset"],
.color-scheme-fitness input[type="submit"],
.color-scheme-fitness .button,
.color-scheme-fitness .posts-navigation .nav-links a,
.color-scheme-fitness .pagination .prev.page-numbers,
.color-scheme-fitness .pagination .next.page-numbers,
.color-scheme-fitness .site-main #infinite-handle span button,
.color-scheme-fitness .hero-content-wrapper .more-link,
.color-scheme-fitness .promotion-sale-wrapper .hentry .more-link,
.color-scheme-fitness .promotion-headline-wrapper .hentry .more-link,
.color-scheme-fitness .recent-blog-content-wrapper .more-recent-posts .more-link,
.color-scheme-fitness .custom-header .more-link,
.color-scheme-fitness #feature-slider-sect ion .more-link,
.color-scheme-fitness .view-all-button .more-link,
.color-scheme-fitness .woocommerce div.product form.cart .button,
.color-scheme-fitness.woocommerce #respond input#submit,
.color-scheme-fitness .woocommerce a.button,
.color-scheme-fitness .woocommerce button.button,
.color-scheme-fitness .woocommerce input.button,
.color-scheme-fitness .pricing-section .hentry .more-link,
.color-scheme-fitness .product-container .wc-forward {
	font-size: 16px;
	font-size: 1rem;
}

.color-scheme-lawyer div.section + .site-content,
.color-scheme-construction div.section + .site-content {
	border-top: 1px solid;
}

.color-scheme-lawyer div.section:nth-child(2n-1) input[type="text"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="email"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="url"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="password"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="search"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="number"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="tel"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="range"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="date"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="month"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="week"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="time"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="datetime"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="datetime-local"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="color"]:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) textarea:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) select:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="text"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="email"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="url"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="password"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="search"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="number"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="tel"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="range"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="date"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="month"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="week"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="time"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="datetime"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="datetime-local"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) input[type="color"]:focus,
.color-scheme-construction div.section:nth-child(2n-1) textarea:focus,
.color-scheme-construction div.section:nth-child(2n-1) select:focus {
	opacity: 0.6;
}

.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section .section-content-wrapper:before,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section .section-content-wrapper:before {
	color: rgba(255,255,255,0.1);
	opacity: 1;
}

.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section {
	background-image: none;
}

.color-scheme-fitness ul.products li.product,
.color-scheme-fitness #testimonial-content-section,
.color-scheme-fitness #logo-slider-section {
	background-image: none;
}

.color-scheme-fitness #promotion-headline {
	padding: 42px 0;
}

.color-scheme-fitness .pricing-section .entry-title {
    background-color: rgba(255,255,255,0.03);
}

.color-scheme-fitness #testimonial-content-section .owl-nav button:hover,
.color-scheme-fitness #testimonial-content-section .owl-nav button:focus {
	border-color: transparent;
}

body .team-section.style-2.fluid .wrapper {
	max-width: 100%;
}

body #team-content-section.style-2.fluid .wrapper .section-content-wrapper {
	padding: 0;
}

.color-scheme-fitness #team-content-section.style-2 .entry-container {
	border-bottom: 1px solid;
}

.color-scheme-fitness.home .custom-header .entry-title {
	letter-spacing: 20px;
}

.color-scheme-fitness .custom-header .sub-title,
.color-scheme-fitness .promotion-headline-wrapper .entry-content,
.color-scheme-fitness .promotion-headline-wrapper .entry-summary {
	letter-spacing: normal;
	font-weight: 500;
}

.color-scheme-fitness .promotion-headline-wrapper .section-title {
	letter-spacing: 20px;
	text-transform: uppercase;
}

.color-scheme-fitness .promotion-headline-wrapper .hentry {
	max-width: 900px
}

.color-scheme-fitness h1,
.color-scheme-fitness h2,
.color-scheme-fitness h3,
.color-scheme-fitness h4,
.color-scheme-fitness h5,
.color-scheme-fitness h6 {
	font-weight: 600;
}

/*--------------------------------------------------------------
# Header Style
--------------------------------------------------------------*/

.header-style-horizontal-one .site-header .site-header-main {
	max-width: 100%;
	padding: 0;
}

.header-style-horizontal-one .site-header .site-header-main > .wrapper {
	padding: 0 30px;
}

.header-style-horizontal-one .wrapper {
	max-width: 1520px;
	width: 100%;
}

.header-style-horizontal-one.wp-custom-logo .custom-logo-link {
	margin: 0;
	width: auto;
}

.header-style-horizontal-one.wp-custom-logo .custom-logo-link + .site-identity {
	margin: 0 0 0 14px;
}

.header-style-horizontal-one.wp-custom-logo .site-identity {
 	width: auto;
 }

.header-style-horizontal-one .site-title {
	line-height: 1.5;
	text-transform: capitalize;
}

.header-style-horizontal-one .main-navigation a {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-transform: uppercase;
}

.header-style-horizontal-one .search-form input[type="search"] {
	border-radius: 0;
}

.header-style-horizontal-one .menu-toggle {
	margin: 0;
}

.header-style-horizontal-one .menu-cart-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

/* Site Contact */
.site-contact > ul {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	 -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-contact li:not(.contact-button) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-contact li span {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.62;
	text-transform: uppercase;
}

.site-contact li strong {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	text-transform: capitalize;
}

.site-contact li.contact-email strong {
	text-transform: lowercase;
}

.site-contact li:before {
	font-size: 32px;
	font-size: 2rem;
	margin-right: 14px;
}

.site-contact li.contact-phone:before {
    content: "\f095";
}

.site-contact li.contact-address:before {
    content: "\f041 ";
}

.site-contact li.contact-email:before {
    content: "\f0e0";
}

.site-contact li.contact-hours:before {
    content: "\f0b1";
}

.site-contact li.contact-button a {
	border: 2px solid;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.62;
	padding: 14px 28px;
	text-align: center;
	text-transform: uppercase;
}

.header-style-horizontal-one .site-branding {
	margin: 0 auto;
	padding: 21px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-contact li {
    padding: 7px;
}

.header-style-horizontal-one .site-header-menu .site-header-right {
	padding-left: 23px;
	padding-right: 23px;
}

.header-style-horizontal-one .site-header-menu .site-contact span {
	opacity: 0.6;
}

.header-style-horizontal-one .site-header-right {
	padding: 14px 0;
	position: relative;
	width: 100%;
}

.header-style-horizontal-one .site-header-right:before {
	border-top: 1px solid;
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: calc(100% + 60px);
	height: 1px;
}

.header-style-horizontal-one .site-header-menu .mobile-social-search + .site-header-right {
	margin-top: 7px;
}

.header-style-horizontal-one .site-header-menu + #site-header-cart-wrapper .cart-contents,
.header-style-horizontal-one.header-style-horizontal-two .site-primary-header-menu .primary-right .cart-contents {
	display: none;
	border: none;
	padding: 12px;
	position: relative;
}

.header-style-horizontal-one #primary-menu-wrapper .site-header-cart .cart-contents {
	border: none;
	padding: 12px;
	position: relative;
}

.header-style-horizontal-one #primary-menu-wrapper .site-header-cart .cart-contents:before {
	font-size: 28px;
	font-size: 1.75rem;
}

/*site-contents for mobile*/
.header-style-horizontal-one .site-header-main .site-header-right {
	display: none;
}


/*Modern Menu For Horizontal Header Style One*/
.header-style-horizontal-one.navigation-default .header-overlay {
	display: none;
	max-width: 100%;
}

.menu-inside-wrapper .menu-close {
	display: none;
}

.header-style-horizontal-one .main-navigation ul ul a,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-meta a,
.color-scheme-construction div.section:nth-child(2n-1) .entry-meta a,
.color-scheme-lawyer div.section:nth-child(2n-1).featured-content-section .cat-links:before,
.color-scheme-construction div.section:nth-child(2n-1).featured-content-section .cat-links:before,
.site-footer .site-info a {
	opacity: 0.6;
}

.header-style-horizontal-one .main-navigation ul ul a:hover,
.header-style-horizontal-one .main-navigation ul ul a:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-meta a:hover,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-meta a:focus,
.color-scheme-construction div.section:nth-child(2n-1) .entry-meta a:hover,
.color-scheme-construction div.section:nth-child(2n-1) .entry-meta a:focus,
.site-footer .site-info a:hover,
.site-footer .site-info a:focus,
.color-scheme-lawyer div.section:nth-child(2n-1).featured-content-section .cat-links:hover::before,
.color-scheme-construction div.section:nth-child(2n-1).featured-content-section .cat-links:hover::before {
	opacity: 1;
}

body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
	padding: 3px;
}

/* Horizontal Header Style Two */
.header-style-horizontal-one.header-style-horizontal-two #masthead {
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	bottom: unset;
}

.header-style-horizontal-one.header-style-horizontal-two #site-primary-header-menu {
	background-color: transparent;
	margin-right: -10px;
}

.header-style-horizontal-one.header-style-horizontal-two .is-open .menu-inside-wrapper {
	border: none;
}

.header-style-horizontal-one.header-style-horizontal-two .site-header-main #primary-search-wrapper {
	padding: 0;
}

.header-style-horizontal-one.header-style-horizontal-two .site-header .wrapper {
	max-width: 100%;
}

.header-style-horizontal-one.header-style-horizontal-two .site-header-main #site-header-cart-wrapper {
	background-color: transparent;
}

.header-style-horizontal-one.header-style-horizontal-two .site-header-main > .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-style-horizontal-one.header-style-horizontal-two .site-branding {
	margin: 0 auto 0 0;
	text-align: left;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## >= 480px
--------------------------------------------------------------*/

@media screen and (min-width: 30em) {
	.wp-custom-logo .custom-logo-link {
	    margin-right: 10px;
	    margin-bottom: 0;
	}

	.wp-custom-logo .custom-logo-link,
	.wp-custom-logo .site-identity {
	    display: inline-block;
	}

	.mobile-menu-label .menu-label {
		display: block;
	}
}

/*--------------------------------------------------------------
## >= 568px
--------------------------------------------------------------*/

@media screen and (min-width: 35.5em) {
	.color-scheme-photography .custom-header + .portfolio-section.section {
		padding-top: 14px;
	}

	.custom-header + .section.hero-content-wrapper.fluid,
	#feature-slider-section + .section.hero-content-wrapper.fluid {
		padding-top: 0;
	}

	.hero-content-wrapper:not(.boxed).content-aligned-left .hentry.has-post-thumbnail .entry-container {
		padding-left: 0;
	}

	.hero-content-wrapper .hentry.has-post-thumbnail .entry-container {
		clear: both;
		padding-bottom: 28px;
	}

	.hero-content-wrapper:not(.boxed).content-aligned-right .hentry.has-post-thumbnail .entry-container {
		padding-right: 0;
	}

	.hero-content-wrapper.text-aligned-right .entry-container,
	.promotion-sale-wrapper.text-aligned-right .entry-container {
		text-align: right;
	}

	.hero-content-wrapper.text-aligned-center .entry-container,
	.promotion-sale-wrapper.text-aligned-center .entry-container {
		text-align: center;
	}

	.stats-section .section-content-wrapper {
		max-width: 100%;
	}

	.hero-content-wrapper .entry-container,
	.promotion-sale-wrapper .entry-container {
		text-align: left;
	}

	.sidebar,
	.sidebar .widget {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sidebar .widget {
		width: 50%;
	}

	/* Woocommerce styles */
	.woocommerce-ordering,
	.woocommerce-result-count {
		display: inline-block;
		margin-top: 0;
		width: auto;
	}

	.woocommerce-ordering select {
		margin-top: 0;
	}

	.woocommerce-result-count {
		margin-right: auto;
	}

	.columns-2 ul.products li.product,
	.columns-4 ul.products li.product,
	.columns-6 ul.products li.product {
		width: 49.75%;
		margin-right: 0.5%;
	}

	.columns-2 ul.products li.product:nth-child(2n+2),
	.columns-4 ul.products li.product:nth-child(2n+2),
	.columns-6 ul.products li.product:nth-child(2n+2) {
		margin-right: 0;
	}

	.section-content-wrap.layout-two .hentry:nth-child(2n+1),
	.section-content-wrapper.layout-two .hentry:nth-child(2n+1),
	.section-content-wrap.layout-four .hentry:nth-child(2n+1),
	.section-content-wrapper.layout-four .hentry:nth-child(2n+1),
	ul.products.columns-2 li.product:nth-child(2n+1),
	ul.products.columns-4 li.product:nth-child(2n+1),
	ul.products.columns-6 li.product:nth-child(2n+1) {
		clear: both;
	}

	.site-header-cart .widget_shopping_cart {
		top: 71px;
	}

	table.cart td.actions {
		text-align: right;
	}

	table.cart td.actions .coupon {
		display: inline-block;
		float: left;
	}

	table.cart td.actions input,
	table.cart td.actions .button,
	.woocommerce .wc-proceed-to-checkout a.button {
		display: inline-block;
		width: auto;
	}

	.single-product div.product div.images {
		margin-bottom: 0;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .entry-summary {
		float: left;
		text-align: left;
		width: 50%;
	}

	.single-product div.product .entry-summary {
		margin: 0;
		padding-left: 35px;
	}/* Woocommerce styles end here */

	.reserve-content-wrapper .section-content-wrap.layout-two {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.reserve-content-wrapper .section-content-wrap.layout-two .hentry {
		display: table-cell;
		vertical-align: middle;
	}

	.reserve-content-wrapper .section-content-wrap.layout-two {
		max-width: 1220px;
		margin: 0 auto;
	}

	.reserve-content-wrapper .contact-description {
		width: 38%;
		margin: 0 auto;
	}

	.reserve-content-wrapper.reservation-aligned-right .layout-one .reservation-form {
		margin: 0 0 0 auto;
	}

	.reserve-content-wrapper.reservation-aligned-left .layout-one .reservation-form {
		margin: 0 auto 0 0;
	}

	.reserve-content-wrapper.reservation-aligned-center .layout-one .reservation-form {
		margin: 0 auto;
	}

	.reserve-content-wrapper .reservation-form {
		width: 62%;
		margin: 0 auto;
		max-width: 680px;
	}

	.reserve-content-wrapper .reservation-form form p.form-submit {
		text-align: center;
		width: 100%;
	}

	.footer-widget-area.two .widget-column,
	.footer-widget-area.four .widget-column,
	.section-content-wrapper.layout-two .hentry,
	.section-content-wrapper.layout-four .hentry {
		width: 50%;
	}

	.section-content-wrapper.layout-two,
	.section-content-wrapper.layout-two .hentry,
	.section-content-wrapper.layout-four,
	.singular-content-wrap,
	.search-no-results .archive-content-wrap,
	.contact-section .contact-details.two-columns,
	.contact-section .contact-details.two-columns li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-content-wrapper.layout-four .hentry,
	.singular-content-wrap .hentry,
	.error404 .error-404.not-found,
	.search-no-results .no-results {
		padding: 0 15px;
	}

	.instagram-button {
	    margin-top: 13px;
	    margin-bottom: 15px;
	}

	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		display: inline-block;
	}


	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		display: table-cell;
		width: 50%;
	}

	.posts-navigation .nav-next {
		text-align: right;
		float: right;
	}

	.posts-navigation .nav-previous {
		float: left;
		text-align: left;
	}

	.comment-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	 .comment-navigation .nav-next {
		float: right;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.post-navigation .nav-next {
		text-align: right;
	}

	.post-navigation,
	.comments-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.nav-previous .nav-subtitle:before,
	.nav-next .nav-subtitle:before {
		position: absolute;
		top: -4px;
	}

	.nav-previous .nav-subtitle {
		padding-left: 14px;
	}

	.nav-next .nav-subtitle {
		padding-right: 14px;
	}

	.post-navigation .nav-previous {
		text-align: left;
	}

	.post-navigation .nav-next {
		margin-top: 0;
	}

	.author-info {
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
		overflow: hidden;
		text-align: left;
		width: 100%;
	}

	.author-avatar,
	.author-avatar .avatar {
		border-radius: 100%;
		float: left;
		max-width: 150px;
	}

	.author-description {
		float: left;
		padding-left: 28px;
	}

	.hero-content-wrapper .featured-content-image,
	.promotion-sale-wrapper .featured-content-image,
	.hero-content-wrapper .entry-container,
	.promotion-sale-wrapper .entry-container {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}

	.hero-content-wrapper .featured-content-image,
	.promotion-sale-wrapper .featured-content-image {
		bottom: 0;
		padding-bottom: 0;
		position: absolute;
		top: 0;
	}

	.hero-content-wrapper.content-aligned-right .featured-content-image,
	.promotion-sale-wrapper.content-aligned-right .featured-content-image {
		left: 0;
	}

	.hero-content-wrapper.content-aligned-right .entry-container,
	.promotion-sale-wrapper.content-aligned-right .entry-container {
		float: right;
	}

	.hero-content-wrapper.content-aligned-left .featured-content-image,
	.promotion-sale-wrapper.content-aligned-left .featured-content-image {
		right: 0;
	}

	.hero-content-wrapper.content-aligned-left .entry-container,
	.promotion-sale-wrapper.content-aligned-left .entry-container {
		float: left;
	}

	.section-content-wrapper.layout-four .hentry,
	#logo-slider-section .static-logo.layout-five .hentry {
		width: 50%;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
	    width: -webkit-calc(50% - 1.944444444444444em);
	    width: calc(50% - 1.944444444444444em);
	}

	.comment-author-container {
		display: table-cell;
		width: 75px;
	}

	.comment-container {
		display: table-cell;
		padding-left: 28px;
		width: calc(100% - 75px);
	}

	.comment-author,
	.comment-header {
		text-align: left;
	}

	.comment-author-container {
		margin-bottom: 0;
	}

	#gallery-content-section .gallery-columns-2 .gallery-item,
	#gallery-content-section .gallery-columns-4 .gallery-item {
		max-width: 50%;
	}

	.skill-content-wrapper.layout-two {
	    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	    width: 100%;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}

	.skill-content-wrapper.layout-two .about-me.hentry {
		margin-right: auto;
		width: 45%;
	}

	.skill-content-wrapper.layout-two .skill-bar-section.hentry {
		float: right;
		width: 53%;
	}

	.skill-content-wrapper.layout-two .hentry {
		padding: 0 15px;
	}

	.featured-content-section.style-one .layout-two .entry-container,
	.featured-content-section.style-one .layout-four .entry-container {
		border-bottom: 1px solid;
		border-right: 1px solid;
	}

	.featured-content-section.style-one .layout-two .hentry:nth-child(2n) .entry-container,
	.featured-content-section.style-one .layout-four .hentry:nth-child(2n) .entry-container {
		border-right: 0;
	}

	.featured-content-section .view-all-button,
	.services-section.section {
		padding-top: 28px;
	}

	.services-section.style-one .hentry  {
		margin-bottom: 0;
	}

	.services-section.style-one .post-thumbnail {
	    -ms-flex-item-align: normal;
		-ms-grid-row-align: normal;
		align-self: normal;
		margin-bottom: 0;
	    padding-bottom: 0;
	}

	.services-section.style-one .entry-container,
	.services-section.style-one .post-thumbnail {
		width: 50%;
	}

	.services-section.style-one .hentry-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.services-section .section-content-wrapper.layout-one .hentry,
	.services-section .section-content-wrapper.layout-two .hentry {
		width: 100%;
	}

	.services-section.style-one .section-content-wrapper .entry-container {
		padding: 42px;
	}

	.services-section.style-one .hentry-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.services-section.style-one .hentry:nth-child(2n+1) .hentry-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.services-section .section-content-wrapper.layout-one .hentry:nth-child(odd) .entry-container {
		padding-left: 0;
	}

	.services-section .section-content-wrapper.layout-one .hentry:nth-child(even) .entry-container {
		padding-right: 0;
	}

	.section-content-wrapper.portfolio-content-wrapper.layout-two .hentry,
	.section-content-wrapper.portfolio-content-wrapper.layout-three .hentry,
	.section-content-wrapper.portfolio-content-wrapper.layout-four .hentry {
		width: 50%;
	}

	.section-content-wrapper.portfolio-content-wrapper.layout-one .hentry,
	.section-content-wrapper.portfolio-content-wrapper.layout-two .hentry,
	.section-content-wrapper.portfolio-content-wrapper.layout-three .hentry,
	.section-content-wrapper.portfolio-content-wrapper.layout-four .hentry {
		padding-left: 0;
		padding-right: 0;
	}

	.section-content-wrapper.portfolio-content-wrapper.layout-two .hentry,
	.section-content-wrapper.portfolio-content-wrapper.layout-three .hentry,
	.section-content-wrapper.portfolio-content-wrapper.layout-four .hentry {
		padding-bottom: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.section-content-wrapper.portfolio-content-wrapper.layout-two,
	.section-content-wrapper.portfolio-content-wrapper.layout-three,
	.section-content-wrapper.portfolio-content-wrapper.layout-four {
	 	margin-left: -7px;
	 	margin-right: -7px;
	 }

	#team-content-section:not(.style-2) .section-heading-wrapper {
		float: left;
		padding-left: 0;
		margin: auto;
		max-width: 100%;
		padding-right: 42px;
		padding-top: 56px;
		text-align: right;
	}

	#team-content-section:not(.style-2) .section-content-wrapper.layout-two .section-heading-wrapper,
	#team-content-section:not(.style-2) .section-content-wrapper.layout-three .section-heading-wrapper,
	#team-content-section:not(.style-2) .section-content-wrapper.layout-three .hentry,
	#team-content-section:not(.style-2) .section-content-wrapper.layout-four .section-heading-wrapper {
		width: 50%;
	}

	#logo-slider-section .static-logo.layout-two .hentry,
	#logo-slider-section .static-logo.layout-four .hentry,
	#logo-slider-section .static-logo.layout-five .hentry {
		border-right: 1px solid;
		border-bottom: 1px solid;
		margin-bottom: 0;
		padding: 21px;
	}

	#logo-slider-section .static-logo.layout-two .hentry:nth-child(2n+1):nth-last-child(-n+2),
	#logo-slider-section .static-logo.layout-two .hentry:nth-child(2n+1):nth-last-child(-n+2) ~ .hentry,
	#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n+1):nth-last-child(-n+2),
	#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n+1):nth-last-child(-n+2) ~ .hentry,
	#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n+1):nth-last-child(-n+2),
	#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n+1):nth-last-child(-n+2) ~ .hentry {
		border-bottom: 0;
	}

	#logo-slider-section .static-logo.layout-two .hentry:nth-child(2n),
	#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n),
	#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n) {
		border-right: 0;
	}

	.playlist-content-wrapper .hentry-inner {
		display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
		-ms-flex-wrap: nowrap;
    	flex-wrap: nowrap;
    }

    .playlist-content-wrapper .post-thumbnail-background {
		margin: 0;
		padding-bottom: 0;
    }

    .playlist-content-wrapper .post-thumbnail-background {
		width: 46%;
		min-height: 440px;
    }

    .content-align-left .playlist-content-wrapper .post-thumbnail-background {
    	order: 2;
    }

    .playlist-content-wrapper .entry-container {
		width: 54%;
		padding: 0 0 0 30px;
    }

    .playlist-content-wrapper .entry-container.full-width {
    	flex-basis: 100%;
		margin: 0 auto;
		max-width: 920px;
		padding: 0;
		width: auto;
    }

    .playlist-content-wrapper .entry-header,
    .playlist-content-wrapper .entry-title {
		margin-top: 0;
    }

    .countdown #clock {
    	text-align: center;
    	width: 100%;
    }

    .countdown #clock .count-wrap {
    	padding: 42px 28px;
    }

    .countdown #clock > span {
    	padding-left: 10px;
    	padding-right: 10px;
    	width: 33.33%;
    	display: inline-block;
    }

    .countdown #clock > span:nth-child(1n+4) {
    	clear: both;
    	float: none;
    	padding-top: 20px;
    }

    .why-choose-us-section.modern-style .post-thumbnail {
		float: left;
		margin-right: 35px;
	}

	.why-choose-us-section .entry-container {
		clear: none;
		overflow: hidden;
	}

	.why-choose-us-section.modern-style .entry-container {
		text-align: left;
	}

	.stats-section + .portfolio-section.no-section-heading {
		padding-top: 14px;
	}
}

/*--------------------------------------------------------------
## >= 667px
--------------------------------------------------------------*/

@media screen and (min-width: 41.6875em) {
	/* Woocommerce styles */
	ul.products.columns-3 li.product,
	ul.products.columns-6  li.product {
		width: 33%;
		margin-right: 0.5%;
	}

	ul.products.columns-4  li.product:nth-child(2n+2),
	ul.products.columns-6  li.product:nth-child(2n+2) {
		margin-right: 0.5%;
	}

	ul.products.columns-3  li.product:nth-child(3n+3),
	ul.products.columns-4  li.product:nth-child(4n+4),
	ul.products.columns-5  li.product:nth-child(5n+5),
	ul.products.columns-6  li.product:nth-child(6n+6) {
		margin-right: 0;
	}

	ul.products.columns-6  li.product:nth-child(3n+3) {
		margin-right: 0;
	}

	ul.products.columns-4  li.product {
		width: 49.5%;
		margin-right: 0.5%;
	}

	ul.products.columns-5  li.product {
		width: 19.6%;
		margin-right: 0.5%;
	}

	.full-width .related ul.products li.product,
	.full-width .upsells ul.products li.product,
	.full-width .cross-sells ul.products li.product {
		width: 25%;
	}

	.two-columns .columns-4 ul.products li.product {
		width: 50%;
	}

	ul.products.columns-4 li.product:nth-child(2n+1),
	ul.products.columns-6  li.product:nth-child(2n+1),
	.full-width .related ul.products li.product:nth-child(2n+1),
	.full-width .upsells ul.products li.product:nth-child(2n+1),
	.full-width .cross-sells ul.products li.product:nth-child(2n+1) {
		clear: none;
	}

	.two-columns .columns-4 ul.products li.product:nth-child(2n+1),
	ul.products.columns-3 li.product:nth-child(3n+1),
	ul.products.columns-4 li.product:nth-child(4n+1),
	ul.products.columns-5 li.product:nth-child(5n+1),
	ul.products.columns-6 li.product:nth-child(6n+1),
	.full-width .related ul.products li.product:nth-child(4n+1),
	.full-width .upsells ul.products li.product:nth-child(4n+1),
	.full-width .cross-sells ul.products li.product:nth-child(4n+1) {
		clear: both;
	}

	table.shop_table {
		background-color: transparent;
	}

	table.cart td.actions input,
	table.cart td.actions .button {
		margin: 0;
	}

	table.shop_table_responsive tr td {
		padding: 10px;
	}

	table.shop_table_responsive tr td.product-thumbnail {
		width: 100px;
	}

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td:before {
		display: none;
	}

	table.shop_table_responsive tr td.product-remove a {
		text-align: left;
	}

	table.cart .product-thumbnail img {
		margin: 0;
	}

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 30%;
		margin: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 66%;
	}

	.woocommerce-account .woocommerce-MyAccount-content p:first-child {
		margin-top: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content form > h3 {
		margin-top: 0;
	}

	.woocommerce-MyAccount-content {
		padding-top: 0;
	}
	/* Woocommerce styles end here */

	.chique-mejs-sticky-playlist-container.mejs-container .mejs-time,
	.chique-mejs-sticky-playlist-container.mejs-container .mejs-time-rail,
	.chique-mejs-sticky-playlist-container.mejs-container .mejs-button.mejs-volume-button,
	.chique-mejs-sticky-playlist-container.mejs-container a.mejs-horizontal-volume-slider {
	    display: block;
	}

	body .wp-playlist-caption .wp-playlist-item-title + .wp-playlist-item-album:before {
	    content: " - ";
	}

	#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-previous,
	#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-next {
	    display: block;
	}

	body .wp-playlist-caption .wp-playlist-item-title,
	body .wp-playlist-caption .wp-playlist-item-album {
	    display: inline;
	}

	#sticky-playlist-section:not(.playlist-shorten) .wp-playlist-current-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 1 30%;
	    flex: 0 1 30%;
	}

	#sticky-playlist-section:not(.playlist-shorten) .chique-mejs-sticky-playlist-container {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 1 70%;
	    flex: 0 1 70%;
	}

	body:not(.home) .custom-header {
		padding: 82px 0;
	}

	.section-content-wrapper.layout-three,
	.contact-section .contact-details.two-columns,
	.countdown #clock > span,
	.countdown .section-content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-content-wrapper.layout-three .hentry {
		padding: 0 15px;
		width: 33.33%;
	}

	#logo-slider-section .static-logo .hentry {
		padding: 21px;
		margin-bottom: 0;
	}

	#logo-slider-section .static-logo.layout-three .hentry {
		border-right: 1px solid;
		border-bottom: 1px solid;
	}

	#logo-slider-section .static-logo.layout-three .hentry:nth-child(3n+1):nth-last-child(-n+3),
	#logo-slider-section .static-logo.layout-three .hentry:nth-child(3n+1):nth-last-child(-n+3) ~ .hentry {
		border-bottom: 0;
	}

	#logo-slider-section .static-logo.layout-three .hentry:nth-child(3n) {
		border-right: 0;
	}

	.section-content-wrap.layout-three .hentry:nth-child(3n+1),
	.section-content-wrapper.layout-three .hentry:nth-child(3n+1) {
	    clear: both;
	}

	.team-section:not(.style-2) .section-content-wrapper.layout-three .hentry:nth-child(3n+1) {
	    clear: none;
	}

	.footer-widget-area.three .widget-column {
		width: 33.33%;
	}

	#gallery-content-section .gallery-columns-3 .gallery-item {
		max-width: 33.33333%;
	}

	#gallery-content-section .gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	#gallery-content-section .gallery-columns-6 .gallery-item {
		max-width: 16.66667%;
	}

	#gallery-content-section .gallery-columns-7 .gallery-item {
		max-width: 14.28571%;
	}

	#gallery-content-section .gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	#gallery-content-section .gallery-columns-9 .gallery-item {
		max-width: 11.11111%;
	}

	.featured-content-section.style-one .layout-three .entry-container {
		border-bottom: 1px solid;
		border-right: 1px solid;
	}

	.featured-content-section.style-one .layout-three .hentry:nth-child(3n) .entry-container {
		border-right: 0;
	}

	.pricing-section .hentry.highlight-off {
		margin-top: 42px;
	}

	#timeline-section .post-thumbnail {
		margin-bottom: 0;
	}

	#timeline-section .post-thumbnail,
	#timeline-section .entry-container {
		width: 50%;
	}

	#timeline-section .hentry {
		margin-left: 0;
		width: 100%;
	}

	#timeline-section .section-content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	#timeline-section .post-thumbnail,
	#timeline-section .entry-container {
		padding-left: 35px;
		padding-right: 35px;
	}

	#timeline-section .section-content-wrapper:before {
	    left: 50%;
	    transform: translateX(-50%);
	}

	#timeline-section .hentry:before {
		left: 50%;
		transform: translateX(-50%);
		width: 20px;
		height: 20px;
	}

	#timeline-section .hentry-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	#timeline-section .hentry:nth-child(odd) .post-thumbnail img {
		margin: 0 0 0 auto;
	}

	#timeline-section .hentry:nth-child(even) .post-thumbnail img {
		margin: 0 auto 0 0;
	}

	#timeline-section .hentry:nth-child(even) .post-thumbnail {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	#timeline-section .hentry:nth-child(even) .entry-container {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: right;
	}

	#events-section .owl-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	#events-section .entry-container-wrap .entry-container {
		width: 70%;
	}

	#events-section .owl-nav {
		display: none;
	}

	.promotion-contact .entry-container {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.promotion-contact .content-wrap {
		margin-right: auto;
		text-align: left;
		width: 50%;
	}

	.promotion-contact .button-wrap p {
		margin-top: 0;
	}


}

/*--------------------------------------------------------------
## >= 783px
--------------------------------------------------------------*/

@media screen and (min-width: 48.9375em) {
	.home.admin-bar .custom-header,
	body.admin-bar #feature-slider-section .hentry-inner {
		min-height: calc(100vh - 112.5px);
	}

	.header-solid-bg.home.admin-bar .custom-header {
		min-height: calc(100vh - 116px);
	}
}

/*--------------------------------------------------------------
## >= 812px
--------------------------------------------------------------*/

@media screen and (min-width: 50.75em) {
	.color-scheme-photography .custom-header + .portfolio-section.section {
		padding-top: 30px;
	}

	.color-scheme-photography .section-content-wrapper.portfolio-content-wrapper.layout-two .hentry,
	.color-scheme-photography .section-content-wrapper.portfolio-content-wrapper.layout-three .hentry,
	.color-scheme-photography .section-content-wrapper.portfolio-content-wrapper.layout-four .hentry {
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.color-scheme-photography .section-content-wrapper.portfolio-content-wrapper.layout-two,
	.color-scheme-photography .section-content-wrapper.portfolio-content-wrapper.layout-three,
	.color-scheme-photography .section-content-wrapper.portfolio-content-wrapper.layout-four {
	    margin-left: -15px;
	    margin-right: -15px;
	}

	body:not(.home) .custom-header {
		padding: 104px 0;
	}

	#social-search-wrapper {
		display: block;
	}

	.menu-inside-wrapper {
		width: 420px;
		right: 0;
		opacity: 0;
	}

	.is-open .menu-inside-wrapper {
	    visibility: visible;
	    opacity: 1;
	    right: 30px;
	}

	.header-style-horizontal-one #primary-menu-wrapper.is-open .menu-inside-wrapper {
		right: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 480px;
	}

	.header-style-horizontal-one.header-style-horizontal-two #primary-menu-wrapper.is-open .menu-inside-wrapper {
		transform: none;
		left: unset;
		right: 30px;
	}

	.contact-section .contact-details.two-columns li {
		width: 50%;
	}

	.contact-section .contact-details.two-columns {
		max-width: 1490px;
	}

	.stats-section .section-content-wrapper.layout-three .hentry-inner .post-thumbnail,
	.stats-section .section-content-wrapper.layout-three .hentry-inner .entry-container {
		display: inherit;
		width: auto;
	}

	.stats-section .section-content-wrapper.layout-one .entry-container {
		text-align: left;
	}

	.site-header-menu .is-open .menu-inside-wrapper {
		border-color: transparent;
	}

	.team-section.content-aligned-left .post-thumbnail {
	    right: 0;
	}

	#footer-newsletter .footer-newsletter .widget-wrap,
	#footer-instagram .menu-social-container .widget-wrap {
		margin: 0 auto;
		max-width: 1490px;
	}

	.hero-content-wrapper .hentry.has-post-thumbnail .entry-container,
	.promotion-sale-wrapper .hentry .entry-container {
		padding: 63px 45px;
	}

	.featured-content-section .view-all-button,
	.services-section.section {
		padding-bottom: 63px;
	}

	#hero-content.section.boxed,
	.promotion-sale-wrapper.section,
	.contact-section .entry-container-wrapper,
	.promotion-headline-wrapper .hentry,
	#logo-slider-section {
		padding-bottom: 63px;
		padding-top: 63px;
	}

	.section,
	#footer-newsletter .widget,
	#footer-instagram .menu-social-container {
		padding-bottom: 35px;
	}

	#footer-newsletter .widget,
	.reserve-content-wrapper {
		padding-top: 35px;
	}

	.custom-header + .section,
	#feature-slider-section + .section,
	.hero-content-wrapper + .section:not(.stats-section),
	.stats-section + .site-content,
	.stats-section + .section,
	.gallery-section + .site-content,
	.gallery-section + .section,
	.services-section + .section,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .site-content,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .recent-blog-content-wrapper,
	.featured-content-section + .section,
	.portfolio-section + .section.services-section,
	.promotion-headline-wrapper + .section,
	.services-section.no-section-heading,
	.pricing-section.no-section-heading,
	#skill-section,
	.promotion-sale-wrapper + .section,
	.testimonial-content-section,
	.testimonial-content-section + .section,
	.no-header-media-image.no-featured-slider .site-overlay + .site-content .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .recent-blog-content-wrapper .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .section:not(.recent-blog-content-wrapper),
	.featured-video.has-background-image + .section.
	.events-section + .section,
	.portfolio-section + .section:not(.stats-section) {
		padding-top: 63px;
	}

	.hero-content-wrapper + .stats-section,
	.hero-content-wrapper + .promotion-headline-wrapper {
		margin-top: 63px;
	}

	#team-content-section.section {
		padding-bottom: 28px;
	}

	.stats-section,
	.color-scheme-lawyer div.section.stats-section,
	.color-scheme-construction div.section.stats-section {
		padding-bottom: 21px;
		padding-top: 49px;
	}

	.services-section .section-content-wrapper.layout-one .entry-container {
		padding: 56px;
	}

	#team-content-section:not(.style-2) .section-heading-wrapper {
		padding-right: 56px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.hero-content-wrapper .featured-content-image,
	.promotion-sale-wrapper .featured-content-image,
	.hero-content-wrapper .entry-container,
	.promotion-sale-wrapper .entry-container,
	.contact-section:not(.single-section) .entry-container-wrapper .contact-form,
	.contact-section:not(.single-section) .entry-container-wrapper .entry-container {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .contact-form,
	.contact-section:not(.single-section) .entry-container-wrapper .entry-container {
		vertical-align: top;
	}

	.contact-section.single-section .entry-container-wrapper .entry-container,
	.contact-section.single-section .entry-container-wrapper .contact-form {
		margin: 0 auto;
		max-width: 600px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .contact-form {
		margin-top: 0;
		padding-left: 30px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .entry-container {
		padding-right: 30px;
	}

	#logo-slider-section .owl-dots {
		padding: 21px 0 0 0;
	}

	.section-content-wrapper,
   	.section-content-wrap {
   		padding-bottom: 0;
   	}

	#testimonial-dots li {
		margin: 4px 7px;
	}

	#testimonial-dots li:not(.active) {
		display: inline-block;
	}

	#timeline-section .section-content-wrapper:before {
	    height: calc(100% - 42px);
	}

	#timeline-section .hentry {
		margin-bottom: 42px;
	}

	.header-style-horizontal-one .site-header-main > .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-contact li {
	    padding: 7px 14px;
	}

	.color-scheme-lawyer #feature-slider-section .hentry-inner,
	.color-scheme-lawyer.home .custom-header,
	.color-scheme-construction #feature-slider-section .hentry-inner,
	.color-scheme-construction.home .custom-header {
		padding-bottom: 127px;
		padding-top: 127px;
	}

	.color-scheme-fitness #promotion-headline {
		padding: 51px 0;
	}

	.header-style-horizontal-one #social-menu-wrapper,
	.header-style-horizontal-one #primary-search-wrapper,
	.header-style-horizontal-one.header-style-horizontal-two .site-primary-header-menu .primary-right .cart-contents {
		display: inline-block;
	}

	.header-style-horizontal-one.header-style-horizontal-two .site-header-main .primary-right {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-style-horizontal-one #primary-search-wrapper .search-toggle {
		background-color: transparent;
		border: 0;
		cursor: pointer;
		padding: 10px;
		font-size: 16px;
		font-size: 1rem;
		width: auto;
	}

	.header-style-horizontal-one #primary-search-wrapper .menu-toggle-wrapper,
	.header-style-horizontal-one #primary-search-wrapper .search-toggle {
		display: block;
		opacity: 1;
	}

	.header-style-horizontal-one .site-primary-header-menu > .wrapper,
	.header-style-horizontal-one .site-header-main .search-social-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
	}

	.header-style-horizontal-one:not(.header-style-horizontal-two) .site-primary-header-menu > .wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-style-horizontal-one #primary-search-wrapper .menu-inside-wrapper {
	    right: -40px;
	    top: 100%;
	    -webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		max-width: 320px;
		padding: 12px;
	}

	.header-style-horizontal-one.navigation-default #primary-search-wrapper .menu-inside-wrapper {
		height: auto;
		left: unset;
		width: 320px;
	}

	.header-style-horizontal-one #primary-search-wrapper.is-open .menu-inside-wrapper {
		border-top: 0;
	}

	.header-style-horizontal-one .search-social-container .menu-social-container {
		padding: 0;
	}

	.header-style-horizontal-one #primary-search-wrapper {
		position: relative;
		z-index: 999;
	}

	.header-style-horizontal-one #primary-search-wrapper .menu-toggle.selected:before {
	    content: "\f00d";
	}

	.header-style-horizontal-one #primary-search-wrapper .menu-toggle-wrapper,
	.header-style-horizontal-one .search-social-container .social-navigation li {
		padding: 15px 0;
	}

	.header-style-horizontal-one #primary-menu-wrapper .site-header-cart .cart-contents:before,
	.header-style-horizontal-one .site-header-menu + #site-header-cart-wrapper .cart-contents,
	.header-style-horizontal-one .site-header-cart .cart-contents {
		font-size: 16px;
		font-size: 1rem;
	}

	.header-style-horizontal-one .site-header-cart .cart-contents::before {
	    margin-right: 7px;
	}

	.header-style-horizontal-one .site-header-menu + #site-header-cart-wrapper .cart-contents {
		display: block;
		font-weight: 400;
		padding: 25px 10px;
	}

	.header-style-horizontal-one .site-header-cart .cart-contents .count,
	.header-style-horizontal-one .site-header-cart .cart-contents .amount {
		display: inline-block;
	}

	.header-style-horizontal-one #primary-menu-wrapper #site-header-cart-wrapper,
	.header-style-horizontal-one .mobile-social-search #menu-social-navigation {
		display: none;
	}

	.header-style-horizontal-one .menu-toggle-wrapper .bars {
		height: 1px;
	}

	.header-style-horizontal-one .selected .bar1 {
	    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
	    -ms-transform: rotate(-45deg) translate(-6px, 6px);
	    transform: rotate(-45deg) translate(-4px, 7px);
	}

	.header-style-horizontal-one .selected .bar3 {
	    -webkit-transform: rotate(45deg) translate(-7px, -7px);
	    -ms-transform: rotate(45deg) translate(-7px, -7px);
	    transform: rotate(45deg) translate(-3px, -7px);
	}

	.header-style-horizontal-one .menu-label {
		display: inline-block;
	}

	.header-style-horizontal-one .site-header-main .site-header-right {
		display: block;
	}

	.header-style-horizontal-one .site-primary-header-menu .site-header-right {
		display: none;
	}

	.header-style-horizontal-one .site-header-menu .mobile-social-search + .site-header-right {
		margin-top: 0;
	}

	.header-style-horizontal-one.navigation-classic .mobile-social-search {
		display: none;
	}

	.header-style-horizontal-one .site-header-menu .site-header-right {
		padding-left: 0;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
## >= 1024px
--------------------------------------------------------------*/

@media screen and (min-width: 64em) {
	html,
	body {
		overflow-x: inherit;
	}

	h1,
	.single .content-area .entry-title,
	.error404 .content-area .page-title,
	.search .content-area .page-title,
	.page .content-area .entry-title,
	.woocommerce-page .page-title,
	body:not(.home) .custom-header .entry-title {
		font-size: 39px;
		font-size: 2.4375rem;
	}

	h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}

	h3,
	.custom-header .sub-title,
	#feature-slider-section .sub-title,
	.color-scheme-fitness .custom-header .sub-title,
	.color-scheme-fitness .promotion-headline-wrapper .entry-content,
	.color-scheme-fitness .promotion-headline-wrapper .entry-summary {
		font-size: 32px;
		font-size: 2rem;
	}

	h4,
	.site-title,
	.header-style-horizontal-one .site-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	#testimonial-content-section .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	#testimonial-content-section .entry-meta {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.site-branding {
		width: 100%;
	}

	#testimonial-content-section .entry-content,
	#testimonial-content-section .entry-summary {
		font-size: 24px;
		font-size: 1.5rem;
	}

	#testimonial-dots {
		padding: 0 26px;
	}
	/* Woocommerce styles */

	body:not(.header-shopping-cart) .menu-cart-wrap #site-header-cart-wrapper {
		display: none;
	}

	.menu-cart-wrap #site-header-cart-wrapper {
		width: 100%;
	}

	.site-header-cart .cart-contents {
		border: 0;
	}

	.floating-shopping-cart .below-site-header #site-header-cart-wrapper {
		display: block;
		position: absolute;
		right: 0;
		top: 21px;
		z-index: 9999;
	}

	.site-header-cart .widget_shopping_cart {
		padding: 0;
		position: absolute;
		top: 0;
		width: 285px;
		z-index: 199;
		right: -999em;
		display: block;
	}

	.site-header-menu .site-header-cart:hover .widget_shopping_cart,
	.site-header-menu .site-header-cart.focus .widget_shopping_cart {
		left: 100%;
		display: block;
	}

	.site-header-cart .cart-contents .count,
	.site-header-cart .cart-contents .amount {
		display: inline-block;
	}

	.site-header-cart .cart-contents::before {
	    margin-right: 7px;
	}

	.below-site-header .site-header-cart .widget_shopping_cart,
	.header-style-horizontal-one .site-header-menu + #site-header-cart-wrapper  .widget_shopping_cart,
	.header-style-horizontal-one.header-style-horizontal-two .site-primary-header-menu .site-header-cart .widget_shopping_cart  {
		right: 0;
		top: 100%;
	}

	.woocommerce .product-container .button,
	.woocommerce .product-container .wc-forward {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
	}

	ul.products li.product .product-container .woocommerce-loop-product__link {
		padding: 56px 35px 63px 35px;
	}

	.woocommerce .product-container .button {
		bottom: -112px;
	}

	ul.products li.product:hover .product-container .button {
		bottom: 0;
	}

	.woocommerce .site-main #infinite-handle {
		padding-bottom: 21px;
	}

	.woocommerce-products-header .page-title {
		margin-bottom: 7px;
	}

	ul.products li.product {
		margin-bottom: 35px;
	}/* Woocommerce styles end here */

	.playlist-content-wrapper,
	#sticky-playlist-section:not(.playlist-shorten) .section-content-wrapper {
		padding: 0 30px;
	}

	body:not(.home) .custom-header {
		padding: 126px 0;
	}

	body:not(.home) .site-content .wrapper,
	body:not(.home) .site-content .archive-content-wrap {
		padding-top: 21px;
	}

	#masthead + .below-site-header .site-overlay + .section,
	#masthead + .below-site-header .site-overlay + .site-content,
	.no-header-media-image.no-featured-slider.grid-blog .site-overlay + .recent-blog-content-wrapper {
		border: 0;
	}

	.section-heading-wrap,
	.section-heading-wrapper,
	.widget-area .ctsocialwidget .section-title-wrapper,
	.contact-section .entry-header,
	.contact-section .entry-header:after {
		padding-bottom: 35px;
	}

	.reserve-content-wrapper .contact-description {
		padding: 70px 35px;
	}

	.reserve-content-wrapper .reservation-form {
		padding: 70px;
	}

	.reserve-content-wrapper .reservation-form form p.form-submit {
		width: 100%;
	}

	.reserve-content-wrapper .section-content-wrap,
	.section-content-wrapper.layout-one,
	.section-content-wrap.layout-one,
	.posts-navigation,
	.pagination,
	.content-area .section-content-wrapper,
	.recent-blog-content-wrapper .section-content-wrap,
	.hero-content-wrapper .section-content-wrap,
	.promotion-sale-wrapper .section-content-wrap,
	.gallery-section .section-content-wrapper,
	.hero-content-wrapper .section-content-wrap,
	.contact-section .entry-container-wrapper,
	#footer-newsletter .widget-wrap,
	#footer-instagram .menu-social-container .widget-wrap,
	.why-choose-us-section:not(.has-main-image) .section-heading-wrapper,
	.why-choose-us-section.has-main-image .main-image,
	.why-choose-us-section .section-content-wrapper,
	.promotion-headline-wrapper .hentry,
	.custom-header-content,
	#team-content-section .team-content-wrapper,
	#logo-slider-section .section-content-wrapper,
	.woocommerce-page .site-content .wrapper,
	#feature-slider-section .entry-container-wrap,
	.gallery-section .entry-content,
	.gallery-section .entry-summary,
	#feature-slider-section .entry-header-image,
	.promotion-contact .section-content-wrapper,
	#featured-content.boxed.style-one .section-content-wrapper {
	    padding-left: 40px;
	    padding-right: 40px;
	}

	.gallery-section .entry-content .gallery,
	.gallery-section .entry-summary .gallery {
		margin-left: -40px;
		margin-right: -40px;
	}

	.navigation-default .menu-inside-wrapper  {
		left: 0;
		height: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		width: 100%;
		z-index: 1;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-default .menu-inside-wrapper {
		height: auto;
	}

	.navigation-default .menu-inside-wrapper .main-navigation {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}

	.navigation-default .is-open .menu-inside-wrapper {
	    left: 100%;
	}

	.navigation-default .header-overlay {
		bottom: -1000px;
		display: block;
		height: auto;
		left: 0;
		max-width: 250px;
		position: absolute;
		top: -1000px;
		width: 100%;
		z-index: 7;
	}

	#social-menu-wrapper,
	#primary-search-wrapper {
		display: block;
	}

	.menu-toggle-wrapper {
		padding: 14px 15px;
		position: relative;
		width: 100%;
		z-index: 99999;
	}

	.header-style-horizontal-one .menu-toggle-wrapper {
		z-index: inherit;
	}

	.menu-toggle-wrapper:after {
		content: "\f0d9";
		font-size: 63px;
		font-size: 3.9375rem;
		line-height: 0;
		opacity: 0;
		margin-right: 0;
		position: absolute;
		right: -15px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.is-open .menu-toggle-wrapper:after {
		opacity: 1;
		right: -2px;
	}

	.navigation-classic .menu-toggle {
		display: none;
	}

	.navigation-classic #social-search-wrapper .menu-toggle {
		display: block;
	}

	.navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
		position: relative;
		display: block;
		float: left;
		top: 0;
		left: 0;
		right: 0;
		visibility: visible;
		opacity: 1;
		width: auto;
		bottom: auto;
		background-color: transparent;
		box-shadow: none;
		overflow: inherit;
		width: 100%;
	}

	.main-navigation a {
		padding: 14px 25px;
	}

	.main-navigation ul ul a {
		padding: 10px 25px;
	}

	.site-header-menu .site-header-cart .cart-contents {
		padding: 18px 25px;
	}

	.navigation-default .main-navigation ul ul a,
	.navigation-classic.primary-subtitle-popup-disable .main-navigation ul ul a {
		padding: 6px 25px;
	}

	.navigation-classic .main-navigation ul ul .menu-item-has-children > a:after,
	.navigation-classic .main-navigation ul ul .page_item_has_children > a:after {
		padding: 0;
		position: absolute;
		right: 21px;
		top: 10px;
	}

	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation .menu-item-has-children > a:after,
	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation .page_item_has_children > a:after {
	   	content: "\f105";
	    font-size: 22px;
	    font-size: 1.375rem;
	    padding-left: 12px;
	    line-height: 1;
	    position: absolute;
		top: 19px;
	}

	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul .menu-item-has-children > a:after,
	.navigation-classic:not(.primary-subtitle-popup-disable)  .main-navigation ul ul .page_item_has_children > a:after {
		top: 10px;
	}

	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul {
		-webkit-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
		-moz-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
		box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
		display: block;
		float: left;
		left: -999em;
		position: absolute;
		top: 0;
		z-index: 99999;
		opacity: 0;
	}

	.navigation-classic .main-navigation ul ul a {
		width: 250px;
	}

	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul li:hover > ul,
	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul li.focus > ul {
		left: 100%;
		opacity: 1;
	}

	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul li:hover > ul,
	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul li.focus > ul,
	.site-header-menu .site-header-cart:hover .widget_shopping_cart,
	.site-header-menu .site-header-cart.focus .widget_shopping_cart {
		-webkit-animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
		-moz-animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
		-o-animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
		animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
	}

	@keyframes smoothScrollBack {
	  0% {
	    transform: translateY(20px);
	  }
	  100% {
	    transform: translateY(0px);
	  }
	}

	/* Animation for Menu */
	@keyframes fadein {
	    from {
	        opacity:0;
	    }
	    to {
	        opacity:1;
	    }
	}

	@-moz-keyframes fadein { /* Firefox */
	    from {
	        opacity:0;
	    }
	    to {
	        opacity:1;
	    }
	}

	@-webkit-keyframes fadein { /* Safari and Chrome */
	    from {
	        opacity:0;
	    }
	    to {
	        opacity:1;
	    }
	}

	@-o-keyframes fadein { /* Opera */
	    from {
	        opacity:0;
	    }
	    to {
	        opacity: 1;
	    }
	}

	.navigation-classic #primary-menu-wrapper {
		width: 100%;
	}

	.navigation-classic #social-search-wrapper {
		float: right;
	}

	.navigation-classic:not(.primary-subtitle-popup-disable) .dropdown-toggle,
	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul .dropdown-toggle.toggled-on,
	.navigation-classic:not(.primary-subtitle-popup-disable) #primary-menu-wrapper .menu-toggle-wrapper {
		display: none;
	}

	.hentry,
	.view-all-button {
		margin-bottom: 35px;
	}

	.section,
	#footer-newsletter .widget,
	#footer-instagram .menu-social-container {
		padding-bottom: 42px;
	}

	#footer-newsletter .widget,
	.reserve-content-wrapper {
		padding-top: 42px;
	}

	.single-blog .archive-content-wrap .hentry,
	#team-content-section .hentry,
	#team-content-section .view-all-button {
	    margin-bottom: 49px;
	}

	#feature-slider-section .entry-title,
	.home .custom-header .entry-title {
		font-size: 40px;
		font-size: 2.5rem;
	}

	.entry-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.archive-content-wrap .entry-title,
	.events-section .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.section-title,
	.hero-content-wrapper .entry-title,
	.contact-section .entry-title,
	.promotion-sale-wrapper .entry-title,
	.reserve-content-wrapper .entry-title,
	.stats-section .entry-title,
	#skill-section .entry-title,
	#playlist-section .entry-title,
	.color-scheme-lawyer .section.hero-content-wrapper .entry-title,
	.color-scheme-lawyer .section.contact-section .entry-title,
	.color-scheme-lawyer .section.promotion-sale-wrapper .entry-title,
	.color-scheme-lawyer .section.reserve-content-wrapper .entry-title,
	.color-scheme-lawyer .section.stats-section .entry-title,
	.color-scheme-lawyer .section#skill-section .entry-title,
	.color-scheme-lawyer .section#playlist-section .entry-title,
	.color-scheme-lawyer .section.promotion-contact .entry-title,
	.color-scheme-construction .section.hero-content-wrapper .entry-title,
	.color-scheme-construction .section.contact-section .entry-title,
	.color-scheme-construction .section.promotion-sale-wrapper .entry-title,
	.color-scheme-construction .section.reserve-content-wrapper .entry-title,
	.color-scheme-construction .section.stats-section .entry-title,
	.color-scheme-construction .section#skill-section .entry-title,
	.color-scheme-construction .section#playlist-section .entry-title,
	.color-scheme-construction .section.promotion-contact .entry-title,
	.color-scheme-fitness .section.hero-content-wrapper .entry-title,
	.color-scheme-fitness .section.contact-section .entry-title,
	.color-scheme-fitness .section.promotion-sale-wrapper .entry-title,
	.color-scheme-fitness .section.reserve-content-wrapper .entry-title,
	.color-scheme-fitness .section.stats-section .entry-title,
	.color-scheme-fitness .section#skill-section .entry-title,
	.color-scheme-fitness .section#playlist-section .entry-title,
	.color-scheme-fitness .section.promotion-contact .entry-title {
		font-size: 39px;
		font-size: 2.4375rem;
	}

	#hero-content.section.boxed,
	.promotion-sale-wrapper.section,
	.contact-section .entry-container-wrapper,
	.promotion-headline-wrapper .hentry,
	#logo-slider-section {
		padding-bottom: 77px;
		padding-top: 77px;
	}

	.has-header-video.no-header-media-text .wp-custom-header {
		padding-bottom: 250px;
		padding-top: 250px;
	}

	.site-info {
		padding-top: 21px;
	}

	.infinite-scroll.infinity-end .site-content .wrapper,
	.woocommerce-pagination,
	.menu-items {
		padding-bottom: 28px;
	}

	.two-columns-layout .singular-content-wrap,
	.search-no-results .archive-content-wrap {
		padding-bottom: 21px;
	}

	.section {
		padding-bottom: 28px;
	}

	.section-content-wrapper.layout-three .hentry,
	.section-content-wrapper.layout-four,
	.section-content-wrapper.layout-three,
	.section-content-wrapper.layout-two,
	.section-content-wrapper.layout-two .hentry,
	.singular-content-wrap,
	.singular-content-wrap .hentry,
	.error404 .error-404.not-found,
	.section-content-wrapper.layout-four .hentry,
	.why-choose-us-section .section-content-wrapper,
	.blog.grid-blog.grid-blog-fluid .site-content .archive-content-wrap .section-content-wrapper.layout-three,
	.archive.grid-blog.grid-blog-fluid .site-content .archive-content-wrap .section-content-wrapper.layout-three,
	.grid-blog.grid-blog-fluid .recent-blog-content-wrapper .archive-content-wrap .section-content-wrapper.layout-three,
	.countdown #clock > span,
	.countdown .section-content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.instagram-button {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.infinite-scroll .archive-content-wrap {
		padding-bottom: 21px;
	}

	.archive .page-header,
	.search .page-header {
		padding-bottom: 42px;
	}

	.site-main .posts-navigation .nav-previous,
	.site-main .posts-navigation .nav-next,
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		margin: 35px 0 21px 0;
	}

	.post-navigation,
	.comments-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.comments-area {
		padding-top: 49px;
	}

	.author-info {
		margin-top: 49px;
	}

	.comment-respond {
		padding: 42px 49px;
	}

	.widget {
		padding: 28px 20px;
	}

	.footer-widget-area .wrapper {
		padding-top: 14px;
	}

	.footer-widget-area .wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.widget-title,
	.widgettitle,
	.widget .wp-block-group h2 {
		margin-bottom: 21px;
	}

	#feature-slider-section .more-button,
	.custom-header .more-button {
		margin-top: 21px;
	}

	.no-sidebar .content-area {
		max-width: 940px;
	}

	.no-sidebar .content-area {
	    float: none;
	    margin: 0 auto;
	    width: 100%;
	}

	.no-sidebar.full-width-layout .content-area {
	    margin: 0;
	    max-width: 100%;
	    width: 100%;
	}

   	.sidebar .widget {
   		margin: 0 0 42px;
   	}

   	.two-columns-layout .singular-content-wrap {
   		border: none;
   	}

   	.sidebar {
		padding-bottom: 21px;
	}

	#social-menu-wrapper {
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	}

	.navigation-classic #header-navigation-area {
		display: block;
		margin: 0 auto;
		text-align: center;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    width: 100%;
	}

	.hero-content-wrapper .entry-content,
	.promotion-sale-wrapper .entry-content,
	.hero-content-wrapper .entry-summary,
	.promotion-sale-wrapper .entry-summary {
		margin-top: 21px;
	}

	.reservation-highlight-text {
		font-size: 24px;
		font-size: 1.5rem;
		margin-top: 28px;
	}

	.contact-details {
		padding: 0;
	}

	.promotion-headline-wrapper .entry-content,
	.promotion-headline-wrapper .entry-summary {
		margin-top: 28px;
	}

	#gallery-content-section .gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	#gallery-content-section  .gallery-item {
		overflow: hidden;
	}

	#gallery-content-section .gallery-item img {
		transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	#gallery-content-section .gallery-item:hover img {
	    transform: scale(1);
	    -o-transform: scale(1);
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	}

	#gallery-content-section  .gallery-item figcaption {
		bottom: -60px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		z-index: 2;
	}

	#gallery-content-section  .gallery-item:hover figcaption,
	#gallery-content-section  .gallery-item:focus figcaption {
		bottom: 0;
		opacity: 1;
	}

	#gallery-content-section .gallery-icon a:before,
	#gallery-content-section .tiled-gallery-item a:before {
		background-color: rgba(0,0,0,.3);
		content: "";
	    height: 100%;
	    left: 0;
		opacity: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
		z-index: 1;
	}

	#gallery-content-section .gallery-icon a:after,
	#gallery-content-section .tiled-gallery-item a:after {
		border-bottom-left-radius: 50%;
		content: "\f002";
		font-size: 16px;
		font-size: 1rem;
		height: 40px;
		line-height: 1;
		padding: 10px;
		position: absolute;
		right: -40px;
		opacity: 0;
		top: -40px;
		width: 40px;
		z-index: 2;
	}

	#gallery-content-section .gallery-icon:hover a:after,
	#gallery-content-section .gallery-icon:focus a:after,
	#gallery-content-section .tiled-gallery-item:hover a:after,
	#gallery-content-section .tiled-gallery-item:focus a:after {
		right: 0;
		top: 0;
	}

	#gallery-content-section .gallery-icon:hover a:before,
	#gallery-content-section .gallery-icon:focus a:before,
	#gallery-content-section .tiled-gallery-item:hover a:before,
	#gallery-content-section .tiled-gallery-item:focus a:before,
	#gallery-content-section .gallery-icon:hover a:after,
	#gallery-content-section .gallery-icon:focus a:after,
	#gallery-content-section .tiled-gallery-item:hover a:after,
	#gallery-content-section .tiled-gallery-item:focus a:after {
		opacity: 1;
	}

	.header-solid-bg.home.admin-bar .custom-header {
		height: calc(100vh - 186px);
	}

	.header-solid-bg.home .custom-header {
		height: calc(100vh - 154px);
	}

	#gallery-content-section .entry-footer {
		margin-top: 21px;
	}

	#masthead {
		bottom: 0;
		-webkit-box-shadow: 10px 0 18px -14px rgba(0,0,0,0.1);
        box-shadow: 10px 0 18px -14px rgba(0,0,0,0.1);
	    max-width: 250px;
	    position: fixed;
	}

	.color-scheme-dark #masthead {
		-webkit-box-shadow: 10px 0 18px -14px rgba(255,255,255,0.3);
	    box-shadow: 10px 0 18px -14px rgba(255,255,255,0.3);
	}

	.below-site-header {
		left: 250px;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#sticky-playlist-section {
	    left: 250px;
	}

	#sticky-playlist-section:not(.playlist-shorten) .wrapper {
		max-width: 100%;
		width: calc(100% - 250px);
	}

	.menu-open.navigation-default .below-site-header {
		left: 400px;
	}

	.admin-bar #masthead {
		top: 32px;
	}

	.site-header-menu > #site-header-cart-wrapper {
		display: none;
	}

	.navigation-default .mobile-social-search {
		display: none;
	}

	.site-header-menu {
		width: 100%;
	}

	.menu-inside-wrapper {
		top: 0;
		-webkit-transition: left 0.3s ease-out;
		-moz-transition: left 0.3s ease-out;
		-o-transition: left 0.3s ease-out;
		transition: left 0.3s ease-out;
	}

	.site-header-main > #site-header-cart-wrapper {
		display: none;
	}

	.site-header-main .search-social-container {
		position: relative;
		width: 100%;
		z-index: 9;
	}

	.site-header .wrapper,
	.site-header .site-header-main {
		height: 100%;
	}

	.site-header-main #primary-search-wrapper {
		padding: 20px 25px;
	}

	.site-header-main .menu-social-container {
		margin-top: -10px;
		padding: 10px 15px;
	}

	.site-header .site-header-main {
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
		-webkit-box-direction: normal;
    	-ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
    	flex-wrap: nowrap;
		padding-left: 0;
		padding-right: 0;
	}

	.site-branding {
		margin: 0 auto;
		padding: 28px 25px;
		position: relative;
		z-index: 9;
	}

	.wp-custom-logo .custom-logo-link,
	.site-identity {
		width: 100%;
		margin-right: 0;
	}

	.wp-custom-logo .custom-logo-link {
		margin-bottom: 7px;
	}

	.widget.menu-social-container {
		margin-left: 0;
	}

	.navigation-classic .main-navigation ul ul ul {
		top: -10px;
	}

	.navigation-classic .mobile-social-search {
		display: none;
	}

	.main-navigation {
		padding: 0;
	}

	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation li > ul {
		padding: 10px 0;
	}

	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul ul {
		top: -10px;
	}

	.navigation-classic .main-navigation ul ul li.menu-item-has-children > a {
		padding-right: 42px;
	}

	.navigation-default .menu-label {
		display: block;
		font-size: 23px;
		font-size: 1.4375rem;
	}

	.navigation-default #primary-menu-wrapper {
		width: 100%;
	}

	.custom-header .entry-content,
	.custom-header .entry-summary {
		margin-top: 21px;
	}

	.hero-content-wrapper .entry-container,
	.promotion-sale-wrapper .entry-container {
		padding: 63px;
	}

	.hero-content-wrapper .hentry.has-post-thumbnail .entry-container,
	.promotion-sale-wrapper .hentry .entry-container {
	    padding: 77px 60px;
	}

	.featured-content-section .view-all-button {
		padding-bottom: 77px;
		padding-top: 35px;
	}

	.services-section.section {
		padding-bottom: 77px;
	}

	.skill-bar-section {
		padding: 0 25px;
	}

	.navigation-classic.primary-subtitle-popup-disable .site-header-main {
		overflow-x: hidden;
		overflow-y: auto;
	}

	.navigation-classic .menu-toggle-wrapper {
		display: none;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.posts-navigation .nav-links a,
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers,
	.site-main #infinite-handle span button,
	.hero-content-wrapper .more-link,
	.promotion-sale-wrapper .hentry .more-link,
	.promotion-headline-wrapper .hentry .more-link,
	.recent-blog-content-wrapper .more-recent-posts .more-link,
	.custom-header .more-link,
	#feature-slider-section .more-link,
	.instagram-button .button,
	.view-all-button .more-link,
	.woocommerce div.product form.cart .button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.pricing-section .hentry .more-link {
		padding: 14px 41px;
	}

	.dropdown-toggle {
		padding: 18px 14px;
	}

	#feature-slider-section .hentry-inner,
	.home .custom-header {
	    min-height: 100vh;
	}

	body.admin-bar #feature-slider-section .hentry-inner,
	.home.admin-bar .custom-header {
		min-height: calc(100vh - 32px);
	}

	.post-navigation .nav-title,
	.comments-title,
	.comment-reply-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.entry-content,
	.entry-summary {
		margin-top: 21px;
	}

	.single-blog .archive-content-wrap .hentry .entry-container {
		padding: 35px 42px 49px 42px;
	}

	.custom-header + .section,
	#feature-slider-section + .section,
	.hero-content-wrapper + .section:not(.stats-section),
	.stats-section + .site-content,
	.stats-section + .section,
	.gallery-section + .site-content,
	.gallery-section + .section,
	.services-section + .section,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .site-content,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .recent-blog-content-wrapper,
	.featured-content-section + .section,
	.portfolio-section + .section.services-section,
	.promotion-headline-wrapper + .section,
	.services-section.no-section-heading,
	.pricing-section.no-section-heading,
	#skill-section,
	.promotion-sale-wrapper + .section,
	.testimonial-content-section,
	.testimonial-content-section + .section,
	.no-header-media-image.no-featured-slider .site-overlay + .site-content .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .recent-blog-content-wrapper .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .section:not(.recent-blog-content-wrapper),
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.single-blog .site-overlay + .site-content #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.single-blog .site-overlay + .site-content #secondary,
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog:not(.grid-blog-fluid) .site-overlay + .site-content #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog:not(.grid-blog-fluid) .site-overlay + .site-content #secondary,
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog.grid-blog-fluid .site-overlay + .site-content:not(.no-section-heading) #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog.grid-blog-fluid .site-overlay + .site-content:not(.no-section-heading) #secondary,
	.featured-video.has-background-image + .section,
	.events-section + .section,
	.portfolio-section + .section:not(.stats-section) {
		padding-top: 77px;
	}

	.hero-content-wrapper + .stats-section,
	.hero-content-wrapper + .promotion-headline-wrapper {
		margin-top: 77px;
	}

	#team-content-section.section {
		padding-bottom: 28px;
	}

	.why-choose-us-section.modern-style:not(.has-main-image) .section-heading-wrapper {
		text-align: right;
	}

	.why-choose-us-section:not(.no-section-heading):not(.has-main-image).modern-style .wrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.why-choose-us-section:not(.no-section-heading):not(.has-main-image).modern-style .section-heading-wrapper,
	.why-choose-us-section:not(.no-section-heading).modern-style .section-content-wrapper,
	.why-choose-us-section.modern-style.has-main-image .main-image {
	    display: table-cell;
	    vertical-align: top;
	}

	.why-choose-us-section:not(.no-section-heading):not(.has-main-image).modern-style .section-heading-wrapper {
		width: 45%;
	}

	.why-choose-us-section.modern-style.has-main-image .main-image {
		width: 40%;
	}

	.why-choose-us-section:not(.no-section-heading).modern-style .section-content-wrapper {
	    width: 55%;
	}

	.why-choose-us-section .view-all-button {
		text-align: left;
	}

	.why-choose-us-section.has-main-image .main-image {
		bottom: 0;
		padding-bottom: 0;
		position: absolute;
		top: 0;
	}

	.why-choose-us-section.has-main-image .main-image {
		left: 0;
	}

	.why-choose-us-section.has-main-image.modern-style .section-content-wrapper {
		clear: none;
		padding-top: 0;
	}

	.why-choose-us-section.has-main-image .main-image:after {
		content: "\f0da";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -32px;
		font-size: 6.25rem;
		line-height: 1;
		z-index: -1;
	}

	.why-choose-us-section.modern-style.has-main-image .wrapper {
		padding-bottom: 42px;
	}

	.why-choose-us-section.modern-style .post-thumbnail {
	    margin-right: 42px;
	}

	.why-choose-us-section.modern-style .hentry {
		padding-bottom: 35px;
	}

	.why-choose-us-section.has-main-image .section-content-wrapper {
		float: right;
	}

	.stats-section,
	.color-scheme-lawyer div.section.stats-section,
	.color-scheme-construction div.section.stats-section {
		padding-bottom: 28px;
		padding-top: 63px;
	}

	.services-section .section-content-wrapper.layout-two .entry-container {
		padding: 42px;
	}

	.services-section .section-content-wrapper.layout-one .entry-container {
		padding: 92px 64px;
	}

	.portfolio-content-wrapper.layout-four .hentry {
		width: 25%;
	}

	.portfolio-content-wrapper.layout-three .hentry,
	.section-content-wrapper.portfolio-content-wrapper.layout-three .hentry {
		width: 33.33%;
	}

	.portfolio-content-wrapper.layout-four .hentry {
		padding: 0 20px;
	}

	.portfolio-content-wrapper .post-thumbnail a {
		position: relative;
	}

	.portfolio-content-wrapper .post-thumbnail a:before {
		background: rgba(0,0,0,0.3);
		bottom: 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 1;
	}

	.portfolio-content-wrapper .entry-container {
		opacity: 0;
		-webkit-transition: .6s;
		-moz-transition: .6s;
		-ms-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
		position: relative;
		z-index: 2;
	}

	.portfolio-content-wrapper .hentry-inner:hover .entry-container,
	.portfolio-content-wrapper .hentry-inner:hover .post-thumbnail a:before {
		opacity: 1;
	}

	.portfolio-content-wrapper .entry-title,
	.portfolio-content-wrapper .entry-meta {
		opacity: 0;
		-webkit-transform: translateX(-28px);
		-moz-transform: translateX(-28px);
		-ms-transform: translateX(-28px);
		-o-transform: translateX(-28px);
		transform: translateX(-28px);
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.portfolio-content-wrapper .hentry-inner .entry-meta {
		-webkit-transition-delay: .1s;
		-moz-transition-delay: .1s;
		-ms-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s;
	}

	.portfolio-content-wrapper .hentry-inner:hover .entry-title,
	.portfolio-content-wrapper .hentry-inner:hover .entry-meta {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	#portfolio-content-section .post-thumbnail img,
	ul.products li.product img {
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-ms-transition: 0.5s ease;
		transition: 0.5s ease;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	ul.products li.product img:hover {
	    opacity: .85;
	}

	#portfolio-content-section .hentry-inner:hover .post-thumbnail img,
	ul.products li.product:hover img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.slide-progress,
	.progress-bg span {
		position: absolute;
		bottom: 49px;
		max-width: 85px;
		height: 4px;
		transform: translateX(100%);
	}

	.progress-bg span {
		display: block;
		width: 85px;
		z-index: 9;
	}

	#team-content-section:not(.style-2) .section-heading-wrapper {
		padding-right: 63px;
	}

	.home .custom-header + .site-content {
		padding-top: 63px;
	}

	.site-content .wrapper {
		padding-bottom: 42px;
	}

	.promotion-headline-wrapper.content-frame .hentry .entry-container {
		padding: 42px;
	}

	#logo-slider-section .static-logo .hentry,
	#logo-slider-section .static-logo.layout-two .hentry,
	#logo-slider-section .static-logo.layout-four .hentry,
	#logo-slider-section .static-logo.layout-five .hentry {
	    padding: 28px 21px;
	}

	.below-site-header .site-header-cart .cart-contents {
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 16px;
		font-size: 1rem;
		padding: 14px 21px;
	}

	.below-site-header .site-header-cart .widget_shopping_cart,
	.header-style-horizontal-one .site-header-menu + #site-header-cart-wrapper  .widget_shopping_cart,
	.header-style-horizontal-one.header-style-horizontal-two .site-primary-header-menu .site-header-cart .widget_shopping_cart {
		opacity: 0;
		visibility: hidden;
	}

	.below-site-header .site-header-cart:hover .widget_shopping_cart,
	.header-style-horizontal-one .site-header-menu + #site-header-cart-wrapper .site-header-cart:hover  .widget_shopping_cart,
	.header-style-horizontal-one.header-style-horizontal-two .site-primary-header-menu .site-header-cart:hover .widget_shopping_cart {
		animation: smoothScrollBack 0.5s forwards,fadein 0.5s;
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.below-site-header .site-header-cart .cart-contents:before {
		font-size: 32px;
		font-size: 2rem;
		line-height: normal;
	}

	.ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
		padding: 21px 90px 21px 35px;
	}

	.ewnewsletter .ew-newsletter-wrap #subbutton {
		height: 60px;
		padding: 12px;
		width: 60px;
	}

	body.grid-blog.infinite-scroll .archive-content-wrap .section-content-wrapper {
	    padding-bottom: 59px;
	}

	.grid-blog #content #infinite-handle,
	.grid-blog #content .infinite-loader {
	    bottom: -59px;
	}

	.blog.grid-blog .site-content .archive-content-wrap .section-content-wrapper.layout-three .hentry,
	.archive.grid-blog .site-content .archive-content-wrap .section-content-wrapper.layout-three .hentry,
	.grid-blog .recent-blog-content-wrapper .archive-content-wrap .section-content-wrapper.layout-three .hentry {
		width: 50%;
	}

	.no-header-media-image.no-featured-slider.grid-blog.grid-blog-fluid .site-overlay + .site-content.no-section-heading .archive-content-wrap,
	.no-header-media-image.no-featured-slider.grid-blog.grid-blog-fluid .site-overlay + .recent-blog-content-wrapper.no-section-heading .archive-content-wrap {
		padding-top: 40px;
	}

	.sticky-playlist-top #sticky-playlist-section {
	    position: fixed;
		top: 0;
	}

	.admin-bar.sticky-playlist-top #sticky-playlist-section {
		top: 32px;
	}

	.playlist-content-wrapper {
		padding: 0 50px;
	}

	.playlist-content-wrapper .entry-container {
		padding: 0 0 0 40px;
    }

    #timeline-section .section-content-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	#timeline-section .post-thumbnail,
	#timeline-section .entry-container {
		padding-left: 45px;
		padding-right: 45px;
	}

	#timeline-section .section-content-wrapper:before {
	    height: calc(100% - 56px);
	}

	#timeline-section .hentry {
		margin-bottom: 56px;
	}

	/*Header Style Horizontal One*/
	.header-style-horizontal-one #masthead,
	.header-style-horizontal-one .below-site-header {
		max-width: 100%;
		box-shadow: none;
		position: static;
	}

	.header-style-horizontal-one .site-header .site-header-main {
		display: block;
		width: 100%;
	}

	.header-style-horizontal-one .site-header .site-header-main > .wrapper {
		padding: 0 26px;
	}


	.header-style-horizontal-one.navigation-classic .main-navigation li {
	    display: inline-block;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation a {
		padding: 19px 20px;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation ul ul a {
		line-height: 1.75;
		padding: 7px 20px;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation li.menu-item-has-children > a {
		padding-right: 42px;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation li > ul {
		padding: 7px 0;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation ul ul ul {
		top: -7px;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation .menu-item-has-children > a:after,
	.header-style-horizontal-one.navigation-classic .main-navigation .page_item_has_children > a:after {
		padding-left: 7px;
		top: 23px;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation ul ul {
	    -webkit-box-shadow: 0 3px 3px rgba( 0,0,0,0.1 );
	    -moz-box-shadow: 0 3px 3px rgba( 0,0,0,0.1 );
	    box-shadow: 0 3px 3px rgba( 0,0,0,0.1 );
	    display: block;
	    float: left;
	    left: -999em;
	    position: absolute;
	    top: 100%;
	    z-index: 99999;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation ul li:hover > ul,
	.header-style-horizontal-one.navigation-classic .main-navigation ul li.focus > ul {
	    left: 0;
	    right: auto;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation ul ul li:hover > ul,
	.header-style-horizontal-one.navigation-classic .main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.header-style-horizontal-one.navigation-classic .main-navigation .menu-item-has-children > a:after,
	.header-style-horizontal-one.navigation-classic .main-navigation .page_item_has_children > a:after {
	   	content: "\f107";
	}

	.header-style-horizontal-one.navigation-classic .main-navigation ul ul .menu-item-has-children > a:after,
	.header-style-horizontal-one.navigation-classic .main-navigation ul ul .page_item_has_children > a:after {
		content: "\f105";
		padding-left: 0;
		top: 7px;
	}

	.header-style-horizontal-one .menu-toggle-wrapper {
		padding: 0;
	}

	.header-style-horizontal-one.header-style-horizontal-two .site-header-main .menu-social-container {
		margin: 0;
	}

	.header-style-horizontal-one .menu-toggle-wrapper:after {
		display: none;
	}

	.menu-wrapper .search-form input[type="search"] {
		border-radius: 0;
	}

	.header-style-horizontal-one .site-primary-header-menu > .wrapper {
		padding: 0 20px;
	}

	.header-style-horizontal-one .search-social-container {
		padding: 0 10px;
	}

 	.header-style-horizontal-one .site-header-menu {
 		margin-right: auto;
		width: auto;
	}

	.color-scheme-construction.navigation-classic.header-style-horizontal-one #primary-menu-wrapper .menu-inside-wrapper {
		padding-left: 20px;
	}

	.site-contact li {
		padding: 7px 14px;
	}

	.header-style-horizontal-one .site-branding {
		margin: 0 auto 0 0;
		padding-left: 14px;
		padding-right: 14px;
		width: auto;
	}

	.header-style-horizontal-one .site-header-right {
		width: auto;
	}

	.site-contact > ul {
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: end;
	}

	.header-style-horizontal-one .site-header-right:before {
		content: none;
		display: none;
	}

	.header-style-horizontal-one.navigation-default .menu-toggle-wrapper .menu-toggle {
		padding: 19px 20px;
	}

	.header-style-horizontal-one.navigation-default .menu-toggle-wrapper .menu-toggle .menu-label {
		font-size: 16px;
		font-size: 1rem;
	}

	.header-style-horizontal-one.navigation-default .menu-inside-wrapper .main-navigation {
	    position: static;
	    top: unset;
	    transform: unset;
	    width: unset;
	}

	.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper {
		padding-top: 110px;
		width: 300px;
		z-index: 999;
		left: -300px;
		right: unset;
	}

	.header-style-horizontal-one.navigation-default #primary-menu-wrapper.is-open .menu-inside-wrapper {
		left: 0;
		transform: none;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-default #primary-menu-wrapper .menu-inside-wrapper {
		left: unset;
		right: -30px;
		width: 300px;
		padding: 14px  0;
		max-width: 300px;
		top: 100%;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-default #primary-menu-wrapper.is-open .menu-inside-wrapper {
		right: 0;
	}

	.header-style-horizontal-one.navigation-classic:not(.header-style-horizontal-two) #primary-menu-wrapper.is-open .menu-inside-wrapper {
		right: unset;
		left: unset;
		transform: unset;
		width: unset;
	}

	.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close {
		font-size: 62px;
		font-size: 3.875rem;
		line-height: 1;
		position: absolute;
		top: 20px;
		right: 35px;
		cursor: pointer;
		display: block;

	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close {
		top: 20px;
		right: unset;
		left: 35px;
		display: none;

	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-default #primary-menu-wrapper {
		position: relative;
	}

	.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close:before {
		content: "\00d7";
		opacity: 0.6;
	}

	.header-style-horizontal-one.navigation-default .dropdown-toggle {
	    padding: 16px 14px;
	}

	.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close:hover::before,
	.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close:focus::before {
		opacity: 1;
	}

	.color-scheme-lawyer button,
	.color-scheme-lawyer input[type="button"],
	.color-scheme-lawyer input[type="reset"],
	.color-scheme-lawyer input[type="submit"],
	.color-scheme-lawyer .button,
	.color-scheme-lawyer .posts-navigation .nav-links a,
	.color-scheme-lawyer .pagination .prev.page-numbers,
	.color-scheme-lawyer .pagination .next.page-numbers,
	.color-scheme-lawyer .site-main #infinite-handle span button,
	.color-scheme-lawyer .hero-content-wrapper .more-link,
	.color-scheme-lawyer .promotion-sale-wrapper .hentry .more-link,
	.color-scheme-lawyer .promotion-headline-wrapper .hentry .more-link,
	.color-scheme-lawyer .recent-blog-content-wrapper .more-recent-posts .more-link,
	.color-scheme-lawyer .custom-header .more-link,
	.color-scheme-lawyer #feature-slider-sect ion .more-link,
	.color-scheme-lawyer .view-all-button .more-link,
	.color-scheme-lawyer .woocommerce div.product form.cart .button,
	.color-scheme-lawyer.woocommerce #respond input#submit,
	.color-scheme-lawyer .woocommerce a.button,
	.color-scheme-lawyer .woocommerce button.button,
	.color-scheme-lawyer .woocommerce input.button,
	.color-scheme-lawyer .pricing-section .hentry .more-link,
	.color-scheme-lawyer .product-container .wc-forward,
	.color-scheme-construction button,
	.color-scheme-construction input[type="button"],
	.color-scheme-construction input[type="reset"],
	.color-scheme-construction input[type="submit"],
	.color-scheme-construction .button,
	.color-scheme-construction .posts-navigation .nav-links a,
	.color-scheme-construction .pagination .prev.page-numbers,
	.color-scheme-construction .pagination .next.page-numbers,
	.color-scheme-construction .site-main #infinite-handle span button,
	.color-scheme-construction .hero-content-wrapper .more-link,
	.color-scheme-construction .promotion-sale-wrapper .hentry .more-link,
	.color-scheme-construction .promotion-headline-wrapper .hentry .more-link,
	.color-scheme-construction .recent-blog-content-wrapper .more-recent-posts .more-link,
	.color-scheme-construction .custom-header .more-link,
	.color-scheme-construction #feature-slider-sect ion .more-link,
	.color-scheme-construction .view-all-button .more-link,
	.color-scheme-construction .woocommerce div.product form.cart .button,
	.color-scheme-construction.woocommerce #respond input#submit,
	.color-scheme-construction .woocommerce a.button,
	.color-scheme-construction .woocommerce button.button,
	.color-scheme-construction .woocommerce input.button,
	.color-scheme-construction .pricing-section .hentry .more-link,
	.color-scheme-construction .product-container .wc-forward {
		padding: 14px 35px;
	}

	.color-scheme-lawyer div.section,
	.color-scheme-construction div.section,
	.color-scheme-lawyer.home div.site-content,
	.color-scheme-construction.home div.site-content {
		padding-top: 77px;
	}

	.color-scheme-construction.header-style-horizontal-one.navigation-classic .main-navigation .menu > .current-menu-item > a:before,
	.color-scheme-construction.header-style-horizontal-one.navigation-classic .main-navigation .menu > .current-menu-ancestor > a:before {
		background-color: rgba(255,255,255,0.1);
		border-bottom: 3px solid;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: -1;

	}

	.color-scheme-construction.header-style-horizontal-one.navigation-classic .main-navigation .menu ul > .current-menu-item > a:before,
	.color-scheme-construction.header-style-horizontal-one.navigation-classic .main-navigation .menu ul > .current-menu-ancestor > a:before {
		content: none;
		display: none;
	}

	.header-style-horizontal-one .site-branding {
		text-align: left;
	}

	.color-scheme-lawyer #feature-slider-section .hentry-inner,
	.color-scheme-lawyer.home .custom-header,
	.color-scheme-construction #feature-slider-section .hentry-inner,
	.color-scheme-construction.home .custom-header {
		padding-bottom: 154px;
		padding-top: 154px;
	}

	.navigation-classic #primary-menu-wrapper .menu-toggle {
		display: none;
	}

	.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-toggle {
		padding: 19px 20px;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-classic .site-header-main .site-branding {
	    margin-right: unset;
	    width: 25%;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-classic .site-header-main .site-primary-header-menu {
	    width: 75%;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-classic .site-header-menu {
		margin-right: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 66.66%;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-classic .site-header-main .primary-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	    width: 33.33%;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-classic #primary-menu-wrapper,
	.header-style-horizontal-one.header-style-horizontal-two.navigation-classic .site-header-main .search-social-container {
		width: auto;
	}

	.header-style-horizontal-one.header-style-horizontal-two.navigation-classic .site-header-main .menu-social-container {
		margin-top: 0;
	}

	.header-style-horizontal-one.header-style-horizontal-two #site-primary-header-menu {
		margin-right: 0;
	}

	.header-style-horizontal-one.header-style-horizontal-two .search-social-container,
	.header-style-horizontal-one.header-style-horizontal-two .site-primary-header-menu > .wrapper {
		padding: 0;
	}

	.color-scheme-fitness #promotion-headline {
		padding: 67px 0;
	}
}

/*--------------------------------------------------------------
## >= 1200px
--------------------------------------------------------------*/

@media screen and (min-width: 75em) {
	ul.products.columns-4  li.product {
		width: 24.625%;
		margin-right: 0.5%;
	}

	ul.products.columns-6  li.product {
		width: 16.25%;
		margin-right: 0.5%;
	}

	ul.products.columns-6 li.product:nth-child(3n+3) {
		margin-right: 0.5%;
	}

	ul.products.columns-6 li.product:nth-child(6n+6) {
		margin-right: 0;
	}

	#sticky-playlist-section:not(.playlist-shorten) .wp-playlist-current-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 1 25%;
	    flex: 0 1 25%;
	}

	#sticky-playlist-section:not(.playlist-shorten) .chique-mejs-sticky-playlist-container {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 1 75%;
	    flex: 0 1 75%;
	}

	.playlist-content-wrapper .entry-container {
		padding: 0 0 0 63px;
	}

	.content-area {
	    float: left;
	    margin-right: -100%;
	    width: 71.145%;
	}

	.sidebar .widget {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar {
	    float: right;
		padding-left: 10px;
	    padding-top: 42px;
	    margin-left: 71.145%;
	    width: 28.855%;
	}

	.content-left .sidebar {
	    padding-right: 40px;
	}

	.content-right .sidebar {
	    padding-left: 40px;
	}

	.content-right .sidebar {
		float: left;
	    margin-left: 0;
	    margin-right: 71.145%;
	}

	.content-right .content-area {
	    float: right;
	    margin-left: -100%;
	    margin-right: 0;
	}

	.sidebar .widget {
		width: 100%;
	}

	.section-content-wrapper.layout-four .hentry,
	.footer-widget-area.four .widget-column,
	.section-content-wrapper.portfolio-content-wrapper.layout-four .hentry {
		width: 25%;
	}

	.section-content-wrap.layout-four .hentry:nth-child(2n+1),
	.section-content-wrapper.layout-four .hentry:nth-child(2n+1) {
		clear: none;
	}

	.section-content-wrap.layout-four .hentry:nth-child(4n+1),
	.section-content-wrapper.layout-four .hentry:nth-child(4n+1) {
	    clear: both;
	}

	#feature-slider-section .owl-dots:after {
		font-size: 29px;
	}

	#feature-slider-section .owl-dots:before {
		height: 25px;
		right: 36px;
		top: 12px;
	}

	#feature-slider-section .owl-dots .active:before {
		font-size: 68px;
	}

	#feature-slider-section .owl-nav {
		bottom: 100px;
	}

	.featured-content-section.style-one .layout-four .hentry:nth-child(2n) .entry-container  {
		border-bottom: 1px solid;
		border-right: 1px solid;
	}

	.featured-content-section.style-one .layout-four .hentry:nth-child(4n) .entry-container {
		border-right: 0;
	}

	#team-content-section .section-content-wrapper.layout-four .section-heading-wrapper {
		width: 25%;
	}

	#team-content-section:not(.style-2) .section-content-wrapper.layout-three .section-heading-wrapper,
	#team-content-section:not(.style-2) .section-content-wrapper.layout-three .hentry {
		width: 33.33%;
	}

	.entry-header-image {
		max-width: 700px;
	}

	#feature-slider-section .entry-header-image {
		max-width: 780px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .entry-container {
		padding-right: 40px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .contact-form {
		padding-left: 40px;
	}

	#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n+1):nth-last-child(-n+2),
	#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n+1):nth-last-child(-n+2) ~ .hentry
	#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n+1):nth-last-child(-n+2),
	#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n+1):nth-last-child(-n+2) ~ .hentry {
		border-bottom: 1px solid;
	}

	#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n),
	#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n) {
		border-right: 1px solid;
	}

	#logo-slider-section .static-logo.layout-four .hentry:nth-child(4n+1):nth-last-child(-n+4),
	#logo-slider-section .static-logo.layout-four .hentry:nth-child(4n+1):nth-last-child(-n+4) ~ .hentry {
		border-bottom: 0;
	}

	#logo-slider-section .static-logo.layout-four .hentry:nth-child(4n) {
		border-right: 0;
	}

	#logo-slider-section .static-logo.layout-five .hentry:nth-child(5n+1):nth-last-child(-n+5),
	#logo-slider-section .static-logo.layout-five .hentry:nth-child(5n+1):nth-last-child(-n+5) ~ .hentry {
		border-bottom: 0;
	}

	#logo-slider-section .static-logo.layout-five .hentry:nth-child(5n) {
		border-right: 0;
	}

	#logo-slider-section .static-logo.layout-five .hentry {
		width: 20%;
	}

	.section-content-wrapper.layout-five .hentry:nth-child(5n+1) {
		clear: both;
	}

	#testimonial-dots li {
		margin: 4px 14px;
	}

	.social-contact .menu-social-container li {
	    margin: 18px 14px 0 0;
	}

	.pricing-section .entry-content,
	.pricing-section .entry-summary {
		padding: 28px 21px 35px 21px
	}

	.blog.grid-blog.no-sidebar.full-width-layout .site-content .archive-content-wrap .section-content-wrapper.layout-three .hentry,
	.archive.grid-blog.no-sidebar.full-width-layout .site-content .archive-content-wrap .section-content-wrapper.layout-three .hentry,
	.grid-blog .recent-blog-content-wrapper .archive-content-wrap .section-content-wrapper.layout-three .hentry {
		width: 33.33%;
	}

	.blog.grid-blog.no-sidebar .site-content .archive-content-wrap .section-content-wrapper.layout-three .hentry,
	.archive.grid-blog.no-sidebar .site-content .archive-content-wrap .section-content-wrapper.layout-three .hentry {
		width: 50%;
	}

	.countdown #clock > span {
		display: block;
		width: 20%;
	}

    .countdown #clock > span:nth-child(1n+4) {
    	clear: none;
    	float: left;
    	padding-top: 0;
    }

	#events-section .owl-dots li {
	    margin: 0 0 28px 0;
	}

	.countdown #clock .countdown-label {
		padding-top: 21px;
	}

	.site-contact li span {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	.site-contact li strong {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

/*--------------------------------------------------------------
## >= 1366px
--------------------------------------------------------------*/

@media screen and (min-width: 85.375em) {
	h1,
	.single .content-area .entry-title,
	.error404 .content-area .page-title,
	.search .content-area .page-title,
	.page .content-area .entry-title,
	.woocommerce-page .page-title,
	body:not(.home) .custom-header .entry-title {
		font-size: 46px;
		font-size: 2.875rem;
	}

	h2 {
		font-size: 42px;
		font-size: 2.625rem;
	}

	h3 {
		font-size: 35px;
		font-size: 2.1875rem;
	}

	body:not(.home) .custom-header {
		padding: 148px 0;
	}

	#testimonial-dots {
		padding: 0 46px;
	}

	#feature-slider-section .entry-title,
	.home .custom-header .entry-title {
		font-size: 48px;
		font-size: 3rem;
	}

	.catch-breadcrumb {
	    padding: 14px 0;
	}

	.reserve-content-wrapper .section-content-wrap,
	.reserve-content-wrapper .section-content-wrap.layout-one,
	.section-heading-wrap,
	.section-heading-wrapper,
	.archive .page-header,
	.search .page-header,
	.woocommerce-page .site-content .wrapper,
	.custom-header-content,
	.content-area .section-content-wrapper,
	.recent-blog-content-wrapper .section-content-wrap,
	.hero-content-wrapper .section-content-wrap,
	.promotion-sale-wrapper .section-content-wrap,
	.gallery-section .section-content-wrapper,
	.section-content-wrapper.layout-one,
	.section-content-wrap.layout-one,
	.posts-navigation,
	.pagination,
	.promotion-headline-wrapper .hentry,
	.hero-content-wrapper .section-content-wrap,
	#footer-newsletter .widget-wrap,
	#footer-instagram .menu-social-container .widget-wrap,
	.contact-section .entry-container-wrapper,
	.why-choose-us-section:not(.has-main-image) .section-heading-wrapper,
	.why-choose-us-section.has-main-image .main-image,
	.why-choose-us-section .section-content-wrapper,
	#logo-slider-section .section-content-wrapper,
	#feature-slider-section .entry-container-wrap,
	.gallery-section .entry-content,
	.gallery-section .entry-summary,
	#feature-slider-section .entry-header-image,
	#featured-content.boxed.style-one .section-content-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}

	.gallery-section .entry-content .gallery,
	.gallery-section .entry-summary .gallery {
		margin-left: -60px;
		margin-right: -60px;
	}

	.why-choose-us-section:not(.no-section-heading).modern-style .section-content-wrapper {
		padding-left: 45px;
	}

	.widget-title,
	.widgettitle,
	.widget .wp-block-group h2 {
		margin-bottom: 28px;
	}

	.section-content-wrapper.layout-three,
	.section-content-wrapper.layout-four,
	.section-content-wrapper.layout-two,
	.singular-content-wrap,
	.search-no-results .archive-content-wrap,
	.countdown .section-content-wrapper  {
		padding-left: 40px;
		padding-right: 40px;
	}

	.content-left .sidebar {
	    padding-right: 60px;
	}

	.content-right .sidebar {
	    padding-left: 60px;
	}

	.blog.two-columns-layout.grid-blog.grid-blog-fluid.content-left .site-content #secondary,
	.archive.two-columns-layout.grid-blog.grid-blog-fluid.content-left .site-content #secondary {
		padding-right: 40px;
	}

	.blog.two-columns-layout.grid-blog.grid-blog-fluid.content-right .site-content #secondary,
	.archive.two-columns-layout.grid-blog.grid-blog-fluid.content-right .site-content #secondary {
		padding-left: 40px;
	}

	.archive .page-header,
	.search .page-header,
	.error404 .error-404.not-found .page-header {
		padding-bottom: 49px;
	}

	.infinite-scroll.infinity-end .site-content .wrapper {
		padding-bottom: 35px;
	}

	.woocommerce-pagination {
		padding-bottom: 42px;
	}

	.footer-widget-area .wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.widget {
		padding: 28px 35px;
	}

	.comment-respond {
		padding: 49px 56px;
	}

	.more-button,
	.author-link,
	.hero-content-wrapper .more-button,
	.promotion-sale-wrapper .more-button,
	.promotion-headline-wrapper .more-button {
		margin-top: 28px;
	}

	.section-heading-wrap,
	.section-heading-wrapper,
	.widget-area .ctsocialwidget .section-title-wrapper,
	.contact-section .entry-header,
	.contact-section .entry-header:after {
		padding-bottom: 42px;
	}

	.hero-content-wrapper .hentry.has-post-thumbnail .entry-container,
	.promotion-sale-wrapper .hentry .entry-container {
		padding: 98px 75px;
	}

	#hero-content.section.boxed,
	.promotion-sale-wrapper.section,
	.contact-section .entry-container-wrapper,
	.promotion-headline-wrapper .hentry,
	#logo-slider-section {
		padding-bottom: 98px;
		padding-top: 98px;
	}

	.featured-content-section .view-all-button,
	.services-section.section {
		padding-bottom: 98px;
	}

	.featured-content-section.style-one .entry-container {
		padding: 42px;
	}

	.section,
	#footer-newsletter .widget,
	#footer-instagram .menu-social-container {
		padding-bottom: 63px;
	}

	#footer-newsletter .widget,
	.reserve-content-wrapper {
		padding-top: 63px;
	}

	.custom-header + .section,
	#feature-slider-section + .section,
	.hero-content-wrapper + .section:not(.stats-section),
	.stats-section + .site-content,
	.stats-section + .section,
	.gallery-section + .site-content,
	.gallery-section + .section,
	.services-section + .section,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .site-content,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .recent-blog-content-wrapper,
	.featured-content-section + .section,
	.portfolio-section + .section.services-section,
	.promotion-headline-wrapper + .section,
	.services-section.no-section-heading,
	.pricing-section.no-section-heading,
	#skill-section,
	.promotion-sale-wrapper + .section,
	.testimonial-content-section,
	.testimonial-content-section + .section,
	.no-header-media-image.no-featured-slider .site-overlay + .site-content .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .recent-blog-content-wrapper .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .section:not(.recent-blog-content-wrapper),
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.single-blog .site-overlay + .site-content #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.single-blog .site-overlay + .site-content #secondary,
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog:not(.grid-blog-fluid) .site-overlay + .site-content #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog:not(.grid-blog-fluid) .site-overlay + .site-content #secondary,
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog.grid-blog-fluid .site-overlay + .site-content:not(.no-section-heading) #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog.grid-blog-fluid .site-overlay + .site-content:not(.no-section-heading) #secondary,
	.featured-video.has-background-image + .section,
	.events-section + .section,
	.portfolio-section + .section:not(.stats-section) {
		padding-top: 98px;
	}

	.hero-content-wrapper + .stats-section,
	.hero-content-wrapper + .promotion-headline-wrapper {
		margin-top: 98px;
	}

	#team-content-section.section {
		padding-bottom: 49px;
	}

	.services-section .section-content-wrapper.layout-two .hentry {
		padding: 0;
	    width: 50%;
	}

	.services-section .section-content-wrapper.layout-two .hentry:nth-child(2n+1) .hentry-inner {
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: row;
	    flex-direction: row;
	}

	.services-section .section-content-wrapper.layout-two .hentry:nth-child(4n+1) .hentry-inner,
	.services-section .section-content-wrapper.layout-two .hentry:nth-child(4n+2) .hentry-inner {
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	}

	.services-section .section-content-wrapper.layout-one .entry-container {
		padding: 142px 86px;
	}

	#team-content-section .team-content-wrapper,
	.promotion-contact .section-content-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}

	.reply {
		margin-top: 21px;
	}

	.entry-header-image {
		max-width: 800px;
	}

	#feature-slider-section .entry-header-image {
		max-width: 920px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .entry-container {
		padding-right: 60px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .contact-form {
		padding-left: 60px;
	}

	.pricing-section .hentry.highlight-off {
		margin-top: 56px;
	}

	.playlist-content-wrapper .entry-container {
		padding: 0 0 0 76px;
	}

	#events-section .entry-container-wrap .entry-container {
		width: 80%;
	}

	.why-choose-us-section.classic-style.enabled-border .hentry-inner {
		padding: 42px 40px;
	}

	.header-style-horizontal-one .site-header .site-header-main > .wrapper {
		padding: 0 46px;
	}

	.header-style-horizontal-one .site-primary-header-menu > .wrapper {
		padding: 0 40px;
	}

	.color-scheme-lawyer div.section,
	.color-scheme-construction div.section,
	.color-scheme-lawyer.home div.site-content,
	.color-scheme-construction.home div.site-content {
		padding-top: 98px;
	}

	.color-scheme-lawyer #feature-slider-section .hentry-inner,
	.color-scheme-lawyer.home .custom-header,
	.color-scheme-construction #feature-slider-section .hentry-inner,
	.color-scheme-construction.home .custom-header {
		padding-bottom: 181px;
		padding-top: 181px;
	}

	.color-scheme-fitness #promotion-headline {
		padding: 76px 0;
	}
}

/*--------------------------------------------------------------
## >= 1600px
--------------------------------------------------------------*/

@media screen and (min-width: 100em) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea,
	blockquote,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.posts-navigation .nav-links a,
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers,
	.site-main #infinite-handle span button,
	.hero-content-wrapper .more-link,
	.promotion-sale-wrapper .hentry .more-link,
	.promotion-headline-wrapper .hentry .more-link,
	.recent-blog-content-wrapper .more-recent-posts .more-link,
	.custom-header .more-link,
	#feature-slider-section .more-link,
	.view-all-button .more-link,
	.woocommerce div.product form.cart .button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.pricing-section .hentry .more-link,
	.reserve-content-wrapper .contact-description strong,
	.author-name,
	#cancel-comment-reply-link,
	.hero-content-wrapper .entry-title span,
	.promotion-sale-wrapper .entry-title span,
	.contact-section .entry-title span,
	#skill-section .entry-title span,
	.reserve-content-wrapper .entry-title span,
	#playlist-section .entry-title span,
	.events-section .entry-meta {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.catch-breadcrumb {
		font-size: 17px;
		font-size: 1.0625rem;
	}

	.more-link,
	.author-link,
	.stats-section .entry-content,
	.stats-section .entry-summary,
	.widget-title,
	.widgettitle,
	.widget .wp-block-group h2,
	.pricing-section .entry-title {
		font-size: 21px;
		font-size: 1.3125rem;
	}

	#testimonial-content-section .entry-title {
	    font-size: 24px;
	    font-size: 1.5rem;
	}

	.comment-content {
		margin-top: 21px;
	}

	.reply {
		margin-top: 28px;
	}

	.woocommerce .site-main #infinite-handle {
		padding-bottom: 42px;
	}

	.woocommerce-products-header .page-title {
		margin-bottom: 14px;
	}

	.single-product div.product .related,
	.single-product div.product .upsells,
	.cart-collaterals .cross-sells,
	.cart-collaterals .cart_totals {
		margin-top: 56px;
	}

	ul.products li.product {
		margin-bottom: 42px;
	}

	/*.site-main.woocommerce,*/

	#sticky-playlist-section:not(.playlist-shorten) .chique-mejs-container.mejs-container .mejs-controls {
	    padding: 15px 28px;
	}

	#sticky-playlist-section:not(..playlist-shorten) .wp-playlist-current-item {
	    padding: 4px 21px 4px 0;
	}

	#sticky-playlist-section:not(.playlist-shorten) .chique-mejs-container.mejs-container .mejs-controls {
		padding: 15px 0;
	}

	#skill-section {
		padding-top: 84px;
	}

	body:not(.home) .site-content .wrapper,
	body:not(.home) .site-content .archive-content-wrap {
		padding-top: 42px;
	}

	.info,
	#testimonial-content-section .entry-content,
	#testimonial-content-section .entry-summary,
	.grid-blog .archive-content-wrap .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.reserve-content-wrapper .entry-content,
	.reserve-content-wrapper .entry-summary {
		margin-top: 35px;
	}

	.reserve-content-wrapper .contact-description {
		padding: 84px 42px;
	}

	.reserve-content-wrapper .reservation-form {
		padding: 84px 112px;
	}

	body:not(.home) .custom-header {
		padding: 170px 0;
	}

	#feature-slider-section .entry-title,
	.home .custom-header .entry-title {
		font-size: 56px;
		font-size: 3.5rem;
	}

	h1,
	.single .content-area .entry-title,
	.error404 .content-area .page-title,
	.search .content-area .page-title,
	.page .content-area .entry-title,
	.woocommerce-page .page-title,
	body:not(.home) .custom-header .entry-title {
		font-size: 54px;
		font-size: 3.375rem;
	}

	h2 {
		font-size: 49px;
		font-size: 3.0625rem;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.posts-navigation .nav-links a,
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers,
	.site-main #infinite-handle span button,
	.hero-content-wrapper .more-link,
	.promotion-sale-wrapper .hentry .more-link,
	.promotion-headline-wrapper .hentry .more-link,
	.recent-blog-content-wrapper .more-recent-posts .more-link,
	.custom-header .more-link,
	#feature-slider-section .more-link,
	.instagram-button .button,
	.view-all-button .more-link,
	.woocommerce div.product form.cart .button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.pricing-section .hentry .more-link {
		padding: 14px 54px;
	}

   	.sidebar .widget {
   		margin: 0 0 56px;
   	}

	.section-title,
	.hero-content-wrapper .entry-title,
	.contact-section .entry-title,
	.promotion-sale-wrapper .entry-title,
	.reserve-content-wrapper .entry-title,
	.stats-section .entry-title,
	#skill-section .entry-title,
	#playlist-section .entry-title,
	.color-scheme-lawyer .section.hero-content-wrapper .entry-title,
	.color-scheme-lawyer .section.contact-section .entry-title,
	.color-scheme-lawyer .section.promotion-sale-wrapper .entry-title,
	.color-scheme-lawyer .section.reserve-content-wrapper .entry-title,
	.color-scheme-lawyer .section.stats-section .entry-title,
	.color-scheme-lawyer .section#skill-section .entry-title,
	.color-scheme-lawyer .section#playlist-section .entry-title,
	.color-scheme-lawyer .section.promotion-contact .entry-title,
	.color-scheme-construction .section.hero-content-wrapper .entry-title,
	.color-scheme-construction .section.contact-section .entry-title,
	.color-scheme-construction .section.promotion-sale-wrapper .entry-title,
	.color-scheme-construction .section.reserve-content-wrapper .entry-title,
	.color-scheme-construction .section.stats-section .entry-title,
	.color-scheme-construction .section#skill-section .entry-title,
	.color-scheme-construction .section#playlist-section .entry-title,
	.color-scheme-construction .section.promotion-contact .entry-title,
	.color-scheme-fitness .section.hero-content-wrapper .entry-title,
	.color-scheme-fitness .section.contact-section .entry-title,
	.color-scheme-fitness .section.promotion-sale-wrapper .entry-title,
	.color-scheme-fitness .section.reserve-content-wrapper .entry-title,
	.color-scheme-fitness .section.stats-section .entry-title,
	.color-scheme-fitness .section#skill-section .entry-title,
	.color-scheme-fitness .section#playlist-section .entry-title,
	.color-scheme-fitness .section.promotion-contact .entry-title {
		font-size: 46px;
		font-size: 2.875rem;
	}

	.custom-header .sub-title,
	#feature-slider-section .sub-title {
		font-size: 35px;
		font-size: 2.1875rem;
	}

	.has-header-video.no-header-media-text .wp-custom-header {
		padding-bottom: 325px;
		padding-top: 325px;
	}

	#feature-slider-section .more-button,
	.custom-header .more-button {
		margin-top: 28px;
	}

	.infinite-scroll .archive-content-wrap {
		padding-bottom: 42px;
	}

	#hero-content.section.boxed,
	.promotion-sale-wrapper.section,
	.contact-section .entry-container-wrapper,
	.promotion-headline-wrapper .hentry,
	#logo-slider-section {
		padding-bottom: 119px;
		padding-top: 119px;
	}

	.hero-content-wrapper .entry-container,
	.promotion-sale-wrapper .entry-container {
		padding: 85px;
	}

	.hero-content-wrapper .hentry.has-post-thumbnail .entry-container,
	.promotion-sale-wrapper .hentry .entry-container {
		padding: 119px 85px;
	}

	.site-main .posts-navigation .nav-previous,
	.site-main .posts-navigation .nav-next,
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		margin: 42px 0;
	}

	.site-info,
	.sidebar {
		padding-top: 42px;
	}

	.two-columns-layout .singular-content-wrap,
	.search-no-results .archive-content-wrap,
	.sidebar {
		padding-bottom: 42px;
	}

	.section,
	#footer-newsletter .widget,
	#footer-instagram .menu-social-container {
		padding-bottom: 77px;
	}

	#footer-newsletter .widget,
	.reserve-content-wrapper {
		padding-top: 77px;
	}

	.footer-widget-area .wrapper {
		padding-bottom: 21px;
		padding-top: 21px;
	}

	.widget {
		padding: 35px;
	}

	.comment-respond {
		padding: 56px 63px;
	}

	.hentry,
	.view-all-button {
		margin-bottom: 42px;
	}

	.single-blog .archive-content-wrap .hentry,
	#team-content-section .hentry,
	#team-content-section .view-all-button {
	    margin-bottom: 63px;
	}

	.hero-content-wrapper .entry-content,
	.promotion-sale-wrapper .entry-content,
	.hero-content-wrapper .entry-summary,
	.promotion-sale-wrapper .entry-summary {
		margin-top: 28px;
	}

	.entry-price {
		width: 12%;
	}

	#gallery-content-section .entry-footer {
		margin-top: 42px;
	}

	.site-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.site-branding {
		padding: 35px;
	}

	.navigation-default .header-overlay {
		max-width: 270px;
	}

	.below-site-header {
		left: 270px;
	}

	#masthead {
	    max-width: 270px;
	}

	.navigation-classic .main-navigation ul ul a {
		width: 270px;
	}

	#sticky-playlist-section {
	    left: 270px;
	}

	#sticky-playlist-section:not(.playlist-shorten) .wrapper {
		width: calc(100% - 270px);
	}

	.menu-open.navigation-default .below-site-header {
		left: 540px;
	}

	.featured-content-section.style-one .entry-container {
		padding: 49px;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.post-navigation .nav-links {
	    padding-bottom: 49px;
	}

	.widget-area .menu-social-container a {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.widget-area .menu-social-container a {
		height: 70px;
		margin: 7px 21px 0 0;
		line-height: 70px;
		width: 70px;
	}

	.team-social-profile .menu-social-container {
		padding: 14px 0;
	}

	.team-section .entry-content,
	.team-section .entry-summary {
		margin-top: 21px;
	}

	.comments-title,
	.comment-reply-title,
	.post-navigation .nav-title,
	.comment-reply-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.main-navigation a {
		padding: 14px 35px;
	}

	.site-header-menu .site-header-cart .cart-contents {
		padding: 21px 35px;
	}

	.navigation-default .main-navigation ul ul a,
	.navigation-classic.primary-subtitle-popup-disable .main-navigation ul ul a {
		padding: 6px 35px;
	}

	.site-header-main #primary-search-wrapper {
		padding: 20px 35px;
	}

	.site-header-main .menu-social-container {
		margin-top: -20px;
		padding: 10px 25px;
	}

	#feature-slider-section .owl-dots:after {
		font-size: 36px;
		margin-left: 14px;
	}

	#feature-slider-section .owl-dots:before {
		height: 28px;
		right: 45px;
		top: 15px;
	}

	#feature-slider-section .owl-dots .active:before {
		font-size: 84px;
	}

	#feature-slider-section .owl-nav {
		bottom: 115px;
	}

	.section-description,
	.hero-content-wrapper .entry-title span,
	.promotion-sale-wrapper .entry-title span,
	.contact-section .entry-title span,
	#skill-section .entry-title span,
	#skill-section .skillbar,
	#playlist-section .entry-title span,
	.reserve-content-wrapper .entry-title span {
		margin-top: 28px;
	}

	.section-heading-wrap,
	.section-heading-wrapper,
	.widget-area .ctsocialwidget .section-title-wrapper,
	.contact-section .entry-header,
	.contact-section .entry-header:after {
		padding-bottom: 49px;
	}

	.more-link .fa {
		padding: 10px;
		width: 50px;
	}

	.featured-content-section .view-all-button {
		padding-bottom: 119px;
		padding-top: 42px;
	}

	.services-section.section {
		padding-bottom: 119px;
	}

	.archive-content-wrap .entry-content,
	.archive-content-wrap .entry-summary {
		margin-top: 28px;
	}

	.archive-content-wrap .entry-header .entry-meta {
		margin-top: 21px;
	}

	.single-blog .archive-content-wrap .hentry .entry-container {
		padding: 35px 50px 56px 50px;
	}

	.custom-header + .section,
	#feature-slider-section + .section,
	.hero-content-wrapper + .section:not(.stats-section),
	.stats-section + .site-content,
	.stats-section + .section,
	.gallery-section + .site-content,
	.gallery-section + .section,
	.services-section + .section,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .site-content,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .recent-blog-content-wrapper,
	.featured-content-section + .section,
	.portfolio-section + .section.services-section,
	.promotion-headline-wrapper + .section,
	.services-section.no-section-heading,
	.pricing-section.no-section-heading,
	#skill-section,
	.promotion-sale-wrapper + .section,
	.testimonial-content-section,
	.testimonial-content-section + .section,
	.no-header-media-image.no-featured-slider .site-overlay + .site-content .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .recent-blog-content-wrapper .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .section:not(.recent-blog-content-wrapper),
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.single-blog .site-overlay + .site-content #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.single-blog .site-overlay + .site-content #secondary,
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog:not(.grid-blog-fluid) .site-overlay + .site-content #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog:not(.grid-blog-fluid) .site-overlay + .site-content #secondary,
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog.grid-blog-fluid .site-overlay + .site-content:not(.no-section-heading) #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog.grid-blog-fluid .site-overlay + .site-content:not(.no-section-heading) #secondary,
	.featured-video.has-background-image + .section,
	.events-section + .section,
	.portfolio-section + .section:not(.stats-section) {
		padding-top: 119px;
	}

	.hero-content-wrapper + .stats-section,
	.hero-content-wrapper + .promotion-headline-wrapper {
		margin-top: 119px;
	}

	#team-content-section.section {
		padding-bottom: 56px;
	}

	.why-choose-us-section.modern-style .post-thumbnail {
	    margin-right: 49px;
	}

	.why-choose-us-section.modern-style .hentry {
		padding-bottom: 42px;
	}

	.stats-section,
	.color-scheme-lawyer div.section.stats-section,
	.color-scheme-construction div.section.stats-section {
		padding-bottom: 35px;
		padding-top: 77px;
	}

	.services-section .section-content-wrapper.layout-one .entry-container {
		padding: 192px 108px;
	}

	#team-content-section:not(.style-2) .section-heading-wrapper {
		padding-right: 77px;
	}

	.essential-widgets .featured-image {
		margin-bottom: 28px;
	}

	.entry-header-image {
		max-width: 1400px;
	}

	#feature-slider-section .entry-header-image {
		max-width: 1490px;
	}

	#site-generator {
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .entry-container {
		padding-right: 80px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .contact-form {
		padding-left: 80px;
	}

	.promotion-headline-wrapper.content-frame .hentry .entry-container {
		padding: 49px;
	}

	.pricing-section .package-price {
	    font-size: 70px;
	    font-size: 4.375rem;
	    padding: 14px 28px 49px 28px;
	}

	.pricing-section .hentry.highlight-off {
		margin-top: 63px;
	}

	#logo-slider-section .owl-dots {
		padding: 28px 0 0 0;
	}

	#logo-slider-section .static-logo .hentry,
	#logo-slider-section .static-logo.layout-two .hentry,
	#logo-slider-section .static-logo.layout-four .hentry,
	#logo-slider-section .static-logo.layout-five .hentry {
		padding: 40px 28px;
	}

	.social-contact .menu-social-container li {
		margin: 25px 14px 0 0;
	}

	.social-contact .menu-social-container li a {
		font-size: 24px;
		font-size: 1.5rem;
		height: 70px;
		padding: 20px;
		width: 70px;
	}

	.pricing-section .entry-content ul li:before,
	.pricing-section .entry-summary ul li:before {
		padding-right: 21px;
	}

	.pricing-section .entry-content,
	.pricing-section .entry-summary {
		padding: 35px 21px 42px 21px
	}

	body.grid-blog.infinite-scroll .archive-content-wrap .section-content-wrapper {
	    padding-bottom: 63px;
	}

	.grid-blog #content #infinite-handle,
	.grid-blog #content .infinite-loader {
	    bottom: -63px;
	}

	body .wp-playlist-item {
		padding: 21px 35px;
	}

	.chique-mejs-container.mejs-container .mejs-controls {
		padding: 14px 35px 14px 21px
	}

	.album-section .post-thumbnail {
		margin-bottom: 28px;
	}

	.countdown #clock .count-wrap {
		padding: 42px 56px;
	}

	#timeline-section .section-content-wrapper:before {
	    height: calc(100% - 70px);
	}

	#timeline-section .post-thumbnail,
	#timeline-section .entry-container {
		padding-left: 54px;
		padding-right: 54px;
	}

	#timeline-section .hentry {
		margin-bottom: 70px;
	}

	.venue .hentry-inner {
		padding: 56px;
	}

	.venue .post-thumbnail {
		margin-bottom: 42px;
	}

	#events-section .entry-container-wrap .entry-container {
	    width: 85%;
	}

	.why-choose-us-section.classic-style.enabled-border .hentry-inner {
		padding: 49px 40px;
	}

	.section-tagline {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.color-scheme-lawyer button,
	.color-scheme-lawyer input[type="button"],
	.color-scheme-lawyer input[type="reset"],
	.color-scheme-lawyer input[type="submit"],
	.color-scheme-lawyer .button,
	.color-scheme-lawyer .posts-navigation .nav-links a,
	.color-scheme-lawyer .pagination .prev.page-numbers,
	.color-scheme-lawyer .pagination .next.page-numbers,
	.color-scheme-lawyer .site-main #infinite-handle span button,
	.color-scheme-lawyer .hero-content-wrapper .more-link,
	.color-scheme-lawyer .promotion-sale-wrapper .hentry .more-link,
	.color-scheme-lawyer .promotion-headline-wrapper .hentry .more-link,
	.color-scheme-lawyer .recent-blog-content-wrapper .more-recent-posts .more-link,
	.color-scheme-lawyer .custom-header .more-link,
	.color-scheme-lawyer #feature-slider-sect ion .more-link,
	.color-scheme-lawyer .view-all-button .more-link,
	.color-scheme-lawyer .woocommerce div.product form.cart .button,
	.color-scheme-lawyer.woocommerce #respond input#submit,
	.color-scheme-lawyer .woocommerce a.button,
	.color-scheme-lawyer .woocommerce button.button,
	.color-scheme-lawyer .woocommerce input.button,
	.color-scheme-lawyer .pricing-section .hentry .more-link,
	.color-scheme-lawyer .product-container .wc-forward,
	.color-scheme-construction button,
	.color-scheme-construction input[type="button"],
	.color-scheme-construction input[type="reset"],
	.color-scheme-construction input[type="submit"],
	.color-scheme-construction .button,
	.color-scheme-construction .posts-navigation .nav-links a,
	.color-scheme-construction .pagination .prev.page-numbers,
	.color-scheme-construction .pagination .next.page-numbers,
	.color-scheme-construction .site-main #infinite-handle span button,
	.color-scheme-construction .hero-content-wrapper .more-link,
	.color-scheme-construction .promotion-sale-wrapper .hentry .more-link,
	.color-scheme-construction .promotion-headline-wrapper .hentry .more-link,
	.color-scheme-construction .recent-blog-content-wrapper .more-recent-posts .more-link,
	.color-scheme-construction .custom-header .more-link,
	.color-scheme-construction #feature-slider-sect ion .more-link,
	.color-scheme-construction .view-all-button .more-link,
	.color-scheme-construction .woocommerce div.product form.cart .button,
	.color-scheme-construction.woocommerce #respond input#submit,
	.color-scheme-construction .woocommerce a.button,
	.color-scheme-construction .woocommerce button.button,
	.color-scheme-construction .woocommerce input.button,
	.color-scheme-construction .pricing-section .hentry .more-link,
	.color-scheme-construction .product-container .wc-forward,
	.color-scheme-fitness button,
	.color-scheme-fitness input[type="button"],
	.color-scheme-fitness input[type="reset"],
	.color-scheme-fitness input[type="submit"],
	.color-scheme-fitness .button,
	.color-scheme-fitness .posts-navigation .nav-links a,
	.color-scheme-fitness .pagination .prev.page-numbers,
	.color-scheme-fitness .pagination .next.page-numbers,
	.color-scheme-fitness .site-main #infinite-handle span button,
	.color-scheme-fitness .hero-content-wrapper .more-link,
	.color-scheme-fitness .promotion-sale-wrapper .hentry .more-link,
	.color-scheme-fitness .promotion-headline-wrapper .hentry .more-link,
	.color-scheme-fitness .recent-blog-content-wrapper .more-recent-posts .more-link,
	.color-scheme-fitness .custom-header .more-link,
	.color-scheme-fitness #feature-slider-sect ion .more-link,
	.color-scheme-fitness .view-all-button .more-link,
	.color-scheme-fitness .woocommerce div.product form.cart .button,
	.color-scheme-fitness.woocommerce #respond input#submit,
	.color-scheme-fitness .woocommerce a.button,
	.color-scheme-fitness .woocommerce button.button,
	.color-scheme-fitness .woocommerce input.button,
	.color-scheme-fitness .pricing-section .hentry .more-link,
	.color-scheme-fitness .product-container .wc-forward {
		padding: 17px 35px;
	}

	.color-scheme-lawyer div.section,
	.color-scheme-construction div.section,
	.color-scheme-lawyer.home div.site-content,
	.color-scheme-construction.home div.site-content {
		padding-top: 119px;
	}

	.services-section.style-two .post-thumbnail,
	.services-section.style-two .featured-content-image,
	.featured-content-section.style-two .post-thumbnail {
		margin-bottom: 28px;
	}

	.logo-slider-section .post-thumbnail + .entry-container {
		margin-top: 28px;
	}

	.color-scheme-lawyer .team-section .entry-meta,
	.color-scheme-construction .team-section .entry-meta {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.custom-header .entry-tagline {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.header-style-horizontal-one .site-branding {
		padding-bottom: 21px;
		padding-top: 21px;
	}

	.color-scheme-lawyer #feature-slider-section .hentry-inner,
	.color-scheme-lawyer.home .custom-header,
	.color-scheme-construction #feature-slider-section .hentry-inner,
	.color-scheme-construction.home .custom-header {
		padding-bottom: 208px;
		padding-top: 208px;
	}

	.color-scheme-fitness #promotion-headline {
		padding: 85px 0;
	}
}

/*--------------------------------------------------------------
## >= 1920px
--------------------------------------------------------------*/

@media screen and (min-width: 120em) {
	#masthead {
	    max-width: 300px;
	}

	.navigation-default .header-overlay {
		max-width: 300px;
	}

	.below-site-header {
		left: 300px;
	}

	.navigation-classic .main-navigation ul ul a {
		width: 300px;
	}

	#sticky-playlist-section {
	    left: 300px;
	}

	#sticky-playlist-section:not(.playlist-shorten) .wrapper {
		width: calc(100% - 300px);
	}

	.menu-open.navigation-default .below-site-header {
		left: 600px;
	}

	#testimonial-content-section .entry-content,
	#testimonial-content-section .entry-summary,
	.grid-blog .archive-content-wrap .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	#hero-content.section.boxed,
	.promotion-sale-wrapper.section,
	.contact-section .entry-container-wrapper,
	.promotion-headline-wrapper .hentry,
	#logo-slider-section {
		padding-bottom: 140px;
		padding-top: 140px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .entry-container {
		padding-right: 100px;
	}

	.contact-section:not(.single-section) .entry-container-wrapper .contact-form {
		padding-left: 100px;
	}

	.hero-content-wrapper .hentry.has-post-thumbnail .entry-container,
	.promotion-sale-wrapper .hentry .entry-container {
		padding: 140px 105px;
	}

	.section-title,
	.hero-content-wrapper .entry-title,
	.contact-section .entry-title,
	.promotion-sale-wrapper .entry-title,
	.reserve-content-wrapper .entry-title,
	.stats-section .entry-title,
	#skill-section .entry-title,
	#playlist-section .entry-title,
	.color-scheme-lawyer .section.hero-content-wrapper .entry-title,
	.color-scheme-lawyer .section.contact-section .entry-title,
	.color-scheme-lawyer .section.promotion-sale-wrapper .entry-title,
	.color-scheme-lawyer .section.reserve-content-wrapper .entry-title,
	.color-scheme-lawyer .section.stats-section .entry-title,
	.color-scheme-lawyer .section#skill-section .entry-title,
	.color-scheme-lawyer .section#playlist-section .entry-title,
	.color-scheme-lawyer .section.promotion-contact .entry-title,
	.color-scheme-construction .section.hero-content-wrapper .entry-title,
	.color-scheme-construction .section.contact-section .entry-title,
	.color-scheme-construction .section.promotion-sale-wrapper .entry-title,
	.color-scheme-construction .section.reserve-content-wrapper .entry-title,
	.color-scheme-construction .section.stats-section .entry-title,
	.color-scheme-construction .section#skill-section .entry-title,
	.color-scheme-construction .section#playlist-section .entry-title,
	.color-scheme-construction .section.promotion-contact .entry-title,
	.color-scheme-fitness .section.hero-content-wrapper .entry-title,
	.color-scheme-fitness .section.contact-section .entry-title,
	.color-scheme-fitness .section.promotion-sale-wrapper .entry-title,
	.color-scheme-fitness .section.reserve-content-wrapper .entry-title,
	.color-scheme-fitness .section.stats-section .entry-title,
	.color-scheme-fitness .section#skill-section .entry-title,
	.color-scheme-fitness .section#playlist-section .entry-title,
	.color-scheme-fitness .section.promotion-contact .entry-title {
		font-size: 54px;
		font-size: 3.375rem;
	}

	.section-heading-wrap,
	.section-heading-wrapper,
	.widget-area .ctsocialwidget .section-title-wrapper,
	.contact-section .entry-header,
	.contact-section .entry-header:after {
		padding-bottom: 56px;
	}

	.hero-content-wrapper .entry-container,
	.promotion-sale-wrapper .entry-container {
		padding: 140px;
	}

	.entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.archive-content-wrap .entry-title,
	.events-section .entry-title {
		font-size: 35px;
		font-size: 2.1875rem;
	}

	.featured-content-section.style-one .entry-container {
		padding: 56px;
	}

	.featured-content-section .view-all-button,
	.services-section.section {
		padding-bottom: 140px;
	}

	.single-blog .archive-content-wrap .hentry .entry-container {
		padding: 42px 60px 70px 60px;
	}

	.single-blog .archive-content-wrap .hentry,
	#team-content-section .hentry,
	#team-content-section .view-all-button {
		margin-bottom: 70px;
	}

	.archive-content-wrap .entry-content,
	.archive-content-wrap .entry-summary {
		margin-top: 35px;
	}

	.archive-content-wrap .hentry .more-button {
		margin-top: 35px;
	}

	.custom-header + .section,
	#feature-slider-section + .section,
	.hero-content-wrapper + .section:not(.stats-section),
	.stats-section + .site-content,
	.stats-section + .section,
	.gallery-section + .site-content,
	.gallery-section + .section,
	.services-section + .section,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .site-content,
	.section:not(.team-section):not(.why-choose-us-section):not(.album-section) + .recent-blog-content-wrapper,
	.featured-content-section + .section,
	.portfolio-section + .section.services-section,
	.promotion-headline-wrapper + .section,
	.services-section.no-section-heading,
	.pricing-section.no-section-heading,
	#skill-section,
	.promotion-sale-wrapper + .section,
	.testimonial-content-section,
	.testimonial-content-section + .section,
	.no-header-media-image.no-featured-slider .site-overlay + .site-content .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .recent-blog-content-wrapper .archive-content-wrap,
	.no-header-media-image.no-featured-slider .site-overlay + .section:not(.recent-blog-content-wrapper),
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.single-blog .site-overlay + .site-content #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.single-blog .site-overlay + .site-content #secondary,
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog:not(.grid-blog-fluid) .site-overlay + .site-content #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog:not(.grid-blog-fluid) .site-overlay + .site-content #secondary,
	.blog.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog.grid-blog-fluid .site-overlay + .site-content:not(.no-section-heading) #secondary,
	.archive.no-header-media-image.no-featured-slider.two-columns-layout.grid-blog.grid-blog-fluid .site-overlay + .site-content:not(.no-section-heading) #secondary,
	.featured-video.has-background-image + .section,
	.events-section + .section,
	.portfolio-section + .section:not(.stats-section) {
		padding-top: 140px;
	}

	.hero-content-wrapper + .stats-section,
	.hero-content-wrapper + .promotion-headline-wrapper {
		margin-top: 140px;
	}

	.section,
	#footer-newsletter .widget,
	#footer-instagram .menu-social-container {
		padding-bottom: 98px;
	}

	#team-content-section.section {
		padding-bottom: 70px;
	}

	#footer-newsletter .widget,
	.reserve-content-wrapper {
		padding-top: 98px;
	}

	.why-choose-us-section.modern-style .post-thumbnail {
		margin-right: 56px;
	}

	.stats-section,
	.color-scheme-lawyer div.section.stats-section,
	.color-scheme-construction div.section.stats-section {
		padding-bottom: 49px;
		padding-top: 91px;
	}

	.services-section .section-content-wrapper.layout-one .entry-container {
		padding: 252px 135px;
	}

	.team-section .entry-container {
		padding: 56px;
	}

	#team-content-section:not(.style-2) .section-heading-wrapper {
		padding-right: 91px;
		padding-top: 56px;
	}

	.widget-title,
	.widgettitle,
	.widget .wp-block-group h2,
	.pricing-section .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.site-footer .widget-title,
	.site-footer .widgettitle,
	.site-footer .widget .wp-block-group h2,
	.album-section .post-thumbnail {
		margin-bottom: 35px;
	}

	.footer-widget-area .wrapper {
		padding-top: 35px;
	}

	.home .custom-header + .site-content {
		padding-top: 84px;
	}

	.menu-toggle-wrapper {
		padding: 14px 25px;
	}

	.promotion-headline-wrapper.content-frame .hentry .entry-container {
		padding: 56px;
	}

	.pricing-section .package-price {
	    font-size: 100px;
	    font-size: 6.25rem;
	    padding: 49px 28px 77px 28px;
	}

	.pricing-section sup {
	    font-size: 50px;
	    font-size: 3.125rem;
	}

	.pricing-section .highlight .package-price {
		padding: 77px 28px 115px 28px;
	}

	.pricing-section .hentry.highlight-off {
		margin-top: 70px;
	}

	.pricing-section .entry-content,
	.pricing-section .entry-summary {
		padding: 42px 21px 56px 21px
	}

	#logo-slider-section .static-logo .hentry,
	#logo-slider-section .static-logo.layout-two .hentry,
	#logo-slider-section .static-logo.layout-four .hentry,
	#logo-slider-section .static-logo.layout-five .hentry {
		padding: 60px 35px;
	}

	#logo-slider-section .owl-prev,
	#logo-slider-section .owl-next,
	#testimonial-content-section .owl-prev,
	#testimonial-content-section .owl-next {
		height: 50px;
	    padding: 16px;
	    width: 50px;
	}

	body .wp-playlist-item {
		padding: 28px 35px;
	}

	.chique-mejs-container.mejs-container .mejs-controls {
		padding: 21px 35px 21px 21px
	}

	.countdown #clock .countdown-number {
		font-size: 70px;
		font-size: 4.375rem;
	}

	.countdown #clock .countdown-label {
		padding-top: 28px;
	}

	#timeline-section .hentry {
		margin-bottom: 84px;
	}

	.venue .hentry-inner {
		padding: 70px;
	}

	.venue .post-thumbnail {
		margin-bottom: 56px;
	}

	#events-section .entry-container-wrap .entry-container {
	    width: 100%;
	}

	#events-section .hentry-inner {
		padding-bottom: 125px;
		padding-top: 125px;
	}

	.why-choose-us-section.classic-style.enabled-border .hentry-inner {
		padding: 56px 40px;
	}

	.color-scheme-lawyer div.section,
	.color-scheme-construction div.section,
	.color-scheme-lawyer.home div.site-content,
	.color-scheme-construction.home div.site-content {
		padding-top: 140px;
	}

	.header-style-horizontal-one .site-branding {
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.color-scheme-lawyer #feature-slider-section .hentry-inner,
	.color-scheme-lawyer.home .custom-header,
	.color-scheme-construction #feature-slider-section .hentry-inner,
	.color-scheme-construction.home .custom-header {
		padding-bottom: 255px;
		padding-top: 255px;
	}

	.color-scheme-fitness #promotion-headline {
		padding: 125px 0;
	}

	.color-scheme-fitness button,
	.color-scheme-fitness input[type="button"],
	.color-scheme-fitness input[type="reset"],
	.color-scheme-fitness input[type="submit"],
	.color-scheme-fitness .button,
	.color-scheme-fitness .posts-navigation .nav-links a,
	.color-scheme-fitness .pagination .prev.page-numbers,
	.color-scheme-fitness .pagination .next.page-numbers,
	.color-scheme-fitness .site-main #infinite-handle span button,
	.color-scheme-fitness .hero-content-wrapper .more-link,
	.color-scheme-fitness .promotion-sale-wrapper .hentry .more-link,
	.color-scheme-fitness .promotion-headline-wrapper .hentry .more-link,
	.color-scheme-fitness .recent-blog-content-wrapper .more-recent-posts .more-link,
	.color-scheme-fitness .custom-header .more-link,
	.color-scheme-fitness #feature-slider-sect ion .more-link,
	.color-scheme-fitness .view-all-button .more-link,
	.color-scheme-fitness .woocommerce div.product form.cart .button,
	.color-scheme-fitness.woocommerce #respond input#submit,
	.color-scheme-fitness .woocommerce a.button,
	.color-scheme-fitness .woocommerce button.button,
	.color-scheme-fitness .woocommerce input.button,
	.color-scheme-fitness .pricing-section .hentry .more-link,
	.color-scheme-fitness .product-container .wc-forward {
		padding: 17px 42px;
	}

	.color-scheme-fitness.home .custom-header .entry-title,
	.color-scheme-fitness .promotion-headline-wrapper .section-title {
		font-size: 70px;
		font-size: 4.375rem;
	}
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

/* Background Color */
body  {
	background-color: #fff;
}

/* Header Text Color */
.site-title a,
.site-description {
	color: #000;
}

/* Page Background Color */
#masthead,
.menu-inside-wrapper,
.navigation-default .header-overlay,
.widget input[type="search"],
.sticky-label:before,
.sticky-label:after,
.ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.ewtabbedrecentpopular .ui-tabs .ui-tabs-panel,
.ewtabbedrecentpopular .ui-state-active,
.ewtabbedrecentpopular .ui-widget-content .ui-state-active,
.ewtabbedrecentpopular .ui-widget-header .ui-state-active,
.reserve-content-wrapper .contact-description {
	background-color: #fff;
}

/* Secondary Background Color */
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,
select,
.sidebar .widget-wrap,
.author-info,
.pricing-section .hentry-inner,
.site-header input[type="search"],
.woocommerce-account .woocommerce-MyAccount-navigation a,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.hero-content-wrapper.boxed .entry-container,
.hero-content-wrapper.fluid.has-content-frame .entry-container,
#footer-instagram .widget-area .menu-social-container,
.services-section .section-content-wrapper.layout-two .hentry-inner,
.promotion-headline-wrapper.content-frame .hentry .entry-container,
.reserve-content-wrapper .reservation-form {
	background-color: #f9f9f9;
}

.menu-toggle-wrapper:after {
	color: #f9f9f9;
}

@media screen and (min-width: 64em) {
	.main-navigation ul ul,
	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul,
	.navigation-default .menu-inside-wrapper,
	.site-header-main #site-header-cart-wrapper,
	.below-site-header .site-header-cart .cart-contents,
	.site-header-cart .widget_shopping_cart {
		background-color: #f9f9f9;
	}
}

/* 96% of Secondary Background Color */
hr,
pre,
.custom-header:before,
.page-numbers,
.page-links a,
table thead,
mark,
ins,
.woocommerce-tabs .panel,
.woocommerce-tabs ul.tabs li.active a,
.custom-header {
	background-color: #f9f9f9;
}

@media screen and (min-width: 41.6875em) {
	table.shop_table .cart-subtotal th,
	table.shop_table .order-total th {
		background-color: #f9f9f9;
	}
}

/* Main Text Color */
body,
button,
input,
select,
optgroup,
textarea {
	color: #666666;
}

.hero-content-wrapper .entry-title span,
#skill-section .entry-title span,
.promotion-sale-wrapper .entry-title span,
.reserve-content-wrapper .entry-title span,
#playlist-section .entry-title span,
.promotion-headline-wrapper.content-frame .section-description,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .section-description,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .section-content-wrapper,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .entry-content,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .entry-summary,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .section-description,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .section-content-wrapper,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .entry-content,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .entry-summary {
	color: #666;
}

/* Heading Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.promotion-headline-wrapper.content-frame .section-title,
.contact-section .entry-title,
.no-header-media-image .custom-header .entry-summary,
.no-header-media-image .custom-header .entry-content,
.drop-cap:first-letter,
.sidebar .widget-title,
.sidebar .widgettitle,
.sidebar .widget .wp-block-group h2,
.contact-details li a:hover .contact-label,
.contact-details li a:focus .contact-label,
.reserve-content-wrapper .contact-description strong,
.reserve-content-wrapper .contact-description .entry-title,
.info,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .section-title,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .entry-title,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .entry-title span,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .entry-title a,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .entry-meta a,
.color-scheme-lawyer div.section:nth-child(2n-1)#hero-content.boxed .entry-meta a:before,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .section-title,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .entry-title,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .entry-title span,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .entry-title a,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .entry-meta a,
.color-scheme-construction div.section:nth-child(2n-1)#hero-content.boxed .entry-meta a:before {
	color: #000;
}

/* Link Color */
a,
.post-navigation .nav-links a:hover .nav-title,
.post-navigation .nav-links a:focus .nav-title,
.logged-in-as a:hover,
.logged-in-as a:focus {
	color: #680c7c;
}

/* Link Hover Color */
a:hover,
a:focus,
.post-navigation .nav-links .nav-title,
.logged-in-as a {
	color: #000;
}


/* Secondary Link Color */
.main-navigation a,
.dropdown-toggle,
.widget_categories ul li,
.widget_archive ul li,
.ew-archive ul li,
.ew-category ul li,
.contact-details a,
.social-navigation a,
.cart-contents,
.contact-label,
.entry-title a,
.widget a,
.author a,
.no-header-media-image .custom-header .entry-title,
.more-link,
.woocommerce-tabs .panel h2:first-of-type,
 ul.products li.product .woocommerce-loop-product__title,
.product-category.product a h2,
span.price ins,
p.price ins,
.reservation-highlight-text span,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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,
.ewtabbedrecentpopular .ui-state-active a,
.ewtabbedrecentpopular .ui-state-active a:link,
.ewtabbedrecentpopular .ui-state-active a:visited,
.author-name a,
.comment-reply-link,
#cancel-comment-reply-link:before,
table a,
.menu-toggle .menu-label,
#logo-slider-section .owl-nav button,
#testimonial-content-section .owl-nav button,
.below-site-header .site-header-cart .cart-contents,
.wp-playlist-item .wp-playlist-caption,
.site-contact li strong,
.site-contact li strong a,
.services-section.style-two .entry-meta a:hover,
.services-section.style-two .entry-meta a:focus {
	color: #000;
}

@media screen and (min-width: 64em) {
	.navigation-classic:not(.primary-subtitle-popup-disable) .main-navigation ul ul a {
		color: #000;
	}
}

.bars {
	background-color: #000;
}

/* 60% of Secondary Link Color */
.main-navigation ul ul a,
.search-submit,
.site-info a,
figcaption,
.wp-caption .wp-caption-text,
.ui-tabs-anchor,
.date-label,
.post-navigation .nav-subtitle,
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,
select,
.reserve-content-wrapper .contact-description .entry-content,
.reserve-content-wrapper .contact-description .entry-summary,
table.shop_table_responsive tr td a:hover,
table.shop_table_responsive tr td a:focus,
.product-container a.added_to_cart:hover,
.product-container a.added_to_cart:focus,
.single-product .product_meta a:hover,
.single-product .product_meta a:focus,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.variations .reset_variations:hover,
.variations .reset_variations:focus,
.woocommerce-tabs ul.tabs li a,
.woocommerce-pagination ul li a,
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected a.active ~ a:before,
.reservation-highlight-text,
.has-background-image .position,
.team-section.has-background-image .entry-content,
.team-section.has-background-image .entry-summary,
.hero-content-wrapper.has-background-image.fluid:not(.has-content-frame) .entry-content,
.hero-content-wrapper.has-background-image.fluid:not(.has-content-frame) .entry-summary,
.comment-metadata .edit-link a,
.comment-metadata .edit-link:before,
.comment-permalink,
#team-content-section .position,
.entry-meta a,
.entry-meta a:before,
p.stars:hover a:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before,
.pagination .page-numbers.current,
.page-links > span,
 table.shop_table_responsive tr td a,
.product-container a.added_to_cart,
.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations,
.star-rating span:before,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link,
.contact-details li .fa,
.catch-breadcrumb a:after,
.pagination a,
.page-links .page-links-title,
.page-links a,
.job-label,
.wp-playlist-item-artist {
	color: rgba(0,0,0,0.6);
}

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,
select:focus,
#product-content-section.has-background-image .woocommerce .product-container .button,
.site-header input[type="search"]:focus {
	border-color: rgba(0,0,0,0.6);
}

.skillbar-content,
#logo-slider-section .owl-dots button span,
#testimonial-content-section .owl-dots button span {
	  background-color: rgba(0,0,0,0.6);
}

.comment-respond input[type="date"]:focus,
.comment-respond input[type="time"]:focus,
.comment-respond input[type="datetime-local"]:focus,
.comment-respond input[type="week"]:focus,
.comment-respond input[type="month"]:focus,
.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond input[type="url"]:focus,
.comment-respond input[type="password"]:focus,
.comment-respond input[type="search"]:focus,
.comment-respond input[type="tel"]:focus,
.comment-respond input[type="number"]:focus,
.comment-respond textarea:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
	border-bottom-color: rgba(0,0,0,0.6);
}

/* Secondary Link Hover Color */
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .menu > .current-menu-item > a,
.main-navigation .menu > .current-menu-ancestor > a,
.hero-content-wrapper.has-background-image.fluid:not(.has-content-frame) .entry-title,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.search-submit:hover,
.search-submit:focus,
.more-link:hover,
.more-link:focus,
.entry-title a:hover,
.entry-title a:focus,
.widget a:hover,
.widget a:focus,
.page-numbers:hover,
.page-numbers:focus,
.woocommerce .catch-breadcrumb .woocommerce-breadcrumb a:hover,
.woocommerce .catch-breadcrumb .woocommerce-breadcrumb a:focus,
.catch-breadcrumb a:hover,
.catch-breadcrumb a:focus,
.site-title a:hover,
.site-title a:focus,
 ul.products li.product .woocommerce-loop-product__title:hover,
 ul.products li.product .woocommerce-loop-product__title:focus,
.scroll-down:hover,
.scroll-down:focus,
.team-section.has-background-image .entry-title a:hover,
.team-section.has-background-image .entry-title a:focus,
.team-section.has-background-image .hentry .more-link:hover,
.team-section.has-background-image .hentry .more-link:focus,
#product-content-section.has-background-image ul.products li.product .woocommerce-loop-product__title:hover,
#product-content-section.has-background-image ul.products li.product .woocommerce-loop-product__title:focus,
#product-content-section.has-background-image .woocommerce-Price-amount:hover,
#product-content-section.has-background-image .woocommerce-Price-amount:focus,
.stats-section .entry-title a:hover,
.stats-section .entry-title a:focus,
.stats-section .hentry .more-link:hover,
.stats-section .hentry .more-link:focus,
.site-info a:hover,
.site-info a:focus,
.contact-details a:hover,
.contact-details a:hover,
.cart-contents:hover,
.cart-contents:focus,
.social-navigation a:hover,
.social-navigation a:focus,
.entry-meta a:hover,
.entry-meta a:focus,
 .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:focus,
.woocommerce-pagination ul li span.current,
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-pagination ul li a:hover,
.portfolio-content-wrapper .entry-title a:hover,
.portfolio-content-wrapper .entry-title a:focus,
.portfolio-content-wrapper .entry-meta a:hover,
.portfolio-content-wrapper .entry-meta a:focus,
.portfolio-content-wrapper .entry-meta a:hover::before,
.portfolio-content-wrapper .entry-meta a:focus::before,
.entry-meta a:hover::before,
.entry-meta a:focus::before,
.author-name a:hover,
.author-name a:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
#cancel-comment-reply-link:hover::before,
#cancel-comment-reply-link:focus::before,
table a:hover,
table a:focus,
.comment-permalink:hover,
.comment-permalink:focus,
.menu-toggle:hover .menu-label,
.menu-toggle:focus .menu-label,
.pricing-section .entry-title a:hover,
.pricing-section .entry-title a:focus,
.product-category.product a:hover h2,
.product-category.product a:focus h2,
.product-category.product a:hover h2 mark,
.product-category.product a:focus h2 mark,
.pricing-section .entry-content ul li:before,
.pricing-section .entry-summary ul li:before,
.chique-mejs-container.mejs-container button:hover,
.chique-mejs-container.mejs-container button:focus,
#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:hover,
#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:focus,
.wp-playlist .wp-playlist-caption:hover .wp-playlist-item-title,
.wp-playlist .wp-playlist-caption:focus .wp-playlist-item-title,
.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title,
.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title:after,
.wp-playlist-playing .wp-playlist-item-length,
#sticky-playlist-section .wp-playlist .wp-playlist-playing .wp-playlist-item-length,
.events-section .entry-title a:hover,
.events-section .entry-title a:focus,
.events-section .entry-meta a:hover,
.events-section .entry-meta a:focus,
.events-section .hentry .more-link:hover,
.events-section .hentry .more-link:focus,
.site-contact li strong a:hover,
.site-contact li strong a:focus,
.services-section.style-two .entry-meta a,
.custom-header .entry-tagline,
.why-choose-us-section.has-main-image .main-image:after {
	color: #680c7c;
}

.more-link .fa,
.woocommerce-info,
.woocommerce-message,
blockquote,
.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus,
#logo-slider-section .owl-prev,
#logo-slider-section .owl-next,
#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next,
.social-contact .menu-social-container li a,
.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title:after,
.mejs-time-handle,
.mejs-time-handle-content {
	border-color: #680c7c;
}

@media screen and (min-width: 64em) {
	.navigation-default .main-navigation .menu > .current-menu-item > a,
	.navigation-default .main-navigation .menu > .current-menu-ancestor > a,
	.navigation-classic .main-navigation ul ul li a:hover,
	.navigation-classic .main-navigation ul ul li a:focus {
		color: #680c7c;
	}

	.color-scheme-construction.header-style-horizontal-one.navigation-classic .main-navigation .menu > .current-menu-item > a:before,
	.color-scheme-construction.header-style-horizontal-one.navigation-classic .main-navigation .menu > .current-menu-ancestor > a:before {
		border-color: #680c7c;
	}
}

.menu-toggle:hover .bars,
.menu-toggle:focus .bars,
.slide-progress,
#logo-slider-section .owl-dots button span:hover,
#logo-slider-section .owl-dots button span:focus,
#testimonial-content-section .owl-dots button span:hover,
#testimonial-content-section .owl-dots button span:focus,
#logo-slider-section .owl-dots button.active span,
#testimonial-content-section .owl-dots button.active span,
.stats-section,
.pricing-section .entry-header-wrap,
.social-contact .menu-social-container li a:hover,
.social-contact .menu-social-container li a:focus,
.mejs-time-handle,
.mejs-time-handle-content,
.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: #680c7c;
}

/* Button Background Color */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev,
.pagination .next,
.site-main #infinite-handle span button,
#scrollup,
.hero-content-wrapper .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.instagram-button .button,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.onsale,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
.demo_store .woocommerce-store-notice__dismiss-link,
.woocommerce span.onsale,
.woocommerce .product-container .added,
.demo_store .woocommerce-store-notice__dismiss-link:hover,
.demo_store .woocommerce-store-notice__dismiss-link:focus,
#product-content-section.has-background-image .woocommerce .product-container .button:hover,
#product-content-section.has-background-image .woocommerce .product-container .button:focus,
.cycle-prev:hover,
.cycle-prev:focus,
.cycle-next:hover,
.cycle-next:focus,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton:hover,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton:focus,
.team-social-profile .menu-social-container a:hover,
.team-social-profile .menu-social-container a:focus,
.widget-area .menu-social-container a:hover,
.widget-area .menu-social-container a:focus,
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.sticky-label,
.custom-header .more-link,
#feature-slider-section .more-link,
.pricing-section .hentry .more-link,
.promotion-headline-wrapper .hentry .more-link,
.promotion-sale-wrapper .hentry .more-link,
#logo-slider-section .owl-prev:hover,
#logo-slider-section .owl-prev:focus,
#logo-slider-section .owl-next:hover,
#logo-slider-section .owl-next:focus,
#testimonial-content-section .owl-prev:hover,
#testimonial-content-section .owl-prev:focus,
#testimonial-content-section .owl-next:hover,
#testimonial-content-section .owl-next:focus,
.below-site-header .site-header-cart .cart-contents .count,
.skillbar-bar,
#sticky-playlist-section .playlist-hide,
#gallery-content-section .gallery-icon a:after,
#gallery-content-section .tiled-gallery-item a:after,
.site-contact li.contact-button a:hover,
.site-contact li.contact-button a:focus {
	background-color: #680c7c;
}

#logo-slider-section .owl-prev:hover,
#logo-slider-section .owl-prev:focus,
#logo-slider-section .owl-next:hover,
#logo-slider-section .owl-next:focus,
#testimonial-content-section .owl-prev:hover,
#testimonial-content-section .owl-prev:focus,
#testimonial-content-section .owl-next:hover,
#testimonial-content-section .owl-next:focus,
.site-contact li.contact-button a {
	border-color: #680c7c;
}

.sticky-label:after {
	border-left-color: #680c7c;
}

#testimonial-content-section .entry-meta,
.section-tagline,
.site-contact li:before,
.site-contact li.contact-button a {
	color: #680c7c;
}

/* Button Text Color */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev,
.pagination .next,
.site-main #infinite-handle span button,
#scrollup,
.hero-content-wrapper .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.instagram-button .button,
.view-all-button .more-link,
.wp-custom-header-video-button,
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current,
.onsale,
#product-content-section.has-background-image .woocommerce .product-container .button:hover,
#product-content-section.has-background-image .woocommerce .product-container .button:focus,
.cycle-prev:hover,
.cycle-prev:focus,
.cycle-next:hover,
.cycle-next:focus,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton,
.pricing-section .hentry .more-link,
.team-social-profile .menu-social-container a:hover,
.team-social-profile .menu-social-container a:focus,
.widget-area .menu-social-container a:hover,
.widget-area .menu-social-container a:focus,
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.sticky-label,
.custom-header .more-link,
#feature-slider-section .more-link,
.promotion-headline-wrapper .hentry .more-link,
.promotion-sale-wrapper .hentry .more-link,
#logo-slider-section .owl-prev:hover,
#logo-slider-section .owl-prev:focus,
#logo-slider-section .owl-next:hover,
#logo-slider-section .owl-next:focus,
#testimonial-content-section .owl-prev:hover,
#testimonial-content-section .owl-prev:focus,
#testimonial-content-section .owl-next:hover,
#testimonial-content-section .owl-next:focus,
.below-site-header .site-header-cart .cart-contents .count,
#sticky-playlist-section .playlist-hide,
#gallery-content-section .gallery-icon a:after,
#gallery-content-section .tiled-gallery-item a:after,
.site-contact li.contact-button a:hover,
.site-contact li.contact-button a:focus {
	color: #fff;
}


/* Button Hover Background Color */
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.custom-header .more-link:hover,
.custom-header .more-link:focus,
#feature-slider-section .more-link:hover,
#feature-slider-section .more-link:focus,
.promotion-headline-wrapper .hentry .more-link:hover,
.promotion-headline-wrapper .hentry .more-link:focus,
.promotion-sale-wrapper .hentry .more-link:hover,
.promotion-sale-wrapper .hentry .more-link:focus,
#scrollup:hover,
#scrollup:focus,
.hero-content-wrapper .more-link:hover,
.hero-content-wrapper .more-link:focus,
.recent-blog-content-wrapper .more-recent-posts .more-link:hover,
.recent-blog-content-wrapper .more-recent-posts .more-link:focus,
.footer-instagram .instagram-button .button:hover,
.footer-instagram .instagram-button .button:focus,
.pagination .nav-links > a:hover,
.pagination .nav-links > a:focus,
.page-links a:hover,
.page-links a:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
.contact-details li a:hover .fa,
.contact-details li a:focus .fa,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton:hover,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton:focus,
.pricing-section .hentry .more-link:hover,
.pricing-section .hentry .more-link:focus,
.team-social-profile .menu-social-container a,
.widget-area .menu-social-container a {
	background-color: #222;
}

blockquote,
.widget .tagcloud a {
	color: #222;
}

.widget .tagcloud a {
	background-color: rgba(34,34,34,0.05);
}

/* Button Hover Text Color */
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.prev.page-numbers:hover,
.prev.page-numbers:focus,
.next.page-numbers:hover,
.next.page-numbers:focus,
.hero-content-wrapper .more-link:hover,
.hero-content-wrapper .more-link:focus,
.recent-blog-content-wrapper .more-recent-posts .more-link:hover,
.recent-blog-content-wrapper .more-recent-posts .more-link:focus,
.pagination .nav-links > a:hover,
.pagination .nav-links > a:focus,
.page-links a:hover,
.page-links a:focus,
#scrollup:hover,
#scrollup:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.contact-details li a:hover .fa,
.contact-details li a:focus .fa,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.cycle-prev,
.cycle-next,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton,
.pricing-section .hentry .more-link:hover,
.pricing-section .hentry .more-link:focus,
.team-social-profile .menu-social-container a,
.widget-area .menu-social-container a,
.custom-header .more-link:hover,
.custom-header .more-link:focus,
#feature-slider-section .more-link:hover,
#feature-slider-section .more-link:focus,
.promotion-headline-wrapper .hentry .more-link:hover,
.promotion-headline-wrapper .hentry .more-link:focus,
.promotion-sale-wrapper .hentry .more-link:hover,
.promotion-sale-wrapper .hentry .more-link:focus,
.social-contact .menu-social-container li a:hover,
.social-contact .menu-social-container li a:focus {
	color: #fff;
}

/* Border Color */
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,
select,
.tag-cloud-link,
.two-columns-layout .singular-content-wrap,
table,
th,
td,
fieldset,
abbr,
acronym,
.is-open .social-navigation-wrapper,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.site-content + .recent-blog-content-wrapper,
.site-content,
.pagination .nav-links > span,
.pagination .nav-links > a,
.page-links a,
.page-links > span,
#footer-instagram,
.single-product .product_meta,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce nav.woocommerce-pagination ul,
.post-navigation .nav-links,
.is-open .menu-inside-wrapper,
.comment-respond,
.single-blog .archive-content-wrap .hentry-inner,
.why-choose-us-section.modern-style .hentry,
.team-section .entry-container,
.ewtabbedrecentpopular .ui-tabs .ui-tabs-panel,
.ewtabbedrecentpopular .ui-state-active,
.ewtabbedrecentpopular .ui-widget-content .ui-state-active,
.ewtabbedrecentpopular .ui-widget-header .ui-state-active,
.essential-widgets .hentry,
.contact-section .entry-header:after,
.reserve-content-wrapper .contact-description:before,
#logo-slider-section .static-logo.layout-two .hentry,
#logo-slider-section .static-logo.layout-four .hentry,
#logo-slider-section .static-logo.layout-three .hentry,
#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n),
#logo-slider-section .static-logo.layout-five .hentry,
#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n),
.site-header-cart .cart-contents,
.no-header-media-image.no-featured-slider.grid-blog .site-overlay + .recent-blog-content-wrapper,
.wp-playlist-item,
.countdown #clock .count-wrap,
.venue .hentry-inner,
.why-choose-us-section.classic-style.enabled-border .hentry-inner,
.header-style-horizontal-one .site-header-main .site-header-right:before,
.color-scheme-lawyer div.section + .site-content,
.color-scheme-construction div.section + .site-content,
.color-scheme-fitness #team-content-section.style-2 .entry-container {
	border-color: #ebebeb;
}

@media screen and (min-width: 35.5em) {
	.featured-content-section.style-one .layout-two .entry-container,
	.featured-content-section.style-one .layout-four .entry-container,
	.featured-content-section.style-one .layout-four .hentry:nth-child(2n) .entry-container {
		border-color: #ebebeb;
	}
}

@media screen and (min-width: 41.6875em) {
	.featured-content-section.style-one .layout-three .entry-container {
		border-color: #ebebeb;
	}
}

.comment-respond input[type="date"],
.comment-respond input[type="time"],
.comment-respond input[type="datetime-local"],
.comment-respond input[type="week"],
.comment-respond input[type="month"],
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="password"],
.comment-respond input[type="search"],
.comment-respond input[type="tel"],
.comment-respond input[type="number"],
.comment-respond textarea,
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="week"],
.wpcf7 input[type="month"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
	border-bottom-color: #ebebeb;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.demo_store,
p.no-comments,
ul.wc_payment_methods .payment_box,
.widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-tabs .panel input[type="text"],
.woocommerce-tabs .panel input[type="email"],
.woocommerce-tabs .panel textarea {
	background-color: #ebebeb;
}

/* Tertiary Background Color */
.blog.grid-blog .archive-content-wrap .hentry .entry-container,
.archive.grid-blog .archive-content-wrap .hentry .entry-container,
.grid-blog .recent-blog-content-wrapper .archive-content-wrap .hentry .entry-container,
.grid-blog .sticky-label:before,
.grid-blog .sticky-label:after,
#timeline-section .hentry:before,
#timeline-section .section-content-wrapper:before {
	background-color: #f2f5f6;
}

.navigation-classic.primary-subtitle-popup-disable .main-navigation ul ul,
.navigation-default .main-navigation ul ul {
	background-color: transparent;
}

/* Text Color With Background */
.archive .custom-header,
.search .custom-header,
.error404 .custom-header,
.woocommerce .product-container .added,
.woocommerce .product-container .button.added,
.demo_store .woocommerce-store-notice__dismiss-link,
.demo_store .woocommerce-store-notice__dismiss-link:hover,
.demo_store .woocommerce-store-notice__dismiss-link:focus,
.gallery-section figcaption,
.scroll-down,
.has-background-image .section-title,
.has-background-image .section-description,
.has-background-image .entry-title,
.has-background-image .entry-title a,
.has-background-image .entry-content,
.has-background-image .entry-summary,
.has-background-image .more-link,
.has-background-image .before-text,
.has-background-image .after-text,
.promotion-headline-wrapper.has-background-image:not(.content-frame) .section-title,
.promotion-headline-wrapper.has-background-image:not(.content-frame) .section-description,
.promotion-headline-wrapper.has-background-image:not(.content-frame) .entry-content,
.promotion-headline-wrapper.has-background-image:not(.content-frame) .entry-summary,
.widget.has-background-image .widget-title,
.team-section.has-background-image .entry-title a,
.team-section.has-background-image .hentry .more-link,
#product-content-section.has-background-image ul.products li.product .woocommerce-loop-product__title,
#product-content-section.has-background-image .woocommerce-Price-amount,
#product-content-section.has-background-image .woocommerce .product-container .button,
.hero-content-wrapper.has-background-image.fluid:not(.has-content-frame) .entry-title span,
.stats-section .entry-title a,
.stats-section .hentry .more-link,
.stats-section .section-title,
.stats-section .section-description,
.stats-section .entry-content,
.stats-section .entry-summary,
.pricing-section .entry-title,
.pricing-section .entry-title a,
.pricing-section .package-price,
.pricing-section .package-month,
.portfolio-content-wrapper .entry-title,
.portfolio-content-wrapper .entry-title a,
.portfolio-content-wrapper .entry-meta a,
.portfolio-content-wrapper .entry-meta a:before,
.catch-breadcrumb,
.catch-breadcrumb a,
.events-section .entry-title a,
.events-section .entry-meta a,
.events-section .hentry .more-link,
.events-section .entry-content,
.events-section .entry-summary,
#events-section .sep {
	color: #fff;
}

.stats-section .more-link .fa,
.wp-custom-header-video-button {
	border-color: #fff;
}

/* Slider/Header Media Color */
#feature-slider-section .owl-dot,
#feature-slider-section .owl-prev,
#feature-slider-section .owl-next,
#feature-slider-section .entry-title a,
#feature-slider-section .entry-title,
.custom-header .entry-title {
	color: #fff;
}

/* Slider/Header Media Hover Color */
#feature-slider-section .owl-dot:hover,
#feature-slider-section .owl-dot:focus,
#feature-slider-section .owl-prev:hover,
#feature-slider-section .owl-prev:focus,
#feature-slider-section .owl-next:hover,
#feature-slider-section .owl-next:focus,
#feature-slider-section .entry-title a:hover,
#feature-slider-section .entry-title a:focus {
	color: #680c7c;
}

/* Slider/Header Media Content Color */
#feature-slider-section .entry-content,
#feature-slider-section .entry-summary,
.custom-header .entry-content,
.custom-header .entry-summary {
	color: #fff;
}

.widget.has-background-image .widget-wrap {
	background-color: transparent;
}

.widget.widget_catch_web_tools_social_icons a {
	font-family: Genericons;
}

/* Grandient Background Color */
.testimonial-content-section,
.logo-slider-section,
#footer-newsletter,
ul.products li.product {
    background-image: linear-gradient(to bottom, #dbfbf8, #f3f9e4);
}

/* Playlist Dark */
body .wp-playlist.wp-playlist-dark,
#sticky-playlist-section .wp-playlist-dark .wp-playlist-tracks {
	background-color: #000;
}

#sticky-playlist-section .wp-playlist-dark,
.wp-playlist-dark .mejs-container,
.wp-playlist-dark .wp-playlist-current-item,
.wp-playlist-dark .mejs-container .mejs-controls,
body .wp-playlist-dark .wp-playlist-item:hover,
body .wp-playlist-dark .wp-playlist-item:focus {
	background-color: #222;
}

body .wp-playlist.wp-playlist-dark .wp-playlist-playing,
body .wp-playlist.wp-playlist-dark .wp-playlist-playing .wp-playlist-caption,
body .wp-playlist-dark .wp-playlist-item:hover .wp-playlist-caption,
body .wp-playlist-dark .wp-playlist-item:focus .wp-playlist-caption,
body .wp-playlist-dark .wp-playlist-item:hover .wp-playlist-item-artist,
body .wp-playlist-dark .wp-playlist-item:focus .wp-playlist-item-artist,
body .wp-playlist-dark .wp-playlist-item:hover,
body .wp-playlist-dark .wp-playlist-item:focus {
	color: #fff;
}

.wp-playlist-dark .chique-mejs-container.mejs-container .mejs-controls .mejs-time {
	color: #fff;
}

body .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-meta {
	color: #fff;
}

/* Player */
#sticky-playlist-section,
.chique-mejs-container.mejs-container,
#sticky-playlist-section .wp-playlist,
#sticky-playlist-section .wp-playlist-tracks {
	background-color: #222;
}

#sticky-playlist-section .wp-playlist,
#sticky-playlist-section .wp-playlist .wp-playlist-caption,
#sticky-playlist-section .wp-playlist .wp-playlist-playing {
	color: #fff;
}

#sticky-playlist-section .wp-playlist-item-length,
#sticky-playlist-section .wp-playlist-item-artist {
	color: #999;
}

#sticky-playlist-section .wp-playlist-item {
	border-color: #2f2f2f;
}

#sticky-playlist-section .wp-playlist-current-item .wp-playlist-item-meta {
	color: #fff;
}

.chique-mejs-container.mejs-container button,
#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button {
	color: #fff;
}

#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:hover,
#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:focus {
	color: #680c7c;
}

.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float,
.chique-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.chique-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background-color: #929397;
}

body .mejs-time,
.chique-mejs-container.mejs-container .mejs-controls .mejs-time {
	color: #888;
}

/* Added */
/* Alternate Background Color */
.color-scheme-lawyer div.section:nth-child(2n-1),
.color-scheme-construction div.section:nth-child(2n-1),
.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section,
.color-scheme-lawyer div.section:nth-child(2n-1)#stats-section,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section,
.color-scheme-lawyer .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section,
.color-scheme-construction div.section:nth-child(2n-1)#stats-section,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section,
.color-scheme-construction .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.color-scheme-fitness .stats-section,
.color-scheme-fitness .pricing-section .entry-header-wrap,
.color-scheme-fitness #testimonial-content-section,
.color-scheme-fitness #logo-slider-section {
	background-color: #323a43;
}

.header-style-horizontal-one #site-primary-header-menu,
.header-style-horizontal-one .menu-inside-wrapper {
	background-color: #323a43;
}

@media screen and (min-width: 64em) {
	.header-style-horizontal-one.navigation-classic .main-navigation ul ul {
		background-color: #323a43;
	}
}

/* Alternate Text Color */
.color-scheme-lawyer div.section:nth-child(2n-1) .section-title,
.color-scheme-lawyer div.section:nth-child(2n-1) .section-description,
.color-scheme-lawyer div.section:nth-child(2n-1) .section-content-wrapper,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-content,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-summary,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-title,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-title span,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-title a,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-meta a,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-meta a:before,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-content .more-link,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-summary .more-link,
.color-scheme-lawyer div.section:nth-child(2n-1) .contact-label,
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="text"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="email"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="url"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="password"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="search"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="number"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="tel"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="range"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="date"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="month"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="week"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="time"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="datetime"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="datetime-local"],
.color-scheme-lawyer div.section:nth-child(2n-1) input[type="color"],
.color-scheme-lawyer div.section:nth-child(2n-1) textarea,
.color-scheme-lawyer div.section:nth-child(2n-1) select,
.color-scheme-lawyer div.section:nth-child(2n-1) .contact-details a,
.color-scheme-lawyer div.section:nth-child(2n-1) .contact-details li .contact-wrap span + span,
.color-scheme-lawyer div.section:nth-child(2n-1) .social-contact .menu-social-container li a,
.color-scheme-lawyer div.section:nth-child(2n-1) .contact-details li .fa,
.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section .owl-nav button,
.color-scheme-lawyer div.section:nth-child(2n-1).skill-section .skillbar-title,
.color-scheme-construction div.section:nth-child(2n-1) .section-title,
.color-scheme-construction div.section:nth-child(2n-1) .section-description,
.color-scheme-construction div.section:nth-child(2n-1) .section-content-wrapper,
.color-scheme-construction div.section:nth-child(2n-1) .entry-content,
.color-scheme-construction div.section:nth-child(2n-1) .entry-summary,
.color-scheme-construction div.section:nth-child(2n-1) .entry-title,
.color-scheme-construction div.section:nth-child(2n-1) .entry-title span,
.color-scheme-construction div.section:nth-child(2n-1) .entry-title a,
.color-scheme-construction div.section:nth-child(2n-1) .entry-meta a,
.color-scheme-construction div.section:nth-child(2n-1) .entry-meta a:before,
.color-scheme-construction div.section:nth-child(2n-1) .entry-content .more-link,
.color-scheme-construction div.section:nth-child(2n-1) .entry-summary .more-link,
.color-scheme-construction div.section:nth-child(2n-1) .contact-label,
.color-scheme-construction div.section:nth-child(2n-1) input[type="text"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="email"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="url"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="password"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="search"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="number"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="tel"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="range"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="date"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="month"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="week"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="time"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="datetime"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="datetime-local"],
.color-scheme-construction div.section:nth-child(2n-1) input[type="color"],
.color-scheme-construction div.section:nth-child(2n-1) textarea,
.color-scheme-construction div.section:nth-child(2n-1) select,
.color-scheme-construction div.section:nth-child(2n-1) .contact-details a,
.color-scheme-construction div.section:nth-child(2n-1) .contact-details li .contact-wrap span + span,
.color-scheme-construction div.section:nth-child(2n-1) .social-contact .menu-social-container li a,
.color-scheme-construction div.section:nth-child(2n-1) .contact-details li .fa,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section .owl-nav button,
.color-scheme-construction div.section:nth-child(2n-1).skill-section .skillbar-title,
.color-scheme-lawyer .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.color-scheme-construction .site-footer .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close,
.color-scheme-fitness .stats-section .entry-title a,
.color-scheme-fitness #testimonial-content-section .section-title,
.color-scheme-fitness #testimonial-content-section .section-description,
.color-scheme-fitness #testimonial-content-section .entry-content,
.color-scheme-fitness #testimonial-content-section .entry-summary,
.color-scheme-fitness #testimonial-content-section .entry-title,
.color-scheme-fitness #testimonial-content-section .entry-title a,
.color-scheme-fitness #testimonial-content-section .owl-nav button,
.color-scheme-fitness #testimonial-content-section .section-content-wrapper:before,
.color-scheme-fitness #logo-slider-section .section-title,
.color-scheme-fitness #logo-slider-section .section-description,
.color-scheme-fitness #logo-slider-section .entry-title,
.color-scheme-fitness #logo-slider-section .entry-title a,
.color-scheme-fitness #logo-slider-section .entry-content,
.color-scheme-fitness #logo-slider-section .entry-summary,
.color-scheme-fitness #logo-slider-section .more-link {
	color: #fff;
}

/* Alternate Hover Color */
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-title a:hover,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-title a:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-content .more-link:hover,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-content .more-link:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-summary .more-link:hover,
.color-scheme-lawyer div.section:nth-child(2n-1) .entry-summary .more-link:focus,
.color-scheme-lawyer div.section:nth-child(2n-1) .contact-details a:hover,
.color-scheme-lawyer div.section:nth-child(2n-1) .contact-details a:focus,
.color-scheme-construction div.section:nth-child(2n-1) .entry-title a:hover,
.color-scheme-construction div.section:nth-child(2n-1) .entry-title a:focus,
.color-scheme-construction div.section:nth-child(2n-1) .entry-content .more-link:hover,
.color-scheme-construction div.section:nth-child(2n-1) .entry-content .more-link:focus,
.color-scheme-construction div.section:nth-child(2n-1) .entry-summary .more-link:hover,
.color-scheme-construction div.section:nth-child(2n-1) .entry-summary .more-link:focus,
.color-scheme-construction div.section:nth-child(2n-1) .contact-details a:hover,
.color-scheme-construction div.section:nth-child(2n-1) .contact-details a:focus,
.color-scheme-fitness .stats-section .entry-title a:hover,
.color-scheme-fitness .stats-section .entry-title a:focus,
.color-scheme-fitness #testimonial-content-section .entry-title a:hover,
.color-scheme-fitness #testimonial-content-section .entry-title a:focus,
.color-scheme-fitness #logo-slider-section .entry-title a:hover,
.color-scheme-fitness #logo-slider-section .entry-title a:focus,
.color-scheme-fitness #logo-slider-section .more-link:hover,
.color-scheme-fitness #logo-slider-section .more-link:focus {
	color: #680c7c;
}

/* Alternate Border Color */
.header-style-horizontal-one .is-open .menu-inside-wrapper,
.header-style-horizontal-one .site-primary-header-menu .site-header-right:before,
.color-scheme-lawyer div.section:nth-child(2n-1).why-choose-us-section.modern-style .hentry,
.color-scheme-construction div.section:nth-child(2n-1).why-choose-us-section.modern-style .hentry,
.color-scheme-lawyer div.section:nth-child(2n-1).why-choose-us-section.classic-style.enabled-border .hentry-inner,
.color-scheme-construction div.section:nth-child(2n-1).why-choose-us-section.classic-style.enabled-border .hentry-inner,
.color-scheme-lawyer div.section:nth-child(2n-1).team-section .entry-container,
.color-scheme-construction div.section:nth-child(2n-1).team-section .entry-container,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-two .hentry,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-two .hentry,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-four .hentry,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-four .hentry,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-three .hentry,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-three .hentry,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n),
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-four .hentry:nth-child(2n),
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-five .hentry,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-five .hentry,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n),
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .static-logo.layout-five .hentry:nth-child(2n),
.color-scheme-lawyer div.section:nth-child(2n-1).contact-section .entry-header:after,
.color-scheme-construction div.section:nth-child(2n-1).contact-section .entry-header:after,
.color-scheme-lawyer div.section:nth-child(2n-1) .social-contact .menu-social-container li a,
.color-scheme-construction div.section:nth-child(2n-1) .social-contact .menu-social-container li a,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .owl-prev,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .owl-prev,
.color-scheme-lawyer div.section:nth-child(2n-1)#logo-slider-section .owl-next,
.color-scheme-construction div.section:nth-child(2n-1)#logo-slider-section .owl-next,
.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section .owl-prev,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section .owl-prev,
.color-scheme-lawyer div.section:nth-child(2n-1)#testimonial-content-section .owl-next,
.color-scheme-construction div.section:nth-child(2n-1)#testimonial-content-section .owl-next,
.color-scheme-lawyer div.section:nth-child(2n-1)#venue-section .hentry-inner,
.color-scheme-construction div.section:nth-child(2n-1)#venue-section .hentry-inner,
.color-scheme-fitness #testimonial-content-section .owl-nav button,
.color-scheme-fitness #logo-slider-section .static-logo.layout-two .hentry,
.color-scheme-fitness #logo-slider-section .static-logo.layout-four .hentry,
.color-scheme-fitness #logo-slider-section .static-logo.layout-three .hentry,
.color-scheme-fitness #logo-slider-section .static-logo.layout-four .hentry:nth-child(2n),
.color-scheme-fitness #logo-slider-section .static-logo.layout-five .hentry,
.color-scheme-fitness #logo-slider-section .static-logo.layout-five .hentry:nth-child(2n) {
	border-color: #525861;
}

.color-scheme-lawyer div.section:nth-child(2n-1)#timeline-section .hentry:before,
.color-scheme-construction div.section:nth-child(2n-1)#timeline-section .hentry:before,
.color-scheme-lawyer div.section:nth-child(2n-1)#timeline-section .section-content-wrapper:before,
.color-scheme-construction div.section:nth-child(2n-1)#timeline-section .section-content-wrapper:before {
	background-color: #525861;
}

.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="date"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="date"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="time"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="time"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="datetime-local"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="datetime-local"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="week"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="week"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="month"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="month"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="text"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="text"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="email"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="email"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="url"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="url"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="password"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="password"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="search"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="search"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="tel"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="tel"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 input[type="number"],
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 input[type="number"],
.color-scheme-lawyer div.section:nth-child(2n-1) .wpcf7 textarea,
.color-scheme-construction div.section:nth-child(2n-1) .wpcf7 textarea {
	border-bottom-color: #525861;
}

@media screen and (min-width: 35.5em) {
	.color-scheme-lawyer div.section:nth-child(2n-1).featured-content-section.style-one .layout-two .entry-container,
	.color-scheme-construction div.section:nth-child(2n-1).featured-content-section.style-one .layout-two .entry-container,
	.color-scheme-lawyer div.section:nth-child(2n-1).featured-content-section.style-one .layout-four .entry-container,
	.color-scheme-construction div.section:nth-child(2n-1).featured-content-section.style-one .layout-four .entry-container,
	.color-scheme-lawyer div.section:nth-child(2n-1).featured-content-section.style-one .layout-four .hentry:nth-child(2n) .entry-container,
	.color-scheme-construction div.section:nth-child(2n-1).featured-content-section.style-one .layout-four .hentry:nth-child(2n) .entry-container {
		border-color: #525861;
	}
}

@media screen and (min-width: 41.6875em) {
	.color-scheme-lawyer div.section:nth-child(2n-1).featured-content-section.style-one .layout-three .entry-container,
	.color-scheme-construction div.section:nth-child(2n-1).featured-content-section.style-one .layout-three .entry-container {
		border-color: #525861;
	}
}

/* Horizontal Navigation Color */
.header-style-horizontal-one .main-navigation a,
.header-style-horizontal-one .main-navigation ul ul a,
.header-style-horizontal-one .dropdown-toggle,
.header-style-horizontal-one .site-header .social-navigation a,
.header-style-horizontal-one #primary-search-wrapper .search-toggle,
.header-style-horizontal-one #site-primary-header-menu .site-header-cart .cart-contents,
.header-style-horizontal-one .menu-toggle .menu-label,
.header-style-horizontal-one .site-header-menu .site-contact span,
.header-style-horizontal-one .site-header-menu .site-contact li strong,
.header-style-horizontal-one .site-header-menu .site-contact li strong a {
	color: #fff;
}

@media screen and (min-width: 64em) {
	.header-style-horizontal-one.navigation-classic .main-navigation ul ul a {
		color: #fff;
	}
}

.header-style-horizontal-one .menu-toggle .bars {
	background-color: #fff;
}

/* Horizontal Navigation Hover Color */
.header-style-horizontal-one .main-navigation a:hover,
.header-style-horizontal-one .main-navigation a:focus,
.header-style-horizontal-one .dropdown-toggle:hover,
.header-style-horizontal-one .dropdown-toggle:focus,
.header-style-horizontal-one .site-header .social-navigation a:hover,
.header-style-horizontal-one .site-header .social-navigation a:focus,
.header-style-horizontal-one #primary-search-wrapper .search-toggle:hover,
.header-style-horizontal-one #primary-search-wrapper .search-toggle:focus,
.header-style-horizontal-one .menu-toggle:hover .menu-label,
.header-style-horizontal-one .menu-toggle:focus .menu-label,
.header-style-horizontal-one #site-primary-header-menu .site-header-cart .cart-contents:hover,
.header-style-horizontal-one #site-primary-header-menu .site-header-cart .cart-contents:focus,
.header-style-horizontal-one.navigation-default #primary-menu-wrapper .menu-inside-wrapper .menu-close:hover:before,
.header-style-horizontal-one .site-header-menu .site-contact li strong a:hover,
.header-style-horizontal-one .site-header-menu .site-contact li strong a:focus {
	color: #680c7c;
}

.header-style-horizontal-one .menu-toggle:hover .bars,
.header-style-horizontal-one .menu-toggle:focus .bars {
	background-color: #680c7c;
}

/* Footer Background Color */
.site-footer {
	background-color: #f2f5f6;
}

 /* Footer Title Color */
 .site-footer .widget-title,
 .site-footer .widget .wp-block-group h2 {
 	color: #111;
 }

/* Footer Text Color */
.site-footer {
	color: #666;
}

/* Footer Link Color */
.site-footer a,
.site-footer .entry-title a,
.site-footer .social-navigation a,
.site-footer .site-info a,
.site-footer .widget a {
	color: #111;
}


/* Footer Hover Color */
.site-footer a:hover,
.site-footer a:focus,
.site-footer .entry-title a:hover,
.site-footer .entry-title a:focus,
.site-footer .social-navigation a:hover,
.site-footer .social-navigation a:focus,
.site-footer .site-info a:hover,
.site-footer .site-info a:focus,
.site-footer .widget a:hover,
.site-footer .widget a:focus {
	color: #680c7c;
}

/* Absolute Header Text Color For Fitness */
.header-style-horizontal-one.header-style-horizontal-two .site-title a,
.header-style-horizontal-one.header-style-horizontal-two .site-description {
	color: #fff;
}

/* Absolute Header Text Hover Color For Fitness */
.header-style-horizontal-one.header-style-horizontal-two .site-title a:hover,
.header-style-horizontal-one.header-style-horizontal-two .site-title a:focus {
	color: #680c7c;
}
