/*
Theme Name: Photo Journal
Theme URI: https://catchthemes.com/themes/photo-journal/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Photo Journal is a free dark photography WordPress theme that’s been crafted with simplicity and creativity in mind. The theme focuses on providing the best for creative personas like photographers, photo bloggers, graphic designers, and other creative freelancers who want a touch of both class and minimalism. Dozens of specific, customizable portfolio and gallery settings will ensure your images and high resolution photography truly pop in a memorable and auspicious way. The dark concept in the theme adds extra charm to your photography exposure. Features like Featured Content, Featured Slider, Hero Content, Portfolio, Testimonials, Services, and more have been added in Photo Journal. Supple HTML5 coding underpins a media-savvy theme that can handle high resolution photography and embedded video with utter ease and dexterity. Photo Journal is the ultimate theme if you want simplicity, customizability and image-centered design with a touch of boldness in it. For any technical issue, please post in our support forum at https://catchthemes.com/support/. For more information, check out Theme Instructions at https://catchthemes.com/themes/photo-journal/#theme-instructions and Demo at https://catchthemes.com/demo/photo-journal/
Version: 1.5
Requires at least: 5.6
Tested up to: 6.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: photo-journal
Tags: one-column, two-columns, right-sidebar, grid-layout, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets,  microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, theme-options, translation-ready, blog, photography, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Padding/Margin
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Post Navigation
 *   6.4 - Scroll Up
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 * 	  11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Comments
 *    11.4 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 *    12.3 - Icons
 * 13.0 - Modules
 *    13.1 - Slider
 *    13.2 - Featured Content
 *    13.3 - Hero Content
 *    13.5 - Promotional Headline
 *    13.6 - Others
 *    13.7 - Team Section
 *	  13.8 - Gallery Section
 *	  13.9 - Events Section
 *	  13.10 - Featured Video Section
 * 	  13.12 - Countdown
 *	  13.14 - Events Schedule
 *    13.15 - Testimonials & Logo
 *    13.16 - Timeline
 *	  13.17 - Transition
 * 	  13.18 - Stats
 * 	  13.19 - Contact Info
 * 	  13.20 - Pricing
 * 	  13.21 - Promotional Contact
 * 	  13.22 - Promotion Video
 * 	  13.23 - Playlist Section
 * 	  13.24 - Audio Player
 * 	  13.25 - Sticky Playlist
 * 	  13.26 - Woocommerce
 * 	  13.27 - App Section
 * 	  13.28 - Highlight Section
 * 	  13.29 - Category Section
 * 	  13.30 - Add Section
 * 14.0 - Media Queries
 *	  14.1 - >= 568px
 *    14.2 - >= 667px
 *    14.3 - >= 1024px
 *    14.4 - >= 1366px
 *    14.5 - >= 1600px
 * 15.0 - Colors
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


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;
}

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

b,
strong {
	font-weight: 700;
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #eee;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Typography
 */


body,
button,
input,
select,
textarea {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.59;
}

body.color-scheme-photography {
	font-weight: 400;
}

#feature-slider-section .entry-title,
.header-media .entry-title {
	font-family: 'Great Vibes', cursive;
}

.drop-cap:first-letter {
	font-size: 108px;
	font-size: 6.75rem;
}

.page-title,
.section-title,
#footer-instagram .widget-title,
#hero-section .entry-title,
#promotion-section .entry-title,
.promotion-contact .entry-title,
.playlist-content-wrapper .entry-title,
.app-section .entry-title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3125;
}

#feature-slider-section .entry-title,
.header-media .entry-title {
	font-size: 52px;
	font-size: 3.25rem;
	font-weight: 300;
	line-height: 1.2222222222222222;
	position: relative;
}

.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.458333333333333;
}

.color-scheme-default .custom-header-content .site-header-text {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.4em;
}

.header-media .more-link .more-button {
	text-transform: capitalize;
}

.site-description,
.author-description .author-title,
.post-navigation .nav-title,
.sidebar,
.site-footer  {
	font-size: 18px;
	font-size: 1.125rem;
}

.more-link,
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.more-button,
.comment-reply-title small a,
.view-icon,
.widget .hentry .entry-title {
	font-size: 16px;
	font-size: 1rem;
}

.sticky-post,
.widget .widget-title,
.widget .wp-block-group h2 {
	font-size: 14px;
	font-size: 0.875rem;
}

.site-info {
	font-size: 12px;
	font-size: 0.75rem;
}

.catch-breadcrumb.breadcrumb-area {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
	padding: 21px 30px 0 30px;
}

.catch-breadcrumb.breadcrumb-area .entry-breadcrumbs,
.catch-breadcrumb.breadcrumb-area .section-wrapper {
	max-width: 1510px;
	margin: 0 auto;
}

.post-navigation .nav-subtitle,
.events-content-wrapper .entry-title {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615384615;
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.272727272727273em;
}

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

blockquote:before {
    content: "\201C";
    display: block;
    font-family: Georgia;
    font-size: 56px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 3px;
}

blockquote {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.458333333333333;
	margin: 0 0 1.166666666666667em;
	padding: 0 0 0 2.041666666666667em;
	position: relative;
}

blockquote p {
	margin-bottom: 1.167em;
}

blockquote cite,
blockquote small {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
}

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

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: normal;
	margin: 0 0 1.750em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	font-style: normal;
}

pre {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.647058823529412;
	margin: 0 0 1.647058823529412em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

mark,
ins,
code {
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 3.0 - Elements
 */


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

hr {
	border: 0;
	height: 1px;
	margin: 0 0 1.750em;
}

ul,
ol {
	margin: 0 0 1.750em 1.3125em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin: 0 0 1.750em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.3125em 1.750em;
}

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

del {
	opacity: 0.8;
}

tbody tr {
	border-bottom: 1px solid;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.750em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption {
	font-weight: 500;
	text-align: center;
}

th,
td {
	font-weight: normal;
	text-align: left;
}

thead th {
	font-weight: 700;
}

th a {
	font-weight: 700;
	text-decoration: none;
}

caption,
th,
td {
	padding: 0.412em 0.824em;
}

.displaynone {
	display: none;
}

.displayblock {
	display: block;
}

.drop-cap:first-letter {
	float: left;
	font-weight: 700;
	line-height: 0.6;
	margin: 14px 16px 0 -3px;
}


/**
 * 4.0 - Padding/Margin
 */


.site-header-top-main {
	padding: 0 30px;
}

.site-header-main {
	padding: 28px 30px 7px 30px;
}

.custom-logo {
	margin: 0 auto 21px auto;
}

.site-title,
.site-description {
	margin: 0;
}

.menu-toggle {
	padding: 14px 30px;
}

.dropdown-toggle {
	padding: 12px 16px;
}

.site-navigation .menu-item-has-children > a {
	margin-right: 50px;
}

.site-secondary-menu {
	margin: 14px auto;
}

.widget,
.pagination,
.woocommerce-pagination,
.post-navigation,
.posts-navigation,
.site-main #infinite-handle,
.form-allowed-tags {
	margin: 0 0 35px;
}

#colophon .widget {
	margin: 0;
	padding: 21px 30px;
}

.widget .widget-title,
.widget .wp-block-group h2 {
	margin: 0 0 21px;
}

.widget li {
    margin-bottom: 7px;
}

.singular-content-wrap .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header,
.archive-posts-wrapper .section-heading-wrapper {
	margin-bottom: 35px;
}

#hero-section .entry-container,
#promotion-section.content-frame .entry-container-frame {
	padding: 42px;
}

#promotion-section:not(.content-frame) .entry-container-frame {
	padding-bottom: 42px;
	padding-top: 42px;
}

.has-header-video .custom-header-content {
	padding-bottom: 288px;
}

.archive-posts-wrapper .section-heading-wrapper {
	padding-bottom: 0;
	padding-top: 0;
}

.archive-posts-wrapper .section-content-wrapper {
	padding-top: 0;
}

.archive-posts-wrapper .hentry,
.recent-blog-content-wrapper .hentry {
	margin-bottom: 42px;
}

body:not(.boxed-blog) .archive-posts-wrapper .hentry:not(.has-post-thumbnail) .post-wrapper .entry-container,
body:not(.boxed-blog) .recent-blog-content-wrapper .hentry:not(.has-post-thumbnail) .post-wrapper .entry-container {
	padding-top: 0;
}

.comment-reply-title,
.author-avatar,
.comment-form-comment,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	margin: 0 0 28px;
}

.author-info {
	border: 1px solid;
	padding: 35px;
}

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

.section-content-wrapper .post-thumbnail {
	margin: 0 0 28px;
	position: relative;
}

.post-thumbnail .post-format-icon {
    background-color: #fff;
    color: #000;
    position: absolute;
    right: 21px;
    top: 21px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 15px;
    line-height: 1;
    border-radius: 50%;
}

.header-highlights-section .hentry:not(.highlight) .post-thumbnail .post-format-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
}

.section-content-wrapper .entry-summary,
.section-content-wrapper .entry-content {
	margin: 21px 0 0;
	width: 100%;
}

.color-scheme-magazine .section-content-wrapper .entry-summary,
.color-scheme-magazine .section-content-wrapper .entry-content,
.color-scheme-travel .section-content-wrapper .entry-summary,
.color-scheme-travel .section-content-wrapper .entry-content  {
	margin: 14px 0 0;
}

.section-content-wrapper .entry-footer .entry-meta {
	margin: 21px 0 0;
}

.hero-content-wrapper .entry-content,
.promotion-content-wrapper .entry-content {
	margin: 28px 0 0;
}

.taxonomy-description,
.taxonomy-description-wrapper {
	margin-top: 7px;
}

.color-scheme-magazine .taxonomy-description,
.color-scheme-magazine .taxonomy-description-wrapper,
.color-scheme-travel .taxonomy-description,
.color-scheme-travel .taxonomy-description-wrapper {
	font-size: 18px;
	font-size: 1.125rem;
}

.has-background-image .taxonomy-description-wrapper,
#featured-video-section.modern .taxonomy-description-wrapper {
	opacity: 0.4;
}

#footer-instagram .widget-title {
	padding-top: 42px;
}

.site-content .wrapper {
	padding: 0 30px;
}

.singular-content-wrap .hentry {
	margin-bottom: 0;
}

.author-info,
.singular-content-wrap .post-thumbnail,
.singular-content-wrap .entry-footer,
.singular-content-wrap .entry-content {
	margin: 35px 0;
}

.site-content,
.playlist-section.section {
	padding: 42px 0;
}

.section + .site-content {
	border-top: 1px solid;
}

.section:nth-child(2n) + .site-content {
	border-top: 0;
}

.recent-blog-content-wrapper,
.featured-content-wrapper,
.team-content-wrapper,
.featured-video-wrapper,
.portfolio-content-wrapper,
.service-content-wrapper,
.stats-content-wrapper,
.pricing-content-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.hentry {
	margin-bottom: 35px;
}

.custom-header-content > :last-child,
.page .singular-content-wrap .hentry > :last-child,
.taxonomy-description-wrapper > :last-child,
.widget-column > :last-child,
.widget-area > :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,
.bordered-sidebar .sidebar .widget:last-child,
.boxed-sidebar .sidebar .widget:last-child {
	margin-bottom: 0;
}

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

.copyright,
.powered {
	margin: 0;
}

.site-navigation {
	margin: 0;
}

.header-top-bar .top-main-wrapper {
	margin: 0 auto 35px;
}

.site-primary-menu.toggled-on {
	border-top: 1px solid;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	box-shadow:	0 3px 5px rgba(0, 0, 0, 0.15);
}

#header-navigation-area {
	border-bottom: 1px solid;
	border-top: 1px solid;
}

#site-footer-navigation,
#social-footer-navigation {
	text-align: center;
	margin-bottom: 21px;
}

.posts-navigation div + div,
.post-navigation div + div {
	margin-top: 30px;
}

.wp-caption .wp-caption-text {
	padding: 14px 21px;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.view-all-button .more-link {
	padding: 14px 21px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	padding: 12px 14px;
}

.site-header input[type="search"] {
	padding: 10px 14px;
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
	display: inline;
}

.contact-details .icon,
.entry-meta .icon {
	margin-right: 7px;
}

#hero-section .wrapper {
	padding: 0 30px;
}

#search-toggle-right {
	line-height: 1.25;
	padding: 14px;
}

.entry-title {
	line-height: 1.4;
	letter-spacing: 0.005em;
	margin: 0;
}

.singular-content-wrap .entry-title {
	margin: 0 0 0.4375em;
}

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

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

.color-scheme-magazine.simple-blog .entry-title + .entry-meta,
.color-scheme-travel.simple-blog .entry-title + .entry-meta {
	margin: 7px 0 0 0;
}

.infinity-end .site-main .hentry:last-of-type .post-wrapper {
	margin: 0;
}

.post-wrapper .more-link  {
    margin-top: 14px;
}

.site-footer .footer-widget-area {
	padding: 14px 0 0;
}

.site-content .sidebar {
	margin-top: 35px;
}

.post-wrapper .entry-footer .edit-link {
	margin: 0;
}

.boxed-layout.header-top-menu-enabled #page {
	margin-top: 0;
}


/**
 * 5.0 - Forms
 */


input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.view-all-button .more-link,
.pagination .prev,
.pagination .next,
.posts-navigation a,
.site-main #infinite-handle span,
.header-media .more-link .more-button,
#feature-slider-section .more-link span,
#promotion-section .more-button,
#hero-section .more-button,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button .button,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button .button,
.pricing-section .more-button,
.header-highlights-section .highlight .more-button,
#app-section .more-link .more-button {
	border: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	padding: 14px 21px;
	line-height: 1.3125;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}

.color-scheme-corporate button,
.color-scheme-corporate .button,
.color-scheme-corporate input[type="button"],
.color-scheme-corporate input[type="reset"],
.color-scheme-corporate input[type="submit"],
.color-scheme-corporate .woocommerce div.product form.cart .button,
.color-scheme-corporate	.woocommerce #respond input#submit,
.color-scheme-corporate .woocommerce a.button,
.color-scheme-corporate .woocommerce button.button,
.color-scheme-corporate .woocommerce input.button,
.color-scheme-corporate .view-all-button .more-link,
.color-scheme-corporate .pagination .prev,
.color-scheme-corporate .pagination .next,
.color-scheme-corporate .posts-navigation a,
.color-scheme-corporate .site-main #infinite-handle span,
.color-scheme-corporate .header-media .more-link .more-button,
.color-scheme-corporate #feature-slider-section .more-link span,
.color-scheme-corporate #promotion-section .more-button,
.color-scheme-corporate #hero-section .more-button,
.color-scheme-corporate #footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button .button,
.color-scheme-corporate #footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button .button,
.color-scheme-corporate .pricing-section .more-button,
.color-scheme-corporate .header-highlights-section .highlight .more-button,
.color-scheme-corporate #app-section .more-link .more-button {
	text-transform: uppercase;
}

.color-scheme-magazine button,
.color-scheme-magazine .button,
.color-scheme-magazine input[type="button"],
.color-scheme-magazine input[type="reset"],
.color-scheme-magazine input[type="submit"],
.color-scheme-magazine .woocommerce div.product form.cart .button,
.color-scheme-magazine	.woocommerce #respond input#submit,
.color-scheme-magazine .woocommerce a.button,
.color-scheme-magazine .woocommerce button.button,
.color-scheme-magazine .woocommerce input.button,
.color-scheme-magazine .view-all-button .more-link,
.color-scheme-magazine .pagination .prev,
.color-scheme-magazine .pagination .next,
.color-scheme-magazine .posts-navigation a,
.color-scheme-magazine .site-main #infinite-handle span,
.color-scheme-magazine .header-media .more-link .more-button,
.color-scheme-magazine #feature-slider-section .more-link span,
.color-scheme-magazine #promotion-section .more-button,
.color-scheme-magazine #hero-section .more-button,
.color-scheme-magazine #footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button .button,
.color-scheme-magazine #footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button .button,
.color-scheme-magazine .pricing-section .more-button,
.color-scheme-magazine .header-highlights-section .highlight .more-button,
.color-scheme-magazine #app-section .more-link .more-button,
.color-scheme-travel button,
.color-scheme-travel .button,
.color-scheme-travel input[type="button"],
.color-scheme-travel input[type="reset"],
.color-scheme-travel input[type="submit"],
.color-scheme-travel .woocommerce div.product form.cart .button,
.color-scheme-travel	.woocommerce #respond input#submit,
.color-scheme-travel .woocommerce a.button,
.color-scheme-travel .woocommerce button.button,
.color-scheme-travel .woocommerce input.button,
.color-scheme-travel .view-all-button .more-link,
.color-scheme-travel .pagination .prev,
.color-scheme-travel .pagination .next,
.color-scheme-travel .posts-navigation a,
.color-scheme-travel .site-main #infinite-handle span,
.color-scheme-travel .header-media .more-link .more-button,
.color-scheme-travel #feature-slider-section .more-link span,
.color-scheme-travel #promotion-section .more-button,
.color-scheme-travel #hero-section .more-button,
.color-scheme-travel #footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button .button,
.color-scheme-travel #footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button .button,
.color-scheme-travel .pricing-section .more-button,
.color-scheme-travel .header-highlights-section .highlight .more-button,
.color-scheme-travel #app-section .more-link .more-button {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}


button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	border-color: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	margin-top: 7px;
	width: 100%;
}

input[type="search"].search-field {
	margin: 0;
	padding-right: 41px;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: 0;
}

form label {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: left;
}

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

.post-password-form label {
	display: block;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.824em;
}

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

.search-form {
	position: relative;
}

.search-submit {
	background-color: transparent;
	border: none;
	border-radius: 0;
	bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
}

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

.form-submit {
	margin-bottom: 0;
}


/**
 * 6.0 - Navigation
 */


/**
 * 6.1 - Links
 */


a {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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


/**
 * 6.2 - Menus
 */


.site-secondary-menu {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.site-header-top-main,
.site-primary-menu,
.site-secondary-menu,
.footer-navigation,
.disable-in-mobile {
	display: none;
}

.site-header-top-main.toggled-on,
.site-primary-menu.toggled-on,
.site-secondary-menu.toggled-on .social-navigation,
.site-primary-menu.toggled-on .search-social-container,
.site-header-top-main.toggled-on .search-social-container,
.site-secondary-menu.toggled-on .search-social-container,
.site-secondary-menu.toggled-on,
.footer-navigation.toggled-on {
	display: block;
}

.site-header-top-main.toggled-on {
	clear: both;
}

.secondary-search-wrapper,
.header-top-bar .wrapper {
	position: relative;
}

.site-navigation ul,
.header-top-left ul {
	list-style: none;
	margin: 0;
}

.site-navigation li,
.header-top-bar .contact-details li,
.menu-social-container {
	position: relative;
}

.site-navigation a {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}

.site-navigation a,
.header-top-bar .contact-details li {
	padding: 11px 0;
}

.site-navigation a {
	padding: 11px 30px;
}

.site-navigation li {
	border-bottom: 1px solid;
}

.site-navigation ul ul li:last-child {
	border: 0;
}

.site-header .social-navigation ul {
	padding: 7px 0;
}

.site-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.site-navigation ul ul a {
	line-height: 1.5;
}

.no-js .site-navigation ul ul {
	display: block;
}

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

.dropdown-toggle {
	background-color: transparent;
	border: none;
	border-radius: 0;
	line-height: 1;
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
}

#site-generator .dropdown-toggle {
	display: none;
}

#site-generator .site-navigation .menu-item-has-children > a {
	margin-right: 0;
}

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

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

.dropdown-toggle:focus:after {
	border-color: transparent;
}

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

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

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	padding: 0;
}

#social-footer-navigation.social-navigation .icon {
	width: 24px;
	height: 24px;
}

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

.social-navigation li,
.ctsocialwidget li {
	display: inline-block;
}

.bordered-sidebar .sidebar .ctsocialwidget {
	text-align: center;
}

.social-navigation a,
.ctsocialwidget a {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	line-height: 1;
	padding: 7px;
}

.ctsocialwidget a {
	border: 1px solid;
	border-radius: 50%;
	height: 45px;
	margin: 5px;
	padding: 12px;
	text-align: center;
	width: 45px;
}

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

.post-navigation {
	clear: both;
}

.post-navigation .nav-links {
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.post-navigation a {
	display: block;
	padding: 35px;
	text-decoration: none;
}

.post-navigation span {
	display: block;
}

.post-navigation .nav-subtitle {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.post-navigation .nav-title {
	display: inline;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.458333333333333;
	text-rendering: optimizeLegibility;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
	vertical-align: top;
	border: 1px solid;
	text-align: center;
}

.post-navigation .nav-previous .icon,
.post-navigation .nav-next .icon {
	font-size: 31px;
	font-size: 1.9375rem;
	margin-bottom: 7px;
}

.pagination .prev,
.pagination .next {
	width: 100%;
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
}

.image-navigation,
.comment-navigation {
	border-bottom: 1px solid;
	border-top: 1px solid;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.social-header-enabled .site-branding {
	margin: 14px auto;
	text-align: center;
}


/**
 * 6.3 - Post Navigation
 */


.posts-navigation,
.pagination {
	clear: both;
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	margin: 7px 0;
	padding: 7px;
}

.site-main #infinite-handle {
	cursor: pointer;
}

/*body:not(.two-columns-layout).infinite-scroll .site-content,
.two-columns-layout.infinite-scroll .site-content .content-area {
	padding-bottom: 77px;
}

body:not(.two-columns-layout).infinite-scroll.infinity-end .site-content,
.two-columns-layout.infinite-scroll.infinity-end .site-content .content-area {
	padding-bottom: 7px;
}
*/

/**
 * 6.5 - Scroll Up
 */


#scrollup {
	border: none;
	cursor: pointer;
	opacity: 0;
	outline: none;
	padding: 7px;
	position: fixed;
	bottom: -20px;
	right: 20px;
	text-decoration: none;
	width: 42px;
	height: 42px;
	text-align: center;
	z-index: 9999;
}

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

#scrollup .icon {
	font-size: 28px;
	font-size: 1.75rem;
	width: 28px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

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


/**
 * 7.0 - Accessibility
 */


/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */


.alignleft {
	float: left;
	margin: 0 2.041666666666667em 1.458333333333333em 0;
}

.alignright {
	float: right;
	margin: 0 0 1.458333333333333em 2.041666666666667em;
}

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

img.alignleft,
figure.alignleft {
	margin: 0.3888888888888889em 2.722222222222222em 1.944444444444444em 0;
}

img.alignright,
figure.alignright {
	margin: 0.3888888888888889em 0 1.944444444444444em 2.722222222222222em;
}


/**
 * 9.0 - Clearings
 */


.author-info:before,
.author-info:after,
.content-wrapper:before,
.content-wrapper:after,
#promotion-section .hentry:before,
#promotion-section .hentry:after,
.clear:before,
.clear:after,
.header-top-bar:before,
.header-top-bar:after,
.site-header-top-main:before,
.site-header-top-main:after,
#hero-section:before,
#hero-section:after,
.featured-content-wrapper:before,
.featured-content-wrapper:after,
.team-content-wrapper:before,
.team-content-wrapper:after,
.events-content-wrapper:before,
.events-content-wrapper:after,
.countdown-content-wrapper:before,
.countdown-content-wrapper:after,
.featured-video-wrapper:before,
.featured-video-wrapper:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:before,
.post-navigation:after,
.pagination:before,
.pagination:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.widget:before,
.widget:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after,
#tertiary:before,
#tertiary:after,
#footer-newsletter:before,
#footer-newsletter:after,
#footer-newsletter .wrapper:before,
#footer-newsletter .wrapper:after,
#featured-video-section .wrapper:before,
#featured-video-section .wrapper:after,
.featured-video-wrapper:before,
.featured-video-wrapper:after,
.portfolio-content-wrapper:before,
.portfolio-content-wrapper:after,
.service-content-wrapper:before,
.service-content-wrapper:after,
.site-footer:before,
.site-footer:after,
#timeline-section .hentry:before,
#timeline-section .hentry:after,
#footer-newsletter .widget-inner:before,
#footer-newsletter .widget-inner:after,
.section-content-wrapper:before,
.section-content-wrapper:after,
.site-content .wrapper:before,
.site-content .wrapper:after {
	content: "";
	display: table;
}

.author-info:after,
.content-wrapper:after,
#promotion-section .hentry:after,
.clear:after,
.header-top-bar:after,
.site-header-top-main:after,
#hero-section:after,
.featured-content-wrapper:after,
.team-content-wrapper:after,
.events-content-wrapper:after,
.countdown-content-wrapper:after,
.featured-video-wrapper:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:after,
.pagination:after,
.primary-menu:after,
.social-links-menu:after,
.widget:after,
.textwidget:after,
.content-bottom-widgets:after,
#tertiary:after,
#footer-newsletter:after,
#footer-newsletter .wrapper:after,
#featured-video-section .wrapper:after,
.featured-video-wrapper:after,
.portfolio-content-wrapper:after,
.service-content-wrapper:after,
.site-footer:after,
#timeline-section .hentry:after,
#footer-newsletter .widget-inner:after,
.section-content-wrapper:after,
.site-content .wrapper:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */


.widget .hentry {
	float: left;
	width: 100%;
}

.widget .widget-title,
.widget .wp-block-group h2 {
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-area ul,
.widget-area ol {
    list-style: none;
    margin-left: 0;
}

.widget-area ul li > ul,
.widget-area ol li > ul {
    margin-left: 7px;
}

.widget-area li {
	line-height: 2;
}

.widget-title a {
	text-decoration: none;
}

.widget_categories ul,
.widget_archive ul {
	text-align: right;
	margin-left: 0;
}

.widget_categories li,
.widget_archive li {
	display: block;
	height: 1%;
	overflow: hidden;
}

.widget_categories ul a,
.widget_archive ul a {
	float: left;
}

.bordered-sidebar .sidebar .widget_categories ul > li,
.bordered-sidebar .sidebar .widget_archive ul > li {
	border-top: 1px solid;
	display: list-item;
	margin: 0;
	overflow: unset;
	padding: 7px 0;
}

.bordered-sidebar .sidebar .widget_categories ul > li span,
.bordered-sidebar .sidebar .widget_archive ul > li span {
	float: right;
}

.bordered-sidebar .sidebar .widget_categories ul > li a,
.bordered-sidebar .sidebar .widget_archive ul > li a {
	display: inline-block;
	float: none;
	padding-left: 7px;
}

.bordered-sidebar .sidebar .widget_categories ul > li:first-child,
.bordered-sidebar .sidebar .widget_archive ul > li:first-child {
	border-top: 0;
}

.bordered-sidebar .sidebar .widget_categories ul,
.bordered-sidebar .sidebar .widget_archive ul {
    list-style-type: circle;
    list-style-position: inside;
    text-align: left;

}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 3;
	padding: 0;
	text-align: center;
}

.widget_calendar tbody a {
	display: block;
}

/* Recent Posts widget */
.widget-area .gallery {
	margin: 0;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

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

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin: 14px 0;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

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

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	line-height: 1;
	margin: 0 0.1666666666666667em 0.3888888888888889em 0;
	padding: 0.3888888888888889em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	outline: 0;
}


/**
 * 11.0 - Content
 */


#page {
	margin: 0 auto;
	max-width: 2560px;
	overflow-x: hidden;
	position: relative;
	word-wrap: break-word;
}

.boxed-layout #page {
	max-width: 1770px;
}

.wrapper,
#promotion-section .content-wrapper,
.sidebar-advertisement .widget {
	margin: 0 auto;
	max-width: 1610px;
	width: 100%;
}

.header-media .wrapper,
#promotion-section .wrapper,
#footer-instagram .wrapper,
#footer-newsletter .wrapper,
#feature-slider-section .wrapper {
	max-width: 2560px;
}

.site-content {
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	z-index: 2;
}

.bordered-blog .archive-posts-wrapper .post-wrapper,
.bordered-blog .recent-blog-content-wrapper .post-wrapper {
	border-bottom: 1px solid;
}

.boxed-blog .archive-posts-wrapper .post-wrapper {
	border-bottom: 0;
}

.sidebar .essential-widgets .featured-image {
	margin-top: 0;
}

.bordered-blog .archive-posts-wrapper .post-wrapper .entry-container,
.bordered-blog .recent-blog-content-wrapper .post-wrapper .entry-container,
.boxed-blog .archive-posts-wrapper .post-wrapper .entry-container,
.boxed-blog .recent-blog-content-wrapper .post-wrapper .entry-container {
	padding: 35px;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/**
 * 11.1 - Header
 */


.header-top-left,
.site-navigation .top-menu a {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846153846153846;
	text-transform: capitalize;
}

.header-top-bar >.header-top-right.top-without-menu {
	display: none;
}

.site-header-main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-branding {
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.custom-logo {
	display: block;
	max-width: 180px;
}

.site-title {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.285714285714286;
	font-weight: 700;
	text-transform: uppercase;
}

.site-description {
	letter-spacing: 0.05em;
	line-height: 1.555555555555556;
	margin: 7px 0 0;
	text-transform: capitalize;
}

.site-title a {
	text-decoration: none;
}

.menu-toggle {
	background-color: transparent;
	border: none;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 auto;
}

.menu-search-toggle,
.menu-search-top-toggle .search-label {
	display: none;
}

#menu-toggle-secondary {
	margin: 0 auto -14px;
}

#menu-toggle-footer {
	margin: -14px auto 0;
}

.header-right-menu-disabled .site-secondary-menu {
	margin: 0;
}

#header-navigation-area .site-secondary-menu {
	display: block;
	margin-left: -10px;
	padding: 8px 30px;
}

.secondary-search-wrapper {
	display: none;
}

#header-navigation-area .secondary-search-wrapper {
	display: block;
}

.header-right-menu-disabled .site-secondary-menu .social-navigation {
	display: block;
}

.header-right-menu-disabled .site-secondary-menu .social-navigation ul {
	padding: 0;
}

.no-js .menu-toggle {
	display: none;
}

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

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: transparent;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

#search-toggle.menu-toggle .icon {
	margin-right: 0;
}

.toggled-on.menu-toggle .icon-bars,
.toggled-on.menu-toggle .icon-search,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on.menu-toggle .icon-close {
	display: inline-block;
}

.menu-label-prefix {
	display: none;
}

#search-container {
	display: block;
	padding: 11px 30px;
}

.search-social-wrap {
	padding: 15px 0;
}

#header-navigation-area #search-container {
	padding: 7px 30px;
}

.search-social-wrap .secondary-search-wrapper {
		padding: 8px 0;
}

#header-content {
	clear: both;
}

.header-media {
	clear: both;
	overflow: hidden;
	position: relative;
}

#firefly {
	display: none;
}

#feature-slider-section,
.header-media {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}

#feature-slider-section .slider-image-wrapper:before {
	background-color: rgba(0,0,0,.3);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.header-media .wrapper {
	position: relative;
}

.header-media .post-thumbnail {
	margin: 0;
}

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

.custom-header-media:before {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.custom-header-content .site-header-text a:hover,
.custom-header-content .site-header-text a:focus {
	text-decoration: none;
}

.no-header-media-text .custom-header-media img {
	display: block;
}

.custom-header-media img,
.custom-header-media video,
.custom-header-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

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

.custom-header-media .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	border-radius: 50%;
	font-size: 18px;
	font-size: 1.125rem;
	overflow: hidden;
	padding: 13px 16px;
	position: absolute;
	left: 50%;
	bottom: 105px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	z-index: 100;
	transform: translateX(-50%);
}

.custom-header-content .section-title,
.custom-header-content .site-header-text {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.color-scheme-corporate #feature-slider-section .entry-title,
.color-scheme-corporate .header-media .entry-title {
	font-weight: 700;
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1.4;
}

.color-scheme-corporate .custom-header-content .site-header-text {
	margin: 21px auto 0 auto;
}

.header-media .site-header-logo,
#feature-slider-section .slider-logo {
	margin: 14px auto;
	max-width: 480px;
}

.header-media .sub-title,
#feature-slider-section .sub-title,
.edit-link {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.color-scheme-photography .header-media .site-header-text,
.color-scheme-photography #feature-slider-section .entry-summary,
.color-scheme-photography #feature-slider-section .entry-content {
	font-size: 16px;
	font-size: 1rem;
	text-transform: capitalize;
}

.no-header-media-text .header-media .custom-header-media {
	min-height: 240px;
}

/**
 * 11.2 - Posts and pages
 */


.site-main .hentry,
.featured-content-wrapper .hentry,
.team-content-wrapper .hentry,
.events-content-wrapper .hentry,
.featured-video-wrapper .hentry,
.portfolio-content-wrapper .hentry,
.service-content-wrapper .hentry,
#testimonial-content-section .hentry,
#testimonial-section.layout-two .hentry,
#timeline-section .post-thumbnail,
#timeline-section .entry-container,
.stats-content-wrapper .hentry,
.pricing-content-wrapper .hentry,
.header-highlights-section .hentry {
	float: left;
	position: relative;
	width: 100%;
}

.sticky .post-wrapper {
	position: relative;
}

.section-content-wrapper .post-wrapper .post-thumbnail {
	overflow: hidden;
}

.bordered-blog .section-content-wrapper .post-wrapper .post-thumbnail,
.boxed-blog .section-content-wrapper .post-wrapper .post-thumbnail {
	margin-bottom: 0;
}

.singular-content-wrap .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header {
	text-align: center;
}

.section-content-wrapper .post-wrapper .entry-container {
	text-align: center;
}

.section-content-wrapper .post-wrapper .entry-footer {
	border-top: 1px solid;
}

.section-content-wrapper .post-wrapper .entry-footer .entry-meta {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-wrapper .entry-footer .comments-link,
.post-wrapper .entry-footer .tags-links {
	padding: 21px;
}

.boxed-blog .post-wrapper .more-link .more-button,
.boxed-sidebar .sidebar .widget.ew-about .more-link .more-button {
	background-color: transparent;
	border: 2px solid;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.025em;
	padding: 10px 21px;
	text-transform: uppercase;
}

.boxed-blog .entry-meta,
.boxed-blog .entry-meta a,
.boxed-blog .page-title + .entry-meta,
.simple-blog .entry-meta,
.simple-blog .entry-meta a,
.simple-blog .page-title + .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: capitalize;
	font-weight: 400;
}

.boxed-blog .entry-header .cat-links a,
.boxed-blog .entry-header .cat-links a:hover,
.boxed-blog .entry-header .cat-links a:focus,
.simple-blog .entry-header .cat-links a,
.simple-blog .entry-header .cat-links a:hover,
.simple-blog .entry-header .cat-links a:focus {
	background-color: transparent;
	padding: 0;
}

.simple-blog .post-wrapper .entry-container {
	text-align: left;
}

.simple-blog .hentry .more-button {
	border-bottom: 2px solid;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.boxed-sidebar .sidebar .widget {
	padding: 42px;
	text-align: center;
}

.boxed-sidebar .sidebar .widget.ew-advertisement-image,
.bordered-sidebar .sidebar .widget.ew-advertisement-image {
	padding: 0;
}

.boxed-sidebar .sidebar .widget.ew-advertisement-image .hentry,
.bordered-sidebar .sidebar .widget.ew-advertisement-image .hentry {
	margin-bottom: 0;
}

.boxed-sidebar .sidebar .widget .hentry .entry-container {
	text-align: left;
}

.sidebar .widget .hentry .entry-header .entry-meta > span {
	display: block;
	margin: 0;
}

.sidebar .widget .hentry .entry-header .entry-meta > span + span {
	margin-top: 7px;
}

.sidebar .widget .hentry .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.555555555555556;
}

.boxed-sidebar .sidebar .widget-title,
.bordered-sidebar .sidebar .widget-title,
.boxed-sidebar .sidebar .widget .wp-block-group h2,
.bordered-sidebar .sidebar .widget .wp-block-group h2 {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: normal;
	text-transform: capitalize;
}

.boxed-sidebar .sidebar .widget .textwidget img,
.boxed-sidebar .sidebar .widget.ew-about .featured-image img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.bordered-sidebar .sidebar .widget {
	border: 1px solid;
	padding: 42px;
	position: relative;
}

.bordered-sidebar .sidebar .widget .widget-title,
.bordered-sidebar .sidebar .widget .wp-block-group h2 {
	text-align: center;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
}

.bordered-sidebar .sidebar .widget .widget-title span {
	padding: 0 28px;
}

.entry-title a {
	text-decoration: none;
}

.cover-link {
	bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

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

.post-thumbnail:hover img {
	opacity: 0.85;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.166666666666667;
	margin-top: 0.8166666666666667em;
	margin-bottom: 0.4666666666666667em;
}

h2 {
	margin-top: 1.065217391304348em;
	margin-bottom: 0.608695652173913em;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.166666666666667;
	line-height: 1.166666666666667;
}

.post-wrapper .entry-title,
.entry-title,
.color-scheme-corporate .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.color-scheme-corporate .entry-title {
	line-height: 1.45833;
}

h3,
.single-product div.product .entry-summary .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 1.53125em;
	margin-bottom: 0.875em;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4583;
	margin-top: 2.041666666666667em;
	margin-bottom: 1.166666666666667em;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.55;
	margin-top: 2.722222222222222em;
	margin-bottom: 1.555555555555556em;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 3.0625em;
	margin-bottom: 1.75em;
}

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

.author-description > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 21px;
	word-wrap: break-word;
}

.more-button {
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-transform: capitalize;
}

.view-more {
	clear: both;
	margin: 0 0 35px;
	padding: 0 30px;
	text-align: center;
}

.view-all-button {
	clear: both;
	margin-bottom: 35px;
	text-align: center;
}

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

.author-info {
	clear: both;
	overflow: hidden;
	text-align: center;
}

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

.author-description .author-title {
	clear: none;
	line-height: 1.555;
	margin: 0 0 14px;
}

.author-description {
	overflow: hidden;
}

.author-link {
	clear: both;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.2em;
	line-height: 1.615384615384615;
	font-weight: 700;
	margin-top: 21px;
	text-transform: uppercase;
	white-space: nowrap;
}

.entry-footer:empty {
	margin: 0;
}

.sticky-post {
	display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    padding: 5px 14px 7px 14px;
    text-align: center;
}

.has-post-thumbnail.sticky .sticky-post {
    position: absolute;
    top: 0;
    left: 0;
}

.hentry:not(.has-post-thumbnail) .sticky-post {
	margin: 14px 0;
}

.entry-meta,
.widget.ew-tabbed-recent-popular .entry-title + .entry-meta,
.essential-widgets .entry-title + .entry-meta {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	line-height: 1.272727272727273;
	text-transform: capitalize;
}

.essential-widgets .hentry {
	margin-bottom: 14px;
}

.page-title {
	margin-bottom: 7px;
}

.entry-title + .entry-meta,
.page-title + .entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-transform: uppercase;
}

.entry-header .entry-meta > span,
.color-scheme-magazine .singular-content-wrap .entry-header .entry-meta > span ,
.color-scheme-magazine .entry-header .entry-title + .entry-meta > span,
.color-scheme-travel .singular-content-wrap .entry-header .entry-meta > span ,
.color-scheme-travel .entry-header .entry-title + .entry-meta > span {
	margin-bottom: 7px;
	margin-left: 26px;
}

.color-scheme-magazine .entry-header .entry-title + .entry-meta > span + span,
.color-scheme-travel .entry-header .entry-title + .entry-meta > span + span {
	position: relative;
}

.entry-header .entry-title + .entry-meta > span + span:before {
	content: "";
	border: 1px solid;
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: -16px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar .entry-header .entry-title + .entry-meta > span + span:before {
	content: none;
}

.entry-header .entry-meta > span,
.entry-header .cat-links {
	display: inline-block;
	position: relative;
}

.color-scheme-magazine.simple-blog .entry-header .entry-meta > span,
.color-scheme-travel.simple-blog .entry-header .entry-meta > span {
	margin-bottom: 0;
}

.entry-header .entry-meta >:first-child,
.color-scheme-magazine .singular-content-wrap .entry-header .entry-meta >:first-child,
.color-scheme-magazine .entry-header .entry-title + .entry-meta >:first-child,
.color-scheme-travel .singular-content-wrap .entry-header .entry-meta >:first-child,
.color-scheme-travel .entry-header .entry-title + .entry-meta >:first-child {
	margin-left: 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	margin-top: 28px;
}

.entry-footer span span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 14px;
}

.entry-header .cat-links a,
.entry-footer .cat-links a,
.entry-footer .tags-links a {
	margin: 0 7px 7px 0;
	text-decoration: none;
}

.entry-header .cat-links a,
.entry-footer .cat-links a,
.entry-footer .tags-links a {
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 14px;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */

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

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

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

.page-links a,
.page-links > span {
	border: 1px solid;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 2em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	text-decoration: none;
	width: 2em;
}

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

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

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 7px;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	clear: both;
}


/**
 * 11.3 - Comments
 */


.comments-area {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list,
.comments-area {
	margin-bottom: 35px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 28px 0;
}

.comment-list article {
	border-bottom: 1px solid;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 1.75em;
}

.author-name {
	display: block;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}

.author-name a {
	text-decoration: none;
}

.comment-author {
    float: left;
    margin: 0 1.3125em 0 0;
}

.comment-author .avatar {
	height: 70px;
	position: relative;
	width: 70px;
}

.comment-container {
    overflow: hidden;
}

.comment-metadata,
.pingback .edit-link {
	font-size: 12px;
	font-size: 0.75rem;
}

.comment-reply-link,
.comment-metadata .comment-permalink,
.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
	letter-spacing: 0.1em;
	margin-top: 0;
	text-transform: uppercase;
}

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

.comment-content {
	margin-top: 14px;
}

.comment-content > p:last-of-type {
	margin-bottom: 0;
}

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

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.647058823529412em 1.235294117647059em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.2em;
	line-height: 1.615384615384615;
	font-weight: 700;
}

.no-comments {
	clear: both;
	content: "";
	display: table;
	margin: 1.75em 0;
	padding: 2.1875em;
	table-layout: fixed;
	width: 100%;
}

.comment-navigation + .no-comments {
	margin-top: 0;
	padding-top: 0;
}

.comment-reply-title {
	line-height: 1.4;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	float: right;
	font-weight: 400;
	text-decoration: none;
	text-indent: -9999px;
}

.comment-reply-title small a:before {
	content: "x";
	display: block;
	font-family: Arial Rounded MT Bold;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	right: 14px;
	line-height: 0;
	position: absolute;
	top: 14px;
	text-indent: 0;
}

.comment-meta {
	margin-bottom: 7px;
}

.comments-title,
.comment-reply-title {
	text-align: center;
}

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

.comment-notes {
	text-align: center;
	font-style: italic;
}


/**
 * 11.4 - Footer
 */

 .site-footer {
 	clear: both;
 	position: relative;
 }

.site-footer:before {
    border-bottom: 1px solid;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    max-width: 1920px;
    right: 0;
    top: 0;
    width: 100%;
}

.site-footer:before {
    max-width: 1510px;
    width: calc(100% - 60px);
}

#colophon .widget-column {
	float: left;
	position: relative;
	width: 100%;
	z-index: 2;
}

#site-generator {
	clear: both;
}

.site-info {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}


/**
 * 12.0 - Media
 */


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

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

.post-thumbnail {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}


/**
 * 12.1 - Captions
 */


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

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

.wp-caption .wp-caption-text {
	border: 1px solid;
	font-style: italic;
	text-align: center;
}


/**
 * 12.2 - Galleries
 */


.gallery {
	margin: 0 -1.1666667% 1.75em;
}

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

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-style: italic;
	padding-top: 7px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 12.3 - Icons
 */


.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.10em;
	vertical-align: middle;
	width: 1em;
}


/**
 * 13.0 - Modules
 */


.section {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 7px 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.section.no-headline {
	padding-top: 42px;
}

.section-heading-wrapper {
	max-width: 1025px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 35px 30px 0 30px;
	position: relative;
}

.sidebar .section-heading-wrapper {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	position: static;
}

.section-title,
#promotion-section .entry-title,
.promotion-contact .entry-title,
.playlist-content-wrapper .entry-title,
.app-section .entry-title {
	margin: 0;
	text-transform: capitalize;
}

.recent-blog-section .wrapper {
	max-width: 1040px
}


/**
 * 13.1 - Slider
 */


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

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

#feature-slider-section .hentry,
.slider-image-wrapper {
	width: 100%;
}

#feature-slider-section .slider-content-wrapper {
	position: relative;
	text-align: center;
}

#feature-slider-section .entry-container,
.custom-header-content {
    display: block;
    padding: 70px 30px;
    position: relative;
    margin: 0 auto;
	text-align: center;
	z-index: 2;
}

.sticky-playlist-enabled  .custom-header-content {
	padding-top: 120px;
}

#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next {
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	font-size: 35px;
	font-size: 2.1875rem;
	outline: none;
	opacity: 0;
	padding: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	width: 50px;
	height: 50px;
	z-index: 199;
}

#feature-slider-section .cycle-prev {
	left: 5px;
}

#feature-slider-section .cycle-next {
	right: 5px;
}

#feature-slider-section:hover .cycle-prev,
#feature-slider-section:hover .cycle-next {
	display: block;
	opacity: 1;
}

#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus {
	text-decoration: none;
}

#feature-slider-section .cycle-prev .icon {
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(90deg);
}

#feature-slider-section .cycle-next .icon {
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(270deg); /* IE 9 */
	transform: rotate(270deg);
}

#feature-slider-section .cycle-pager {
	bottom: 28px;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 199;
}

#feature-slider-section .cycle-pager span {
	cursor: pointer;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    overflow: hidden;
    width: 40px;
}

#feature-slider-section .entry-meta {
	margin: 0;
}

#feature-slider-section .entry-summary,
#feature-slider-section .entry-content {
	max-width: 660px;
	margin: 21px auto 0 auto;
	width: 100%;
}

#feature-slider-section .wp-post-image {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

#feature-slider-section .entry-meta {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: 900;
	letter-spacing: 0.2em;
}

#feature-slider-section .entry-header .entry-meta > span {
	margin-left: 7px;
}

#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next {
	background-color: transparent;
}

.meta-sep {
	font-size: 28px;
	font-size: 1.75rem;
}

.scroll-down {
	bottom: 28px;
	cursor: pointer;
	display: none;
	font-size: 12px;
	font-size: 0.75rem;
	left: 50%;
	letter-spacing: 0.3em;
	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;
}

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

.scroll-here {
	-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+ */
}


/**
 * 13.2 - Featured Content & Portfolio
 */


.featured-content-wrapper .hentry-inner,
.service-content-wrapper .hentry-inner,
.pricing-content-wrapper .hentry-inner {
	text-align: center;
}

.selected-posts-section .featured-content-wrapper .hentry-inner {
	text-align: left;
}

.featured-content-wrapper .post-thumbnail,
.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 .entry-meta {
	line-height: 1.647058823529412;
}

.portfolio-content-wrapper .entry-meta a {
	text-decoration: none;
}

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

.portfolio-content-wrapper .entry-container >.inner-wrap {
	bottom: 30px;
	display: block;
	left: 50%;
	padding: 21px 14px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 80%;
}

.portfolio-content-wrapper .entry-title {
	display: block;
	font-style: italic;
	font-weight: 400;
	position: relative;
}

.filter-button-group {
	margin-bottom: 14px;
	text-align: center;
}

.filter-button-group .button {
	background-color: transparent;
}

#portfolio-content-section .filter-button-group .button {
	background-image: none;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 7px;
	padding: 7px 10px;
	opacity: 0.4;
	text-transform: uppercase;
	font-weight: 500;
}

#portfolio-content-section .filter-button-group .button.is-checked {
	opacity: 1;
}


/**
 * 13.3 - Hero Content
 */


#hero-section {
	margin: 0;
	padding: 42px 0;
}

#hero-section:after {
	border: 0;
}

#hero-section .hentry {
	margin-bottom: 0;
	position: relative;
}

#hero-section .entry-container {
	clear: both;
	position: relative;
	text-align: center;
	width: 100%;
}

.content-wrap {
	position: relative;
	z-index: 2;
}

#hero-section .post-thumbnail {
	background-position: center center;
	background-size: cover;
	content: "";
	float: left;
	margin: 0;
	padding-bottom: 100%;
	width: 100%;
}

#hero-section .post-thumbnail a {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hero-content-wrapper .entry-container.full-width .entry-header,
.hero-content-wrapper .entry-container.full-width .entry-content,
.hero-content-wrapper .entry-container.full-width .entry-footer {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#hero-section,
#events-section,
#featured-video-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

#featured-video-section .lightbox-enabled iframe {
   pointer-events:none;
}

#hero-section .entry-container.full-width,
#promotion-section .entry-container {
	display: block;
	float: none;
	max-width: 830px;
	margin: 0 auto;
	width: 100%;
}

#hero-section .entry-container.full-width .entry-content,
#hero-section .entry-container.full-width .entry-footer {
	text-align: left;
}

#hero-section .section-title-wrapper {
	position: relative;
}

#promotion-section .entry-content form {
	margin: 0 auto;
	max-width: 470px;
}

#promotion-section .entry-content form p:last-of-type {
	margin-bottom: 0;
	margin-top: 28px;
}

#hero-section .more-link {
	text-align: center;
}

#hero-section .hentry:not(.has-post-thumbnail) .entry-header,
#hero-section .hentry:not(.has-post-thumbnail) .more-link {
	text-align: center;
}


/**
 * 13.5 - Promotional Headline
 */


 #promotion-section.content-frame .section-title-wrapper {
 	position: relative;
 }

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

#promotion-section .hentry {
	margin: 0;
	position: relative;
}

.post-thumbnail-background {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.post-thumbnail-background:before {
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
}

#promotion-section .post-thumbnail-background {
	z-index: 1;
}

#promotion-section .content-wrapper {
	padding: 0 30px;
}

#promotion-section.content-frame .entry-container-frame,
#promotion-section .entry-container {
	position: relative;
	z-index: 2;
}

#promotion-section .entry-container {
	margin-bottom: 42px;
	margin-top: 42px;
}

#promotion-section.content-align-left .entry-container {
	float: left;
}

#promotion-section.content-align-right .entry-container {
	float: right;
}

#promotion-section.content-align-center .entry-container,
#promotion-section .entry-container {
	text-align: center;
}

#promotion-section .logo-image {
	margin: 14px 0
}

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

#promotion-section textarea {
	max-height: 150px;
}

.section-tagline {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.62;
	letter-spacing: 0.025em;
	margin-bottom: 7px;
	opacity: 0.6;
}


/**
 * 13.6 - Others
 */


.woocommerce nav.woocommerce-pagination {
	text-align: left;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 7px 10px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	border: none;
	margin-right: 7px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce p.stars a,
.woocommerce nav.woocommerce-pagination ul li a,
.cart_item a {
	border: none;
}

.woocommerce-cart-form #coupon_code {
	padding: 11px 6px;
	width: auto !important;
}

.woocommerce .quantity .qty {
	margin: 0;
	width: 4.5em;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 17px 0 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 80px;
}

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

#footer-instagram .widget-title {
	background-color: transparent;
	letter-spacing: 0;
	max-width: 1025px;
	margin: 0 auto 35px;
	padding: 0 30px;
	text-align: center;
	text-transform: capitalize;
}

.catch-instagram-feed-gallery-widget .instagram-button {
	margin: 0;
}

.catch-instagram-feed-gallery-widget-wrapper .button {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	line-height: 1.647058823529412;
	padding: 11px 30px;
	text-decoration: none;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .button {
	margin: 28px 0;
}

#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 {
	width: 16.666%;
}

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

.widget.essential-widgets {
	clear: none;
}

#footer-newsletter,
#footer-newsletter .wrapper {
	clear: both;
	overflow: hidden;
}

#footer-newsletter .wrapper {
	text-align: center;
}

#footer-newsletter .widget-inner {
	overflow: hidden;
	max-width: 690px;
	margin: 0 auto;
	padding: 0 30px;
}

#footer-newsletter .ew-newsletter-wrap {
	float: none;
	margin-bottom: 0;
	padding: 35px 0;
}

#footer-newsletter .widget.ew-newsletter,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
	margin: 0;
}

#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
	margin-top: 14px;
}

#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 14px;
}

body #footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
	background-color: #fff;
	color: #999;
}

body #footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox:focus {
	color: #000;
}

.after-text,
.before-text {
	font-size: 20px;
	font-size: 1.25rem;
}

.before-text {
	margin-bottom: 0
}

.ewnewsletter .widget-inner-wrap {
	padding: 0;
}

#footer-newsletter + .site-footer::before {
	border: 0;
}


/**
 * 13.7 - Team Section
 */


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

.team-content-wrapper .post-thumbnail {
	line-height: 1;
}

.team-content-wrapper .artist-social-profile {
	margin: 14px 0 0;
}

.team-content-wrapper .entry-meta {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
	font-size: 1rem;
}

#team-content-section .entry-meta .relation,
#testimonial-content-section .entry-meta .position {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.555555555555556;
	margin-left: 0;
}

.color-scheme-photography #testimonial-content-section .entry-meta .position {
	font-style: italic;
}

#team-content-section .menu-social-container {
	margin-left: -7px;
}

#team-content-section .section-content-wrapper .entry-summary,
#team-content-section .section-content-wrapper .entry-content {
	margin-top: 14px;
}

#team-content-section .post-thumbnail a {
	display: block;
	position: relative;
	overflow: hidden;
}

#team-content-section .post-thumbnail a:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px solid;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

#team-content-section .post-thumbnail a:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.color-scheme-corporate #team-content-section .hentry-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.color-scheme-corporate #team-content-section .entry-meta .relation,
.color-scheme-corporate #testimonial-content-section .entry-meta .position {
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0;
}

.color-scheme-corporate #testimonial-content-section .entry-meta {
	margin-top: 7px;
}


/**
 * 13.8 - Gallery Section
 */


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

 .gallery-content-wrapper .entry-content {
 	margin-top: 0;
 }


/**
 * 13.9 - Events Section
 */


.events-content-wrapper .entry-title {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

#events-section.classic {
	padding: 42px;
}

#events-section .wrapper {
	padding: 7px 0;
	position: relative;
}

#footer-newsletter .widget {
	padding: 7px 0;
}

#events-section.classic .events-content-wrapper {
	padding-left: 70px;
	padding-right: 70px;
}

#events-section.classic .events-content-wrapper .entry-summary,
#events-section.classic .events-content-wrapper .entry-content {
	margin-top: 7px;
}

#events-section.classic .wrapper {
	max-width: 830px;
}

#events-section .post-thumbnail .icon {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1;
}

#events-section .hentry-inner,
.ew-featured-post .hentry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#events-section .post-thumbnail {
	margin: 14px 14px 14px 0;
	width: 20%;
}

#events-section.classic .entry-container {
	width: 80%;
}




#events-section.modern .section-content-wrapper {
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

#events-section.modern .hentry {
	border-bottom: 1px solid;
	padding-bottom: 35px;
}

.date-month-year span {
    display: block;
}

#events-section.modern .entry-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

#events-section.modern .entry-meta .entry-date {
	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;
}

#events-section.modern .entry-meta {
	padding-bottom: 14px;
	padding-right: 14px;
	width: auto
}

#events-section.modern .event-list-description {
	width: 68%;
}

#events-section.modern .date-week-day {
	font-size: 49px;
	font-size: 3.0625rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 14px;
}

#events-section.modern .date-month-year {
	line-height: 1.1;
	text-transform: uppercase;
}

#events-section.modern .entry-meta .date-week-day {
    float: left;
}

#events-section.modern .entry-content,
#events-section.modern .entry-summary {
	margin-top: 14px;
	opacity: 0.6;
}

#events-section.modern .entry-content,
#events-section.modern .entry-summary,
.events-content-wrapper .entry-title,
#events-section.modern .date-month-year {
	font-size: 18px;
	font-size: 1.125rem;
}

#events-section.modern .event-action-buttons {
	margin-top: 21px;
}

#events-section.modern .event-button + .event-button {
	margin-top: 14px;
}

#events-section.modern.section {
	padding: 0;
}

#events-section.modern .events-content-wrapper .entry-title {
	font-weight: 400;
	text-transform: capitalize;
}

#events-section.modern .button.ghost-button {
	background-color: transparent;
	border: 1px solid;
}

/**
 * 13.10 - Featured Video Section
 */


#featured-video-section iframe {
	margin-bottom: 0;
}

#featured-video-section .entry-content,
#featured-video-section .entry-summary {
	margin-top: 0;
}

.section-content-wrapper,
#footer-newsletter .ew-newsletter-wrap {
	padding-top: 28px;
}

#featured-video-section.layout-one .featured-video-wrapper {
	margin: 0 auto;
	max-width: 1250px;
}

body .flashy-overlay .flashy-close {
	right: 56px;
	top: 56px;
}

#featured-video-section.modern .first-post-wrap .hentry {
	margin-bottom: 0;
	position: relative;
}

#featured-video-section.modern .first-post-wrap .entry-container {
	bottom: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(15%,transparent),to(#000));
	background-image: -webkit-linear-gradient(top,transparent 15%,#000 100%);
	background-image: -o-linear-gradient(top,transparent 15%,#000 100%);
	background-image: linear-gradient(-180deg,transparent 15%,#000 100%);
	left: 0;
	padding: 35px;
	position: absolute;
	width: 100%;
}

#featured-video-section.modern .featured-video-wrapper .excerpt-video-left .hentry-inner {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
	width: 100%;
}

#featured-video-section.modern .featured-video-wrapper .excerpt-video-left .post-thumbnail {
	width: 38.29787234042553%;
	z-index: -1
}

#featured-video-section.modern .featured-video-wrapper .excerpt-video-left .entry-container {
	width: 61.70212765957447%;
	margin: 0;
	padding-left: 28px;
}

.rtl #featured-video-section.modern .featured-video-wrapper .excerpt-video-left .entry-container {
	padding-right: 28px;
	padding-left: 0;
}

#featured-video-section.modern .video-post-wrap {
	display: block;
	clear: both;
	height: 517px;
}

#featured-video-section.modern .simplebar-track {
	right: 14px;
}

#featured-video-section.modern .simplebar-scrollbar:before {
	background-color: #4d4d4d;
}

.first-post-wrap:before,
.first-post-wrap:after,
.video-post-wrap:before,
.video-post-wrap:after {
	content: "";
	display: block;
	clear: both;
}

#featured-video-section.modern .post-thumbnail {
	margin: 0;
}

#featured-video-section.modern .first-post-wrap {
	margin-bottom: 35px;
}

#featured-video-section.modern .entry-title {
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.56;
	margin-top: 0;
}

#featured-video-section.modern .video-post-wrap .hentry {
	cursor: pointer;
	margin-bottom: 28px;
	position: relative;
	-webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
	z-index: 1;
}

#featured-video-section.modern .video-post-wrap .hentry:last-child {
	margin-bottom: 0;
}

#featured-video-section.modern .video-post-wrap .hentry:hover,
#featured-video-section.modern .video-post-wrap .hentry:focus {
	opacity: 0.6;
}

#featured-video-section.modern .lightbox-enabled iframe {
	margin: 0;
	pointer-events: none;
	width: 100%;
}

#featured-video-section.modern a.mixed {
	color: transparent;
    display: block;
}

body .flashy-container .flashy-content {
	background: transparent;
}

.admin-bar .flashy-overlay .flashy-close {
	right: 7px;
	top: 46px;
}

#featured-video-section.modern .featured-video-wrapper {
	padding-bottom: 35px;
}

#featured-video-section.modern .entry-meta {
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: capitalize;
	margin-top: 7px;
	opacity: 0.4;
}

#featured-video-section.modern.thumbnail-background .first-post-wrap {
	margin-bottom: 0;
}

#featured-video-section.modern.thumbnail-background .video-post-wrap .hentry {
	border-bottom: 1px solid;
	margin-bottom: 0;
	padding: 28px;
}

#featured-video-section.modern.thumbnail-background .video-post-wrap .hentry:last-child {
	border-bottom: 0;
}

#featured-video-section.modern.thumbnail-background .video-post-wrap .hentry .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.75;
}

#featured-video-section.modern.thumbnail-background .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.62;
	margin-top: 0;
}

@media screen and (min-width: 64em) {
	#featured-video-section.modern .first-post-wrap {
		float: left;
		margin-right: -100%;
		width: 65.56291390728477%;
	}

	#featured-video-section.modern .video-post-wrap {
		margin-left: 65.56291390728477%;
		clear: none;
	}
}


/**
 * 13.12 - Countdown
 */

.countdown-content-wrapper {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.countdown-content-wrapper .hentry {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 50%;
}


.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.clock-canvas {
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}

#countdown-section .text {
	font-size: 30px;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
}

#countdown-section .text .val {
	font-size: 26px;
	font-size: 1.625rem;
	margin-bottom: 0;
}

#countdown-section .text .type-time {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

#countdown-section .wrapper {
	max-width: 1090px;
	margin: 0 auto;
}

.countdown-container,
#countdown-section .clock-canvas {
	position: relative;
}

#countdown-section .clock-canvas:before {
	border: 6px solid;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

#countdown-section .clock-canvas canvas {
	position: relative;
	z-index: 2;
}

/**
 * 13.15 - Testimonials & Logo
 */


#testimonial-content-section .section-content-wrapper {
	display: block;
	margin: 0 auto;
	max-width: 830px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	text-align: center;
}

#testimonial-content-section .testimonial_slider_wrap {
	width: 100%;
}

#clients-section .cycle-prev,
#clients-section .cycle-next,
#testimonial-content-section .cycle-prev,
#testimonial-content-section .cycle-next {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	text-decoration: none;
	z-index: 199;
}

#clients-section .cycle-prev:hover,
#clients-section .cycle-prev:focus,
#clients-section .cycle-next:hover,
#clients-section .cycle-next:focus,
#testimonial-content-section .cycle-prev:hover,
#testimonial-content-section .cycle-prev:focus,
#testimonial-content-section .cycle-next:hover,
#testimonial-content-section .cycle-next:focus {
	background-color: transparent;
}

#clients-section .icon,
#testimonial-content-section .icon {
	font-size: 32px;
	font-size: 2rem;
	top: 0;
	width: 18px;
}

#clients-section .cycle-prev .icon,
#testimonial-content-section .cycle-prev .icon {
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(90deg);
}

#clients-section .cycle-next .icon,
#testimonial-content-section .cycle-next .icon {
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(270deg); /* IE 9 */
	transform: rotate(270deg);
}

#testimonial-content-section .entry-header:before {
	border-top: 2px solid;
	content: "";
	display: block;
	margin: 28px auto 7px auto;
	width: 40px;
}

#testimonial-content-section .entry-title,
#testimonial-content-section .entry-meta {
	display: block;
}

#testimonial-content-section .entry-meta {
	text-transform: capitalize;
}

#clients-section .cycle-pager,
#testimonial-content-section .cycle-pager {
	display: inline-block;
	font-family: arial;
	font-size: 54px;
	line-height: 0;
}

#clients-section .controller,
#testimonial-content-section .controller {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 101;
}

#clients-section .cycle-pager span,
#testimonial-content-section .cycle-pager span {
	clear: both;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

#clients-section .cycle-pager > *,
#testimonial-content-section .cycle-pager > * {
	cursor: pointer;
}

#testimonial-content-section .entry-title {
	margin: 7px 0 0;
	line-height: 1.647058823529412;
}

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

#testimonial-content-section .entry-content {
	position: relative;
	padding-top: 77px;
}

#testimonial-content-section .section-content-wrapper .entry-content:before {
	content: "\201C";
	font-size: 100px;
	font-size: 6.25rem;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#testimonial-content-section .section-content-wrapper .entry-content h5 {
	margin-bottom: 14px;
}

#testimonial-content-section .post-thumbnail img {
	border-radius: 50%;
	height: 150px;
	margin: 0 auto;
	width: 150px;
	z-index: 1;
}


/* Logo */
.clients-content-wrapper {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

#clients-section .post-thumbnail {
	margin: 0;
}

.clients-content-wrapper .hentry {
	margin: 0;
	padding: 0 15px 42px;
}

#testimonial-content-section .wrapper,
#clients-section .wrapper {
	padding-bottom: 56px;
}


/**
 * 13.16 - 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: 35px;
    left: 30px;
    height: calc(100% - 35px);
    width: 2px;
    z-index: -1;
}

#timeline-section .hentry {
	clear: both;
	margin-left: 30px;
	display: table;
	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:hover img {
	opacity: 0.6;
}

.view-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 10px;
}

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

/**
 * 13.17 - Transition
 */

a,
button,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.view-all-button .more-link,
.pagination .prev,
.pagination .next,
.posts-navigation a,
.site-main #infinite-handle span,
.header-media .more-link .more-button,
#feature-slider-section .more-link span,
#promotion-section .more-button,
#hero-section .more-button,
#clients-section .cycle-prev,
#clients-section .cycle-next,
#testimonial-content-section .cycle-prev,
#testimonial-content-section .cycle-next,
.portfolio-content-wrapper .entry-container >.inner-wrap,
#feature-slider-section .cycle-prev,
#feature-slider-section .cycle-next,
.post-thumbnail img,
.icon,
.pricing-section .more-button,
.pricing-section .hentry-inner,
#sticky-playlist-section,
.woocommerce-loop-product__title,
.price ins .woocommerce-Price-amount,
.app-image-container img,
#featured-video-section.modern .video-post-wrap .hentry,
.boxed-blog .post-wrapper .more-link .more-button,
.boxed-sidebar .sidebar .widget.ew-about .more-link .more-button,
.header-highlights-section .highlight .more-button,
.app-section .more-link .more-button {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

/**
 * 13.18 - Stats
 */

body.color-scheme-corporate {
	line-height: 1.75;
}

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

.stats-content-wrapper .entry-title,
.pricing-section .amount {
	font-size: 30px;
	font-size: 1.875rem;
}

.stats-section .section-content-wrapper .entry-summary,
.stats-section .section-content-wrapper .entry-content,
.contact-section .section-content-wrapper .entry-summary,
.contact-section .section-content-wrapper .entry-content  {
	margin-top: 7px;
}

/**
 * 13.19 - Contact Info
 */

 .site-content + .section {
 	border-top: 1px solid;
 }

.contact-section .contact-info .entry-title {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-transform: uppercase;
}

.contact-info-container {
	text-align: center;
}

.contact-section input[type="date"],
.contact-section input[type="time"],
.contact-section input[type="datetime-local"],
.contact-section input[type="week"],
.contact-section input[type="month"],
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="url"],
.contact-section input[type="password"],
.contact-section input[type="search"],
.contact-section input[type="tel"],
.contact-section input[type="number"],
.contact-section form textarea {
	margin-top: 0;
}

.contact-info .entry-content > span {
	display: block;
}

.contact-section .contact-info,
.contact-section .contact-form {
	padding-left: 30px;
	padding-right: 30px;
}

.contact-section .contact-form .entry-content form > p:last-of-type {
	margin-bottom: 0;
}

.contact-section.has-contact-map {
	padding-bottom: 0;
}

.contact-section .google-maps iframe {
	min-height: 480px;
	margin-bottom: 0;
	width: 100%;
}

/**
 * 13.20 - Pricing
 */

.pricing-section .hentry-inner {
	padding: 35px 70px 56px 70px;
}

.pricing-section .hentry-wrap {
	position: relative;
}

.pricing-section .hentry-wrap:before {
	border-top: 10px solid;
	content: "";
	display: block;
	height: 10px;
	opacity: 0.05;
	margin-bottom: 10px;
	width: 100%;
}

.pricing-section .hentry.highlight .hentry-wrap:before {
	opacity: 1;
}

.pricing-section .hentry-inner:hover,
.pricing-section .hentry-inner:focus {
    -webkit-box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.pricing-section ul {
	margin: 0;
}

.pricing-section .post-thumbnail a {
    display: block;
    height: 85px;
    width: 85px;
    overflow: hidden;
    margin: 0 auto;
}

.pricing-section .package-price {
    line-height: 1.5;
}

.pricing-section .entry-header,
.pricing-section .package-price {
    text-align: center;
}

.pricing-section .highlight .entry-title a:hover,
.pricing-section .highlight .entry-title a:focus {
    opacity: 0.8;
}

.pricing-section .duration:before {
    content: "/";
    padding-right: 4px;
}

.pricing-section .entry-content,
.pricing-section .entry-summary {
    margin-top: 35px;
}

.pricing-section .entry-content > ul,
.pricing-section .entry-summary > ul {
    list-style: none;
}

.pricing-section .entry-content > p,
.pricing-section .entry-summary > p,
.pricing-section .entry-content > ul > li,
.pricing-section .entry-summary > ul > li {
  border-bottom: 1px solid;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.pricing-section .entry-content > p:last-child,
.pricing-section .entry-summary > p:last-child,
.pricing-section .entry-content > ul > li:last-child,
.pricing-section .entry-summary > ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pricing-section .amount {
	font-weight: 700;
}

.pricing-section .amount sup {
	top: -0.25em;
}

.pricing-section .more-button {
    text-align: center;
}

.pricing-section .package-price {
	padding-top: 35px;
}

.pricing-section .entry-container > .more-link {
	margin-top: 35px;
}

/**
 * 13.21 - Promotional Contact
 */

.promotion-contact .entry-container {
	padding-left: 30px;
	padding-right: 30px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.promotion-contact .button-wrap {
	margin: 28px 0 0 0;
}

.promotion-contact .more-button {
	margin: 0;
}

#promotion-section .post-thumbnail-background:before,
.promotion-contact .post-thumbnail-background:before  {
	background: rgba(0,0,0,0.75);
}

/**
 * 13.22 - Promotion Video
 */

.promotion-video-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

.promotion-video-section .entry-content + .video-thumbnail  {
	margin-top: 35px;
}

.promotion-video-section .section-content-wrapper {
	max-width: 830px;
	margin: 0 auto;
}

.promotion-video-section .button-outline  {
	border: 2px solid;
	border-radius: 50%;
	display: inline-block;
	height: 112px;
	padding: 15px;
	width: 112px;
}

.promotion-video-section .custom-video-button {
	background-image: none;
	border-radius: 50%;
	font-size: 24px;
	font-size: 1.5rem;
	position: relative;
	height: 80px;
	padding: 23px;
	width: 80px;
}

.promotion-video-section .custom-video-button:hover,
.promotion-video-section .custom-video-button:focus {
	background-image: none;
}

.promotion-video-section .button-outline + span {
 	padding-left: 21px;
}

/**
 * 13.23 - Playlist Section
 */

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

.playlist-content-wrapper .hentry {
	margin-bottom: 0;
}

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

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

.playlist-content-wrapper .entry-container {
    clear: both;
	padding: 42px;
    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;
}

.playlist-content-wrapper {
	padding: 0 30px;
}

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

.wp-playlist .mejs-button,
.wp-playlist .mejs-time,
.wp-playlist .mejs-time-rail {
    height: unset;
    line-height: 1;
    padding: 10px;
    width: unset;
}

.wp-playlist .mejs-button,
.wp-playlist .mejs-time,
.wp-playlist .mejs-time-rail,
.mejs-previous-button.mejs-previous,
.mejs-next-button.mejs-next,
#sticky-playlist-section .mejs-container.mejs-container .mejs-toggle-playlist {
    padding: 10px;
}

.wp-playlist .mejs-time-rail {
	margin: 0;
}

.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;
}

.wp-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded,
.wp-playlist .mejs-controls .mejs-time-rail .mejs-time-total,
.wp-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #191919;
}

.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);
    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;
}

#playlist-section .section-content-wrapper .mejs-container {
    min-width: 100% !important;
    width: 100%;
}

.mejs-container.mejs-container {
    background: 0 0;
}

.mejs-container.mejs-container .mejs-controls {
    background: 0 0;
    margin: 0;
    position: relative;
    height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mejs-container.mejs-container .mejs-controls a:hover {
    opacity: 1;
}

.mejs-container.mejs-container .mejs-controls .mejs-button.mejs-previous,
.mejs-container.mejs-container .mejs-controls .mejs-button.mejs-next {
	display: none;
}

.mejs-container.mejs-container .mejs-button button {
    margin: 0;
    position: static;
}

.mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container .mejs-time-buffering,
.mejs-container .mejs-time-current,
.mejs-container .mejs-time-float,
.mejs-container .mejs-time-float-corner,
.mejs-container .mejs-time-float-current,
.mejs-container .mejs-time-hovered,
.mejs-container .mejs-time-loaded,
.mejs-container .mejs-time-marker,
.mejs-container .mejs-time-total {
    height: 5px;
}

.mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
	margin-top: -2px;
}

.mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    height: 0;
    overflow: hidden;
    top: -1.9em;
    visibility: hidden;
}

.mejs-container .mejs-time-handle-content {
    border-width: 3px;
    height: 5px;
    left: -5px;
    top: -4px;
    width: 5px;
}

.mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-top-color: #ddd;
}

.wp-playlist-dark .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 {
    margin-right: 14px;
   	width: 40px;
   	height: 40px;
}

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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 21px 30px;
}

body .wp-playlist-dark .wp-playlist-playing {
	background: transparent;
}

body .wp-playlist-dark .wp-playlist-item {
	padding: 14px 28px;
}

.wp-playlist .wp-playlist-item-length {
	opacity: 0.4;
    position: static;
}

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-playing {
	font-weight: 400;
}

.wp-playlist .wp-playlist-caption .wp-playlist-item-artist {
	font-weight: 300;
	opacity: 0.6;
}

.wp-playlist .mejs-controls button,
.wp-playlist .mejs-toggle-playlist button,
.wp-playlist svg {
	height: 20px;
	line-height: 1;
	width: 20px;
}


.wp-playlist .mejs-controls button,
.wp-playlist .mejs-controls button:hover,
.wp-playlist .mejs-controls button:focus,
.wp-playlist .mejs-toggle-playlist button,
.wp-playlist .mejs-toggle-playlist button:hover,
.wp-playlist .mejs-toggle-playlist button:focus {
	background-color: transparent;
	padding: 0;
}

.wp-playlist .mejs-controls button:hover,
.wp-playlist .mejs-toggle-playlist button:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/**
 * 13.25 - Sticky Playlist
 */

#sticky-playlist-section .hentry {
	margin: 0;
	padding: 0;
}

#sticky-playlist-section .entry-container {
	width: 100%;
}

.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;
    top: 0;
    z-index: 200;
    padding: 10px 0;
}

.sticky-playlist-mobile  #sticky-playlist-section {
	position: fixed;
	top: 0;
}

.sticky-playlist-mobile.admin-bar  #sticky-playlist-section {
	top: 46px;
}

.sticky-playlist-mobile.admin-bar.playlist-fixed #sticky-playlist-section {
	top: 0;
}

#sticky-playlist-section .wp-playlist-tracks {
	display: none;
    right: 0;
    padding: 0;
    position: absolute;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
	top: 100%;
}

#sticky-playlist-section.sticky-fluid .wrapper {
	margin: 0;
	max-width: 100%;
}

#sticky-playlist-section .wrapper {
}

#sticky-playlist-section .section-content-wrapper {
	margin: 0;
	position: relative;
}

#sticky-playlist-section .section-content-wrapper {
	padding: 0 20px;
}

#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 .wp-playlist-current-item {
    padding-right: 21px;
}

#sticky-playlist-section .wp-playlist-item-length {
    right: 1.75em;
}

.mejs-sticky-playlist-container.mejs-container .mejs-time,
.mejs-sticky-playlist-container.mejs-container .mejs-time-rail,
.mejs-sticky-playlist-container.mejs-container .mejs-button.mejs-volume-button,
.mejs-sticky-playlist-container.mejs-container a.mejs-horizontal-volume-slider,
.mejs-previous-button.mejs-previous,
.mejs-next-button.mejs-next {
    display: none;
}

.wp-playlist .wp-playlist-item-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	opacity: 0.4;
	transition: 0.3s;
}

.wp-playlist .wp-playlist-item .wp-playlist-item-length {
	transition: 0.3s;
}

.wp-playlist .wp-playlist-item:hover .wp-playlist-item-title,
.wp-playlist .wp-playlist-item:focus .wp-playlist-item-title,
.wp-playlist.wp-playlist-light .wp-playlist-item:hover .wp-playlist-item-title,
.wp-playlist.wp-playlist-light .wp-playlist-item:focus .wp-playlist-item-title,
.wp-playlist-item.wp-playlist-playing .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist .wp-playlist-item.wp-playlist-playing .wp-playlist-item-length,
.wp-playlist .wp-playlist-item:hover .wp-playlist-item-length,
.wp-playlist .wp-playlist-item:focus .wp-playlist-item-length  {
	opacity: 1;
}

#sticky-playlist-section .wp-playlist-caption,
#sticky-playlist-section .wp-playlist-item-title,
#sticky-playlist-section .wp-playlist-item-length {
    font-size: 16px;
    font-size: 1rem;
}

#sticky-playlist-section .wp-playlist-item-title {
    font-weight: 400;
    line-height: 1.692307692307692;
}

#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 .wp-playlist-current-item,
#sticky-playlist-section .mejs-sticky-playlist-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

#sticky-playlist-section .mejs-container.mejs-container .mejs-time {
	font-size: 12px;
	font-size: 0.75rem;
}

#sticky-playlist-section .mejs-sticky-playlist-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin: 0;
}

.wp-video-playlist .mejs-container.mejs-container .mejs-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#sticky-playlist-section .mejs-toggle-playlist.is-open .icon-playlist,
#sticky-playlist-section .mejs-toggle-playlist .icon-close {
    display: none;
}

#sticky-playlist-section .mejs-toggle-playlist.is-open .icon-close {
    display: inline-block;
}

#sticky-playlist-section,
#sticky-playlist-section .wp-playlist-tracks  {
	background-color: #070707;
}

#sticky-playlist-section .wp-playlist-item {
	border-color: #1c1c1c;
}

#playlist-section .mejs-controls {
	border: 1px solid;
	padding: 10px 15px 10px 10px;
}

/**
 * 13.26 -  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 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 990px;
}

.woocommerce-products-header .page-description {
	margin-top: 24px;
}

.woocommerce-products-header .page-description p {
	margin-bottom: 0;
}

.woocommerce-products-header .page-title {
	margin-bottom: 21px;
}

.woocommerce-shorting-wrapper {
	clear: both;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 35px;
	padding: 21px 28px;
	text-align: center;
}


/**
 * 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: 14px;
	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.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 {
	clear: both;
	display: block;
	margin: 0;
}

ul.products:before,
ul.products:after {
	content: "";
	display: table;
}

ul.products:after {
	clear: both;
}

ul.products li.product {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 auto 35px;
}

ul.products li.product a {
	text-decoration: none;
}

ul.products li.product img {
	display: block;
	margin: 0 auto 21px;
}

.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 7px;
}

.product-container {
	text-align: center;
}

.product-container a {
	display: block;
}

.product-container a.button,
.woocommerce .product-container .wc-forward {
	display: inline-block;
	margin-top: 1.166666666666667em;
}

.product_list_widget li img {
	border: 1px solid;
	max-width: 72px;
	max-height: 72px;
	margin-left: 14px;
	float: right;
}

/**
 * Infinite Scroll
 */

.infinite-scroll .woocommerce-pagination {
	display: none;
}

/**
 * Onsale
 */

.onsale {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
	min-height: auto;
	min-width: auto;
	margin: 0;
	padding: 7px 14px;
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	text-align: center;
	text-transform: uppercase;
}

/**
 * Price
 */

span.price del,
p.price del {
	display: inline-block;
	opacity: .5;
}

span.price ins,
p.price ins {
	background: transparent;
}

.products .price {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 0;
}

/**
 * Buttons
 */

.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 .wc-forward {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.166666666666667;
	letter-spacing: 0.1em;
	margin-top: 7px;
	padding: 10px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.widget .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
}

.woocommerce-mini-cart__buttons .button {
	display: block;
	margin: 0 2px 14px 2px;
	text-align: center;
}

/**
 * Single product
 */

 .single-product div.product {
 	position: relative;
 }

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .onsale {
	z-index: 2;
}

.single-product div.product .entry-summary {
	margin: 28px 0 0;
}

.single-product div.product .entry-summary .entry-title {
	margin: 0;
}

.single-product div.product .woocommerce-product-rating {
	font-size: 16px;
	font-size: 1rem;
	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 {
	font-weight: 600;
	margin: 0.2916666666666667em 0 1.166666666666667em;
}

.single-product div.product p.price del {
	font-weight: 400;
}

.single-product div.product .icon-zoom {
	fill: #e5ae4a;
}

.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: 21px;
}

.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 {
	border: 1px solid;
	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.750em;
}

.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: 2em;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
	display: block;
}

.single-product .woocommerce-variation-price {
	margin: 0 0 1.5em;
}

table.variations {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	border-collapse: inherit;
	border-spacing: 0;
	border-color: inherit;
	vertical-align: inherit;
}

table.variations tbody {
	display: block;
	width: 100%;
}

table.variations td {
	padding: 0;
	margin: 0;
}

table.variations tr {
	border: none;
	display: block;
	margin: 0 0 21px;
}

table.variations tr >:last-child {
	margin: 0;
}

table.variations td.label,
table.variations td.value {
	display: block;
	clear: both;
	width: 100%;
}

table.variations td.value select {
	width: 100%;
}

.variations .reset_variations {
	margin-top: 7px;
}

.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations {
	text-decoration: none;
}

.woocommerce label {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.woocommerce-mini-cart__total {
	text-align: center;
}

.single-product div.product .related,
.single-product div.product .upsells,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
	margin-top: 35px;
}

.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: 35px;
	position: relative;
}

#reviews #comments ol.commentlist li img.avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
}

#reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 70px;
	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 {
	border: 1px solid;
	height: 80px;
	width: 80px;
	margin: 0 auto;
}

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%;
}

.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: 1px solid;
	border-width: 1px 1px 0;
	margin: 0 0 1.75em;
}

.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;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 21px;
}

.woocommerce-MyAccount-content {
	padding-top: 30px;
}

.woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-content fieldset {
	margin: 0 0 1.75em;
	padding: 7px 15px;
}

.woocommerce-MyAccount-content fieldset p {
	margin: 0 0 1.75em;
}

.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 {
	font-size: 15px;
	font-size: 0.9375rem;
	list-style: none;
	margin: 0;
	position: relative;
}

.site-header-cart li {
	list-style: none;
	position: relative;
	text-transform: none;
}

.site-header-cart li.menu-inline {
	padding: 11px 0;
}

.site-header-cart .menu-inline a.my-account,
.site-header-cart .menu-inline a.site-cart-contents,
.site-header-cart .menu-inline a.menu-search-toggle {
	line-height: 1.4;
}

.site-header-cart .menu-inline a.my-account,
.site-header-cart .menu-inline a.site-cart-contents {
	display: block;
}

.site-header-cart .menu-inline a.menu-search-toggle {
	display: none;
}

.site-header-cart .woocommerce .widget_shopping_cart .cart_list li,
.site-header-cart .woocommerce.widget_shopping_cart .cart_list li {
	margin: 0;
	padding-left: 0;
	border-bottom: none;
}

.site-header-cart .widget_shopping_cart {
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 11px 0;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

.site-header-cart .product_list_widget .mini_cart_item .remove_from_cart_button {
	margin-right: 7px;
}

.site-header-cart .product_list_widget .mini_cart_item a {
	text-decoration: none;
}

.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__buttons {
	text-align: center;
}

.site-header-cart .woocommerce-mini-cart__buttons a {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 14px 0;
}

.site-header-cart .widget {
	margin: 0;
}

.site-cart-contents .sep {
    display: inline;
    margin: 0 3px;
}


/**
 * Pagination
 */

.woocommerce-pagination ul {
	display: inline-block;
	margin: 0;
}

.woocommerce-pagination ul li {
	display: inline-block;
	list-style: none;
	height: 35px;
	line-height: 35px;
	margin: 0 3px 3px 0;
	text-align: center;
	width: 35px;
}

.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a {
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
}

.woocommerce-pagination ul li a {
	text-decoration: none;
}

/**
 * Star rating
 */

.star-rating {
	font-size: 0.8em;
	font-family: 'star';
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto 7px;
	overflow: hidden;
	position: relative;
	width: 5.3em;
}

.widget .star-rating {
	margin: 0 7px 0 0;
}

.widget_rating_filter ul li .star-rating {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	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 {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	list-style: none;
	margin: 35px 0 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

.woocommerce-tabs ul.tabs li {
	display: inline-block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 21px 35px;
	text-decoration: none;
}

.woocommerce-tabs ul.tabs li.active a {
	border-top: 3px solid;
}

.woocommerce-tabs .panel {
	margin: 0;
	padding: 35px;
	text-align: left;
}

.woocommerce-tabs .panel h2:first-of-type {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 28px;
}

.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: red;
}

.quantity .qty {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 12px 7px;
	width: 3.54em;
	text-align: center;
}

.woocommerce-cart-form >:last-child {
	margin: 0;
}

/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	clear: both;
	content: "";
	display: table;
	margin-bottom: 2.470588235294118em;
	padding: 28px;
	table-layout: fixed;
	width: 100%;
}

.woocommerce-message a.button,
.woocommerce-Message a.button {
	margin-right: 14px;
}

.woocommerce-info,
.woocommerce-message {
	border-left: 5px solid;
}

.woocommerce-error {
	border-left: 5px solid #e2401c;
}

.woocommerce-error li:last-child {
	margin-bottom: 0;
}

.demo_store {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	padding:1.125rem 2.5rem 1.1875rem 1.125rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

ul.wc_payment_methods {
	list-style: none;
	margin-left: 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 28px;
	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 {
	background-color: transparent;
	border: none;
	border-radius: 0;
	bottom: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -999999px;
	width: 35px;
}

.demo_store .woocommerce-store-notice__dismiss-link:before {
	content: "x";
	display: block;
	font-size: 22px;
	font-size: 1rem;
	font-weight: 600;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 50%;
	text-indent: 0;
	transform: translate(-50%, -50%);
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
	margin-bottom: 2em;
}

.widget_price_filter .price_slider_amount {
	text-align: left;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: right;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #e5ae4a;
	box-sizing: border-box;
	margin-top: -.25em;
	margin-left: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -0.75em;
}

.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;
	background: #111;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.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;
}

.widget.woocommerce ul,
.widget.woocommerce ol {
	list-style: none;
	margin-left: 0;
}

.woocommerce ul.cart_list li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after {
	content: "";
	display: block;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
	clear: both;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	clear: both;
	padding-left: 28px;
	position: relative;
	padding-top: 0;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 500;
}

.site-header-cart .woocommerce ul.cart_list li a,
.site-header-cart .woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

.woocommerce a.remove {
	background: #ca4646;
	display: block;
	font-size: 1.2em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 7px;
	left: 0;
}

.site-header-cart .woocommerce .widget_shopping_cart .cart_list li a.remove,
.site-header-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: relative;
	float: left;
}

.site-header-cart .woocommerce .widget_shopping_cart .cart_list li span.quantity,
.site-header-cart .woocommerce.widget_shopping_cart .cart_list li span.quantity {
	margin-left: 26px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	border-bottom: 1px solid;
	display: block;
	padding: 0 0 21px;
	margin: 0 0 21px;
	width: 100%;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
	border-bottom: 0;
	margin: 0;
}

.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce .place-order.form-row .button {
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.65;
	padding: 17px 28px;
}

.woocommerce .product-container .button {
	background-color: transparent;
	background-image: none;
	border: 1px solid;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.3125;
	padding: 10px 21px;
	text-transform: uppercase;
}

.infinite-scroll .woocommerce-pagination {
	display: none;
}

.woocommerce-pagination {
	margin: 0 0 42px;
}

.woocommerce-products-header {
	margin-bottom: 35px;
}

.woocommerce .woocommerce-breadcrumb {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0;
	padding: 14px 0;
}

.woocommerce-products-header {
	text-align: center;
}

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

.star-rating span:before,
p.stars:hover a:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before{
	color: #e5ae4a;
}

.woocommerce-shorting-wrapper .woocommerce-ordering select {
	border: 1px solid;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 18px;
}

/**
 * 13.27 -  App Section
 */

 .app-section .post-thumbnail {
 	margin-top: 28px;
 }

 .app-section .entry-container {
    max-width: 680px;
    padding: 35px 30px 42px 30px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.app-image-container div + div {
    margin-top: 21px;
}

.app-image-container img {
	margin: 0 auto;
}

.app-image-container img:hover,
.app-image-container img:focus {
	opacity: 0.6;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.app-image-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**
 * 13.28 -  Highlight Section
 */

.header-highlights-section .section-content-wrapper {
	padding: 0 30px;
}

.header-highlights-section .hentry:not(.highlight) .entry-title,
.color-scheme-magazine #featured-content-section .entry-title,
.color-scheme-magazine .selected-posts-section .entry-title,
.color-scheme-travel #featured-content-section .entry-title,
.color-scheme-travel .selected-posts-section .entry-title,
.category-content-section .entry-title,
.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-title,
.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-title,
.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-title,
.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.59;
}

.header-highlights-section .hentry.highlight .entry-title {
	line-height: 1.4;
}

.header-highlights-section .hentry-inner .post-thumbnail {
	overflow: hidden;
}

.header-highlights-section .hentry-inner:hover .post-thumbnail img,
.header-highlights-section .hentry-inner:focus .post-thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.header-highlights-section .highlight .more-button,
.app-section .more-link .more-button {
	border: 0;
}

/**
 * 13.29 - Category Section
 */

.category-content-section .hentry-inner {
	min-height: 313px;
	overflow: hidden;
 	position: relative;
}

.post-thumbnail-background:before {
	background-color: rgba(0,0,0,0.5);
}

.category-content-section .post-thumbnail-background {
	-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);
}

.category-content-section .hentry-inner:hover .post-thumbnail-background,
.category-content-section .hentry-inner:focus .post-thumbnail-background {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.category-content-section .entry-container {
	padding: 21px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.category-content-section.text-align-left .entry-container {
	text-align: left;
}

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

.category-content-section.text-align-right .entry-container {
	text-align: right;
}

/**
 * 13.30 - Add Section
 */

 .sidebar-advertisement.section {
 	padding: 42px 0;
 }

.sidebar-advertisement .widget {
	padding: 0 30px;
	text-align: center;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 568px
 */


@media screen and (min-width: 35.5em) {
	.columns-2 ul.products,
	.columns-4 ul.products,
	.related ul.products,
	.upsells ul.products,
	.cross-sells ul.products {
		margin: 0 -15px;
	}

	.columns-2 ul.products li.product,
	.columns-4 ul.products li.product,
	.related ul.products li.product,
	.upsells ul.products li.product,
	.cross-sells ul.products li.product {
		padding: 0 15px;
		width: 50%;
	}

	.columns-2 ul.products li.product:nth-child(2n+1),
	.columns-4 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}

	.columns-2 ul.products .onsale,
	.columns-4 ul.products .onsale,
	.related ul.products .onsale {
		left: 15px;
	}

	button,
	button[disabled]:hover,
	button[disabled]:focus,
	.button,
	input[type="button"],
	input[type="button"][disabled]:hover,
	input[type="button"][disabled]:focus,
	input[type="reset"],
	input[type="reset"][disabled]:hover,
	input[type="reset"][disabled]:focus,
	input[type="submit"],
	input[type="submit"][disabled]:hover,
	input[type="submit"][disabled]:focus,
	.woocommerce div.product form.cart .button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.view-all-button .more-link,
	.pagination .prev,
	.pagination .next,
	.posts-navigation a,
	.site-main #infinite-handle span,
	.header-media .more-link .more-button,
	#feature-slider-section .more-link span,
	#promotion-section .more-button,
	#hero-section .more-button,
	.pricing-section .more-button,
	.header-highlights-section .highlight .more-button,
	#app-section .more-link .more-button {
		padding: 14px 35px;
	}

	.entry-meta .meta-sep {
		display: inline;
		margin: 0 2px;
	}

	#events-section.classic .events-content-wrapper {
		padding-left: 27px;
		padding-right: 27px;
	}

	.featured-content-wrapper.layout-four,
	.featured-content-wrapper.layout-one,
	.team-content-wrapper.layout-four,
	.featured-content-wrapper.layout-two,
	.team-content-wrapper.layout-two,
	.team-content-wrapper.layout-one,
	.featured-video-wrapper.layout-two,
	.featured-video-wrapper.layout-four,
	.featured-video-wrapper.layout-one,
	.two-columns-layout #infinite-post-wrap,
	.no-sidebar.content-width-layout #infinite-post-wrap,
	.service-content-wrapper.layout-four,
	.service-content-wrapper.layout-two,
	.stats-content-wrapper.layout-one,
	.stats-content-wrapper.layout-two,
	.stats-content-wrapper.layout-four,
	.pricing-content-wrapper.layout-one,
	.pricing-content-wrapper.layout-two,
	.pricing-content-wrapper.layout-four {
		margin-left: -15px;
		margin-right: -15px;
	}

	.featured-content-wrapper.layout-four .hentry,
	.team-content-wrapper.layout-four .hentry,
	.events-content-wrapper.layout-four .hentry,
	.featured-content-wrapper.layout-two .hentry,
	.team-content-wrapper.layout-two .hentry,
	.events-content-wrapper.layout-two .hentry,
	#colophon .two .widget-column,
	#colophon .four .widget-column,
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1),
	.featured-video-wrapper.layout-four .hentry,
	.featured-video-wrapper.layout-two .hentry,
	.service-content-wrapper.layout-four .hentry,
	.service-content-wrapper.layout-two .hentry,
	.stats-content-wrapper.layout-four .hentry,
	.stats-content-wrapper.layout-two .hentry,
	.pricing-content-wrapper.layout-two .hentry,
	.pricing-content-wrapper.layout-four .hentry {
		width: 50%;
	}

	#portfolio-content-section .portfolio-content-wrapper {
		padding-left: 23px;
		padding-right: 23px;
	}

	.portfolio-content-wrapper .hentry {
		margin-bottom: 14px;
		padding: 0 7px;
		width: 50%;
	}

	.filter-button-group {
		padding: 0 7px;
	}

	.portfolio-content-wrapper > div {
		margin-bottom: 21px;
	}

	#secondary .widget {
		display: block;
		float: left;
		width: 48%;
	}

	#secondary .widget:nth-child(2n+1) {
		clear: both;
		margin-right: 4%;
	}

	.featured-content-wrapper.layout-four .hentry,
	.team-content-wrapper.layout-four .hentry,
	.featured-content-wrapper.layout-two .hentry,
	.featured-content-wrapper.layout-one .hentry,
	.team-content-wrapper.layout-two .hentry,
	.team-content-wrapper.layout-one .hentry,
	.events-content-wrapper.layout-two .hentry,
	.events-content-wrapper.layout-four .hentry,
	.events-content-wrapper.layout-one .hentry,
	.featured-video-wrapper.layout-four .hentry,
	.featured-video-wrapper.layout-two .hentry,
	.featured-video-wrapper.layout-one .hentry,
	.two-columns-layout #infinite-post-wrap .hentry,
	.no-sidebar.content-width-layout #infinite-post-wrap .hentry,
	.service-content-wrapper.layout-four .hentry,
	.service-content-wrapper.layout-two .hentry,
	.service-content-wrapper.layout-one .hentry,
	.stats-content-wrapper.layout-one .hentry,
	.stats-content-wrapper.layout-two .hentry,
	.stats-content-wrapper.layout-four .hentry,
	.pricing-content-wrapper.layout-one .hentry,
	.pricing-content-wrapper.layout-two .hentry,
	.pricing-content-wrapper.layout-four .hentry {
		padding: 0 15px;
	}

	#hero-section .hentry {
		display: table;
		width: 100%;
	}

	#hero-section .post-thumbnail,
	#hero-section .entry-container {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}

	#hero-section .post-thumbnail {
		padding-bottom: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}

	#hero-section.content-align-right .post-thumbnail {
		left: 0;
		right: auto;
	}

	#hero-section .entry-container,
	.sidebar .widget,
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
	}

	.featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.team-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.events-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.featured-content-wrapper.layout-two .hentry:nth-child(2n+1),
	.team-content-wrapper.layout-two .hentry:nth-child(2n+1),
	.events-content-wrapper.layout-two .hentry:nth-child(2n+1),
	.sidebar .widget:nth-child(2n+1),
	#colophon .two .widget-column:nth-child(2n+1),
	#colophon .four .widget-column:nth-child(2n+1),
	.featured-video-wrapper.layout-four:nth-child(2n+1),
	.featured-video-wrapper.layout-two:nth-child(2n+1),
	.service-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.service-content-wrapper.layout-two .hentry:nth-child(2n+1),
	.stats-content-wrapper.layout-two .hentry:nth-child(2n+1),
	.stats-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.pricing-content-wrapper.layout-two .hentry:nth-child(2n+1),
	.pricing-content-wrapper.layout-four .hentry:nth-child(2n+1) {
		clear: both;
	}

	#hero-section.content-align-right .entry-container:not(.full-width) {
		float: right;
	}

	.author-info {
		text-align: left;
	}

	.author-avatar {
		clear: both;
		float: left;
		margin: 0 35px 0 0;
	}

	.two-columns .hentry {
		width: 50%;
	}

	.four-columns .hentry {
		width: 25%;
	}

	.four-columns .hentry:nth-child(4n+1),
	.two-columns .hentry:nth-child(2n+1) {
		clear: both;
	}

	.pagination .prev,
	.pagination .next {
		width: auto;
	}

	.posts-navigation {
		padding: 0;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}

	.post-navigation .nav-previous {
		text-align: left;
	}

	.post-navigation .nav-next {
		text-align: right;
	}

	.posts-navigation div + div,
	.post-navigation div + div {
		margin-top: 0;
	}

	.posts-navigation .nav-links div:nth-child(1):nth-last-child(2),
	.posts-navigation .nav-links div:nth-child(2):nth-last-child(1) {
		display: inline-block;
		width: 48%;
	}

	.posts-navigation .nav-links div:nth-child(1):nth-last-child(2) {
		margin-right: 2%;
	}

	.posts-navigation .nav-links div:nth-child(2):nth-last-child(1) {
		margin-left: 2%;
	}

	blockquote.alignright,
	blockquote.alignleft {
		width: 50%;
	}

	.post-navigation .nav-previous {
		border-left: 0;
	}

	.post-navigation .nav-next {
		border-right: 0;
	}

	.post-navigation .nav-previous a {
		padding-left: 0;
	}

	.post-navigation .nav-next a {
		padding-right: 0;
	}

	.posts-navigation .nav-previous {
		text-align: left;
	}

	.posts-navigation .nav-next {
		text-align: right;
	}

	.section-content-wrapper.layout-two .hentry:nth-child(2n+1) {
	    clear: both;
	}

	#testimonial-content-section .section-content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	#testimonial-content-section .hentry {
		padding-left: 15px;
		padding-right: 15px;
	}

	#testimonial-content-section.layout-two .hentry {
		width: 50%;
	}

	#testimonial-content-section.layout-two .hentry:nth-child(3n) {
		clear: both;
	}

	.stats-section {
		text-align: left;
	}

	.stats-section .post-thumbnail img {
		margin: 0 auto 0 0;
	}

	.contact-info-container .contact-info .hentry .hentry-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contact-info-container .contact-info .post-thumbnail {
		margin-bottom: 0;
		margin-right: 14px;
	}

	.contact-info-container .entry-container {
		text-align: left;
	}

	#hero-section.text-align-left .entry-container,
	#service-content-section.text-align-left .entry-container,
	#hero-section.text-align-left .more-link {
		text-align: left;
	}

	#hero-section.text-align-right .entry-container,
	#service-content-section.text-align-right .entry-container,
	#hero-section.text-align-right .more-link {
		text-align: right;
	}

	#hero-section.text-align-center .entry-container,
	#service-content-section.text-align-center .entry-container,
	#hero-section.text-align-center .more-link {
		text-align: center;
	}

	#service-content-section.text-align-left .post-thumbnail img {
		margin: 0 auto 0 0;
	}

	#service-content-section.text-align-right .post-thumbnail img {
		margin: 0 0 0 auto;
	}

	#service-content-section.text-align-center .post-thumbnail img {
		margin: 0 auto;
	}

	.promotion-video-section.button-alone {
		padding: 28px 0 21px 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 {
		padding-bottom: 0;
		width: 50%;
		min-height: 440px;
    }

    .content-align-left .playlist-content-wrapper .post-thumbnail-background {
    	order: 2;
    }

    .playlist-content-wrapper .entry-container {
		width: 50%;
    }

    .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;
    }

    body .wp-playlist-item {
    	padding-left: 0;
    	padding-right: 0;
    }

    .mejs-previous-button.mejs-previous,
	.mejs-next-button.mejs-next {
	    display: block;
	}

	.boxed-sidebar .sidebar .widget .textwidget img,
	.boxed-sidebar .sidebar .widget.ew-about .featured-image img {
	    width: 150px;
	    height: 150px;
	}

	.header-highlights-section .hentry {
		width: 50%;
	}

	.header-highlights-section .section-content-wrapper,
	.header-highlights-section .hentry {
		padding: 0 15px;
	}

	.section.text-align-left .hentry-inner {
		text-align: left;
	}

	.section.text-align-center .hentry-inner {
		text-align: center;
	}

	.section.text-align-right .hentry-inner {
		text-align: right;
	}

	#promotion-section.text-align-left .entry-container {
		text-align: left;
	}

	#promotion-section.text-align-right .entry-container {
		text-align: right;
	}
}

@media screen and (min-width: 37.5625em) {
	.sticky-playlist-mobile.admin-bar.playlist-fixed #sticky-playlist-section {
		top: 46px;
	}
}


/**
 * 14.2 - >= 667px
 */


@media screen and (min-width: 41.6875em) {

	/* Woocommerce Styles */
	.site-content .woocommerce-ordering,
	.site-content .woocommerce-result-count {
		display: inline-block;
		margin-bottom: 0;
	}

	.woocommerce-shorting-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;
		text-align: left;
	}

	.woocommerce-shorting-wrapper .woocommerce-result-count {
		margin-right: auto;
	}

	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 {
		display: inline-block;
		width: auto;
	}

	.columns-2 ul.products,
	.columns-3 ul.products,
	.columns-4 ul.products,
	.related ul.products,
	.upsells ul.products,
	.cross-sells ul.products {
		margin: 0 -15px;
	}

	.columns-2 ul.products li.product,
	.columns-4 ul.products li.product {
		padding: 0 15px;
		width: 50%;
	}

	.columns-3 ul.products li.product,
	.related ul.products li.product,
	.upsells ul.products li.product,
	.cross-sells ul.products li.product  {
		padding: 0 15px;
		width: 33.33%;
	}

	.columns-3 ul.products li.product:nth-child(3n+1),
	.related ul.products li.product:nth-child(3n+1),
	.upsells ul.products li.product:nth-child(3n+1),
	.cross-sells ul.products li.product:nth-child(3n+1) {
		clear: both;
	}

	.columns-2 ul.products .onsale,
	.columns-3 ul.products .onsale,
	.columns-4 ul.products .onsale,
	.related ul.products .onsale {
		left: 15px;
	}

	.single-product div.product {
		content: "";
		display: table;
		table-layout: fixed;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .entry-summary {
		float: left;
	}

	.single-product div.product .woocommerce-product-gallery {
		width: 52.5252525252525%;
	}

	.single-product div.product .entry-summary {
		text-align: left;
		width: 47.47474747474747%;
	}

	.single-product div.product .entry-summary {
		margin: 0;
		padding-left: 30px;
	}

	.woocommerce-tabs ul.tabs {
		margin: 42px 0 0
	}

	.single-product div.product .related,
	.single-product div.product .upsells,
	.cart-collaterals .cross-sells,
	.cart-collaterals .cart_totals {
		margin-top: 42px
	}

	.cart-collaterals .cart_totals {
	    display: block;
	    clear: both;
	    float: right;
	    width: 60%;
	    max-width: 600px;
	}/* Woocommerce Styles End */

	/* Woocommerce Styles */
	table.cart td.actions input,
	table.cart td.actions .button {
		margin: 0;
	}

	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;
	}

	.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 */

	.three-columns .hentry {
		width: 33.33%;
	}

	.five-columns .hentry {
		width: 20%;
	}

	.six-columns .hentry {
		width: 16.66%;
	}

	.seven-columns .hentry {
		width: 14.28%;
	}

	.eight-columns .hentry {
		width: 12.5%;
	}

	.nine-columns .hentry {
		width: 11.11%;
	}

	.nine-columns .hentry:nth-child(9n+1),
	.eight-columns .hentry:nth-child(8n+1),
	.seven-columns .hentry:nth-child(7n+1),
	.six-columns .hentry:nth-child(6n+1),
	.five-columns .hentry:nth-child(5n+1),
	.three-columns .hentry:nth-child(3n+1) {
		clear: both;
	}

	.featured-content-wrapper.layout-three,
	.no-sidebar.full-width-layout #infinite-post-wrap,
	.featured-video-wrapper.layout-three,
	.service-content-wrapper.layout-three,
	.stats-content-wrapper.layout-three,
	.pricing-content-wrapper.layout-three {
		margin-left: -15px;
		margin-right: -15px;
	}

	.featured-content-wrapper.layout-three .hentry,
	.team-content-wrapper.layout-three .hentry,
	.events-content-wrapper.layout-three .hentry,
	#colophon .three .widget-column,
	.featured-video-wrapper.layout-three .hentry,
	.service-content-wrapper.layout-three .hentry,
	.stats-content-wrapper.layout-three .hentry,
	.pricing-content-wrapper.layout-three .hentry {
		width: 33.33%;
	}

	.featured-content-wrapper.layout-three .hentry,
	.team-content-wrapper.layout-three .hentry,
	.no-sidebar.full-width-layout #infinite-post-wrap .hentry,
	.events-content-wrapper.layout-three .hentry,
	.featured-video-wrapper.layout-three .hentry,
	.service-content-wrapper.layout-three .hentry,
	.stats-content-wrapper.layout-three .hentry,
	.pricing-content-wrapper.layout-three .hentry {
		padding: 0 15px;
	}

	.featured-content-wrapper.layout-three .hentry-inner .post-thumbnail,
	.featured-content-wrapper.layout-three .hentry-inner .entry-container,
	.no-sidebar.full-width-layout #infinite-post-wrap .hentry .post-thumbnail,
	.no-sidebar.full-width-layout #infinite-post-wrap .hentry .entry-container,
	.events-content-wrapper.layout-three .post-thumbnail,
	.events-content-wrapper.layout-three .entry-container,
	.featured-video-wrapper.layout-three .post-thumbnail,
	.featured-video-wrapper.layout-three .entry-container,
	.portfolio-content-wrapper.layout-three .hentry-inner .post-thumbnail,
	.portfolio-content-wrapper.layout-three .hentry-inner .entry-container,
	.service-content-wrapper.layout-three .hentry-inner .post-thumbnail,
	.service-content-wrapper.layout-three .hentry-inner .entry-container,
	.stats-content-wrapper.layout-three .hentry-inner .post-thumbnail,
	.stats-content-wrapper.layout-three .hentry-inner .entry-container,
	.pricing-content-wrapper.layout-three .hentry-inner .post-thumbnail,
	.pricing-content-wrapper.layout-three .hentry-inner .entry-container {
		display: block;
		width: 100%;
	}

	.featured-content-wrapper.layout-three .hentry:nth-child(3n+1),
	.team-content-wrapper.layout-three .hentry:nth-child(3n+1),
	.events-content-wrapper.layout-three .hentry:nth-child(3n+1),
	.featured-video-wrapper.layout-three .hentry:nth-child(3n+1),
	.service-content-wrapper.layout-three .hentry:nth-child(3n+1),
	.stats-content-wrapper.layout-three .hentry:nth-child(3n+1),
	.pricing-content-wrapper.layout-three .hentry:nth-child(3n+1) {
		clear: both;
	}

	#feature-slider-section .entry-container,
	.custom-header-content {
		padding: 100px 50px;
	}

	.sticky-playlist-enabled .custom-header-content {
	    padding-top: 150px;
	}

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

	#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 {
	    height: calc(100% - 120px);
	    left: 50%;
	    transform: translateX(-50%);
	}

	#timeline-section .hentry:before {
		left: 50%;
		transform: translateX(-50%);
	}

	#timeline-section .post-thumbnail:before {
		left: 35px;
		width: calc(100% - 70px);
	}

	.countdown-content-wrapper .hentry {
		width: 25%;
	}

	#countdown-section .text .val {
		font-size: 36px;
		font-size: 2.25rem;
	}

	#countdown-section .text .type-time {
		font-size: 16px;
		font-size: 1rem;
	}

	.pricing-section .hentry-inner {
	    padding: 35px 14px 56px 14px;
	}

	.promotion-contact .entry-container {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    max-width: 100%;
	}

	.promotion-contact .entry-container .content-wrap {
	    margin-right: auto;
	    text-align: left;
	    width: 52%;
	}

	.promotion-contact .button-wrap {
		margin: 0;
	}

	.promotion-contact .entry-container {
		text-align: right;
	}

	.promotion-video-section.button-alone {
		padding: 70px 0 63px 0;
	}

	.mejs-sticky-playlist-container.mejs-container .mejs-button.mejs-volume-button,
	.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 .mejs-container.mejs-container .mejs-controls .mejs-button.mejs-previous,
	#sticky-playlist-section .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 .wp-playlist-current-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 1 30%;
	    flex: 0 1 30%;
	}

	#sticky-playlist-section .mejs-sticky-playlist-container {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 1 70%;
	    flex: 0 1 70%;
	}

	.app-section.content-align-left .entry-container {
	    float: left;
	}

	.app-section.content-align-center .entry-container {
	    margin: 0 auto;
	}

	.app-section.content-align-right .entry-container {
	    float: right;
	}

	.app-image-container {
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	    flex-flow: row nowrap;
	}

	.app-image-container div + div {
	    margin: 0 0 0 14px;
	}

	.app-section.text-align-left .post-thumbnail img  {
		margin: 0 auto 0 0;
	}

	.app-section.text-align-center .post-thumbnail img  {
		margin: 0 auto;
	}

	.app-section.text-align-right .post-thumbnail img  {
		margin: 0 0 0 auto;
	}

	.app-section.text-align-left .entry-container {
		text-align: left;
	}

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

	.app-section.text-align-right .entry-container {
		text-align: right;
	}

	.app-section.text-align-left .app-image-container {
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}

	.app-section.text-align-right .app-image-container {
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	}

    #events-section.modern .event-list-description {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    }

    #events-section.modern .entry-meta {
        width: 22%;
    }

    #events-section.modern .event-list-description {
        width: 78%;
    }

    #events-section.modern .event-title-wrap {
    	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
        width: 68%;
    }


    #events-section.modern .event-title-wrap .entry-header,
    #events-section.modern .event-title-wrap .entry-content,
    #events-section.modern .event-title-wrap .entry-summary {
        padding: 0 14px;
        width: 50%;
    }

    #events-section.modern .event-action-buttons {
    	padding-left: 14px;
    }

    #events-section.modern .event-action-buttons {
		margin-top: 0;
	}

	#events-section.modern .entry-content,
	#events-section.modern .entry-summary {
		margin: 0;
	}

	#footer-newsletter form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton,
	#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
		margin: 0;
	}

	#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
		margin-right: auto;
		width: 70%;
		padding: 13px 14px;
	}

	.color-scheme-magazine #footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
	.color-scheme-travel #footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
		padding: 10px 14px;
	}

	#footer-newsletter .ew-newsletter-wrap {
		padding: 35px;
	}

	.header-highlights-section .hentry:not(.highlight) {
		width: 33.33%;
	}

	.header-highlights-section .hentry.highlight {
		width: 66.66%;
	}

	.excerpt-image-left .archive-post-wrap .hentry.has-post-thumbnail:not(:first-child):not(:first-child) .post-wrapper,
	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}

	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail {
		margin-bottom: 0;
	}

	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail {
	    -webkit-box-ordinal-group: 2;
	    -webkit-order: 1;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	    order: 1;
	}

	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail,
	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container {
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	    -moz-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	    order: 2;
	}

	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail,
	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail,
	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .post-thumbnail,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 1 50%;
	    -moz-box-flex: 0;
	    -ms-flex: 0 1 50%;
	    flex: 0 1 50%;
	}

	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container {
	    padding-left: 30px;
	}

	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container {
	    padding-right: 30px;
	}

	.selected-posts-section .section-content-wrapper.layout-two .hentry {
		width: 100%;
	}

	.selected-posts-section .section-content-wrapper.layout-two .hentry-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}

	.selected-posts-section .section-content-wrapper.layout-two .post-thumbnail,
	.selected-posts-section .section-content-wrapper.layout-two .entry-container {
		width: 50%;
	}

	.selected-posts-section .section-content-wrapper.layout-two .post-thumbnail {
		margin-bottom: 0;
	}

	.selected-posts-section .section-content-wrapper.layout-two .entry-container {
		padding-left: 35px;
	}
}

@media screen and (min-width: 48.9375em) {
	.sticky-playlist-mobile.admin-bar #sticky-playlist-section,
	.sticky-playlist-mobile.admin-bar.playlist-fixed #sticky-playlist-section {
		top: 32px;
	}
}



/**
 * 14.3 - >= 1024px
 */


@media screen and (min-width: 64em) {
	/* Woocommerce Styles */
	.columns-2 ul.products,
	.columns-3 ul.products,
	.columns-4 ul.products,
	.related ul.products,
	.upsells ul.products,
	.cross-sells ul.products {
		margin: 0 -20px;
	}

	.columns-2 ul.products li.product,
	.columns-3 ul.products li.product,
	.columns-4 ul.products li.product,
	.related ul.products li.product,
	.upsells ul.products li.product,
	.cross-sells ul.products li.product {
		padding: 0 25px;
	}

	.columns-2 ul.products .onsale,
	.columns-3 ul.products .onsale,
	.columns-4 ul.products .onsale,
	.related ul.products .onsale  {
		left: 20px;
	}

	.columns-4 ul.products li.product,
	.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%;
	}

	.columns-4 ul.products 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),
	.columns-4 ul.products li.product:nth-child(4n+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;
	}

	.woocommerce-shorting-wrapper {
		margin: 0 0 42px;
	}

	.site-header-cart .menu-inline {
	    display: inline-block;
	}

	.site-header-cart li.menu-inline {
		padding: 0;
	}

	.site-header-cart .menu-inline > a {
		padding: 17px 20px 17px 0;
	}

	.site-header-cart .cart-contents {
	    position: relative;
	    background-color: transparent;
	    height: auto;
	    width: auto;
	    text-indent: 0;
	}

	.site-header-cart .site-cart-contents .amount,
	.site-header-cart .site-cart-contents .sep {
		display: none;
	}

	#site-header-secondary-cart-wrapper .site-header-cart .site-cart-contents .amount,
	#site-header-secondary-cart-wrapper .site-header-cart .site-cart-contents .sep {
		display: inline-block;
	}

	#site-search-toggle.menu-search-toggle {
		display: block;
		position: relative;
	}

	#site-product-search,
	#site-cart-contents-items {
		position: absolute;
		top: 100%;
		left: auto;
		right: 0;
		width: 320px;
		z-index: 101;
		-webkit-animation: fadein 0.6s;
		-moz-animation: fadein 0.6s;
		-o-animation: fadein 0.6s;
		animation: fadein 0.6s;
	}

	.site-header-cart .woocommerce .widget_shopping_cart .cart_list li,
	.site-header-cart .woocommerce.widget_shopping_cart .cart_list li,
	.site-header-cart .woocommerce-mini-cart__total,
	.site-header-cart .woocommerce-mini-cart__empty-message {
		margin: 0;
		padding: 10px 30px;
	}

	#site-product-search .widget {
		border: 1px solid;
		padding: 21px;
		margin: 0;
	}

	.site-header-cart ul {
		display: none;
	}

	.site-header-cart .site-cart:hover ul,
	.site-header-cart .site-cart.focus ul {
		display: block;
	}

	.site-header-cart .woocommerce-mini-cart__buttons a {
		margin: 14px 30px;
	}

	.boxed-layout .demo_store {
		max-width: 1770px;
		width: 94%;
	}

	.woocommerce-tabs ul.tabs {
		margin: 49px 0 0
	}

	.single-product div.product .related,
	.single-product div.product .upsells,
	.cart-collaterals .cross-sells,
	.cart-collaterals .cart_totals {
		margin-top: 49px
	}

	.single-product div.product .entry-summary {
		padding-left: 50px;
	}/* Woocommerce Styles End */

	#firefly {
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	.site-footer:before {
	    width: calc(100% - 100px);
	}

	#team-content-section .post-thumbnail {
		margin-bottom: 0;
		padding-right: 28px;
		width: 40.5%;
	}

	#team-content-section .entry-container {
		width: 59.5%;
	}

	#team-content-section .hentry-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.page-title,
	.section-title,
	#footer-instagram .widget-title,
	#hero-section .entry-title,
	#promotion-section .entry-title,
	.promotion-contact .entry-title,
	.playlist-content-wrapper .entry-title,
	.app-section .entry-title {
		font-size: 40px;
		font-size: 2.5rem;
	}

	.color-scheme-magazine .page-title,
	.color-scheme-magazine .section-title,
	.color-scheme-magazine #footer-instagram .widget-title,
	.color-scheme-magazine #hero-section .entry-title,
	.color-scheme-magazine #promotion-section .entry-title,
	.color-scheme-magazine .promotion-contact .entry-title,
	.color-scheme-magazine .playlist-content-wrapper .entry-title,
	.color-scheme-magazine .app-section .entry-title,
	.color-scheme-travel .page-title,
	.color-scheme-travel .section-title,
	.color-scheme-travel #footer-instagram .widget-title,
	.color-scheme-travel #hero-section .entry-title,
	.color-scheme-travel #promotion-section .entry-title,
	.color-scheme-travel .promotion-contact .entry-title,
	.color-scheme-travel .playlist-content-wrapper .entry-title,
	.color-scheme-travel .app-section .entry-title {
		font-size: 34px;
		font-size: 2.125rem;
	}

	.archive-post-wrap .hentry,
	.recent-blog-content-wrapper .hentry {
		margin-bottom: 56px;
	}

	.simple-blog .archive-post-wrap .hentry:first-child,
	.simple-blog .recent-blog-content-wrapper .hentry:first-child {
		margin-bottom: 63px;
	}

	.bordered-blog .archive-posts-wrapper .post-wrapper .entry-container,
	.bordered-blog .recent-blog-content-wrapper .post-wrapper .entry-container,
	.boxed-blog .archive-posts-wrapper .post-wrapper .entry-container,
	.boxed-blog .recent-blog-content-wrapper .post-wrapper .entry-container {
		padding: 42px 130px;
	}

	.header-right-menu-disabled .site-secondary-menu,
	.secondary-search-wrapper {
		display: block;
	}

	#header-navigation-area .secondary-search-wrapper,
	#header-navigation-area .site-secondary-menu,
	.search-social-wrap {
		display: none;
	}

	.site-primary-menu.toggled-on {
		border-top: 0;
	}

	#footer-menu-section .wrapper,
	 .gallery-content-wrapper {
	 	padding-left: 50px;
	 	padding-right: 50px;
	 }

	#events-section .wrapper {
		padding: 21px 0;
	}

	.section,
	#footer-newsletter .widget {
		padding: 21px 0;
	}

	#events-section.classic .events-content-wrapper {
		padding-left: 31px;
		padding-right: 31px;
	}

	#hero-section,
	#events-section.classic {
		padding: 56px 0;
	}

	.scroll-down {
		display: block;
	}

	#header-content input[type="search"] {
		background-color: transparent;
	}

	#search-top-container .header-top-right {
		display: none;
	}

	#search-top-container {
		border: none;
		position: absolute;
		top: 60px;
		right: 50px;
		width: 100%;
		margin: 0;
		max-width: 370px;
		z-index: 2;
		-webkit-box-shadow: -4px 4px 15px 0px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: -4px 4px 15px 0px rgba(0, 0, 0, 0.35);
		box-shadow:	-4px 4px 15px 0px rgba(0, 0, 0, 0.35);
	}

	.boxed-layout #page {
		width: 94%;
	}

	.site-header-main {
		padding: 35px 50px;
	}

	.site-content .wrapper {
		padding: 0 25px;
	}

	#feature-slider-section .entry-container,
	.custom-header-content {
		max-width: 990px;
		width: 100%;
		padding: 228px 50px;
	}

	.sticky-playlist-enabled .custom-header-content {
	    padding-top: 228px;
	}

	.site-content,
	.playlist-section.section {
		padding: 56px 0;
	}

	#promotion-section .entry-container {
		margin-bottom: 56px;
		margin-top: 56px;
	}

	.content-bottom-widgets,
	#footer-instagram .widget-title {
		padding-top: 49px;
	}

	#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .button {
		margin: 35px 0 49px;
	}

	.dropdown-toggle,
	.site-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.menu-secondary-toggle,
	.header-top-button-wrap,
	.menu-top-toggle,
	#search-top-container.with-social .header-top-left,
	#social-primary-navigation {
		display: none;
	}

	.site-header-top-main {
		padding: 0;
	}

	.header-top-bar .wrapper {
		padding: 0 35px;
	}

	.header-top-bar .top-main-wrapper {
		margin: 0 auto;
		border: none;
	}

	.primary-menu-left #site-primary-navigation {
		text-align: left;
	}

	.site-header-top-main,
	.site-primary-menu,
	.site-secondary-menu,
	.footer-navigation {
		display: block;
	}

	.site-footer-menu {
		margin: 0;
	}

	.disable-in-mobile,
	.header-top-bar .contact-details li,
	.site-navigation .top-menu li {
		display: inline;
		float: left;
	}

	.header-top-bar .contact-details li {
		margin: 0 15px;
	}

	.menu-search-top-toggle,
	.header-top-left,
	#site-top-navigation {
		display: block;
		float: left;
	}

	.menu-search-top-toggle {
		display: block;
		float: right;
	}

	.menu-search-top-toggle {
		padding: 21px 15px;
	}

	.header-top-left {
		margin: 18px 0;
	}

	.header-top-right {
		float: right;
		margin: 10px;
	}

	#site-header-top-menu .social-navigation ul,
	.header-top-bar .contact-details li,
	.site-header .social-navigation ul {
		padding: 0;
	}

	.site-primary-menu,
	.site-secondary-menu {
		position: relative;
		margin: 0;
	}

	.site-secondary-menu,
	.site-footer-menu {
		text-align: center;
	}

	#search-toggle {
		border: none;
		line-height: 1.231;
		margin: 0;
		padding: 25px 20px;
		position: absolute;
		right: 0;
		top: 0;
	}

	#search-toggle-right .icon {
		margin-right: 0;
	}

	#search-container {
		padding: 14px 20px;
	}

	.site-navigation .primary-menu,
	.site-navigation .primary-menu > li,
	.site-navigation .secondary-menu,
	.site-navigation .secondary-menu > li,
	.footer-navigation li {
		border: 0;
	}

	.site-navigation .primary-menu > li,
	.site-navigation .secondary-menu > li,
	.site-navigation .footer-menu > li {
		display: inline-block;
	}

	.site-navigation .primary-menu ul,
	.site-navigation .secondary-menu ul,
	.site-navigation .footer-menu ul {
		text-align: left;
	}

	.site-navigation a {
		padding: 18px 25px;
		outline-offset: -8px;
		white-space: nowrap;
	}

	.site-navigation ul ul {
		display: block;
		text-transform: none;
		text-align: left;
		left: -999em;
		margin: 0;
		padding: 11px 0;
		position: absolute;
		z-index: 99999;
	}

	.site-navigation ul ul ul {
		top: -11px;
	}

	.site-navigation ul ul ul:before,
	.site-navigation ul ul ul:after {
		border: 0;
	}

	.site-navigation ul ul li {
		border: none;
		border-bottom-width: 0;
	}

	#site-secondary-navigation.site-navigation ul ul a,
	.site-navigation ul ul a {
		padding: 11px 21px;
		white-space: normal;
		width: 260px;
	}

	#social-secondary-navigation-top {
		clear: both;
		display: block;
		margin: 0 10px;
	}

	#site-secondary-navigation {
		clear: both;
	}

	#site-top-navigation.site-navigation ul ul a {
		line-height: 1.5;
		padding: 11px 21px;
	}

	.site-navigation li:hover > ul,
	.site-navigation li.focus > ul {
		left: 0;
		right: auto;
		-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;
	}

	/* Animation for Menu */
	@keyframes smoothScrollBack {
	  0% {
	    transform: translateY(20px);
	  }
	  100% {
	    transform: translateY(0px);
	  }
	}

	@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;
	    }
	}

	.site-navigation .secondary-menu li:hover > ul,
	.site-navigation .secondary-menu li.focus > ul {
		left: auto;
		right: 0;
	}

	.site-navigation ul ul li:hover > ul,
	.site-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.site-navigation .secondary-menu ul li:hover > ul,
	.site-navigation .secondary-menu ul li.focus > ul {
		left: auto;
		right: 100%;
	}



	.site-navigation .menu-item-has-children > a {
		margin: 0;
	}

	.site-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.site-navigation .secondary-menu a {
		padding: 14px 20px;
	}

	.site-navigation .top-menu a {
		padding: 18px 15px;
	}

	.site-navigation .menu-item-has-children > a > .icon,
	.site-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 9px;
		position: relative;
		top: -1px;
	}

	.site-navigation ul ul .menu-item-has-children > a > .icon,
	.site-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -7px;
		left: auto;
		position: absolute;
		right: 9px;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.site-navigation .secondary-menu ul .menu-item-has-children > a > .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-navigation ul,
	.header-top-left ul {
		text-align: center;
	}

	#site-footer-navigation,
	#social-footer-navigation {
		margin-bottom: 28px;
	}

	#feature-slider-section .slider-content-wrapper {
		padding: 0;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		z-index: 101;
		max-width: 990px;
		margin: 0 auto;
		width: 100%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#feature-slider-section .cycle-prev {
		left: 42px;
	}

	#feature-slider-section .cycle-next{
		right: 42px;
	}

	#secondary .widget {
		width: 100%;
	}

	#secondary .widget:nth-child(2n+1) {
		margin-right: 0;
	}

	#colophon .four .widget-column {
		width: 25%;
	}

	#colophon .four .widget-column:nth-child(2n+1) {
		clear: none;
	}

	#colophon .four .widget-column:nth-child(4n+1) {
		clear: both;
	}

	.featured-content-wrapper.layout-three .hentry,
	.featured-content-wrapper.layout-one .hentry,
	.team-content-wrapper.layout-three .hentry,
	.featured-content-wrapper.layout-two .hentry,
	.team-content-wrapper.layout-two .hentry,
	.team-content-wrapper.layout-one .hentry,
	.no-sidebar.full-width-layout #infinite-post-wrap .hentry,
	.two-columns-layout #infinite-post-wrap .hentry,
	.no-sidebar.content-width-layout #infinite-post-wrap .hentry,
	.events-content-wrapper.layout-three .hentry,
	.events-content-wrapper.layout-two .hentry,
	.events-content-wrapper.layout-one .hentry,
	.featured-video-wrapper.layout-three .hentry,
	.featured-video-wrapper.layout-two .hentry,
	.featured-video-wrapper.layout-one .hentry,
	.service-content-wrapper.layout-three .hentry,
	.service-content-wrapper.layout-two .hentry,
	.service-content-wrapper.layout-one .hentry,
	.stats-content-wrapper.layout-one .hentry,
	.stats-content-wrapper.layout-two .hentry,
	.stats-content-wrapper.layout-three .hentry,
	.pricing-content-wrapper.layout-one .hentry,
	.pricing-content-wrapper.layout-two .hentry,
	.pricing-content-wrapper.layout-three .hentry {
		padding: 0 25px;
	}

	.featured-content-wrapper.layout-four,
	.team-content-wrapper.layout-four,
	.featured-content-wrapper.layout-three,
	.team-content-wrapper.layout-four,
	.featured-content-wrapper.layout-two,
	.featured-content-wrapper.layout-one,
	.team-content-wrapper.layout-two,
	.team-content-wrapper.layout-one,
	.no-sidebar.full-width-layout #infinite-post-wrap,
	.two-columns-layout #infinite-post-wrap,
	.no-sidebar.content-width-layout #infinite-post-wrap,
	.featured-video-wrapper.layout-three,
	.featured-video-wrapper.layout-two,
	.featured-video-wrapper.layout-four,
	.featured-video-wrapper.layout-one,
	.service-content-wrapper.layout-four,
	.service-content-wrapper.layout-three,
	.service-content-wrapper.layout-two,
	.service-content-wrapper.layout-one,
	.stats-content-wrapper.layout-one,
	.stats-content-wrapper.layout-two,
	.stats-content-wrapper.layout-three,
	.stats-content-wrapper.layout-four,
	.pricing-content-wrapper.layout-one,
	.pricing-content-wrapper.layout-two,
	.pricing-content-wrapper.layout-three,
	.pricing-content-wrapper.layout-four {
		margin-left: 0;
		margin-right: 0;
	}

	.featured-content-wrapper.layout-three,
	.team-content-wrapper.layout-three,
	.featured-content-wrapper.layout-two,
	.featured-content-wrapper.layout-one,
	.team-content-wrapper.layout-two,
	.team-content-wrapper.layout-one,
	.featured-video-wrapper.layout-three,
	.featured-video-wrapper.layout-two,
	.featured-video-wrapper.layout-one,
	.error-404.not-found,
	.no-results.not-found,
	.service-content-wrapper.layout-three,
	.service-content-wrapper.layout-two,
	.site-main.woocommerce,
	.stats-content-wrapper.layout-one,
	.stats-content-wrapper.layout-two,
	.stats-content-wrapper.layout-three,
	.pricing-content-wrapper.layout-one,
	.pricing-content-wrapper.layout-two,
	.pricing-content-wrapper.layout-three {
		padding-left: 25px;
		padding-right: 25px;
	}

	#portfolio-content-section .portfolio-content-wrapper {
		padding-left: 43px;
		padding-right: 43px;
	}

	#hero-section .wrapper {
		padding: 0 50px;
	}

	.product-content-section .section-content-wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}

	#hero-section .entry-container,
	#promotion-section.content-frame .entry-container-frame {
		padding: 56px;
	}

	#promotion-section:not(.content-frame) .entry-container-frame {
		padding-bottom: 56px;
		padding-top: 56px;
	}

	#promotion-section .content-wrapper {
		padding: 0 50px;
	}

	.recent-blog-content-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.team-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.events-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.featured-video-wrapper.layout-four .hentry:nth-child(2n+1),
	.service-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.stats-content-wrapper.layout-four .hentry:nth-child(2n+1),
	.pricing-content-wrapper.layout-four .hentry:nth-child(2n+1) {
		clear: none;
	}

	.featured-content-wrapper.layout-four .hentry:nth-child(4n+1),
	.team-content-wrapper.layout-four .hentry:nth-child(4n+1),
	.events-content-wrapper.layout-four .hentry:nth-child(4n+1),
	.featured-video-wrapper.layout-four .hentry:nth-child(4n+1),
	.service-content-wrapper.layout-four .hentry:nth-child(4n+1),
	.stats-content-wrapper.layout-four .hentry:nth-child(4n+1),
	.pricing-content-wrapper.layout-four .hentry:nth-child(4n+1) {
		clear: both;
	}

	.featured-content-wrapper.layout-four .hentry,
	.team-content-wrapper.layout-four .hentry,
	.events-content-wrapper.layout-four .hentry,
	.featured-video-wrapper.layout-four .hentry,
	.portfolio-content-wrapper.layout-four .hentry,
	.service-content-wrapper.layout-four .hentry,
	.stats-content-wrapper.layout-four .hentry,
	.pricing-content-wrapper.layout-four .hentry {
		width: 25%;
	}

	.portfolio-content-wrapper.layout-three .hentry {
		width: 33.33%;
	}

	.featured-content-wrapper.layout-four .hentry,
	.team-content-wrapper.layout-four .hentry,
	.events-content-wrapper.layout-four .hentry,
	.featured-video-wrapper.layout-four .hentry,
	.portfolio-content-wrapper.layout-four .hentry,
	.service-content-wrapper.layout-four .hentry,
	.stats-content-wrapper.layout-four .hentry,
	.pricing-content-wrapper.layout-four .hentry {
		padding: 0 20px;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
		max-width: 1040px;
	}

	.sidebar {
		float: right;
		margin-left: 70%;
		max-width: 440px;
		width: 30%;
	}

	.boxed-sidebar .content-area,
	.bordered-sidebar .content-area {
		width: 67%
	}

	.boxed-sidebar .sidebar,
	.bordered-sidebar .sidebar {
		margin-left: 67%;
		max-width: 100%;
		width: 33%;
	}

	.boxed-sidebar .content-right .sidebar,
	.bordered-sidebar .content-right .sidebar {
		margin-right: 67%;
	}

	.site-main .hentry,
	#secondary,
	.comments-area,
	.navigation.post-navigation {
		padding: 0 25px;
	}

	.site-content .sidebar {
		margin-top: 0;
	}

	.content-right .content-area {
		float: right;
		margin-right: 0;
		margin-left: -100%;
	}

	.content-right .sidebar {
		float: left;
		margin-right: 70%;
		margin-left: 0;
	}

	.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%;
	}

	.author-info {
		padding: 42px;
	}

	.comment-list,
	.comments-area,
	.singular-content-wrap .entry-header,
	.archive .page-header,
	.error404 .page-header,
	.search .page-header,
	.woocommerce-products-header,
	.archive-posts-wrapper .section-heading-wrapper {
		margin-bottom: 42px;
	}

	.author-info,
	.singular-content-wrap .post-thumbnail,
	.singular-content-wrap .entry-content,
	.entry-footer {
		margin: 42px 0;
	}

	.widget-column {
		padding: 14px 20px;
	}

	.woocommerce-pagination,
	.post-navigation,
	.posts-navigation,
	.pagination,
	.site-main #infinite-handle {
		margin: 0;
	}

	.navigation.posts-navigation,
	.navigation.navigation {
		padding: 0 25px;
	}

	#site-generator {
		padding: 28px 0;
	}

	.site-info .wrapper {
		padding: 0 30px;
	}

	.copyright,
	.powered {
		padding: 0 20px;
	}

	.site-branding {
		margin: 14px 0;
	}

	.portfolio-content-wrapper .entry-container {
		opacity: 0;
		-webkit-transition: .6s;
		-moz-transition: .6s;
		-ms-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
	}

	.portfolio-content-wrapper .hentry-inner:hover .entry-container {
		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);
	}

	.comment-respond {
		padding: 35px 42px;
	}

	#header-navigation-area .wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}

	.admin-bar #feature-slider-section .hentry,
	.admin-bar .header-media .custom-header-media {
	 	height: calc(100vh - 32px);
	}

	#feature-slider-section .hentry,
	.header-media .custom-header-media {
		height: 100vh;
	}

	#header-content input[type="search"] {
		border: 0;
		border-bottom: 1px solid transparent;
		cursor: pointer;
		max-width: 0;
		padding-left: 0;
		position: relative;
		z-index: 2;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-ms-transition: 0.5s ease;
		transition: 0.5s ease;
	}

	#header-content input[type="search"]:focus {
		cursor: text;
		max-width: 220px;
		position: static;
	}

	.site-header-main {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 42px 30px;
	}

	.social-header-enabled .site-branding {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
	.social-header-enabled .site-secondary-menu,
	.social-header-enabled .secondary-search-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}

	.social-header-enabled .site-secondary-menu {
		text-align: left;
	}

	.social-header-enabled .site-branding .site-identity {
		margin: 0 auto;
	}

	.social-header-enabled  .search-social-container {
		float: right;
	}

	.site-secondary-menu {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 14px 0px 14px 0;
	}

	.header-center-layout .site-branding {
		margin: 14px auto;
		text-align: center;
	}

	.post-wrapper .more-link {
		margin-top: 28px;
	}

	.more-link {
		margin-top: 28px;
	}

	.section-content-wrapper .entry-footer .entry-meta {
		margin: 28px 0 0;
	}

	.comment-respond {
		margin: 42px auto;
		padding: 42px;
	}

	body:not(.no-header-image) .custom-header-content {
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#feature-slider-section .entry-title,
	.header-media .entry-title {
		font-size: 76px;
		font-size: 4.75rem;
	}

	.clients-content-wrapper,
	#testimonial-content-section .hentry,
	#testimonial-content-section .section-content-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	#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 .post-thumbnail:before {
		left: 45px;
		width: calc(100% - 90px);
	}

	#timeline-section .post-thumbnail img,
	#portfolio-content-section .post-thumbnail img,
	.post-wrapper .post-thumbnail 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);
	}

	#timeline-section .post-thumbnail:hover img,
	#portfolio-content-section .hentry-inner:hover .post-thumbnail img,
	.post-wrapper .post-thumbnail:hover img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.view-icon {
		opacity: 0;
		right: -50px;
		top: -50px;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-ms-transition: 0.5s ease;
		transition: 0.5s ease;
	}

	#timeline-section .post-thumbnail:hover .view-icon {
		opacity: 1;
		right: 0;
		top: 0;
	}

	.countdown-content-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.countdown-content-wrapper .hentry {
		padding-left: 25px;
		padding-right: 25px;
		width: 25%;
	}

	#countdown-section .text .val {
		font-size: 46px;
		font-size: 2.875rem;
	}

	.portfolio-content-wrapper .entry-container > .inner-wrap {
		padding: 21px;
	}

	.catch-breadcrumb.breadcrumb-area {
		padding: 21px 50px 0 50px;
	}

	.section-content-wrapper,
	#footer-newsletter .ew-newsletter-wrap {
		padding-top: 35px;
	}

	.post-wrapper .entry-title,
	.simple-blog .archive-post-wrap .post-wrapper .entry-title,
	.simple-blog .recent-blog-content-wrapper .post-wrapper .entry-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.stats-content-wrapper .entry-title,
	.pricing-section .amount {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.contact-info-container:not(.single-layout) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.contact-info-container .contact-info,
	.contact-info-container .contact-form {
		width: 50%;
		margin: 0 auto;
	}

	.contact-info-container .contact-info .post-thumbnail {
		margin-right: 21px;
	}

	.contact-section .contact-info,
	.contact-section .contact-form {
		padding-left: 50px;
		padding-right: 50px;
	}

	.contact-section input[type="date"],
	.contact-section input[type="time"],
	.contact-section input[type="datetime-local"],
	.contact-section input[type="week"],
	.contact-section input[type="month"],
	.contact-section input[type="text"],
	.contact-section input[type="email"],
	.contact-section input[type="url"],
	.contact-section input[type="password"],
	.contact-section input[type="search"],
	.contact-section input[type="tel"],
	.contact-section input[type="number"],
	.contact-section textarea {
		padding: 15px;
	}

	.pricing-section .hentry-inner {
		padding: 42px 42px 63px 42px;
	}

	.pricing-section .package-price {
		padding-top: 42px;
	}

	.pricing-section .entry-container > .more-link {
		margin-top: 42px;
	}

	.pricing-section .entry-content,
	.pricing-section .entry-summary {
	    margin-top: 42px;
	}

	.promotion-contact .entry-container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.color-scheme-corporate #feature-slider-section .entry-title,
	.color-scheme-corporate .header-media .entry-title {
		font-size: 56px;
		font-size: 3.5rem;
	}

	.promotion-video-section.button-alone {
		padding: 105px 0 105px 0;
	}

	#portfolio-content-section .filter-button-group .button {
		margin: 0 10px;
		padding: 7px 14px;
	}

	.playlist-content-wrapper,
	#sticky-playlist-section .section-content-wrapper {
		padding: 0 50px;
	}

	#sticky-playlist-section {
	    position: fixed;
		top: 0;
	}

	.admin-bar #sticky-playlist-section {
		top: 32px;
	}

    .playlist-content-wrapper .entry-container {
		padding: 56px;
	}

	#sticky-playlist-section .mejs-container.mejs-container .mejs-inner {
		margin-right: auto;
		width: 98%;
	}

	.mejs-sticky-playlist-container.mejs-container .mejs-time,
	.mejs-sticky-playlist-container.mejs-container .mejs-time-rail {
	    display: block;
	}

	.woocommerce-loop-product__title,
	.woocommerce-loop-category__title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.app-section .entry-container {
	    padding: 56px 50px;
	}

	.app-image-container div + div {
	    margin: 0 0 0 21px;
	}

	#events-section.modern .section-content-wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}

	#featured-video-section.modern .featured-video-wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}

	#featured-video-section.modern .video-post-wrap .hentry {
	    padding: 0 0 0 35px;
	    margin-bottom: 35px;
	}

	#featured-video-section.modern .first-post-wrap {
		margin-bottom: 0
	}

	.header-highlights-section .hentry:not(.highlight) {
		width: 25%;
	}

	.header-highlights-section .hentry.highlight {
		width: 50%;
	}

	.header-highlights-section .section-content-wrapper,
	.header-highlights-section .hentry {
		padding: 0 25px;
	}

	.section.no-headline {
		padding-top: 56px;
	}

	.bordered-sidebar .sidebar .widget {
		margin-bottom: 42px;
	}

	.app-section.boxed-layout {
		max-width: 1510px;
		margin: 0 auto;
		width: calc(100% - 100px);
	}

	.section:not(:nth-child(2n)).app-section.boxed-layout,
	.section:not(:nth-child(2n)).app-section.boxed-layout + .section,
	.section:not(:nth-child(2n)).app-section.boxed-layout + .site-content {
		margin-top: 56px;
	}

	.selected-posts-section .section-content-wrapper.layout-two .hentry {
		width: 50%;
	}

	.selected-posts-section .section-content-wrapper.layout-two .post-thumbnail {
		width: 35.61643835616438%;
	}

	.selected-posts-section .section-content-wrapper.layout-two .entry-container {
		width: 64.38356164383562%;
	}

	.sidebar-advertisement.section {
	 	padding: 56px 0;
	 }

	.sidebar-advertisement .widget {
		padding: 0 40px;
	}

	.site-primary-menu.toggled-on {
		box-shadow: none;
	}
}


/**
 * 14.4 ->= 1366px
 */


@media screen and (min-width: 85.375em) {
	/* Woocommerce Styles */
	.columns-2 ul.products,
	.columns-3 ul.products,
	.columns-4 ul.products,
	.related ul.products,
	.upsells ul.products,
	.cross-sells ul.products {
		margin: 0 -25px;
	}

	.columns-2 ul.products .onsale,
	.columns-3 ul.products .onsale,
	.columns-4 ul.products .onsale,
	.related ul.products .onsale {
		left: 25px;
	}

	.woocommerce-shorting-wrapper {
		margin: 0 0 49px;
	}

	ul.products li.product {
		margin: 0 auto 42px;
	}

	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-noreviews,
	p.no-comments {
		margin-bottom: 2.882352941176471em;
	}

	table.shop_table_responsive tr td {
		padding: 14px 28px;
	}

	.woocommerce-tabs ul.tabs {
		margin: 63px 0 0
	}

	.single-product div.product .related,
	.single-product div.product .upsells,
	.cart-collaterals .cross-sells,
	.cart-collaterals .cart_totals {
		margin-top: 63px;
	}

	.woocommerce-pagination {
		margin-top: 7px;
	}/* Woocommerce Styles End */

	h1 {
		font-size: 46px;
		font-size: 2.875rem;
	}

	h2 {
		font-size: 37px;
		font-size: 2.3125rem;
	}

	h3,
	.single-product div.product .entry-summary .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	h4,
	blockquote {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.header-highlights-section .hentry:not(.highlight) .entry-title,
	.color-scheme-magazine #featured-content-section .entry-title,
	.color-scheme-magazine .selected-posts-section .entry-title,
	.color-scheme-travel #featured-content-section .entry-title,
	.color-scheme-travel .selected-posts-section .entry-title,
	.category-content-section .entry-title,
	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-title,
	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-title,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-title,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.post-wrapper .entry-title {
		font-size: 38px;
		font-size: 2.375rem;
	}

	.site-header-main {
	    padding: 49px 30px;
	}

	caption,
	th,
	td {
		padding: 14px 28px;
	}

	.archive-post-wrap .hentry,
	.recent-blog-content-wrapper .hentry,
	.boxed-blog .archive-post-wrap .hentry,
	.boxed-blog  .recent-blog-content-wrapper .hentry,
	.simple-blog .archive-post-wrap .hentry,
	.simple-blog .recent-blog-content-wrapper .hentry {
		margin-bottom: 63px;
	}

	.simple-blog .archive-post-wrap .hentry:first-child,
	.simple-blog .recent-blog-content-wrapper .hentry:first-child {
		margin-bottom: 70px;
	}

	#feature-slider-section .entry-title,
	.header-media .entry-title {
		font-size: 98px;
		font-size: 6.125rem;
	}

	#hero-section .entry-container,
	#promotion-section.content-frame .entry-container-frame {
		padding: 70px;
	}

	#promotion-section:not(.content-frame) .entry-container-frame {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	#footer-instagram .widget-title {
		padding: 0 42px;
		margin-bottom: 42px;
	}

	.section-heading-wrapper {
		padding-bottom: 7px;
	}

	.hentry {
		margin-bottom: 42px;
	}

	.portfolio-content-wrapper > div {
		margin-bottom: 28px;
	}

	.view-more {
		margin: 0 0 42px;
	}

	#site-generator {
		padding: 35px 0;
	}

	.comment-respond {
		margin: 49px auto;
		padding: 49px 42px;
	}

	.entry-header .entry-meta > span,
	.color-scheme-magazine .singular-content-wrap .entry-header .entry-meta > span,
	.color-scheme-magazine .entry-header .entry-title + .entry-meta > span,
	.color-scheme-travel .singular-content-wrap .entry-header .entry-meta > span,
	.color-scheme-travel .entry-header .entry-title + .entry-meta > span {
		margin-left: 26px;
	}

	.view-all-button {
		margin-bottom: 42px;
	}

	#events-section .wrapper {
		padding: 35px 0  28px 0;
	}

	.section,
	#footer-newsletter .widget {
		padding: 35px 0 28px 0;
	}

	#events-section.classic .events-content-wrapper {
		padding-left: 45px;
		padding-right: 45px;
	}

	#promotion-section .entry-container {
		margin-bottom: 70px;
		margin-top: 70px;
	}

	.site-content,
	.playlist-section.section {
		padding: 70px 0;
	}

	#hero-section,
	#events-section.classic {
		padding: 70px 0;
	}

	.site-title {
		font-size: 40px;
		font-size: 2.5rem;
	}

	.page-title,
	.section-title,
	#footer-instagram .widget-title,
	#hero-section .entry-title,
	#promotion-section .entry-title,
	.promotion-contact .entry-title,
	.playlist-content-wrapper .entry-title,
	.app-section .entry-title {
		font-size: 49px;
		font-size: 3.0625rem;
	}

	.color-scheme-magazine .page-title,
	.color-scheme-magazine .section-title,
	.color-scheme-magazine #footer-instagram .widget-title,
	.color-scheme-magazine #hero-section .entry-title,
	.color-scheme-magazine #promotion-section .entry-title,
	.color-scheme-magazine .promotion-contact .entry-title,
	.color-scheme-magazine .playlist-content-wrapper .entry-title,
	.color-scheme-magazine .app-section .entry-title,
	.color-scheme-travel .page-title,
	.color-scheme-travel .section-title,
	.color-scheme-travel #footer-instagram .widget-title,
	.color-scheme-travel #hero-section .entry-title,
	.color-scheme-travel #promotion-section .entry-title,
	.color-scheme-travel .promotion-contact .entry-title,
	.color-scheme-travel .playlist-content-wrapper .entry-title,
	.color-scheme-travel .app-section .entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.comment-reply-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.site-main #infinite-handle {
		bottom: -42px;
	}

	body:not(.two-columns-layout).infinite-scroll .site-content {
		padding-bottom: 112px;
	}

	body:not(.two-columns-layout).infinite-scroll.infinity-end .site-content {
		padding-bottom: 28px;
	}

	.portfolio-content-wrapper .entry-container > .inner-wrap {
		padding: 21px 28px;
	}

	.stats-content-wrapper .entry-title,
	.pricing-section .amount {
		font-size: 42px;
		font-size: 2.625rem;
	}

	.contact-info-container .contact-info .post-thumbnail {
		margin-right: 28px;
	}

	.contact-section input[type="date"],
	.contact-section input[type="time"],
	.contact-section input[type="datetime-local"],
	.contact-section input[type="week"],
	.contact-section input[type="month"],
	.contact-section input[type="text"],
	.contact-section input[type="email"],
	.contact-section input[type="url"],
	.contact-section input[type="password"],
	.contact-section input[type="search"],
	.contact-section input[type="tel"],
	.contact-section input[type="number"],
	.contact-section textarea {
		padding: 18px;
	}

	.pricing-section .hentry-inner {
		padding: 42px 49px 77px 49px;
	}

	.color-scheme-corporate #feature-slider-section .entry-title,
	.color-scheme-corporate .header-media .entry-title {
		font-size: 70px;
		font-size: 4.375rem;
	}

	#team-content-section .entry-meta .relation,
	#testimonial-content-section .entry-meta .position {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.promotion-video-section.button-alone {
		padding: 149px 0 142px 0;
	}

	#sticky-playlist-section .wp-playlist-current-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 1 25%;
	    flex: 0 1 25%;
	}

	#sticky-playlist-section .mejs-sticky-playlist-container {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 1 75%;
	    flex: 0 1 75%;
	}

	.playlist-content-wrapper .entry-container {
		padding: 70px;
	}

	.app-section .entry-container {
	    padding: 70px 50px;
	}

	.app-image-container div + div {
	    margin: 0 0 0 28px;
	}

	#events-section.modern .event-button,
	#events-section.modern .event-button + .event-button {
		margin: 4px;
	}

	#events-section.modern .event-action-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	 -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	width: 32%;
	}

	#featured-video-section.modern .featured-video-wrapper {
		padding-bottom: 42px;
	}

	#featured-video-section.modern .video-post-wrap .hentry {
	    padding: 0 0 0 42px;
	    margin-bottom: 42px;
	}

	#featured-video-section.modern.thumbnail-background .video-post-wrap .hentry {
		padding: 35px;
	}

	.boxed-sidebar .sidebar .widget .textwidget img,
	.boxed-sidebar .sidebar .widget.ew-about .featured-image img {
	    width: 250px;
	    height: 250px;
	}

	.boxed-sidebar .sidebar .widget {
	    padding: 42px 50px;
	    margin-bottom: 42px;
	}

	.bordered-sidebar .sidebar .widget {
		margin-bottom: 49px;
	    padding: 50px 40px;
	}

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

	.section.no-headline {
		padding-top: 70px;
	}

	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container {
	    padding-left: 40px;
	}

	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container {
	    padding-right: 40px;
	}

	.section:not(:nth-child(2n)).app-section.boxed-layout,
	.section:not(:nth-child(2n)).app-section.boxed-layout + .section,
	.section:not(:nth-child(2n)).app-section.boxed-layout + .site-content {
		margin-top: 70px;
	}

	.category-content-section .entry-container {
		padding: 28px;
	}

	.sidebar-advertisement.section {
	 	padding: 70px 0;
	 }

	.sidebar-advertisement .widget {
		padding: 0 50px;
	}
}


/**
 * 14.5 - >= 1600px
 */


@media screen and (min-width: 100em) {
	/* Woocommerce Styles */
	ul.products li.product {
	    margin: 0 auto 49px;
	}

	ul.products li.product img {
		margin: 0 auto 28px;
	}

	.products .price {
		display: block;
		font-size: 20px;
		font-size: 1.25rem;
	}

	.woocommerce-tabs ul.tabs {
		margin: 70px 0 0
	}

	.single-product div.product .related,
	.single-product div.product .upsells,
	.cart-collaterals .cross-sells,
	.cart-collaterals .cart_totals {
		margin-top: 70px
	}

	.woocommerce-pagination {
		margin-top: 14px;
	}

	.woocommerce .product-container .button {
		font-size: 16px;
		font-size: 1rem;
		padding: 12px 35px;
	}/* Woocommerce Styles End */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h1 {
		font-size: 60px;
		font-size: 3.75rem;
	}

	h2,
	.post-wrapper .entry-title {
		font-size: 46px;
		font-size: 2.875rem;
	}

	h3,
	.single-product div.product .entry-summary .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.site-header-main {
	    padding: 63px 30px;
	}

	#feature-slider-section .entry-container,
	.custom-header-content {
		padding: 325px 50px;
	}

	.sticky-playlist-enabled .custom-header-content {
	    padding-top: 325px;
	}

	.site-content,
	.playlist-section.section {
		padding: 91px 0;
	}

	.hentry {
		margin-bottom: 49px;
	}

	.portfolio-content-wrapper > div {
		margin-bottom: 35px;
	}

	.author-info,
	.singular-content-wrap .post-thumbnail,
	.singular-content-wrap .entry-content,
	.entry-footer {
		margin: 49px 0;
	}

	.comment-list,
	.comments-area,
	.singular-content-wrap .entry-header,
	.archive .page-header,
	.error404 .page-header,
	.search .page-header,
	.woocommerce-products-header,
	.archive-posts-wrapper .section-heading-wrapper {
		margin-bottom: 49px;
	}

	.content-bottom-widgets,
	#footer-instagram .widget-title {
		padding-top: 70px;
	}

	.comment-respond {
		margin: 56px auto;
		padding: 65px 49px;
	}

	.post-navigation a {
		padding: 49px;
	}

	#feature-slider-section .entry-meta {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.site-footer .footer-widget-area {
		padding: 35px 0 0 0;
	}

	#site-footer-navigation,
	#social-footer-navigation {
		margin-bottom: 35px;
	}

	#team-content-section .post-thumbnail {
		padding-right: 35px;
	}

	.view-all-button {
		margin-bottom: 49px;
	}

	#events-section .post-thumbnail .icon {
		font-size: 42px;
		font-size: 2.625rem;
	}

	#events-section .wrapper {
		padding: 56px 0 42px 0;
	}

	.section,
	#footer-newsletter .widget {
		padding: 56px 0 42px 0;
	}

	#events-section.classic .events-content-wrapper {
		padding-left: 66px;
		padding-right: 66px;
	}

	#promotion-section .entry-container {
		margin-bottom: 91px;
		margin-top: 91px;
	}

	.section-heading-wrapper {
		padding-bottom: 14px;
	}

	#hero-section,
	#events-section.classic {
		padding: 91px 0;
	}

	#promotion-section.content-frame .entry-container-frame,
	#hero-section .entry-container {
		padding: 91px 105px;
	}

	#promotion-section:not(.content-frame) .entry-container-frame {
		padding-bottom: 91px;
		padding-top: 91px;
	}

	.site-title {
		font-size: 49px;
		font-size: 3.0625rem;
	}

	.page-title,
	.section-title,
	#footer-instagram .widget-title,
	#hero-section .entry-title,
	#promotion-section .entry-title,
	.promotion-contact .entry-title,
	.playlist-content-wrapper .entry-title,
	.app-section .entry-title {
		font-size: 60px;
		font-size: 3.75rem;
	}

	.color-scheme-magazine .page-title,
	.color-scheme-magazine .section-title,
	.color-scheme-magazine #footer-instagram .widget-title,
	.color-scheme-magazine #hero-section .entry-title,
	.color-scheme-magazine #promotion-section .entry-title,
	.color-scheme-magazine .promotion-contact .entry-title,
	.color-scheme-magazine .playlist-content-wrapper .entry-title,
	.color-scheme-magazine .app-section .entry-title,
	.color-scheme-travel .page-title,
	.color-scheme-travel .section-title,
	.color-scheme-travel #footer-instagram .widget-title,
	.color-scheme-travel #hero-section .entry-title,
	.color-scheme-travel #promotion-section .entry-title,
	.color-scheme-travel .promotion-contact .entry-title,
	.color-scheme-travel .playlist-content-wrapper .entry-title,
	.color-scheme-travel .app-section .entry-title {
		font-size: 42px;
		font-size: 2.625rem;
	}

	#feature-slider-section .entry-title,
	.header-media .entry-title {
		font-size: 126px;
		font-size: 7.875rem;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-main #infinite-handle {
		bottom: -49px;
	}

	body:not(.two-columns-layout).infinite-scroll .site-content {
		padding-bottom: 140px;
	}

	body:not(.two-columns-layout).infinite-scroll.infinity-end .site-content {
		padding-bottom: 42px;
	}

	#timeline-section .section-content-wrapper:before {
	    height: calc(100% - 130px);
	}

	.bordered-blog .archive-posts-wrapper .post-wrapper .entry-container,
	.bordered-blog .recent-blog-content-wrapper .post-wrapper .entry-container,
	.boxed-blog .archive-posts-wrapper .post-wrapper .entry-container,
	.boxed-blog .recent-blog-content-wrapper .post-wrapper .entry-container {
		padding: 49px 130px;
	}

	.boxed-blog .archive-posts-wrapper .post-wrapper .entry-container,
	.boxed-blog .recent-blog-content-wrapper .post-wrapper .entry-container {
		padding-bottom: 56px;
		padding-top: 56px;
	}

	.bordered-blog .archive-post-wrap .hentry,
	.bordered-blog .recent-blog-content-wrapper .hentry {
		margin-bottom: 91px;
	}

	.portfolio-content-wrapper .entry-container > .inner-wrap {
		padding: 28px 49px;
	}

	.stats-content-wrapper .entry-title,
	.pricing-section .amount {
		font-size: 49px;
		font-size: 3.0625rem;
	}

	body.color-scheme-corporate,
	#events-section.modern .entry-content,
    #events-section.modern .entry-summary,
    #events-section.modern .date-month-year,
	#featured-video-section.modern .entry-meta,
	#featured-video-section.modern.thumbnail-background .video-post-wrap .hentry .entry-title,
	.color-scheme-magazine .taxonomy-description,
	.color-scheme-magazine .taxonomy-description-wrapper,
	.color-scheme-travel .taxonomy-description,
	.color-scheme-travel .taxonomy-description-wrapper {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.contact-info-container .contact-info .post-thumbnail {
		margin-right: 35px;
	}

	.contact-section input[type="date"],
	.contact-section input[type="time"],
	.contact-section input[type="datetime-local"],
	.contact-section input[type="week"],
	.contact-section input[type="month"],
	.contact-section input[type="text"],
	.contact-section input[type="email"],
	.contact-section input[type="url"],
	.contact-section input[type="password"],
	.contact-section input[type="search"],
	.contact-section input[type="tel"],
	.contact-section input[type="number"],
	.contact-section textarea {
		padding: 23px;
	}

	.pricing-section .hentry-inner {
		padding: 42px 70px 98px 70px;
	}

	.pricing-section .entry-content,
	.pricing-section .entry-summary {
	    margin-top: 49px;
	}

	.color-scheme-corporate #feature-slider-section .entry-title,
	.color-scheme-corporate .header-media .entry-title {
		font-size: 86px;
		font-size: 5.375rem;
	}

	.promotion-video-section.button-alone {
		padding: 203px 0 189px 0;
	}

	#scrollup {
		padding: 4px;
	}

	.header-media .site-header-logo,
	#feature-slider-section .slider-logo {
		margin-bottom: 21px;
		margin-top: 21px;
	}

	#playlist-section .entry-title span {
		margin-top: 28px;
	}

	.playlist-content-wrapper .entry-container {
		padding: 91px;
	}

	body .wp-playlist .wp-playlist-current-item img {
		height: 60px;
		width: 60px;
	}

	.app-section .entry-container {
	    padding: 91px 50px;
	}

	.app-image-container div + div {
	    margin: 0 0 0 35px;
	}

    #events-section.modern .hentry {
        padding-bottom: 42px;
    }

	#featured-video-section.modern .featured-video-wrapper {
		padding-bottom: 49px;
	}

	#featured-video-section.modern .video-post-wrap .hentry {
	    padding: 0 0 0 49px;
	    margin-bottom: 49px;
	}

	#featured-video-section.modern.thumbnail-background .video-post-wrap .hentry {
		padding: 42px 42px 42px 49px;
	}

	#featured-video-section.modern .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.boxed-sidebar .sidebar .widget {
	    margin-bottom: 49px;
	}

	.essential-widgets .hentry {
		margin-bottom: 28px;
	}

	.header-highlights-section .hentry.highlight .entry-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.section.no-headline {
		padding-top: 91px;
	}

	.excerpt-image-left .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-left .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container {
	    padding-left: 50px;
	}

	.excerpt-image-right .archive-post-wrap .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container,
	.excerpt-image-right .recent-blog-content-wrapper .has-post-thumbnail:not(:first-child) .post-wrapper .entry-container {
	    padding-right: 50px;
	}

	.bordered-sidebar .sidebar .widget {
		margin-bottom: 63px;
	    padding: 50px;
	}

	.bordered-sidebar .sidebar .widget .widget-title span {
		padding: 0 35px;
	}

	.section:not(:nth-child(2n)).app-section.boxed-layout,
	.section:not(:nth-child(2n)).app-section.boxed-layout + .section,
	.section:not(:nth-child(2n)).app-section.boxed-layout + .site-content {
		margin-top: 91px;
	}

	.post-thumbnail .post-format-icon {
	    padding: 12px;
	}

	.selected-posts-section .section-content-wrapper.layout-two .entry-container {
	    padding-left: 42px;
	    padding-right: 42px;
	}

	.category-content-section .entry-container {
		padding: 35px;
	}

	.sidebar-advertisement.section {
	 	padding: 91px 0;
	 }

}


/**
 * 15.0 - Colors
 */


/* Background Color */
body {
	background: #000;
	/* Fallback for when there is no custom background color defined. */
}

/* Header Text Color */
.site-title a {
	color: #fff;
}

/* 50% of Header Text Color */
.site-description {
	color: rgba(255, 255, 255, 0.5)
}

/* Page Background Color */
.boxed-layout #page,
.bordered-sidebar .sidebar .widget .widget-title span,
.section:nth-child(2n)#promotion-section.content-frame .entry-container,
#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox,
.section:nth-child(2n)#hero-section .hero-content-wrapper .entry-container,
#header-navigation-area .wrapper,
.mob-catchSticky .search-social-wrap,
.section:nth-child(2n)#events-section.classic .wrapper,
.clock-canvas,
.section:nth-child(2n)#portfolio-content-section .portfolio-content-wrapper .entry-container >.inner-wrap,
.section:nth-child(2n).pricing-section .hentry-inner,
.section:nth-child(2n).playlist-section .entry-container,
.boxed-blog .section:nth-child(2n).recent-blog-section .post-wrapper .entry-container,
.woocommerce-shorting-wrapper .woocommerce-ordering select,
.section:nth-child(2n)#featured-video-section.modern.thumbnail-background .video-post-wrap {
	background-color: #000;
}

/* Secondary Background Color */
#header-navigation-area,
.header-media,
.ew-tabbed-recent-popular .ui-tabs .ui-tabs-panel,
.ew-tabbed-recent-popular .ui-state-active,
.ew-tabbed-recent-popular .ui-widget-content .ui-state-active,
.ew-tabbed-recent-popular .ui-widget-header .ui-state-active,
.section:nth-child(2n),
.hero-content-wrapper .entry-container,
#events-section.classic .wrapper,
#promotion-section.content-frame .entry-container,
.portfolio-content-wrapper .entry-container >.inner-wrap,
.pricing-section .hentry-inner,
.playlist-section .entry-container,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-shorting-wrapper,
.woocommerce-tabs .panel,
ul.wc_payment_methods .payment_box,
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.boxed-blog .post-wrapper .entry-container,
.boxed-sidebar .sidebar .widget,
#featured-video-section.modern.thumbnail-background .video-post-wrap {
	background-color: #111;
}

@media screen and (min-width: 64em) {
	.site-navigation ul ul {
		background-color: #111;
	}
}

/* Tertiary Background Color */
hr,
pre,
thead th,
mark,
ins,
.no-comments,
.header-top-bar,
.header-top-button-wrap,
#footer-newsletter .wrapper,
#feature-slider-section .cycle-pager span,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
.ew-tabbed-recent-popular .ui-state-default {
	background-color: #222;
}

/* Main Text Color */
body,
button,
input,
select,
textarea {
	color: #afafaf;
}

th a {
	color: #afafaf;
}

/* Button Text Color */
#scrollup,
#scrollup:hover,
#scrollup:focus,
.widget_calendar tbody a,
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus,
.header-media .more-link .more-button,
.header-media .more-link .more-button:hover,
.header-media .more-link .more-button:focus,
#feature-slider-section .more-link span,
#feature-slider-section .more-link span:hover,
#feature-slider-section .more-link span:focus,
#promotion-section .more-button,
#promotion-section .more-button:hover,
#promotion-section .more-button:focus,
.catch-instagram-feed-gallery-widget-wrapper .button,
#feature-slider-section .cycle-pager span:hover,
#feature-slider-section .cycle-pager span:focus,
#feature-slider-section .cycle-pager .cycle-pager-active,
.page-links a,
.page-links a:hover,
.page-links a:focus,
.pagination .prev,
.pagination .next,
.posts-navigation a,
.site-main #infinite-handle span,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.site-main #infinite-handle span:hover,
.site-main #infinite-handle span:focus,
.sticky-post,
button,
button:hover,
button:focus,
button[disabled]:hover,
button[disabled]:focus,
.button,
.button:hover,
.button:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
.view-all-button .more-link,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.meta-sep,
.scroll-down,
mark,
ins,
.view-icon,
.entry-header .cat-links a,
.entry-header .cat-links a:hover,
.entry-header .cat-links a:focus,
.entry-footer .cat-links a,
.entry-footer .cat-links a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .tags-links a,
.entry-footer .tags-links a:hover,
.entry-footer .tags-links a:focus,
#hero-section .more-button,
#hero-section .more-button:hover,
#hero-section .more-button:focus,
.pricing-section .more-button,
.pricing-section .more-button:hover,
.pricing-section .more-button:focus,
.promotion-video-section .custom-video-button,
.promotion-video-section .custom-video-button:hover,
.promotion-video-section .custom-video-button:focus,
.boxed-blog .post-wrapper .more-link .more-button:hover,
.boxed-blog .post-wrapper .more-link .more-button:focus,
.header-highlights-section .highlight .more-button,
.header-highlights-section .highlight .more-button:hover,
.header-highlights-section .highlight .more-button:focus,
.app-section .more-link .more-button,
.app-section .more-link .more-button:hover,
.app-section .more-link .more-button:focus {
	color: #fff;
}

/* Button Background Color */
#scrollup,
.widget_calendar tbody a,
.custom-header-media .wp-custom-header-video-button,
.header-media .more-link .more-button,
#feature-slider-section .more-link span,
#feature-slider-section .cycle-pager span:hover,
#feature-slider-section .cycle-pager span:focus,
#feature-slider-section .cycle-pager .cycle-pager-active,
button,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.sticky-post,
.page-links a,
.site-main #infinite-handle span,
.pagination .prev,
.pagination .next,
.posts-navigation a,
#promotion-section .more-button,
.woocommerce span.onsale,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.catch-instagram-feed-gallery-widget-wrapper .button,
.view-all-button .more-link,
.view-icon,
.entry-header .cat-links a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
#hero-section .more-button,
.pricing-section .more-button,
.promotion-video-section .custom-video-button:hover,
.promotion-video-section .custom-video-button:focus,
.promotion-video-section .button-outline:hover .custom-video-button,
.promotion-video-section .button-outline:focus .custom-video-button,
#events-section.modern .button.ghost-button:hover,
#events-section.modern .button.ghost-button:focus,
.wp-playlist .mejs-controls .mejs-time-rail .mejs-time-current,
.wp-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.header-highlights-section .highlight .more-button,
.app-section .more-link .more-button {
	background-color: #5f4b8b;
}

#hero-section .drop-cap:first-letter,
#team-content-section .entry-meta .relation,
#testimonial-content-section .entry-meta .position,
#testimonial-content-section .cycle-pager span.cycle-pager-active,
#clients-section .cycle-pager span.cycle-pager-active,
.bordered-sidebar .sidebar .widget_categories ul > li,
.bordered-sidebar .sidebar .widget_archive ul > li {
	color: #5f4b8b;
}

.promotion-video-section .button-outline:hover,
.promotion-video-section .button-outline:focus,
.pricing-section .hentry.highlight .hentry-wrap:before,
.woocommerce .product-container a.button,
#events-section.modern .button.ghost-button {
	border-color: #5f4b8b;
}

/* Button Hover Background Color */
#scrollup:hover,
#scrollup:focus,
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus,
.header-media .more-link .more-button:hover,
.header-media .more-link .more-button:focus,
#feature-slider-section .more-link span:hover,
#feature-slider-section .more-link span:focus,
.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus,
button:hover,
button:focus,
.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,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.page-links a:hover,
.page-links a:focus,
.site-main #infinite-handle span:hover,
.site-main #infinite-handle span:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
#promotion-section .more-button:hover,
#promotion-section .more-button: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,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.entry-header .cat-links a:hover,
.entry-header .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .tags-links a:hover,
.entry-footer .tags-links a:focus,
#hero-section .more-button:hover,
#hero-section .more-button:focus,
.view-icon:hover,
.view-icon:focus,
.pricing-section .more-button:hover,
.pricing-section .more-button:focus,
.promotion-video-section .custom-video-button,
.filter-button-group .button.is-checked,
.boxed-blog .post-wrapper .more-link .more-button:hover,
.boxed-blog .post-wrapper .more-link .more-button:focus,
.boxed-sidebar .sidebar .widget.ew-about .more-link .more-button:hover,
.boxed-sidebar .sidebar .widget.ew-about .more-link .more-button:focus,
.ctsocialwidget a:hover,
.ctsocialwidget a:focus,
.header-highlights-section .highlight .more-button:hover,
.header-highlights-section .highlight .more-button:focus,
.app-section .more-link .more-button:hover,
.app-section .more-link .more-button:focus {
	background-color: #555;
}

.promotion-video-section .button-outline,
.woocommerce .product-container a.button:hover,
.woocommerce .product-container a.button:focus,
.boxed-blog .post-wrapper .more-link .more-button:hover,
.boxed-blog .post-wrapper .more-link .more-button:focus,
.boxed-sidebar .sidebar .widget.ew-about .more-link .more-button:hover,
.boxed-sidebar .sidebar .widget.ew-about .more-link .more-button:focus,
.ctsocialwidget a:hover,
.ctsocialwidget a:focus {
	border-color: #555;
}

/* Secondary Link Color */
.site-navigation li a,
.entry-meta a,
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
.comment-metadata .comment-reply-link,
.widget li,
.bordered-sidebar .sidebar .widget_categories ul > li span,
.bordered-sidebar .sidebar .widget_archive ul > li span,
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price,
.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss cite,
#search-toggle-right,
#search-toggle,
.entry-caption,
.dropdown-toggle,
.wp-caption .wp-caption-text,
.comment-metadata,
.pingback .edit-link,
.comment-metadata a,
.pingback .comment-edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.entry-meta .icon,
.post-navigation .nav-subtitle,
#promotion-section .entry-content form,
#clients-section .cycle-pager span,
#testimonial-content-section .cycle-pager span,
#clients-section .cycle-prev,
#clients-section .cycle-next,
#testimonial-content-section .cycle-prev,
#testimonial-content-section .cycle-next,
.sidebar a,
.search-submit,
.social-navigation a,
.ctsocialwidget a,
.boxed-blog .entry-header .cat-links a,
.simple-blog .entry-header .cat-links a {
	color: #999;
}

.entry-header .entry-title + .entry-meta > span + span:before {
	border-color: #999;
}

/* Link Color */
a,
.site-navigation a:hover,
.site-navigation a:focus,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
.menu-toggle,
.entry-title a,
.entry-meta a:hover,
.entry-meta a:focus,
.more-link,
.widget-title a,
.post-navigation a,
.author-name .url,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
.search-submit:hover,
.search-submit:focus,
.social-navigation a:hover,
.social-navigation a:focus,
.ctsocialwidget a:hover,
.ctsocialwidget a:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.author-link:hover,
.author-link:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.sidebar a:hover,
.sidebar a:focus,
.events-content-wrapper .entry-title a,
.essential-widgets .entry-title a,
.ew-tabbed-recent-popular .ui-state-active a,
.ew-tabbed-recent-popular .ui-state-active a:link,
.ew-tabbed-recent-popular .ui-state-active a:visited,
.woocommerce-loop-product__title,
.price ins .woocommerce-Price-amount,
#events-section.modern .entry-meta .date-week-day,
.boxed-blog .entry-header .cat-links a:hover,
.boxed-blog .entry-header .cat-links a:focus,
.simple-blog .entry-header .cat-links a:hover,
.simple-blog .entry-header .cat-links a:focus {
	color: #fff;
}

/* Link Hover Color */
a:hover,
a:focus,
a:active,
.site-title a:hover,
.site-title a:focus,
.entry-title a:hover,
.entry-title a:focus,
.required,
.entry-meta .icon:hover,
.entry-meta .icon:focus,
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus,
#feature-slider-section .entry-title a:hover,
#feature-slider-section .entry-title a:focus,
#feature-slider-section .entry-meta a:hover,
#feature-slider-section .entry-meta a:focus,
#feature-slider-section .entry-meta .icon:hover,
#feature-slider-section .entry-meta .icon:focus,
.woocommerce div.product p.price:hover,
.woocommerce div.product p.price:focus,
.woocommerce ul.products li.product .price:hover,
.woocommerce ul.products li.product .price:focus,
.comment-metadata .comment-reply-link:hover,
.comment-metadata .comment-reply-link:focus,
blockquote:before,
th a:hover,
th a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.tagcloud a,
.author-link,
.comment-reply-link,
.scroll-down:hover,
.scroll-down:focus,
#feature-slider-section .entry-title a:hover,
#feature-slider-section .entry-title a:focus,
#feature-slider-section .entry-meta a:hover,
#feature-slider-section .entry-meta a:focus,
.events-content-wrapper .entry-title a:hover,
.events-content-wrapper .entry-title a:focus,
.text .type-time,
.scroll-down:hover,
.scroll-down:focus,
#testimonial-content-section .cycle-prev:hover,
#testimonial-content-section .cycle-prev:focus,
#testimonial-content-section .cycle-next:hover,
#testimonial-content-section .cycle-next:focus,
#testimonial-content-section .cycle-pager span:hover,
#testimonial-content-section .cycle-pager span:focus,
#clients-section .cycle-prev:hover,
#clients-section .cycle-prev:focus,
#clients-section .cycle-next:hover,
#clients-section .cycle-next:focus,
#clients-section .cycle-pager span:hover,
#clients-section .cycle-pager span:focus,
#clients-section.has-background-image .cycle-prev:hover,
#clients-section.has-background-image .cycle-prev:focus,
#clients-section.has-background-image .cycle-next:hover,
#clients-section.has-background-image .cycle-next:focus,
#clients-section.has-background-image .cycle-pager span.cycle-pager-active,
#testimonial-content-section .section-content-wrapper .entry-content:before,
#testimonial-content-section .entry-header:before,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
#search-toggle-right:hover,
#search-toggle:hover,
#search-toggle-right:focus,
#search-toggle:focus,
.more-link:hover,
.more-link:focus,
.essential-widgets .entry-title a:hover,
.essential-widgets .entry-title a:focus,
.stats-section .entry-title a:hover,
.stats-section .entry-title a:focus,
.stats-section .entry-content .more-link:hover,
.stats-section .entry-content .more-link:focus,
.stats-section .entry-summary .more-link:hover,
.stats-section .entry-summary .more-link:focus,
.woocommerce-loop-product__title:hover,
.woocommerce-loop-product__title:focus,
.price ins .woocommerce-Price-amount:hover,
.price ins .woocommerce-Price-amount:focus,
#events-section.modern .entry-meta .date-week-day:hover,
#events-section.modern .entry-meta .date-week-day:focus {
	color: #999;
}

.entry-header .entry-meta .byline .icon,
.entry-header .entry-meta .author .icon,
.entry-header .entry-meta .posted-on .icon,
.entry-header .entry-meta .comments-link .icon,
#events-section .post-thumbnail .icon {
	fill: #999;
}

.team-content-wrapper .hentry-inner,
.menu-toggle:hover,
.menu-toggle:focus {
	border-color: #999;
}

#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus,
#timeline-section .hentry:before {
	background-color: #999;
}

/* Heading Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.boxed-blog .post-wrapper .more-link .more-button,
.page-links > .page-links-title,
#countdown-section .text .val,
.author-name,
.drop-cap:first-letter,
.pricing-section .amount,
.wp-playlist .wp-playlist-caption,
.wp-playlist.wp-playlist-light .wp-playlist-caption,
.wp-playlist-item-length,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #fff;
}

#team-content-section .post-thumbnail a:before,
.pricing-section .hentry-wrap:before {
	border-color: #fff;
}

/* 80% of Heading Text Color */
#team-content-section .post-thumbnail a:before {
    box-shadow: 0 0 0 30px rgba(255,255,255,0.8);
}

@media screen and (min-width: 64em) {
	body #header-navigation-area .wrapper {
		background: transparent;
	}
}

/* Border Color */
tbody tr,
.author-info,
.page-links a,
.page-links > span,
.comment-respond,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.image-navigation,
.comment-navigation,
#search-top-container,
.section-content-wrapper .post-wrapper .entry-footer,
.wp-caption .wp-caption-text,
.comment-list article,
.site-primary-menu.toggled-on,
#header-navigation-area,
#countdown-section .clock-canvas:before,
.post-navigation .nav-previous,
.post-navigation .nav-next,
.site-navigation li,
.bordered-blog .archive-posts-wrapper .post-wrapper,
.recent-blog-content-wrapper .post-wrapper,
.ew-tabbed-recent-popular .ui-tabs .ui-tabs-panel,
.ew-tabbed-recent-popular .ui-state-active,
.ew-tabbed-recent-popular .ui-widget-content .ui-state-active,
.ew-tabbed-recent-popular .ui-widget-header .ui-state-active,
.site-footer:before,
.section + .site-content,
.site-content + .section,
.pricing-section .entry-content > p,
.pricing-section .entry-summary > p,
.pricing-section .entry-content > ul > li,
.pricing-section .entry-summary > ul > li,
.single-product .product_meta,
#events-section.modern .hentry,
.wp-playlist .wp-playlist-item,
#playlist-section .mejs-controls,
.boxed-blog .post-wrapper .more-link .more-button,
.woocommerce-shorting-wrapper .woocommerce-ordering select,
.boxed-sidebar .sidebar .widget.ew-about .more-link .more-button,
.ctsocialwidget a,
.simple-blog .hentry .more-button,
.bordered-sidebar .sidebar .widget,
.bordered-sidebar .sidebar .widget_categories ul > li,
.bordered-sidebar .sidebar .widget_archive ul > li,
.bordered-sidebar .sidebar .ew-archive ul > li,
.bordered-sidebar .sidebar .ew-category ul > li,
.tagcloud a,
#featured-video-section.modern.thumbnail-background .video-post-wrap .hentry {
	border-color: #1c1c1c;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
#timeline-section .section-content-wrapper:before {
	background-color: #1c1c1c;
}

@media screen and (min-width: 64em) {
	.primary-search-wrapper .social-navigation,
	.secondary-search-wrapper .social-navigation {
		border-color: #1c1c1c;
	}

	#header-content input[type="search"]:focus {
		border-bottom-color: #1c1c1c;
	}
}

@media screen and (min-width: 64em) {
	#header-navigation-area {
		border: 0;
	}
}

/*Header Media and Slider Color*/
#feature-slider-section .entry-title a,
#feature-slider-section .entry-meta a,
#feature-slider-section .entry-title,
#feature-slider-section .entry-content,
#feature-slider-section .entry-summary,
#feature-slider-section .cycle-prev:hover,
#feature-slider-section .cycle-prev:focus,
#feature-slider-section .cycle-next:hover,
#feature-slider-section .cycle-next:focus,
#feature-slider-section .sub-title,
.custom-header-content .sub-title,
.custom-header-content .entry-title,
.custom-header-content .site-header-text,
.custom-header-media .wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus,
.ew-newsletter.has-background-image .section-title {
	color: #fff;
}

/* Text color with background */
#featured-video-section.has-background-image .section-title,
#featured-video-section.has-background-image .taxonomy-description-wrapper,
.stats-section .section-title,
.stats-section .taxonomy-description-wrapper,
.stats-section .entry-title a,
.stats-section .entry-content,
.stats-section .entry-summary,
.stats-section .entry-content .more-link,
.stats-section .entry-summary .more-link,
.category-content-section .entry-title a,
.category-content-section .entry-meta {
	color: #fff;
}

/* New Added */

/* Footer Background Color */
.site-footer {
	background-color: #000;
}

/* Footer Text Color */
.site-footer {
	color: #afafaf;
}

/* Footer Link Color */
.site-footer a,
.site-footer .site-navigation li a {
	color: #999;
}

/* Footer Link Hover Color */
.site-footer a:hover,
.site-footer a:focus,
.site-footer .site-navigation li a:hover,
.site-footer .site-navigation li a:focus {
	color: #fff;
}

/* Footer Widget Title Color */
.site-footer .widget .widget-title {
	color: #fff;
}

/* Gradient Background Color */
.stats-section {
	background-image: linear-gradient(to left, #fe5e3b , #ff2e65);
}

/* Gradient Button Color */
.gradient-buttons button,
.gradient-buttons .button,
.gradient-buttons input[type="button"],
.gradient-buttons input[type="reset"],
.gradient-buttons input[type="submit"],
.gradient-buttons .woocommerce div.product form.cart .button,
.gradient-buttons.woocommerce #respond input#submit,
.gradient-buttons .woocommerce a.button,
.gradient-buttons .woocommerce button.button,
.gradient-buttons .woocommerce input.button,
.gradient-buttons .view-all-button .more-link,
.gradient-buttons .pagination .prev,
.gradient-buttons .pagination .next,
.gradient-buttons .posts-navigation a,
.gradient-buttons .site-main #infinite-handle span,
.gradient-buttons .header-media .more-link .more-button,
.gradient-buttons #feature-slider-section .more-link span,
.gradient-buttons #promotion-section .more-button,
.gradient-buttons #hero-section .more-button,
.gradient-buttons #footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button .button,
.gradient-buttons #footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button .button,
.gradient-buttons .pricing-section .more-button,
.gradient-buttons #scrollup,
.gradient-buttons .header-highlights-section .highlight .more-button,
.gradient-buttons .app-section .more-link .more-button {
	background-image: linear-gradient(to bottom, #fe5e3b , #ff2e65);
    transition: 0.5s;
}

/* Gradient Button Hover Color */
.gradient-buttons button:hover,
.gradient-buttons button:focus,
.gradient-buttons button[disabled]:hover,
.gradient-buttons button[disabled]:focus,
.gradient-buttons .button:hover,
.gradient-buttons .button:focus,
.gradient-buttons input[type="button"]:hover,
.gradient-buttons input[type="button"]:focus,
.gradient-buttons input[type="button"][disabled]:hover,
.gradient-buttons input[type="button"][disabled]:focus,
.gradient-buttons input[type="reset"]:hover,
.gradient-buttons input[type="reset"]:focus,
.gradient-buttons input[type="reset"][disabled]:hover,
.gradient-buttons input[type="reset"][disabled]:focus,
.gradient-buttons input[type="submit"]:hover,
.gradient-buttons input[type="submit"]:focus,
.gradient-buttons input[type="submit"][disabled]:hover,
.gradient-buttons input[type="submit"][disabled]:focus,
.gradient-buttons .woocommerce div.product form.cart .button:hover,
.gradient-buttons .woocommerce div.product form.cart .button:focus,
.gradient-buttons.woocommerce #respond input#submit:hover,
.gradient-buttons.woocommerce #respond input#submit:focus,
.gradient-buttons .woocommerce a.button:hover,
.gradient-buttons .woocommerce a.button:focus,
.gradient-buttons .woocommerce button.button:hover,
.gradient-buttons .woocommerce button.button:focus,
.gradient-buttons .woocommerce input.button:hover,
.gradient-buttons .woocommerce input.button:focus,
.gradient-buttons .view-all-button .more-link:hover,
.gradient-buttons .view-all-button .more-link:focus,
.gradient-buttons .pagination .prev:hover,
.gradient-buttons .pagination .prev:focus,
.gradient-buttons .pagination .next:hover,
.gradient-buttons .pagination .next:focus,
.gradient-buttons .posts-navigation a:hover,
.gradient-buttons .posts-navigation a:focus,
.gradient-buttons .site-main #infinite-handle span:hover,
.gradient-buttons .site-main #infinite-handle span:focus,
.gradient-buttons .header-media .more-link .more-button:hover,
.gradient-buttons .header-media .more-link .more-button:focus,
.gradient-buttons #feature-slider-section .more-link span:hover,
.gradient-buttons #feature-slider-section .more-link span:focus,
.gradient-buttons #promotion-section .more-button:hover,
.gradient-buttons #promotion-section .more-button:focus,
.gradient-buttons #hero-section .more-button:hover,
.gradient-buttons #hero-section .more-button:focus,
.gradient-buttons #footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button .button:hover,
.gradient-buttons #footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .instagram-button .button:focus,
.gradient-buttons #footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button .button:hover,
.gradient-buttons #footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button .button:focus,
.gradient-buttons .pricing-section .more-button:hover,
.gradient-buttons .pricing-section .more-button:focus,
.gradient-buttons #scrollup:hover,
.gradient-buttons #scrollup:focus,
.gradient-buttons .header-highlights-section .highlight .more-button:hover,
.gradient-buttons .header-highlights-section .highlight .more-button:focus,
.gradient-buttons .app-section .more-link .more-button,
.gradient-buttons .app-section .more-link .more-button {
	background-image: linear-gradient(to bottom, #ff2e65 , #fe5e3b);
}

.gradient-buttons button.search-submit,
.gradient-buttons button.search-submit:hover,
.gradient-buttons button.search-submit:focus,
.gradient-buttons button.menu-toggle,
.gradient-buttons button.menu-toggle:hover,
.gradient-buttons button.menu-toggle:focus,
.gradient-buttons button.dropdown-toggle,
.gradient-buttons button.dropdown-toggle:hover,
.gradient-buttons button.dropdown-toggle:focus,
.gradient-buttons button.cycle-next,
.gradient-buttons button.cycle-next:hover,
.gradient-buttons button.cycle-next:focus,
.gradient-buttons button.cycle-prev,
.gradient-buttons button.cycle-prev:hover,
.gradient-buttons button.cycle-prev:focus {
	background-image: none;
}

.section:nth-child(2n) + .site-footer:before {
	border: 0;
}

.wp-playlist .mejs-container .mejs-controls,
.wp-playlist .mejs-container,
.wp-playlist.wp-playlist-light .wp-playlist-playing,
body .wp-playlist.wp-audio-playlist {
	background-color: transparent;
}
