/*
Theme Name: Catch Sketch Pro
Theme URI: https://catchthemes.com/themes/catch-sketch-pro/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Catch Sketch Pro is an engaging premium multipurpose WordPress theme that fits perfectly for all kinds of businesses. The theme is very flexible and deliberately designed neatly to personalize your website to efficiently represent your brand, company, or organization. Catch Sketch Pro is completely responsive; a perfect pick for promoting products and services, with the ability to create a professional portfolio, social media integration, eCommerce support, and more. It comes with features like Comment Options, Contact Info, Contact Form, Gallery, Hero Content, Logo Slider, Menu Options, Portfolio, Promotion Headline, Services, Stats, Team, Testimonials, Incredible Support, WordPress Standard Codes, and more. With all of these basic features integrated into Catch Sketch Pro, you sure can create a simple and elegant website with utter ease and speed. Catch Sketch Pro is an innovative, simple yet feature-rich multipurpose WordPress theme that provides a flexible framework for any type of websites with a clean outlook. Express your thoughts and push your business to the next level with Catch Sketch Pro. And also, Catch Sketch Pro is translation-ready. For more information, check out Theme Instructions at https://catchthemes.com/themes/catch-sketch-pro/#theme-instructions, support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-sketch/
Version: 2.3.3
Requires at least: 5.1
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: catch-sketch-pro
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks, block-styles, blog, photography, portfolio

Catch Sketch Pro is based on Underscores http://underscores.me/, (C) 2012-2019 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
  ## Color
  ## Fonts
  ## Structure
  ## Transition
# Normalize
# Typography
  ## Headings
  ## Copy
# Elements
  ## Color Selection
  ## Lists
  ## Tables
# Forms
  ## Buttons
  ## Fields
# Navigation
  ## Next Previous
  ## Social Menu Navigation
  ## Menus
# Mixin
  ## Mixin
# Modules
  ## Alignments
  ## Blocks
  ## Clearings
# Sites
  #Primary
    ## Archives
    ## Comments
  # Secondary
    ## Widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Transition
--------------------------------------------------------------*/
/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

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

address {
    font-style: normal;
    margin: 0 0 25px;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 25px;
    max-width: 100%;
    overflow: auto;
    padding: 41px 43px;
    white-space: pre-line;
    word-break: break-all;
}

code,
kbd,
tt,
var {
    font-style: normal;
}

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

em {
    font-style: normal;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

dt {
    font-weight: 500;
}

dd {
    margin: 0 25px 25px;
}

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

table {
    width: 100%;
}

figure {
    margin: 25px 0;
}

.site-main .comment-navigation,
.site-main .post-navigation {
    margin: 0 0 25px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    clip: auto !important;
    clip-path: none;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 25px;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 25px;
}

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

.page-links {
    clear: both;
    margin: 0 0 25px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignright {
    padding-top: 0;
}

@media only screen and (min-width: 41.688em) {
    .alignright {
        float: right;
    }
}

@media only screen and (min-width: 41.688em) {
    .alignleft {
        float: left;
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-aligned-right .entry-container,
.text-aligned-right .woocommerce-LoopProduct-link,
.text-align-right .entry-container,
.text-align-right .woocommerce-LoopProduct-link,
.text-align-right .content-wrapper {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {

    .text-aligned-right .entry-container,
    .text-aligned-right .woocommerce-LoopProduct-link,
    .text-align-right .entry-container,
    .text-align-right .woocommerce-LoopProduct-link,
    .text-align-right .content-wrapper {
        text-align: right;
    }
}

.text-aligned-left .entry-container,
.text-aligned-left .woocommerce-LoopProduct-link,
.text-align-left .entry-container,
.text-align-left .woocommerce-LoopProduct-link,
.text-align-left .content-wrapper {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {

    .text-aligned-left .entry-container,
    .text-aligned-left .woocommerce-LoopProduct-link,
    .text-align-left .entry-container,
    .text-align-left .woocommerce-LoopProduct-link,
    .text-align-left .content-wrapper {
        text-align: left;
    }
}

.text-aligned-center .entry-container,
.text-aligned-center .woocommerce-LoopProduct-link,
.text-align-center .entry-container,
.text-align-center .woocommerce-LoopProduct-link,
.text-align-center .content-wrapper {
    text-align: center;
}

.text-align-center img {
    margin: 0 auto;
}

.text-align-left img {
    margin: 0 auto;
}

@media only screen and (min-width: 41.688em) {
    .text-align-left img {
        margin-left: 0;
    }
}

.text-align-right img {
    margin: 0 auto;
}

@media only screen and (min-width: 41.688em) {
    .text-align-right img {
        margin-right: 0;
    }
}

.text-aligned-center img {
    margin: 0 auto;
}

.text-aligned-left img {
    margin: 0 auto;
}

@media only screen and (min-width: 41.688em) {
    .text-aligned-left img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 41.688em) {
    .text-align-left .products .star-rating {
        margin-left: 0;
    }
}

@media only screen and (min-width: 41.688em) {
    .text-align-right .products .star-rating {
        margin-right: 0;
    }
}

.text-aligned-right img {
    margin: 0 auto;
}

@media only screen and (min-width: 41.688em) {
    .text-aligned-right img {
        margin-right: 0;
    }
}

.custom-header-content.content-aligned-right .entry-container {
    margin-left: auto;
}

@media only screen and (min-width: 41.688em) {
    .team-section.section.text-aligned-left #menu-social-menu {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 41.688em) {
    .team-section.section.text-aligned-right #menu-social-menu {
        justify-content: flex-end;
    }
}

.custom-header-content.content-aligned-left .entry-container {
    margin-right: auto;
}

.custom-header-content.content-aligned-center .entry-container {
    margin: 0 auto;
}

.custom-header-content.text-aligned-right .entry-header-image img {
    margin-left: auto;
}

.custom-header-content.text-aligned-center .entry-header-image img {
    margin: 0 auto;
}

.slider-content-wrapper .content-aligned-right .section-content-wrap {
    order: 1;
}

.slider-content-wrapper.content-aligned-right.text-aligned-right .entry-container {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-right .entry-container {
        text-align: right;
    }
}

@media only screen and (min-width: 48em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-right .entry-container {
        padding-left: 10%;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-right .entry-container {
        padding-left: 16%;
    }
}

.slider-content-wrapper.content-aligned-right.text-aligned-left .entry-container {
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-left .entry-container {
        padding-right: 40px;
        padding-left: 40px;
        text-align: left;
    }
}

@media only screen and (min-width: 48em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-left .entry-container {
        padding-left: 10%;
    }
}

@media only screen and (min-width: 64em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-left .entry-container {
        padding-left: 16%;
    }
}

@media only screen and (min-width: 85.375em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-left .entry-container {
        padding-right: 50px;
    }
}

.slider-content-wrapper.content-aligned-right.text-aligned-right .entry-container {
    padding-right: 30px;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-right .entry-container {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .slider-content-wrapper.content-aligned-right.text-aligned-right .entry-container {
        padding-right: 50px;
    }
}

@media only screen and (min-width: 41.688em) {

    .boxed-layout.home:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-gray):not(.color-scheme-yellow) .slider-content-wrapper.section.style-two .hentry .entry-container,
    .boxed-layout:not(.color-scheme-default):not(.color-scheme-photography):not(.color-scheme-dark):not(.color-scheme-gray):not(.color-scheme-yellow) .custom-header-content.content-aligned-left .entry-container {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 85.375em) {

    .boxed-layout.home:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-gray):not(.color-scheme-yellow) .slider-content-wrapper.section.style-two .hentry .entry-container,
    .boxed-layout:not(.color-scheme-default):not(.color-scheme-photography):not(.color-scheme-dark):not(.color-scheme-gray):not(.color-scheme-yellow) .custom-header-content.content-aligned-left .entry-container {
        padding-left: 105px;
    }
}

@media only screen and (min-width: 103.75em) {

    .boxed-layout.home:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-gray):not(.color-scheme-yellow) .slider-content-wrapper.section.style-two .hentry .entry-container,
    .boxed-layout:not(.color-scheme-default):not(.color-scheme-photography):not(.color-scheme-dark):not(.color-scheme-gray):not(.color-scheme-yellow) .custom-header-content.content-aligned-left .entry-container {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper .section-content-wrap {
        padding-left: 90px;
    }
}

@media only screen and (min-width: 103.75em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper .section-content-wrap {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 41.688em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper .section-heading-wrapper {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper .section-heading-wrapper {
        padding-left: 105px;
        padding-right: 105px;
    }
}

@media only screen and (min-width: 103.75em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper .section-heading-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager {
        right: 105px;
    }
}

@media only screen and (min-width: 103.75em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager {
        right: 50px;
    }
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .controls {
        right: 105px;
    }
}

@media only screen and (min-width: 103.75em) {
    .color-scheme-photography.boxed-layout #testimonials-section.section.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .controls {
        right: 50px;
    }
}

@media only screen and (min-width: 41.688em) {

    .color-scheme-photography.boxed-layout div#site-generator .wrapper,
    .color-scheme-e-commerce.boxed-layout div#site-generator .wrapper,
    .color-scheme-music.boxed-layout div#site-generator .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {

    .color-scheme-photography.boxed-layout div#site-generator .wrapper,
    .color-scheme-e-commerce.boxed-layout div#site-generator .wrapper,
    .color-scheme-music.boxed-layout div#site-generator .wrapper {
        padding-left: 105px;
        padding-right: 105px;
    }
}

@media only screen and (min-width: 103.75em) {

    .color-scheme-photography.boxed-layout div#site-generator .wrapper,
    .color-scheme-e-commerce.boxed-layout div#site-generator .wrapper,
    .color-scheme-music.boxed-layout div#site-generator .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 85.375em) {
    .boxed-layout.home:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-gray):not(.color-scheme-yellow) .slider-content-wrapper.section.style-two.content-aligned-right .hentry .entry-container {
        padding-left: 50px;
        padding-right: 105px;
    }
}

@media only screen and (min-width: 103.75em) {
    .boxed-layout.home:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-gray):not(.color-scheme-yellow) .slider-content-wrapper.section.style-two.content-aligned-right .hentry .entry-container {
        padding-right: 50px;
    }
}

@media only screen and (min-width: 85.375em) {
    .boxed-layout.home .custom-header-content.content-aligned-right .entry-container {
        padding-left: 50px;
        padding-right: 105px;
    }
}

@media only screen and (min-width: 103.75em) {
    .boxed-layout.home .custom-header-content.content-aligned-right .entry-container {
        padding-right: 50px;
    }
}

.color-scheme-photography.boxed-layout .custom-header-content {
    max-width: 100%;
}

.color-scheme-photography.boxed-layout .custom-header-content .entry-container {
    padding-left: 45px;
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-photography.boxed-layout .custom-header-content .entry-container {
        padding-left: 80px;
    }
}

.color-scheme-photography.boxed-layout .custom-header-content.content-aligned-right .entry-container {
    padding-right: 45px;
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-photography.boxed-layout .custom-header-content.content-aligned-right .entry-container {
        padding-right: 80px;
    }
}

.slider-content-wrapper.content-aligned-left.text-aligned-right .entry-container {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper.content-aligned-left.text-aligned-right .entry-container {
        text-align: right;
    }
}

.slider-content-wrapper.text-aligned-center .entry-container,
.hero-section.section.text-aligned-center .hentry .entry-container {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

@media only screen and (min-width: 41.688em) {

    .slider-content-wrapper.text-aligned-center .entry-container,
    .hero-section.section.text-aligned-center .hentry .entry-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {

    .slider-content-wrapper.text-aligned-center .entry-container,
    .hero-section.section.text-aligned-center .hentry .entry-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.hero-section.section.content-aligned-left .section-content-wrap .hentry .entry-container {
    float: left;
}

@media only screen and (min-width: 41.688em) {
    .hero-section.section.content-aligned-left .section-content-wrap .hentry .entry-container {
        padding-left: 0;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 85.375em) {
    .hero-section.section.content-aligned-left .section-content-wrap .hentry .entry-container {
        padding-left: 0;
        padding-right: 120px;
    }
}

.hero-section.section.content-aligned-left.text-aligned-right .hentry .entry-container,
.hero-section.section.content-aligned-left.text-aligned-left .hentry .entry-container {
    float: left;
}

.promotion-sale-wrapper.content-aligned-left .hentry .inner-container {
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (min-width: 64em) {
    .promotion-sale-wrapper.content-aligned-left .hentry .inner-container {
        margin-left: 100px;
    }
}

@media only screen and (min-width: 85.375em) {
    .promotion-sale-wrapper.content-aligned-left .hentry .inner-container {
        margin-left: 170px;
    }
}

.hero-section.section.content-aligned-left .wrapper .hentry .featured-content-image {
    right: 0;
    left: auto;
}

.slider-content-wrapper.content-aligned-right .section-heading-wrapper {
    order: 1;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper.content-aligned-right .section-heading-wrapper {
        order: 2;
    }
}

@media only screen and (min-width: 48em) {
    .promotion-headline-section.content-aligned-right .inner-container {
        margin-left: auto;
    }
}

@media only screen and (min-width: 48em) {
    .promotion-headline-section.content-aligned-left .inner-container {
        margin-right: auto;
        margin-left: 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .promotion-headline-section.content-aligned-left .inner-container {
        margin-left: 50px;
    }
}

.promotion-headline-section.content-aligned-center .inner-container {
    margin-left: 30px;
    margin-right: 30px;
}

@media only screen and (min-width: 48em) {
    .promotion-headline-section.content-aligned-center .inner-container {
        margin-left: auto;
        margin-right: auto;
    }
}

#promotion-headline-section.style-two.no-background.promotion-headline-section .hentry {
    padding-top: 0;
}

.slider-content-wrapper.content-aligned-right .slider-image {
    left: 0;
    right: auto;
}

.rtl .slider-content-wrapper.content-aligned-left .hentry {
    flex-direction: row-reverse;
}

.rtl .slider-content-wrapper.content-aligned-right .hentry {
    flex-direction: row;
}

.slider-content-wrapper.content-aligned-right .hentry {
    flex-direction: row-reverse;
}

.slider-content-wrapper.section.content-aligned-right .controllers {
    left: auto;
    right: 0;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper.section.content-aligned-right .controllers {
        left: calc(50% - 111px);
        right: auto;
    }
}

@media only screen and (min-width: 48em) {
    .slider-content-wrapper.section.content-aligned-right .controllers {
        left: calc(50% - 139px);
    }
}

@media only screen and (min-width: 41.688em) {
    .services-section-wrapper.section.text-aligned-center .hentry .hentry-inner .post-thumbnail {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 41.688em) {
    .services-section-wrapper.section.text-aligned-right .hentry .hentry-inner .post-thumbnail {
        margin-left: auto;
        margin-right: 0;
    }
}

.stats-section.section.text-aligned-center .section-content-wrapper .hentry .post-thumbnail {
    margin: 0 auto;
    float: none;
}

.stats-section.section.text-aligned-center .section-content-wrapper .hentry .entry-container {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {
    .stats-section.section.text-aligned-right .section-content-wrapper .hentry .entry-container {
        text-align: right;
    }
}

#app-section.app-section.no-thumb .content-wrapper {
    max-width: 680px;
    padding: 0;
    width: auto;
}

@media only screen and (min-width: 41.688em) {

    .app-section.text-align-right .content-wrapper .app-image-container,
    .app-section.text-align-right .content-wrapper .app-button-container {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 41.688em) {

    .app-section.text-align-left .content-wrapper .app-image-container,
    .app-section.text-align-left .content-wrapper .app-button-container {
        justify-content: flex-start;
    }
}

.app-section .content-wrapper .app-image-container,
.app-section .content-wrapper .app-button-container {
    justify-content: center;
}

@media only screen and (min-width: 41.688em) {
    #hero-section.hero-section.section.text-aligned-right .wrapper .section-content-wrap .author-info {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 41.688em) {
    #hero-section.hero-section.section.text-aligned-center .wrapper .section-content-wrap .author-info {
        justify-content: center;
    }
}

@media only screen and (min-width: 103.75em) {
    .hero-section.section.content-aligned-right.full-width-layout .section-content-wrap .hentry .section-heading-wrapper+.entry-container {
        padding-left: 248px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 103.75em) {
    .hero-section.section.full-width-layout .section-content-wrap .hentry .section-heading-wrapper+.entry-container {
        padding-right: 248px;
        padding-left: 0;
    }
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
@media only screen and (min-width: 64em) {
    .content-right .content-area {
        float: right;
    }
}

.no-sidebar .content-area {
    max-width: 760px;
}

.content-area,
.sidebar {
    padding: 0 20px;
}

@media only screen and (min-width: 41.688em) {

    .boxed-layout .content-area,
    .boxed-layout .sidebar {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 85.375em) {

    .boxed-layout .content-area,
    .boxed-layout .sidebar {
        padding: 0 20px;
    }
}

.boxed-layout .site-content .wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 64em) {
    .boxed-layout .site-content .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 85.375em) {
    .boxed-layout .site-content .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 64em) {
    .content-area {
        float: left;
        width: 70%;
        max-width: 870px;
    }
}

.site-content .section-content-wrapper.layout-one .hentry {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 41.688em) {
    .site-content .section-content-wrapper.layout-three {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 85.375em) {
    .site-content .section-content-wrapper.layout-three {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.site-content .wrapper {
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 42px;
}

@media only screen and (min-width: 41.688em) {
    .site-content .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 85.375em) {
    .site-content .wrapper {
        padding-bottom: 70px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 70px;
    }
}

.home .archive-content-wrap .section-heading-wrapper {
    margin-left: -30px;
}

@media only screen and (min-width: 85.375em) {
    .home .archive-content-wrap .section-heading-wrapper {
        margin-left: -50px;
    }
}

.home .archive-content-wrap .section-content-wrapper {
    padding: 0;
}

.search .section-content-wrapper {
    padding: 0;
}

@media only screen and (min-width: 64em) {
    .content-right .sidebar {
        float: left;
    }
}

.wp-caption {
    margin-top: 0;
}

.wp-caption.alignright {
    margin-bottom: 0;
    margin-left: 0;
}

@media only screen and (min-width: 41.688em) {
    .wp-caption.alignright {
        margin-bottom: 38px;
        margin-left: 39px;
    }
}

img.alignright {
    margin-bottom: 38px;
    margin-left: 0;
}

@media only screen and (min-width: 41.688em) {
    img.alignright {
        margin-left: 39px;
    }
}

img.alignleft {
    margin-right: 0;
    margin-bottom: 38px;
}

@media only screen and (min-width: 41.688em) {
    img.alignleft {
        margin-right: 39px;
    }
}

.wp-caption.alignleft {
    margin-right: 0;
}

@media only screen and (min-width: 41.688em) {
    .wp-caption.alignleft {
        margin-right: 39px;
    }
}

@media only screen and (min-width: 41.688em) {
    .wp-block-cover.has-background-dim.alignleft {
        margin-right: 2em;
    }
}

@media only screen and (min-width: 41.688em) {
    .wp-block-cover.has-background-dim.alignright {
        margin-left: 2em;
    }
}

.page.no-sidebar .content-area,
.single.no-sidebar .content-area {
    max-width: 760px;
}

.no-sidebar .content-area {
    float: none;
    margin: 0 auto;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .sidebar {
        float: right;
        width: 30%;
    }
}

.sidebar .widget-wrap {
    padding: 30px;
}

.sidebar .widget-wrap ul {
    list-style: none;
    margin: 0;
}

.content-area .singular-content-wrap h2.entry-title {
    margin-bottom: 7px;
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .content-area .singular-content-wrap h2.entry-title {
        margin-bottom: 14px;
    }
}

.no-sidebar.full-width-layout .content-area {
    max-width: 100%;
    width: 100%;
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

blockquote.alignright {
    margin: 5px 0 35px 20px;
    padding-top: 9px;
    text-align: right;
}

@media only screen and (min-width: 41.688em) {
    blockquote.alignright {
        margin-left: 81px;
    }
}

blockquote.alignright:before {
    content: "";
}

blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75;
}

blockquote.alignleft {
    float: left;
    margin: 5px 20px 35px 0;
    text-align: left;
}

@media only screen and (min-width: 41.688em) {
    blockquote.alignleft {
        margin-right: 81px;
    }
}

blockquote.alignleft:before {
    content: "";
}

blockquote:not(.alignleft):not(.alignright) {
    margin: 85px 0 35px 0;
    padding-top: 35px;
    text-align: center;
    position: relative;
}

blockquote:not(.alignleft):not(.alignright):before {
    content: "\201C";
    display: block;
    float: left;
    font-size: 64px;
    font-size: 4rem;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media only screen and (min-width: 64em) {
    blockquote:not(.alignleft):not(.alignright):before {
        margin-bottom: 35px;
    }
}

blockquote.alignright,
blockquote.alignleft {
    border-top: 2px solid;
    padding-top: 15px;
}

@media only screen and (min-width: 41.688em) {

    blockquote.alignright,
    blockquote.alignleft {
        max-width: 280px;
    }
}

table caption {
    padding-bottom: 21px;
}

pre.wp-block-preformatted {
    word-break: break-all;
    white-space: pre-line;
}

.wp-caption {
    margin-bottom: 0;
}

figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2;
    padding: 5px;
    text-align: center;
}

hr {
    border: 0;
    height: 1px;
    margin: 25px auto;
    max-width: 150px;
}

hr.is-style-wide {
    max-width: 100%;
}

ul.wp-block-latest-posts li {
    margin-bottom: 10px;
}

ul.wp-block-categories.alignright,
.wp-block-archives.alignright {
    list-style-position: inside;
    text-align: right;
}

figure.wp-block-pullquote.alignleft {
    text-align: left;
}

figure.wp-block-pullquote.alignleft blockquote {
    padding: 15px 0;
    text-align: left;
}

figure.wp-block-pullquote.alignleft blockquote:before {
    text-align: left;
    margin: 0;
}

figure.wp-block-pullquote.alignleft blockquote cite {
    text-align: left;
}

blockquote p {
    margin-bottom: 21px;
}

figure.wp-block-pullquote.alignright {
    text-align: right;
}

figure.wp-block-pullquote.alignright blockquote {
    text-align: right;
}

figure.wp-block-pullquote.alignright blockquote:before {
    text-align: right;
    margin: 0;
}

figure.wp-block-pullquote.alignright blockquote cite {
    text-align: right;
}

.no-sidebar .alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: 96vw;
}

@media only screen and (min-width: 48em) {
    .no-sidebar .alignwide {
        margin-left: -150px;
        margin-right: -150px;
    }
}

.no-sidebar .alignfull {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (min-width: 64em) {
    .no-sidebar .alignfull {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        max-width: 100vw;
    }
}

blockquote.wp-block-pullquote.alignleft cite {
    text-align: left;
}

blockquote.wp-block-pullquote.alignright cite {
    text-align: right;
}

.wp-block-pullquote p {
    font-size: inherit;
}

.gallery-section .wp-block-gallery {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.archive-content-wrap .section-content-wrapper:after,
.footer-widget-area .wrapper:after,
.nav-links:after,
.sidebar:after,
.site-content .wrapper:after,
.hero-section .hentry:after,
.portfolio-section .section-content-wrapper:after,
.woocommerce-tabs ul.tabs.wc-tabs:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after,
.woocommerce-posts-wrapper .product:after,
.promotion-sale-wrapper .section-content-wrap .hentry:after,
.skillbar-header:after,
#portfolio-content-section .section-content-wrapper:after,
#contact-form-section form:after,
.contact-details li>span:after,
.gallery-image-wrap:after,
.ads-image-wrap:after,
.widget-wrap:after,
.footer-newsletter:after,
.portfolio-content-wrapper .grid:after,
.contact-details span:after,
.events-section .events-content-wrapper .hentry .entry-container:after,
.sub-left-col:after {
    content: "";
    display: table;
}

.archive-content-wrap .section-content-wrapper:after,
.footer-widget-area .wrapper:after,
.nav-links:after,
.sidebar:after,
.site-content .wrapper:after,
.hero-section .hentry:after,
.portfolio-section .section-content-wrapper:after,
.woocommerce-tabs ul.tabs.wc-tabs:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after,
.woocommerce-posts-wrapper .product:after,
.promotion-sale-wrapper .section-content-wrap .hentry:after,
.skillbar-header:after,
#portfolio-content-section .section-content-wrapper:after,
#contact-form-section form:after,
.contact-details li>span:after,
.gallery-image-wrap:after,
.ads-image-wrap:after,
.widget-wrap:after,
.footer-newsletter:after,
.portfolio-content-wrapper .grid:after,
.contact-details span:after,
.events-section .events-content-wrapper .hentry .entry-container:after,
.sub-left-col:after {
    clear: both;
}

.archive-content-wrap .section-content-wrapper:before,
.footer-widget-area .wrapper:before,
.nav-links:before,
.sidebar:before,
.site-content .wrapper:before,
.hero-section .hentry:before,
.portfolio-section .section-content-wrapper::before,
.woocommerce-tabs ul.tabs.wc-tabs:before,
.widget_shopping_cart .woocommerce-mini-cart-item:before,
.woocommerce-posts-wrapper .product:before,
.promotion-sale-wrapper .section-content-wrap .hentry:before,
.skillbar-header:before,
#portfolio-content-section .section-content-wrapper:before,
#contact-form-section form:before,
.contact-details li>span:before,
.gallery-image-wrap:before,
.ads-image-wrap:before,
.widget-wrap:before,
.footer-newsletter:before,
.portfolio-content-wrapper .grid:before,
.contact-details span:before,
.events-section .events-content-wrapper .hentry .entry-container:before,
.sub-left-col:before {
    content: "";
    display: table;
}

/*--------------------------------------------------------------
## buttons
--------------------------------------------------------------*/
.more-link,
.added_to_cart,
input[type="submit"],
button[type="submit"],
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.wp-block-button__link,
#infinite-handle .ctis-load-more button,
.checkout-button,
.button,
button,
select,
.wp-block-button__link,
nav.navigation.posts-navigation .nav-links a,
.stats-section .view-all-button .more-button .more-link,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.select2-container--default .select2-selection--single,
.view-all-button .more-link,
.wc-backward {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 28px;
    text-transform: uppercase;
}

.more-link:hover,
.more-link:focus,
.added_to_cart:hover,
.added_to_cart:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
#infinite-handle .ctis-load-more button:hover,
#infinite-handle .ctis-load-more button:focus,
.checkout-button:hover,
.checkout-button:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
select:hover,
select:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
.stats-section .view-all-button .more-button .more-link:hover,
.stats-section .view-all-button .more-button .more-link:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.wc-backward:hover,
.wc-backward:focus {
    box-shadow: inset 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
}

@media only screen and (min-width: 64em) {

    .more-link,
    .added_to_cart,
    input[type="submit"],
    button[type="submit"],
    .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
    .wp-block-button__link,
    #infinite-handle .ctis-load-more button,
    .checkout-button,
    .button,
    button,
    select,
    .wp-block-button__link,
    nav.navigation.posts-navigation .nav-links a,
    .stats-section .view-all-button .more-button .more-link,
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    .select2-container--default .select2-selection--single,
    .view-all-button .more-link,
    .wc-backward {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 14px 35px;
    }
}

@media only screen and (min-width: 103.75em) {

    .more-link,
    .added_to_cart,
    input[type="submit"],
    button[type="submit"],
    .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
    .wp-block-button__link,
    #infinite-handle .ctis-load-more button,
    .checkout-button,
    .button,
    button,
    select,
    .wp-block-button__link,
    nav.navigation.posts-navigation .nav-links a,
    .stats-section .view-all-button .more-button .more-link,
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    .select2-container--default .select2-selection--single,
    .view-all-button .more-link,
    .wc-backward {
        padding: 21px 42px;
    }
}

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

@media only screen and (min-width: 85.375em) {

    .button,
    .more-button,
    button {
        margin-top: 35px;
    }
}

.archive-content-wrap .masonry #infinite-handle,
.archive-content-wrap .masonry .infinite-loader {
    position: absolute;
    bottom: -88px;
}

.home .archive-content-wrap .masonry {
    margin-bottom: 70px;
}

#infinite-handle {
    text-align: center;
    width: 100%;
    z-index: 9;
}

#infinite-handle .ctis-load-more button {
    margin-top: 0;
    margin-bottom: 42px;
}

#infinite-handle .ctis-load-more button:hover,
#infinite-handle .ctis-load-more button:focus {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 42px;
    padding: 15px 28px;
}

@media only screen and (min-width: 64em) {

    #infinite-handle .ctis-load-more button:hover,
    #infinite-handle .ctis-load-more button:focus {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 14px 35px;
    }
}

@media only screen and (min-width: 103.75em) {

    #infinite-handle .ctis-load-more button:hover,
    #infinite-handle .ctis-load-more button:focus {
        padding: 21px 42px;
    }
}

button {
    border: 0;
    cursor: pointer;
}

.form-submit input[type="submit"] {
    border: 0;
}

.select2-container .select2-selection--single {
    height: 48px;
}

@media only screen and (min-width: 85.375em) {
    .select2-container .select2-selection--single {
        height: 60px;
    }
}

.color-scheme-photography .more-link,
.color-scheme-photography .added_to_cart,
.color-scheme-photography input[type="submit"],
.color-scheme-photography button[type="submit"],
.color-scheme-photography .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-photography .wp-block-button__link,
.color-scheme-photography #infinite-handle .ctis-load-more button,
.color-scheme-photography .checkout-button,
.color-scheme-photography .button,
.color-scheme-photography button,
.color-scheme-photography .wp-block-button__link,
.color-scheme-photography nav.navigation.posts-navigation .nav-links a,
.color-scheme-photography .stats-section .view-all-button .more-button .more-link,
.color-scheme-photography .view-all-button .more-link,
.color-scheme-photography .wc-backward,
.color-scheme-e-commerce .more-link,
.color-scheme-e-commerce .added_to_cart,
.color-scheme-e-commerce input[type="submit"],
.color-scheme-e-commerce button[type="submit"],
.color-scheme-e-commerce .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-e-commerce .wp-block-button__link,
.color-scheme-e-commerce #infinite-handle .ctis-load-more button,
.color-scheme-e-commerce .checkout-button,
.color-scheme-e-commerce .button,
.color-scheme-e-commerce button,
.color-scheme-e-commerce .wp-block-button__link,
.color-scheme-e-commerce nav.navigation.posts-navigation .nav-links a,
.color-scheme-e-commerce .stats-section .view-all-button .more-button .more-link,
.color-scheme-e-commerce .view-all-button .more-link,
.color-scheme-e-commerce .wc-backward,
.color-scheme-minimal .more-link,
.color-scheme-minimal .added_to_cart,
.color-scheme-minimal input[type="submit"],
.color-scheme-minimal button[type="submit"],
.color-scheme-minimal .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-minimal .wp-block-button__link,
.color-scheme-minimal #infinite-handle .ctis-load-more button,
.color-scheme-minimal .checkout-button,
.color-scheme-minimal .button,
.color-scheme-minimal button,
.color-scheme-minimal .wp-block-button__link,
.color-scheme-minimal nav.navigation.posts-navigation .nav-links a,
.color-scheme-minimal .stats-section .view-all-button .more-button .more-link,
.color-scheme-minimal .view-all-button .more-link,
.color-scheme-minimal .wc-backward,
.color-scheme-wedding .more-link,
.color-scheme-wedding .added_to_cart,
.color-scheme-wedding input[type="submit"],
.color-scheme-wedding button[type="submit"],
.color-scheme-wedding .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-wedding .wp-block-button__link,
.color-scheme-wedding #infinite-handle .ctis-load-more button,
.color-scheme-wedding .checkout-button,
.color-scheme-wedding .button,
.color-scheme-wedding button,
.color-scheme-wedding .wp-block-button__link,
.color-scheme-wedding nav.navigation.posts-navigation .nav-links a,
.color-scheme-wedding .stats-section .view-all-button .more-button .more-link,
.color-scheme-wedding .view-all-button .more-link,
.color-scheme-wedding .wc-backward,
.color-scheme-corporate .more-link,
.color-scheme-corporate .added_to_cart,
.color-scheme-corporate input[type="submit"],
.color-scheme-corporate button[type="submit"],
.color-scheme-corporate .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-corporate .wp-block-button__link,
.color-scheme-corporate #infinite-handle .ctis-load-more button,
.color-scheme-corporate .checkout-button,
.color-scheme-corporate .button,
.color-scheme-corporate button,
.color-scheme-corporate .wp-block-button__link,
.color-scheme-corporate nav.navigation.posts-navigation .nav-links a,
.color-scheme-corporate .stats-section .view-all-button .more-button .more-link,
.color-scheme-corporate .view-all-button .more-link,
.color-scheme-corporate .wc-backward,
.color-scheme-music .more-link,
.color-scheme-music .added_to_cart,
.color-scheme-music input[type="submit"],
.color-scheme-music button[type="submit"],
.color-scheme-music .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-music .wp-block-button__link,
.color-scheme-music #infinite-handle .ctis-load-more button,
.color-scheme-music .checkout-button,
.color-scheme-music .button,
.color-scheme-music button,
.color-scheme-music .wp-block-button__link,
.color-scheme-music nav.navigation.posts-navigation .nav-links a,
.color-scheme-music .stats-section .view-all-button .more-button .more-link,
.color-scheme-music .view-all-button .more-link,
.color-scheme-music .wc-backward,
.color-scheme-blog .more-link,
.color-scheme-blog .added_to_cart,
.color-scheme-blog input[type="submit"],
.color-scheme-blog button[type="submit"],
.color-scheme-blog .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-blog .wp-block-button__link,
.color-scheme-blog #infinite-handle .ctis-load-more button,
.color-scheme-blog .checkout-button,
.color-scheme-blog .button,
.color-scheme-blog button,
.color-scheme-blog .wp-block-button__link,
.color-scheme-blog nav.navigation.posts-navigation .nav-links a,
.color-scheme-blog .stats-section .view-all-button .more-button .more-link,
.color-scheme-blog .view-all-button .more-link,
.color-scheme-blog .wc-backward {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
}

.color-scheme-corporate button[type="submit"].search-submit,
.color-scheme-blog button[type="submit"].search-submit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.color-scheme-minimal .search-form input[type="search"],
.color-scheme-e-commerce .search-form input[type="search"],
.color-scheme-photography .search-form input[type="search"],
.color-scheme-wedding .search-form input[type="search"],
.color-scheme-music .search-form input[type="search"],
.color-scheme-blog .search-form input[type="search"] {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
}

.color-scheme-minimal .search-form button[type="submit"].search-submit,
.color-scheme-e-commerce .search-form button[type="submit"].search-submit,
.color-scheme-photography .search-form button[type="submit"].search-submit,
.color-scheme-wedding .search-form button[type="submit"].search-submit,
.color-scheme-music .search-form button[type="submit"].search-submit,
.color-scheme-blog .search-form button[type="submit"].search-submit {
    border-radius: 0 45px 45px 0;
    -webkit-border-radius: 0 45px 45px 0;
    -moz-border-radius: 0 45px 45px 0;
    -o-border-radius: 0 45px 45px 0;
}

.color-scheme-minimal .dropdown-toggle,
.color-scheme-photography .dropdown-toggle,
.color-scheme-wedding .dropdown-toggle,
.color-scheme-corporate .dropdown-toggle,
.color-scheme-e-commerce .dropdown-toggle,
.color-scheme-music .dropdown-toggle,
.color-scheme-blog .dropdown-toggle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.color-scheme-modern .more-link,
.color-scheme-modern .added_to_cart,
.color-scheme-modern input[type="submit"],
.color-scheme-modern button[type="submit"],
.color-scheme-modern .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-modern .wp-block-button__link,
.color-scheme-modern #infinite-handle .ctis-load-more button,
.color-scheme-modern .checkout-button,
.color-scheme-modern .button,
.color-scheme-modern button,
.color-scheme-modern select,
.color-scheme-modern .wp-block-button__link,
.color-scheme-modern nav.navigation.posts-navigation .nav-links a,
.color-scheme-modern .stats-section .view-all-button .more-button .more-link,
.color-scheme-modern .select2-container--default .select2-selection--single,
.color-scheme-modern .view-all-button .more-link,
.color-scheme-modern .wc-backward,
.color-scheme-photography .more-link,
.color-scheme-photography .added_to_cart,
.color-scheme-photography input[type="submit"],
.color-scheme-photography button[type="submit"],
.color-scheme-photography .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-photography .wp-block-button__link,
.color-scheme-photography #infinite-handle .ctis-load-more button,
.color-scheme-photography .checkout-button,
.color-scheme-photography .button,
.color-scheme-photography button,
.color-scheme-photography select,
.color-scheme-photography .wp-block-button__link,
.color-scheme-photography nav.navigation.posts-navigation .nav-links a,
.color-scheme-photography .stats-section .view-all-button .more-button .more-link,
.color-scheme-photography .select2-container--default .select2-selection--single,
.color-scheme-photography .view-all-button .more-link,
.color-scheme-photography .wc-backward,
.color-scheme-wedding .more-link,
.color-scheme-wedding .added_to_cart,
.color-scheme-wedding input[type="submit"],
.color-scheme-wedding button[type="submit"],
.color-scheme-wedding .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-wedding .wp-block-button__link,
.color-scheme-wedding #infinite-handle .ctis-load-more button,
.color-scheme-wedding .checkout-button,
.color-scheme-wedding .button,
.color-scheme-wedding button,
.color-scheme-wedding select,
.color-scheme-wedding .wp-block-button__link,
.color-scheme-wedding nav.navigation.posts-navigation .nav-links a,
.color-scheme-wedding .stats-section .view-all-button .more-button .more-link,
.color-scheme-wedding .select2-container--default .select2-selection--single,
.color-scheme-wedding .view-all-button .more-link,
.color-scheme-wedding .wc-backward,
.color-scheme-minimal .more-link,
.color-scheme-minimal .added_to_cart,
.color-scheme-minimal input[type="submit"],
.color-scheme-minimal button[type="submit"],
.color-scheme-minimal .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-minimal .wp-block-button__link,
.color-scheme-minimal #infinite-handle .ctis-load-more button,
.color-scheme-minimal .checkout-button,
.color-scheme-minimal .button,
.color-scheme-minimal button,
.color-scheme-minimal select,
.color-scheme-minimal .wp-block-button__link,
.color-scheme-minimal nav.navigation.posts-navigation .nav-links a,
.color-scheme-minimal .stats-section .view-all-button .more-button .more-link,
.color-scheme-minimal .select2-container--default .select2-selection--single,
.color-scheme-minimal .view-all-button .more-link,
.color-scheme-minimal .wc-backward,
.color-scheme-blog .more-link,
.color-scheme-blog .added_to_cart,
.color-scheme-blog input[type="submit"],
.color-scheme-blog button[type="submit"],
.color-scheme-blog .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-blog .wp-block-button__link,
.color-scheme-blog #infinite-handle .ctis-load-more button,
.color-scheme-blog .checkout-button,
.color-scheme-blog .button,
.color-scheme-blog button,
.color-scheme-blog select,
.color-scheme-blog .wp-block-button__link,
.color-scheme-blog nav.navigation.posts-navigation .nav-links a,
.color-scheme-blog .stats-section .view-all-button .more-button .more-link,
.color-scheme-blog .select2-container--default .select2-selection--single,
.color-scheme-blog .view-all-button .more-link,
.color-scheme-blog .wc-backward {
    font-weight: 700;
}

.color-scheme-modern #infinite-handle .ctis-load-more button:hover,
.color-scheme-modern #infinite-handle .ctis-load-more button:focus,
.color-scheme-photography #infinite-handle .ctis-load-more button:hover,
.color-scheme-photography #infinite-handle .ctis-load-more button:focus,
.color-scheme-wedding #infinite-handle .ctis-load-more button:hover,
.color-scheme-wedding #infinite-handle .ctis-load-more button:focus,
.color-scheme-minimal #infinite-handle .ctis-load-more button:hover,
.color-scheme-minimal #infinite-handle .ctis-load-more button:focus,
.color-scheme-blog #infinite-handle .ctis-load-more button:hover,
.color-scheme-blog #infinite-handle .ctis-load-more button:focus {
    font-weight: 700;
}

.color-scheme-wedding .more-link,
.color-scheme-wedding .button {
    letter-spacing: 1px;
}

.color-scheme-music .more-link,
.color-scheme-music .added_to_cart,
.color-scheme-music input[type="submit"],
.color-scheme-music button[type="submit"],
.color-scheme-music .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-music .wp-block-button__link,
.color-scheme-music #infinite-handle .ctis-load-more button,
.color-scheme-music .checkout-button,
.color-scheme-music .button,
.color-scheme-music button,
.color-scheme-music select,
.color-scheme-music .wp-block-button__link,
.color-scheme-music nav.navigation.posts-navigation .nav-links a,
.color-scheme-music .stats-section .view-all-button .more-button .more-link,
.color-scheme-music .select2-container--default .select2-selection--single,
.color-scheme-music .view-all-button .more-link,
.color-scheme-music .wc-backward,
.color-scheme-e-commerce .more-link,
.color-scheme-e-commerce .added_to_cart,
.color-scheme-e-commerce input[type="submit"],
.color-scheme-e-commerce button[type="submit"],
.color-scheme-e-commerce .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button,
.color-scheme-e-commerce .wp-block-button__link,
.color-scheme-e-commerce #infinite-handle .ctis-load-more button,
.color-scheme-e-commerce .checkout-button,
.color-scheme-e-commerce .button,
.color-scheme-e-commerce button,
.color-scheme-e-commerce select,
.color-scheme-e-commerce .wp-block-button__link,
.color-scheme-e-commerce nav.navigation.posts-navigation .nav-links a,
.color-scheme-e-commerce .stats-section .view-all-button .more-button .more-link,
.color-scheme-e-commerce .select2-container--default .select2-selection--single,
.color-scheme-e-commerce .view-all-button .more-link,
.color-scheme-e-commerce .wc-backward {
    font-weight: 600;
}

.color-scheme-music #infinite-handle .ctis-load-more button:hover,
.color-scheme-music #infinite-handle .ctis-load-more button:focus,
.color-scheme-e-commerce #infinite-handle .ctis-load-more button:hover,
.color-scheme-e-commerce #infinite-handle .ctis-load-more button:focus {
    font-weight: 600;
}

#footer-newsletter .footer-newsletter .ewnewsletter .hentry form input[type="submit"]:focus {
    border-color: transparent;
}

/*--------------------------------------------------------------
## fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.select2-container--default .select2-selection--single {
    box-sizing: border-box;
    border: 2px solid;
    cursor: text;
    -webkit-backface-visibility: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 400;
    outline: none;
    outline-offset: 0;
    padding-left: 21px;
    padding-right: 21px;
    text-transform: none;
    -webkit-appearance: none;
    width: 100%;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

div#customer_details,
.woocommerce-columns--addresses {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
    justify-content: space-between;
}

div#customer_details>div,
.woocommerce-columns--addresses>div {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}

div#customer_details>div input[type="checkbox"],
.woocommerce-columns--addresses>div input[type="checkbox"] {
    width: auto;
}

div#customer_details label,
.woocommerce-columns--addresses label {
    display: block;
    margin-bottom: 10px;
}

button[type="submit"],
input[type="submit"] {
    border: 0;
    width: auto;
}

textarea {
    box-sizing: border-box;
    display: block;
    height: auto;
    max-width: 100%;
    resize: vertical;
    width: 100%;
}

.search-form {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
    position: relative;
}

.search-form input[type="search"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: text;
    padding: 21px 0 19px 23px;
    padding-right: 70px;
}

.search-form button {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 100%;
    margin: 0;
    padding: 19px 20px;
    top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    position: absolute;
    right: 0;
}

select {
    border: 2px solid;
}

select:hover,
select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

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

/*--------------------------------------------------------------
## menus
--------------------------------------------------------------*/
.navigation-default .menu-inside-wrapper {
    clear: both;
    opacity: 0;
    position: absolute;
    right: -30px;
    top: 100%;
    visibility: hidden;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .navigation-default .menu-inside-wrapper {
        max-width: 300px;
        width: 300px;
    }
}

.navigation-default .menu-inside-wrapper .nav-menu li a {
    display: block;
    width: 100%;
}

.navigation-default .menu-inside-wrapper .nav-menu li a:hover {
    padding-left: 25px;
}

.navigation-classic .search-social-container .menu-wrapper .menu-inside-wrapper {
    clear: both;
    left: auto;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: -30px;
    visibility: hidden;
    z-index: 999;
}

.navigation-classic .search-social-container .menu-wrapper.is-open .menu-inside-wrapper {
    opacity: 1;
    visibility: visible;
}

.search-social-container .social-navigation li a {
    opacity: 1;
}

.navigation-default .is-open .menu-inside-wrapper,
.navigation-classic .site-header-menu .is-open .menu-inside-wrapper {
    opacity: 1;
    right: 0px;
    visibility: visible;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {

    .navigation-default .is-open .menu-inside-wrapper,
    .navigation-classic .site-header-menu .is-open .menu-inside-wrapper {
        max-width: 300px;
        width: 300px;
    }
}

.search-social-container nav.social-navigation ul li {
    margin-right: 30px;
}

.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu,
.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .children {
    display: none;
    margin: 0;
}

.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu .sub-menu li a,
.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu .children li a,
.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .children .sub-menu li a,
.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .children .children li a {
    padding-left: 40px;
}

.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu .sub-menu li a:hover,
.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu .children li a:hover,
.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .children .sub-menu li a:hover,
.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .children .children li a:hover {
    padding-left: 45px;
}

.menu-item-has-children .dropdown-toggle,
.page_item_has_children .dropdown-toggle,
.navigation-classic .site-header-menu .menu-inside-wrapper .nav-menu .sub-menu button,
.navigation-classic .site-header-menu .menu-inside-wrapper .nav-menu .children button {
    padding: 21px 24px 20px 24px;
    right: 0;
    top: 0;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
}

@media only screen and (min-width: 64em) {

    .menu-item-has-children .dropdown-toggle,
    .page_item_has_children .dropdown-toggle,
    .navigation-classic .site-header-menu .menu-inside-wrapper .nav-menu .sub-menu button,
    .navigation-classic .site-header-menu .menu-inside-wrapper .nav-menu .children button {
        padding: 20px 24px 20px 24px;
    }
}

.navigation-classic .site-header-menu .menu-inside-wrapper .nav-menu .sub-menu button,
.navigation-classic .site-header-menu .menu-inside-wrapper .nav-menu .children button {
    padding: 16px 24px 15px;
}

.site-header-menu .menu-inside-wrapper .nav-menu li button {
    border-left: 1px dotted transparent;
}

.site-header-menu .menu-inside-wrapper .nav-menu button:focus {
    border-left: 1px dotted;
}

.navigation-classic .site-header-menu .menu-inside-wrapper .nav-menu .sub-menu li.menu-item-has-children a:after,
.navigation-classic .site-header-menu .menu-inside-wrapper .nav-menu .children li.page_item_has_children a:after {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.menu-item-has-children,
.page_item_has_children {
    position: relative;
}

.menu-item-has-children .dropdown-toggle,
.page_item_has_children .dropdown-toggle {
    cursor: pointer;
    outline: none;
    margin-top: 0;
    position: absolute;
}

.menu-item-has-children .dropdown-toggle:before,
.page_item_has_children .dropdown-toggle:before {
    content: "\f107";
}

.dropdown-toggle.toggled-on:before {
    transform: rotate(179deg);
    -o-transform: rotate(179deg);
    -moz-transform: rotate(179deg);
    -webkit-transform: rotate(179deg);
}

.site-header-menu .menu-inside-wrapper .main-navigation .sub-menu.toggled-on,
.site-header-menu .menu-inside-wrapper .main-navigation .children.toggled-on {
    display: block;
}

#social-menu-wrapper li {
    line-height: 1.0;
    margin-left: 10px;
    margin-right: 5px;
}

@media only screen and (min-width: 85.375em) {
    #social-menu-wrapper li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#social-menu-wrapper li:first-child {
    margin-left: 0;
}

#social-menu-wrapper li:last-child {
    margin-right: 0;
}

.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu li:last-child,
.navigation-default .site-header-menu .menu-inside-wrapper .main-navigation .children li:last-child {
    border-bottom: 0;
}

.site-header-menu .menu-inside-wrapper .main-navigation .sub-menu,
.site-header-menu .menu-inside-wrapper .main-navigation .children {
    border-top: 1px solid;
    border-bottom: 0;
    z-index: 999;
}

.site-header-menu .menu-inside-wrapper .main-navigation .sub-menu li:last-child,
.site-header-menu .menu-inside-wrapper .main-navigation .children li:last-child {
    border-bottom: 0;
}

@media only screen and (min-width: 64em) {

    .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu li:last-child,
    .site-header-menu .menu-inside-wrapper .main-navigation .children li:last-child {
        border-bottom: 1px solid;
    }
}

.site-header-menu .menu-inside-wrapper .main-navigation .sub-menu a,
.site-header-menu .menu-inside-wrapper .main-navigation .children a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.site-header-menu .menu-inside-wrapper .main-navigation .sub-menu button,
.site-header-menu .menu-inside-wrapper .main-navigation .children button {
    padding-bottom: 15px;
    padding-top: 16px;
}

@media only screen and (min-width: 64em) {

    .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu button,
    .site-header-menu .menu-inside-wrapper .main-navigation .children button {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.main-navigation ul {
    display: block;
}

.navigation-default .menu-toggle-wrapper {
    height: 100%;
}

.navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
    border: 1px solid;
}

@media only screen and (min-width: 64em) {
    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
        border: 0;
    }
}

.menu-inside-wrapper {
    border: 1px solid;
    float: none;
    position: absolute;
    top: 100%;
    z-index: 9999;
}

@media only screen and (min-width: 64em) {
    .menu-inside-wrapper {
        position: relative;
    }
}

.menu-inside-wrapper .nav-menu {
    margin: 0;
}

.menu-inside-wrapper .nav-menu li {
    border-bottom: 1px solid;
    margin: 0;
    position: relative;
}

.menu-inside-wrapper .nav-menu li a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 45px 15px 25px;
}

.menu-inside-wrapper .nav-menu li .sub-menu a,
.menu-inside-wrapper .nav-menu li .children a {
    padding-left: 25px;
}

.menu-inside-wrapper .nav-menu li .sub-menu a:hover,
.menu-inside-wrapper .nav-menu li .children a:hover {
    padding-left: 30px;
}

.menu-inside-wrapper .nav-menu>li:last-child {
    border-bottom: 0;
}

.navigation-default .menu-inside-wrapper .nav-menu li .sub-menu a,
.navigation-default .menu-inside-wrapper .nav-menu li .children a {
    padding-left: 35px;
}

.navigation-default .menu-inside-wrapper .nav-menu li .sub-menu a:hover,
.navigation-default .menu-inside-wrapper .nav-menu li .children a:hover {
    padding-left: 40px;
}

.navigation-classic .menu-toggle {
    display: block;
}

@media only screen and (min-width: 64em) {
    .navigation-classic .menu-toggle {
        display: none;
    }
}

.navigation-classic .site-header-menu #primary-menu-wrapper {
    float: right;
}

.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li {
    display: block;
}

@media only screen and (min-width: 64em) {
    .navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li {
        display: inline-block;
        border: 0;
    }

    .navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li button {
        display: none;
    }
}

@media only screen and (min-width: 64em) {
    .navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li>a {
        padding-left: 15px;
        padding-right: 15px;
        border: 1px dotted transparent;
    }
}

@media only screen and (min-width: 85.375em) {
    .navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li>a {
        padding: 20px 20px 20px 20px;
    }
}

.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu .menu-item-has-children>a:after,
.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu .page_item_has_children>a:after {
    display: none;
    margin-left: 7px;
}

@media only screen and (min-width: 64em) {

    .navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu .menu-item-has-children>a:after,
    .navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu .page_item_has_children>a:after {
        content: "\f107";
        display: inline-block;
    }
}

.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li .sub-menu .menu-item-has-children>a:after,
.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li .children .page_item_has_children>a:after {
    content: "\f104";
}

.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li>a:focus {
    border: 1px dotted;
}

@media only screen and (min-width: 64em) {
    .navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu>li>a:focus {
        border: 1px dotted transparent;
    }
}

.sidebar .children {
    background: transparent;
}

@media only screen and (min-width: 64em) {
    .navigation-classic.boxed-layout .site-header-menu #primary-menu-wrapper .nav-menu>li>a {
        padding: 21px 10px 20px 10px;
    }
}

@media only screen and (min-width: 85.375em) {
    .navigation-classic.boxed-layout .site-header-menu #primary-menu-wrapper .nav-menu>li>a {
        padding: 21px 20px 20px 20px;
    }
}

#site-header-cart-wrapper {
    padding: 0;
}

@media only screen and (min-width: 64em) {
    #site-header-cart-wrapper {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 85.375em) {
    #site-header-cart-wrapper {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 64em) {
    .site-header-main .site-header-menu>div {
        padding: 15px;
    }
}

@media only screen and (min-width: 85.375em) {
    .site-header-main .site-header-menu>div {
        padding: 26px 20px;
    }
}

.site-header-main .site-header-menu>div:last-child {
    padding-right: 0;
}

.site-header-main .site-header-menu .search-social-container {
    padding-right: 0;
}

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

@media only screen and (min-width: 64em) {
    #social-menu-wrapper {
        display: block;
        padding-right: 0;
    }
}

.site-header-main .search-social-container {
    display: none;
    margin-right: 0;
}

.site-header-main .search-social-container>div {
    margin-right: 30px;
}

.site-header-main .search-social-container>div:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 64em) {
    .site-header-main .search-social-container {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.site-header-main .search-social-container .menu-wrapper button.menu-toggle {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 15px;
    z-index: 1;
}

.site-header-main .search-social-container .menu-wrapper button.menu-toggle:before {
    content: "\f002";
}

#primary-search-wrapper .menu-toggle.selected:before {
    content: "\f00d";
}

@media only screen and (min-width: 64em) {
    .navigation-classic .menu-inside-wrapper .nav-menu li .dropdown-toggle {
        padding: 0;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

@media only screen and (min-width: 85.375em) {
    .navigation-classic .menu-inside-wrapper .nav-menu li .dropdown-toggle {
        right: 8px;
    }
}

@media only screen and (min-width: 64em) {
    .site-header-cart:hover .widget_shopping_cart {
        webkit-animation: smoothScrollBackShop .5s forwards, fadein .5s;
        -moz-animation: smoothScrollBackShop .5s forwards, fadein .5s;
        -o-animation: smoothScrollBackShop .5s forwards, fadein .5s;
        animation: smoothScrollBackShop .5s forwards, fadein .5s;
        right: 0;
        display: block;
    }
}

@media only screen and (min-width: 64em) {

    .navigation-classic .menu-inside-wrapper .nav-menu li.focus>.sub-menu,
    .navigation-classic .menu-inside-wrapper .nav-menu li.focus>.children {
        webkit-animation: smoothScrollBack .5s forwards, fadein .5s;
        -moz-animation: smoothScrollBack .5s forwards, fadein .5s;
        -o-animation: smoothScrollBack .5s forwards, fadein .5s;
        animation: smoothScrollBack .5s forwards, fadein .5s;
        left: auto;
        right: 0;
    }
}

@media only screen and (min-width: 64em) {

    .navigation-classic .menu-inside-wrapper .nav-menu li:hover>.sub-menu,
    .navigation-classic .menu-inside-wrapper .nav-menu li:hover>.children {
        webkit-animation: smoothScrollBack .5s forwards, fadein .5s;
        -moz-animation: smoothScrollBack .5s forwards, fadein .5s;
        -o-animation: smoothScrollBack .5s forwards, fadein .5s;
        animation: smoothScrollBack .5s forwards, fadein .5s;
        left: auto;
        right: 0;
    }
}

@-webkit-keyframes smoothScrollBack {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes smoothScrollBack {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes smoothScrollBackShop {
    0% {
        transform: translateX(5%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes smoothScrollBackShop {
    0% {
        transform: translateX(5%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (min-width: 64em) {
    .navigation-classic .menu-inside-wrapper .nav-menu li .dropdown-toggle:before {
        content: "\f107";
    }
}

.navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu,
.navigation-classic .menu-inside-wrapper .nav-menu li .children {
    display: none;
    position: relative;
    z-index: 999;
    width: 100%;
}

@media only screen and (min-width: 64em) {

    .navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu,
    .navigation-classic .menu-inside-wrapper .nav-menu li .children {
        border-left: 1px solid;
        border-right: 1px solid;
        display: block;
        margin: 0;
        position: absolute;
        left: -999em;
        width: 280px;
    }
}

.navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu li a,
.navigation-classic .menu-inside-wrapper .nav-menu li .children li a {
    padding-left: 35px;
}

.navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu li a:hover,
.navigation-classic .menu-inside-wrapper .nav-menu li .children li a:hover {
    padding-left: 40px;
}

@media only screen and (min-width: 64em) {

    .navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu li a,
    .navigation-classic .menu-inside-wrapper .nav-menu li .children li a {
        padding-left: 25px;
    }

    .navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu li a:hover,
    .navigation-classic .menu-inside-wrapper .nav-menu li .children li a:hover {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 64em) {

    .navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu .sub-menu,
    .navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu .children,
    .navigation-classic .menu-inside-wrapper .nav-menu li .children .sub-menu,
    .navigation-classic .menu-inside-wrapper .nav-menu li .children .children {
        top: 0;
    }
}

.navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu .sub-menu a,
.navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu .children a,
.navigation-classic .menu-inside-wrapper .nav-menu li .children .sub-menu a,
.navigation-classic .menu-inside-wrapper .nav-menu li .children .children a {
    padding-left: 40px;
}

.navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu .sub-menu a:hover,
.navigation-classic .menu-inside-wrapper .nav-menu li .sub-menu .children a:hover,
.navigation-classic .menu-inside-wrapper .nav-menu li .children .sub-menu a:hover,
.navigation-classic .menu-inside-wrapper .nav-menu li .children .children a:hover {
    padding-left: 45px;
}

.mobile-social-search .search-container {
    margin-bottom: 25px;
}

@media only screen and (min-width: 64em) {

    .navigation-classic .site-header-main .menu-item-has-children .sub-menu li:hover>.sub-menu,
    .navigation-classic .site-header-main .page_item_has_children .children li:hover>.children,
    .navigation-classic .site-header-main .menu-item-has-children .sub-menu li.focus>.sub-menu,
    .navigation-classic .site-header-main .page_item_has_children .children li.focus>.children {
        left: auto;
        right: 100%;
    }
}

.navigation-classic .site-header-menu #primary-menu-wrapper {
    padding: 0;
}

.navigation-classic .menu-inside-wrapper {
    opacity: 0;
    right: -30px;
    top: 100%;
    visibility: hidden;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .navigation-classic .menu-inside-wrapper {
        width: 300px;
    }
}

@media only screen and (min-width: 64em) {
    .navigation-classic .menu-inside-wrapper {
        left: auto;
        opacity: 1;
        right: auto;
        top: 0;
        visibility: visible;
        width: 100%;
    }
}

@media only screen and (min-width: 64em) {
    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
        background: none;
    }
}

.search-social-container .menu-wrapper .menu-inside-wrapper {
    max-width: 300px;
    width: 300px;
}

.mobile-social-search {
    display: block;
    padding: 25px 25px 25px;
    border-top: 1px solid;
}

@media only screen and (min-width: 64em) {
    .mobile-social-search {
        display: none;
    }
}

#primary-menu-wrapper,
.search-social-container {
    position: static;
}

@media only screen and (min-width: 64em) {

    #primary-menu-wrapper,
    .search-social-container {
        position: relative;
    }
}

.mobile-social-search .social-navigation ul {
    justify-content: flex-start;
}

.site-header-main>#site-header-cart-wrapper {
    display: none;
}

@media only screen and (min-width: 64em) {
    .site-header-main>#site-header-cart-wrapper {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex: 0 1 auto;
        justify-content: flex-end;
    }
}

.menu-inside-wrapper #site-header-cart-wrapper {
    display: block;
}

@media only screen and (min-width: 64em) {
    .menu-inside-wrapper #site-header-cart-wrapper {
        display: none;
    }
}

#site-header-cart-wrapper a.cart-contents {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
}

@media only screen and (min-width: 64em) {
    #site-header-cart-wrapper a.cart-contents {
        padding: 0;
    }
}

#site-header-cart-wrapper a.cart-contents .amount {
    display: none;
}

a.cart-contents:before {
    content: "\f291";
    margin-right: 5px;
}

@media only screen and (min-width: 64em) {
    a.cart-contents:before {
        margin-right: 0;
    }
}

#site-header-cart-wrapper .widget_shopping_cart .remove_from_cart_button {
    float: left;
    margin-right: 10px;
}

#site-header-cart-wrapper .widget_shopping_cart li a:hover,
#site-header-cart-wrapper .widget_shopping_cart li a:focus {
    background-color: transparent;
}

#site-header-cart-wrapper .widget_shopping_cart li a img {
    float: right;
    width: 50px;
}

#site-header-cart-wrapper .widget_shopping_cart li .quantity {
    display: block;
    margin-left: 15px;
}

.menu-inside-wrapper .site-header-cart {
    display: block;
}

.site-header-cart {
    display: none;
    position: relative;
}

@media only screen and (min-width: 64em) {
    .site-header-cart {
        display: block;
        padding: 21px 10px;
    }
}

.site-header-cart li span.count {
    display: inline-block;
}

@media only screen and (min-width: 64em) {
    .site-header-cart li span.count {
        display: none;
    }
}

.widget.widget_shopping_cart {
    border: 1px solid;
    display: none;
    margin-bottom: 0;
    padding: 10px;
    right: -999em;
    position: absolute;
    top: 100%;
    width: 350px;
    z-index: 999;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
    padding: 25px;
}

.widget.widget_shopping_cart ul.woocommerce-mini-cart {
    margin: 0;
}

.widget.widget_shopping_cart ul.woocommerce-mini-cart li {
    border-bottom: 1px solid;
    margin-bottom: 13px;
    padding-bottom: 10px;
}

.widget.widget_shopping_cart ul.woocommerce-mini-cart li:last-child {
    border: 0;
    margin-bottom: 0;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__total {
    margin: 15px 0;
    text-align: center;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

.navigation-default #primary-menu-wrapper {
    padding-right: 0;
}

@media only screen and (min-width: 64em) {
    .site-header-cart:hover .widget_shopping_cart {
        visibility: visible;
    }
}

.is-open #site-header-cart-wrapper a.cart-contents {
    border-bottom: 1px solid;
}

/** Modern and Minimal Scheme **/
@media only screen and (min-width: 64em) {
    .primary-menu-center.navigation-classic .site-branding {
        flex: 0 1 30%;
    }

    .primary-menu-center.navigation-classic .site-header .site-header-menu {
        flex: 0 1 70%;
    }

    .primary-menu-center.navigation-classic .site-header #primary-menu-wrapper {
        flex: 0 1 65%;
    }

    .primary-menu-center.navigation-classic .site-header .search-social-cart-wrapper {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        flex: 0 1 35%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 64em) {
    .primary-menu-center.navigation-classic .search-social-container {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 85.375em) {
    .primary-menu-center.navigation-classic .search-social-container {
        padding-bottom: 26px;
        padding-top: 26px;
    }
}

@media only screen and (min-width: 64em) {
    .primary-menu-center.navigation-classic #social-menu-wrapper {
        padding-left: 15px;
    }

    .primary-menu-center.navigation-classic #social-menu-wrapper ul {
        display: block;
    }

    .primary-menu-center.navigation-classic #social-menu-wrapper ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 85.375em) {
    .primary-menu-center.navigation-classic #social-menu-wrapper {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 64em) {
    .primary-menu-center.navigation-classic #primary-menu-wrapper {
        text-align: center;
    }
}

.primary-menu-center.navigation-classic #primary-menu-wrapper .sub-menu {
    text-align: left;
}

@media only screen and (min-width: 64em) {
    .primary-menu-left.navigation-classic .site-header-menu {
        width: 70%;
    }

    .primary-menu-left.navigation-classic .site-branding {
        width: 30%;
    }

    .primary-menu-left.navigation-classic #primary-menu-wrapper {
        margin-left: 20px;
        margin-right: auto;
    }
}

.color-scheme-blog.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu li a,
.color-scheme-e-commerce.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu li a,
.color-scheme-photography.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu li a {
    font-weight: 600;
}

.color-scheme-corporate.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu li a,
.color-scheme-music.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu li a {
    font-weight: 500;
}

.color-scheme-minimal.navigation-classic .site-header-menu #primary-menu-wrapper .nav-menu li a {
    font-weight: 700;
}

/*--------------------------------------------------------------
## social-menu-navigation
--------------------------------------------------------------*/
nav.social-navigation ul,
.social-links-menu {
    list-style: none;
    margin: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

nav.social-navigation ul li,
.social-links-menu li {
    margin-right: 20px;
}

nav.social-navigation ul li:last-child,
.social-links-menu li:last-child {
    margin-right: 0;
}

nav.social-navigation ul li a,
.social-links-menu li a {
    font-size: 18px;
    font-size: 1.125rem;
    opacity: 0.3;
    position: relative;
    transition: none;
}

nav.social-navigation ul li a:hover,
.social-links-menu li a:hover {
    opacity: 1;
}

nav.social-navigation ul li:last-child a,
.social-links-menu li:last-child a {
    margin-right: 0;
}

/*--------------------------------------------------------------
## next-previous
--------------------------------------------------------------*/
.content-area .site-main nav.post-navigation .nav-previous .nav-subtitle:before {
    content: "<";
    margin-right: 5px;
}

.content-area .site-main nav.post-navigation .nav-next .nav-subtitle:after {
    content: ">";
    margin-left: 5px;
}

body,
.testimonials-content-wrapper .testimonial-slider-wrap .post-thumbnail .entry-header .entry-title,
blockquote:not(.alignleft):not(.alignright):before,
.testimonial-slider-wrap .post-thumbnail .entry-header,
.testimonials-content-wrapper .testimonial-slider-wrap button,
.testimonial-slider-wrap .post-thumbnail .entry-header,
code,
kbd,
tt,
var,
.catch-breadcrumb .entry-breadcrumbs,
.author-title,
.woocommerce-breadcrumb,
.entry-title .sub-title,
.entry-title .sub-title,
.entry-title span,
.section-title-wrapper+.section-description,
.section-title+.section-description,
.section-title-wrapper+.section-subtitle,
.entry-container .subtitle,
.testimonial-slider-wrap .more-link {
    font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-description,
.archive-content-wrap .entry-title a,
.testimonials-content-wrapper .entry-content,
.testimonials-content-wrapper .cycle-prev:before,
.testimonials-content-wrapper .cycle-next:before,
.site-main nav.posts-navigation .nav-links>div .nav-title,
.site-main nav.post-navigation .nav-links>div a .nav-title,
.testimonials-content-wrapper .cycle-pager {
    font-family: "EB Garamond", serif;
}

.site-title {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.765625em 0 0.46875em 0;
}

h1,
.custom-header-content .entry-title,
.slider-content-wrapper .entry-container h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.31;
}

@media only screen and (min-width: 48em) {

    h1,
    .custom-header-content .entry-title,
    .slider-content-wrapper .entry-container h2 {
        font-size: 43px;
        font-size: 2.6875rem;
    }
}

@media only screen and (min-width: 64em) {

    h1,
    .custom-header-content .entry-title,
    .slider-content-wrapper .entry-container h2 {
        font-size: 58px;
        font-size: 3.125rem;
    }
}

@media only screen and (min-width: 103.75em) {

    h1,
    .custom-header-content .entry-title,
    .slider-content-wrapper .entry-container h2 {
        font-size: 64px;
        font-size: 4rem;
    }
}

@media only screen and (min-width: 64em) {
    .color-scheme-corporate.home .custom-header-content .entry-title {
        font-size: 52px;
        font-size: 3.25rem;
    }
}

@media only screen and (min-width: 103.75em) {

    .color-scheme-music.home .custom-header-content .entry-title,
    .color-scheme-e-commerce.home .custom-header-content .entry-title,
    .color-scheme-photography.home .custom-header-content .entry-title {
        font-size: 112px;
        font-size: 7rem;
    }
}

@media only screen and (min-width: 103.75em) {

    .color-scheme-music .custom-header-content .entry-title .sub-title,
    .color-scheme-music .custom-header-content .entry-title span {
        font-size: 32px;
        font-size: 2rem;
    }
}

h2,
.singular-content-wrap .entry-title,
.woocommerce-posts-wrapper .product_title,
.page-title,
#hero-section .entry-title,
.playlist-section .entry-title,
.app-section .entry-title,
.hero-section.section .section-heading-wrapper .section-title,
.stats-section .entry-title {
    font-size: 36px;
    font-size: 2.25rem;
}

@media only screen and (min-width: 64em) {

    h2,
    .singular-content-wrap .entry-title,
    .woocommerce-posts-wrapper .product_title,
    .page-title,
    #hero-section .entry-title,
    .playlist-section .entry-title,
    .app-section .entry-title,
    .hero-section.section .section-heading-wrapper .section-title,
    .stats-section .entry-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (min-width: 103.75em) {

    h2,
    .singular-content-wrap .entry-title,
    .woocommerce-posts-wrapper .product_title,
    .page-title,
    #hero-section .entry-title,
    .playlist-section .entry-title,
    .app-section .entry-title,
    .hero-section.section .section-heading-wrapper .section-title,
    .stats-section .entry-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

h2,
.woocommerce-posts-wrapper .product_title,
.page-title {
    margin-bottom: 0.72916666666em;
    margin-top: 1.0208333em;
}

h3,
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.36;
}

@media only screen and (min-width: 85.375em) {

    h3,
    .woocommerce-tabs .woocommerce-Tabs-panel h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

h3,
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-bottom: 0.9722222em;
    margin-top: 1.36111111111em;
}

h4,
.content-area .archive-content-wrap .entry-container .section-title,
.color-scheme-e-commerce .stats-section .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.46;
}

h4,
.content-area .archive-content-wrap .entry-container .section-title {
    margin-bottom: 1.458333333em;
    margin-top: 2.0416666em;
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
}

h5 {
    margin-bottom: 1.9444444444em;
    margin-top: 2.7222222em;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.17;
}

h6 {
    margin-bottom: 2.1875em;
    margin-top: 3.062em;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.wp-custom-logo .custom-logo-link {
    display: inline-block;
}

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

@media only screen and (min-width: 480px) {
    .wp-custom-logo .site-identity {
        display: inline-block;
    }
}

.header-text-hidden .custom-logo-link {
    max-width: 200px;
}

@media only screen and (min-width: 64em) {
    .header-text-hidden .custom-logo-link {
        max-width: 320px;
    }
}

.site-identity .site-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 1.56;
    text-transform: uppercase;
}

@media only screen and (min-width: 103.75em) {
    .site-identity .site-title {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: 3px;
    }
}

.site-identity .site-description {
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-top: 0;
}

@media only screen and (min-width: 85.375em) {
    .site-identity .site-description {
        font-size: 16px;
        font-size: 1rem;
    }
}

.site-header .site-header-menu {
    align-items: center;
    z-index: 9;
}

.site-header .site-header-menu .social-navigation li a {
    display: block;
    opacity: 1;
}

@media only screen and (min-width: 64em) {
    .site-header .site-header-menu .social-navigation li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

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

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

/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {

    .has-header-video .custom-header-media .wp-custom-header video,
    .custom-header .wp-custom-header img,
    .has-header-video .custom-header-media .wp-custom-header iframe {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
}

.home.has-header-video .site .custom-header {
    min-height: calc(100vh - 470px);
}

.custom-logo-link {
    max-width: 120px;
    margin-right: 12px;
}

@media only screen and (min-width: 64em) {
    .custom-logo-link {
        max-width: 150px;
    }
}

header .site-branding {
    align-items: center;
}

.site-header-main {
    padding-bottom: 12px;
    padding-top: 13px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
    position: relative;
}

@media only screen and (min-width: 64em) {
    .site-header-main {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 85.375em) {
    .site-header-main {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 103.75em) {
    .site-header-main {
        padding-bottom: 29px;
        padding-top: 29px;
    }
}

.scrolled-logo-link {
    display: none;
}

button#menu-toggle>* {
    display: inline-block;
    vertical-align: middle;
}

.menu-label {
    margin-left: 10px;
}

.site-header button:hover,
.site-header button:focus {
    box-shadow: none;
}

#menu-toggle {
    border-radius: 0;
    cursor: pointer;
    font-size: 15px;
    font-size: 0.9375rem;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
}

#menu-toggle:focus {
    outline: none;
}

@media only screen and (min-width: 64em) {
    .menu-toggle-wrapper {
        padding-right: 0;
    }
}

.navigation-classic .menu-toggle-wrapper {
    padding: 0;
}

.selected .bar2 {
    opacity: 0;
    transform: translateX(-200%);
    -o-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
}

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

.selected .bar3 {
    transform: rotate(42deg) translate(-4px, -5px);
    -o-transform: rotate(42deg) translate(-4px, -5px);
    -moz-transform: rotate(42deg) translate(-4px, -5px);
    -ms-transform: rotate(42deg) translate(-4px, -5px);
    -webkit-transform: rotate(42deg) translate(-4px, -5px);
}

.bars {
    height: 3px;
    margin: 3px 0;
    width: 20px;
}

.menu-toggle {
    display: block;
}

.custom-header {
    position: relative;
}

.custom-header .custom-header-media img {
    width: 100%;
}

.scroll-down {
    bottom: 20px;
    cursor: pointer;
    height: 50px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
}

.slider-content-wrapper .scroll-down {
    bottom: 60px;
}

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

.custom-header-content .entry-title {
    position: relative;
}

.entry-header-image {
    margin: 15px 0;
}

button#wp-custom-header-video-button {
    cursor: pointer;
    font-size: 0;
    left: 50%;
    opacity: 0.7;
    margin-top: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
}

button#wp-custom-header-video-button:hover,
button#wp-custom-header-video-button:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
}

.wp-custom-header-video-pause:before {
    content: "\f144";
    font-size: 54px;
    font-size: 3.375rem;
}

.wp-custom-header-video-play:before {
    content: "\f28b";
    font-size: 54px;
    font-size: 3.375rem;
}

.catch-breadcrumb.breadcrumb-area .sep {
    font-size: 12px;
    font-size: 0.75rem;
}

#primary-search-wrapper .search-container {
    padding: 10px;
}

#primary-search-wrapper .search-container input[type="search"] {
    padding: 15px;
    padding-right: 60px;
}

#primary-search-wrapper .search-container button {
    padding: 15px 20px;
}

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

@media only screen and (min-width: 48em) {
    .no-header-media-text .custom-header {
        min-height: 720px;
    }
}

@media only screen and (min-width: 85.375em) {
    .no-header-media-text .custom-header {
        min-height: 822px;
    }
}

.home .custom-header-content .entry-container {
    padding: 0 30px;
}

@media only screen and (min-width: 41.688em) {
    .home .custom-header-content .entry-container {
        max-width: 610px;
        padding: 0 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .home .custom-header-content .entry-container {
        padding: 0 50px;
    }
}

.custom-header-content .entry-container {
    max-width: 800px;
    padding: 150px 30px;
}

@media only screen and (min-width: 41.688em) {
    .custom-header-content .entry-container {
        padding: 190px 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .custom-header-content .entry-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

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

.custom-header img {
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-header-content {
    z-index: 2;
}

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

.has-header-video .custom-header-media iframe {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
    position: absolute;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    top: 50%;
    padding-bottom: 1px;
    width: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.boxed-layout .header-top-bar .wrapper {
    max-width: 100%;
}

.absolute-header .header-top-bar {
    border-bottom: 0;
}

.header-top-bar .header-top-content .header-top-left-content ul li a {
    font-weight: 400;
}

.header-top-bar .header-top-content .header-top-left-content ul li span {
    font-weight: 500;
}

.color-scheme-photography .header-top-bar .header-top-content .header-top-left-content ul li span,
.color-scheme-e-commerce .header-top-bar .header-top-content .header-top-left-content ul li span {
    font-weight: 600;
}

.header-top-bar {
    border-bottom: 1px solid;
}

.header-top-bar .header-top-content {
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 7px;
    padding-top: 7px;
}

@media only screen and (min-width: 85.375em) {
    .header-top-bar .header-top-content {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 103.75em) {
    .header-top-bar .header-top-content {
        padding-bottom: 14px;
        padding-top: 14px;
    }
}

.header-top-bar .header-top-content .header-top-left-content ul {
    margin: 0;
    list-style: none;
    align-items: center;
}

.header-top-bar .header-top-content .header-top-left-content ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 15px;
}

@media only screen and (min-width: 103.75em) {
    .header-top-bar .header-top-content .header-top-left-content ul li {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-right: 35px;
    }
}

.header-top-bar .header-top-content .header-top-left-content ul li span span {
    display: none;
}

@media only screen and (min-width: 64em) {
    .header-top-bar .header-top-content .header-top-left-content ul li span span {
        display: inline-block;
    }
}

.header-top-bar .header-top-content .header-top-left-content ul li:last-child {
    margin-right: 0;
}

.header-top-bar .header-top-content .header-top-left-content ul li .fa {
    margin-right: 5px;
}

.header-top-bar .header-top-content .header-top-right-content a {
    opacity: 1;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media only screen and (min-width: 103.75em) {
    .header-top-bar .header-top-content .header-top-right-content a {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.header-top-bar .header-top-content .header-top-left-content span.hours {
    position: relative;
}

.header-top-bar .header-top-content .header-top-left-content span.hours .fa {
    cursor: pointer;
}

.header-top-bar .header-top-content .header-top-left-content span.mobile-hours {
    left: 0;
    padding: 5px 14px;
    position: absolute;
    top: 150%;
    width: 230px;
    z-index: 9;
}

@media only screen and (min-width: 64em) {
    .header-top-bar .header-top-content .header-top-left-content span.mobile-hours {
        display: none;
    }
}

.header-top-bar .header-top-content .header-top-left-content span.mobile-hours:before {
    border: 10px solid;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 0px;
}

.header-top-bar .header-top-content .header-top-left-content .top-contact-information span.mobile-hours:before {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.home .site .custom-header {
    align-items: center;
    display: flex;
    min-height: 100vh;
}

.sticky-playlist-enabled.admin-bar.absolute-header.home .site .custom-header {
    min-height: calc(100vh - 93px);
}

@media only screen and (min-width: 103.75em) {
    .sticky-playlist-enabled.admin-bar.absolute-header.home .site .custom-header {
        min-height: calc(100vh - 103px);
    }
}

@media only screen and (min-width: 41.688em) {
    .sticky-playlist-enabled.admin-bar.absolute-header .slider-content-wrapper.section.style-two .hentry {
        min-height: calc(100vh - 93px);
    }
}

@media only screen and (min-width: 103.75em) {
    .sticky-playlist-enabled.admin-bar.absolute-header .slider-content-wrapper.section.style-two .hentry {
        min-height: calc(100vh - 103px);
    }
}

@media screen and (max-width: 782px) {

    .sticky-playlist-enabled.admin-bar.absolute-header.home .site .custom-header,
    .sticky-playlist-enabled.admin-bar.absolute-header .slider-content-wrapper.section.style-two .hentry {
        min-height: calc(100vh - 107px);
    }
}

.sticky-playlist-enabled.absolute-header.home .site .custom-header {
    min-height: calc(100vh - 58px);
}

@media only screen and (min-width: 41.688em) {
    .sticky-playlist-enabled.absolute-header .slider-content-wrapper.section.style-two .hentry {
        min-height: calc(100vh - 58px);
    }
}

.absolute-header .site .site-header {
    position: relative;
}

.absolute-header .site .site-header .inner-header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.site .site-header .inner-header {
    position: relative;
}

/*--------------------------------------------------------------
## Hero-content
--------------------------------------------------------------*/
/* Hero Content and App Section */
.hero-section.section .hentry {
    position: relative;
}

.hero-section.section.full-width-layout .wrapper {
    max-width: 1500px;
}

.hero-section .section-title-wrapper>.subtitle,
.hero-section .entry-container .subtitle {
    font-weight: 700;
}

@media only screen and (min-width: 41.688em) {
    #hero-section.hero-section.section .section-heading-wrapper {
        float: left;
        width: 42.2%;
    }
}

#hero-section.hero-section.section .section-heading-wrapper {
    padding: 0 0 35px 0;
    text-align: center;
}

@media only screen and (min-width: 41.688em) {
    #hero-section.hero-section.section .section-heading-wrapper {
        text-align: left;
    }
}

#hero-section.hero-section.section .section-heading-wrapper+.entry-container {
    padding-bottom: 0;
    padding-top: 0;
}

#hero-section.hero-section.section .section-heading-wrapper+.entry-container .entry-content,
#hero-section.hero-section.section .section-heading-wrapper+.entry-container .entry-summary {
    margin-top: 0;
}

@media only screen and (min-width: 41.688em) {
    #hero-section.hero-section.section.content-aligned-left .section-heading-wrapper {
        float: right;
        padding-right: 0;
    }
}

#hero-section.hero-section.section .wrapper .section-content-wrap {
    padding-top: 35px;
}

@media only screen and (min-width: 41.688em) {
    #hero-section.hero-section.section .wrapper .section-content-wrap {
        padding-top: 42px;
    }
}

#hero-section.hero-section.section .wrapper .section-content-wrap .cat-links {
    font-size: 12px;
    text-transform: uppercase;
}

#hero-section.hero-section.section .wrapper .section-content-wrap .author-avatar {
    margin-right: 0;
}

@media only screen and (min-width: 41.688em) {
    #hero-section.hero-section.section .wrapper .section-content-wrap .author-avatar {
        margin-right: 21px;
    }
}

#hero-section.hero-section.section .wrapper .section-content-wrap .author-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
    text-align: center;
}

@media only screen and (min-width: 41.688em) {
    #hero-section.hero-section.section .wrapper .section-content-wrap .author-info {
        justify-content: unset;
        flex-direction: row;
        text-align: left;
    }
}

#hero-section.hero-section.section .wrapper .section-content-wrap .author-info .author-avatar {
    width: 70px;
}

#hero-section.hero-section.section .wrapper .section-content-wrap .author-info .author-title {
    margin-bottom: 0;
}

#hero-section.hero-section.section .wrapper .section-content-wrap .author-info .author-title .author-link {
    font-size: 1.25rem;
    font-size: 20px;
}

#hero-section.hero-section.section .wrapper .section-content-wrap .author-info .author-bio {
    font-size: 0.9375rem;
    font-size: 15px;
}

@media only screen and (min-width: 64em) {
    #hero-section.hero-section.section .wrapper .section-content-wrap .author-info .author-bio {
        font-size: 1.125rem;
        font-size: 18px;
    }
}

.hero-section.section .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1142px;
}

.hero-section.section .section-content-wrap .hentry .featured-content-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

@media only screen and (min-width: 41.688em) {
    .hero-section.section .section-content-wrap .hentry .featured-content-image {
        bottom: 0;
        height: 100%;
        left: 0;
        min-height: 100%;
        position: absolute;
        width: 42.227%;
    }
}

.hero-section.section .section-content-wrap .hentry .entry-container {
    padding-top: 21px;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .hero-section.section .section-content-wrap .hentry .entry-container {
        padding-bottom: 36px;
        padding-left: 60px;
        padding-top: 36px;
        width: 57.8%;
    }
}

@media only screen and (min-width: 85.375em) {
    .hero-section.section .section-content-wrap .hentry .entry-container {
        padding-bottom: 97px;
        padding-left: 120px;
        padding-top: 66px;
    }
}

.hero-section.section .section-content-wrap .hentry .entry-container .entry-title {
    margin-bottom: 0;
    text-transform: inherit;
}

.hero-section.content-aligned-right .hentry .entry-container {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 41.688em) {
    .hero-section.content-aligned-right .hentry .entry-container {
        float: right;
    }
}

.app-section .content-wrapper {
    margin-top: 21px;
    width: 100%;
}

.app-section .content-wrapper .post-thumbnail {
    margin-top: 21px;
}

@media only screen and (min-width: 64em) {
    .app-section .content-wrapper .post-thumbnail {
        margin-top: 35px;
    }
}

.app-image-container div {
    margin-top: 7px;
    margin-left: 7px;
    width: 120px;
}

@media only screen and (min-width: 64em) {
    .app-image-container div {
        margin-left: 21px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 103.75em) {
    .app-image-container div {
        margin-top: 35px;
    }
}

.app-image-container div:last-child {
    margin-right: 0;
}

.app-button-container div {
    margin-right: 7px;
}

@media only screen and (min-width: 64em) {
    .app-button-container div {
        margin-right: 21px;
    }
}

.app-button-container div:last-child {
    margin-right: 0;
}

.app-section .section-content-wrapper .entry-header span {
    font-style: italic;
    display: block;
    line-height: 1.46;
}

.app-section-image {
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .app-section-image {
        padding-bottom: 0;
    }
}

.no-thumb .content-wrapper {
    max-width: 650px;
    width: auto;
    margin: 0 auto;
}

/* Color Scheme */
.color-scheme-blog .site-overlay+.section {
    padding-top: 0;
}

.color-scheme-blog .site-overlay+.section .wrapper {
    padding-top: 0;
}

.color-scheme-blog .site-overlay+.section .section-content-wrap,
.color-scheme-blog .site-overlay+.section .section-content-wrapper {
    padding-top: 0;
}

@media only screen and (min-width: 41.688em) {
    .color-scheme-blog .hero-section.section .section-content-wrap .hentry .featured-content-image {
        width: 49.227%;
    }
}

@media only screen and (min-width: 41.688em) {
    .color-scheme-blog .hero-section.section .section-content-wrap .hentry .entry-container {
        width: 50.8%;
    }
}

.color-scheme-blog #hero-section.hero-section .section-content-wrap,
.color-scheme-wedding #hero-section.hero-section .section-content-wrap,
.color-scheme-minimal #hero-section.hero-section .section-content-wrap {
    padding-top: 0;
}

@media only screen and (min-width: 64em) {

    .color-scheme-blog #hero-section.hero-section .section-content-wrap .hentry .entry-container,
    .color-scheme-wedding #hero-section.hero-section .section-content-wrap .hentry .entry-container,
    .color-scheme-minimal #hero-section.hero-section .section-content-wrap .hentry .entry-container {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

@media only screen and (min-width: 85.375em) {

    .color-scheme-blog #hero-section.hero-section .section-content-wrap .hentry .entry-container,
    .color-scheme-wedding #hero-section.hero-section .section-content-wrap .hentry .entry-container,
    .color-scheme-minimal #hero-section.hero-section .section-content-wrap .hentry .entry-container {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

@media only screen and (min-width: 103.75em) {

    .color-scheme-blog #hero-section.hero-section .section-content-wrap .hentry .entry-container,
    .color-scheme-wedding #hero-section.hero-section .section-content-wrap .hentry .entry-container,
    .color-scheme-minimal #hero-section.hero-section .section-content-wrap .hentry .entry-container {
        padding-bottom: 170px;
        padding-top: 170px;
    }
}

.app-section .content-wrapper p a {
    display: inline-block;
    margin-right: 5px;
}

.app-section .content-wrapper p a:last-child {
    margin-right: 0;
}

.color-scheme-blog #hero-section.hero-section .section-content-wrap .hentry .section-heading-wrapper+.entry-container,
.color-scheme-minimal #hero-section.hero-section .section-content-wrap .hentry .section-heading-wrapper+.entry-container,
.color-scheme-wedding #hero-section.hero-section .section-content-wrap .hentry .section-heading-wrapper+.entry-container {
    padding-bottom: 0;
    padding-top: 0;
}

@media only screen and (min-width: 85.375em) {
    .hero-section.content-aligned-right.full-width-layout .entry-container {
        padding-right: 100px;
    }
}

@media only screen and (min-width: 85.375em) {
    .hero-section.content-aligned-left.full-width-layout .entry-container {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-blog .hero-section.content-aligned-right.full-width-layout .entry-container {
        padding-right: 0;
    }
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-blog .hero-section.content-aligned-left.full-width-layout .entry-container {
        padding-left: 0;
    }
}

/*--------------------------------------------------------------
## promotional
--------------------------------------------------------------*/
.promotion-headline-section.section:not(.full-width-layout):not(.no-background) .wrapper {
    max-width: 2560px;
}

.promotion-headline-section.section:not(.full-width-layout):not(.no-background) .section-content-wrap {
    padding-right: 0;
}

#promotion-headline-section.style-two.promotion-headline-section.full-width-layout .hentry {
    max-width: 100%;
}

.promotion-headline-section.section.style-two:not(.full-width-layout):not(.no-background) .section-content-wrap {
    padding-top: 0;
}

.promotion-headline-section.section.full-width-layout .section-content-wrap {
    max-width: 100%;
}

.promotion-headline-section.section.full-width-layout .wrapper {
    max-width: 100%;
}

.promotion-headline-section.section.full-width-layout .wrapper .post-thumbnail {
    margin-right: 0;
}

@media only screen and (min-width: 103.75em) {
    .promotion-headline-section.section.full-width-layout .wrapper .entry-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.promotion-headline-section.section.full-width-layout .section-content-wrap {
    padding-left: 0;
    padding-right: 0;
}

.promotion-headline-section.section.full-width-layout .post-thumbnail img {
    width: 100%;
}

.boxed-layout #promotion-headline-section.promotion-headline-section.section.full-width-layout .section-content-wrap {
    padding-left: 0;
    padding-right: 0;
}

.promotion-headline-section .entry-container {
    max-width: 1500px;
}

.promotion-headline-section .section-content-wrap {
    padding-right: 0;
    max-width: 1500px;
    margin: 0 auto;
}

@media only screen and (min-width: 90em) {
    .promotion-headline-section .post-thumbnail {
        margin-right: -100%;
    }
}

.promotion-headline-section .inner-container {
    line-height: 1.75;
    margin-top: -42px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 100%;
    padding: 42px 35px 35px;
    position: relative;
}

.promotion-headline-section .inner-container>* {
    position: relative;
    z-index: 1;
}

.promotion-headline-section .inner-container:after {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .promotion-headline-section .inner-container {
        line-height: inherit;
        margin-bottom: 0;
        margin-left: 40px;
        margin-right: 40px;
        padding: 35px 40px;
    }
}

@media only screen and (min-width: 48em) {
    .promotion-headline-section .inner-container {
        margin-left: auto;
        margin-top: -162px;
        max-width: 480px;
    }
}

@media only screen and (min-width: 64em) {
    .promotion-headline-section .inner-container {
        margin-top: -232px;
        max-width: 680px;
        padding: 70px;
    }
}

@media only screen and (min-width: 85.375em) {
    .promotion-headline-section .inner-container {
        margin-right: 50px;
    }
}

/***
    No Background image
****/
.promotion-headline-section.no-background {
    margin-bottom: 0;
}

.promotion-headline-section.no-background .section-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 41.688em) {
    .promotion-headline-section.no-background .section-content-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .promotion-headline-section.no-background .section-content-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.promotion-headline-section.no-background .section-content-wrap .hentry {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}

.promotion-headline-section.no-background .inner-container {
    margin-top: 0;
}

@media only screen and (min-width: 48em) {
    .promotion-headline-section.no-background .inner-container {
        margin: 0 auto;
    }
}

/* Color Scheme */
#promotion-headline-section.style-two.promotion-headline-section:not(.no-background):not(.default) .section-content-wrap {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
}

#promotion-headline-section.style-two.promotion-headline-section {
    padding: 0;
}

#promotion-headline-section.style-two.promotion-headline-section .hentry {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}

@media only screen and (min-width: 41.688em) {
    #promotion-headline-section.style-two.promotion-headline-section .hentry {
        padding-bottom: 66px;
        padding-top: 66px;
    }
}

@media only screen and (min-width: 85.375em) {
    #promotion-headline-section.style-two.promotion-headline-section .hentry {
        padding-bottom: 112px;
        padding-top: 112px;
    }
}

#promotion-headline-section.style-two.promotion-headline-section .hentry .post-thumbnail {
    position: static;
}

@media only screen and (min-width: 41.688em) {
    #promotion-headline-section.style-two.promotion-headline-section .hentry .post-thumbnail img {
        bottom: 0;
        left: 0;
        min-height: 100%;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 41.688em) {
    #promotion-headline-section.style-two.promotion-headline-section .hentry .inner-container {
        margin-top: 0;
    }
}

#promotion-headline-section.style-two.default.promotion-headline-section .post-thumbnail img {
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: auto;
    max-width: 100vw;
}

#promotion-headline-section.style-two.promotion-headline-section:not(.no-background) .hentry,
#promotion-headline-section.style-two.promotion-headline-section:not(.no-background) .post-thumbnail {
    margin-bottom: 0;
}

.color-scheme-modern #promotion-headline-section.style-one.promotion-headline-section,
.color-scheme-wedding #promotion-headline-section.style-one.promotion-headline-section,
.color-scheme-minimal #promotion-headline-section.style-one.promotion-headline-section {
    padding-top: 0;
}

.color-scheme-modern #promotion-headline-section.style-one.promotion-headline-section .section-content-wrap,
.color-scheme-wedding #promotion-headline-section.style-one.promotion-headline-section .section-content-wrap,
.color-scheme-minimal #promotion-headline-section.style-one.promotion-headline-section .section-content-wrap {
    padding-top: 0;
}

.color-scheme-modern .section.promotion-headline-section.style-one,
.color-scheme-wedding .section.promotion-headline-section.style-one,
.color-scheme-minimal .section.promotion-headline-section.style-one {
    border-bottom: 1px solid;
}

.color-scheme-modern .section:nth-child(2n+1)+.section.promotion-headline-section.style-one,
.color-scheme-wedding .section:nth-child(2n+1)+.section.promotion-headline-section.style-one,
.color-scheme-minimal .section:nth-child(2n+1)+.section.promotion-headline-section.style-one,
.color-scheme-corporate .section:nth-child(2n+1)+.section.promotion-headline-section.style-one {
    border-bottom: 0;
}

.section.promotion-headline-section.style-one {
    border-color: transparent;
}

#promotion-headline-section.style-two.promotion-headline-section.no-background .inner-container {
    margin-bottom: 35px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 640px;
}

@media only screen and (min-width: 41.688em) {
    #promotion-headline-section.style-two.promotion-headline-section.no-background .inner-container {
        margin: 0 auto;
    }
}

[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #promotion-headline-section.style-two.no-background.promotion-headline-section {
    padding-top: 0;
}

[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #promotion-headline-section.style-two.no-background.promotion-headline-section .section-content-wrap {
    padding-top: 0;
}

[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #promotion-headline-section.style-two.no-background.promotion-headline-section .section-content-wrap .hentry {
    margin-bottom: 0;
}

[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #promotion-headline-section.style-two.promotion-headline-section:not(.no-background) {
    margin-bottom: 42px;
}

@media only screen and (min-width: 41.688em) {
    [class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #promotion-headline-section.style-two.promotion-headline-section:not(.no-background) {
        margin-bottom: 66px;
    }
}

@media only screen and (min-width: 85.375em) {
    [class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #promotion-headline-section.style-two.promotion-headline-section:not(.no-background) {
        margin-bottom: 112px;
    }
}

[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #promotion-headline-section.style-two.promotion-headline-section:not(.no-background) .section-content-wrap {
    padding-top: 0;
}

[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #promotion-headline-section.style-two.promotion-headline-section:not(.no-background) .section-content-wrap .hentry {
    margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
    .contact-section.section .hentry-inner {
        padding: 66px 0;
    }
}

@media only screen and (min-width: 85.375em) {
    .contact-section.section .hentry-inner {
        padding: 112px 0;
    }
}

/*--------------------------------------------------------------
## testimonials
--------------------------------------------------------------*/
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .section-content-wrap .entry-container {
    text-align: left;
}

.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .section-heading-wrapper {
    position: relative;
    z-index: 2;
}

.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .post-thumbnail {
    align-items: center;
}

.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .post-thumbnail img {
    margin-bottom: 0;
    margin-right: 18px;
}

.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .controls {
    bottom: 0;
    display: inline-block;
    left: 15px;
    position: relative;
    right: auto;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 999;
}

@media only screen and (min-width: 48em) {
    .testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .controls {
        bottom: 40%;
        left: auto;
        position: absolute;
        right: 40px;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (min-width: 85.375em) {
    .testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .controls {
        right: 50px;
    }
}

.testimonials-content-wrapper.section.testimonial-wrapper {
    padding: 42px 0;
    position: relative;
}

@media only screen and (min-width: 64em) {
    .testimonials-content-wrapper.section.testimonial-wrapper {
        padding-top: 112px;
    }
}

.testimonials-content-wrapper.section.testimonial-wrapper .section-heading-wrapper {
    padding-top: 0;
}

.testimonials-content-wrapper.section.testimonial-wrapper .wrapper {
    position: relative;
}

.testimonials-content-wrapper.section.testimonial-wrapper .hentry {
    font-weight: 600;
    line-height: 1.46;
    margin: 35px 0;
}

@media only screen and (min-width: 85.375em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .hentry {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 103.75em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .hentry {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 64em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .hentry {
        margin: 71px 0 61px;
    }
}

@media only screen and (min-width: 85.375em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .hentry {
        margin: 110px 0 113px;
    }
}

@media only screen and (min-width: 103.75em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .hentry {
        margin: 167px 0 188px;
    }
}

.testimonials-content-wrapper.section.testimonial-wrapper .hentry .entry-meta {
    margin: 0;
}

.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:before {
    content: "Prev";
    cursor: pointer;
}

.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:after {
    content: "/";
    font-size: 18px;
    margin: 0 6px;
}

.testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager {
    counter-reset: slides-num;
    right: 30px;
    position: absolute;
    top: 0;
    z-index: 99;
}

@media only screen and (min-width: 48em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager {
        right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager {
        right: 50px;
    }
}

.testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    padding-right: 10px;
    vertical-align: top;
}

@media only screen and (min-width: 41.688em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager:after {
        line-height: 1.56;
    }
}

.testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager:before {
    content: "";
    height: 45px;
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 2px;
}

@media only screen and (min-width: 41.688em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager:before {
        height: 48px;
        top: 10px;
    }
}

.testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager span {
    counter-increment: slides-num;
    display: inline-block;
    font-weight: 600;
    font-size: 0;
    line-height: 1;
    vertical-align: bottom;
}

@media only screen and (min-width: 41.688em) {
    .testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager span {
        vertical-align: top;
    }
}

.testimonials-content-wrapper.section.testimonial-wrapper.style-two .hentry {
    margin-bottom: 50px;
}

@media only screen and (min-width: 64em) {
    .testimonials-content-wrapper.section.testimonial-wrapper.style-two .hentry {
        margin-bottom: 110px;
    }
}

.testimonials-content-wrapper .cycle-pager .cycle-pager-active {
    display: inline-block;
    margin-right: 20px;
}

.testimonials-content-wrapper .cycle-pager .cycle-pager-active:before {
    content: counter(slides-num);
    display: inline-block;
    font-size: 36px;
    font-size: 2.25rem;
    vertical-align: middle;
}

@media only screen and (min-width: 41.688em) {
    .testimonials-content-wrapper .cycle-pager .cycle-pager-active:before {
        font-size: 48px;
        font-size: 3rem;
    }
}

.testimonials-content-wrapper .cycle-next:before {
    content: "Next";
    cursor: pointer;
}

.testimonials-content-wrapper .testimonial-slider-wrap .post-thumbnail {
    margin-top: 28px;
}

@media only screen and (min-width: 41.688em) {
    .testimonials-content-wrapper .testimonial-slider-wrap .post-thumbnail {
        margin-top: 35px;
    }
}

.testimonials-content-wrapper .testimonial-slider-wrap .post-thumbnail .entry-header {
    font-weight: 400;
    line-height: 1.17;
    margin-bottom: 0;
}

.testimonials-content-wrapper .testimonial-slider-wrap .post-thumbnail .entry-header .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
}

.testimonials-content-wrapper .testimonial-slider-wrap .post-thumbnail img {
    height: 71px;
    object-fit: cover;
    margin-right: 15px;
    width: 71px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonials-content-wrapper.section.has-background-image.style-one .section-content-wrap {
    margin-left: 0;
    margin-right: auto;
}

.testimonials-content-wrapper.section .section-content-wrap {
    max-width: 560px;
    margin: 0 auto;
}

@media only screen and (min-width: 64em) {
    .testimonials-content-wrapper.section .section-content-wrap {
        max-width: 770px;
    }
}

@media only screen and (min-width: 103.75em) {
    .testimonials-content-wrapper.section .section-content-wrap {
        max-width: 820px;
    }
}

.testimonials-content-wrapper.section .section-content-wrap .testimonial-slider-wrap.cycle-slide {
    text-align: center;
    width: 100%;
}

.testimonials-content-wrapper.section .section-content-wrap .post-thumbnail {
    display: block;
}

.testimonials-content-wrapper.section .section-content-wrap .post-thumbnail img {
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonials-content-wrapper.section .section-content-wrap .controls {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9999;
}

@media only screen and (min-width: 64em) {
    .testimonials-content-wrapper.section .section-content-wrap .controls {
        bottom: 40px;
    }
}

.testimonials-content-wrapper.section.has-background-image.style-two .section-content-wrap .controls {
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9999;
}

.testimonials-content-wrapper.section.has-background-image .section-content-wrap .testimonial-slider-wrap.cycle-slide {
    text-align: left;
}

/** Color scheme **/
.section.testimonials-content-wrapper.style-two .section-content-wrap .controls {
    bottom: 20px;
}

@media only screen and (min-width: 85.375em) {
    .section.testimonials-content-wrapper.style-two .section-content-wrap .controls {
        bottom: 80px;
    }
}

.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry {
    margin-top: 0;
}

.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-content,
.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-summary {
    margin-top: 0;
    font-style: italic;
    padding: 35px;
    position: relative;
}

@media only screen and (min-width: 64em) {

    .section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-content,
    .section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-summary {
        padding: 60px;
    }
}

@media only screen and (min-width: 103.75em) {

    .section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-content,
    .section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-summary {
        padding: 68px 70px 86px;
    }
}

.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-content:after,
.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-summary:after {
    border: 10px solid;
    height: 0px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0px;
}

.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .post-thumbnail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .post-thumbnail img {
    margin-right: 14px;
}

[class*="color-scheme-"] .section.testimonials-content-wrapper.style-two.has-background-image .section-content-wrap .hentry .entry-content,
[class*="color-scheme-"] .section.testimonials-content-wrapper.style-two.has-background-image .section-content-wrap .hentry .entry-summary {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.color-scheme-default #testimonials-section.testimonials-content-wrapper.has-background-image.style-two .entry-content,
.color-scheme-default #testimonials-section.testimonials-content-wrapper.has-background-image.style-two .entry-summary {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.color-scheme-default #testimonials-section.testimonials-content-wrapper.has-background-image.style-two .entry-content:after,
.color-scheme-default #testimonials-section.testimonials-content-wrapper.has-background-image.style-two .entry-summary:after {
    border: none;
}

#testimonials-section.section.testimonials-content-wrapper .section-content-wrap .hentry .entry-container .entry-content:after,
#testimonials-section.section.testimonials-content-wrapper .section-content-wrap .hentry .entry-container .entry-summary:after,
.color-scheme-default #testimonials-section.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-summary:after,
.color-scheme-default #testimonials-section.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-content:after,
body[class*="color-scheme-"] #testimonials-section.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-container .entry-content:after,
[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #testimonials-section.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-container .entry-content:after,
[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #testimonials-section.section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-container .entry-summary:after {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

@media only screen and (min-width: 41.688em) {
    .testimonials-content-wrapper.style-one.has-background-image .section-heading-wrapper {
        text-align: left;
    }
}

.testimonials-content-wrapper.style-two .section-heading-wrapper,
.testimonials-content-wrapper.style-one .section-heading-wrapper {
    text-align: center;
}

.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:hover:before,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:focus:before,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-next:hover:before,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-next:focus:before {
    opacity: 0.6;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.archive-content-wrap .section-content-wrapper.layout-one .hentry,
.archive .archive-content-wrap .section-content-wrapper .hentry {
    margin-bottom: 35px;
}

@media only screen and (min-width: 48em) {

    .archive-content-wrap .section-content-wrapper.layout-one .hentry,
    .archive .archive-content-wrap .section-content-wrapper .hentry {
        margin-bottom: 58px;
    }
}

@media only screen and (min-width: 85.375em) {

    .archive-content-wrap .section-content-wrapper.layout-one .hentry,
    .archive .archive-content-wrap .section-content-wrapper .hentry {
        margin-bottom: 91px;
    }
}

.archive-content-wrap .section-content-wrapper.layout-one .hentry .post-thumbnail,
.archive .archive-content-wrap .section-content-wrapper .hentry .post-thumbnail {
    margin-bottom: 21px;
}

@media only screen and (min-width: 64em) {

    .archive-content-wrap .section-content-wrapper.layout-one .hentry .post-thumbnail,
    .archive .archive-content-wrap .section-content-wrapper .hentry .post-thumbnail {
        margin-bottom: 28px;
    }
}

@media only screen and (min-width: 85.375em) {

    .archive-content-wrap .section-content-wrapper.layout-one .hentry .post-thumbnail,
    .archive .archive-content-wrap .section-content-wrapper .hentry .post-thumbnail {
        margin-bottom: 42px;
    }
}

.posts-border .archive-content-wrap .section-content-wrapper.layout-one .hentry .post-thumbnail,
.posts-border .archive-content-wrap .section-content-wrapper .hentry .post-thumbnail {
    margin-bottom: 0;
}

.singular-content-wrap .more-button {
    margin-top: 21px;
    padding: 0;
}

.singular-content-wrap .more-button:hover,
.singular-content-wrap .more-button:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.archive .content-area .section-content-wrapper.layout-one .hentry,
.search .content-area .section-content-wrapper .hentry {
    padding: 0;
}

.archive-content-wrap .section-content-wrapper .hentry:last-child {
    margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
    .archive-content-wrap .section-content-wrapper .hentry:last-child {
        margin-bottom: 38px;
    }
}

@media only screen and (min-width: 85.375em) {
    .archive-content-wrap .section-content-wrapper .hentry:last-child {
        margin-bottom: 42px;
    }
}

.archive-content-wrap .section-content-wrapper .hentry h2 {
    font-weight: 600;
}

.archive-content-wrap .section-content-wrapper .hentry .post-thumbnail:hover img {
    transform: scale(1.2) translateX(0);
    -o-transform: scale(1.2) translateX(0);
    -moz-transform: scale(1.2) translateX(0);
    -webkit-transform: scale(1.2) translateX(0);
}

.archive-content-wrap .entry-container {
    text-align: left;
}

.archive-content-wrap .entry-footer:first-child {
    margin-top: 0;
}

.archive-content-wrap .post-thumbnail {
    overflow: hidden;
}

.archive-content-wrap .post-thumbnail img {
    transform: scale(1.2) translateX(-14px);
    -o-transform: scale(1.2) translateX(-14px);
    -moz-transform: scale(1.2) translateX(-14px);
    -webkit-transform: scale(1.2) translateX(-14px);
    width: 100%;
}

.archive-content-wrap .more-link:hover,
.archive-content-wrap .more-link:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.archive-content-wrap .section-content-wrapper.layout-four {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
    justify-content: unset;
}

.entry-footer {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
    justify-content: unset;
    margin-top: 14px;
}

.entry-footer>div>span {
    margin-right: 23px;
}

@media only screen and (min-width: 64em) {
    .entry-footer>div>span {
        margin-right: 30px;
    }
}

.archive-content-wrap .page-header {
    text-align: center;
}

.archive .entry-meta span.posted-on {
    display: inline-block;
}

.singular-content-wrap .entry-header .entry-meta {
    text-align: center;
}

.site-main nav.post-navigation {
    border-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 30px 0;
    position: relative;
}

.site-main nav.post-navigation:before {
    border: 1px solid;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

@media only screen and (min-width: 64em) {
    .site-main nav.post-navigation {
        margin-top: 70px;
        padding: 50px 0;
    }
}

.site-main nav.post-navigation .nav-links>div {
    padding: 10px;
    text-align: center;
}

.site-main nav.post-navigation .nav-links>div a span {
    display: block;
}

.site-main nav.post-navigation .nav-links>div a .nav-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
}

.sidebar.widget-area section.widget {
    float: none;
}

.sidebar.widget-area section.widget ul:not(.social-links-menu) li {
    margin-bottom: 14px;
}

.archive-content-wrap nav.navigation.posts-navigation {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
}

.archive-content-wrap nav.navigation.posts-navigation .nav-links {
    padding-left: 0;
    padding-right: 0;
}

.archive-content-wrap nav.navigation.posts-navigation .nav-next {
    text-align: right;
}

.singular-content-wrap .section-title {
    font-size: 24px;
    font-size: 1.5rem;
}

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

.posts-border .archive-content-wrap .hentry .entry-container {
    border: 1px solid;
}

.search.posts-border .content-area .archive-content-wrap .hentry .entry-container,
.content-area .archive-content-wrap .grid[class*="layout-"] .hentry .entry-container,
.posts-border .content-area .archive-content-wrap [class*="layout-"] .hentry .entry-container {
    padding: 35px 15px;
}

@media only screen and (min-width: 64em) {

    .search.posts-border .content-area .archive-content-wrap .hentry .entry-container,
    .content-area .archive-content-wrap .grid[class*="layout-"] .hentry .entry-container,
    .posts-border .content-area .archive-content-wrap [class*="layout-"] .hentry .entry-container {
        padding: 35px;
    }
}

@media only screen and (min-width: 103.75em) {

    .search.posts-border .content-area .archive-content-wrap .hentry .entry-container,
    .content-area .archive-content-wrap .grid[class*="layout-"] .hentry .entry-container,
    .posts-border .content-area .archive-content-wrap [class*="layout-"] .hentry .entry-container {
        padding: 40px;
    }
}

body:not(.posts-border) .content-area .archive-content-wrap .grid[class*="layout-"] .entry-container {
    padding-top: 0;
}

/*--------------------------------------------------------------
## Collection Section
--------------------------------------------------------------*/
.collection-section .hentry .hentry-inner {
    position: relative;
}

.collection-section .hentry .hentry-inner .product-container {
    left: 42px;
    position: absolute;
    text-align: left;
    top: 42px;
    overflow: hidden;
}

/*--------------------------------------------------------------
## newsletter
--------------------------------------------------------------*/
#footer-newsletter .footer-newsletter .section-heading-wrapper {
    padding: 0;
    text-align: center;
}

#footer-newsletter .ewnewsletter .hentry {
    margin-bottom: 0;
}

#footer-newsletter .ewnewsletter .hentry form {
    align-items: unset;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: unset;
    margin: 0 auto;
    max-width: 680px;
    position: relative;
}

@media only screen and (min-width: 480px) {
    #footer-newsletter .ewnewsletter .hentry form {
        flex-direction: row;
    }
}

#footer-newsletter .ewnewsletter .hentry form input {
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 11px 3px 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 11px 3px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 11px 3px 15px 0 rgba(0, 0, 0, 0.05);
    margin: 0;
    margin-top: 10px;
    z-index: 9;
}

@media only screen and (min-width: 480px) {
    #footer-newsletter .ewnewsletter .hentry form input {
        margin-top: 0;
    }
}

.ewnewsletter .ew-newsletter-wrap {
    margin-top: 28px;
}

@media only screen and (min-width: 64em) {
    .ewnewsletter .ew-newsletter-wrap {
        margin-top: 42px;
    }
}

@media only screen and (min-width: 85.375em) {
    .ewnewsletter .ew-newsletter-wrap {
        margin-top: 63px;
    }
}

.ewnewsletter .ew-newsletter-wrap input[type="submit"] {
    box-shadow: none;
}

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

#footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"] {
    margin-bottom: 15px;
}

@media only screen and (min-width: 41.688em) {
    #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"] {
        margin-right: 4%;
        width: 48%;
    }
}

#footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input#subbox2 {
    margin-right: 0;
}

#footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"] {
    flex: 1;
    width: 100%;
}

#footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="email"] {
    flex: auto;
    width: 100%;
}

#footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="submit"] {
    left: 0;
    margin-top: 15px;
    position: relative;
    right: auto;
    top: 0;
}

@media only screen and (min-width: 480px) {

    .color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"]+input[type="submit"],
    .color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"]+input[type="submit"],
    .color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"]+input[type="submit"],
    .color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"]+input[type="submit"] {
        border-radius: 0 45px 45px 0;
        -webkit-border-radius: 0 45px 45px 0;
        -moz-border-radius: 0 45px 45px 0;
        -o-border-radius: 0 45px 45px 0;
    }
}

.color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="submit"],
.color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="submit"],
.color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="submit"],
.color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="submit"] {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
}

.color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input,
.color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input,
.color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input,
.color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input,
.color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
}

.color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="email"],
.color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="email"],
.color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="email"],
.color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="email"],
.color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="text"]~input[type="email"] {
    padding-right: 18px;
}

.color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
.color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
.color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
.color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
.color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"] {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
}

@media only screen and (min-width: 480px) {

    .color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"] {
        padding-right: 135px;
    }
}

@media only screen and (min-width: 64em) {

    .color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"] {
        padding-right: 148px;
    }
}

@media only screen and (min-width: 85.375em) {

    .color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"] {
        padding-right: 165px;
    }
}

@media only screen and (min-width: 103.75em) {

    .color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"],
    .color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="email"] {
        padding-right: 175px;
    }
}

.color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"],
.color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"],
.color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"],
.color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"],
.color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"] {
    left: auto;
    right: 0;
    top: 0;
}

@media only screen and (min-width: 480px) {

    .color-scheme-corporate #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"],
    .color-scheme-photography #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"],
    .color-scheme-e-commerce #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"],
    .color-scheme-minimal #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"],
    .color-scheme-music #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action input[type="submit"] {
        margin-top: 0;
        position: absolute;
    }
}

/**  Color Scheme **/
.color-scheme-modern .section:nth-child(2n)+.site-content+#footer-newsletter .footer-newsletter,
.color-scheme-wedding .section:nth-child(2n)+.site-content+#footer-newsletter .footer-newsletter,
.color-scheme-minimal .section:nth-child(2n)+.site-content+#footer-newsletter .footer-newsletter {
    background: transparent;
    padding-top: 0;
}

.color-scheme-modern #footer-newsletter .ew-newsletter,
.color-scheme-wedding #footer-newsletter .ew-newsletter,
.color-scheme-minimal #footer-newsletter .ew-newsletter {
    padding-bottom: 0;
    padding-top: 0;
}

.color-scheme-default #footer-newsletter .footer-newsletter,
.color-scheme-dark #footer-newsletter .footer-newsletter,
.color-scheme-yellow #footer-newsletter .footer-newsletter,
.color-scheme-gray #footer-newsletter .footer-newsletter,
.color-scheme-corporate #footer-newsletter .footer-newsletter {
    margin-bottom: 0;
    margin-top: 0;
}

.color-scheme-default #footer-newsletter .wrapper,
.color-scheme-dark #footer-newsletter .wrapper,
.color-scheme-gray #footer-newsletter .wrapper,
.color-scheme-yellow #footer-newsletter .wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 41.688em) {

    .color-scheme-default #footer-newsletter .wrapper,
    .color-scheme-dark #footer-newsletter .wrapper,
    .color-scheme-gray #footer-newsletter .wrapper,
    .color-scheme-yellow #footer-newsletter .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {

    .color-scheme-default #footer-newsletter .wrapper,
    .color-scheme-dark #footer-newsletter .wrapper,
    .color-scheme-gray #footer-newsletter .wrapper,
    .color-scheme-yellow #footer-newsletter .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.portfolio-content-wrapper .hentry {
    width: 100%;
}

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

@media only screen and (min-width: 41.688em) {
    .portfolio-content-wrapper .hentry .hentry-inner:hover .post-thumbnail img {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.portfolio-content-wrapper .hentry .hentry-inner .post-thumbnail {
    margin-bottom: 0;
    overflow: hidden;
}

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

@media only screen and (min-width: 64em) {
    .portfolio-content-wrapper .hentry .hentry-inner:hover .entry-container {
        opacity: 1;
        transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.portfolio-content-wrapper .hentry .entry-container {
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    padding: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.portfolio-content-wrapper .hentry .entry-container:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
    opacity: 1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    z-index: -2;
}

@media only screen and (min-width: 64em) {
    .portfolio-content-wrapper .hentry .entry-container {
        opacity: 1;
        transform: translateY(110%);
        -o-transform: translateY(110%);
        -moz-transform: translateY(110%);
        -webkit-transform: translateY(110%);
    }
}

.portfolio-content-wrapper .hentry .entry-container .more-button {
    margin-top: 5px;
}

.portfolio-content-wrapper .hentry .entry-container .entry-meta>span {
    margin-right: 10px;
}

.portfolio-content-wrapper .hentry .entry-container .posted-on {
    display: block;
}

.portfolio-content-wrapper.layout-one .hentry {
    width: 100%;
    margin-right: 0;
}

.portfolio-section.full-width-layout .wrapper {
    max-width: 100%;
}

@media only screen and (min-width: 85.375em) {
    .portfolio-section.full-width-layout .wrapper .section-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.color-scheme-wedding .portfolio-content-wrapper .hentry .entry-container .inner-wrap,
.color-scheme-minimal .portfolio-content-wrapper .hentry .entry-container .inner-wrap,
.color-scheme-modern .portfolio-content-wrapper .hentry .entry-container .inner-wrap {
    padding: 10px;
}

/*--------------------------------------------------------------
## feature-slider
--------------------------------------------------------------*/
.slider-content-wrapper.section .post-slide.cycle-slide {
    width: 100%;
}

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

.slider-content-wrapper.section .hentry {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: unset;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 1500px;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper.section .hentry>div {
        width: 50%;
    }
}

.slider-content-wrapper.section .controllers {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper.section .controllers {
        bottom: 0;
        left: 50%;
        right: auto;
        top: auto;
    }
}

.slider-content-wrapper.section .controllers:before {
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 2px;
    z-index: 2;
}

.slider-content-wrapper.section #featured-slider-next,
.slider-content-wrapper.section #featured-slider-prev {
    cursor: pointer;
    outline: none;
    padding: 16px 25px;
    text-align: center;
}

@media only screen and (min-width: 48em) {

    .slider-content-wrapper.section #featured-slider-next,
    .slider-content-wrapper.section #featured-slider-prev {
        padding: 20px 32px;
    }
}

.slider-content-wrapper #featured-slider-pager {
    display: none;
}

.slider-content-wrapper .slider-image {
    background-size: cover;
    background-position: center center;
    bottom: 0;
    padding-bottom: 100%;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper .slider-image {
        padding-bottom: 0;
        position: absolute;
    }
}

.slider-content-wrapper .slider-image img {
    width: 100%;
}

.slider-content-wrapper .entry-container {
    padding: 30px;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .slider-content-wrapper .entry-container {
        height: 520px;
        padding: 100px 40px;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        justify-content: unset;
    }
}

@media only screen and (min-width: 48em) {
    .slider-content-wrapper .entry-container {
        text-align: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 64em) {
    .slider-content-wrapper .entry-container {
        height: 720px;
        padding-right: 10%;
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 85.375em) {
    .slider-content-wrapper .entry-container {
        padding-right: 16%;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 90em) {
    .slider-content-wrapper .entry-container {
        padding-top: 268px;
        padding-bottom: 268px;
        height: 950px;
    }
}

.color-scheme-modern .slider-content-wrapper.section.style-one .hentry .entry-container,
.color-scheme-wedding .slider-content-wrapper.section.style-one .hentry .entry-container,
.color-scheme-minimal .slider-content-wrapper.section.style-one .hentry .entry-container {
    padding-bottom: 28px;
}

@media only screen and (min-width: 41.688em) {

    .color-scheme-modern .slider-content-wrapper.section.style-one .hentry .entry-container,
    .color-scheme-wedding .slider-content-wrapper.section.style-one .hentry .entry-container,
    .color-scheme-minimal .slider-content-wrapper.section.style-one .hentry .entry-container {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

@media only screen and (min-width: 48em) {

    .color-scheme-modern .slider-content-wrapper.section.style-one .hentry .entry-container,
    .color-scheme-wedding .slider-content-wrapper.section.style-one .hentry .entry-container,
    .color-scheme-minimal .slider-content-wrapper.section.style-one .hentry .entry-container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 64em) {

    .color-scheme-modern .slider-content-wrapper.section.style-one .hentry .entry-container,
    .color-scheme-wedding .slider-content-wrapper.section.style-one .hentry .entry-container,
    .color-scheme-minimal .slider-content-wrapper.section.style-one .hentry .entry-container {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 85.375em) {

    .color-scheme-modern .slider-content-wrapper.section.style-one .hentry .entry-container,
    .color-scheme-wedding .slider-content-wrapper.section.style-one .hentry .entry-container,
    .color-scheme-minimal .slider-content-wrapper.section.style-one .hentry .entry-container {
        padding-bottom: 268px;
        padding-top: 268px;
    }
}

.slider-content-wrapper {
    position: relative;
}

.slider-content-wrapper .section-content-wrap {
    padding-right: 0;
    padding-left: 0;
}

.cycle-slideshow {
    overflow: hidden;
    z-index: 1;
}

.slider-content-wrapper.content-aligned-left.text-aligned-right .entry-container {
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .slider-content-wrapper.content-aligned-left.text-aligned-right .entry-container {
        text-align: right;
    }
}

/** Color scheme **/
.home .slider-content-wrapper.section.style-two .wrapper {
    max-width: 100%;
}

.home .slider-content-wrapper.section.style-two .hentry {
    justify-content: unset;
    max-width: 100%;
    min-height: 100%;
}

@media only screen and (min-width: 41.688em) {
    .home .slider-content-wrapper.section.style-two .hentry {
        min-height: 100vh;
    }
}

@media only screen and (min-width: 41.688em) {
    .home .slider-content-wrapper.section.style-two .hentry>div {
        width: 100%;
    }
}

.home .slider-content-wrapper.section.style-two .hentry .entry-container {
    height: auto;
    margin: 0 auto;
    max-width: 1500px;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    z-index: 9;
}

@media only screen and (min-width: 41.688em) {
    .home .slider-content-wrapper.section.style-two .hentry .entry-container {
        position: relative;
    }
}

@media only screen and (min-width: 41.688em) {
    .home .slider-content-wrapper.section.style-two .hentry .entry-container .entry-container-wrap {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        max-width: 520px;
    }
}

@media only screen and (min-width: 48em) {
    .home .slider-content-wrapper.section.style-two .hentry .entry-container .entry-container-wrap {
        left: auto;
        transform: none;
    }
}

.home .slider-content-wrapper.section.style-two .controllers {
    font-size: 24px;
    font-size: 1.5rem;
    z-index: 999;
    position: static;
}

@media only screen and (min-width: 41.688em) {
    .home .slider-content-wrapper.section.style-two .controllers {
        max-width: 1500px;
        padding: 0 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .home .slider-content-wrapper.section.style-two .controllers {
        padding: 0 50px;
    }
}

.home .slider-content-wrapper.section.style-two .controllers:before {
    display: none;
}

.home .slider-content-wrapper.section.style-two .controllers #featured-slider-prev:after {
    display: none;
}

.home .slider-content-wrapper.section.style-two #featured-slider-next,
.home .slider-content-wrapper.section.style-two #featured-slider-prev {
    cursor: pointer;
    outline: none;
    padding: 26px 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    z-index: 9999;
}

@media only screen and (min-width: 48em) {

    .home .slider-content-wrapper.section.style-two #featured-slider-next,
    .home .slider-content-wrapper.section.style-two #featured-slider-prev {
        padding: 26px 14px;
    }
}

.home .slider-content-wrapper.section.style-two #featured-slider-prev {
    left: 0;
    right: auto;
}

@media only screen and (min-width: 48em) {

    .home .slider-content-wrapper.section.style-two #featured-slider-next,
    .home .slider-content-wrapper.section.style-two #featured-slider-prev {
        opacity: 0;
        right: -100%;
    }
}

@media only screen and (min-width: 48em) {
    .home .slider-content-wrapper.section.style-two #featured-slider-prev {
        left: -100%;
        right: auto;
    }

    .home .slider-content-wrapper.section.style-two:hover #featured-slider-next,
    .home .slider-content-wrapper.section.style-two:hover #featured-slider-prev {
        opacity: 1;
        right: 0;
    }

    .home .slider-content-wrapper.section.style-two:hover #featured-slider-prev {
        left: 0;
        right: auto;
    }
}

@media only screen and (min-width: 41.688em) {
    .home .slider-content-wrapper.section.style-two.content-aligned-center .entry-container {
        justify-content: center;
    }
}

@media only screen and (min-width: 41.688em) {
    .home .slider-content-wrapper.section.style-two.content-aligned-right .entry-container {
        justify-content: flex-end;
    }
}

.home.absolute-header .slider-content-wrapper.section.style-one .controllers {
    top: 70px;
}

@media only screen and (min-width: 41.688em) {
    .home.absolute-header .slider-content-wrapper.section.style-one .controllers {
        top: auto;
    }
}

.color-scheme-modern .slider-content-wrapper.section.style-two .hentry .entry-container,
.color-scheme-wedding .slider-content-wrapper.section.style-two .hentry .entry-container,
.color-scheme-minimal .slider-content-wrapper.section.style-two .hentry .entry-container {
    padding-bottom: 28px;
}

.boxed-layout.home .slider-content-wrapper.section.style-two:hover #featured-slider-next,
.boxed-layout.home .slider-content-wrapper.section.style-two:hover #featured-slider-prev {
    right: 8px;
}

.boxed-layout.home .slider-content-wrapper.section.style-two:hover #featured-slider-prev {
    left: 8px;
    right: auto;
}

.boxed-layout.home .slider-content-wrapper.section.style-two #featured-slider-next,
.boxed-layout.home .slider-content-wrapper.section.style-two #featured-slider-prev {
    right: 8px;
}

@media only screen and (min-width: 64em) {

    .boxed-layout.home .slider-content-wrapper.section.style-two #featured-slider-next,
    .boxed-layout.home .slider-content-wrapper.section.style-two #featured-slider-prev {
        right: -100%;
    }
}

.boxed-layout.home .slider-content-wrapper.section.style-two #featured-slider-prev {
    left: 8px;
    right: auto;
}

@media only screen and (min-width: 64em) {
    .boxed-layout.home .slider-content-wrapper.section.style-two #featured-slider-prev {
        left: -100%;
    }
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
footer #site-generator {
    padding-bottom: 21px;
    padding-top: 21px;
}

footer #site-generator .wrapper {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 64em) {
    footer #site-generator .wrapper {
        justify-content: space-between;
    }
}

footer #site-generator .wrapper .site-info {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 21px;
    text-align: center;
}

@media only screen and (min-width: 64em) {
    footer #site-generator .wrapper .site-info {
        margin-bottom: 0;
        text-align: left;
    }
}

footer #site-generator .wrapper .site-social {
    order: 1;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    footer #site-generator .wrapper .site-social {
        width: auto;
    }
}

.tagcloud a {
    border: 1px solid;
    padding: 5px;
    display: inline-block;
    margin: 2px;
}

.social-navigation a:before {
    content: "\f0c1";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky-playlist-enabled .site-footer {
    margin-bottom: 60px;
}

@media only screen and (min-width: 103.75em) {
    .sticky-playlist-enabled .site-footer {
        margin-bottom: 72px;
    }
}

/*--------------------------------------------------------------
## archives
--------------------------------------------------------------*/
.content-area .archive-content-wrap .section-content-wrapper {
    padding: 0;
}

.content-area .archive-content-wrap .section-content-wrapper .entry-container .more-link {
    line-height: 0.5;
}

.content-area .archive-content-wrap .section-content-wrapper .entry-container .more-link:hover,
.content-area .archive-content-wrap .section-content-wrapper .entry-container .more-link:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

@media only screen and (min-width: 41.688em) {

    .content-area .archive-content-wrap .section-content-wrapper.layout-two,
    .content-area .archive-content-wrap .section-content-wrapper.layout-three,
    .content-area .archive-content-wrap .section-content-wrapper.layout-four {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 85.375em) {

    .content-area .archive-content-wrap .section-content-wrapper.layout-two,
    .content-area .archive-content-wrap .section-content-wrapper.layout-three,
    .content-area .archive-content-wrap .section-content-wrapper.layout-four {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.singular-content-wrap .more-link {
    background: transparent;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 0.5;
    padding: 0;
}

.singular-content-wrap .more-link:hover,
.singular-content-wrap .more-link:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.search .entry-meta {
    margin: 5px 0 10px;
}

.archive .archive-content-wrap nav.navigation.posts-navigation {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 41.688em) {
    .archive .archive-content-wrap nav.navigation.posts-navigation {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 85.375em) {
    .archive .archive-content-wrap nav.navigation.posts-navigation {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.archive .archive-content-wrap nav.navigation.posts-navigation .nav-links {
    padding: 0;
}

.search.search-results .content-area .product .hentry-inner {
    padding: 25px;
}

/*--------------------------------------------------------------
## comments
--------------------------------------------------------------*/
.comments-area {
    margin: 30px 0;
}

@media only screen and (min-width: 64em) {
    .comments-area {
        margin: 70px 0;
    }
}

.comments-area ol {
    list-style: none;
}

.comments-area .comments-title {
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
}

.author-info {
    margin-top: 30px;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .author-info {
        margin-top: 70px;
    }
}

.author-info .author-section-title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2.33;
    text-transform: uppercase;
}

.author-info .author-avatar {
    float: left;
    margin-right: 21px;
    max-width: 100px;
}

@media only screen and (min-width: 41.688em) {
    .author-info .author-avatar {
        margin-right: 37px;
    }
}

.author-info .author-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.author-info .author-description {
    overflow: hidden;
}

.author-info .author-description h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
}

.comment-body {
    margin-bottom: 20px;
}

.comment-body .comment-author-container {
    float: none;
    margin-bottom: 30px;
    margin-right: 35px;
    width: 50px;
}

@media only screen and (min-width: 48em) {
    .comment-body .comment-author-container {
        float: left;
        margin-bottom: 0;
    }
}

.comment-body .comment-author-container img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.comment-body .comment-container {
    overflow: visible;
}

@media only screen and (min-width: 48em) {
    .comment-body .comment-container {
        overflow: hidden;
    }
}

.comment-body .comment-container .comment-content {
    margin: 13px 0 23px 0;
}

.comment-body .comment-container .comment-meta {
    font-weight: 500;
}

.comment-body .comment-container .comment-meta cite {
    font-size: 16px;
    font-size: 1rem;
    text-transform: capitalize;
}

.comment-body .comment-container .comment-permalink {
    margin-right: 10px;
    text-transform: uppercase;
}

.comment-body .comment-container .comment-metadata {
    line-height: 2.33;
    text-transform: uppercase;
}

.comment-list {
    margin: 0;
}

.comments-area ol.children {
    margin-left: 15px;
    margin-right: 0;
}

@media only screen and (min-width: 64em) {
    .comments-area ol.children {
        margin-left: 80px;
    }
}

.comment-form textarea {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid transparent;
}

.comment-respond {
    margin: 0 auto;
    max-width: 640px;
    padding: 25px;
}

@media only screen and (min-width: 64em) {
    .comment-respond {
        padding: 56px 60px;
    }
}

.comment-respond .comment-form {
    margin-top: 42px;
}

.comment-respond .comment-form input {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid transparent;
}

.comment-respond .comment-form p {
    margin-bottom: 35px;
}

.comment-respond .comment-form p label {
    display: block;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.comment-respond .comment-form .form-submit {
    margin-bottom: 0;
    text-align: center;
}

.comment-respond .comment-form .form-submit input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.comment-respond .comment-reply-title small {
    display: block;
}

.comment_container img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    float: none;
    margin-bottom: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 41.688em) {
    .comment_container img {
        float: left;
    }
}

.comment-text {
    overflow: hidden;
}

.comment-text .star-rating {
    float: right;
}

#review_form_wrapper {
    margin-top: 30px;
}

.commentlist li {
    margin-bottom: 20px;
}

.comment-reply-link {
    font-weight: 500;
}

a.author-link {
    display: block;
    font-weight: 700;
    margin-top: 7px;
}

/*--------------------------------------------------------------
## widgets
--------------------------------------------------------------*/
@media only screen and (min-width: 64em) {
    #colophon aside.footer-widget-area .wrapper .widget-column {
        padding-right: 80px;
    }
}

#colophon aside.footer-widget-area .wrapper .widget-column .article-wrap .hentry {
    margin-bottom: 10px;
}

#colophon aside.footer-widget-area .wrapper .widget-column .article-wrap .hentry .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
}

.sidebar .widget .hentry {
    margin-bottom: 0;
}

.sidebar .widget .social-navigation ul {
    justify-content: flex-start;
}

.widget-wrap span.post-date {
    display: block;
}

.footer-widget-area.one .widget-column {
    margin-bottom: 20px;
}

.sidebar .catch-instagram-feed-gallery-widget-wrapper .button {
    border: 0;
}

.widget-wrap select {
    width: 100%;
    padding: 15px;
}

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

.widget-wrap ul {
    margin: 0;
}

.widget-wrap .cat-item,
.widget-wrap .ew-archives li,
.widget_archive li {
    display: block;
    overflow: hidden;
    list-style: none;
    margin-bottom: 5px;
}

.widget-wrap .cat-item a,
.widget-wrap .ew-archives li a,
.widget_archive li a {
    float: left;
}

.sidebar .widget {
    margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
    .sidebar .widget {
        margin-bottom: 42px;
    }
}

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

@media only screen and (min-width: 64em) {
    .sidebar .widget:last-child {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 64em) {
    .sidebar .widget:last-child {
        margin-bottom: 42px;
    }
}

.widget li {
    list-style: none;
    margin-bottom: 10px;
}

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

li.recentcomments a {
    text-decoration: underline;
}

.sidebar .social-navigation a {
    font-size: 24px;
    font-size: 1.5rem;
}

.sidebar .social-navigation ul {
    justify-content: flex-start;
}

.sidebar .ewnewsletter .section-heading-wrapper {
    padding: 0;
}

.sidebar .ewnewsletter .ew-newsletter-wrap {
    margin-top: 0;
}

.sidebar .ewnewsletter .ew-newsletter-wrap #subbutton {
    margin: 0px 0;
    width: 100%;
}

.widget-wrap .menu-item-has-children>li {
    margin-left: 20px;
}

.widget-wrap ul#menu-main-menu li {
    list-style: circle;
}

.widget-wrap .article-wrap .entry-title {
    margin: 0;
}

.widget-wrap .article-wrap .entry-meta {
    margin-bottom: 15px;
    margin-top: 0;
}

.footer-widget-area .widget-column {
    width: 100%;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .catch-instagram-feed-gallery-widget-image-wrapper ul li.item {
    margin: 0;
    width: 16.66%;
}

.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button {
    border: 0;
    margin-top: 35px;
}

#footer-instagram .widget.catch-instagram-feed-gallery-widget {
    margin-bottom: 0;
}

.sidebar .widget .entry-title {
    font-size: 12px;
    font-size: 1.25rem;
}

.sidebar .widget .children li {
    display: table;
    overflow: visible;
    width: 100%;
}

.widget_rss .wiget_rss {
    margin-bottom: 10px;
}

.widget_rss .widget-title a {
    display: inline-block;
}

.sidebar.widget-area section.widget ul li ul.sub-menu {
    background: transparent;
    margin-left: 10px;
    margin-top: 15px;
}

.sidebar.widget-area section.widget ul li ul.sub-menu li {
    margin-bottom: 15px;
}

.footer-widget-area .essential-widgets.ew-newsletter .section-heading-wrapper {
    padding: 0 25px 25px;
}

.footer-widget-area .essential-widgets.ew-newsletter .section-heading-wrapper .widget-title {
    margin-bottom: 0;
}

.footer-widget-area .essential-widgets.ew-newsletter .hentry {
    margin: 0;
}

.footer-widget-area .essential-widgets.ew-newsletter .hentry #subbutton {
    margin: 0;
    width: 100%;
}

/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
.shop_table {
    table-layout: auto;
}

@media only screen and (min-width: 64em) {
    .shop_table {
        table-layout: fixed;
    }
}

.shop_table th {
    text-align: left;
}

table.shop_table_responsive th {
    border: 0;
}

table.shop_table_responsive tbody tr td {
    border-right: 0;
}

table.shop_table_responsive input[type="number"] {
    padding-right: 5px;
    width: 5em;
}

.cart.woocommerce-cart-form__contents td {
    font-weight: 500;
}

.single_variation_wrap {
    margin-top: 35px;
}

.cart-collaterals {
    margin-top: 35px;
}

@media only screen and (min-width: 64em) {
    .cart-collaterals {
        max-width: 600px;
        float: right;
    }
}

.cart-collaterals .shop_table.shop_table_responsive thead {
    border: 0;
}

.cart-collaterals .shop_table.shop_table_responsive th {
    border: 0;
    text-align: left;
    vertical-align: top;
}

.cart-collaterals .shop_table.shop_table_responsive td {
    border: 0;
    text-align: right;
}

.cart-collaterals table tr {
    border-top: 1px solid;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px;
}

.product-quantity input[type="number"] {
    width: 40%;
}

@media only screen and (min-width: 41.688em) {
    .product-quantity input[type="number"] {
        width: 100%;
    }
}

.shop_table tfoot tr td {
    border-bottom: 2px solid;
    padding: 15px;
}

@media only screen and (min-width: 48em) {
    .shop_table tfoot tr td {
        padding: 13px 28px;
    }
}

.shop_table tfoot tr th {
    border-bottom: 2px solid;
    border-right: 2px solid;
    padding: 10px;
}

@media only screen and (min-width: 48em) {
    .coupon {
        display: inline-block;
        width: auto;
    }
}

.coupon input[type="text"] {
    width: auto;
}

.shop_table .product-thumbnail img {
    margin: 0 auto;
    width: 100px;
}

table.shop_table_responsive.woocommerce-cart-form__contents td {
    padding: 15px 28px;
}

.woocommerce-product-gallery__image img {
    width: 100%;
}

.actions {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {
    .actions {
        text-align: left;
    }
}

.actions>.button {
    float: none;
}

@media only screen and (min-width: 41.688em) {
    .actions>.button {
        float: right;
    }
}

.actions>button.button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
}

@media only screen and (min-width: 41.688em) {
    table.shop_table_responsive tr td:before {
        content: "";
    }
}

table.shop_table_responsive thead {
    display: none;
}

@media only screen and (min-width: 41.688em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }
}

.cart_totals table.shop_table_responsive tr th {
    display: none;
}

@media only screen and (min-width: 41.688em) {
    .cart_totals table.shop_table_responsive tr th {
        display: table-cell;
    }
}

table.shop_table_responsive tr td {
    border-bottom: 1px solid;
    border-right: 0;
    display: block;
    text-align: right;
}

@media only screen and (min-width: 41.688em) {
    table.shop_table_responsive tr td {
        display: table-cell;
        text-align: left;
    }
}

table.shop_table_responsive tr .actions {
    border-bottom: 0;
    padding: 10px;
    text-align: left;
}

table.shop_table_responsive tr .actions .coupon input {
    margin: 0 auto;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    table.shop_table_responsive tr .actions .coupon input {
        display: inline-block;
        text-align: left;
        width: auto;
    }
}

table.shop_table_responsive tr .actions label {
    display: none;
}

.actions .button {
    margin-top: 8px;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .actions .button {
        margin-top: 0;
        width: auto;
    }
}

table.shop_table_responsive tr td.product-remove {
    text-align: center;
}

.product-remove:before,
.product-thumbnail:before,
.actions:before {
    display: none;
}

.related.products {
    display: block;
}

.product {
    position: relative;
    width: 100%;
}

.round-product-image .product-content-wrapper .has-post-thumbnail>.woocommerce-LoopProduct-link {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.woocommerce-posts-wrapper>.product {
    margin-bottom: 0;
}

.woocommerce-product-gallery ol.flex-control-nav {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}

.woocommerce-product-gallery ol.flex-control-nav li {
    cursor: pointer;
    padding: 5px;
}

.woocommerce-product-gallery ol.flex-control-nav li img {
    opacity: 0.5;
}

.woocommerce-product-gallery ol.flex-control-nav li img:hover,
.woocommerce-product-gallery ol.flex-control-nav li img:focus {
    opacity: 1;
}

.woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
    opacity: 1;
}

.products .product>.woocommerce-LoopProduct-link {
    margin-bottom: 28px;
}

.product-border .products .product {
    border: 1px solid;
    padding: 28px;
}

.product-border .products.columns-5 .product,
.product-border .products.columns-6 .product {
    padding: 15px;
}

.products {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}

.products .product {
    position: relative;
    width: 100%;
}

.products .product a {
    display: block;
    overflow: hidden;
}

.products .product a:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.products .product a img {
    width: 100%;
}

.products .product .price {
    display: block;
}

.products .product .price del {
    margin-right: 10px;
}

.product-container .button,
.product-container .added_to_cart {
    margin-top: 15px;
    padding: 15px;
}

.products .product a.added_to_cart,
.color-scheme-music .products .product a.added_to_cart {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    text-align: center;
}

.product-section.round-product-image .products .product a.added_to_cart,
.product-section.product-border .products .product a.added_to_cart {
    display: block;
}

.woocommerce-posts-wrapper {
    position: relative;
}

.wc-backward {
    display: inline-block;
}

span.onsale {
    box-shadow: -9px 11px 18px -7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -9px 11px 18px -7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -9px 11px 18px -7px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-size: 0.875rem;
    left: 15px;
    line-height: 1.56;
    letter-spacing: 1px;
    padding: 5px 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    z-index: 1;
}

.infinite-loader {
    width: 100%;
}

.infinite-loader #ctis-loading img {
    margin: 0 auto;
}

.woocommerce-loop-product__title {
    margin-bottom: 10px;
}

.products .star-rating {
    margin: 7px auto;
}

.color-scheme-music .products .star-rating {
    margin: 7px auto;
}

@media only screen and (min-width: 41.688em) {
    .color-scheme-music .products .star-rating {
        margin-left: 0;
        margin-right: 0;
    }
}

.star-rating {
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: star;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em;
}

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

.woocommerce-tabs {
    clear: both;
    margin-bottom: 35px;
}

@media only screen and (min-width: 48em) {
    .woocommerce-tabs {
        margin-bottom: 70px;
    }
}

.woocommerce-tabs ul.tabs.wc-tabs {
    text-align: center;
}

.woocommerce-tabs ul.tabs.wc-tabs li {
    float: none;
}

@media only screen and (min-width: 41.688em) {
    .woocommerce-tabs ul.tabs.wc-tabs li {
        display: inline-block;
    }
}

.woocommerce-tabs ul.tabs.wc-tabs li a {
    display: block;
    padding: 15px 25px;
}

@media only screen and (min-width: 41.688em) {
    .woocommerce-tabs ul.tabs.wc-tabs li a {
        display: inline-block;
    }
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    margin-top: 0;
    padding: 25px;
}

@media only screen and (min-width: 64em) {
    .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 45px;
    }
}

#reviews .comment-respond .comment-form-rating {
    text-align: center;
}

#reviews .comment-respond .comment-form-rating .stars {
    margin-top: 7px;
    margin-bottom: 21px;
}

#reviews .comment-respond .comment-form-rating .stars span a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

#reviews .comment-respond .comment-form-rating .stars span 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;
}

#reviews .comment-respond .comment-form-rating .stars:hover a:before {
    content: "\53";
    opacity: 1;
}

#reviews .comment-respond .comment-form-rating .stars span a.active:before {
    opacity: 1;
}

#reviews .comment-respond .comment-form-rating .stars.selected span a:not(.active):before {
    content: "\53";
    opacity: 1;
}

#reviews .comment-respond .comment-form-rating .stars.selected a.active~a:before {
    content: "\53";
    opacity: .25;
}

.comment-reply-title,
.woocommerce-Reviews-title {
    display: block;
    text-align: center;
}

form.cart {
    border-bottom: 1px solid;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

form.cart .quantity {
    display: inline-block;
    margin-bottom: 21px;
    vertical-align: top;
}

form.cart .quantity input[type="number"] {
    padding-left: 15px;
    padding-right: 15px;
}

form.cart .quantity+button {
    margin-top: 0;
}

.wc-proceed-to-checkout {
    text-align: right;
}

.woocommerce .woocommerce-shorting-wrapper {
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 41.688em) {
    .woocommerce .woocommerce-shorting-wrapper {
        justify-content: space-between;
    }
}

.woocommerce .woocommerce-shorting-wrapper select {
    margin-top: 0;
}

@media only screen and (min-width: 41.688em) {
    .woocommerce .woocommerce-shorting-wrapper p {
        margin-bottom: 0;
    }
}

.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

.wc-tabs-wrapper {
    clear: both;
    display: block;
    overflow: hidden;
}

.wc-tabs-wrapper .wc-tabs {
    margin-top: 50px;
}

.woocommerce-posts-wrapper .woocommerce-product-gallery {
    position: relative;
}

@media only screen and (min-width: 48em) {
    .woocommerce-posts-wrapper .woocommerce-product-gallery {
        float: left;
        width: 50%;
    }
}

.woocommerce-posts-wrapper .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.woocommerce-posts-wrapper .woocommerce-product-gallery figure {
    margin-top: 0;
}

.woocommerce-posts-wrapper .entry-summary {
    margin-top: 30px;
    padding: 0;
}

@media only screen and (min-width: 48em) {
    .woocommerce-posts-wrapper .entry-summary {
        float: left;
        margin-top: 0;
        padding: 0 30px;
        width: 50%;
    }
}

.woocommerce-posts-wrapper .entry-summary .woocommerce-product-rating {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.woocommerce-posts-wrapper .entry-summary .woocommerce-product-rating .star-rating {
    margin-right: 15px;
}

.woocommerce-posts-wrapper .entry-summary del {
    margin-right: 10px;
}

table.woocommerce-grouped-product-list.group_table,
table.woocommerce-grouped-product-list.group_table td,
table.variations,
table.variations td {
    border-width: 1px;
}

.variations {
    table-layout: auto;
}

table.woocommerce-grouped-product-list.group_table {
    table-layout: auto;
}

a.reset_variations:before {
    content: "\f00d";
    font-size: 20px;
    margin-left: 15px;
}

.woocommerce-pagination {
    margin: 30px auto;
}

.woocommerce-pagination ul.page-numbers {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
    border: 1px solid;
    margin-right: 10px;
    padding: 9px 18px;
}

.page-links {
    align-items: center;
}

.page-links .post-page-numbers {
    border: 1px solid;
    margin-right: 10px;
    padding: 9px 18px;
}

.archive-content-wrap .pagination .nav-links {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.archive-content-wrap .pagination .nav-links .page-numbers {
    border: 1px solid;
    margin-right: 10px;
    padding: 9px 18px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table tr,
table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
    text-align: left;
}

table.shop_table.woocommerce-checkout-review-order-table .cart_item td {
    border-bottom: 2px solid;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    padding: 15px;
}

@media only screen and (min-width: 48em) {
    table.shop_table.woocommerce-checkout-review-order-table tfoot th {
        padding: 13px 28px;
    }
}

.search.search-results .content-area .product .hentry-inner .entry-container {
    max-width: 100%;
}

.woocommerce-variation.single_variation .woocommerce-variation-price {
    margin: 10px 0;
}

ul.wc_payment_methods.payment_methods.methods li {
    margin-bottom: 15px;
    padding: 15px;
}

ul.wc_payment_methods.payment_methods.methods li label {
    margin-bottom: 10px;
}

.woocommerce-grouped-product-list tr {
    border-bottom: 1px solid;
}

.woocommerce-grouped-product-list tr .quantity {
    margin-bottom: 0;
}

div#payment {
    margin-bottom: 30px;
    margin-left: auto;
    margin-top: 35px;
    max-width: 627px;
}

div#payment .payment_box {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid;
}

.woocommerce-thankyou-order-received {
    line-height: 1.36;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 450px;
    padding-top: 25px;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 64em) {
    .woocommerce-thankyou-order-received {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 64em) {
    .woocommerce-thankyou-order-received {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.56;
    }
}

.order_details {
    margin: 30px 0;
}

.order_details li strong {
    text-decoration: underline;
}

/** Color Scheme **/
.color-scheme-music .products .product {
    border: 0;
    padding: 0;
}

.color-scheme-music .products .product .product-container {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {
    .color-scheme-music .products .product .product-container {
        text-align: left;
    }
}

.color-scheme-music .products .product .product-container .button {
    display: inline-block;
    text-align: center;
}

.demo_store {
    margin-bottom: 0;
    padding: 30px 30px;
}

@media only screen and (min-width: 41.688em) {
    .demo_store {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    .demo_store {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.sticky-playlist-enabled .demo_store {
    padding-bottom: 60px;
}

.woocommerce li.product .product-container a.button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .woocommerce li.product .product-container a.button {
        opacity: 0;
    }
}

.woocommerce li.product:hover a.button,
.woocommerce li.product:focus a.button {
    opacity: 1;
}

.round-product-image .woocommerce li.product .product-container a.button,
.product-border .woocommerce li.product .product-container a.button {
    position: static;
    opacity: 1;
}

.woocommerce-NoticeGroup-checkout,
.woocommerce-form-coupon-toggle {
    border-left: 5px solid #e2401c;
    margin-bottom: 35px;
    padding: 35px;
}

.woocommerce-NoticeGroup-checkout strong,
.woocommerce-form-coupon-toggle strong {
    font-weight: 700;
}

.woocommerce-form-coupon-toggle {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid;
    border-width: 1px 1px 0;
    margin: 0 0 1.75em;
}

@media only screen and (min-width: 64em) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        margin: 0;
        width: 30%;
    }
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 35px;
}

@media only screen and (min-width: 64em) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        padding-top: 0;
        width: 66%;
    }
}

.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-form-coupon-toggle {
    position: relative;
}

.woocommerce-form-coupon-toggle a {
    display: inline-block;
    margin-left: 5px;
}

.woocommerce-MyAccount-content a.button {
    margin-right: 5px;
    margin-top: 0;
}

.woocommerce-message,
.woocommerce-info {
    padding: 25px;
}

.products .star-rating {
    margin-left: 0;
}

.woocommerce-form-coupon input[type="text"] {
    width: auto;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.team-section .hentry {
    position: relative;
    width: 100%;
}

.team-section .hentry .more-link {
    border: 1px solid;
}

.team-section .hentry .hentry-inner {
    padding: 35px;
    position: relative;
    z-index: 99;
}

.team-section .hentry .hentry-inner:before {
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.team-section .hentry .hentry-inner:hover:before {
    height: 100%;
}

@media only screen and (min-width: 103.75em) {
    .team-section .hentry .hentry-inner {
        padding: 42px;
    }
}

.team-section .hentry .hentry-inner .menu-social-container {
    margin-top: 20px;
}

.team-section .hentry .hentry-inner .post-thumbnail img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

.team-section .hentry .hentry-inner .entry-meta {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 7px;
}

@media only screen and (min-width: 48em) {
    .team-section .hentry .hentry-inner .entry-meta {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.team-section .hentry .more-link {
    border: 1px solid transparent;
    padding: 0;
}

.team-section .hentry .more-link:hover,
.team-section .hentry .more-link:focus {
    text-decoration: underline;
}

.team-section .hentry .more-link:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.team-section.section #menu-social-menu {
    justify-content: center;
}

.team-social-profile .social-navigation .social-links-menu li a {
    opacity: 1;
}

/*--------------------------------------------------------------
## Logo-Slider
--------------------------------------------------------------*/
.clients-content-wrapper {
    position: relative;
}

.clients-content-wrapper .hentry .post-thumbnail {
    margin-bottom: 0;
}

.clients-content-wrapper div#logo-slider-pager {
    font-size: 45px;
    font-size: 2.8125rem;
}

.clients-content-wrapper div#logo-slider-pager span {
    cursor: pointer;
}

.clients-content-wrapper .cycle-prev {
    margin-right: 5px;
}

.clients-content-wrapper .cycle-next {
    margin-left: 5px;
}

.clients-content-wrapper .controller {
    align-items: center;
    bottom: -65px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
}

#clients-section .section-heading-wrapper {
    padding-bottom: 0;
}

/*--------------------------------------------------------------
## Service
--------------------------------------------------------------*/
.services-section-wrapper.section .hentry {
    width: 100%;
}

.services-section-wrapper.section .hentry .hentry-inner {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {
    .services-section-wrapper.section .hentry .hentry-inner {
        text-align: left;
    }
}

.services-section-wrapper.section .hentry .hentry-inner .post-thumbnail {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    max-height: 100px;
}

@media only screen and (min-width: 41.688em) {
    .services-section-wrapper.section .hentry .hentry-inner .post-thumbnail {
        margin-left: inherit;
        margin-right: auto;
    }
}

@media only screen and (min-width: 48em) {
    .services-section-wrapper.section .hentry .hentry-inner .post-thumbnail:hover img {
        transform: scale(0.9);
        -o-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    .services-section-wrapper.section .hentry .hentry-inner .post-thumbnail:hover a:before {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        z-index: 1;
    }
}

.services-section-wrapper.section .hentry .hentry-inner .post-thumbnail img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

@media only screen and (min-width: 41.688em) {
    .services-section-wrapper.section .hentry .hentry-inner .post-thumbnail img {
        margin: 0;
    }
}

.color-scheme-default .services-section-wrapper .hentry .hentry-inner .post-thumbnail a,
.color-scheme-dark .services-section-wrapper .hentry .hentry-inner .post-thumbnail a,
.color-scheme-gray .services-section-wrapper .hentry .hentry-inner .post-thumbnail a,
.color-scheme-yellow .services-section-wrapper .hentry .hentry-inner .post-thumbnail a {
    display: inline-block;
    position: relative;
}

.color-scheme-default .services-section-wrapper .hentry .hentry-inner .post-thumbnail a:before,
.color-scheme-dark .services-section-wrapper .hentry .hentry-inner .post-thumbnail a:before,
.color-scheme-gray .services-section-wrapper .hentry .hentry-inner .post-thumbnail a:before,
.color-scheme-yellow .services-section-wrapper .hentry .hentry-inner .post-thumbnail a:before {
    border: 2px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    width: 100%;
    z-index: -2;
}

/* Color Scheme */
.color-scheme-modern .services-section-wrapper.section .hentry .hentry-inner,
.color-scheme-wedding .services-section-wrapper.section .hentry .hentry-inner,
.color-scheme-minimal .services-section-wrapper.section .hentry .hentry-inner {
    padding: 35px 35px;
}

@media only screen and (min-width: 85.375em) {

    .color-scheme-modern .services-section-wrapper.section .hentry .hentry-inner,
    .color-scheme-wedding .services-section-wrapper.section .hentry .hentry-inner,
    .color-scheme-minimal .services-section-wrapper.section .hentry .hentry-inner {
        padding: 50px 50px;
    }
}

.color-scheme-modern .services-section-wrapper.section .hentry .post-thumbnail,
.color-scheme-e-commerce .services-section-wrapper.section .hentry .post-thumbnail,
.color-scheme-wedding .services-section-wrapper.section .hentry .post-thumbnail,
.color-scheme-minimal .services-section-wrapper.section .hentry .post-thumbnail,
.color-scheme-blog .services-section-wrapper.section .hentry .post-thumbnail,
.color-scheme-corporate .services-section-wrapper.section .hentry .post-thumbnail,
.color-scheme-music .services-section-wrapper.section .hentry .post-thumbnail {
    max-width: 50px;
}

.color-scheme-modern .services-section-wrapper.section .hentry .post-thumbnail img,
.color-scheme-e-commerce .services-section-wrapper.section .hentry .post-thumbnail img,
.color-scheme-wedding .services-section-wrapper.section .hentry .post-thumbnail img,
.color-scheme-minimal .services-section-wrapper.section .hentry .post-thumbnail img,
.color-scheme-blog .services-section-wrapper.section .hentry .post-thumbnail img,
.color-scheme-corporate .services-section-wrapper.section .hentry .post-thumbnail img,
.color-scheme-music .services-section-wrapper.section .hentry .post-thumbnail img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.color-scheme-modern .services-section-wrapper.section .hentry .post-thumbnail a:before,
.color-scheme-e-commerce .services-section-wrapper.section .hentry .post-thumbnail a:before,
.color-scheme-wedding .services-section-wrapper.section .hentry .post-thumbnail a:before,
.color-scheme-minimal .services-section-wrapper.section .hentry .post-thumbnail a:before,
.color-scheme-blog .services-section-wrapper.section .hentry .post-thumbnail a:before,
.color-scheme-corporate .services-section-wrapper.section .hentry .post-thumbnail a:before,
.color-scheme-music .services-section-wrapper.section .hentry .post-thumbnail a:before {
    display: none;
}

.color-scheme-corporate #services-section.services-section-wrapper.section .hentry .post-thumbnail {
    max-width: 100px;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
#contact-form-section .entry-content {
    margin-top: 0;
}

#contact-form-section .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 35px;
}

form.wpcf7-form label span {
    display: block;
    margin-top: 14px;
}

form.wpcf7-form label span input,
form.wpcf7-form label span textarea {
    font-size: 16px;
    font-size: 1rem;
}

form.wpcf7-form>p {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 21px;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    form.wpcf7-form>p {
        margin-top: 47px;
    }
}

form.wpcf7-form textarea {
    height: 162px;
}

@media only screen and (min-width: 64em) {
    form.wpcf7-form textarea {
        height: 164px;
    }
}

@media only screen and (min-width: 85.375em) {
    form.wpcf7-form textarea {
        height: 172px;
    }
}

@media only screen and (min-width: 103.75em) {
    form.wpcf7-form textarea {
        height: 199px;
    }
}

#contact-section.contact-section.section {
    padding-left: 0;
}

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

.contact-section.section .section-content-wrap .hentry {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

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

@media only screen and (min-width: 103.75em) {
    .contact-section.section .section-content-wrap .hentry .post-thumbnail {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: 0;
        max-width: 100vw;
        right: 0;
    }
}

.contact-section.section .section-content-wrap .hentry .entry-container {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 41.688em) {
    .contact-section.section .section-content-wrap .hentry .entry-container {
        margin-right: 40px;
        margin-left: 40px;
    }
}

@media only screen and (min-width: 64em) {
    .contact-section.section .section-content-wrap .hentry .entry-container {
        margin-bottom: 0;
        margin-left: auto;
        padding: 50px;
        width: 350px;
    }
}

@media only screen and (min-width: 85.375em) {
    .contact-section.section .section-content-wrap .hentry .entry-container {
        margin-right: 50px;
        padding: 70px;
        width: 440px;
    }
}

.contact-section.section .section-content-wrap .hentry .entry-container .contact-details {
    list-style: none;
    margin: 0;
}

.contact-section.section .section-content-wrap .hentry .entry-container .contact-details li {
    margin-bottom: 21px;
}

.contact-section.section .section-content-wrap .hentry .entry-container .contact-details li:last-child {
    margin-bottom: 0;
}

.contact-section.section .section-content-wrap .hentry .entry-container .contact-details .fa {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    margin-right: 21px;
    text-align: center;
    width: 40px;
}

.contact-section.section .section-content-wrap .hentry .entry-container .contact-details .contact-wrap {
    float: right;
    width: calc(100% - 61px);
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected {
    margin-top: 35px;
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected p {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.61;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-navigation {
    margin-top: 14px;
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu {
    justify-content: flex-start;
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-right: 14px;
    text-align: center;
    width: 40px;
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:hover {
    transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    border: 1px solid transparent;
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:last-child {
    margin-right: 0;
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li a {
    opacity: 1;
}

.contact-section.section .section-content-wrap .hentry .entry-container .entry-title {
    margin-bottom: 35px;
}

.contact-section.section .section-content-wrap .hentry .entry-content {
    margin-top: 0;
}

.contact-section.section .section-content-wrap .hentry .contact-map {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    padding-bottom: 100%;
    position: relative;
    top: 0;
    right: 0;
}

@media only screen and (min-width: 64em) {
    .contact-section.section .section-content-wrap .hentry .contact-map {
        padding-bottom: 0;
        position: absolute;
    }
}

.contact-section.section .section-content-wrap .hentry .google-maps {
    height: 100%;
    margin: 0;
    position: absolute;
    width: 100%;
}

.contact-section.section .section-content-wrap .hentry .google-maps iframe {
    height: 100%;
    width: 100%;
}

.contact-section.section.full-width-layout .wrapper {
    max-width: 100%;
}

.contact-section.section.full-width-layout .hentry {
    padding-right: 0;
}

.contact-section.section.full-width-layout .hentry .post-thumbnail {
    margin-left: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    right: 0;
    margin-right: calc(-100vw / 2 + 100% / 2);
}

.contact-section.section.full-width-layout .hentry .section-content-wrap {
    padding-right: 0;
}

.wpcf7-form>div {
    float: none;
    margin-bottom: 35px;
    width: 100%;
}

@media only screen and (min-width: 41.688em) {
    .wpcf7-form>div {
        float: left;
        margin-bottom: 0;
        width: 50%;
    }
}

.wpcf7-form .left-col-contact {
    padding-right: 0;
}

@media only screen and (min-width: 41.688em) {
    .wpcf7-form .left-col-contact {
        padding-right: 40px;
    }
}

.wpcf7-form .left-col-contact>.sub-left-col>div {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.wpcf7-form .left-col-contact>.sub-left-col>div:last-child {
    padding-right: 0;
}

.wpcf7-form .left-col-contact .sub-left-col {
    margin-top: 21px;
}

@media only screen and (min-width: 85.375em) {
    .wpcf7-form .left-col-contact .sub-left-col {
        margin-top: 35px;
    }
}

.wpcf7-form .right-col-contact {
    margin-bottom: 0;
}

.wpcf7-form label {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.61;
    text-transform: uppercase;
}

.wpcf7-form label span {
    display: block;
    margin-top: 14px;
}

.wpcf7-form p:last-child {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}

#contact-form-section .layout-one .hentry {
    width: 100%;
}

.color-scheme-modern #contact-section.contact-section.section,
.color-scheme-minimal #contact-section.contact-section.section {
    padding-bottom: 0;
    padding-top: 0;
}

.color-scheme-modern #contact-section.contact-section.section .section-content-wrap,
.color-scheme-minimal #contact-section.contact-section.section .section-content-wrap {
    padding-top: 0;
}

.color-scheme-modern #contact-section.contact-section.section .section-content-wrap .hentry .entry-container,
.color-scheme-minimal #contact-section.contact-section.section .section-content-wrap .hentry .entry-container {
    margin-top: 42px;
}

@media only screen and (min-width: 64em) {

    .color-scheme-modern #contact-section.contact-section.section .section-content-wrap .hentry .entry-container,
    .color-scheme-minimal #contact-section.contact-section.section .section-content-wrap .hentry .entry-container {
        margin-top: 0;
    }
}

.color-scheme-modern #contact-section.contact-section.section .section-content-wrap .post-thumbnail,
.color-scheme-minimal #contact-section.contact-section.section .section-content-wrap .post-thumbnail {
    margin-bottom: 0;
}

#contact-form-section .section-title-wrapper+.section-subtitle {
    text-transform: inherit;
}

/*--------------------------------------------------------------
## Featured-content
--------------------------------------------------------------*/
/*
    Featured And Discography Section And Featured Video
*/
.featured-content-section .entry-footer:first-child {
    margin-top: 0;
}

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

.featured-content-section .post-thumbnail:hover img {
    transform: scale(1.2) translateX(0);
    -o-transform: scale(1.2) translateX(0);
    -moz-transform: scale(1.2) translateX(0);
    -webkit-transform: scale(1.2) translateX(0);
}

.featured-content-section .post-thumbnail img {
    transform: scale(1.2) translateX(-14px);
    -o-transform: scale(1.2) translateX(-14px);
    -moz-transform: scale(1.2) translateX(-14px);
    -webkit-transform: scale(1.2) translateX(-14px);
    width: 100%;
}

.discography-section .post-thumbnail {
    overflow: hidden;
}

.discography-section .post-thumbnail:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.discography-section .post-thumbnail img {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
}

/*** Discography Section ***/
@media only screen and (min-width: 85.375em) {
    .discography-section .hentry .post-thumbnail {
        margin-bottom: 28px;
    }
}

/*** Featured Video Section ***/
#featured-video-section .lightbox-enabled iframe {
    pointer-events: none;
}

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

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

.featured-video-content-wrapper .entry-meta {
    font-size: 13px;
    font-size: 0.8125rem;
}

.featured-video-content-wrapper .entry-header .entry-meta {
    line-height: 1.25;
    margin-top: 7px;
    margin-bottom: 0;
}

.single-item .featured-video-content-wrapper .hentry.featured {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#featured-video-section .side-posts-wrap {
    position: relative;
}

@media only screen and (min-width: 64em) {
    #featured-video-section .side-posts-wrap {
        float: left;
    }
}

#featured-video-section .hentry .post-thumbnail {
    margin-bottom: 14px;
}

@media only screen and (min-width: 48em) {
    #featured-video-section .hentry .post-thumbnail {
        margin-bottom: 0;
    }
}

#featured-video-section.single-item .hentry {
    float: none;
}

#featured-video-section .view-all-button {
    clear: both;
    padding-top: 35px;
}

.featured-video-content-wrapper .excerpt-video-left.no-caption-video .post-thumbnail {
    flex: 0 1 100%;
}

.featured-video-content-wrapper .excerpt-video-left.no-caption-video .entry-container {
    display: none;
}

.featured-video-content-wrapper .hentry.featured {
    width: 100%;
}

/*--------------------------------------------------------------
## Stats
--------------------------------------------------------------*/
.stats-section.section {
    padding: 41px 0 7px;
}

@media only screen and (min-width: 64em) {
    .stats-section.section {
        padding-top: 82px;
        padding-bottom: 44px;
    }
}

@media only screen and (min-width: 85.375em) {
    .stats-section.section {
        padding-top: 112px;
        padding-bottom: 70px;
    }
}

.stats-section.section .section-heading-wrapper {
    padding-top: 0;
}

.stats-section.section .section-content-wrapper .hentry .post-thumbnail {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    max-width: 85px;
}

@media only screen and (min-width: 41.688em) {
    .stats-section.section .section-content-wrapper .hentry .post-thumbnail {
        float: left;
        margin-bottom: 0;
        margin-right: 28px;
    }
}

.stats-section.section .section-content-wrapper .hentry .post-thumbnail img {
    margin: 0 auto;
}

.stats-section.section .section-content-wrapper .hentry .post-thumbnail:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

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

@media only screen and (min-width: 41.688em) {
    .stats-section.section .section-content-wrapper .hentry .entry-container {
        clear: none;
        overflow: hidden;
        text-align: left;
    }
}

.stats-section.section .section-content-wrapper .hentry .entry-container .entry-summary,
.stats-section.section .section-content-wrapper .hentry .entry-container .entry-content {
    margin-top: 14px;
    text-transform: capitalize;
}

.stats-section .more-link:hover,
.stats-section .more-link:focus {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.stats-section.section .section-content-wrapper {
    margin: 0 auto;
    max-width: 320px;
}

@media only screen and (min-width: 41.688em) {
    .stats-section.section .section-content-wrapper {
        max-width: 100%;
    }
}

.stats-section.section .section-content-wrapper .hentry-inner {
    align-items: center;
    flex-wrap: nowrap;
}

@media only screen and (min-width: 64em) {
    .stats-section.section .section-content-wrapper .hentry-inner {
        justify-content: flex-start;
    }
}

.stats-section.section .section-content-wrapper.layout-two .hentry-inner,
.stats-section.section .section-content-wrapper.layout-one .hentry-inner {
    align-items: center;
    justify-content: center;
}

.stats-section .view-all-button .more-button {
    margin-bottom: 0;
}

.stats-section .view-all-button .more-button .more-link {
    border: 2px solid transparent;
}

.stats-section .view-all-button .more-button .more-link:hover,
.stats-section .view-all-button .more-button .more-link:focus {
    box-shadow: none;
    background: transparent;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.gallery-section .gallery-content-wrapper .entry-content {
    margin-top: 0;
}

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

.gallery-row {
    margin-bottom: 0;
}

.gallery-section .hentry-inner .gallery-group .tiled-gallery-item img {
    display: block;
    filter: saturate(0.1);
    -webkit-filter: saturate(0.1);
}

.gallery-section .hentry-inner .gallery-group .tiled-gallery-item:hover img {
    filter: saturate(1);
    -webkit-filter: saturate(1);
}

.gallery-section figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 48em) {
    .gallery-section figure img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

@media only screen and (min-width: 48em) {
    .gallery-section figure .gallery-caption {
        bottom: 0;
        position: absolute;
        transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        width: 100%;
    }
}

@media only screen and (min-width: 48em) {
    .gallery-section figure:hover img {
        transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
    }

    .gallery-section figure:hover .gallery-caption {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
#events-section,
.playlist-section {
    background-size: cover;
}

@media only screen and (min-width: 48em) {

    .events-content-wrapper.section-content-wrapper .entry-summary,
    .events-content-wrapper.section-content-wrapper .entry-content {
        margin-top: 0;
    }
}

.events-content-wrapper {
    margin: 0 auto;
}

.events-content-wrapper .event-list-description {
    flex-direction: column;
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .events-content-wrapper .event-list-description {
        flex-direction: row;
        text-align: left;
    }
}

.events-content-wrapper .event-list-description .event-title {
    flex: 0 1 27%;
}

.events-content-wrapper .entry-summary {
    flex-basis: 44%;
    margin-top: 0;
}

@media only screen and (min-width: 48em) {
    .events-content-wrapper .entry-summary {
        margin-bottom: 0;
    }
}

.events-content-wrapper .entry-summary p {
    margin-bottom: 0;
}

.events-content-wrapper .more-link {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    width: 150px;
}

@media only screen and (min-width: 48em) {
    .events-content-wrapper .more-link {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        width: auto;
    }
}

.events-section .events-content-wrapper .hentry {
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.events-section .events-content-wrapper .hentry:after {
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

.events-section.has-view-all-button .events-content-wrapper .hentry:last-child {
    padding-bottom: 35px;
}

.events-section.has-view-all-button .events-content-wrapper .hentry:last-child:after {
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

.events-section .events-content-wrapper .hentry:last-child {
    padding-bottom: 0;
}

.events-section .events-content-wrapper .hentry:last-child:after {
    height: 0;
}

.events-section.has-background-image .events-content-wrapper .hentry:after {
    opacity: 0.3;
}

.events-article-wrapper .event-list-description,
.events-content-wrapper .entry-summary {
    display: inline-block;
}

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

.date-month-year .date-month {
    font-weight: 600;
}

.events-content-wrapper .entry-header {
    margin: 0;
}

.events-content-wrapper.section-content-wrapper .entry-title {
    line-height: 1.46;
}

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

@media only screen and (min-width: 64em) {
    .events-content-wrapper .entry-meta {
        margin-bottom: 0;
    }
}

.events-content-wrapper .entry-meta a,
.events-content-wrapper .entry-meta a:hover,
.events-content-wrapper .entry-meta a:focus {
    text-decoration: none;
}

.events-content-wrapper .entry-meta {
    clear: both;
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .events-content-wrapper .entry-meta {
        display: inline-block;
        float: left;
        margin-right: 25px;
        width: 65px;
    }
}

@media only screen and (min-width: 48em) and (min-width: 85.375em) {
    .events-content-wrapper .entry-meta {
        margin-right: 35px;
    }
}

@media only screen and (min-width: 48em) and (min-width: 103.75em) {
    .events-content-wrapper .entry-meta {
        margin-right: 45px;
    }
}

.events-content-wrapper .entry-date>span {
    display: block;
}

.events-content-wrapper .date-month-year {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.events-content-wrapper .date-week-day {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.33333333333;
}

@media only screen and (min-width: 64em) {
    .events-content-wrapper .date-week-day {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

.events-section .events-article-wrapper .event-list-description,
.events-section .events-article-wrapper .entry-summary {
    flex-direction: column;
}

@media only screen and (min-width: 48em) {

    .events-section .events-article-wrapper .event-list-description,
    .events-section .events-article-wrapper .entry-summary {
        align-items: center;
        flex-direction: row;
    }
}

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

.events-section .read-more .button {
    margin-top: 0;
}

@media only screen and (min-width: 64em) {
    .events-section .read-more .button {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 85.375em) {
    .events-section .read-more .button {
        margin-top: 14px;
    }
}

/** Color Scheme **/
.events-content-wrapper .more-link {
    border: 1px solid;
}

.events-content-wrapper .more-link:hover,
.events-content-wrapper .more-link:focus {
    border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mejs-time {
    box-sizing: content-box;
    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: 5px;
    position: absolute;
}

.mejs-time-total,
.mejs-time-loaded {
    background: #f3f3f3;
    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, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.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-current,
.mejs-time-handle-content {
    background: #f9a926;
}

.mejs-time-hovered {
    z-index: 10;
}

.mejs-time-hovered.negative {
    background: rgba(0, 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;
    width: 100%;
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.mejs-time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.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 {
    background-color: #01e0af;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11;
}

.mejs-time-handle-content {
    height: 5px;
    left: -3px;
    top: 0px;
    -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, 0.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: rgba(255, 255, 255, 0.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: rgba(255, 255, 255, 0.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: #f3f3f3;
    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: rgba(255, 255, 255, 0.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, 0.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: rgba(255, 255, 255, 0.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: rgba(20, 20, 20, 0.5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.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 * {
    font-family: Helvetica, Arial;
}*/
.mejs-controls a.mejs-horizontal-volume-slider {
    display: table;
}

.wp-playlist-item-artist {
    font-style: italic;
}

.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: 13px;
    font-size: 0.8125rem;
    line-height: 1.75;
}

.wp-playlist-item-title {
    display: blocl;
}

.wp-playlist .mejs-container {
    margin: 0;
    max-width: 100%;
}

.wp-playlist .mejs-controls .mejs-button button {
    outline: 0;
}

.wp-playlist-caption {
    max-width: 100%;
}

.wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
    font-weight: 700;
    transition: box-shadow 0.2s ease-in-out;
}

.wp-playlist-item-artist {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
}

.wp-playlist-item-title {
    font-size: 16px;
    font-size: 1rem;
}

.wp-playlist-item-album {
    font-style: italic;
}

.wp-playlist-item-artist {
    text-transform: capitalize;
}

.wp-playlist-item-length {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    line-height: 1.5;
}

.wp-playlist-tracks {
    margin-top: 10px;
}

.wp-playlist-item {
    position: relative;
    cursor: pointer;
    padding: 0 3px;
}

.wp-playlist-dark .wp-playlist-caption {
    color: #ddd;
}

.wp-playlist-playing {
    font-weight: normal;
    background: #f7f7f7;
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item {
    border-bottom: 1px solid;
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item:last-child {
    border-bottom: 0;
}

.wp-playlist-dark .wp-playlist-playing {
    background: #000;
}

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

.catch_sketch-mejs-container.mejs-container .mejs-controls {
    background: 0 0;
    margin: 0;
    position: relative;
    padding: 8px 21px;
    height: auto;
}

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

.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-button {
    cursor: pointer;
    display: block;
    position: relative;
}

.catch_sketch-mejs-container.mejs-container .mejs-button button {
    background: 0 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 40px;
}

.catch_sketch-mejs-container.mejs-container .mejs-button button:hover,
.catch_sketch-mejs-container.mejs-container .mejs-button button:focus {
    box-shadow: none;
    transform: none;
}

.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-button button:before {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
    height: 3px;
    top: 10px;
}

.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-time {
    height: 40px;
    line-height: 40px;
    padding-bottom: 0;
    padding-top: 0;
    width: 40px;
}

.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-time-rail {
    height: 40px;
    margin: 0;
    padding: 18px 0 0;
}

.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    border: none;
    margin: 0;
}

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

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

.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    height: 20px;
    margin-top: 18px;
}

.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.wp-playlist-dark .catch_sketch-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;
}

body .wp-playlist .wp-playlist-current-item img {
    height: 50px;
    margin-right: 14px;
    width: 50px;
}

body .wp-playlist-caption:hover {
    opacity: 1;
}

body .wp-playlist-current-item {
    border: none;
    height: auto;
    margin-bottom: 0;
    padding: 0.9375em 1.75em;
}

body .wp-playlist-tracks {
    border: none;
    margin: 0;
}

.wp-playlist-item .wp-playlist-item-length {
    opacity: 0.5;
}

.wp-playlist-item.wp-playlist-playing .wp-playlist-item-length {
    opacity: 1;
}

.playlist-section .wp-playlist .mejs-currenttime,
.playlist-section .wp-playlist .mejs-duration {
    opacity: 0.5;
}

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

@media only screen and (min-width: 103.75em) {
    body .wp-playlist-item {
        padding: 28px;
    }
}

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

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

body .wp-playlist-item,
body .wp-playlist-item:last-child {
    border-bottom: none;
}

body .wp-playlist-item-length {
    top: 50%;
    right: 1.75em;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

body .wp-playlist-item-album {
    font-style: italic;
}

body .wp-playlist-item-artist {
    display: block;
}

body .wp-playlist-light .wp-playlist-caption,
body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
    background: 0 0;
}

.catch_sketch-mejs-container.mejs-container .mejs-toggle-playlist button:before {
    content: "\f0ca";
}

.catch_sketch-mejs-container.mejs-container .mejs-toggle-playlist.is-open button:before {
    content: "\f00d";
}

.catch_sketch-mejs-container.mejs-container .mejs-next button:before {
    content: "\f051";
}

.catch_sketch-mejs-container.mejs-container .mejs-previous button:before {
    content: "\f048";
}

.catch_sketch-mejs-container.mejs-container .mejs-play button:before,
.catch_sketch-mejs-container.mejs-container .mejs-replay button:before {
    content: "\f04b";
}

.catch_sketch-mejs-container.mejs-container .mejs-pause button:before {
    content: "\f04c";
}

.catch_sketch-mejs-container.mejs-container .mejs-volume-button button:before {
    content: "\f028";
}

.catch_sketch-mejs-container.mejs-container .mejs-volume-button.mejs-unmute button:before {
    content: "\f026";
}

.catch_sketch-mejs-container.mejs-container .mejs-fullscreen-button button:before {
    content: "\f0b2";
}

.wp-playlist-tracks.displaynone {
    display: none;
}

/*--------------------------------------------------------------
## Sticky Playlist
--------------------------------------------------------------*/
#sticky-playlist-section {
    border-top: 1px solid;
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: initial;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

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

#sticky-playlist-section .wp-playlist,
#sticky-playlist-section .entry-content {
    margin: 0;
}

#sticky-playlist-section .wp-playlist-item {
    padding: 0.857em 1.25em;
}

#sticky-playlist-section .wp-playlist-current-item {
    padding: 5px 10px 5px 0;
}

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

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

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

#sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-button.mejs-toggle-playlist button:before,
#sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-playpause-button button:before {
    font-size: 14px;
    font-size: 0.875rem;
}

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

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

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

#sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#sticky-playlist-section .mejs-container.catch_sketch-mejs-container .mejs-inner {
    margin-right: 55px;
}

#sticky-playlist-section .mejs-container.catch_sketch-mejs-container .mejs-toggle-playlist {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 56px;
}

#sticky-playlist-section .mejs-container.catch_sketch-mejs-container .mejs-toggle-playlist button {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    background: 0 0;
    width: 55px;
}

#sticky-playlist-section .mejs-container.catch_sketch-mejs-container .mejs-toggle-playlist button:hover,
#sticky-playlist-section .mejs-container.catch_sketch-mejs-container .mejs-toggle-playlist button:focus {
    box-shadow: none;
    transform: none;
}

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

#sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button,
#sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:hover,
#sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:focus {
    background: none;
}

#sticky-playlist-section .catch_sketch-mejs-sticky-playlist-container {
    margin: 0;
    right: -14px;
}

#sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls {
    padding: 10px 0;
}

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

/* Diagonal */
@media only screen and (min-width: 103.75em) {

    #sticky-playlist-section .wp-playlist-caption,
    #sticky-playlist-section .wp-playlist-item-title,
    #sticky-playlist-section .wp-playlist-item-length,
    #sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-time,
    .archive-posts-wrapper .entry-meta a {
        font-size: 16px;
        font-size: 1rem;
    }

    .catch_sketch-mejs-container.mejs-container .mejs-controls {
        padding: 15px 28px;
    }

    #sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls {
        padding: 15px 0;
    }

    #sticky-playlist-section .wp-playlist-current-item {
        padding: 10px 21px 10px 0;
    }

    #sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls {
        padding: 15px 0;
    }
}

@media screen and (min-width: 1200px) {
    #sticky-playlist-section .wp-playlist-current-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }

    #sticky-playlist-section .catch_sketch-mejs-sticky-playlist-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
    }
}

@media only screen and (min-width: 41.688em) {

    .playlist-content-wrapper .wp-playlist .wp-playlist-current-item,
    .playlist-content-wrapper .catch_sketch-mejs-container.mejs-container .mejs-controls {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (min-width: 48em) {

    .catch_sketch-mejs-sticky-playlist-container.mejs-container .mejs-time,
    .catch_sketch-mejs-sticky-playlist-container.mejs-container .mejs-time-rail,
    .catch_sketch-mejs-sticky-playlist-container.mejs-container .mejs-button.mejs-volume-button,
    .catch_sketch-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 .catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-previous,
    #sticky-playlist-section .catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-next {
        display: block;
    }

    #sticky-playlist-section .wp-playlist-current-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }

    #sticky-playlist-section .catch_sketch-mejs-sticky-playlist-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
    }
}

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

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

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

.playlist-content-wrapper .hentry .hentry-inner p a {
    display: inline-block;
    padding: 5px;
    width: 35%;
}

.playlist-content-wrapper .hentry .hentry-inner .post-thumbnail img {
    margin: 0;
}

#playlist-section .playlist-content-wrapper .wp-playlist-current-item,
#playlist-section .playlist-content-wrapper .mejs-previous-button,
#playlist-section .playlist-content-wrapper .mejs-next-button {
    display: none;
}

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

#playlist-section .playlist-content-wrapper .mejs-next {
    padding-right: 0;
}

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

@media only screen and (min-width: 41.688em) {
    #playlist-section .playlist-content-wrapper .entry-container {
        text-align: left;
    }
}

#playlist-section .playlist-content-wrapper .wp-playlist {
    text-align: left;
}

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

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

.playlist-content-wrapper .wp-playlist {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.playlist-content-wrapper .wp-playlist .mejs-time {
    padding: 0;
}

.playlist-content-wrapper .wp-playlist .mejs-duration-container {
    padding-left: 5px;
    position: relative;
}

.playlist-content-wrapper .wp-playlist .mejs-currenttime-container {
    padding-right: 5px;
}

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

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

.playlist-content-wrapper .wp-playlist .wp-playlist-tracks {
    width: 100%;
}

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

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) {
    .header-top-bar .header-top-content {
        flex-direction: row;
    }

    .home.has-header-video .site .custom-header {
        min-height: calc(100vh - 460px);
    }
}

/*--------------------------------------------------------------
## Mobile-horizontal
--------------------------------------------------------------*/
@media only screen and (min-width: 41.688em) {

    .section-content-wrapper.layout-two .hentry,
    .footer-widget-area.four .widget-column,
    .footer-widget-area.two .widget-column,
    .portfolio-section .section-content-wrapper.layout-two .hentry,
    .collection-section .section-content-wrapper.layout-two .hentry,
    .portfolio-section .section-content-wrapper.layout-four .hentry,
    .portfolio-section .section-content-wrapper.layout-two .hentry,
    .archive-content-wrap .section-content-wrapper.layout-two .hentry,
    .team-section .team-content-wrapper.layout-four .hentry,
    .team-section .team-content-wrapper.layout-two .hentry,
    .sidebar.widget-area section.widget,
    .stats-section .section-content-wrapper.layout-four .hentry,
    .stats-section .section-content-wrapper.layout-two .hentry,
    .featured-content-section .section-content-wrapper.layout-four .hentry,
    .featured-content-section .section-content-wrapper.layout-two .hentry,
    .services-section-wrapper .section-content-wrapper.layout-four .hentry,
    .services-section-wrapper .section-content-wrapper.layout-two .hentry,
    .events-section .section-content-wrapper.layout-two .hentry,
    #portfolio-section .section-content-wrapper.layout-three .hentry,
    #portfolio-section .section-content-wrapper.layout-four .hentry,
    .collection-section .section-content-wrapper.layout-four .hentry,
    #portfolio-section .section-content-wrapper.layout-two .hentry {
        width: 50%;
    }

    .widget-area.footer-widget-area.three .widget-column,
    .section-content-wrapper.layout-three .hentry,
    .archive-content-wrap .section-content-wrapper.layout-three .hentry,
    .products.columns-3 .product,
    .team-section .team-content-wrapper.layout-three .hentry,
    .collection-section .team-content-wrapper.layout-three .hentry,
    .services-section-wrapper .section-content-wrapper.layout-three .hentry,
    .featured-content-section .section-content-wrapper.layout-three .hentry,
    .stats-section .section-content-wrapper.layout-three .hentry,
    .events-section .section-content-wrapper.layout-three .hentry,
    .archive-content-wrap .section-content-wrapper.layout-three .hentry {
        width: 33.33%;
    }

    div#customer_details>div,
    .sidebar.widget-area section.widget,
    .woocommerce-columns--addresses>div,
    .products.columns-6 .product,
    .products.columns-5 .product,
    .products.columns-4 .product,
    .products.columns-2 .product,
    .products.columns-3 .product {
        width: 48.8%;
    }

    .sidebar.widget-area section.widget,
    .products .product,
    .related .product,
    div#customer_details>div,
    .woocommerce-columns--addresses>div {
        margin-right: 2.3113%;
    }

    .rtl div#customer_details>div,
    .rtl .woocommerce-columns--addresses>div {
        margin-right: 0;
        margin-left: 2.3113%;
    }

    .rtl div#customer_details>div:last-child,
    .rtl .woocommerce-columns--addresses>div:last-child {
        margin-left: 0;
    }

    .archive-content-wrap .section-content-wrapper.layout-one .hentry,
    .services-section-wrapper .section-content-wrapper.layout-one .hentry,
    .team-section .section-content-wrapper.layout-one .hentry,
    .collection-section .section-content-wrapper.layout-one .hentry,
    .featured-content-section .section-content-wrapper.layout-one .hentry,
    .discography-section .section-content-wrapper.layout-one .hentry,
    .stats-section .section-content-wrapper.layout-one .hentry,
    .events-section .section-content-wrapper.layout-one .hentry {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .sidebar.widget-area section.widget:nth-child(2n+2),
    .products .product:nth-child(2n+2),
    div#customer_details>div:nth-child(2n+2),
    .woocommerce-columns--addresses>div:nth-child(2n+2) {
        margin-right: 0;
    }

    .portfolio-section .section-content-wrapper.layout-three .hentry:nth-child(2n+1),
    .collection-section .section-content-wrapper.layout-three .hentry:nth-child(2n+1),
    .portfolio-section .section-content-wrapper.layout-four .hentry:nth-child(2n+2),
    .portfolio-section .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .discography-section .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .discography-section .section-content-wrapper.layout-four .hentry:nth-child(2n+2),
    .discography-section .section-content-wrapper.layout-three .hentry:nth-child(2n+1),
    .team-section .team-content-wrapper.layout-three .hentry:nth-child(2n+1),
    .team-section .team-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .team-section .team-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .collection-section .team-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .archive-content-wrap .section-content-wrapper.layout-three .hentry:nth-child(2n+1),
    .archive-content-wrap .section-content-wrapper.layout-four .hentry:nth-child(2n+2),
    .archive-content-wrap .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .widget-area.footer-widget-area.three .widget-column:nth-child(2n+1),
    .widget-area.footer-widget-area.four .widget-column:nth-child(2n+1),
    .footer-widget-area.two .widget-column:nth-child(2n+1),
    .sidebar.widget-area section.widget:nth-child(2n+1),
    .products.columns-4 .product:nth-child(2n+2),
    .products.columns-3 .product:nth-child(2n+1),
    .products.columns-2 .product:nth-child(2n+1),
    .archive-content-wrap .section-content-wrapper.layout-three .hentry:nth-child(2n+1),
    .services-section-wrapper .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .featured-content-section .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .stats-section .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .stats-section .section-content-wrapper.layout-four .hentry:nth-child(2n+2),
    #portfolio-content-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    #portfolio-content-section .section-content-wrapper.layout-two .hentry:nth-child(2n+1),
    div#customer_details>div:nth-child(2n+1),
    .woocommerce-columns--addresses>div:nth-child(2n+1) {
        clear: both;
    }

    .widget-area.footer-widget-area.three .widget-column:nth-child(3n+3),
    .widget-area.footer-widget-area.four .widget-column:nth-child(3n+3) {
        clear: none;
    }

    .app-section .app-section-image,
    .app-section .content-wrapper {
        width: 50%;
    }

    .app-section .content-wrapper {
        margin-top: 0;
    }

    .app-section.content-align-left .content-wrapper {
        padding-right: 30px;
    }

    .app-section.content-align-right .hentry-inner .content-wrapper {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 41.688em) and (min-width: 85.375em) {
    .app-section.content-align-right .hentry-inner .content-wrapper {
        padding-left: 53px;
    }
}

@media only screen and (min-width: 41.688em) and (min-width: 103.75em) {
    .app-section.content-align-right .hentry-inner .content-wrapper {
        padding-left: 85px;
    }
}

@media only screen and (min-width: 41.688em) {
    .app-section.content-align-right .hentry-inner {
        flex-direction: row;
    }

    .app-section.content-align-left .hentry-inner {
        flex-direction: row-reverse;
    }

    .content-align-left .playlist-content-wrapper .post-thumbnail-background {
        order: 2;
    }

    .content-align-left .playlist-content-wrapper .entry-container {
        order: 1;
    }

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

    .playlist-content-wrapper .post-thumbnail-background {
        margin: 0;
        padding-bottom: 0;
    }

    .playlist-content-wrapper .post-thumbnail-background,
    .playlist-content-wrapper .post-thumbnail {
        width: 50%;
    }

    .playlist-content-wrapper .entry-container {
        width: 50%;
        padding: 0 0 0 30px;
    }

    .playlist-content-wrapper.content-align-left .entry-container {
        padding-left: 0;
        padding-right: 30px;
    }

    .playlist-content-wrapper .wp-playlist .wp-playlist-current-item,
    .playlist-content-wrapper .abletone-mejs-container.mejs-container .mejs-controls {
        padding-left: 16px;
        padding-right: 16px;
    }

    .playlist-content-wrapper .entry-header,
    .playlist-content-wrapper .entry-title {
        margin-top: 0;
    }

    .playlist-content-wrapper .hentry .hentry-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .playlist-content-wrapper.content-align-left .hentry .hentry-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .section-content-wrapper.playlist-content-wrapper .post-thumbnail {
        margin-bottom: 0;
    }

    .single-item .featured-video-content-wrapper .hentry {
        width: 100%;
    }

    .featured-video-content-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;
        -moz-box-align: center;
        position: relative;
        width: 100%;
    }

    .featured-video-content-wrapper .excerpt-video-left .post-thumbnail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        margin: 0;
    }

    .featured-video-content-wrapper .excerpt-video-left .entry-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        margin: 0;
    }

    .featured-video-content-wrapper .excerpt-video-left .entry-container {
        padding-left: 15px;
    }

    .sidebar.widget-area section.widget {
        float: left;
    }

    .app-section .content-wrapper {
        padding-bottom: 35px;
        padding-top: 35px;
    }

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

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

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

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

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

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

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

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

    .home.has-header-video .site .custom-header {
        min-height: calc(100vh - 255px);
    }
}

/*--------------------------------------------------------------
## Tablet
--------------------------------------------------------------*/
@media only screen and (min-width: 48em) {
    .featured-video-content-wrapper .hentry:nth-child(2n+1) {
        clear: none;
    }

    .home.has-header-video .site .custom-header {
        min-height: calc(100vh - 175px);
    }
}

/*--------------------------------------------------------------
## Desktop
--------------------------------------------------------------*/
@media only screen and (min-width: 64em) {

    .widget-area.footer-widget-area.four .widget-column,
    .services-section-wrapper .section-content-wrapper.layout-four .hentry,
    .archive-content-wrap .section-content-wrapper.layout-four .hentry,
    .team-section .team-content-wrapper.layout-four .hentry,
    .featured-content-section .section-content-wrapper.layout-four .hentry,
    .stats-section .section-content-wrapper.layout-four .hentry,
    #portfolio-section .section-content-wrapper.layout-four .hentry,
    .archive-content-wrap .section-content-wrapper.layout-four .hentry,
    .discography-section .section-content-wrapper.layout-four .hentry,
    .collection-section .section-content-wrapper.layout-four .hentry,
    .section-content-wrapper.layout-four .hentry {
        width: 25%;
    }

    #portfolio-section .section-content-wrapper.layout-three .hentry {
        width: 33.33%;
    }

    .products.columns-3 .product {
        width: 31.73%;
    }

    .products.columns-4 .product,
    .products.columns-6 .product {
        width: 23.2%;
    }

    .products.columns-5 .product {
        width: 18.11%;
    }

    .products .product:nth-child(2n+2) {
        margin-right: 2.40%;
    }

    .products.columns-4 .product:nth-child(3n+3) {
        margin-right: 2.40%;
    }

    .sidebar.widget-area section.widget {
        margin-right: 0;
    }

    .sidebar.widget-area section.widget {
        float: none;
        width: 100%;
    }

    .home.has-header-video .site .custom-header {
        min-height: 100vh;
    }

    .archive-content-wrap .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .portfolio-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .widget-area.footer-widget-area.three .widget-column:nth-child(3n+1),
    .footer-widget-area.two .widget-column:nth-child(3n+1),
    .products.columns-3 .product:nth-child(3n+1),
    .layout-three .product:nth-child(3n+1),
    .services-section-wrapper .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .team-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .collection-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .featured-content-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .discography-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .stats-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    #portfolio-section .section-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .archive-content-wrap .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .portfolio-section .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .collection-section .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .widget-area.footer-widget-area.four .widget-column:nth-child(4n+1),
    .footer-widget-area.two .widget-column:nth-child(4n+1),
    .products.columns-4 .product:nth-child(4n+1),
    .services-section-wrapper .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .team-section .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .featured-content-section .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .stats-section .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    #portfolio-section .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .events-section .section-content-wrapper.layout-four .hentry:nth-child(4n+1) {
        clear: both;
    }

    .products.columns-3 .product:nth-child(3n+3),
    .products.columns-4 .product:nth-child(4n+4),
    .products.columns-5 .product:nth-child(5n+5),
    .products.columns-6 .product:nth-child(4n+4) {
        margin-right: 0;
    }

    .playlist-content-wrapper.content-align-right .entry-container {
        padding-left: 40px;
    }

    .playlist-content-wrapper.content-align-left .entry-container {
        padding-left: 0;
        padding-right: 40px;
    }

    .featured-video-content-wrapper .side-posts-wrap {
        width: 30%;
    }

    .featured-video-content-wrapper .side-posts-wrap .post-thumbnail {
        padding-bottom: 0;
    }

    .featured-video-content-wrapper .hentry.featured {
        float: left;
        margin-bottom: 0;
        width: 70%;
    }

    .featured-video-content-wrapper .hentry.featured .post-thumbnail {
        padding-bottom: 0;
    }
}

/*--------------------------------------------------------------
## Large
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Wide-width
--------------------------------------------------------------*/
@media only screen and (min-width: 85.375em) {
    body #playlist-section .wp-playlist {
        margin-top: 28px;
    }

    .playlist-content-wrapper.content-align-left .entry-container {
        padding-left: 0;
        padding-right: 76px;
    }

    .playlist-content-wrapper.content-align-right .entry-container {
        padding-left: 76px;
    }

    .featured-video-content-wrapper .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .app-section.content-align-left .content-wrapper {
        padding-right: 53px;
    }

    .products.columns-6 .product {
        width: 14.71%;
    }

    .woocommerce .products.columns-6 .product:nth-child(6n+6) {
        margin-right: 0;
    }

    .products.columns-6 .product:nth-child(4n+4) {
        margin-right: 2.40%;
    }

    .app-section .content-wrapper {
        padding-bottom: 55px;
        padding-top: 55px;
    }
}

/*--------------------------------------------------------------
## Diagonal
--------------------------------------------------------------*/
@media only screen and (min-width: 103.75em) {
    .app-section.content-align-left .content-wrapper {
        padding-right: 85px;
    }

    .app-section .section-content-wrapper .entry-content {
        margin-top: 35px;
    }

    .app-image-container {
        margin-top: 49px;
    }

    .app-section .content-wrapper {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

/*--------------------------------------------------------------
## Ultra Wide
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## elements
--------------------------------------------------------------*/
a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

@media only screen and (min-width: 85.375em) {
    body {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.56;
    }
}

@media only screen and (min-width: 103.75em) {
    body {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.page,
.post,
.search .archive-content-wrap {
    margin: 0;
}

#page {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.wrapper,
.custom-header-content {
    margin: 0 auto;
    max-width: 1500px;
}

p {
    margin-bottom: 14px;
    margin-top: 0;
}

@media only screen and (min-width: 64em) {
    p {
        margin-bottom: 28px;
    }
}

a,
.entry-title a,
.more-link,
.entry-meta a,
.button,
button,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="submit"],
textarea,
#infinite-handle .ctis-load-more button:hover,
#infinite-handle .ctis-load-more button:focus,
.archive-content-wrap .post-thumbnail img,
.featured-content-section .post-thumbnail img,
.bars,
.menu-inside-wrapper #site-header-cart-wrapper a,
.navigation-default .menu-inside-wrapper .nav-menu li a,
.slider-content-wrapper #featured-slider-next,
.slider-content-wrapper.section #featured-slider-prev,
.portfolio-section .hentry .hentry-inner:after,
.portfolio-section .hentry .hentry-inner:before,
.menu-inside-wrapper,
.services-section-wrapper .hentry-inner,
.team-section .hentry:before,
.site-header-cart .widget_shopping_cart,
.portfolio-content-wrapper .hentry .hentry-inner::before,
.portfolio-content-wrapper .hentry .entry-container,
.stats-section .post-thumbnail,
.contact-section.section .entry-container .stay-connected li,
.services-section-wrapper .hentry .post-thumbnail img,
.team-section .hentry .hentry-inner:hover:before,
.services-section-wrapper .hentry .hentry-inner .post-thumbnail a:before,
.products .product a img,
.menu-inside-wrapper .nav-menu li a,
.tiled-gallery-item img,
.team-section .hentry .hentry-inner:before,
.woocommerce-product-gallery ol.flex-control-nav li img,
.dropdown-toggle:before,
.site-header-menu .menu-inside-wrapper .main-navigation .sub-menu,
.portfolio-content-wrapper .entry-container,
.portfolio-content-wrapper .post-thumbnail img,
.discography-section .post-thumbnail img,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .controls>div:before,
.gallery-section figure img,
.gallery-section figure .gallery-caption {
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.has-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/** Boxed Layout **/
.color-scheme-default.boxed-layout #page,
.color-scheme-dark.boxed-layout #page,
.color-scheme-gray.boxed-layout #page,
.color-scheme-yellow.boxed-layout #page {
    margin: 0 auto;
}

@media only screen and (min-width: 48em) {

    .color-scheme-default.boxed-layout #page,
    .color-scheme-dark.boxed-layout #page,
    .color-scheme-gray.boxed-layout #page,
    .color-scheme-yellow.boxed-layout #page {
        margin: 0 25px;
    }
}

@media only screen and (min-width: 64em) {

    .color-scheme-default.boxed-layout #page,
    .color-scheme-dark.boxed-layout #page,
    .color-scheme-gray.boxed-layout #page,
    .color-scheme-yellow.boxed-layout #page {
        margin: 0 49px;
    }
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout {
    overflow-x: hidden;
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout #page {
    overflow: visible;
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout #page {
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (min-width: 85.375em) {
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout #page {
        margin-left: 49px;
        margin-right: 49px;
    }
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .section,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .has-background-image,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .site-footer,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .site-content,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .slider-content-wrapper,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout #footer-newsletter {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}

@media only screen and (min-width: 85.375em) {

    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .section,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .has-background-image,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .site-footer,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .site-content,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .slider-content-wrapper,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout #footer-newsletter {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .slider-content-wrapper.style-two,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .custom-header,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout div#site-generator,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout #footer-newsletter,
.color-scheme-photography .boxed-layout .slider-content-wrapper.style-two,
.color-scheme-photography .boxed-layout .custom-header,
.color-scheme-photography .boxed-layout div#site-generator,
.color-scheme-photography .boxed-layout #footer-newsletter,
.color-scheme-e-commerce .boxed-layout .slider-content-wrapper.style-two,
.color-scheme-e-commerce .boxed-layout .custom-header,
.color-scheme-e-commerce .boxed-layout div#site-generator,
.color-scheme-e-commerce .boxed-layout #footer-newsletter,
.color-scheme-music .boxed-layout .slider-content-wrapper.style-two,
.color-scheme-music .boxed-layout .custom-header,
.color-scheme-music .boxed-layout div#site-generator,
.color-scheme-music .boxed-layout #footer-newsletter {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}

.color-scheme-photography.boxed-layout #testimonials-section.testimonials-content-wrapper.section {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .site-header .wrapper {
    max-width: 100%;
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .slider-content-wrapper .section-content-wrap {
    padding-left: 0;
    padding-right: 0;
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .site-header-main,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .header-top-bar .header-top-content {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 41.688em) {

    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .site-header-main,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .header-top-bar .header-top-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .section:not(.promotion-headline-section):not(.slider-content-wrapper) .section-content-wrap,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout nav.navigation.posts-navigation,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .footer-widget-area .wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 41.688em) {

    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .section:not(.promotion-headline-section):not(.slider-content-wrapper) .section-content-wrap,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout nav.navigation.posts-navigation,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .footer-widget-area .wrapper {
        padding: 0 25px;
    }
}

@media only screen and (min-width: 85.375em) {

    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .section:not(.promotion-headline-section):not(.slider-content-wrapper) .section-content-wrap,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout nav.navigation.posts-navigation,
    [class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-e-commerce):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout .footer-widget-area .wrapper {
        padding: 0 30px;
    }
}

.boxed .site {
    margin: 0;
}

.woocommerce ul,
#site-header-cart-wrapper ul,
.menu-inside-wrapper ul {
    list-style: none;
    margin: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    font-size: 0.9375rem;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    font-size: 0.9375rem;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    font-size: 0.9375rem;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    font-size: 0.9375rem;
}

p:last-child,
.sidebar.widget-area section.widget ul:not(.social-links-menu) li:last-child,
ul.wp-block-latest-posts li:last-child,
.archive-content-wrap .hentry:last-child,
.footer-widget-area .widget-column:last-child,
.tag-links a:last-child,
.entry-meta span:last-child,
.comment-respond .comment-form p:last-child {
    margin-bottom: 0;
}

span.sticky-label {
    display: inline-block;
    margin-bottom: 14px;
}

p.view-more {
    text-align: center;
}

.widget-title,
.app-section .section-content-wrapper .entry-header span,
.woocommerce-loop-product__title,
.archive-content-wrap .entry-title,
.entry-title,
.woocommerce-loop-category__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
}

.archive-content-wrap .layout-one .entry-header .entry-title {
    font-size: 36px;
    font-size: 2.25rem;
}

.woocommerce-loop-category__title,
.content-area .singular-content-wrap h2.entry-title {
    font-weight: 600;
}

.entry-title,
.site-title {
    margin: 0;
    text-transform: capitalize;
}

.contact-section h2 {
    font-size: 36px;
    font-size: 2.25rem;
}

.sticky-label {
    padding: 2px 6px;
}

.entry-title .sub-title,
.entry-title span,
.header-media-title,
.tagline,
.section-title-wrapper>.subtitle,
.section-title-wrapper+.section-description,
.section-title+.section-description,
.section-title-wrapper+.section-subtitle,
.entry-container .subtitle {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 14px;
}

@media only screen and (min-width: 85.375em) {
    .color-scheme-music .header-media-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 103.75em) {
    .color-scheme-music .header-media-title {
        font-size: 32px;
        font-size: 2rem;
    }
}

.header-media-title,
.tagline {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 7px;
}

.tagline {
    letter-spacing: 0.8px;
    margin-bottom: 14px;
    margin-top: 0;
}

.section-title-wrapper>.subtitle {
    margin-top: 0;
    margin-bottom: 7px;
}

.section-description p,
.section-subtitle p {
    margin-top: 0;
}

.entry-meta,
.nav-subtitle,
.widget-wrap span.post-date,
.comment-metadata,
.comment-form p label,
.rss-date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
}

@media only screen and (min-width: 48em) {

    .entry-meta,
    .nav-subtitle,
    .widget-wrap span.post-date,
    .comment-metadata,
    .comment-form p label,
    .rss-date {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (min-width: 103.75em) {

    .entry-meta,
    .nav-subtitle,
    .widget-wrap span.post-date,
    .comment-metadata,
    .comment-form p label,
    .rss-date {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.cat-links a,
.tags-links a {
    margin-right: 5px;
}

.cat-links a:last-child,
.tags-links a:last-child {
    margin-right: 0;
}

cite {
    font-style: normal;
}

.archive-content-wrap .hentry,
.products.columns-1 li,
.skill-content-wrapper .skillbar,
.stats-section .hentry {
    width: 100%;
}

.catch-breadcrumb.breadcrumb-area {
    padding-top: 14px;
}

.footer-newsletter,
.catch-breadcrumb,
#sticky-playlist-section .wrapper,
.events-section .events-content-wrapper,
#hero-section.hero-section.section .section-content-wrap,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper {
    padding: 0 30px;
}

@media only screen and (min-width: 41.688em) {

    .footer-newsletter,
    .catch-breadcrumb,
    #sticky-playlist-section .wrapper,
    .events-section .events-content-wrapper,
    #hero-section.hero-section.section .section-content-wrap,
    #footer-instagram .catch-instagram-feed-gallery-widget-wrapper {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 85.375em) {

    .footer-newsletter,
    .catch-breadcrumb,
    #sticky-playlist-section .wrapper,
    .events-section .events-content-wrapper,
    #hero-section.hero-section.section .section-content-wrap,
    #footer-instagram .catch-instagram-feed-gallery-widget-wrapper {
        padding: 0 50px;
    }
}

.section-content-wrap,
.section-content-wrapper,
nav.navigation.posts-navigation,
#colophon .footer-widget-area .wrapper {
    padding: 0 30px;
}

@media only screen and (min-width: 41.688em) {

    .section-content-wrap,
    .section-content-wrapper,
    nav.navigation.posts-navigation,
    #colophon .footer-widget-area .wrapper {
        padding: 0 25px;
    }
}

@media only screen and (min-width: 85.375em) {

    .section-content-wrap,
    .section-content-wrapper,
    nav.navigation.posts-navigation,
    #colophon .footer-widget-area .wrapper {
        padding: 0 30px;
    }
}

#sticky-playlist-section .section-content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.custom-header-content .catch-breadcrumb.breadcrumb-area span.breadcrumb a {
    opacity: 0.7;
}

.custom-header-content .catch-breadcrumb.breadcrumb-area span.breadcrumb a:hover,
.custom-header-content .catch-breadcrumb.breadcrumb-area span.breadcrumb a:focus {
    opacity: 1;
}

.custom-header-content .catch-breadcrumb.breadcrumb-area span.breadcrumb-current {
    opacity: 1;
}

body:not(.home).catch-breadcrumb {
    padding-top: 15px;
}

.hentry,
.widget,
.widget .hentry,
.slider-content-wrapper.section,
.product,
.widget-column>section,
.no-results.not-found,
p.view-more {
    margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {

    .hentry,
    .widget,
    .widget .hentry,
    .slider-content-wrapper.section,
    .product,
    .widget-column>section,
    .no-results.not-found,
    p.view-more {
        margin-bottom: 38px;
    }
}

@media only screen and (min-width: 85.375em) {

    .hentry,
    .widget,
    .widget .hentry,
    .slider-content-wrapper.section,
    .product,
    .widget-column>section,
    .no-results.not-found,
    p.view-more {
        margin-bottom: 42px;
    }
}

.footer-newsletter {
    padding-bottom: 42px;
    padding-top: 42px;
}

@media only screen and (min-width: 41.688em) {
    .footer-newsletter {
        padding-bottom: 66px;
        padding-top: 66px;
    }
}

@media only screen and (min-width: 85.375em) {
    .footer-newsletter {
        padding-bottom: 112px;
        padding-top: 112px;
    }
}

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

@media only screen and (min-width: 41.688em) {
    .no-section-heading.section {
        padding-top: 66px;
    }
}

@media only screen and (min-width: 85.375em) {
    .no-section-heading.section {
        padding-top: 112px;
    }
}

#clients-section .clients-content-wrapper .hentry {
    margin-bottom: 0;
    padding-bottom: 35px;
}

@media only screen and (min-width: 64em) {
    #clients-section .clients-content-wrapper .hentry {
        padding-bottom: 38px;
    }
}

@media only screen and (min-width: 85.375em) {
    #clients-section .clients-content-wrapper .hentry {
        padding-bottom: 42px;
    }
}

@media only screen and (min-width: 41.688em) {

    .team-section .hentry,
    .collection-section .hentry,
    .stats-section .hentry,
    .services-section-wrapper .hentry,
    .playlist-content-wrapper .hentry,
    .featured-content-section .hentry,
    .testimonials-content-wrapper .hentry,
    .contact-content-wrapper .hentry,
    .clients-content-wrapper .hentry,
    .portfolio-content-wrapper .hentry,
    .events-section .hentry,
    .archive-content-wrap .hentry,
    .discography-section .section-content-wrapper .hentry,
    .app-section .section-content-wrapper .hentry,
    #colophon aside .wrapper .widget-column,
    .featured-video-content-wrapper .hentry,
    .posts-navigation .nav-links {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 85.375em) {

    .team-section .hentry,
    .collection-section .hentry,
    .stats-section .hentry,
    .services-section-wrapper .hentry,
    .playlist-content-wrapper .hentry,
    .featured-content-section .hentry,
    .testimonials-content-wrapper .hentry,
    .contact-content-wrapper .hentry,
    .clients-content-wrapper .hentry,
    .portfolio-content-wrapper .hentry,
    .events-section .hentry,
    .archive-content-wrap .hentry,
    .discography-section .section-content-wrapper .hentry,
    .app-section .section-content-wrapper .hentry,
    #colophon aside .wrapper .widget-column,
    .featured-video-content-wrapper .hentry,
    .posts-navigation .nav-links {
        padding: 0 20px;
    }
}

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

@media only screen and (min-width: 41.688em) {
    #site-generator .wrapper {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 85.375em) {
    #site-generator .wrapper {
        padding: 0 50px;
    }
}

.ect-section .ect-wrapper .section-content-wrapper {
    padding: 0;
}

@media only screen and (min-width: 41.688em) {
    .ect-section .ect-wrapper .section-content-wrapper {
        margin: 0 -15px;
    }
}

@media only screen and (min-width: 64em) {
    .ect-section .ect-wrapper .section-content-wrapper {
        margin: 0 -25px;
    }
}

.section-heading-wrapper,
.footer-instagram .section-title-wrapper,
.section-heading-wrapper.portfolio-section-headline {
    padding: 35px 30px 21px;
}

@media only screen and (min-width: 41.688em) {

    .section-heading-wrapper,
    .footer-instagram .section-title-wrapper,
    .section-heading-wrapper.portfolio-section-headline {
        padding: 42px 40px 35px;
    }
}

@media only screen and (min-width: 85.375em) {

    .section-heading-wrapper,
    .footer-instagram .section-title-wrapper,
    .section-heading-wrapper.portfolio-section-headline {
        padding: 42px 50px 45px;
    }
}

.section-heading-wrapper,
.footer-instagram .section-title-wrapper {
    text-align: center;
}

@media only screen and (min-width: 41.688em) {

    .section-heading-wrapper,
    .footer-instagram .section-title-wrapper {
        text-align: left;
    }
}

.color-scheme-modern .section-heading-wrapper,
.color-scheme-photography .section-heading-wrapper,
.color-scheme-e-commerce .section-heading-wrapper,
.color-scheme-wedding .section-heading-wrapper,
.color-scheme-minimal .section-heading-wrapper,
.color-scheme-corporate .section-heading-wrapper,
.color-scheme-music .section-heading-wrapper {
    text-align: center;
}

.promotion-headline-section .section-content-wrap {
    padding: 35px 30px 0;
}

@media only screen and (min-width: 41.688em) {
    .promotion-headline-section .section-content-wrap {
        padding: 42px 40px 0;
    }
}

@media only screen and (min-width: 85.375em) {
    .promotion-headline-section .section-content-wrap {
        padding: 42px 50px 0;
    }
}

.widget .ui-state-active,
.widget .ui-widget-content .ui-state-active,
.widget .ui-widget-header .ui-state-active,
.widget .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: 0;
    padding-bottom: 0;
}

#contact-section.contact-section .section-content-wrap {
    padding: 35px 0 35px 30px;
}

@media only screen and (min-width: 64em) {
    #contact-section.contact-section .section-content-wrap {
        padding: 42px 40px 0;
    }
}

@media only screen and (min-width: 85.375em) {
    #contact-section.contact-section .section-content-wrap {
        padding: 42px 50px 0;
    }
}

.color-scheme-modern #contact-section.contact-section .section-content-wrap,
.color-scheme-wedding #contact-section.contact-section .section-content-wrap,
.color-scheme-minimal #contact-section.contact-section .section-content-wrap {
    padding-bottom: 0;
}

#contact-section.contact-section.full-width-layout .section-content-wrap {
    padding-right: 0;
}

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

@media only screen and (min-width: 41.688em) {
    #clients-section .section-content-wrapper {
        padding: 42px 25px 0;
    }
}

@media only screen and (min-width: 85.375em) {
    #clients-section .section-content-wrapper {
        padding: 42px 30px 0;
    }
}

.promotion-headline-section .section-content-wrap {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 41.688em) {
    .promotion-headline-section .section-content-wrap {
        padding: 42px 40px 0;
    }
}

@media only screen and (min-width: 85.375em) {
    .promotion-headline-section .section-content-wrap {
        padding: 42px 50px 0;
    }
}

.promotion-headline-section.full-width-layout .section-content-wrap {
    padding-left: 0;
    padding-right: 0;
}

.color-scheme-modern .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section .section-content-wrap,
.color-scheme-wedding .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section .section-content-wrap,
.color-scheme-minimal :nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section .section-content-wrap {
    padding-top: 35px;
}

@media only screen and (min-width: 41.688em) {

    .color-scheme-modern .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section .section-content-wrap,
    .color-scheme-wedding .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section .section-content-wrap,
    .color-scheme-minimal :nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section .section-content-wrap {
        padding-top: 42px;
    }
}

.section {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.section,
.color-scheme-modern .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section,
.color-scheme-wedding .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section,
.color-scheme-minimal :nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section {
    padding: 7px 0;
}

@media only screen and (min-width: 41.688em) {

    .section,
    .color-scheme-modern .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section,
    .color-scheme-wedding .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section,
    .color-scheme-minimal :nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section {
        padding: 28px 0;
    }
}

@media only screen and (min-width: 85.375em) {

    .section,
    .color-scheme-modern .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section,
    .color-scheme-wedding .section:nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section,
    .color-scheme-minimal :nth-child(2n-1)+#promotion-headline-section.style-one.promotion-headline-section {
        padding: 70px 0;
    }
}

#footer-newsletter+#colophon.site-footer .footer-widget-area .wrapper {
    padding-top: 42px;
}

@media only screen and (min-width: 64em) {
    #footer-newsletter+#colophon.site-footer .footer-widget-area .wrapper {
        padding-top: 70px;
    }
}

#colophon.site-footer .footer-widget-area .wrapper {
    padding-bottom: 7px;
    padding-top: 42px;
}

@media only screen and (min-width: 64em) {
    #colophon.site-footer .footer-widget-area .wrapper {
        padding-bottom: 28px;
        padding-top: 28px;
    }
}

@media only screen and (min-width: 85.375em) {
    #colophon.site-footer .footer-widget-area .wrapper {
        padding-bottom: 42px;
        padding-top: 42px;
    }
}

@media only screen and (min-width: 103.75em) {
    #colophon.site-footer .footer-widget-area .wrapper {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

@media only screen and (min-width: 85.375em) {

    .color-scheme-modern #colophon.site-footer .footer-widget-area .wrapper,
    .color-scheme-wedding #colophon.site-footer .footer-widget-area .wrapper,
    .color-scheme-minimal #colophon.site-footer .footer-widget-area .wrapper {
        padding-bottom: 28px;
        padding-top: 70px;
    }
}

#colophon .footer-widget-area .wrapper {
    position: relative;
}

.playlist-section .wrapper {
    padding-top: 35px;
}

@media only screen and (min-width: 41.688em) {
    .playlist-section .wrapper {
        padding-top: 42px;
    }
}

.color-scheme-modern .section:nth-child(2n-1)+.site-footer .footer-widget-area:before,
.color-scheme-wedding .section:nth-child(2n-1)+.site-footer .footer-widget-area:before,
.color-scheme-minimal .section:nth-child(2n-1)+.site-footer .footer-widget-area:before {
    border: 0;
}

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

.site-footer .footer-widget-area .wrapper {
    position: relative;
}

.site-footer .footer-widget-area .wrapper:before,
.site-footer .footer-widget-area .wrapper:after {
    border-top: 1px solid;
    bottom: auto;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
}

@media only screen and (min-width: 41.688em) {

    .site-footer .footer-widget-area .wrapper:before,
    .site-footer .footer-widget-area .wrapper:after {
        width: calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
    }
}

@media only screen and (min-width: 85.375em) {

    .site-footer .footer-widget-area .wrapper:before,
    .site-footer .footer-widget-area .wrapper:after {
        width: calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
        width: -o-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
    }
}

[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal):not(.color-scheme-blog) .site-footer .footer-widget-area .wrapper:after {
    border: 0;
}

.color-scheme-music .site-footer .footer-widget-area .wrapper:before,
.color-scheme-photography .site-footer .footer-widget-area .wrapper:before {
    width: calc(100%);
}

.color-scheme-music .site-footer .footer-widget-area .wrapper:after,
.color-scheme-photography .site-footer .footer-widget-area .wrapper:after {
    border: 0;
}

.site-footer .footer-widget-area .wrapper:after {
    top: auto;
    bottom: 0;
}

.color-scheme-modern .section:nth-child(2n-1)+.site-footer .footer-widget-area .wrapper:before,
.color-scheme-wedding .section:nth-child(2n-1)+.site-footer .footer-widget-area .wrapper:before,
.color-scheme-minimal .section:nth-child(2n-1)+.site-footer .footer-widget-area .wrapper:before {
    border-top: 0;
}

.color-scheme-modern .footer-widget-area .wrapper:after,
.color-scheme-wedding .footer-widget-area .wrapper:after,
.color-scheme-minimal .footer-widget-area .wrapper:after {
    border-bottom: 1px solid;
}

.gallery-content-wrapper,
.site-header-main,
.header-top-bar .header-top-content,
.product-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 41.688em) {

    .gallery-content-wrapper,
    .site-header-main,
    .header-top-bar .header-top-content,
    .product-content-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 85.375em) {

    .gallery-content-wrapper,
    .site-header-main,
    .header-top-bar .header-top-content,
    .product-content-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper)+.section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper) {
    margin-top: -42px;
}

@media only screen and (min-width: 41.688em) {
    .section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper)+.section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper) {
        margin-top: -66px;
    }
}

@media only screen and (min-width: 85.375em) {
    .section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper)+.section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper) {
        margin-top: -112px;
    }
}

[class*="color-scheme"]:not(.color-scheme-minimal):not(.color-scheme-modern):not(.color-scheme-wedding) .section+.site-content .wrapper {
    padding-top: 0;
}

[class*="color-scheme"]:not(.color-scheme-minimal):not(.color-scheme-modern):not(.color-scheme-wedding) .section+.site-content .wrapper .section-heading-wrapper {
    padding-top: 0;
}

.color-scheme-modern .section:nth-child(2n)+#contact-section,
.color-scheme-wedding .section:nth-child(2n)+#contact-section,
.color-scheme-minimal .section:nth-child(2n)+#contact-section,
.color-scheme-modern .section:nth-child(2n-1)+#contact-section,
.color-scheme-wedding .section:nth-child(2n-1)+#contact-section,
.color-scheme-minimal .section:nth-child(2n-1)+#contact-section {
    padding-bottom: 0;
    padding-top: 0;
}

.color-scheme-modern .section:nth-child(2n)+#contact-section .section-content-wrap,
.color-scheme-wedding .section:nth-child(2n)+#contact-section .section-content-wrap,
.color-scheme-minimal .section:nth-child(2n)+#contact-section .section-content-wrap,
.color-scheme-modern .section:nth-child(2n-1)+#contact-section .section-content-wrap,
.color-scheme-wedding .section:nth-child(2n-1)+#contact-section .section-content-wrap,
.color-scheme-minimal .section:nth-child(2n-1)+#contact-section .section-content-wrap {
    padding-top: 0;
}

.color-scheme-modern .section:nth-child(2n)+#contact-section .section-content-wrap .post-thumbnail,
.color-scheme-wedding .section:nth-child(2n)+#contact-section .section-content-wrap .post-thumbnail,
.color-scheme-minimal .section:nth-child(2n)+#contact-section .section-content-wrap .post-thumbnail,
.color-scheme-modern .section:nth-child(2n-1)+#contact-section .section-content-wrap .post-thumbnail,
.color-scheme-wedding .section:nth-child(2n-1)+#contact-section .section-content-wrap .post-thumbnail,
.color-scheme-minimal .section:nth-child(2n-1)+#contact-section .section-content-wrap .post-thumbnail {
    margin-bottom: 0;
}

[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-photography):not(.color-scheme-e-commerce):not(.color-scheme-music):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray):not(.color-scheme-corporate):not(.color-scheme-blog) .section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper)+.section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper),
[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) .section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper)+#promotion-headline-section.section.style-two:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper) {
    margin-top: 0;
}

.color-scheme-music .section+#featured-video-section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper),
.color-scheme-music .section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper)+#featured-video-section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper),
.color-scheme-music #featured-video-section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper)+.section:not(#feature-slider-section):not(.has-background-image):not(#stats-section):not(.testimonials-content-wrapper) {
    margin-top: 0;
}

.color-scheme-music #featured-video-section+.site-content {
    padding-top: 70px;
}

.color-scheme-modern .slider-content-wrapper,
.color-scheme-wedding .slider-content-wrapper,
.color-scheme-minimal .slider-content-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}

.search nav.navigation.posts-navigation {
    padding-left: 0;
    padding-right: 0;
}

.archive-content-wrap .section-content-wrapper.layout-one nav.navigation.posts-navigation {
    margin: 0 auto;
    max-width: 658px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 41.688em) {
    .archive-content-wrap .section-content-wrapper.layout-one nav.navigation.posts-navigation {
        padding-left: 0;
        padding-right: 0;
    }
}

.view-all-button {
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.view-all-button .more-button,
nav.navigation.posts-navigation,
#footer-instagram p.instagram-button,
.archive-content-wrap .pagination {
    margin-top: 0;
    padding-bottom: 35px;
}

@media only screen and (min-width: 41.688em) {

    .view-all-button .more-button,
    nav.navigation.posts-navigation,
    #footer-instagram p.instagram-button,
    .archive-content-wrap .pagination {
        padding-bottom: 38px;
    }
}

@media only screen and (min-width: 85.375em) {

    .view-all-button .more-button,
    nav.navigation.posts-navigation,
    #footer-instagram p.instagram-button,
    .archive-content-wrap .pagination {
        padding-bottom: 42px;
    }
}

.app-section .wrapper {
    padding-top: 35px;
}

@media only screen and (min-width: 41.688em) {
    .app-section .wrapper {
        padding-top: 42px;
    }
}

.featured-content-section .section-content-wrapper .hentry .more-button,
.services-section-wrapper .hentry .more-button,
#portfolio-content-section .hentry .more-button,
.stats-section .hentry .more-button,
.discography-section .hentry .more-button,
.archive-content-wrap .hentry .more-button {
    margin-top: 21px;
}

@media only screen and (min-width: 64em) {

    .featured-content-section .section-content-wrapper .hentry .more-button,
    .services-section-wrapper .hentry .more-button,
    #portfolio-content-section .hentry .more-button,
    .stats-section .hentry .more-button,
    .discography-section .hentry .more-button,
    .archive-content-wrap .hentry .more-button {
        margin-top: 28px;
    }
}

.featured-content-section .section-content-wrapper .hentry .more-button .more-link,
.services-section-wrapper .hentry .more-button .more-link,
#portfolio-content-section .hentry .more-button .more-link,
.stats-section .hentry .more-button .more-link,
.discography-section .hentry .more-button .more-link,
.archive-content-wrap .hentry .more-button .more-link {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0;
}

.featured-content-section .section-content-wrapper .hentry .more-button .more-link:hover,
.featured-content-section .section-content-wrapper .hentry .more-button .more-link:focus,
.services-section-wrapper .hentry .more-button .more-link:hover,
.services-section-wrapper .hentry .more-button .more-link:focus,
#portfolio-content-section .hentry .more-button .more-link:hover,
#portfolio-content-section .hentry .more-button .more-link:focus,
.stats-section .hentry .more-button .more-link:hover,
.stats-section .hentry .more-button .more-link:focus,
.discography-section .hentry .more-button .more-link:hover,
.discography-section .hentry .more-button .more-link:focus,
.archive-content-wrap .hentry .more-button .more-link:hover,
.archive-content-wrap .hentry .more-button .more-link:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.stats-section .more-button {
    margin-top: 21px;
}

.stats-section .more-button .more-link:hover,
.stats-section .more-button .more-link:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.custom-header+.slider-content-wrapper,
.slider-content-wrapper {
    padding-top: 0;
}

.page-content {
    margin-top: 10px;
}

@media only screen and (min-width: 48em) {
    .page-content {
        margin-top: 28px;
    }
}

.app-section .section-content-wrapper .entry-header span,
.section-content-wrapper .entry-summary,
.section-content-wrap .entry-content,
.section-content-wrap .entry-summary,
.section-content-wrapper .entry-content {
    margin-top: 21px;
}

.hentry .post-thumbnail {
    margin-bottom: 21px;
}

@media only screen and (min-width: 85.375em) {
    .hentry .post-thumbnail {
        margin-bottom: 28px;
    }
}

@media only screen and (min-width: 103.75em) {
    .hentry .post-thumbnail {
        margin-bottom: 35px;
    }
}

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

.custom-header .section-content-wrapper .entry-summary,
.custom-header .section-content-wrap .entry-content,
.hero-section .section-content-wrap .entry-summary,
.hero-section .section-content-wrapper .entry-content,
.custom-header-content .entry-summary {
    margin-top: 14px;
}

@media only screen and (min-width: 85.375em) {

    .custom-header .section-content-wrapper .entry-summary,
    .custom-header .section-content-wrap .entry-content,
    .hero-section .section-content-wrap .entry-summary,
    .hero-section .section-content-wrapper .entry-content,
    .custom-header-content .entry-summary {
        margin-top: 21px;
    }
}

@media only screen and (min-width: 103.75em) {

    .custom-header .section-content-wrapper .entry-summary,
    .custom-header .section-content-wrap .entry-content,
    .hero-section .section-content-wrap .entry-summary,
    .hero-section .section-content-wrapper .entry-content,
    .custom-header-content .entry-summary {
        margin-top: 28px;
    }
}

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

.entry-meta>span {
    margin-right: 21px;
}

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

.singular-content-wrap .entry-header {
    margin-bottom: 14px;
    text-align: center;
}

@media only screen and (min-width: 64em) {
    .singular-content-wrap .entry-header {
        margin-bottom: 35px;
    }
}

.singular-content-wrap .entry-header .entry-meta {
    margin-bottom: 0;
}

.widget-wrap .widget-title {
    margin-bottom: 21px;
}

@media only screen and (min-width: 64em) {
    .widget-wrap .widget-title {
        margin-bottom: 35px;
    }
}

.more-button {
    display: block;
}

.scrollup a {
    bottom: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 40px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

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

.content-area .archive-content-wrap .layout-one .entry-container {
    padding-left: 15px;
    padding-right: 15px;
}

.content-area .archive-content-wrap .layout-one .entry-container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 64em) {
    .content-area .archive-content-wrap .layout-one .entry-container {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media only screen and (min-width: 85.375em) {
    .content-area .archive-content-wrap .layout-one .entry-container {
        padding-left: 75px;
        padding-right: 75px;
    }
}

.section-title {
    margin: 0;
}

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

.home .cat-links:before,
.home .entry-footer .tags-links:before,
.home .edit-link:before,
.home .posted-on a:before,
.home .byline a:before {
    display: none;
}

.menu-item-has-children>a:before,
.menu-social-container a:before,
.social-navigation a:before,
.menu-item-has-children .dropdown-toggle:before,
.page_item_has_children .dropdown-toggle:before,
a.cart-contents:before,
.wp-custom-header-video-pause:before,
.wp-custom-header-video-play:before,
a.reset_variations:before,
#social-search-toggle:before,
.cat-links:before,
.tags-links:before,
.edit-link:before,
.posted-on a:before,
.byline a:before,
.navigation-classic .main-navigation li a:after,
.mejs-button button:before,
.catch_sketch-mejs-container.mejs-container .mejs-button button:before {
    font-family: FontAwesome;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
}

.team-content-wrapper,
.collection-wrapper,
.discography-section .section-content-wrapper,
.archive-content-wrap .section-content-wrapper,
.services-section-wrapper .section-content-wrapper,
.testimonials-content-wrapper.section.has-background-image .post-thumbnail,
.site-header-menu,
.ewnewsletter .hentry form,
.featured-content-section .section-content-wrapper,
.stats-section .section-content-wrapper,
ul.page-numbers,
.footer-widget-area .wrapper,
.no-header-media-image .custom-header,
.contact-content-wrapper,
.site-branding,
.flex-control-nav,
.catch-instagram-feed-gallery-widget-image-wrapper ul,
.archive-content-wrapper .pagination,
.color-scheme-music .custom-header,
.hero-section .section-content-wrap .author-info,
.header-top-content,
.header-top-left-content ul,
.events-article-wrapper .event-list-description,
.events-content-wrapper .entry-summary,
.playlist-content-wrapper .hentry-inner,
.app-image-container,
.app-section .hentry-inner,
.app-button-container,
.woocommerce-shorting-wrapper {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
    align-items: unset;
}

.site-footer {
    padding-bottom: 0;
}

.color-scheme-modern .section:nth-child(2n)+.site-content,
.color-scheme-wedding .section:nth-child(2n)+.site-content,
.color-scheme-minimal .section:nth-child(2n)+.site-content {
    border-top: 1px solid;
}

.sticky-playlist-enabled .flashy-overlay .flashy-close {
    top: 45px;
    right: 20px;
}

/*--------------------------------------------------------------
## lists
--------------------------------------------------------------*/
ul {
    list-style: circle;
}

ul,
ol {
    margin-left: 21px;
    margin-right: 21px;
    padding: 0;
}

ul li,
ol li {
    line-height: 30px;
}

ol ol,
ul ul {
    margin: 35px;
}

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

/*--------------------------------------------------------------
## tables
--------------------------------------------------------------*/
table {
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

@media only screen and (min-width: 48em) {
    table {
        table-layout: auto;
    }
}

@media only screen and (min-width: 64em) {
    table {
        table-layout: auto;
    }
}

table thead tr {
    border-bottom: 1px solid;
}

table p {
    margin-top: 0;
}

thead th,
tbody th {
    border-right: 1px solid;
    padding: 15px;
    text-align: left;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    box-sizing: border-box;
}

@media only screen and (min-width: 48em) {

    thead th,
    tbody th {
        padding: 13px 28px;
    }
}

tbody th {
    font-weight: 500;
}

tbody td {
    border-right: 1px solid;
    padding: 15px;
}

@media only screen and (min-width: 48em) {
    tbody td {
        padding: 13px 28px;
    }
}

table thead th {
    font-weight: 400;
}

#wp-calendar {
    border-top: 0;
    table-layout: fixed;
}

#wp-calendar caption {
    padding: 10px;
}

#wp-calendar thead th,
#wp-calendar tbody th {
    padding: 5px;
}

#wp-calendar tbody td,
#wp-calendar tfoot tr td {
    border-bottom: 1px solid;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 4px;
    text-align: center;
}

@media only screen and (min-width: 85.375em) {

    #wp-calendar tbody td,
    #wp-calendar tfoot tr td {
        font-size: 16px;
        font-size: 1rem;
        padding: 5px;
    }
}

td#today {
    font-weight: 700;
}

tfoot tr td {
    border-right: 1px solid;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/* Background Color */
body {
    background-color: #fff;
}

/* Page Background Color */
.slider-content-wrapper .controllers .cycle-prev,
.slider-content-wrapper .controllers .cycle-next,
.color-scheme-modern .stats-section,
.color-scheme-minimal .stats-section,
.color-scheme-wedding .stats-section,
.color-scheme-modern .section:nth-child(2n).testimonials-content-wrapper,
.color-scheme-minimal .section:nth-child(2n).testimonials-content-wrapper,
.color-scheme-wedding .section:nth-child(2n).testimonials-content-wrapper,
[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) .section.testimonials-content-wrapper.style-two .entry-content,
[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) .section.testimonials-content-wrapper.style-two .entry-summary,
.color-scheme-modern .section:nth-child(2n-1).testimonials-content-wrapper.style-two .entry-content,
.color-scheme-modern .section:nth-child(2n-1).testimonials-content-wrapper.style-two .entry-summary,
.color-scheme-wedding .section:nth-child(2n-1).testimonials-content-wrapper.style-two .entry-content,
.color-scheme-wedding .section:nth-child(2n-1).testimonials-content-wrapper.style-two .entry-summary,
.color-scheme-minimal .section:nth-child(2n-1).testimonials-content-wrapper.style-two .entry-summary,
.color-scheme-minimal .section:nth-child(2n-1).testimonials-content-wrapper.style-two .entry-content,
.color-scheme-modern .section:nth-child(2n-1).team-section .hentry .hentry-inner,
.color-scheme-wedding .section:nth-child(2n-1).team-section .hentry .hentry-inner,
.color-scheme-minimal .section:nth-child(2n-1).team-section .hentry .hentry-inner,
.color-scheme-modern .section:nth-child(2n-1)#promotion-headline-section.promotion-headline-section.no-background.style-two .inner-container,
.color-scheme-wedding .section:nth-child(2n-1)#promotion-headline-section.promotion-headline-section.no-background.style-two .inner-container,
.color-scheme-minimal .section:nth-child(2n-1)#promotion-headline-section.promotion-headline-section.no-background.style-two .inner-container,
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.select2-container--default .select2-selection--single,
.screen-reader-text:focus,
.mobile-social-search,
.team-section .team-content-wrapper .hentry .entry-container:before,
.skill-content-wrapper .hentry .skillbar .skillbar-content,
.contact-section .entry-container,
.boxed-layout .site,
#primary-search-wrapper .menu-inside-wrapper,
.menu-inside-wrapper,
.widget_shopping_cart,
.nav-menu .sub-menu,
.nav-menu .children,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
[class*="color-scheme"]:not(.color-scheme-default):not(.color-scheme-dark):not(.color-scheme-yellow):not(.color-scheme-gray).boxed-layout,
.stats-section .view-all-button .more-button .more-link,
.color-scheme-modern .services-section-wrapper .hentry-inner,
.color-scheme-wedding .services-section-wrapper .hentry-inner,
.color-scheme-minimal .services-section-wrapper .hentry-inner {
    background-color: #fff;
}

.section:nth-child(2n-1).testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-content:after,
.section:nth-child(2n-1).testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-summary:after,
[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #testimonials-section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-container .entry-content:after,
[class*="color-scheme"]:not(.color-scheme-modern):not(.color-scheme-wedding):not(.color-scheme-minimal) #testimonials-section.testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-container .entry-summary:after {
    border-color: #fff;
}

/* Secondary Background Color */
#sticky-playlist-section,
.mejs-container,
.demo_store,
.promotion-headline-section .inner-container:after,
.woocommerce-form-coupon-toggle,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-MyAccount-navigation .is-active,
.woocommerce-NoticeGroup-checkout,
.woocommerce-message,
.woocommerce-info,
.cart-collaterals .shop_table.shop_table_responsive th,
.header-top-bar .header-top-content .header-top-left-content span.mobile-hours,
.gallery-caption,
.color-scheme-music #featured-video-section,
#sticky-playlist-section .wp-playlist-tracks,
.color-scheme-music #footer-newsletter,
.color-scheme-photography #footer-newsletter,
.color-scheme-corporate #footer-newsletter,
.color-scheme-blog #footer-newsletter,
.color-scheme-modern .section:nth-child(2n)+#footer-newsletter,
.color-scheme-wedding .section:nth-child(2n)+#footer-newsletter,
.color-scheme-minimal .section:nth-child(2n)+#footer-newsletter,
.color-scheme-modern .section.services-section-wrapper:nth-child(2n) .hentry-inner,
.color-scheme-wedding .section.services-section-wrapper:nth-child(2n) .hentry-inner,
.color-scheme-minimal .services-section-wrapper:nth-child(2n) .hentry-inner,
.color-scheme-modern .section:nth-child(2n-1),
.color-scheme-wedding .section:nth-child(2n-1),
.color-scheme-minimal .section:nth-child(2n-1),
.section:nth-child(2n-1).testimonials-content-wrapper.style-two,
.section.testimonials-content-wrapper.style-two .entry-content,
.section.testimonials-content-wrapper.style-two .entry-summary,
.color-scheme-modern .section:nth-child(2n).testimonials-content-wrapper.style-two .entry-content,
.color-scheme-wedding .section:nth-child(2n).testimonials-content-wrapper.style-two .entry-content,
.color-scheme-modern .section:nth-child(2n).testimonials-content-wrapper.style-two .entry-summary,
.color-scheme-wedding .section:nth-child(2n).testimonials-content-wrapper.style-two .entry-summary,
.color-scheme-minimal .section:nth-child(2n).testimonials-content-wrapper.style-two .entry-summary,
.color-scheme-minimal .section:nth-child(2n).testimonials-content-wrapper.style-two .entry-content,
.color-scheme-modern .section:nth-child(2n-1)+.team-section .hentry .hentry-inner,
.color-scheme-wedding .section:nth-child(2n-1)+.team-section .hentry .hentry-inner,
.color-scheme-minimal .section:nth-child(2n-1)+.team-section .hentry .hentry-inner,
.color-scheme-modern .section:nth-child(2n-1)+#footer-newsletter .ewnewsletter .hentry form input[type="text"],
.color-scheme-wedding .section:nth-child(2n-1)+#footer-newsletter .ewnewsletter .hentry form input[type="text"],
.color-scheme-modern .section:nth-child(2n-1)+#footer-newsletter .ewnewsletter .hentry form input[type="email"],
.color-scheme-wedding .section:nth-child(2n-1)+#footer-newsletter .ewnewsletter .hentry form input[type="email"],
.color-scheme-minimal .section:nth-child(2n-1)+#footer-newsletter .ewnewsletter .hentry form input[type="text"],
.color-scheme-minimal .section:nth-child(2n-1)+#footer-newsletter .ewnewsletter .hentry form input[type="email"],
.footer-newsletter,
#site-generator,
.sidebar .widget-wrap,
.testimonials-content-wrapper,
mark,
ins,
.portfolio-section .hentry .hentry-inner:after,
ul.tabs.wc-tabs li.active a,
.woocommerce-Tabs-panel,
.pricing-section .section-content-wrapper .entry-container,
.promotion-sale-wrapper,
#skill-section,
.shop_table thead th,
.team-section .hentry .hentry-inner,
.boxed-layout,
ul.wc_payment_methods.payment_methods.methods li,
.comment-respond,
.menu-inside-wrapper #site-header-cart-wrapper a:hover,
.widget_shopping_cart_content,
pre,
.color-scheme-modern .portfolio-content-wrapper .hentry .entry-container .inner-wrap,
.color-scheme-wedding .portfolio-content-wrapper .hentry .entry-container .inner-wrap,
.color-scheme-minimal .portfolio-content-wrapper .hentry .entry-container .inner-wrap,
.widget .ui-tabs .ui-tabs-panel,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev,
.color-scheme-wedding .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev,
.color-scheme-wedding .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next,
.color-scheme-wedding .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev,
.no-header-media-image .custom-header:after {
    background-color: #f8f8f8;
}

.section:nth-child(2n).testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-content:after,
.section:nth-child(2n).testimonials-content-wrapper.style-two .section-content-wrap .hentry .entry-summary:after,
.header-top-bar .header-top-content .header-top-left-content span.mobile-hours:before {
    border-color: #f8f8f8;
}

/* Main Text Color */
body,
input,
select,
optgroup,
textarea,
.author-title,
.entry-title .sub-title,
.entry-title span,
.section-title-wrapper>.subtitle,
.section-title-wrapper+.section-description,
.section-title+.section-description,
.section-title-wrapper+.section-subtitle,
.entry-container .subtitle,
.no-header-media-image .custom-header-content .entry-container,
.no-header-media-image .custom-header-content .entry-container .entry-title,
.no-header-media-image .custom-header-content .entry-container .entry-title .sub-title,
.no-header-media-image .custom-header-content .breadcrumb a,
.color-scheme-dark .header-top-bar .header-top-content .header-top-left-content ul li .fa,
.color-scheme-modern .stats-section .hentry .entry-summary,
.color-scheme-modern .stats-section .hentry .entry-content,
.color-scheme-wedding .stats-section .hentry .entry-summary,
.color-scheme-wedding .stats-section .hentry .entry-content,
.color-scheme-minimal .stats-section .hentry .entry-summary,
.color-scheme-minimal .stats-section .hentry .entry-content {
    color: #191e23;
}

/* Absolute Header Text Color */
.absolute-header .site-title a,
.absolute-header .site-description,
.absolute-header .menu-toggle,
.absolute-header .search-social-container .menu-toggle {
    color: #fff;
}

@media screen and (min-width: 1024px) {

    .absolute-header .site-header-cart a.cart-contents:before,
    .absolute-header .site-header-menu .social-navigation a,
    .absolute-header.navigation-classic .site-header-menu .main-navigation ul:not(.sub-menu)>li>a {
        color: #fff;
    }
}

.absolute-header .bars {
    background-color: #fff;
}

/* Header Text Color */
.site-title a {
    color: #000;
}

/* 80% of Header Text Color */
.site-description {
    color: rgba(0, 0, 0, 0.8);
}

/* Heading Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.featured-video-section .entry-title span,
.color-scheme-default .sticky-playlist-section .mejs-container button:before,
.color-scheme-music #scrollup:before,
.color-scheme-music .more-link,
[class*="color-scheme-"] .events-section .more-link,
.color-scheme-music button,
.color-scheme-music .button,
.color-scheme-music input[type="submit"],
.color-scheme-music button[type="submit"],
.color-scheme-music .has-background-image:not(.events-section) .entry-container .entry-content .more-link,
.color-scheme-music .has-background-image:not(.events-section) .entry-container .entry-summary .more-link,
.color-scheme-music .background-image:not(.events-section) .entry-container .entry-content button,
.color-scheme-music .background-image:not(.events-section) .entry-container .entry-summary button,
.wp-playlist-item .wp-playlist-caption,
.mejs-button button:before,
.header-top-bar a,
.header-top-bar .hours,
.color-scheme-blog .team-section .hentry .hentry-inner:hover .team-social-profile a,
.entry-title a,
.team-section .entry-meta,
.menu-toggle {
    color: #000;
}

/*80% of Heading Text Color */
.stats-section .hentry .entry-title a:hover,
.stats-section .hentry .entry-title a:focus,
.team-section.section .hentry .hentry-inner .entry-title a:hover,
.team-section.section .hentry .hentry-inner .entry-title a:focus {
    color: rgba(0, 0, 0, 0.8);
}

.portfolio-content-wrapper .hentry .hentry-inner:before {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Link Color */
a,
table a,
.site-header-menu button,
.discography-section .hentry .more-link,
.services-section-wrapper .more-link,
.archive-content-wrap .more-link,
.singular-content-wrap .more-link,
.contact-section .entry-container a,
.archive .section-content-wrapper .hentry .more-link,
.featured-content-section .hentry .hentry .more-link,
.testimonials-content-wrapper .entry-title a,
.slider-content-wrapper .scroll-down,
.team-section .hentry .more-link,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.stats-section .view-all-button .more-button .more-link {
    color: #191e23;
}

.bars {
    background-color: #191e23;
}

/* Link Hover Color */
a:hover,
a:focus,
.absolute-header .site-title a:hover,
.absolute-header .site-title a:focus,
button.dropdown-toggle:hover,
button.dropdown-toggle:focus,
.entry-title a:hover,
.entry-title a:focus,
.site-title a:hover,
.site-title a:focus,
.text-white .entry-title a:hover,
.text-white .entry-title a:focus,
.text-white .entry-meta a:hover,
.text-white .entry-meta a:focus,
.header-top-bar a:hover,
.header-top-bar a:focus,
.wp-playlist-item .wp-playlist-caption:hover,
.wp-playlist-item .wp-playlist-caption:focus,
.has-background-image .wp-playlist-item .wp-playlist-caption:hover,
.has-background-image .wp-playlist-item .wp-playlist-caption:focus,
.has-background-image .entry-container .entry-meta a:hover,
.has-background-image .entry-container .entry-meta a:focus,
.has-background-image .entry-container .entry-title a:hover,
.has-background-image .entry-container .entry-title a:focus,
#hero-section.hero-section.section .section-content-wrap .cat-links a:hover,
#hero-section.hero-section.section .section-content-wrap .cat-links a:focus,
.testimonials-content-wrapper.section.testimonial-wrapper .entry-title a:hover,
.testimonials-content-wrapper.section.testimonial-wrapper .entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus,
nav.social-navigation ul li a:hover,
nav.social-navigation ul li a:focus,
.archive .section-content-wrapper .hentry .more-link:hover,
.archive .section-content-wrapper .hentry .more-link:focus,
.singular-content-wrap .more-link:hover,
.singular-content-wrap .more-link:focus,
.menu-inside-wrapper .main-navigation .nav-menu li a:hover,
.menu-inside-wrapper .main-navigation .nav-menu li a:focus,
#social-search-toggle:hover,
#social-search-toggle:focus,
.portfolio-section .hentry .hentry-inner .entry-container a:hover,
.portfolio-section .hentry .hentry-inner .entry-container a:focus,
.archive-content-wrap .more-link:hover,
.archive-content-wrap .more-link:focus,
#featured-content.featured-content-section .hentry .more-link:hover,
#featured-content.featured-content-section .hentry .more-link:focus,
#services-section.services-section-wrapper .more-link:hover,
#services-section.services-section-wrapper .more-link:focus,
#discography-section.discography-section .hentry .more-link:hover,
#discography-section.discography-section .hentry .more-link:focus,
#portfolio-content-section .more-link:hover,
#portfolio-content-section .more-link:focus,
.site-header-menu .menu-wrapper .menu-inside-wrapper .main-navigation .nav-menu li a:hover,
.site-header-menu .menu-wrapper .menu-inside-wrapper .main-navigation .nav-menu li a:focus,
.menu-toggle:hover,
.menu-toggle:focus,
button#wp-custom-header-video-button:hover,
button#wp-custom-header-video-button:focus,
.site-info a:hover,
.site-info a:focus,
.color-scheme-modern .stats-section .more-link:hover,
.color-scheme-modern .stats-section .more-link:focus,
.color-scheme-minimal .stats-section .more-link:hover,
.color-scheme-minimal .stats-section .more-link:focus,
.color-scheme-wedding .stats-section .more-link:hover,
.color-scheme-wedding .stats-section .more-link:focus,
.color-scheme-modern .stats-section .entry-title a:hover,
.color-scheme-modern .stats-section .entry-title a:focus,
.color-scheme-minimal .stats-section .entry-title a:hover,
.color-scheme-minimal .stats-section .entry-title a:focus,
.color-scheme-wedding .stats-section .entry-title a:hover,
.color-scheme-wedding .stats-section .entry-title a:focus,
.widget .ui-state-default a:hover,
.widget .ui-state-default a:focus,
.widget .ui-widget-content .ui-state-default a:hover,
.widget .ui-widget-content .ui-state-default a:focus,
.widget .ui-widget-header .ui-state-default a:hover,
.widget .ui-widget-header .ui-state-default a:focus,
.has-background-image .entry-container .entry-content a:not(button):not(.more-link):hover,
.has-background-image .entry-container .entry-content a:not(button):not(.more-link):focus,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .entry-title a:hover,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .entry-title a:focus,
.portfolio-content-wrapper .hentry .entry-container .entry-title a:hover,
.portfolio-content-wrapper .hentry .entry-container .entry-title a:focus,
.custom-header-content .breadcrumb a:hover,
.custom-header-content .breadcrumb a:focus,
.no-header-media-image .custom-header-content .breadcrumb a:hover,
.no-header-media-image .custom-header-content .breadcrumb a:focus,
.contact-section .entry-container a:hover,
.contact-section .entry-container a:focus,
.absolute-header .site-header-menu .social-navigation a:hover,
.absolute-header .site-header-menu .social-navigation a:focus {
    color: #654990;
}

.screen-reader-text:focus,
.woocommerce-MyAccount-navigation .is-active a,
.absolute-header .menu-toggle:hover,
.absolute-header .menu-toggle:focus,
.absolute-header .site-header-cart a.cart-contents:hover:before,
.absolute-header .site-header-cart a.cart-contents:focus:before,
.menu-inside-wrapper .main-navigation .nav-menu .current_page_item>a,
td#today,
.star-rating span:before,
p.stars:hover a:before,
p.stars:focus a:before,
.color-scheme-default .sticky-playlist-section .mejs-container button:hover:before,
.color-scheme-default .sticky-playlist-section .mejs-container button:focus:before,
.header-top-bar .header-top-content .header-top-left-content ul li a:hover .fa,
.header-top-bar .header-top-content .header-top-left-content ul li a:focus .fa,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before,
#reviews .comment-respond .comment-form-rating .stars span a.active:before,
#reviews .comment-respond .comment-form-rating .stars.selected span a:not(.active):before,
.catch-breadcrumb.breadcrumb-area span.breadcrumb:last-child,
.clients-content-wrapper .controller .cycle-pager span.cycle-pager-active,
.testimonials-content-wrapper.section.testimonial-wrapper:not(.has-background-image) .cycle-prev:hover:before,
.testimonials-content-wrapper.section.testimonial-wrapper:not(.has-background-image) .cycle-prev:focus:before,
.testimonials-content-wrapper.section.testimonial-wrapper:not(.has-background-image) .cycle-next:hover:before,
.testimonials-content-wrapper.section.testimonial-wrapper:not(.has-background-image) .cycle-next:focus:before,
#menu-toggle:hover,
#menu-toggle:focus,
.toggled-on.active:before,
.product-container .woocommerce-LoopProduct-link:hover *,
.product-container .woocommerce-LoopProduct-link:focus *,
.mejs-button button:hover:before,
.mejs-button button:focus:before,
.playlist-section .mejs-container button:hover:before,
.playlist-section .mejs-container button:focus:before,
.color-scheme-music .menu-item-has-children .dropdown-toggle:hover:before,
.color-scheme-music .menu-item-has-children .dropdown-toggle:focus:before {
    color: #654990;
}

#menu-toggle:hover .bars,
#menu-toggle:focus .bars {
    background-color: #654990;
}

/* Secondary Link Color */
.app-section .section-content-wrapper .entry-header span,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.author-bio,
.entry-meta,
.wp-playlist-item-artist,
.price,
.nav-menu .menu-item-has-children>a:before,
.nav-menu .menu_item_has_children>a:before,
input,
select,
.stars a,
p.stars a:before,
p.stars a:hover~a:before,
p.stars a:focus~a:before,
p.stars.selected a.active~a:before,
optgroup,
textarea,
.entry-meta,
.site-info a,
.nav-subtitle,
.entry-meta a,
input::placeholder,
#site-generator .site-info,
.widget-wrap span.post-date,
.color-scheme-modern .team-section.section .hentry .hentry-inner .entry-title a:hover,
.color-scheme-modern .team-section.section .hentry .hentry-inner .entry-title a:focus,
.color-scheme-modern .team-section .hentry .hentry-inner:hover a,
.color-scheme-modern .team-section .hentry .hentry-inner:focus a,
.color-scheme-modern .team-section .hentry .hentry-inner:hover .entry-meta span time,
.color-scheme-modern .team-section .hentry .hentry-inner:hover .entry-container .entry-meta,
.color-scheme-modern .team-section .hentry .hentry-inner:hover .entry-container,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:before,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:after,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-next:before,
.controller:before,
.clients-content-wrapper .controller .cycle-pager span,
.testimonials-content-wrapper .cycle-pager:after,
.author-section-title,
#contact-form-section .section-content-wrapper .contact-us-form form span input,
#contact-form-section .section-content-wrapper .contact-us-form form span textarea,
.comment-permalink,
#hero-section.hero-section.section .section-content-wrap .cat-links a,
.comment-edit-link {
    color: #999;
}

.testimonials-content-wrapper.section.testimonial-wrapper .cycle-pager:before {
    background-color: #999;
}

/* Button Background Color */
.more-link,
.added_to_cart,
.button,
button,
.mejs-time-hovered,
.mejs-horizontal-volume-current,
.catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-time-handle-content,
.team-section .hentry .hentry-inner:before,
.color-scheme-modern .stats-section .view-all-button .more-button .more-link,
.color-scheme-minimal .stats-section .view-all-button .more-button .more-link,
input[type="submit"],
button[type="submit"],
.scrollup a,
.wp-block-button__link,
#infinite-handle .ctis-load-more button,
.menu-inside-wrapper #site-header-cart-wrappe li>a,
#wp-calendar caption,
.contact-section .entry-container ul.contact-details li .fa,
nav.navigation.posts-navigation .nav-links a,
.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.page-links .post-page-numbers.current,
.archive-content-wrap .pagination .page-numbers.current,
.onsale,
.catch-instagram-feed-gallery-widget-wrapper .button,
.sticky-label {
    background-color: #654990;
}

.color-scheme-music .more-link,
.color-scheme-music .added_to_cart,
.color-scheme-music .button,
.color-scheme-music button,
.color-scheme-music .mejs-time-hovered,
.color-scheme-music .mejs-horizontal-volume-current,
.color-scheme-music .catch_sketch-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.color-scheme-music .mejs-time-handle-content,
.color-scheme-music .team-section .hentry .hentry-inner:before,
.color-scheme-music .stats-section .view-all-button .more-button .more-link,
.color-scheme-music input[type="submit"],
.color-scheme-music button[type="submit"],
.color-scheme-music .scrollup a,
.color-scheme-music .wp-block-button__link,
.color-scheme-music #infinite-handle .ctis-load-more button,
.color-scheme-music .menu-inside-wrapper #site-header-cart-wrappe li>a,
.color-scheme-music #wp-calendar caption,
.color-scheme-music .contact-section .entry-container ul.contact-details li .fa,
.color-scheme-music nav.navigation.posts-navigation .nav-links a,
.color-scheme-music .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.color-scheme-music .page-links .post-page-numbers.current,
.color-scheme-music .archive-content-wrap .pagination .page-numbers.current,
.color-scheme-music .onsale,
.color-scheme-music .catch-instagram-feed-gallery-widget-wrapper .button,
.color-scheme-music .sticky-label {
    background-image: linear-gradient(to left, #FFAFBD, #FFC3A0);
}

.contact-section .entry-container .stay-connected li a,
.header-top-bar .header-top-content .header-top-left-content ul li .fa {
    color: #654990;
}

.services-section-wrapper.section .hentry .hentry-inner .post-thumbnail a:before,
input[type]:focus,
textarea:focus,
select:focus,
#footer-newsletter .ewnewsletter .hentry form input:focus,
.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li {
    border-color: #654990;
}

/* Button Text Color */
.more-link,
.added_to_cart,
.sticky-label,
button,
.button,
.scroll-down,
.scrollup a:before,
input[type="submit"],
.page-numbers:hover,
.page-numbers:focus,
.post-page-numbers:hover,
.post-page-numbers:focus,
button[type="submit"],
.color-scheme-modern .stats-section .view-all-button .more-button .more-link,
.color-scheme-wedding .stats-section .view-all-button .more-button .more-link,
.color-scheme-minimal .stats-section .view-all-button .more-button .more-link,
button#wp-custom-header-video-button,
#infinite-handle .ctis-load-more button,
nav.navigation.posts-navigation .nav-links a,
#primary-search-wrapper .search-container button,
.woocommerce-pagination ul.page-numbers li:hover,
.archive-content-wrap .pagination .page-numbers:hover,
.archive-content-wrap .pagination .page-numbers:focus,
.woocommerce-pagination ul.page-numbers li:focus,
.archive-content-wrap .pagination .page-numbers.current,
.page-links .post-page-numbers.current,
.woocommerce-pagination ul.page-numbers li .page-numbers.current,
#portfolio-content-section .entry-container,
span.onsale,
#wp-calendar caption,
.contact-details li .fa,
.nav-menu .menu-item-has-children>a:hover:before,
.nav-menu .menu-item-has-children>a:focus:before,
.nav-menu .menu_item_has_children>a:hover:before,
.nav-menu .menu_item_has_children>a:focus:before,
.contact-section .entry-container ul.contact-details li .fa,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:hover a,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:focus a {
    color: #fff;
}

/* Button Hover Text Color */
.more-link:hover,
.more-link:focus,
[class*="color-scheme-"] .events-section .more-link:hover,
[class*="color-scheme-"] .events-section .more-link:focus,
.added_to_cart:hover,
.added_to_cart:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
.color-scheme-music #scrollup:hover,
.color-scheme-music #scrollup:focus,
.color-scheme-music input[type="submit"]:hover,
.color-scheme-music input[type="submit"]:focus,
.color-scheme-music button[type="submit"]:hover,
.color-scheme-music button[type="submit"]:focus,
.color-scheme-music .more-link:hover,
.color-scheme-music .more-link:focus,
.color-scheme-music button:hover,
.color-scheme-music button:focus,
.color-scheme-music .button:hover,
.color-scheme-music .button:focus,
.color-scheme-music .section:not(.events-section) .more-link:hover,
.color-scheme-music .section:not(.events-section) .more-link:focus,
.color-scheme-music .section:not(.events-section) button:hover,
.color-scheme-music .section:not(.events-section) button:focus,
.color-scheme-music .section:not(.events-section) .button:hover,
.color-scheme-music .section:not(.events-section) .button:focus,
.color-scheme-music .has-background-image .entry-container .entry-content .more-link:hover,
.color-scheme-music .has-background-image .entry-container .entry-content .more-link:focus,
.color-scheme-music .has-background-image .entry-container .entry-summary .more-link:hover,
.color-scheme-music .has-background-image .entry-container .entry-summary .more-link:focus,
.color-scheme-music .has-background-image .entry-container .entry-content button:hover,
.color-scheme-music .has-background-image .entry-container .entry-content button:focus,
.color-scheme-music .has-background-image .entry-container .entry-summary button:hover,
.color-scheme-music .has-background-image .entry-container .entry-summary button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
#infinite-handle .ctis-load-more button:hover,
#infinite-handle .ctis-load-more button:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:hover,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus {
    color: #fff;
}

/**  Color with background image  **/
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:hover .entry-title a,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:focus .entry-title a,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:hover a,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:focus a,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:hover .job-label,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:focus .job-label,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:hover .entry-meta a,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:focus .entry-meta a,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:hover .entry-summary,
[class*="color-scheme"]:not(.color-scheme-default) .team-section.section .hentry .hentry-inner:focus .entry-content,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-pager:before,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-pager:after,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-prev:hover:before,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-next:hover:before,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-prev:focus:before,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-next:focus:before,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-prev:active:before,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-next:active:before,
.testimonials-content-wrapper.testimonial-wrapper.has-background-image .section-description,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-pager-active:before,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .controls>div:before,
.has-background-image .entry-container .entry-meta a,
.events-section.has-background-image .hentry .entry-container .more-link,
.events-section.has-background-image .hentry .entry-container button,
.color-scheme-e-commerce .playlist-section .mejs-container button:hover:before,
.color-scheme-e-commerce .playlist-section .mejs-container button:focus:before,
.color-scheme-modern .playlist-section .mejs-container button:hover:before,
.color-scheme-modern .playlist-section .mejs-container button:focus:before,
.has-background-image .entry-container .entry-summary a:not(button):not(.more-link),
.has-background-image .entry-container .entry-content a:not(button):not(.more-link),
.has-background-image .entry-container .entry-title a,
.has-background-image .entry-container .entry-title,
.has-background-image .entry-container .subtitle,
.has-background-image .entry-container .entry-title span,
.has-background-image .entry-container .entry-summary,
.has-background-image .entry-container .entry-summary p,
.has-background-image .entry-container .entry-content,
.has-background-image .entry-container .entry-content p,
.has-background-image .woocommerce-loop-product__title,
.has-background-image .entry-title .sub-title,
.has-background-image .entry-title span,
.has-background-image .section-title-wrapper>.subtitle,
.has-background-image .section-title-wrapper+.section-description,
.has-background-image .section-title+.section-description,
.has-background-image .section-title-wrapper+.section-subtitle,
.has-background-image .entry-container .subtitle,
.has-background-image .section-title,
.text-white .entry-title a,
.text-white .section-title,
.text-white .section-description,
.text-white .tagline,
.text-white .entry-meta a,
.text-white .entry-summary,
.text-white .entry-content {
    color: #fff;
}

.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .cycle-pager:before {
    background-color: #fff;
}

.slider-content-wrapper #featured-slider-prev:hover:before,
.slider-content-wrapper #featured-slider-next:hover:before,
.slider-content-wrapper.section #featured-slider-prev:hover:before,
.slider-content-wrapper #featured-slider-prev:focus:before,
.slider-content-wrapper #featured-slider-next:focus:before,
.slider-content-wrapper.section #featured-slider-prev:focus:before,
.scrollup a:hover:before,
.scrollup a:focus:before,
.color-scheme-music .scrollup #scrollup:hover:before,
.color-scheme-music .scrollup #scrollup:focus:before {
    color: #fff;
}

.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li {
    background-color: #fff;
}

/* Button Hover Background Color */
.more-link:hover,
.more-link:focus,
[class*="color-scheme-"] .events-section .more-link:hover,
[class*="color-scheme-"] .events-section .more-link:focus,
.added_to_cart:hover,
.added_to_cart:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.scrollup a:hover,
.scrollup a:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
#infinite-handle .ctis-load-more button:hover,
#infinite-handle .ctis-load-more button:focus,
.slider-content-wrapper .cycle-next:hover,
.slider-content-wrapper .cycle-next:focus,
.slider-content-wrapper .cycle-prev:hover,
.slider-content-wrapper .cycle-prev:focus,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:hover,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:focus,
.has-background-image.events-section .more-link:hover,
.has-background-image.events-section .more-link:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers:focus,
.archive-content-wrap .pagination .page-numbers:hover,
.archive-content-wrap .pagination .page-numbers:focus,
.home .slider-content-wrapper.section.style-two #featured-slider-next:hover,
.home .slider-content-wrapper.section.style-two #featured-slider-prev:hover,
.home .slider-content-wrapper.section.style-two #featured-slider-next:focus,
.home .slider-content-wrapper.section.style-two #featured-slider-prev:focus,
.home .slider-content-wrapper.section.style-two #featured-slider-prev:hover,
.home .slider-content-wrapper.section.style-two #featured-slider-prev:focus,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:hover,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:focus,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next:hover,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:hover,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next:focus,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:focus,
.color-scheme-wedding .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:hover,
.color-scheme-wedding .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:focus,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next:hover,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:hover,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next:focus,
.color-scheme-modern .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:focus,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next:hover,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:hover,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-next:focus,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:focus,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:hover,
.color-scheme-minimal .section:nth-child(2n-1).slider-content-wrapper.style-one #featured-slider-prev:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus {
    background-color: #000;
}

.playlist-section .mejs-container {
    background-color: #000;
}

.color-scheme-music .more-link:hover,
.color-scheme-music .more-link:focus,
.color-scheme-music .added_to_cart:hover,
.color-scheme-music .added_to_cart:focus,
.color-scheme-music .button:hover,
.color-scheme-music .button:focus,
.color-scheme-music button:hover,
.color-scheme-music button:focus,
.color-scheme-music .has-background-image.events-section .more-link:hover,
.color-scheme-music .has-background-image.events-section .more-link:focus,
.color-scheme-music input[type="submit"]:hover,
.color-scheme-music input[type="submit"]:focus,
.color-scheme-music .scrollup a:hover,
.color-scheme-music .scrollup a:focus,
.color-scheme-music button[type="submit"]:hover,
.color-scheme-music button[type="submit"]:focus,
.color-scheme-music .wp-block-button__link:hover,
.color-scheme-music .wp-block-button__link:focus,
.color-scheme-music #infinite-handle .ctis-load-more button:hover,
.color-scheme-music #infinite-handle .ctis-load-more button:focus,
.color-scheme-music .slider-content-wrapper .cycle-next:hover,
.color-scheme-music .slider-content-wrapper .cycle-next:focus,
.color-scheme-music .slider-content-wrapper .cycle-prev:hover,
.color-scheme-music .slider-content-wrapper .cycle-prev:focus,
.color-scheme-music .contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:hover,
.color-scheme-music .contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:focus,
.color-scheme-music nav.navigation.posts-navigation .nav-links a:hover,
.color-scheme-music nav.navigation.posts-navigation .nav-links a:focus,
.color-scheme-music .woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.color-scheme-music .woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.color-scheme-music .page-links .post-page-numbers:hover,
.color-scheme-music .page-links .post-page-numbers:focus,
.color-scheme-music .archive-content-wrap .pagination .page-numbers:hover,
.color-scheme-music .archive-content-wrap .pagination .page-numbers:focus,
.color-scheme-music .slider-content-wrapper.section #featured-slider-prev:hover,
.color-scheme-music .slider-content-wrapper.section #featured-slider-prev:focus,
.color-scheme-music .slider-content-wrapper.section #featured-slider-next:hover,
.color-scheme-music .slider-content-wrapper.section #featured-slider-prev:hover,
.color-scheme-music .slider-content-wrapper.section #featured-slider-next:focus,
.color-scheme-music .slider-content-wrapper.section #featured-slider-prev:focus,
.color-scheme-music .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.color-scheme-music .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.color-scheme-music .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.color-scheme-music .catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus {
    background-image: linear-gradient(to right, #FFAFBD, #FFC3A0);
}

.stats-section .more-link:hover,
.stats-section .more-link:focus,
[class*="color-scheme"]:not(.color-scheme-default) #team-section.team-section.section .hentry .hentry-inner .entry-title a:hover,
[class*="color-scheme"]:not(.color-scheme-default) #team-section.team-section.section .hentry .hentry-inner .entry-title a:focus,
[class*="color-scheme"]:not(.color-scheme-default) #team-section.team-section.section .hentry .hentry-inner a:hover,
[class*="color-scheme"]:not(.color-scheme-default) #team-section.team-section.section .hentry .hentry-inner a:focus,
[class*="color-scheme"]:not(.color-scheme-default) #team-section.team-section.section .hentry .hentry-inner .entry-meta a:hover,
[class*="color-scheme"]:not(.color-scheme-default) #team-section.team-section.section .hentry .hentry-inner .entry-meta a:focus {
    color: #000;
}

/* Border Color */
table,
table thead tr,
thead th,
tbody th,
tbody td,
tbody tr,
table.shop_table_responsive tr td,
table tbody tr,
.cart-collaterals table tr,
table.shop_table_responsive tbody tr:last-child,
.shop_table tfoot tr td,
.shop_table tfoot tr th,
table.shop_table.woocommerce-checkout-review-order-table .cart_item td,
table.shop_table.woocommerce-checkout-review-order-table tr td,
table.shop_table.woocommerce-checkout-review-order-table tr th,
.rtl tbody td:last-child,
.rtl table thead th:last-child,
.color-scheme-modern .section:nth-child(2n-1).stats-section+.team-section,
.color-scheme-wedding .section:nth-child(2n-1).stats-section+.team-section,
.color-scheme-minimal .section:nth-child(2n-1).stats-section+.team-section,
.events-content-wrapper .more-link,
.events-content-wrapper button,
nav.navigation,
.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce-account .woocommerce-MyAccount-navigation,
.header-top-bar,
#sticky-playlist-section,
.wp-playlist-light .wp-playlist-tracks .wp-playlist-item,
.events-section .events-content-wrapper .hentry,
.archive-content-wrap .section-content-wrapper .hentry .entry-container,
#wp-calendar tbody td,
#wp-calendar thead th,
#wp-calendar tbody th,
#wp-calendar,
#wp-calendar tfoot tr td,
#wp-calendar thead tr,
#wp-calendar tfoot tr td,
.color-scheme-modern .section.promotion-headline-section.style-one,
.color-scheme-wedding .section.promotion-headline-section.style-one,
.color-scheme-minimal .section.promotion-headline-section.style-one,
.color-scheme-corporate .section.promotion-headline-section.style-one,
#colophon .footer-widget-area .wrapper:after,
#colophon .footer-widget-area .wrapper:before,
.woocommerce-tabs ul.tabs.wc-tabs li,
.menu-wrapper .widget_shopping_cart ul.woocommerce-mini-cart li,
.entry-summary form.cart,
.site-header-menu .menu-inside-wrapper .main-navigation .nav-menu li,
.site-header-menu #site-header-cart-wrapper a.cart-contents,
.team-section .team-content-wrapper .hentry .team-social-profile .social-links-menu,
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.select2-container--default .select2-selection--single,
table.woocommerce-grouped-product-list.group_table,
table.woocommerce-grouped-product-list.group_table td,
table.variations,
table.variations td,
.woocommerce-pagination ul.page-numbers li .page-numbers,
.page-links .post-page-numbers,
.archive-content-wrap .navigation.pagination .page-numbers,
.woocommerce-posts-wrapper .summary.entry-summary .woocommerce-product-rating,
.cart-collaterals .order-total,
#payment .wc_payment_methods .payment_box,
.product-border .products .product,
select,
header .site-header-main,
blockquote.alignright,
blockquote.alignleft,
abbr,
acronym,
.product-quantity input[type="number"],
.coupon input[type="text"],
figure.wp-block-pullquote.alignleft blockquote,
figure.wp-block-pullquote.alignright blockquote,
.site-header-main .menu-inside-wrapper,
.catch-instagram-feed-gallery-widget-wrapper .button,
.site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu,
.site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .children,
.site-header-cart .widget_shopping_cart,
.navigation-classic .site-header-menu #primary-menu-wrapper .menu-inside-wrapper,
.woocommerce-grouped-product-list tr,
.site-main nav.post-navigation:before,
.mobile-social-search,
.color-scheme-modern .section:nth-child(2n)+.site-content,
.color-scheme-minimal .section:nth-child(2n)+.site-content,
.widget .ui-tabs .ui-tabs-panel,
.site-header-menu .menu-inside-wrapper .nav-menu button:focus,
header .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu li:last-child,
header .site-header-menu .menu-inside-wrapper .main-navigation .children li:last-child,
.stats-section .view-all-button .more-button .more-link:hover,
.stats-section .view-all-button .more-button .more-link:focus {
    border-color: #e9e9e9;
}

/* Quotes Color */
blockquote:not(.alignleft):not(.alignright):before {
    color: #e9e9e9;
}

hr,
.home .slider-content-wrapper.section.style-two #featured-slider-prev:after,
td#today,
.events-section .events-content-wrapper .hentry:after,
.slider-content-wrapper .controllers:before {
    background-color: #e9e9e9;
}

/* Text Color With Background */
.stats-section .section-description,
.stats-section .hentry .entry-title a,
.stats-section .more-link,
.stats-section .hentry,
.custom-header-content .entry-title .sub-title,
.custom-header-content .breadcrumb a,
.custom-header-content .breadcrumb .sep,
.team-section .hentry .hentry-inner:hover a,
.team-section .hentry .hentry-inner:focus a,
.team-content- .hentry-inner:hover .entry-title a,
.team-content- .hentry-inner:focus .entry-title a,
.team-section .hentry .hentry-inner:hover .entry-container,
.team-section .hentry .hentry-inner:focus .entry-container,
.team-section .hentry .hentry-inner:hover .entry-meta a,
.team-section .hentry .hentry-inner:focus .entry-meta a,
.hero-section.has-background-image .entry-container,
.portfolio-content-wrapper .hentry .entry-container .entry-title a,
.portfolio-content-wrapper .hentry .entry-container .entry-meta a,
.portfolio-content-wrapper .hentry .entry-container .entry-summary,
.custom-header-content .entry-container,
.custom-header-content .entry-container .entry-title,
.stats-section .section-title,
.playlist-section .mejs-container,
.playlist-section .mejs-container button:before,
.ewnewsletter.has-background-image .section-title,
.custom-header-content .catch-breadcrumb.breadcrumb-area span.breadcrumb a:hover,
.custom-header-content .catch-breadcrumb.breadcrumb-area span.breadcrumb a:focus,
.custom-header-content .catch-breadcrumb.breadcrumb-area span.breadcrumb-current {
    color: #fff;
}

/* Promotion Content Color */
@media screen and (min-width: 667px) {

    .promotion-headline-section.text-white-color .section-title,
    .promotion-headline-section.text-white-color .tagline,
    .promotion-headline-section.text-white-color .section-description,
    .promotion-headline-section.text-white-color .entry-content,
    .promotion-headline-section.text-white-color .entry-summary {
        color: #fff;
    }
}

.stats-section {
    background-color: #654990;
}

.featured-content-section .section-content-wrapper .hentry .more-link,
.services-section-wrapper .hentry .more-link,
#portfolio-content-section .hentry .more-link,
.stats-section .hentry .more-link,
.team-section .hentry .more-link,
.discography-section .hentry .more-link,
.archive-content- .hentry .more-link,
.stats-section .hentry .more-link {
    background: transparent;
}

.featured-content-section .section-content-wrapper .hentry .more-link:hover,
.featured-content-section .section-content-wrapper .hentry .more-link:focus,
.services-section-wrapper .hentry .more-link:hover,
.services-section-wrapper .hentry .more-link:focus,
#portfolio-content-section .hentry .more-link:hover,
#portfolio-content-section .hentry .more-link:focus,
.stats-section .hentry .more-link:hover,
.stats-section .hentry .more-link:focus,
.team-section .hentry .more-link:hover,
.team-section .hentry .more-link:focus,
.discography-section .hentry .more-link:hover,
.discography-section .hentry .more-link:focus,
.archive-content- .hentry .more-link:hover,
.archive-content- .hentry .more-link:focus,
.stats-section .hentry .more-link:hover,
.stats-section .hentry .more-link:focus {
    background: transparent;
}

.color-scheme-music .featured-content-section .section-content-wrapper .hentry .more-link,
.color-scheme-music .services-section-wrapper .hentry .more-link,
.color-scheme-music #portfolio-content-section .hentry .more-link,
.color-scheme-music .stats-section .hentry .more-link,
.color-scheme-music .team-section .hentry .more-link,
.color-scheme-music .archive-content- .hentry .more-link,
.color-scheme-music .stats-section .hentry .more-link {
    background: transparent;
    background-image: none;
}

.color-scheme-music .featured-content-section .section-content-wrapper .hentry .more-link:hover,
.color-scheme-music .featured-content-section .section-content-wrapper .hentry .more-link:focus,
.color-scheme-music .services-section-wrapper .hentry .more-link:hover,
.color-scheme-music .services-section-wrapper .hentry .more-link:focus,
.color-scheme-music #portfolio-content-section .hentry .more-link:hover,
.color-scheme-music #portfolio-content-section .hentry .more-link:focus,
.color-scheme-music .stats-section .hentry .more-link:hover,
.color-scheme-music .stats-section .hentry .more-link:focus,
.color-scheme-music .team-section .hentry .more-link:hover,
.color-scheme-music .team-section .hentry .more-link:focus,
.color-scheme-music .archive-content- .hentry .more-link:hover,
.color-scheme-music .archive-content- .hentry .more-link:focus,
.color-scheme-music .stats-section .hentry .more-link:hover,
.color-scheme-music .stats-section .hentry .more-link:focus {
    background: transparent;
    background-image: none;
}

.color-scheme-music button,
.color-scheme-music .dropdown-toggle,
.color-scheme-music .dropdown-toggle:hover,
.color-scheme-music .dropdown-toggle:focus,
.color-scheme-music button.menu-toggle,
.color-scheme-music #menu-toggle,
.color-scheme-music .menu-toggle:hover,
.color-scheme-music .menu-toggle:focus,
.color-scheme-music #menu-toggle:hover,
.color-scheme-music #menu-toggle:focus,
.color-scheme-music button#wp-custom-header-video-button,
.color-scheme-music .singular-content-wrap .more-button,
.color-scheme-music .singular-content-wrap .more-button:hover,
.color-scheme-music .singular-content-wrap .more-button:focus,
.color-scheme-music .singular-content-wrap .more-link,
.color-scheme-music .singular-content-wrap .more-link:hover,
.color-scheme-music .singular-content-wrap .more-link:focus,
.color-scheme-music .archive-content-wrap .more-link,
.color-scheme-music .archive-content-wrap .more-link:hover,
.color-scheme-music .archive-content-wrap .more-link:focus,
.color-scheme-music .archive-content-wrap .more-button,
.color-scheme-music .archive-content-wrap .more-button:hover,
.color-scheme-music .archive-content-wrap .more-button:focus {
    background-image: none;
}

.playlist-section .wp-playlist,
.dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
button.menu-toggle,
#menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
#menu-toggle:hover,
#menu-toggle:focus,
button#wp-custom-header-video-button,
.singular-content-wrap .more-button,
.singular-content-wrap .more-button:hover,
.singular-content-wrap .more-button:focus,
.singular-content-wrap .more-link,
.singular-content-wrap .more-link:hover,
.singular-content-wrap .more-link:focus,
.archive-content-wrap .more-link,
.archive-content-wrap .more-link:hover,
.archive-content-wrap .more-link:focus,
.archive-content-wrap .more-button,
.archive-content-wrap .more-button:hover,
.archive-content-wrap .more-button:focus,
.woocommerce-loop-category__title .count,
.footer-widget-area .essential-widgets.ew-newsletter,
#promotion-headline-section.section.promotion-headline-section.style-one,
.color-scheme-default #testimonials-section.testimonials-content-wrapper.has-background-image.style-two .entry-content,
.color-scheme-default #testimonials-section.testimonials-content-wrapper.has-background-image.style-two .entry-summary,
.color-scheme-modern .ew-newsletter,
.color-scheme-minimal .ew-newsletter,
.color-scheme-modern .section:nth-child(2n-1)+#footer-newsletter .footer-newsletter,
.color-scheme-minimal .section:nth-child(2n-1)+#footer-newsletter .footer-newsletter,
.color-scheme-modern #site-generator,
.color-scheme-minimal #site-generator,
.color-scheme-blog #site-generator,
.color-scheme-modern #contact-section,
.color-scheme-minimal #contact-section,
#testimonials-section.section.testimonials-content-wrapper.has-background-image.style-two .entry-content,
#testimonials-section.section.testimonials-content-wrapper.has-background-image.style-two .entry-summary {
    background-color: transparent;
}

[class*="color-scheme-"] .events-section .more-link {
    background-image: none;
    background-color: transparent;
}

[class*="color-scheme-"] #testimonials-section.section.testimonials-content-wrapper.has-background-image.style-two .entry-content:after,
[class*="color-scheme-"] #testimonials-section.section.testimonials-content-wrapper.has-background-image.style-two .entry-summary:after {
    border: none;
}

/*# sourceMappingURL=style.css.map */
