@charset "UTF-8";
/*
Theme Name: PhotoFocus
Theme URI: https://catchthemes.com/themes/photofocus/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: PhotoFocus is a free multipurpose photography WordPress theme for photographers, photo bloggers, freelancers, and other creative photography centric websites. It sure was specially designed for photography websites. However, since it is a multipurpose theme and includes advanced features, you can use PhotoFocus for all kinds of websites like corporate, personal blogs, portfolios, and more. Its design is powerful and adaptable, managing to seamlessly blend solid aesthetics with high functionality. This innovative theme can certainly enhance every aspect of your page while providing an extremely user-friendly interface with easy navigation. PhotoFocus comes with features like Header Media, Menus, Featured Content, Featured Slider, Hero Content, Layout Options, and more under the hood. It is a fast-loading, easy to use, and highly customizable multipurpose photography WordPress theme. Download PhotoFocus today and expose your business in the digital arena. For more information, check out Theme Instructions at https://catchthemes.com/themes/photofocus/#theme-instructions and Demo at https://catchthemes.com/demo/photofocus.
Requires at least: 5.1
Tested up to: 5.5
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: grid-layout, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, blog, photography, portfolio
Text Domain: photofocus

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Variables
  1.1 - Color
  1.2 - Fonts
  1.3 - Structure
  1.4  -Transition
2.0 - Normalize
3.0 - Mixin
  3.1 - Mixin
4.0 Modules
  4.1 - Alignments
  4.2 - Blocks
  4.3 - Clearings
5.0 - Forms
  5.1 - Buttons
  5.2 - Fields
6.0 - Navigation
  6.1 - Next Previous
  6.2 - Social Menu Navigation
  6.3 - Menus
7.0 Typography
  7.1 - Font Family
  7.2 - Font Size
  7.3 - Heading
8.0 Sites
  8.1 - Primary
    8.1.1 - Archives
    8.1.2 - Comments
  8.2.0 - Secondary
    8.2.1 - Widget
  8.3.0 - Section
    8.3.1 - Header
    8.3.2 - Hero Content
    8.3.3 - Promotional
    8.3.4 - Testimonials
    8.3.5 - Blog
    8.3.6 - Newsletter
    8.3.7 - Portfolio
    8.3.8 - Feature Slider
    8.3.9 - Footer
    8.3.10 - Woocommerce
    8.3.11 - Team
    8.3.12 - Logo Slider
    8.3.13 - Service
    8.3.14 - Contact
    8.3.15 - Feature Content
    8.3.16 - Stats
    8.3.17 - Gallery
9.0 - Elements
  9.1 - Lists
  9.2 - Tables

10.0 - Media
  10.1 - mobile-horizontal
  10.2 - tablet
  10.3 - desktop
  10.4 - wide-width
  10.5 - large
  10.6 - ultra_wide

11.0 - Color Selection
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
/**
 * 1.0 - Variables
 */
/**
 * 1.1 - Colors
 */
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/**
 * 1.2 - Fonts
 */
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/**
 * 1.3 - Transition
 */
/*--------------------------------------------------------------
## Transition
--------------------------------------------------------------*/
/**
     - Transition
 */
a,
.contact-details .contact-details-icon-wrapper,
#gallery-section .tiled-gallery .tiled-gallery-item a:before {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

button,
button[disabled]:hover,
button[disabled]:focus,
.button,
#promotion-section .readmore,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    transition: 0.2s border-color .2s ease-in, 0.2s color .2s ease-in;
}

.team-content-wrapper .entry-container,
.products .product a img,
.scroll-down,
.icon-arrow-right,
.scroll-down .icon,
.services-section.section .hentry .hentry-inner .post-thumbnail img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
# Normalize 2.0
--------------------------------------------------------------*/
/* 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 {
    padding: 1px 5px;
    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;
    -webkit-box-shadow: 0 0 2px 2px;
    -moz-box-shadow: 0 0 2px 2px;
    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 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-columns-2 .gallery-item {
    max-width: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
    font-weight: 700;
}

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

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button:-moz-focus-inner,
[type="button"]:-moz-focus-inner,
[type="reset"]:-moz-focus-inner,
[type="submit"]:-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

[type="number"]:-webkit-inner-spin-button,
[type="number"]:-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

:-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

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

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

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

/*--------------------------------------------------------------
## alignments 4.2
--------------------------------------------------------------*/
/**
 * 9.0 - Alignments
 */
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

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

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

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

.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-align: center;
}

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

.text-aligned-left .entry-container {
    text-align: center;
}

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

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

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

.no-header-media-image .custom-header-content.content-aligned-left {
    margin-left: 0;
}

.no-header-media-image .custom-header-content.content-aligned-right {
    margin-right: 0;
}

.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 .entry-container-wrap,
.hero-content-wrapper.section.content-aligned-right .hentry .entry-container.full-width {
    margin-left: auto;
    margin-right: 0;
}

.slider-content-wrapper.content-aligned-center .entry-container-wrap,
.hero-content-wrapper.section.content-aligned-center .hentry .entry-container.full-width {
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

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

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

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

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

.slider-content-wrapper .entry-container,
.hero-content-wrapper.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 .entry-container,
    .hero-content-wrapper.section.text-aligned-center .hentry .entry-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

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

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

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

@media only screen and (min-width: 41.688em) {
    .hero-content-wrapper.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-content-wrapper.section.content-aligned-left .section-content-wrap .hentry .entry-container {
        padding-left: 0;
        padding-right: 120px;
    }
}

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

.hero-content-wrapper.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;
    }
}

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

.promotion-headline-wrapper.section.content-aligned-center .entry-container .inner-container {
    margin: 0 auto;
}

.promotion-headline-wrapper.section.content-aligned-center .entry-container .inner-container .more-button {
    margin-top: 35px;
    position: relative;
}

.promotion-headline-wrapper.section.content-aligned-left .entry-container .inner-container {
    margin: 0 auto;
}

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

.promotion-headline-wrapper.section.content-aligned-right .entry-container .inner-container {
    margin: 0 auto;
}

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

.promotion-headline-wrapper.section.content-aligned-right .entry-container .inner-container .more-button {
    margin-top: 35px;
    position: relative;
}

@media only screen and (min-width: 64em) {
    .promotion-headline-wrapper.section.content-aligned-right .entry-container .inner-container .more-button {
        left: 0;
        margin-top: 0;
        position: absolute;
        right: auto;
    }
}

.promotion-headline-wrapper.section.content-aligned-left .entry-container .inner-container .more-button {
    position: relative;
}

@media only screen and (min-width: 64em) {
    .promotion-headline-wrapper.section.content-aligned-left .entry-container .inner-container .more-button {
        left: auto;
        position: absolute;
        right: 0;
    }
}

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

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

.promotion-headline-wrapper.section.content-aligned-right.text-aligned-right .entry-container {
    text-align: center;
}

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

.promotion-headline-wrapper.section.content-aligned-left.text-aligned-left .entry-container {
    text-align: center;
}

@media only screen and (min-width: 64em) {
    .promotion-headline-wrapper.section.content-aligned-left.text-aligned-left .entry-container {
        text-align: left;
    }
}

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

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

/*--------------------------------------------------------------
## alignments 4.1
--------------------------------------------------------------*/
/**
 * 7.5 - Breadcrumb
 */
.breadcrumb-area {
    text-align: center;
    width: 100%;
    font-weight: normal;
}

.entry-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
    line-height: 1.75;
    margin: 0;
    padding: 14px 35px;
}

.entry-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
    position: relative;
    font-weight: 400;
    text-decoration: none;
}

.entry-breadcrumbs a:hover,
.entry-breadcrumbs a:focus,
.entry-breadcrumbs a:active,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
.woocommerce .woocommerce-breadcrumb a:active {
    text-decoration: none;
}

.entry-breadcrumbs .sep,
.woocommerce .woocommerce-breadcrumb .sep {
    margin: 0 10px;
}

/*--------------------------------------------------------------
## alignments 4.1
--------------------------------------------------------------*/
/**
 * 13.1 - Captions
 */
.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: normal;
    text-align: center;
}

/*--------------------------------------------------------------
## clearings 4.3
--------------------------------------------------------------*/
/**
 * 10.0 - Clearings
 */
.wrapper:before,
.wrapper:after,
.posts-navigation:before,
.posts-navigation:after,
.clear:before,
.clear:after,
.section:before,
.section:after,
.section-content-wrapper:before,
.section-content-wrapper:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.content-area:before,
.content-area:after,
.site-main>article:before,
.site-main>article:after,
.post-navigation:before,
.post-navigation:after,
.posts-navigation:before,
.posts-navigation:after,
.pagination:before,
.pagination:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.widget:before,
.widget:after,
.textwidget:before,
.textwidget:after,
#tertiary:before,
#tertiary:after,
#colophon .wrapper:before,
#colophon .wrapper:after,
.widget-area li:before,
.widget-area li:after,
#footer-newsletter .widget-inner:before,
#footer-newsletter .widget-inner:after {
    content: "";
    display: table;
}

.wrapper:after,
.posts-navigation:after,
.clear:after,
.section:after,
.section-content-wrapper:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.content-area:after,
.site-main>article:after,
.post-navigation:after,
.posts-navigation:after,
.pagination:after,
.primary-menu:after,
.social-links-menu:after,
.widget:after,
.textwidget:after,
#tertiary:after,
#colophon .wrapper:after,
.widget-area li:after,
#footer-newsletter .widget-inner:after {
    clear: both;
}

/*--------------------------------------------------------------
## alignments 4.1
--------------------------------------------------------------*/
/**
 * 12.0 - Content
 */
#page {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

.wrapper,
.custom-header-content,
.archive .site-footer .wrapper {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

.site-header-main .wrapper {
    max-width: 100%;
}

.site-content {
    padding: 60px;
}

.recent-blog-content .archive-post-wrap .post-thumbnail,
.site-content .content-area .post-thumbnail {
    margin: 0;
}

.home.blog .site-content.section .wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.home .site-content.section .wrapper #primary.content-area {
    padding: 0;
}

.header-media .wrapper,
#footer-instagram .wrapper,
.gallery-section .wrapper {
    width: 100%;
    max-width: 1920px;
}

.no-sidebar.full-width-layout .recent-blog-content .wrapper {
    max-width: 100%;
}

.recent-blog-content .wrapper {
    max-width: 1020px;
    margin: 0 auto;
}

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

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

/*--------------------------------------------------------------
## alignments 4.1
--------------------------------------------------------------*/
/**
 * 7.6 - Scroll Up
 */
#scrollup {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: none;
    line-height: 1;
    outline: none;
    padding: 7px;
    position: fixed;
    bottom: 35px;
    right: 35px;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    z-index: 9999;
}

#scrollup .icon {
    width: 28px;
    height: 28px;
}

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

/*--------------------------------------------------------------
## alignments 4.1
--------------------------------------------------------------*/
/**
 * 12.5 - Sidebar
 */
.widget .hentry {
    float: left;
    width: 100%;
}

.widget a {
    text-decoration: none;
}

.sidebar .widget {
    clear: both;
    padding: 30px;
}

.sidebar .widget-title {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/**
 * 14.0 - Modules
 */
.section {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.header-media+.section {
    padding-top: 42px;
}

.header-media+.no-section-heading {
    padding-top: 84px;
}

.section+.section.has-background-image {
    padding-top: 84px;
    margin-top: 42px;
}

.section+.section.has-background-image.no-section-heading {
    padding-top: 84px;
}

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

#promotion-section {
    padding: 84px 0;
}

.stats-section .wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.stats-section .wrapper .section-heading-wrapper {
    padding-left: 0;
    padding-right: 0;
}

body .section+.section.has-background-image {
    margin-top: 0;
}

.section-heading-wrapper {
    display: block;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

#testimonial-content-section .owl-slideshow {
    overflow: hidden;
}

#featured-video-section.has-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#featured-video-section {
    background-image: url("assets/images/video-bg.jpg");
}

#contact-section .main-image {
    background-image: url("assets/images/contact-map.jpg");
}

/*--------------------------------------------------------------
## buttons 5.1
--------------------------------------------------------------*/
button,
button[disabled]:hover,
button[disabled]:focus,
.button,
#promotion-section .readmore,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"],
.custom-header-media .more-link .readmore,
#content #infinite-handle span button,
nav.navigation.posts-navigation .nav-links a {
    border-radius: 8px;
    border: solid 1px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.67;
    text-transform: capitalize;
}

button:hover,
button:focus,
#promotion-section .readmore:hover,
#promotion-section .readmore:focus,
button[disabled]:hover:hover,
button[disabled]:hover:focus,
button[disabled]:focus:hover,
button[disabled]:focus:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"][disabled]:hover:hover,
input[type="button"][disabled]:hover:focus,
input[type="button"][disabled]:focus:hover,
input[type="button"][disabled]:focus:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"][disabled]:hover:hover,
input[type="reset"][disabled]:hover:focus,
input[type="reset"][disabled]:focus:hover,
input[type="reset"][disabled]:focus:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"][disabled]:hover:hover,
input[type="submit"][disabled]:hover:focus,
input[type="submit"][disabled]:focus:hover,
input[type="submit"][disabled]:focus:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"]:hover,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"]:focus,
.custom-header-media .more-link .readmore:hover,
.custom-header-media .more-link .readmore:focus,
#content #infinite-handle span button:hover,
#content #infinite-handle span button:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus {
    border-color: transparent;
}

.entry-content .button,
.entry-summary .button {
    box-shadow: none;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

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

.instagram-button {
    margin-bottom: 0;
}

.archive-posts-wrapper .more-link .icon.icon-arrow-right {
    opacity: 1;
    margin-left: 15px;
}

.more-link .icon-arrow-right {
    opacity: 0;
}

.more-link:hover .icon-arrow-right,
.more-link:focus .icon-arrow-right,
.more-link .readmore:hover .icon-arrow-right,
.more-link .readmore:focus .icon-arrow-right,
.button:hover .icon-arrow-right,
.button:focus .icon-arrow-right,
button:hover .icon-arrow-right,
button:focus .icon-arrow-right {
    opacity: 1;
    transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.owl-carousel .owl-dots {
    padding: 0 0 42px;
    text-align: center;
}

.section .owl-carousel .owl-dots button.active {
    background: transparent;
}

#testimonial-content-section .owl-carousel .owl-dots,
#logo-slider-section .owl-carousel .owl-dots {
    top: 94%;
}

.section .owl-carousel .owl-dots button {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid transparent;
    clear: both;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 14px;
    line-height: 14px;
    margin: 0 7px;
    padding: 1px;
    outline: none;
    width: 14px;
}

/*--------------------------------------------------------------
## fields 5.2
--------------------------------------------------------------*/
/**
 * 6.0 - Forms
 */
input {
    line-height: normal;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background-color: transparent;
    border: 1px solid;
    border-width: 0 0 1px;
    margin-top: 7px;
    padding: 14px 0;
    width: 100%;
}

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

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

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

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

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

.post-password-form label {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

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

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

.search-form,
.woocommerce-product-search {
    clear: both;
    position: relative;
}

input[type="search"].search-field {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    margin: 0;
    padding: 12px 46px 12px 14px;
    width: 100%;
}

.search-submit {
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 49px;
    text-shadow: none;
}

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

select {
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 7px 10px;
}

/*--------------------------------------------------------------
## Font Family 7.1
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-subtitle,
.posts-navigation a,
#portfolio-content-section .filter-button-group .button,
.post-navigation .post-title,
.comment-meta .author-name,
.catch-instagram-feed-gallery-widget-wrapper .button,
.ui-tabs .ui-tabs-nav li a {
    font-family: 'Josefin Sans', sans-serif;
}

.site-title,
.site-description,
.section-title,
#testimonial-content-section .section-content-wrapper .entry-content:before {
    font-family: 'Playfair Display', serif;
}

button,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.more-link .readmore {
    font-family: 'Josefin Sans', sans-serif;
}

/*--------------------------------------------------------------
## Font Family 7.2
--------------------------------------------------------------*/
body {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.67;
}

input,
select,
textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

#testimonial-content-section .section-content-wrapper .entry-content:before {
    font-size: 120px;
    font-size: 7.5rem;
}

.section-title,
.page-title,
#footer-instagram .widget-title {
    font-size: 32px;
    font-size: 2rem;
}

.header-media .section-title,
.comments-title,
.comment-reply-title {
    font-size: 28px;
    font-size: 1.75rem;
}

.archive-posts-wrapper .entry-title,
.woocommerce-posts-wrapper .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
}

.stats-content-wrapper .hentry-inner .sub-title,
.author-description .author-title,
.entry-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.contact-section .contact-info-details a {
    font-size: 20px;
    font-size: 1.25rem;
}

.site-title,
.more-link .readmore,
.section-subtitle,
.section-subtitle p,
.widget .widget-title,
ul.products li.product .woocommerce-loop-product__title,
#testimonial-content-section .entry-title,
.team-content-wrapper .button,
.site-content .view-more a,
.entry-meta a {
    font-size: 18px;
    font-size: 1.125rem;
}

.widget,
.widget .hentry .entry-title,
.menu-toggle,
.menu-toggle-close,
.dropdown-toggle,
.site-header .icon,
.search-submit,
.pagination,
.woocommerce-pagination,
.breadcrumb-area,
.team-content-wrapper .entry-meta,
.featured-video-content-wrapper .entry-title {
    font-size: 16px;
    font-size: 1rem;
}

.page .site-main .entry-footer .entry-meta,
.single .site-main .entry-footer .entry-meta {
    font-size: 15px;
    font-size: 0.9375rem;
}

button,
.button,
input[type="button"],
#promotion-section .readmore,
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.posts-navigation,
#content #infinite-handle span button,
nav.navigation.posts-navigation .nav-links a,
.main-navigation a,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.comment-subscription-form {
    font-size: 14px;
    font-size: 0.875rem;
}

.site-description,
.site-info,
div#footer-menu-section ul li a,
.entry-footer .entry-meta,
#testimonial-content-section .entry-meta,
.entry-meta,
.breadcrumb-area,
.woocommerce .woocommerce-breadcrumb,
.post-navigation .meta-nav,
.sidebar .widget .widget-title {
    font-size: 13px;
    font-size: 0.8125rem;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
## Font Family 7.2
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    margin: 0;
    text-rendering: optimizeLegibility;
}

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

p {
    margin: 0 0 1.75em;
}

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

blockquote {
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    margin: 0 0 1.75em;
    padding: 2.45em 0 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

blockquote:before {
    content: "\201C";
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: 700;
    font-family: Georgia;
    font-style: initial;
    top: 40px;
    line-height: 0;
    left: -7px;
    width: 100%;
    z-index: -1;
}

blockquote,
q {
    quotes: "“""”""‘""’";
}

blockquote p {
    margin-bottom: 1.050em;
}

blockquote cite,
blockquote small {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.615384615384615;
    text-decoration: none;
}

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

blockquote strong,
blockquote b {
    font-weight: 400;
}

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

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp {
    font-family: Inconsolata, monospace;
    font-size: 1em;
}

pre {
    font-family: Inconsolata, monospace;
    line-height: 1.5;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    padding: 0.125em 0.25em;
}

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

mark,
ins {
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
## Hero-content 8.3.1
--------------------------------------------------------------*/
/**
 * 14.3 - Hero Content
 */
#hero-section {
    border: none;
    text-align: center;
}

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

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

.hero-content-wrapper .hentry-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-content-wrapper .post-thumbnail-background {
    -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
    content: "";
    padding-bottom: 100%;
    position: relative;
    margin: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.hero-content-wrapper .entry-container {
    padding: 28px 0 0;
    margin: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

/*--------------------------------------------------------------
## Hero-content 8.3.2
--------------------------------------------------------------*/
/**
 * 14.6 - Events Section
 */
#events-section {
    background-size: cover;
}

#events-section.has-foreground-image .wrapper:before {
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
}

#events-section .more-link .readmore {
    background: transparent;
    color: inherit;
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.0769230769230769em;
}

.events-content-wrapper .entry-header {
    margin: 0;
}

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

.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 {
    border: 2px solid;
    clear: both;
    display: inline-block;
    padding: 7px 17px;
    text-align: center;
}

.events-content-wrapper .entry-date>span {
    display: block;
}

.events-content-wrapper .date-week-day {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.333333333333333;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.events-content-wrapper .date-month {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.33333333333;
}

/*--------------------------------------------------------------
## promotional 8.3.3
--------------------------------------------------------------*/
/**
 * 14.7 - Promotional Headline
 */
.promotion-section {
    border: none;
    padding: 0;
    position: relative;
    text-align: center;
}

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

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

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

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

.promotion-section .entry-container {
    max-width: 720px;
    position: relative;
    z-index: 2;
}

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

.promotion-section.content-align-center .entry-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.promotion-section.content-frame .entry-container-frame {
    padding: 3em;
    opacity: 0.8;
}

.promotion-section .cover-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#hero-section.text-align-left,
.promotion-section.text-align-left {
    text-align: left;
}

#hero-section.text-align-right,
.promotion-section.text-align-right {
    text-align: right;
}

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

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

#promotion-section .play-video {
    margin-top: 28px;
}

#promotion-section .play-button {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #888;
    display: inline-block;
    padding: 6px;
}

#promotion-section .play-button-icon {
    background-color: #484949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
}

#promotion-section .play-button-icon .icon {
    width: 21px;
    height: 14px;
}

.admin-bar .flashy-overlay .flashy-close {
    top: 50px;
}

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

#testimonial-content-section .section-content-wrapper .entry-content:before {
    content: "\201C";
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

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

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

#logo-slider-section .owl-prev,
#logo-slider-section .owl-next,
#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next {
    background-color: transparent;
    background-image: none;
    border: none;
    outline: none;
    padding: 7px;
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
}

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

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

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

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

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

#testimonial-content-section .entry-title {
    line-height: 1.75;
    font-weight: 700;
    margin-top: 28px;
}

#testimonial-content-section .entry-meta {
    margin: 7px 0 0;
}

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

#testimonial-content-section .post-thumbnail img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    width: 100px;
    height: 100px;
}

#testimonial-content-section .post-thumbnail {
    margin-top: -60px;
    margin-bottom: 0;
}

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

#logo-slider-section .section-content-wrapper .post-thumbnail:hover,
#logo-slider-section .section-content-wrapper .post-thumbnail:focus {
    opacity: 1;
}

/*--------------------------------------------------------------
## Blog 8.3.5
--------------------------------------------------------------*/
.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: 70px;
    }
}

@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: 105px;
    }
}

.archive-content-wrap .section-content-wrapper.layout-one .hentry .entry-header,
.archive .archive-content-wrap .section-content-wrapper .hentry .entry-header {
    margin-bottom: 14px;
}

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

    .archive-content-wrap .section-content-wrapper.layout-one .hentry .entry-header,
    .archive .archive-content-wrap .section-content-wrapper .hentry .entry-header {
        margin-bottom: 28px;
    }
}

.archive-content-wrap .section-content-wrapper.layout-one .hentry .entry-header .entry-title,
.archive .archive-content-wrap .section-content-wrapper .hentry .entry-header .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

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

    .archive-content-wrap .section-content-wrapper.layout-one .hentry .entry-header .entry-title,
    .archive .archive-content-wrap .section-content-wrapper .hentry .entry-header .entry-title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

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

.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-wrap .section-content-wrapper.layout-one .entry-container {
    text-align: left;
}

.archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta {
    border-right: 1px solid;
    float: left;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.92;
    margin-right: 17px;
    padding-right: 11px;
    text-align: center;
}

@media only screen and (min-width: 64em) {
    .archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta {
        margin-right: 27px;
        padding-right: 27px;
    }
}

.archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta .posted-on {
    margin-right: 0;
}

.archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta .posted-on .date-day {
    display: block;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 0.6;
    margin-bottom: 10px;
}

@media only screen and (min-width: 64em) {
    .archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta .posted-on .date-day {
        font-size: 70px;
        font-size: 4.375rem;
        margin-bottom: 20px;
    }
}

.archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta .posted-on a:before {
    display: none;
}

.archive-content-wrap .section-content-wrapper.layout-one .entry-header-wrapper {
    overflow: hidden;
}

.archive-content-wrap .section-content-wrapper.layout-one .entry-header-wrapper .entry-meta {
    margin: 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 .entry-header {
    margin-bottom: 21px;
}

@media only screen and (min-width: 64em) {
    .archive-content-wrap .section-content-wrapper .hentry .entry-header {
        margin-bottom: 28px;
    }
}

.archive-content-wrap .section-content-wrapper .hentry .entry-header .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

@media only screen and (min-width: 64em) {
    .archive-content-wrap .section-content-wrapper .hentry .entry-header .entry-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.archive-content-wrap .section-content-wrapper .hentry .entry-meta {
    margin: 0;
    font-weight: 600;
}

.archive-content-wrap .section-content-wrapper .hentry .entry-meta .posted-on {
    margin-right: 0;
}

.archive-content-wrap .section-content-wrapper .hentry .entry-meta .cat-links {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.archive-content-wrap .section-content-wrapper .hentry .vcard {
    font-weight: 600;
}

.archive-content-wrap .section-content-wrapper .hentry .entry-summary {
    margin-top: 0;
}

.archive-content-wrap .section-content-wrapper .hentry .post-thumbnail:hover img {
    transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
}

.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.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    width: 100%;
}

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

.archive-content-wrap .entry-content {
    margin-top: 21px;
}

@media only screen and (min-width: 64em) {
    .archive-content-wrap .entry-content {
        margin-top: 35px;
    }
}

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

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

.archive .entry-meta span.posted-on {
    display: inline-block;
}

.singular-content-wrap .entry-header .entry-meta {
    text-align: center;
}

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

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

.site-main nav.post-navigation {
    border-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-style: solid;
    margin-bottom: 0;
    padding: 30px 0;
    position: relative;
}

@media only screen and (min-width: 64em) {
    .site-main nav.post-navigation {
        padding: 56px 0;
    }
}

.site-main nav.post-navigation .nav-links>div {
    padding: 10px;
}

.site-main nav.post-navigation .nav-links>div a span {
    display: block;
}

.site-main nav.post-navigation .nav-links .nav-previous {
    text-align: left;
    text-transform: uppercase;
}

.site-main nav.post-navigation .nav-links .nav-next {
    text-align: right;
    text-transform: uppercase;
}

.sidebar.widget-area section.widget {
    float: none;
    border-bottom: 1px solid;
}

@media only screen and (min-width: 41.688em) {
    .sidebar.widget-area section.widget {
        float: left;
    }
}

@media only screen and (min-width: 64em) {
    .sidebar.widget-area section.widget {
        float: none;
        width: 100%;
    }
}

.sidebar.widget-area section.widget ul:not(.social-links-menu) li {
    margin-bottom: 14px;
}

.archive-content-wrap nav.navigation.posts-navigation {
    padding-top: 35px;
}

.archive-content-wrap nav.navigation.posts-navigation .nav-next {
    text-align: right;
}

.singular-content-wrap .section-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.site-content .content-area .post-thumbnail {
    padding: 30px;
    width: 100%;
}

.blog.hide-content .site-content .content-area .entry-container .entry-summary p {
    display: none;
}

.site-content .view-more {
    text-align: left;
    margin-bottom: 0;
}

.site-content .view-more a {
    padding-right: 14px;
}

.recent-blog-content .archive-post-wrap .post-thumbnail,
.site-content .content-area .post-thumbnail {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100%;
}

.recent-blog-content .archive-post-wrap .hentry,
.site-content .archive-post-wrap .hentry {
    margin-bottom: 0;
}

.archive:not(.woocommerce) .site-content .wrapper,
.blog .site-content .wrapper {
    max-width: 100%;
    padding: 0;
}

.archive:not(.woocommerce) .site-content .wrapper #primary,
.blog .site-content .wrapper #primary {
    padding: 0;
}

.recent-blog-content.archive-posts-wrapper .wrapper {
    max-width: 100%;
}

.full-content .site-content .content-area .archive-post-wrap .post-thumbnail {
    display: none;
}

.full-content .site-content .content-area .archive-post-wrap .entry-container {
    padding: 60px 140px;
    width: 100%;
}

/*--------------------------------------------------------------
## newsletter 8.3.6
--------------------------------------------------------------*/
#footer-newsletter .footer-newsletter .section-heading-wrapper {
    text-align: center;
}

#footer-newsletter .wrapper .section-description {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none;
}

#footer-newsletter .wrapper .section-title {
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.29;
    margin-bottom: 28px;
}

@media only screen and (min-width: 64em) {
    #footer-newsletter .wrapper .section-title {
        margin-bottom: 35px;
    }
}

#footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action.custom input[type="text"] {
    margin-bottom: 30px;
}

@media only screen and (min-width: 41.688em) {
    #footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action.custom input[type="text"] {
        margin-right: 4%;
        width: 48%;
    }
}

#footer-newsletter .hentry.ew-newsletter-wrap.newsletter-action.custom input#subbox2 {
    margin-right: 0;
}

#footer-newsletter .ewnewsletter .hentry form {
    align-items: unset;
    display: flex;
    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;
}

@media only screen and (min-width: 480px) {
    #footer-newsletter .ewnewsletter .hentry form input {
        margin-top: 0;
    }
}

#footer-newsletter .ewnewsletter .hentry form input[type="submit"] {
    margin-bottom: 0;
    margin-top: 0;
}

#footer-newsletter .ewnewsletter .hentry form input[type] {
    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);
    padding: 18px;
}

#footer-newsletter {
    padding: 0;
}

#footer-newsletter input[type="submit"] {
    font-weight: 600;
}

#footer-newsletter .ew-newsletter {
    margin-bottom: 0;
    padding: 28px 35px;
    padding-bottom: 45px;
}

@media only screen and (min-width: 64em) {
    #footer-newsletter .ew-newsletter {
        padding: 47px;
        padding-bottom: 38px;
    }
}

@media only screen and (min-width: 85.375em) {
    #footer-newsletter .ew-newsletter {
        padding: 63px;
    }
}

/*--------------------------------------------------------------
## Portfolio 8.3.7
--------------------------------------------------------------*/
/* Portfolio */
.portfolio-content-wrapper .hentry-inner {
    overflow: hidden;
    position: relative;
}

.portfolio-content-wrapper .entry-container {
    position: absolute;
    top: 0;
    padding: 30px;
}

.portfolio-content-wrapper .hentry-inner:hover .post-thumbnail,
.portfolio-content-wrapper .hentry-inner:focus .post-thumbnail {
    opacity: 0.5;
}

.portfolio-content-wrapper .post-thumbnail {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.portfolio-content-wrapper .no-title .post-thumbnail,
.portfolio-content-wrapper .no-meta .post-thumbnail {
    margin: 0;
}

.portfolio-content-wrapper .post-thumbnail img {
    -webkit-transition: filter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: filter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
}

.portfolio-content-wrapper .hentry-inner:hover .post-thumbnail img,
.portfolio-content-wrapper .hentry-inner:focus .post-thumbnail img,
.grayscale-filter-reverse .portfolio-content-wrapper .post-thumbnail img {
    -webkit-filter: none;
    filter: none;
}

.portfolio-content-wrapper .entry-container {
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.portfolio-content-wrapper .hentry-inner:hover .entry-container {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

#portfolio-content-section .filter-button-group {
    text-align: center;
    margin-bottom: 42px;
}

#portfolio-content-section .filter-button-group .button {
    background-color: transparent;
    border: none;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.62;
    outline: 0;
    padding: 7px 14px;
    text-shadow: none;
    text-transform: uppercase;
}

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

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

.portfolio-content-wrapper.layout-three .hentry {
    margin: 0;
}

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

/*--------------------------------------------------------------
## feature-slider 8.3.8
--------------------------------------------------------------*/
/**
 * 14.1 - Slider
 */
#feature-slider-section {
    border: none;
    padding: 0;
}

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

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

#feature-slider-section .hentry-inner {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: center;
    -ms-flex-pack: end;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 100px 60px;
    position: relative;
}

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

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

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

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

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

#feature-slider-section .entry-container>* {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#feature-slider-section .entry-container>*>* {
    max-width: 600px;
    margin-right: auto;
}

#feature-slider-section .entry-title {
    font-weight: 500;
    margin: 0;
}

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

#feature-slider-section .owl-carousel .owl-dots {
    position: absolute;
}

.section .owl-carousel .owl-dots {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 90%;
    font-weight: 700;
    width: 100%;
}

.single-item .featured-video-content-wrapper .hentry:first-child {
    float: none;
    margin: 0 auto;
    width: 100%;
}

#feature-slider-section .owl-carousel .owl-dot.active {
    background: transparent;
}

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

#feature-slider-section .owl-next {
    right: 0;
}

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

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

/*--------------------------------------------------------------
## footer 8.3.9
--------------------------------------------------------------*/
/**
 * 12.6 - Footer
 */
.footer-widget-area .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.footer-widget-area .widget-column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 0;
}

div#footer-menu-section ul li a {
    font-weight: 400;
    line-height: 1.75;
    padding: 10px;
    text-transform: capitalize;
}

.site-info {
    margin-top: 15px;
}

#colophon .widget {
    background-color: transparent;
}

#social-footer-navigation .icon {
    top: 0;
}

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

.site-info {
    text-transform: capitalize;
    text-align: center;
}

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

/*--------------------------------------------------------------
## archives 8.1.1
--------------------------------------------------------------*/
.archive .content-area .archive-content-wrap .section-content-wrapper .entry-container .entry-header .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
}

@media only screen and (min-width: 64em) {
    .archive .content-area .archive-content-wrap .section-content-wrapper .entry-container .entry-header .entry-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.archive .content-area .archive-content-wrap .section-content-wrapper .entry-container .more-link {
    background: transparent;
    padding: 0;
}

.archive .content-area .archive-content-wrap .section-content-wrapper .entry-container .more-link:hover,
.archive .content-area .archive-content-wrap .section-content-wrapper .entry-container .more-link:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.singular-content-wrap .more-link {
    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 8.1.2
--------------------------------------------------------------*/
/**
 * 12.4 - Comments
 */
.comments-area {
    clear: both;
    display: block;
    width: 100%;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    padding: 2em 0;
}

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

.comment-list article+.comment-respond {
    margin-bottom: 3em;
}

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

.comment-list .children li>article {
    border-top: 1px solid #333333;
    padding-left: 2.5em;
}

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

.comment-container {
    overflow: hidden;
}

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

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

.comment-meta .edit-link,
.pingback .edit-link {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

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

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.75em 1.5em;
}

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

.comment-reply-link {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 21px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    outline: 0;
}

.no-comments {
    margin: 0;
    padding-top: 1.75em;
}

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

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin: 0;
    text-align: center;
}

.author-name {
    text-transform: capitalize;
}

.comment-reply-title small a {
    border: 0;
    font-size: 24px;
    font-size: 1.5rem;
    height: 32px;
    overflow: hidden;
    width: 26px;
    position: absolute;
    right: 14px;
    top: 14px;
}

.comment-respond {
    margin: 1.25em 0;
    padding: 42px;
    position: relative;
}

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

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

.bypostauthor {
    display: block;
}

.comment-notes {
    font-style: italic;
}

.comment-meta .author-name {
    display: block;
    font-style: normal;
    font-weight: 700;
}

.comment-meta a {
    text-decoration: none;
}

.comment-meta a:hover,
.comment-meta a:focus {
    text-decoration: underline;
}

.comment-meta .comment-permalink {
    display: inline-block;
}

/*--------------------------------------------------------------
## widgets 8.32.1
--------------------------------------------------------------*/
/**
 * 11.0 - Widgets
 */
.widget .widget-title {
    line-height: 1.5;
}

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

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

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

.widget .hentry .entry-title {
    font-weight: 700;
    line-height: 1.75;
    margin: 0;
}

/* Categories widget */
.widget_categories ul,
.widget_archive ul {
    text-align: right;
}

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

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

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

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

.widget_calendar caption {
    font-weight: 600;
}

.widget_calendar tbody a {
    display: block;
    font-weight: 600;
    text-decoration: none;
}

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

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

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

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

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

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

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

/* Tag Cloud widget */
.tagcloud a {
    border: none;
    display: inline-block;
    line-height: 1;
    padding: 0.5625em 0.4375em 0.5em;
}

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

#featured-grid-content .grid-box:hover .caption>.vcenter {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

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

#footer-instagram .widget-title {
    margin: 42px 30px;
    text-align: center;
    letter-spacing: 0;
    text-transform: capitalize;
}

.widget-area .catch-instagram-feed-gallery-widget-wrapper .button {
    margin-top: 21px;
    border: none;
}

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

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

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

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

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

.widget-area .date-label {
    display: none;
}

/* Footer Newsletter */
.footer-newsletter:before,
.footer-newsletter:after {
    clear: both;
    content: "";
    display: block;
}

#footer-newsletter .wrapper {
    max-width: 1920px;
}

#footer-newsletter .widget {
    clear: both;
    margin: 0;
    padding: 0;
}

#footer-newsletter .has-background-image.widget {
    margin: 42px auto;
}

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

#footer-newsletter .ewnewsletter .widget-inner-wrap {
    padding: 0;
    margin: 0;
}

#footer-newsletter .ewnewsletter .hentry {
    text-align: left;
    margin-bottom: 42px;
}

.ew-newsletter-content-container> :last-child {
    margin-bottom: 0;
}

.footer-newsletter .ew-newsletter-image-container {
    margin-bottom: 21px;
}

.widget-area .left .featured-image,
.widget-area .right .featured-image {
    width: 21%;
}

.widget-area .left .entry-container,
.widget-area .right .entry-container {
    width: 79%;
}

/* UI Tabs */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-tabs .ui-tabs-panel {
    background-color: transparent;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-tabs .ui-tabs-panel {
    border: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
    font-weight: 600;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.615384615384615;
    outline: 0;
    padding: 0 7px 28px;
    text-align: center;
    text-transform: uppercase;
}

#scrollup {
    display: none;
}

/*--------------------------------------------------------------
## woocommerce 8.3.10
--------------------------------------------------------------*/
.shop_table {
    table-layout: auto;
}

@media only screen and (min-width: 64em) {
    .shop_table {
        table-layout: fixed;
    }
}

.shop_table th {
    text-align: center;
}

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

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

.order-total {
    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: 1px 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: 1px solid;
    border-right: 1px 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: 25px;
}

@media only screen and (min-width: 41.688em) {
    table.shop_table_responsive.woocommerce-cart-form__contents td {
        padding: 40px 15px;
    }
}

.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 tbody td {
    padding: 15px;
}

@media only screen and (min-width: 41.688em) {
    table.shop_table_responsive tbody td {
        padding: 5px 15px;
    }
}

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 {
        border-right: 1px solid;
        display: table-cell;
        text-align: center;
    }
}

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

.woocommerce ul.products li.product a img {
    margin-bottom: 0;
}

.product-container {
    margin-top: 15px;
    text-align: center;
}

.product-container .button {
    margin-top: 15px;
}

.wc-backward {
    display: inline-block;
}

.woocommerce ul.products li.product .price {
    color: inherit;
}

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

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

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-shorting-wrapper {
    margin-bottom: 30px;
    text-align: right;
}

.woocommerce-shorting-wrapper select {
    margin-top: 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;
}

.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: 1px 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-form-coupon-toggle {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 64em) {
    .woocommerce-form-coupon-toggle {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.woocommerce-form-coupon-toggle a {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
}

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

#reviews {
    padding: 30px 42px;
}

.product-container {
    padding: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #000;
}

.woocommerce button.button.alt {
    background: none;
}

/*--------------------------------------------------------------
## Team 8.3.11
--------------------------------------------------------------*/
/**
 * 14.4 - Team Content Section
 */
.team-content-wrapper .hentry {
    height: auto;
}

.team-content-wrapper .hentry-inner {
    overflow: hidden;
    position: relative;
}

.team-content-wrapper .post-thumbnail,
.team-content-wrapper .entry-title,
.team-content-wrapper .entry-meta {
    margin: 0;
}

.team-content-wrapper.section-content-wrapper .entry-title {
    margin: 0;
}

.team-content-wrapper .entry-container {
    position: absolute;
    display: block;
    padding: 28px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    text-align: center;
}

.team-content-wrapper .hentry-inner:hover .entry-container,
.team-content-wrapper .hentry-inner:focus .entry-container {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.team-content-wrapper .entry-summary,
.team-content-wrapper .entry-content {
    margin: 14px 0 0;
}

.team-content-wrapper .entry-title {
    line-height: 1.56;
}

.team-content-wrapper .entry-meta {
    line-height: 1.75;
    letter-spacing: 0;
    text-transform: capitalize;
}

.team-content-wrapper .artist-social-profile {
    margin-top: 7px;
}

#team-content-section .section-heading-wrapper {
    text-align: left;
    margin-left: 0;
}

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

.team-content-wrapper .button {
    border: 0;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    padding-right: 14px;
    text-transform: capitalize;
}

#team-content-section .wrapper {
    position: relative;
}

.team-content-wrapper .view-more {
    position: absolute;
    top: 1.6%;
    right: 30px;
    margin: 0;
}

.team-content-wrapper .button:before {
    display: flex;
}

.team-content-wrapper.section-content-wrapper .post-thumbnail a img {
    width: 100%;
}

.team-content-wrapper.section-content-wrapper .post-thumbnail {
    margin: 0;
    transition: 0.6s ease-in-out;
}

/*--------------------------------------------------------------
## Logo-Slider 8.3.12
--------------------------------------------------------------*/
.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;
}

.logo-slider-content-wrapper .entry-container {
    margin-top: 30px;
}

#logo-slider-section .hentry .post-thumbnail img {
    width: auto;
}

/*--------------------------------------------------------------
## Service 8.3.13
--------------------------------------------------------------*/
.services-section.section .hentry {
    width: 100%;
}

.services-section.section .hentry .hentry-inner {
    border: 1px solid;
    padding: 70px 40px;
}

.services-section.section .hentry .hentry-inner .post-thumbnail {
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 125px;
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .services-section.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.section .hentry .hentry-inner .post-thumbnail img {
    margin: 0 auto;
}

@media only screen and (min-width: 41.688em) {
    .services-section.section .hentry .hentry-inner .post-thumbnail img {
        margin: 0;
    }
}

.services-section.section .hentry .hentry-inner .entry-container {
    text-align: center;
}

.services-section .hentry .hentry-inner .post-thumbnail a {
    display: inline-block;
    position: relative;
}

/*--------------------------------------------------------------
## Contact 8.3.14
--------------------------------------------------------------*/
/**
 * 14.9 - Contact Section
 */
.contact-details>div {
    display: block;
    float: none;
    margin: 0 0 35px;
    position: relative;
    width: 100%;
}

.contact-details>.contact-address {
    float: left;
}

.contact-details>div a {
    display: block;
}

.contact-details .contact-details-icon-wrapper {
    border: 1px solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: none;
    margin: 0 auto 21px;
    padding: 21px;
    text-align: center;
    width: 80px;
    height: 80px;
}

.contact-details .contact-details-icon-wrapper .icon {
    width: 35px;
    height: 35px;
}

.contact-details .contact-details-label,
.contact-content-wrapper form p>label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

.contact-section .view-more {
    padding: 0;
    text-align: left;
}

.contact-section .contact-us-form,
.contact-section .contact-info {
    width: 100%;
    padding: 0 20px;
    margin: 0;
}

.contact-section #social-contact-navigation {
    float: left;
}

.contact-section #social-contact-navigation .social-links-menu {
    justify-content: left;
}

.contact-details .contact-info-wrap {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*--------------------------------------------------------------
## Featured-content 8.3.15
--------------------------------------------------------------*/
/**
 * 14.2 - Featured Content & Portfolio
 */
.featured-content-wrapper,
.portfolio-content-wrapper {
    position: relative;
}

.events-content-wrapper a,
.featured-content-wrapper a,
.portfolio-content-wrapper a {
    text-decoration: none;
}

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

#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: 16px;
    font-size: 1rem;
}

.featured-video-content-wrapper .entry-header .entry-meta {
    line-height: 1.25;
}

/*--------------------------------------------------------------
## Stats 8.3.16
--------------------------------------------------------------*/
/**
 * 14.10 - Stats
 */
.stats-content-area .section-heading-wrapper {
    text-align: left;
    margin-left: 0;
}

.stats-content-wrapper .entry-title {
    line-height: 1;
}

.stats-content-wrapper .entry-header .entry-meta {
    font-size: 13px;
    line-height: 1.62;
    letter-spacing: 2px;
    margin-top: 14px;
    text-transform: uppercase;
}

.stats-section .hentry {
    padding: 0 15px;
}

.stats-section {
    padding-top: 42px;
}

.section-content-wrapper.stats-content-wrapper .post-thumbnail,
.section-content-wrapper.stats-content-wrapper .post-thumbnail a img {
    margin: 0;
    width: 100%;
}

.stats-content-wrapper .entry-container {
    overflow: hidden;
}

.stats-content-wrapper .entry-summary,
.stats-content-wrapper .entry-content {
    margin-top: 0;
    margin-left: 14px;
}

.stats-content-wrapper .entry-title {
    font-weight: 200;
}

.stats-content-area .section-heading-wrapper,
.stats-content-area .section-content-wrapper {
    width: 100%;
}

.section-content-wrapper.stats-content-wrapper .entry-summary {
    margin: 0;
}

.stats-content-area .stats-content-wrapper .entry-title {
    margin-bottom: 7px;
}

.section-content-wrapper.stats-content-wrapper .hentry-inner {
    display: flex;
}

.section-content-wrapper.stats-content-wrapper .hentry-inner .sub-title {
    font-weight: 300;
    line-height: 1.13;
    margin-right: 30px;
}

.section-content-wrapper.stats-content-wrapper .hentry-inner .post-thumbnail {
    margin-bottom: 14px;
    margin-right: 30px;
    margin-top: 14px;
    width: 100px;
}

/*--------------------------------------------------------------
## Gallery 8.3.17
--------------------------------------------------------------*/
/**
 * 14.8 - Gallery Section
 */
#gallery-section .tiled-gallery .tiled-gallery-item a:before {
    background: rgba(0, 0, 0, 0.65);
}

#gallery-section .tiled-gallery .tiled-gallery-item a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#gallery-section .tiled-gallery .tiled-gallery-item a:before {
    opacity: 0;
}

#gallery-section .tiled-gallery .tiled-gallery-item:hover a:before,
#gallery-section .tiled-gallery .tiled-gallery-item:focus a:before {
    opacity: 0.75;
}

#gallery-section .tiled-gallery .tiled-gallery-item:hover a:after,
#gallery-section .tiled-gallery .tiled-gallery-item:focus a:after {
    opacity: 1;
}

#gallery-section .entry-content>*:not(div) {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

#gallery-section .entry-footer {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 199;
}

#gallery-section .entry-footer .edit-link a {
    padding: 7px 14px;
    text-decoration: none;
}

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

#gallery-section .gallery-item .gallery-caption {
    background: #333;
    bottom: 0;
    position: absolute;
    padding: 18px;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: 0.3s ease-in-out;
    width: 100%;
}

#gallery-section .gallery-item:hover .gallery-caption {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

#gallery-section .gallery-item .gallery-icon {
    transition: 0.3s ease-in-out;
}

#gallery-section .gallery-item:hover .gallery-icon {
    transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
}

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

.gallery-caption {
    text-align: left;
}

/*--------------------------------------------------------------
## Gallery 8.3.18
--------------------------------------------------------------*/
@media only screen and (min-width: 48em) {
    .faq-section.has-main-image .section-content-wrapper>div {
        width: 50%;
    }
}

.faq-section .main-image {
    margin-bottom: 35px;
}

@media only screen and (min-width: 48em) {
    .faq-section .main-image {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 64em) {
    .faq-section .main-image {
        padding-right: 120px;
    }
}

.faq-section .section-content-wrapper .hentry {
    width: 100%;
}

@media only screen and (min-width: 85.375em) {
    .faq-section .section-content-wrapper .hentry {
        margin-bottom: 63px;
    }

    .faq-section .section-content-wrapper .hentry:last-child {
        margin-bottom: 42px;
    }
}

.faq-section .section-content-wrapper .hentry .post-thumbnail {
    float: none;
    margin: 0 auto;
    max-width: 125px;
    margin-bottom: 21px;
    overflow: hidden;
}

.faq-section .section-content-wrapper .hentry .post-thumbnail:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media only screen and (min-width: 480px) {
    .faq-section .section-content-wrapper .hentry .post-thumbnail {
        float: left;
        margin-bottom: 0;
        margin-right: 21px;
    }
}

@media only screen and (min-width: 64em) {
    .faq-section .section-content-wrapper .hentry .post-thumbnail {
        margin-right: 28px;
    }
}

@media only screen and (min-width: 85.375em) {
    .faq-section .section-content-wrapper .hentry .post-thumbnail {
        margin-right: 40px;
    }
}

.faq-section .section-content-wrapper .hentry .entry-container {
    overflow: hidden;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .faq-section .section-content-wrapper .hentry .entry-container {
        text-align: left;
    }
}

.faq-section .section-content-wrapper .hentry .entry-container .entry-summary,
.faq-section .section-content-wrapper .hentry .entry-container .entry-content,
.faq-section .section-content-wrapper .hentry .entry-container .more-button {
    margin-top: 14px;
}

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

    .faq-section .section-content-wrapper .hentry .entry-container .entry-summary,
    .faq-section .section-content-wrapper .hentry .entry-container .entry-content,
    .faq-section .section-content-wrapper .hentry .entry-container .more-button {
        margin-top: 21px;
    }
}

.faq-section .section-content-wrapper .view-all-button {
    padding: 0 15px;
    text-align: left;
}

/*--------------------------------------------------------------
## elements
--------------------------------------------------------------*/
/**
 * 4.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

ul,
ol {
    margin: 0 0 1.75em 1.5em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.75em;
}

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

del {
    opacity: 0.8;
}

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

caption {
    border-width: 1px 1px 0 1px;
    font-weight: 700;
    text-align: center;
}

th,
td {
    border-width: 0 1px 1px 0;
    font-weight: normal;
    text-align: left;
}

th {
    font-weight: 700;
}

thead th {
    border-width: 0 1px 1px 0;
}

caption,
th,
td {
    padding: 0.667em;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.cover-link {
    display: block;
    height: 100%;
}

.drop-cap:first-letter {
    float: left;
    font-size: 92px;
    font-size: 5.75rem;
    font-weight: bold;
    line-height: 0.6;
    margin: 14px 16px 4px -3px;
}

a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
}

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

p {
    margin-bottom: 14px;
    margin-top: 0;
}

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

/**
 * 3.1 - SVGs Fallbacks
 */
.svg-fallback {
    display: none;
}

.no-svg .svg-fallback {
    display: inline-block;
}

.no-svg .dropdown-toggle {
    padding: 0;
    right: 0;
    text-align: center;
    width: 48px;
    height: 52px;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(0);
    /* IE 9 */
    transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
    content: "\005E";
}

.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
    clip: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    position: relative !important;
    /* overrides previous !important styles */
    width: auto;
}

/*--------------------------------------------------------------
## lists
--------------------------------------------------------------*/
ul {
    list-style: disc;
}

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

/*--------------------------------------------------------------
## elements
--------------------------------------------------------------*/
/**
 * 5.0 - Padding/Margin
 */
.menu-toggle {
    padding: 12px;
}

.main-navigation a {
    padding: 14px 0;
}

#header-content .wrapper {
    padding: 20px 30px;
}

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

div#team-content-section .section-heading-wrapper {
    padding-bottom: 35px;
}

.cat-links {
    margin-bottom: 14px;
}

.more-link {
    margin: 28px 0 0;
}

.content-area .section-content-wrapper .entry-summary,
.content-area .section-content-wrapper .entry-content {
    margin-top: 28px;
}

body:not(.home) .custom-header-content {
    padding: 182px 50px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    padding: 7px 21px;
}

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

.site-content .wrapper>.sidebar {
    margin-top: 42px;
}

.author-info {
    padding: 35px;
}

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

.widget-column {
    padding: 21px 30px;
}

.single .site-main .entry-header,
.page .site-main .entry-header,
.archive .page-header,
.error404 .page-header,
.search .page-header,
.woocommerce-products-header {
    margin-bottom: 35px;
    text-align: center;
}

.section-heading-wrapper {
    padding: 42px 30px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    margin: 0 0 35px;
}

.author-title,
.author-avatar,
.author-description,
.comments-title,
.comment-reply-title {
    margin: 0 0 21px;
}

.hentry,
.widget .hentry {
    margin: 0 0 42px;
}

.widget .widget-title {
    margin: 0 0 30px;
}

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

.widget li>ul,
.widget li>ol {
    clear: both;
    margin-top: 7px;
    margin-left: 14px;
}

.portfolio-content-wrapper,
.logo-slider-content-wrapper {
    padding: 0 30px;
}

.featured-video-content-wrapper,
.product-content-wrapper,
.featured-content-wrapper,
.services-content-wrapper,
.stats-content-wrapper,
.events-content-wrapper,
.contact-content-wrapper,
.team-content-wrapper {
    padding: 0 15px;
}

.featured-video-content-wrapper .hentry,
.featured-content-wrapper.layout-four .hentry,
.services-content-wrapper.layout-four .hentry,
.stats-content-wrapper.layout-four .hentry,
.team-content-wrapper.layout-four .hentry,
.featured-content-wrapper.layout-three .hentry,
.services-content-wrapper.layout-three .hentry,
.stats-content-wrapper.layout-three .hentry,
.team-content-wrapper.layout-three .hentry,
.featured-content-wrapper.layout-two .hentry,
s.services-content-wrapper.layout-two .hentry,
.stats-content-wrapper.layout-two .hentry,
.team-content-wrapper.layout-two .hentry,
.events-content-wrapper.layout-two>* {
    padding: 0 15px;
}

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

.section-content-wrapper .post-thumbnail {
    margin-bottom: 28px;
}

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

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

.comments-area {
    margin-top: 35px;
    padding-top: 35px;
}

.hero-content-wrapper .entry-summary,
.hero-content-wrapper .entry-content {
    margin: 35px 0 0;
}

/* New */
.site-main> :last-child,
.page .site-main> :last-child,
.site-header-text> :last-child,
.section-description-wrapper> :last-child,
.taxonomy-description-wrapper> :last-child,
.widget-column> :last-child,
.widget-area .widget .hentry:last-child,
.widget-area .widget .hentry .entry-meta,
.widget-area> :last-child,
.widget> :last-child,
.widget li:last-child,
.widget embed:last-child,
.widget iframe:last-child,
.widget object:last-child,
.widget video:last-child,
.widget_nav_menu ul,
#colophon .widget li:last-child {
    margin-bottom: 0;
}

.widget-area .ewfeaturedpostpageimage .featured-image {
    margin-top: 0;
    margin-bottom: 0;
}

.custom-logo {
    margin: 0 auto;
}

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

.page .site-main .entry-title,
.single .site-main .entry-title {
    margin-bottom: 28px;
}

.single .site-main .entry-footer,
.page .site-main .entry-footer {
    margin-top: 35px;
}

.widget-area .entry-meta {
    margin-top: 0;
}

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

.posts-navigation .nav-links .nav-previous+.nav-next,
.post-navigation .nav-links .nav-previous+.nav-next {
    margin-bottom: 35px;
}

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

button,
#promotion-section .readmore,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.posts-navigation a,
#content #infinite-handle span button,
nav.navigation.posts-navigation .nav-links a,
.catch-instagram-feed-gallery-widget-wrapper .button,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"],
.custom-header-media .more-link .readmore {
    padding: 10px 35px;
}

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

#testimonial-content-section .hentry {
    padding: 0 30px;
}

button,
#promotion-section .readmore,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.more-link .readmore {
    padding: 10px 35px;
}

/*--------------------------------------------------------------
## 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: 10px 28px 18px;
    }
}

tbody th {
    font-weight: 400;
}

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

.calendar_wrap {
    border-top: 0;
    table-layout: fixed;
}

.calendar_wrap caption {
    padding: 10px;
}

.calendar_wrap thead th,
.calendar_wrap tbody th {
    padding: 5px;
    text-align: center;
}

.calendar_wrap tbody td,
.calendar_wrap tfoot tr td {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 4px;
    text-align: center;
}

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

    .calendar_wrap tbody td,
    .calendar_wrap tfoot tr td {
        font-size: 16px;
        font-size: 1rem;
        padding: 5px;
    }
}

.calendar_wrap tbody tr:last-child {
    border-top: 1px solid;
}

.calendar_wrap tbody tr:first-child {
    border-bottom: 1px solid;
}

td#today {
    font-weight: 700;
}

tfoot {
    border-top: 1px solid;
}

tfoot tr td {
    border-right: 1px solid;
}

/*--------------------------------------------------------------
## menus 6.1
--------------------------------------------------------------*/
a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

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

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

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

.site-header .social-navigation ul {
    padding: 14px 15px;
    text-align: center;
}

.main-navigation .menu-item-has-children>a,
.main-navigation .page_item_has_children>a {
    padding-right: 49px;
}

.main-navigation a {
    display: block;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.search-container {
    padding: 21px;
}

.main-navigation a,
#primary-menu-wrapper .search-container {
    padding: 14px 30px;
}

.main-navigation ul ul {
    margin-left: 0.875em;
}

.main-navigation ul ul a {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
}

.navigation-default .main-navigation {
    clear: both;
    border: none;
}

.main-navigation ul.toggled-on {
    box-shadow: none;
    border-top: none;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    right: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul .current_page_item>a,
.main-navigation ul ul .current-menu-item>a {
    font-weight: 500;
}

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

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

.is-open .menu-inside-wrapper {
    right: 0;
    visibility: visible;
}

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

.menu-toggle-wrapper {
    padding: 5px;
}

.menu-toggle {
    background-color: transparent;
    display: block;
    font-weight: 400;
    line-height: 1.375;
    margin: 0 auto;
    text-shadow: none;
}

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

.selected.menu-toggle .icon-bars,
.selected.menu-toggle .icon-share,
.menu-toggle .icon-close,
.selected.menu-toggle .icon-search {
    display: none;
}

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

#primary-search-wrapper .menu-toggle,
#social-menu-wrapper .menu-toggle {
    border: none;
    display: inline-block;
    height: 36px;
    letter-spacing: 0;
    padding: 0;
    -webkit-text-shadow: none;
    text-shadow: none;
    text-align: center;
    width: 36px;
}

.absolute-header .site-identity {
    display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
    background-image: none;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    right: 0;
    line-height: 1.172;
    margin: 0 auto;
    padding: 14px 19px;
    position: absolute;
    text-shadow: none;
    top: 0;
}

.site-footer-menu .dropdown-toggle {
    display: none;
}

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

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

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

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

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

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

#primary-search-wrapper>.social-navigation {
    display: none;
    float: left;
}

.site-header-menu .menu-label {
    display: none;
}

.menu-label {
    display: inline-block;
    margin-left: 7px;
}

.mobile-social-search {
    clear: both;
}

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

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

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

.social-navigation li,
.social-links-menu li {
    display: inline-block;
    margin: 0;
}

.social-navigation a,
.social-links-menu a {
    background-color: transparent;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    margin: 2px 3px;
    position: relative;
    padding: 0;
    text-align: center;
    height: 36px;
    width: 36px;
}

.site-footer-menu .wrapper>nav {
    text-align: center;
}

.social-floating-navigation {
    position: absolute;
    display: none;
    top: 70vh;
    left: 10px;
    -webkit-transform: rotate(-90deg) translateX(0);
    -moz-transform: rotate(-90deg) translateX(0);
    -ms-transform: rotate(-90deg) translateX(0);
    -o-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 999;
}

.social-floating-navigation:not(.hide-label) .social-navigation a {
    font-size: 12px;
    font-size: 0.75rem;
    width: auto;
    height: auto;
    position: relative;
    margin: 0 14px;
}

.social-floating-navigation:not(.hide-label) .social-navigation .icon {
    margin-right: 7px;
    top: 4px;
    width: 12px;
    height: 12px;
}

.social-floating-navigation:not(.hide-label) .social-navigation li+li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
}

.social-floating-navigation.hide-label .social-navigation a>span,
.social-floating-navigation.hide-label .social-navigation li+li a:after {
    display: none;
}

#menu-toggle {
    border: none;
    display: flex;
}

/*--------------------------------------------------------------
## social-menu-navigation 6.2
--------------------------------------------------------------*/
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:last-child,
.social-links-menu li:last-child {
    margin-right: 0;
}

nav.social-navigation ul li a,
.social-links-menu li a {
    font-size: 16px;
    font-size: 1rem;
    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;
}

/*--------------------------------------------------------------
## menus 6.1
--------------------------------------------------------------*/
/**
 * 12.2 - Posts and pages
 */
.hentry {
    float: left;
    position: relative;
    width: 100%;
}

.post-thumbnail {
    display: block;
    position: relative;
}

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

.home .header-media .section-title,
#feature-slider-section .entry-title,
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.33;
    margin-top: 0.9655172413793103em;
    margin-bottom: 0.603448275862069em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.43;
    margin-top: 1.166666666666667em;
    margin-bottom: 0.7291666666666667em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.36;
    margin-top: 1.555555555555556em;
    margin-bottom: 0.9722222222222222em;
}

.entry-content h4,
.comment-content h4,
.textwidget h4 {
    font-size: 22px;
    font-size: 1.375rem;
}

.entry-content h5,
.comment-content h5,
.textwidget h5 {
    font-size: 18px;
    font-size: 1.125rem;
}

.entry-content h6,
.comment-content h6,
.textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1.25em;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

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

.more-link {
    clear: both;
    display: block;
    margin: 28px 0 0;
}

.more-link .readmore {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    word-wrap: break-word;
}

.more-link .readmore:hover,
.more-link .readmore:focus {
    box-shadow: none;
}

.more-button {
    display: inline-block;
}

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

#events-section .view-more {
    position: relative;
}

.author-info {
    clear: both;
    margin-top: 35px;
    text-align: center;
}

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

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

.author-description .author-title {
    clear: none;
    line-height: 1.75;
}

.author-bio {
    overflow: hidden;
}

.author-link {
    display: block;
    margin-top: 28px;
    white-space: nowrap;
}

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

.sticky-post {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 21px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.full-content .has-post-thumbnail .sticky-post {
    position: relative;
    top: auto;
    left: auto;
}

.entry-meta {
    line-height: 1.5;
    text-transform: capitalize;
}

.entry-meta>span {
    position: relative;
    padding-right: 12px;
}

.entry-meta>span:last-child {
    padding-right: 0;
}

.entry-meta>span.byline:after {
    background: #555;
    content: "";
    height: 14px;
    position: absolute;
    right: 4px;
    top: 6px;
    width: 2px;
}

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

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

.entry-footer .entry-meta>span {
    clear: both;
    display: block;
    margin: 35px 0 0;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
    display: none;
}

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

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

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

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

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

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

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

.entry-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em;
}

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

.section:not(#team-content-section):not(#portfolio-content-section):not(#feature-slider-section) .post-thumbnail a img {
    -webkit-backface-visibility: hidden;
}

.section:not(#team-content-section):not(#portfolio-content-section):not(#feature-slider-section):not(#logo-slider-section) .post-thumbnail a:hover img,
.section:not(#team-content-section):not(#portfolio-content-section):not(#feature-slider-section):not(#logo-slider-section) .post-thumbnail a:focus img {
    opacity: 0.65;
}

.entry-title {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    margin: 0;
}

.archive-posts-wrapper .entry-title {
    font-weight: 700;
    line-height: 1.29;
}

.section-title {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
}

.section-subtitle,
.section-subtitle p {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.02;
    letter-spacing: normal;
}

#feature-slider-section .entry-title,
.custom-header-media .section-title-wrapper .section-title {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.custom-header-media .section-subtitle {
    margin-bottom: 14px;
}

/*--------------------------------------------------------------
## next-previous 6.3
--------------------------------------------------------------*/
/**
 * 7.4 - Post Navigation
 */
.post-navigation {
    clear: both;
}

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

.post-navigation .meta-nav {
    display: block;
    letter-spacing: 0.083em;
    margin-bottom: 0.583em;
    text-transform: uppercase;
}

.post-navigation .post-title {
    font-weight: 700;
    display: block;
    text-rendering: optimizeLegibility;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

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

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

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

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

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

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

.posts-navigation,
.pagination,
#content #infinite-handle {
    clear: both;
    margin: 0;
    text-align: center;
}

#content #infinite-handle {
    display: block;
}

#content #infinite-handle span {
    background: none transparent;
    display: inline-block;
    padding: 0;
}

.infinite-loader #ctis-loading img {
    width: 35px;
}

.infinite-loader {
    clear: both;
}

.posts-navigation a {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
}

.pagination .prev,
.pagination .next {
    font-weight: 400;
    line-height: 1.75;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 7px 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

.pagination .page-numbers.current {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.posts-navigation a {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
}

#content #infinite-handle {
    z-index: 2;
}

#content #infinite-handle,
#content .infinite-loader,
#content .navigation.posts-navigation {
    cursor: pointer;
    clear: both;
    padding-top: 42px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.archive-posts-wrapper .section-content-wrapper {
    position: relative;
}

.archive-posts-wrapper .entry-container {
    padding: 30px;
}

/*--------------------------------------------------------------
## menus 6.1
--------------------------------------------------------------*/
/**
 * 12.1 - Header
 */
.site-header {
    position: relative;
}

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

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

.site-header-logo {
    max-width: 400px;
}

.site-header-logo~.section-title-wrapper {
    margin-top: 21px;
}

.site-header-main .wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px 30px;
    position: relative;
}

.site-description {
    opacity: 0.6;
}

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

.custom-logo {
    display: block;
}

.wp-custom-logo .custom-logo-link {
    display: block;
}

.site-header-menu {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    width: auto;
}

.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-title {
    font-weight: 700;
    line-height: 1.458333333333333;
    letter-spacing: 0.1666666666666667em;
    margin: 0;
    text-transform: uppercase;
}

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

.site-description {
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.615384615384615;
    margin: 0;
    text-transform: capitalize;
}

.custom-header {
    clear: both;
    position: relative;
}

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

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

.has-header-image.home .custom-header-media,
.has-header-video.home .custom-header-media,
.has-header-text.home .custom-header-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: center;
    -ms-flex-pack: end;
    justify-content: center;
    height: 100%;
    height: 100vh;
    width: 100%;
}

.custom-header-content {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1500px;
    text-align: center;
    z-index: 2;
}

.custom-header-content-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.custom-header-content.content-align-left .custom-header-content-wrapper {
    margin: 0 auto 0 0;
}

.custom-header-content.content-align-right .custom-header-content-wrapper {
    margin: 0 0 0 auto;
}

.custom-header-content.text-align-left {
    text-align: left;
}

.custom-header-content.text-align-right {
    text-align: right;
}

.custom-header-content .site-header-text {
    margin-top: 21px;
}

.has-header-media:not(.home) .custom-header-media {
    position: relative;
}

.header-media-text-disabled .custom-header-media .wp-custom-header img {
    display: block;
    position: relative;
}

.custom-header-overlay {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

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

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

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

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

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

/* Hides div in Customizer preview when header images or videos change. */
body:not(.has-header-image):not(.has-header-video):not(.has-header-text) .custom-header-media {
    display: none;
}

.custom-header-media .wp-custom-header-video-button {
    /* Specificity prevents .color-dark button overrides */
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.125rem;
    opacity: 0;
    overflow: hidden;
    padding: 7px 13px;
    position: absolute;
    left: 49%;
    bottom: 35px;
    z-index: 100;
    height: 44px;
    width: 44px;
}

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

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

.scroll-down {
    bottom: 30px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 30px;
    z-index: 999;
    cursor: pointer;
    width: 50px;
}

.scroll-down span {
    display: none;
}

.scroll-down .icon-arrow-right {
    transform: rotate(90deg);
}

body:not(.home) .custom-header-content.content-align-left .custom-header-content-wrapper,
body:not(.home) .custom-header-content.content-align-right .custom-header-content-wrapper,
body:not(.home) .custom-header-content .custom-header-content-wrapper {
    margin: 0 auto;
}

.home.custom-header {
    height: 100vh;
}

.home.admin-bar .custom-header {
    height: calc(100vh - 46px);
}

/**
 * 15.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*--------------------------------------------------------------
## mobile-horizontal 10.1
--------------------------------------------------------------*/
/**
 * 15.1 - >= 480px
 */
@media screen and (min-width: 30em) {
    .wp-custom-logo .custom-logo-link {
        margin-right: 15px;
        margin-bottom: 0;
    }

    .site-header-menu .menu-label {
        display: inline-block;
    }

    .has-header-image.home.admin-bar .custom-header-media,
    .has-header-video.home.admin-bar .custom-header-media,
    .has-header-text.home.admin-bar.custom-header-media {
        height: calc(100vh - 46px);
    }

    .wp-custom-logo .custom-logo-link,
    .wp-custom-logo .site-identity {
        display: block;
    }
}

/*--------------------------------------------------------------
## mobile-horizontal 10.2
--------------------------------------------------------------*/
/**
 * 15.3 - >= 667px
 */
@media screen and (min-width: 41.688em) {
    .menu-toggle-wrapper {
        padding: 15px;
    }

    .menu-inside-wrapper {
        top: 71px;
    }

    .events-content-wrapper {
        position: relative;
    }

    #stats-section .wrapper .section-heading-wrapper {
        padding-top: 0;
    }

    .stats-content-area {
        display: flex;
    }

    .stats-section .hentry {
        padding: 0;
    }

    .events-content-wrapper.layout-two {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .stats-content-area .section-heading-wrapper,
    .stats-content-area .section-content-wrapper {
        width: 100%;
    }

    .hero-content-wrapper .post-thumbnail-background {
        margin: 0;
        padding-bottom: 0;
    }

    .content-align-left .hero-content-wrapper .post-thumbnail-background {
        order: 2;
    }

    .content-align-left .hero-content-wrapper .entry-container {
        order: 1;
    }

    .content-align-left .hero-content-wrapper .entry-container {
        padding: 35px 35px 35px 0;
    }

    .hero-content-wrapper .hentry-inner {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .hero-content-wrapper .post-thumbnail-background {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-height: 600px;
    }

    .hero-content-wrapper .entry-container {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0;
        max-width: 780px;
        padding: 35px 0 35px 35px;
    }

    .content-align-left .hero-content-wrapper .entry-container {
        padding: 0 30px 0 0;
    }

    .hero-content-wrapper .entry-container.full-width {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto;
        max-width: 760px;
        padding: 0;
        width: auto;
    }

    .hero-content-wrapper .entry-header,
    .hero-content-wrapper .entry-title {
        margin-top: 0;
    }

    .events-content-wrapper.layout-two>* {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 0 15px;
    }

    .events-content-wrapper.layout-two .main-image.post-thumbnail {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .events-content-wrapper.layout-two .events-article-wrapper {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .author-info {
        text-align: left;
    }

    .author-avatar {
        float: left;
        margin: 0 28px 0 0;
    }

    .author-description {
        margin: 0;
        overflow: hidden;
    }

    .footer-widget-area.four .widget-column,
    .footer-widget-area.two .widget-column {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .footer-widget-area.three .widget-column {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .four-columns .hentry {
        width: 25%;
    }

    .five-columns .hentry {
        width: 20%;
    }

    .six-columns .hentry {
        width: 16.66%;
    }

    .seven-columns .hentry {
        width: 14.28%;
    }

    .eight-columns .hentry {
        width: 12.5%;
    }

    .nine-columns .hentry {
        width: 11.11%;
    }

    .nine-columns .hentry:nth-child(9n+1),
    .eight-columns .hentry:nth-child(8n+1),
    .seven-columns .hentry:nth-child(7n+1),
    .six-columns .hentry:nth-child(6n+1),
    .five-columns .hentry:nth-child(5n+1),
    .four-columns .hentry:nth-child(4n+1),
    .three-columns .hentry:nth-child(3n+1),
    .two-columns .hentry:nth-child(2n+1) {
        clear: both;
    }

    .pagination .prev,
    .pagination .next {
        width: auto;
        height: auto;
    }

    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .posts-navigation .nav-links .nav-next,
    .post-navigation .nav-links .nav-next {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .posts-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-previous {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .home .posts-navigation .nav-links .nav-next,
    .home .post-navigation .nav-links .nav-next {
        margin-right: 42px;
    }

    .home .posts-navigation .nav-links .nav-previous,
    .home .post-navigation .nav-links .nav-previous {
        margin-left: 42px;
    }

    .posts-navigation .nav-links>div,
    .posts-navigation .nav-links>div,
    .post-navigation .nav-links>div,
    .post-navigation .nav-links>div {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        text-align: left;
    }

    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        text-align: right;
    }

    .posts-navigation .nav-links .nav-previous+.nav-next,
    .post-navigation .nav-links .nav-previous+.nav-next {
        margin-bottom: 0;
    }

    .featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .portfolio-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .services-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .stats-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .team-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .featured-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .portfolio-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .services-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .stats-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .team-content-wrapper.layout-three .hentry:nth-child(3n+1),
    .featured-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .portfolio-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .services-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .stats-content-wrapper.layout-two .hentry:nth-child(2n+1),
    .team-content-wrapper.layout-two .hentry:nth-child(2n+1) {
        clear: both;
    }

    .featured-video-content-wrapper .has-post-thumbnail.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;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .featured-video-content-wrapper .has-post-thumbnail.excerpt-video-left .post-thumbnail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 42.85714285714286%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 42.85714285714286%;
        flex: 0 1 42.85714285714286%;
        margin: 0;
    }

    .featured-video-content-wrapper .has-post-thumbnail.excerpt-video-left .entry-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 57.14285714285714%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 57.14285714285714%;
        flex: 0 1 57.14285714285714%;
        margin: 0;
    }

    .featured-video-content-wrapper .has-post-thumbnail.excerpt-video-left .entry-container {
        padding-left: 28px;
    }

    .rtl .featured-video-content-wrapper .has-post-thumbnail.excerpt-video-left .entry-container {
        padding-right: 28px;
    }

    .events-content-wrapper .entry-meta {
        float: left;
        margin: 0 21px 0 0;
    }

    .events-content-wrapper .event-list-description {
        overflow: hidden;
    }

    .footer-newsletter .has-ew-newsletter-image .widget-inner,
    .footer-newsletter .has-background-image.has-ew-newsletter-image .widget-inner-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .footer-newsletter .has-ew-newsletter-image .ew-newsletter-image-container,
    .footer-newsletter .has-ew-newsletter-image .ew-newsletter-content-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin: 0;
        max-width: 50%;
    }

    .footer-newsletter .has-ew-newsletter-image .ew-newsletter-content-container {
        padding-left: 30px;
    }

    .contact-content-wrapper .comment-form-name,
    .contact-content-wrapper .comment-form-email {
        float: left;
        position: relative;
        width: 50%;
    }

    .contact-content-wrapper .comment-form-name {
        padding-right: 35px;
    }

    .team-content-wrapper .view-more {
        position: absolute;
        top: 1.6%;
    }

    .portfolio-content-section {
        padding-bottom: 42px;
    }

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

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

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

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

    .recent-blog-content .archive-post-wrap .hentry-inner,
    .site-content .content-area .hentry-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .recent-blog-content .archive-post-wrap .hentry-inner,
    .site-content .content-area .hentry-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .recent-blog-content .archive-post-wrap .hentry:nth-child(2n+1) .hentry-inner,
    .site-content .content-area .hentry:nth-child(2n+1) .hentry-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .recent-blog-content .archive-post-wrap .hentry:nth-child(2n+1) .entry-container,
    .site-content .content-area .hentry:nth-child(2n+1) .entry-container {
        margin-right: auto;
        margin-left: 0;
    }

    .recent-blog-content .archive-post-wrap .hentry .entry-container,
    .site-content .content-area .hentry .entry-container {
        margin-left: auto;
        margin-right: 0;
    }

    .recent-blog-content .archive-post-wrap .entry-container,
    .recent-blog-content .archive-post-wrap .post-thumbnail,
    .site-content .content-area .entry-container,
    .site-content .content-area .post-thumbnail {
        width: 50%;
    }

    .recent-blog-content .archive-post-wrap .entry-container,
    .site-content .content-area .entry-container {
        padding: 100px 30px;
    }

    .section-content-wrapper.stats-content-wrapper .hentry-inner .sub-title {
        margin-right: 30px;
    }

    .recent-blog-content .archive-post-wrap .post-thumbnail,
    .site-content .content-area .archive-post-wrap .post-thumbnail {
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .view-more {
        margin: 42px 0;
    }
}

/*--------------------------------------------------------------
## tablet 10.3
--------------------------------------------------------------*/
@media screen and (min-width: 48.937em) {
    .home.admin-bar .custom-header {
        height: calc(100vh - 32px);
    }

    .services-section.section .hentry .hentry-inner .post-thumbnail {
        margin-bottom: 35px;
    }

    .contact-address>* {
        max-width: 80%;
    }

    #testimonial-content-section .post-thumbnail {
        margin-top: -80px;
    }
}

/*--------------------------------------------------------------
## tablet 10.3
--------------------------------------------------------------*/
@media screen and (min-width: 48em) {

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

    .menu-toggle-wrapper {
        display: block;
        float: left;
        padding: 24px 7px;
    }

    #testimonial-content-section .post-thumbnail img {
        width: 140px;
        height: 140px;
    }

    .menu-toggle {
        padding: 7px 10px;
    }

    .menu-inside-wrapper {
        width: 350px;
        top: 100%;
        right: 0;
        opacity: 0;
    }

    #primary-search-wrapper .menu-inside-wrapper {
        top: 82%;
    }

    .is-open .menu-inside-wrapper {
        visibility: visible;
        opacity: 1;
    }

    .navigation-default .mobile-social-search {
        display: none;
    }

    .navigation-modern .mobile-social-search .search-container {
        display: none;
    }

    #hero-content-section .section-content-wrapper {
        padding-left: 55px;
        padding-right: 55px;
    }

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

    .custom-logo {
        margin: 0;
    }

    #contact-section .section-content-wrapper .entry-summary,
    #contact-section .section-content-wrapper .entry-content {
        margin: 35px 0 0;
    }

    .featured-video-content-wrapper .hentry,
    .featured-content-wrapper.layout-four .hentry,
    .portfolio-content-wrapper.layout-four .hentry,
    .services-content-wrapper.layout-four .hentry,
    .stats-content-wrapper.layout-four .hentry,
    .team-content-wrapper.layout-four .hentry,
    .contact-details.layout-four>div,
    .featured-content-wrapper.layout-two .hentry,
    .services-content-wrapper.layout-two .hentry,
    .team-content-wrapper.layout-two .hentry,
    .portfolio-content-wrapper.layout-two .hentry,
    .contact-details.layout-two>div,
    .two-columns .hentry,
    #gallery-section .gallery-columns-2 .gallery-item,
    #gallery-section .gallery-columns-4 .gallery-item,
    #gallery-section .gallery-columns-5 .gallery-item,
    #gallery-section .gallery-columns-7 .gallery-item,
    #gallery-section .gallery-columns-8 .gallery-item {
        width: 50%;
    }

    .featured-content-wrapper.layout-three .hentry,
    .portfolio-content-wrapper.layout-three .hentry,
    .services-content-wrapper.layout-three .hentry,
    .stats-content-wrapper.layout-three .hentry,
    .team-content-wrapper.layout-three .hentry,
    .three-columns .hentry,
    #gallery-section .gallery-columns-3 .gallery-item,
    #gallery-section .gallery-columns-6 .gallery-item,
    #gallery-section .gallery-columns-9 .gallery-item {
        width: 33.33%;
    }

    .archive-posts-wrapper .entry-container {
        padding: 0 60px;
    }

    .team-content-wrapper .view-more {
        top: 4%;
        right: 50px;
    }

    .section-content-wrapper.stats-content-wrapper .hentry-inner .sub-title {
        margin-right: 42px;
    }
}

/*--------------------------------------------------------------
## desktop 10.4
--------------------------------------------------------------*/
@media screen and (min-width: 64em) {

    .custom-header-content,
    #feature-slider-section .hentry-inner {
        padding: 88px 50px;
    }

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

    .site-branding {
        margin: 14px auto 14px 20px;
    }

    .stats-section .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .stats-section {
        padding: 42px 0;
    }

    .is-open .menu-inside-wrapper {
        right: 3.75%;
    }

    .boxed-layout #page {
        width: 96%;
    }

    .site-info,
    div#footer-menu-section ul li a {
        font-size: 16px;
        font-size: 1rem;
    }

    .scroll-down {
        bottom: 49px;
        height: 80px;
        right: 49px;
        width: 80px;
    }

    .custom-header-content-wrapper {
        max-width: 550px;
    }

    #promotion-section .play-button-icon .icon {
        width: 21px;
        height: 21px;
    }

    #promotion-section .play-button {
        padding: 13px;
    }

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

    #promotion-section .play-button-icon {
        height: 60px;
        width: 60px;
    }

    .navigation-default #header-menu-social:before {
        margin: 21px auto 21px;
    }

    .widget-column {
        padding: 28px 50px;
    }

    .page .site-main .hentry {
        margin: 0;
    }

    .section,
    #footer-newsletter .has-background-image.widget {
        padding: 0;
    }

    body:not(.home) #footer-newsletter .has-background-image.widget {
        padding: 0;
    }

    #hero-section .wrapper {
        padding: 42px 50px;
    }

    .promotion-section .content-wrapper,
    .logo-slider-content-wrapper,
    #footer-newsletter .widget-inner {
        padding: 0 50px;
    }

    .section-heading-wrapper {
        padding: 42px 50px;
    }

    #stats-section .wrapper .section-heading-wrapper {
        padding-top: 0;
    }

    .archive-post-wrap .hentry {
        margin-bottom: 56px;
    }

    .archive-post-wrap .post-thumbnail {
        margin-bottom: 35px;
    }

    .single .site-main .entry-header,
    .page .site-main .entry-header,
    .archive .page-header,
    .error404 .page-header,
    .search .page-header,
    .woocommerce-products-header {
        margin-bottom: 42px;
    }

    .single .site-main .entry-footer,
    .page .site-main .entry-footer {
        margin-top: 42px;
    }

    ul.products li.product {
        margin: 0 auto 42px;
    }

    .comments-area {
        margin-top: 42px;
        padding-top: 42px;
    }

    .author-info {
        margin-top: 42px;
    }

    .single .site-main .post-thumbnail,
    .page .site-main .post-thumbnail {
        padding: 0;
        margin: 35px 0;
    }

    input[type="search"].search-field {
        display: block;
    }

    .footer-widget-area.four .widget-column {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .portfolio-content-wrapper {
        padding: 0 50px;
    }

    .featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .portfolio-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .services-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .stats-content-wrapper.layout-four .hentry:nth-child(2n+1),
    .team-content-wrapper.layout-four .hentry:nth-child(2n+1) {
        clear: none;
    }

    .featured-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .portfolio-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .services-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .stats-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .team-content-wrapper.layout-four .hentry:nth-child(4n+1) {
        clear: both;
    }

    #gallery-section .gallery-columns-4 .gallery-item,
    .featured-content-wrapper.layout-four .hentry,
    .portfolio-content-wrapper.layout-four .hentry,
    .services-content-wrapper.layout-four .hentry,
    .stats-content-wrapper.layout-four .hentry,
    .team-content-wrapper.layout-four .hentry {
        width: 25%;
    }

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

    #gallery-section .gallery-columns-6 .gallery-item {
        width: 16.66666666666667%;
    }

    #gallery-section .gallery-columns-7 .gallery-item {
        width: 14.28571428571429%;
    }

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

    #gallery-section .gallery-columns-9 .gallery-item {
        width: 11.11111111111111%;
    }

    .featured-video-content-wrapper .hentry,
    .featured-content-wrapper.layout-four .hentry,
    .services-content-wrapper.layout-four .hentry,
    .stats-content-wrapper.layout-four .hentry,
    .team-content-wrapper.layout-four .hentry,
    .featured-content-wrapper.layout-three .hentry,
    .services-content-wrapper.layout-three .hentry,
    .stats-content-wrapper.layout-three .hentry,
    .team-content-wrapper.layout-three .hentry,
    .featured-content-wrapper.layout-two .hentry,
    .services-content-wrapper.layout-two .hentry,
    .stats-content-wrapper.layout-two .hentry,
    .team-content-wrapper.layout-two .hentry,
    .events-content-wrapper.layout-two>* {
        padding: 0 20px;
    }

    .featured-video-content-wrapper .hentry {
        width: 30%;
    }

    .featured-video-content-wrapper .hentry:first-child {
        width: 70%;
    }

    .featured-video-content-wrapper .hentry:nth-child(2n+1) {
        clear: none;
    }

    .content-area {
        float: left;
        margin-right: -100%;
        width: 70%;
    }

    .sidebar {
        border-top: none;
        float: right;
        margin-left: 70%;
        width: 30%;
        max-width: 400px;
    }

    #primary {
        padding: 0 20px;
    }

    .site-content .wrapper>.sidebar {
        margin-top: 0;
    }

    .content-right .content-area {
        float: right;
        margin-right: 0;
        margin-left: -100%;
    }

    .content-right .sidebar {
        float: left;
        margin-right: 70%;
        margin-left: 0;
    }

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

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

    .sidebar .widget {
        width: 100%;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        width: 52%;
    }

    .home .header-media .section-title,
    #feature-slider-section .entry-title,
    .stats-content-wrapper .hentry-inner .sub-title,
    #footer-instagram .widget-title,
    .page-title,
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1,
    .textwidget h1 {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .archive-posts-wrapper .entry-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .section-title,
    .contact-content-wrapper .contact-us-form .entry-title,
    .textwidget h2 {
        font-size: 32px;
        font-size: 2rem;
    }

    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    .textwidget h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }

    .entry-content h4,
    .comment-content h4,
    .textwidget h4 {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .entry-content h5,
    .comment-content h5,
    .textwidget h5 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .entry-content h6,
    .comment-content h6,
    .textwidget h6 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .hero-content-wrapper .post-thumbnail-background {
        -webkit-flex-basis: 42.85714285714286%;
        -ms-flex-preferred-size: 42.85714285714286%;
        flex-basis: 42.85714285714286%;
    }

    .hero-content-wrapper .entry-container {
        padding: 35px 0 35px 56px;
        -webkit-flex-basis: 57.14285714285714%;
        -ms-flex-preferred-size: 57.14285714285714%;
        flex-basis: 57.14285714285714%;
    }

    .content-align-left .hero-content-wrapper .entry-container {
        padding: 35px 56px 35px 0;
    }

    .content-align-left .hero-content-wrapper .entry-container {
        padding: 0 40px 0 0;
    }

    .comment-respond {
        padding: 49px;
    }

    .promotion-section.content-frame .entry-container-frame {
        padding: 4.5em 4em;
    }

    #site-generator {
        padding: 42px 30px;
        margin: 0 auto;
        max-width: 1520px;
    }

    .social-floating-navigation {
        display: block;
    }

    #footer-menu-section .wrapper {
        margin: 0;
        padding: 0;
    }

    .site-footer #site-generator {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

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

    .site-info {
        margin-top: 0;
    }

    .contact-content-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .main-navigation li {
        width: auto;
    }

    .header-media .section-title {
        font-size: 32px;
        font-size: 2rem;
    }

    #logo-slider-section .owl-prev,
    #logo-slider-section .owl-next,
    #testimonial-content-section .owl-prev,
    #testimonial-content-section .owl-next {
        top: 40%;
    }

    #logo-slider-section .owl-prev {
        left: -5%;
    }

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

    #logo-slider-section .owl-next {
        right: -5%;
    }

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

    .archive-posts-wrapper .entry-container {
        padding: 0 90px;
    }

    #feature-slider-section .entry-container {
        padding: 0 15px;
    }

    .section-content-wrapper.stats-content-wrapper .hentry-inner .sub-title {
        margin-right: 60px;
    }

    .sidebar .widget {
        padding: 55px;
    }

    .archive:not(.woocommerce) .site-content {
        padding-top: 0;
    }

    .recent-blog-content .archive-post-wrap .entry-container,
    .site-content .content-area .entry-container {
        padding: 150px 60px;
    }

    .site-title {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .site-description {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

/*--------------------------------------------------------------
## desktop 10.5
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## wide-width 10.6
--------------------------------------------------------------*/
/**
 * 15.8 - >= 1366px
 */
@media screen and (min-width: 85.375em) {
    #primary-search-wrapper>.social-navigation {
        display: block;
    }

    .single .site-main .hentry,
    .page .site-main .hentry {
        margin-bottom: 56px;
    }

    .single .site-main .entry-footer,
    .page .site-main .entry-footer {
        margin-top: 56px;
    }

    .comment-respond {
        padding: 56px;
    }

    .comments-area {
        margin-top: 56px;
        padding-top: 56px;
    }

    #footer-menu-section .wrapper {
        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;
    }

    .events-content-wrapper .date-month {
        font-size: 42px;
    }

    .recent-blog-content .archive-post-wrap .entry-container,
    .site-content .content-area .entry-container {
        padding: 180px 60px;
    }

    #footer-instagram .widget-title,
    .page-title,
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1,
    .textwidget h1 {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .textwidget h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    .textwidget h3 {
        font-size: 32px;
        font-size: 2rem;
    }

    .entry-content h4,
    .entry-summary h4,
    .comment-content h4,
    .textwidget h4 {
        font-size: 26px;
        font-size: 1.635rem;
    }

    .section,
    #footer-newsletter .has-background-image.widget {
        padding: 8px 0;
    }

    .header-media+.section {
        padding-top: 78px;
    }

    .header-media+.section.no-section-heading,
    #feature-slider-section+.section.no-section-heading {
        padding-top: 120px;
    }

    #promotion-section {
        padding: 120px 0;
    }

    body .section.no-section-heading {
        padding-top: 50px;
    }

    .section+.has-background-image {
        padding-top: 78px;
        margin-top: 60px;
    }

    .section+.section.has-background-image.no-section-heading {
        padding-top: 120px;
    }

    .author-info {
        margin-top: 56px;
    }

    .hero-content-wrapper .entry-container {
        padding: 49px 0 49px 84px;
    }

    .content-align-left .hero-content-wrapper .entry-container {
        padding: 49px 84px 49px 0;
    }

    #gallery-section .tiled-gallery .tiled-gallery-item a:after {
        font-size: 20px;
        font-size: 1.25rem;
        height: 50px;
        padding: 15px;
        width: 50px;
    }

    caption,
    th,
    td {
        padding: 0.667em 1em;
    }

    #contact-section .section-content-wrapper .entry-summary,
    #contact-section .section-content-wrapper .entry-content {
        margin: 42px 0 0;
    }

    .archive-post-wrap .hentry {
        margin-bottom: 70px;
    }

    .archive-post-wrap .post-thumbnail {
        margin-bottom: 42px;
    }

    .archive-posts-wrapper .entry-container {
        padding: 0 140px;
    }

    .services-section.section .hentry .hentry-inner .post-thumbnail {
        margin-bottom: 55px;
    }

    .more-link {
        margin-bottom: 47px;
    }

    .site-header-logo {
        max-width: 450px;
    }
}

/*--------------------------------------------------------------
## Large 10.7
--------------------------------------------------------------*/
/**
 * 15.5 - >= 1200px
 */
@media only screen and (min-width: 75em) {
    .navigation-default .site-branding {
        text-align: left;
    }

    .navigation-default .menu-inside-wrapper .main-navigation>ul>.current-menu-item>a:after {
        content: '';
        width: calc(100% - 40px);
        height: 2px;
        position: absolute;
        top: calc(100% - 11px);
        left: 20px;
    }

    .hero-content-wrapper .entry-container {
        padding: 42px 0 42px 70px;
    }

    .content-align-left .hero-content-wrapper .entry-container {
        padding: 42px 70px 42px 0;
    }

    #events-section.has-foreground-image .wrapper:before {
        top: 200px;
    }

    .navigation-default .menu-toggle {
        display: none;
    }

    .navigation-default #primary-search-wrapper .menu-toggle {
        display: block;
    }

    .navigation-default #primary-menu-wrapper .menu-inside-wrapper {
        border: none;
        position: relative;
        display: block;
        float: left;
        top: 0;
        left: 0;
        right: 0;
        visibility: visible;
        opacity: 1;
        width: auto;
        bottom: auto;
        background-color: transparent;
        box-shadow: none;
        overflow: inherit;
    }

    .navigation-default .main-navigation a {
        padding: 28px 20px;
        line-height: 2;
    }

    .navigation-default .main-navigation li.menu-item-has-children ul ul a {
        padding-left: 20px;
    }

    .navigation-default .main-navigation .menu-item-has-children>a>.icon,
    .navigation-default .main-navigation .page_item_has_children>a>.icon {
        display: inline;
        left: 5px;
        position: relative;
        top: -1px;
    }

    .navigation-default .main-navigation ul ul .menu-item-has-children>a>.icon,
    .navigation-default .main-navigation ul ul .page_item_has_children>a>.icon {
        margin-top: -7px;
        left: auto;
        position: absolute;
        right: 14px;
        top: 50%;
        -webkit-transform: rotate(-270deg);
        /* Chrome, Safari, Opera */
        -ms-transform: rotate(-270deg);
        /* IE 9 */
        transform: rotate(-270deg);
    }

    .navigation-default .main-navigation ul a,
    .navigation-default .main-navigation ul :hover>a,
    .navigation-default .main-navigation ul .focus>a {
        background-color: transparent;
    }

    .navigation-default .main-navigation ul ul {
        border: 1px solid;
        display: block;
        float: left;
        margin: 0;
        padding: 7px 0;
        position: absolute;
        top: auto;
        left: -999em;
        z-index: 99999;
    }

    .navigation-default .main-navigation ul ul ul {
        left: -999em;
        top: -8px;
    }

    .navigation-default .main-navigation ul ul a {
        padding: 7px 20px;
        width: 220px;
    }

    .navigation-default .main-navigation ul li:hover>ul,
    .navigation-default .main-navigation ul li.focus>ul {
        left: auto;
        right: 0;
    }

    .navigation-default .main-navigation li {
        border-bottom: none;
    }

    .navigation-default .main-navigation ul ul li:hover>ul,
    .navigation-default .main-navigation ul ul li.focus>ul {
        left: auto;
        right: 100%;
    }

    .navigation-default .main-navigation li {
        display: inline-block;
    }

    .navigation-default .social-top div {
        border-bottom: none;
    }

    .navigation-default .dropdown-toggle,
    .navigation-default .main-navigation ul .dropdown-toggle.toggled-on,
    .navigation-default #primary-menu-wrapper .menu-toggle-wrapper {
        display: none;
    }

    .header-media-disabled #feature-slider.section {
        padding-top: 78px;
    }

    .archive-post-wrap .hentry {
        margin-bottom: 63px;
    }

    .site-header-main .wrapper {
        padding: 14px 30px;
    }

    .archive-posts-wrapper .entry-container {
        padding: 0 120px;
    }
}

/*--------------------------------------------------------------
## Ultra Wide 10.8
--------------------------------------------------------------*/
/**
 * 15.9 - >= 1600px
 */
@media screen and (min-width: 100em) {

    body,
    .widget .widget-title {
        font-size: 21px;
        font-size: 1.3125rem;
    }

    #promotion-section .readmore,
    .more-link .readmore,
    .widget .widget-title,
    ul.products li.product .woocommerce-loop-product__title,
    #testimonial-content-section .entry-title,
    .team-content-wrapper .button,
    .site-content .view-more a,
    button,
    .button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .posts-navigation a,
    #content #infinite-handle span button,
    nav.navigation.posts-navigation .nav-links a,
    .catch-instagram-feed-gallery-widget-wrapper .button,
    #footer-newsletter .ewnewsletter .hentry form input[type="submit"] {
        font-size: 21px;
        font-size: 1.3125rem;
    }

    .home .header-media .section-title,
    #feature-slider-section .entry-title,
    .stats-content-wrapper .hentry-inner .sub-title,
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1,
    .textwidget h1 {
        font-size: 58px;
        font-size: 3.625rem;
    }

    .section-content-wrapper.stats-content-wrapper .hentry-inner .sub-title {
        font-size: 56px;
        font-size: 3.5rem;
    }

    #footer-instagram .widget-title,
    .page-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .archive-posts-wrapper .entry-title,
    .contact-content-wrapper .contact-us-form .entry-title,
    .section-title,
    .textwidget h2 {
        font-size: 49px;
        font-size: 3.0625rem;
    }

    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    .textwidget h3 {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .entry-content h4,
    .entry-summary h4,
    .comment-content h4,
    .textwidget h4 {
        font-size: 28px;
        font-size: 1.75rem;
    }

    .entry-content h5,
    .entry-summary h5,
    .comment-content h5,
    .textwidget h5 {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .site-content .view-more a {
        font-size: 21px;
        font-size: 1.3125rem;
    }

    .widget {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .is-open .menu-inside-wrapper {
        right: 3%;
    }

    .section.no-section-heading {
        padding-top: 98px;
    }

    .more-link {
        margin: 49px 0 0;
    }

    .custom-header-content,
    #feature-slider-section .hentry-inner {
        padding: 147px 0;
    }

    .hero-content-wrapper .entry-container {
        padding: 56px 0 56px 120px;
    }

    .archive-posts-wrapper .cat-links {
        margin-bottom: 21px;
    }

    .content-align-left .hero-content-wrapper .entry-container {
        padding: 56px 120px 56px 0;
    }

    .archive-post-wrap .hentry {
        margin-bottom: 77px;
    }

    .archive-post-wrap .post-thumbnail {
        margin-bottom: 49px;
    }

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

    .social-floating-navigation {
        left: 20px;
    }

    .header-media .section-title {
        font-size: 49px;
        font-size: 3.0625rem;
    }

    .section-heading-wrapper {
        padding-bottom: 70px;
    }

    .stats-section .wrapper {
        padding-top: 70px;
    }

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

    .recent-blog-content .archive-post-wrap .entry-container,
    .site-content .content-area .entry-container {
        padding: 203px 140px;
    }

    .section,
    #footer-newsletter .has-background-image.widget {
        padding: 28px 0;
    }

    .header-media+.section {
        padding-top: 98px;
    }

    .header-media+.section.no-section-heading,
    #feature-slider-section+.section.no-section-heading {
        padding-top: 140px;
    }

    body .section.no-section-heading {
        padding-top: 70px;
    }

    .section+.has-background-image {
        padding-top: 98px;
        margin-top: 70px;
    }

    .section+.section.has-background-image.no-section-heading {
        padding-top: 140px;
    }

    #promotion-section {
        padding: 140px 0;
    }

    .services-section.section .hentry .hentry-inner .post-thumbnail {
        margin-bottom: 42px;
    }

    .site-header-logo {
        max-width: 100%;
    }

    .site-content.section {
        padding-top: 112px;
    }
}

/*--------------------------------------------------------------
## Ultra Wide 10.9
--------------------------------------------------------------*/
/**
 * 15.10 - >= 1920px
 */
@media screen and (min-width: 120em) {
    .section-content-wrapper.stats-content-wrapper .hentry-inner .sub-title {
        margin-right: 90px;
    }

    .recent-blog-content .archive-post-wrap .entry-container,
    .site-content .content-area .entry-container {
        padding: 303px 140px;
    }
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/* Background Color */
body,
input[type="text"],
input[type="email"],
.promotion-headline-wrapper.section .section-content-wrap .inner-container .more-button .more-link:hover,
.promotion-headline-wrapper.section .section-content-wrap .inner-container .more-button .more-link:focus,
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,
.promotion-section.content-frame .entry-container-frame {
    background-color: #000000;
}

/* Page Background Color */
.select2-container--default .select2-selection--single,
.team-section .team-content-wrapper .hentry .entry-container:before,
.skill-content-wrapper .hentry .skillbar .skillbar-content,
.boxed-layout .site,
.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,
.stats-section .view-all-button .more-button .more-link {
    background-color: #111111;
}

/* Secondary Background Color */
.author-info,
#secondary,
#primary-search-wrapper .menu-inside-wrapper,
.menu-inside-wrapper,
.mobile-social-search,
#footer-newsletter,
.sidebar .widget-wrap,
mark,
ins,
.portfolio-section .hentry .hentry-inner:after,
ul.tabs.wc-tabs li.active a,
.woocommerce-Tabs-panel,
.promotion-sale-wrapper,
#skill-section,
.shop_table thead th,
ul.wc_payment_methods.payment_methods.methods li,
.comment-respond,
.menu-inside-wrapper #site-header-cart-wrapper a:hover,
.widget_shopping_cart_content,
pre,
.widget .ui-tabs .ui-tabs-panel,
#gallery-section .gallery-item .gallery-caption,
#testimonial-content-section .entry-container {
    background-color: #111111;
}

/* Site Branding Color  */
.site-title a,
.site-description {
    color: #ffffff;
}

/* Main Text Color */
body,
input,
select,
optgroup,
textarea,
.entry-meta a,
div#footer-menu-section ul li a,
.team-content-wrapper .entry-container a,
.archive-posts-wrapper .more-link .icon.icon-arrow-right,
#promotion-section .section-content-wrapper .entry-title,
#promotion-section .section-content-wrapper .entry-summary,
#promotion-section .section-content-wrapper .entry-content,
.contact-section .contact-info-details a,
.stats-content-wrapper .entry-summary,
.stats-content-wrapper .entry-content {
    color: #999999;
}

/* Sub Title Text Color */
blockquote:before,
.section-subtitle,
.section-subtitle p,
#testimonial-content-section .owl-dots.active button span {
    color: #d98e4a;
}

/* Heading Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.stats-content-wrapper .hentry-inner .sub-title,
blockquote p,
.header-media .section-title,
.custom-header-content .site-header-text,
.drop-cap {
    color: #ffffff;
}

/* Link Color */
a,
.site-header-menu .menu-inside-wrapper .nav-menu li button,
#contact-form-section .section-content-wrapper .contact-us-form form span input,
#contact-form-section .section-content-wrapper .contact-us-form form span textarea,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.stats-section .view-all-button .more-button .more-link,
.sidebar nav.social-navigation ul li a:hover,
.sidebar nav.social-navigation ul li a:focus,
td#today,
.clients-content-wrapper .controller .cycle-pager span.cycle-pager-active,
#menu-toggle:hover,
#menu-toggle:focus,
.menu-toggle-wrapper button,
.toggled-on.active:before,
#primary-search-wrapper button,
.site-header-menu button,
.comment-respond .comment-form p.is-focused label,
.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li a,
#feature-slider-section .owl-dot.active:before,
#feature-slider-section .owl-prev .icon,
#feature-slider-section .owl-next .icon,
.contact-section .contact-info-details .social-navigation a,
#primary-search-wrapper .menu-toggle,
#social-menu-wrapper .menu-toggle,
.home .entry-meta .cat-links a:hover,
.home .entry-meta .cat-links a:focus,
.stats-content-wrapper .entry-title a:hover,
.stats-content-wrapper .entry-title a:focus {
    color: #ffffff;
}

.services-section.section .hentry .hentry-inner .post-thumbnail a:before,
input[type]:focus,
textarea:focus,
select:focus,
blockquote.alignright,
blockquote.alignleft,
figure.wp-block-pullquote.alignleft blockquote,
figure.wp-block-pullquote.alignright blockquote,
#footer-newsletter .ewnewsletter .hentry form input:focus,
.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li {
    border-color: #ffffff;
}

.owl-carousel .owl-dot,
ins {
    background-color: #ffffff;
}

/* Link Hover Color */
a:hover,
a:focus,
.has-background-image .entry-title a:hover,
.has-background-image .entry-title a:focus,
.has-background-image .entry-meta:hover,
.has-background-image .entry-meta:focus,
.site-title a:hover,
.site-title a:focus,
div#footer-menu-section ul li a:hover,
div#footer-menu-section ul li a:focus,
.portfolio-content-wrapper .hentry .entry-container a:hover,
.portfolio-content-wrapper .hentry .entry-container a:focus,
.portfolio-section .hentry .hentry-inner .entry-container a:hover,
.portfolio-section .hentry .hentry-inner .entry-container 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,
.archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta .posted-on a:hover,
.archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta .posted-on a:focus,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"]:hover,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"]:focus,
#feature-slider-section .owl-prev .icon:hover,
#feature-slider-section .owl-prev .icon:focus,
#feature-slider-section .owl-next .icon:hover,
#feature-slider-section .owl-next .icon:focus,
.contact-section .contact-info-details .social-navigation a:hover,
.contact-section .contact-info-details .social-navigation a:focus,
#primary-search-wrapper .menu-toggle:hover,
#primary-search-wrapper .menu-toggle:focus,
#social-menu-wrapper .menu-toggle:hover,
#social-menu-wrapper .menu-toggle:focus,
.more-link:hover,
.more-link:focus,
.more-link .readmore:hover,
.more-link .readmore:focus,
#team-content-section .button:hover,
#team-content-section .button:focus,
#testimonial-content-section button:hover,
#testimonial-content-section button:focus,
.entry-meta a:hover,
.entry-meta a:focus,
#featured-content-section .readmore:hover,
#featured-content-section .readmore:focus,
.contact-section .contact-info-details a:hover,
.contact-section .contact-info-details a:focus,
.has-background-image .entry-meta a:hover,
.has-background-image .entry-meta a:focus,
.team-content-wrapper .entry-container a:hover,
.team-content-wrapper .entry-container a:focus,
#primary-search-wrapper button:hover,
#primary-search-wrapper button:focus,
.site-header-menu button:hover,
.site-header-menu button:focus,
#portfolio-content-section .filter-button-group .button:hover,
#portfolio-content-section .filter-button-group .button:focus {
    color: #d98e4a;
}

.section .owl-carousel .owl-dots button.active {
    border-color: #d98e4a;
}

.navigation-modern .menu-inside-wrapper .main-navigation .nav-menu .current_page_item a,
.stats-content-wrapper .entry-title a,
.scroll-down:hover .icon,
.scroll-down:focus .icon,
.home .cat-links a,
.more-link .readmore:hover svg,
.more-link .readmore:focus svg,
.button:hover svg,
.button:focus svg,
button:hover svg,
button:focus svg,
#testimonial-content-section .section-content-wrapper .entry-content:before,
.archive-posts-wrapper .more-link .readmore:hover .icon.icon-arrow-right,
.archive-posts-wrapper .more-link .readmore:focus .icon.icon-arrow-right,
#portfolio-content-section .button.is-checked,
.menu-inside-wrapper .main-navigation ul.nav-menu ul .current-menu-item a {
    color: #d98e4a;
}

.menu-inside-wrapper .main-navigation .nav-menu .current_page_item>a:after {
    background-color: #d98e4a;
}

/* Button Background Color */
.more-link,
.button,
button,
#featured-content-section .readmore,
.slider-content-wrapper .controllers .cycle-prev,
.slider-content-wrapper .controllers .cycle-next,
input[type="submit"],
button[type="submit"],
.scrollup a,
.section .owl-carousel .owl-dots button.active,
.wp-block-button__link,
#infinite-handle .ctis-load-more button,
.menu-inside-wrapper #site-header-cart-wrappe li>a,
.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,
.archive-content-wrap .pagination .page-numbers.current,
.cart-collaterals .shop_table.shop_table_responsive .cart-subtotal,
.onsale,
.catch-instagram-feed-gallery-widget-wrapper .button,
.sticky-label,
#team-content-section .button:hover,
#team-content-section .button:focus {
    background: transparent;
}

/* Button Text Color */
.more-link,
#featured-content-section .readmore,
.slider-content-wrapper .controllers .cycle-prev,
.slider-content-wrapper .controllers .cycle-next,
.sticky-label,
button,
.button,
.scroll-down .icon,
.scrollup a:before,
input[type="submit"],
.page-numbers:hover,
.page-numbers:focus,
button[type="submit"],
.stats-section .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,
#primary-search-wrapper .search-container button:hover svg,
#primary-search-wrapper .search-container button:focus svg,
.search-form button:hover svg,
.search-form button:focus svg,
.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,
.woocommerce-pagination ul.page-numbers li .page-numbers.current,
#portfolio-content-section .entry-container,
span.onsale,
.contact-details li .fa,
.slider-content-wrapper #featured-slider-prev:hover:before,
.slider-content-wrapper #featured-slider-next:hover:before,
.slider-content-wrapper #featured-slider-prev:focus:before,
.slider-content-wrapper #featured-slider-next:focus:before,
.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,
.cart-collaterals .shop_table.shop_table_responsive .cart-subtotal,
.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,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"],
#content #infinite-handle span button,
nav.navigation.posts-navigation .nav-links a,
.absolute-header .menu-label {
    color: #ffffff;
}

.absolute-header .bars {
    background-color: #ffffff;
}

/* Button Hover Text Color */
button:hover,
button:focus,
.button:hover,
.button:focus,
#promotion-section .readmore:hover,
#promotion-section .readmore: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,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"]:hover,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"]:focus,
#content #infinite-handle span button:hover,
#content #infinite-handle span button:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
.scrollup a:hover,
.scrollup a:focus,
.header-media .more-link .readmore:hover,
.header-media .more-link .readmore:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus {
    color: #ffffff;
}

/* Button Hover Background Color */
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
#promotion-section .readmore:hover,
#promotion-section .readmore: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,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"]:hover,
#footer-newsletter .ewnewsletter .hentry form input[type="submit"]:focus,
#content #infinite-handle span button:hover,
#content #infinite-handle span button:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a: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,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.archive-content-wrap .pagination .page-numbers:hover,
.archive-content-wrap .pagination .page-numbers:focus,
.header-media .more-link .readmore:hover,
.header-media .more-link .readmore:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus {
    background-color: #d98e4a;
}

.scroll-down,
.section .owl-carousel .owl-dots button,
.sticky-post,
span.sticky-post:after,
span.sticky-post:before {
    background-color: #d98e4a;
}

/* Border Color */
nav.navigation,
.calendar_wrap tbody tr:first-child,
.calendar_wrap tbody tr:last-child,
tfoot,
tfoot tr td,
.sidebar.widget-area section.widget,
.woocommerce-tabs ul.tabs.wc-tabs li,
.menu-wrapper .widget_shopping_cart ul.woocommerce-mini-cart li,
.entry-summary form.cart,
.widget_recent_entries 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,
table,
table thead tr,
table thead th,
thead th,
tbody th,
tbody td,
tbody tr,
table.shop_table_responsive tr td,
table tbody 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,
.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,
.archive-content-wrap .navigation.pagination .page-numbers,
.woocommerce-posts-wrapper .summary.entry-summary .woocommerce-product-rating,
.woocommerce-posts-wrapper .summary.entry-content .woocommerce-product-rating,
.cart-collaterals .order-total,
#payment .wc_payment_methods .payment_box,
.products .product,
select,
header .site-header-main,
abbr,
acronym,
.product-quantity input[type="number"],
.coupon input[type="text"],
.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-default .site-header-menu #primary-menu-wrapper .menu-inside-wrapper,
.woocommerce-grouped-product-list tr,
.mobile-social-search,
.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,
.comment-body,
.comment-form textarea,
.comment-form input,
.promotion-headline-wrapper.section .section-content-wrap .inner-container .more-button .more-link,
.section:nth-child(2n)+.site-content,
.services-section.section .hentry .hentry-inner {
    border-color: #252525;
}

/* Tertiary Text Color */
.sticky-post,
.has-background-image .section-subtitle,
.has-background-image .entry-meta a,
.has-background-image .section-subtitle p,
.has-background-image .section-title,
.has-background-image .entry-title a,
.has-background-image .entry-summary,
.has-background-image .entry-content,
.has-background-image .entry-content>h2,
.has-background-image .entry-summary>h2,
#promotion-section.content-color-white .section-content-wrapper .entry-title,
#promotion-section.content-color-white .section-content-wrapper .entry-summary,
#promotion-section.content-color-white .section-content-wrapper .entry-content,
.custom-header-content .entry-title .sub-title,
.stats-section .section-description,
.hero-content-wrapper.has-background-image .entry-container,
.portfolio-content-wrapper .hentry .entry-container a,
.portfolio-content-wrapper .hentry .entry-container .entry-meta time,
.portfolio-content-wrapper .hentry .entry-container .entry-summary,
.portfolio-content-wrapper .hentry .entry-container .entry-content,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .section-title,
.testimonials-content-wrapper.has-background-image .entry-title a,
.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,
.custom-header-content .entry-container,
.custom-header-content .entry-container .entry-title,
.ewnewsletter.has-background-image .section-title,
.ewnewsletter.has-background-image .section-title,
.site-footer .widget-wrap .widget-title,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .hentry,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .position,
.promotion-headline-wrapper .section-title,
.promotion-headline-wrapper .more-link,
.promotion-headline-wrapper.section .section-content-wrap .inner-container,
.slider-content-wrapper.content-frame .entry-container .entry-title a,
.slider-content-wrapper.content-frame .entry-container .entry-container-wrap .entry-summary,
.slider-content-wrapper.content-frame .entry-container .entry-container-wrap .entry-content {
    color: #fff;
}

.scroll-down:hover,
.scroll-down:focus,
.team-content-wrapper .entry-container,
.team-section .hentry .hentry-inner .post-thumbnail:before,
.promotion-headline-wrapper.no-background {
    background-color: #fff;
}

.featured-content-section .section-content-wrapper .hentry,
.services-section .hentry,
#portfolio-content-section .hentry,
.stats-section .hentry,
.team-section .hentry,
.archive-content- .hentry,
.stats-section .hentry,
.sidebar .widget-wrap,
.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,
.sidebar .ew-newsletter,
#footer-newsletter+.section {
    background: transparent;
}

/*# sourceMappingURL=style.css.map */
