/*
Theme Name: Focus Stock
Theme URI: https://catchthemes.com/themes/focus-stock/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Focus Stock is a Free Photography WordPress theme for all kinds of creative photography websites and blogs. The theme is absolutely clean, minimal, and visually aesthetic. It has been crafted carefully with simplicity, minimalism, and creativity in mind. Focus Stock is ideal for all creative photographers, photo bloggers, graphic designers, and other freelancers. Dozens of precise, customizable portfolio and gallery settings will ensure your images and high-resolution photography truly pop in a most memorable, favorable way. Responsive and attractive design along with great typography ensure your photography site is aesthetic and attractive. Features like WooCommerce Ready, Portfolio, Featured Content, Hero Content, Services, Testimonials, Header Media, Featured Slider Options, and more have been added in Focus Stock. All of these features are essential for all kinds of photography websites and blogs. The theme provides a powerful set of tools for devising and developing awesome photography websites in only a matter of minutes. Supple HTML5 coding underpins a media-savvy theme that can handle high-resolution photography and embedded video with utter ease and dexterity. Download Focus Stock today and make the best out of your photography business or blog. For more information, check out Theme Instructions at https://catchthemes.com/themes/focus-stock/#theme-instructions/ and Demo at https://catchthemes.com/demo/focus-stock/.
Requires at least: 5.6
Requires PHP: 5.6
Tested up to: 6.5
Version: 1.2.4
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, left-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: focus-stock

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Typography
 	* 2.1 - Font Awesome
 	* 2.2 - Font Family
 	* 2.3 - Font Size
 	* 2.4 - Heading
 * 3.0 - Core
 	* 3.1 - Elements
 	* 3.2 - Icons
 	* 3.3 - Lists
 	* 3.4 - Padding/Margin
 * 4.0 - Forms
 * 5.0 - Navigation
     *  5.1 - Next/Previous
     *  5.2 - Menus
     *  5.3 - Header
 * 6.0 - Modules
	 * 6.1 - Accessibility
	 * 6.2 - Alignments
	 * 6.3 - breadcrumbs
	 * 6.4 - captions
	 * 6.5 - clearings
	 * 6.6 - content
	 * 6.7 - media
	 * 6.8 - scroll-up
	 * 6.9 - sidebar
 * 7.0 - Site
 	* 7.1 - Primary
 	  * 7.1.1 - Comments
 	  * 7.1.2 - post and navigation
 	* 7.2 - Primary
 	  * 7.2.1 - Widgets

 	* 7.3 - Section
	 	* 7.3.1 - App section
	 	* 7.3.2 - Audio Player
	 	* 7.3.3 - Contact
	 	* 7.3.4 - Events
		* 7.3.5  - Feature Slider
		* 7.3.6  - Feature Content
		* 7.3.7  - Footer
	 	* 7.3.8  - Gallery
	 	* 7.3.9  - Hero Content
		* 7.3.10 - Logo Slider
		* 7.3.11 - Newsletter
		* 7.3.12 - Playlist
		* 7.3.13 - Portfolio
		* 7.3.14 - Promotional
		* 7.3.15 - Services
		* 7.3.16 - Sticky Playlist
		* 7.3.17 - Team
		* 7.3.18 - Testimonials
		* 7.3.19 - Woocommerce
		 *  7.3.19.1 - Clearing
		 *  7.3.19.2 - Layout
		 *  7.3.19.3 - Shop tables
		 *  7.3.19.4 - Products
		 *  7.3.19.5 - Infinite Scroll
		 *  7.3.19.6 - Onsale
		 *  7.3.19.7 - Price
		 *  7.3.19.8 - Buttons
		 *  7.3.19.9 - Single product
		 *  7.3.19.10 - Checkout
		 *  7.3.19.11 - My account
		 *  7.3.19.12 - General WooCommerce components
		 *      7.3.19.12.1 - Header cart
		 *      7.3.19.12.2 - Pagination
		 *      7.3.19.12.3 - Star rating
		 *      7.3.19.12.4 - Tabs
		 *      7.3.19.12.5 - Password strength meter
		 *      7.3.19.12.6 - Forms
		 *      7.3.19.12.7 - Notices
		 *      7.3.19.12.8 - WooCommerce widgets
		 *             7.3.19.12.8.1 - WooCommerce Price Filter
 * 8.0 - Media Queries
 *	  8.1 - >= 480px
 *    8.2 - >= 568px
 *    8.3 - >= 768px
 *    8.4 - >= 783px
 *    8.5 - >= 1024px
 *    8.6 - >= 1200px
 *	  8.7 - >= 1366px
 *    8.8 - >= 1440px
 *    8.9 - >= 1600px
 *    8.10 - >= 1920px
 * 9.0 - Transition
 * 10.0 - Colors
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
 */
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 {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  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.56;
  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; }

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

/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Transition
--------------------------------------------------------------*/
a,
body .wp-playlist-item-artist {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.more-link,
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,
body .wp-playlist-item,
nav.navigation.posts-navigation .nav-links a {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.custom-header-media .wp-custom-header-video-button {
  -webkit-transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out;
  -moz-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
  -o-transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out;
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out; }

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,
form div.fes-form .fes-el .fes-fields input[type="text"],
form div.fes-form .fes-el .fes-fields input[type="password"],
form div.fes-form .fes-el .fes-fields input[type="email"],
form div.fes-form .fes-el .fes-fields input[type="url"],
form div.fes-form .fes-el .fes-fields input[type="number"],
form div.fes-form .fes-el .fes-fields textarea {
  transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out; }

body.infinite-scroll.infinity-end .archive-posts-wrapper .section-content-wrapper {
  -webkit-transition: 0.2s padding ease-in-out;
  -o-transition: 0.2s padding ease-in-out;
  -moz-transition: 0.2s padding ease-in-out;
  transition: 0.2s padding ease-in-out; }

/**
 * 2.0 - Typography
 */
/*--------------------------------------------------------------
## Font Awesome
--------------------------------------------------------------*/
/**
 * 2.1 - FontAwesome
 */
.sticky-post:before,
#promotion-section .button.play-button:before,
.pagination .prev span:before,
.pagination .next span:after,
.gallery-item .gallery-icon a:after,
.tiled-gallery .tiled-gallery-item a:after,
.comment-meta .comment-permalink:before,
.site-header-cart .cart-contents:before,
.mejs-button button:before,
.focus-stock-mejs-container.mejs-container .mejs-button button:before,
.nav-next .nav-subtitle:after,
.nav-previous .nav-subtitle:before,
.cat-links span + a:before,
.tags-links span + a:before,
.wp-custom-header-video-button:before,
.search-toggle:before,
.menu-toggle:before,
.menu-toggle-close:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after,
.search-submit:before,
.social-navigation a:before,
#feature-slider-section .owl-prev:before,
#feature-slider-section .owl-next:before,
#focus-stock-logo-slider-section .owl-prev:before,
#focus-stock-logo-slider-section .owl-next:before,
#testimonial-content-section .owl-prev:before,
#testimonial-content-section .owl-next:before,
.team-content-wrapper .owl-prev:before,
.team-content-wrapper .owl-next:before,
.entry-breadcrumbs a:after,
.comment-reply-title small a:before,
#scrollup:before,
.archive-post-wrap .hentry .entry-meta > span:before,
.pricing-section .entry-content ul > li::before,
.pricing-section .entry-summary ul > li::before,
.fes-vendor-menu-tab a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ewnewsletter .hentry form input[type="submit"] {
  font-family: 'FontAwesome';
  font-weight: 300; }

.archive-post-wrap .hentry .entry-meta > span.posted-on:before {
  content: "\f073"; }

.archive-post-wrap .hentry .entry-meta > span.byline:before {
  content: "\f007"; }

.archive-post-wrap .hentry .entry-meta > span.cat-links:before {
  content: "\f07c"; }

.archive-post-wrap .hentry .entry-meta > span.comments-link:before {
  content: "\f075"; }

.site-header-cart .cart-contents:before {
  content: "\f07a"; }

.navigation-classic .site-header-cart .cart-contents:before {
  margin-right: 0; }

.menu-toggle:before {
  content: "\f0c9"; }

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

.search-toggle:before,
.search-submit:before,
#gallery-section .gallery-item .gallery-icon a:after,
#gallery-section .tiled-gallery .tiled-gallery-item a:after {
  content: "\f002"; }

.dropdown-toggle:after {
  content: "\f107"; }

.active.dropdown-toggle:after {
  content: "\f106"; }

.pagination .prev span:before,
#feature-slider-section .owl-prev:before,
.team-content-wrapper .owl-prev:before {
  content: "\f104"; }

.pagination .next span:after,
#feature-slider-section .owl-next:before,
.team-content-wrapper .owl-next:before {
  content: "\f105"; }

#focus-stock-logo-slider-section .owl-prev:before,
#testimonial-content-section .owl-prev:before {
  content: "\f104"; }

#focus-stock-logo-slider-section .owl-next:before,
#testimonial-content-section .owl-next:before {
  content: "\f105"; }

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

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

#scrollup:before {
  content: "\f106"; }

.nav-next .nav-subtitle:after {
  content: "\f105";
  margin-left: 7px; }

.nav-previous .nav-subtitle:before {
  content: "\f104";
  margin-right: 7px; }

.pagination .prev span:before,
.pagination .next span:after {
  font-size: 20px;
  font-size: 1.25rem; }

.pagination .prev span:before {
  margin-right: 7px; }

.pagination .next span:after {
  margin-left: 7px; }

#scrollup:before {
  font-size: 24px;
  font-size: 1.5rem; }

#focus-stock-logo-slider-section .owl-prev:before,
#focus-stock-logo-slider-section .owl-next:before {
  font-size: 42px;
  font-size: 2.625rem; }

#feature-slider-section .owl-prev:before,
#feature-slider-section .owl-next:before,
#testimonial-content-section .owl-prev:before,
#testimonial-content-section .owl-next:before {
  font-size: 32px;
  font-size: 2rem; }

.nav-next .nav-subtitle:after,
.nav-previous .nav-subtitle:before {
  font-size: 16px;
  font-size: 1rem; }

#promotion-section .button.play-button:before {
  content: "\f04b";
  font-size: 21px;
  font-size: 1.3125rem; }

.share-toggle:before {
  content: "\f1e0"; }

.pricing-section .entry-content ul > li::before,
.pricing-section .entry-summary ul > li::before {
  content: "\f058";
  margin-right: 7px; }

/*--------------------------------------------------------------
## Font Family
--------------------------------------------------------------*/
/**
 * 2.2 - Font-Family
 */
body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif; }

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

.site-description {
  font-family: "Open Sans", sans-serif; }

.entry-title,
.widget-title,
.widgettitle {
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.custom-header .entry-title,
.feature-slider-section .entry-title,
.app-section .entry-title,
.gallery-section .entry-title,
.hero-section .entry-title,
.promotion-section .entry-title,
.gallery-section .entry-title,
.edd-single-product-container .product-title {
  font-family: "Open Sans", sans-serif; }

/*--------------------------------------------------------------
## Font Size
--------------------------------------------------------------*/
/**
 * 2.3 - Font-size
 */
body,
input,
select,
textarea,
.author-name .url {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal; }

.page-title,
.single .site-main .entry-header .entry-title,
.page .site-main .entry-header .entry-title,
.header-media .entry-title,
.feature-slider-section .entry-title,
#footer-instagram .widget-title,
.custom-header-content .section-title,
.feature-slider-section .owl-dot.active:before,
.header-widget-area .widget-title {
  font-size: 32px;
  font-size: 2rem; }

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

.site-title,
#focus-stock-logo-slider-section .owl-prev:before,
#focus-stock-logo-slider-section .owl-next:before {
  font-size: 24px;
  font-size: 1.5rem; }

.entry-title,
.edd_download .edd_download_title,
.fes-vendor-dashboard .fes-headers,
#edd-rp-single-header,
.edd-rp-item > a .edd-rp-item-title,
#edd-rp-checkout-header {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: capitalize; }

.woocommerce-loop-category__title,
#popular,
.post-navigation .nav-title,
#testimonial-content-section .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.56; }

.sidebar .widget .widget-title,
.sidebar .widget .wp-block-group h2,
.edd-price-amount,
.edd-author .author-title,
.edd-buy label,
#tabs .ui-tabs-panel h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67; }

.author-description,
.author-description .author-title,
.widget .hentry .entry-title,
.site-header .icon,
.search-submit,
.pagination,
.woocommerce-pagination,
.breadcrumb-area,
aside.footer-widget-area .widge,
ul.products li.product .woocommerce-loop-product__title,
.custom-header-content .section-tagline,
#site-generator .site-footer-menu .social-navigation a,
.more-button,
.team-content-wrapper .entry-meta,
.section-tagline,
.portfolio-content-wrapper .filter-button-group button,
.portfolio-content-wrapper .entry-title,
.testimonial-content-section .entry-header .entry-meta,
#colophon,
.before-text,
.after-text,
.edd-buy form select,
.edd_download_purchase_form .edd_price_options li,
.ui-tabs-panel,
.edd-reviews-area #cancel-comment-reply-link,
.header-widget-area .widget_text {
  font-size: 16px;
  font-size: 1rem; }

.wp-playlist-item-artist,
.wpcf7 label,
.author-link,
.archive-posts-wrapper .more-button .more-link,
.site-description,
.entry-meta,
.breadcrumb-area,
.woocommerce .woocommerce-breadcrumb,
.post-navigation .meta-nav,
.woocommerce-review__published-date,
.site-footer .widget-title,
.site-footer .widget .wp-block-group h2,
.service-section .entry-category,
.pricing-section .more-button .more-link,
.edd-review-metadata a {
  font-size: 13px;
  font-size: 0.8125rem; }

.site-info,
.posts-navigation,
#content #infinite-handle span button,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.comment-subscription-form,
.menu-label,
.menu-toggle,
.menu-toggle-close,
.dropdown-toggle,
.search-toggle:before,
.search-submit:before,
.cart-contents:before,
.main-navigation a {
  font-size: 14px;
  font-size: 0.875rem; }

.page .site-main .entry-footer .entry-meta,
.single .site-main .entry-footer .entry-meta,
.post-navigation .nav-subtitle {
  font-size: 12px;
  font-size: 0.75rem; }

big {
  font-size: 125%; }

.drop-cap:first-letter {
  float: left;
  font-size: 100px;
  font-size: 6.25rem; }

/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
/**
 * 2.4 - Heading
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-stretch: normal;
  letter-spacing: normal;
  font-style: normal; }

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

.section-title,
#footer-instagram .widget-title,
.custom-header-content .section-title,
.app-section .section-title,
.hero-section .entry-title,
.promotion-section .entry-title,
.gallery-section .entry-title,
.edd-single-product-container .product-title {
  font-weight: 600;
  text-transform: capitalize; }

h1 {
  line-height: 1.33; }

h2 {
  line-height: 1.43; }

h3 {
  line-height: 1.36; }

h4 {
  line-height: 1.25; }

h5 {
  line-height: 1.17; }

h6 {
  line-height: 1.56; }

p {
  margin: 0 0 1.4em 0; }

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

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

/**
 * 3.0 - Elements
 */
/*--------------------------------------------------------------
## elements
--------------------------------------------------------------*/
/**
 * 3.1 - 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,
.ew-author ul,
.ew-archive ul,
.ew-categories ul {
  margin: 0 0 1.4em 1.05em;
  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: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.05em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

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

thead th {
  border-bottom: 1px solid; }

tbody th {
  font-weight: 400; }

caption,
th,
td,
table.shop_table_responsive tr td,
#edd_checkout_cart .edd_cart_header_row th {
  padding: 0.7em 1.4em; }

.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: 700;
  line-height: 0.6;
  margin: 14px 16px 4px -3px; }

.event-list-description,
.events-content-wrapper .entry-summary,
.author-thumb,
#team-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#gallery-section .gallery-item .gallery-icon a:before,
#gallery-section .tiled-gallery .tiled-gallery-item a:before,
.more-link,
#service-section .post-thumbnail img,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#team-dots li,
.owl-carousel .owl-dots button.owl-dot,
#focus-stock-logo-slider-section .owl-prev:before,
#focus-stock-logo-slider-section .owl-next:before,
#promotion-section .button.play-button:before,
.entry-content button,
.entry-summary button,
#scrollup,
nav.navigation.posts-navigation .nav-links a {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

#sticky-playlist-section .wrapper {
  padding-left: 30px;
  padding-right: 30px; }

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

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

.flashy-overlay .flashy-close {
  top: 44px; }

/*--------------------------------------------------------------
## lists
--------------------------------------------------------------*/
/**
 * 3.3 - lists
 */
#colophon ul {
  margin: 0; }

ul,
ol {
  padding: 0; }

/*ol ol,
ul ul{
	margin: 35px;
}*/
ul li > ul,
ol li > ol,
ul li > ol,
ol li > ul {
  margin-top: 0;
  margin-bottom: 0; }

/*--------------------------------------------------------------
## padding-margin
--------------------------------------------------------------*/
/**
 * 3.4 - Padding/Margin
 */
.main-navigation a {
  padding: 14px 0; }

.section-tagline {
  line-height: 1.56;
  margin-bottom: 7px; }

p {
  margin-top: 0; }

.singular-content-wrap .entry-content,
.singular-content-wrap .entry-summary {
  margin-top: 0; }

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

body #playlist-section .wp-playlist {
  margin-bottom: 21px;
  margin-top: 21px; }

.playlist-content-wrapper .wp-playlist .wp-playlist-current-item {
  padding: 10px; }

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

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

.author-info {
  padding: 35px; }

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

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

.site-footer .wrapper,
.widget-column,
.site-footer-menu,
.site-info {
  padding: 15px; }

.widget-column.above-footer {
  padding-top: 42px; }

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

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

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

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

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

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

.focus-stock-logo-slider-section .section-content-wrapper .post-thumbnail {
  margin-bottom: 0; }

.focus-stock-logo-slider-section .section-content-wrapper .entry-container {
  margin-bottom: 0;
  margin-top: 30px; }

.focus-stock-logo-slider-section .section-content-wrapper .entry-summary {
  margin-bottom: 0;
  margin-top: 14px; }

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

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

.section-content-wrapper .entry-summary,
.section-content-wrapper .entry-content,
.contact-us-form form,
.edd_downloads_list .edd_download_excerpt,
.edd_download_purchase_form .edd_price_options {
  margin-top: 14px;
  width: 100%; }

.woocommerce-posts-wrapper {
  max-width: 1500px;
  margin: 0 auto; }

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

/* New */
.singular-content-wrap > :last-child,
.site-header-text > :last-child,
.section-tagline > :last-child,
.widget-column > :last-child,
.widget-area .widget .hentry:last-child,
.widget-area .widget .hentry .entry-meta,
.widget > :last-child,
.widget li:last-child,
.widget embed:last-child,
.widget iframe:last-child,
.widget object:last-child,
.widget video:last-child,
.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child,
.widget_nav_menu ul,
#colophon .widget li:last-child,
.custom-header-content-wrapper > :last-child,
.custom-header-content > :last-child {
  margin-bottom: 0; }

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

.custom-logo {
  margin: 0 auto; }

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

.entry-title,
.edd_download .edd_download_title {
  margin: 0; }

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

.widget-area .entry-header .entry-title + .entry-meta {
  margin-top: 4px; }

#testimonial-content-section.has-post-thumbnail .entry-container {
  padding: 84px 30px 42px; }

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

.post-navigation .nav-previous,
.post-navigation .nav-next {
  padding: 15px; }

.wp-caption .wp-caption-text {
  padding: 0.9333333333333333em; }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.posts-navigation a,
#content #infinite-handle span button,
.catch-instagram-feed-gallery-widget-wrapper .button,
.header-media .more-link,
#feature-slider-section .more-link,
#hero-section .more-button .more-link,
.promotion-section .more-link,
#stats-section .view-more .more-link,
#app-section .entry-summary .more-link,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.woocommerce .product-container .wc-forward,
.action-buttons > .button,
form div.fes-form .fes-submit input[type="submit"] {
  padding: 10px 21px; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
form div.fes-form .fes-el .fes-fields input[type="text"],
form div.fes-form .fes-el .fes-fields input[type="password"],
form div.fes-form .fes-el .fes-fields input[type="email"],
form div.fes-form .fes-el .fes-fields input[type="url"],
form div.fes-form .fes-el .fes-fields input[type="number"],
form div.fes-form .fes-el .fes-fields textarea,
#edd_checkout_form_wrap textarea,
#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"],
#edd_checkout_form_wrap input[type="tel"] {
  padding: 12px 14px; }

.widget-column.above-footer {
  padding-bottom: 0; }

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

.archive-posts-wrapper .section-content-wrapper .entry-content p {
  margin: 0; }

.comment-container,
.edd-review-body {
  padding: 30px; }

.section-tagline p {
  margin-bottom: 0; }

.playlist-content-wrapper .entry-title {
  margin-bottom: 15px; }

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

.single .site-content #primary,
.page .site-content #primary,
.two-columns-layout .site-content #secondary,
.error404 .site-content #primary {
  padding-left: 15px;
  padding-right: 15px; }

.single .site-content .content-area .hentry,
.page .site-content .content-area .hentry {
  padding: 0; }

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

button,
button[disabled]:hover,
button[disabled]:focus,
.button,
.entry-summary 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,
#stats-section .view-more .more-link,
#app-section .entry-summary .more-link,
.posts-navigation a,
#content #infinite-handle span button,
#hero-section .more-button .more-link,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.promotion-section .more-link,
.woocommerce .product-container .wc-forward,
.header-media .more-link,
#feature-slider-section .more-link,
form div.fes-form .fes-submit input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  text-transform: capitalize; }

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,
form div.fes-form .fes-el .fes-fields input[type="text"],
form div.fes-form .fes-el .fes-fields input[type="password"],
form div.fes-form .fes-el .fes-fields input[type="email"],
form div.fes-form .fes-el .fes-fields input[type="url"],
form div.fes-form .fes-el .fes-fields input[type="number"],
form div.fes-form .fes-el .fes-fields textarea {
  border: 1px solid;
  margin-top: 14px;
  max-width: -moz-available;
  max-width: -webkit-fill-available;
  border-radius: 7px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  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,
form div.fes-form .fes-el .fes-fields input[type="text"],
form div.fes-form .fes-el .fes-fields input[type="password"],
form div.fes-form .fes-el .fes-fields input[type="email"],
form div.fes-form .fes-el .fes-fields input[type="url"],
form div.fes-form .fes-el .fes-fields input[type="number"],
form div.fes-form .fes-el .fes-fields textarea {
  outline: 0;
  opacity: 1; }

.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 {
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
  padding: 12px 64px 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; }

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

.more-link i {
  margin-left: 10px; }

input::placeholder,
input::-moz-placeholder,
textarea::placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal; }

/**
 * 5.0 - Navigation
 */
/*--------------------------------------------------------------
## menus
--------------------------------------------------------------*/
/**
 * 5.1 - Main Menu
 */
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; }

.main-navigation li:before {
  display: none; }

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

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

.main-navigation a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }

.search-container {
  padding: 21px; }

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

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

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

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

.navigation-classic .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%; }

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

.menu-inside-wrapper {
  padding: 0;
  position: absolute;
  right: -100%;
  top: 100%;
  width: 100%;
  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; }

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

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

.menu-toggle {
  background-image: none;
  background-color: transparent;
  border: 0;
  display: block;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }

#primary-menu-wrapper .menu-toggle-wrapper {
  margin-right: -14px; }

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

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

.menu-toggle {
  padding: 14px; }

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

#primary-search-wrapper .menu-toggle:before,
#social-menu-wrapper .menu-toggle:before {
  height: 16px;
  line-height: 1;
  width: 16px; }

/* 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 30px;
  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;
  padding: 14px 30px; }

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

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

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

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

/* Footer Menu */
.site-navigation {
  text-align: center; }

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

.site-navigation .footer-menu > li {
  display: inline-block; }

.site-navigation a {
  display: block;
  line-height: 1.615384615384615;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: capitalize; }

/**
 - Social Menu
 */
.mobile-social-search {
  clear: both; }

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

.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;
  line-height: 1;
  padding: 15px;
  text-align: center; }

.site-footer-menu .wrapper > #social-footer-navigation {
  text-align: center; }

.sidebar .social-navigation.ct-social-widget a,
.social-navigation.ct-social-widget a {
  border: 1px solid;
  border-radius: 50%;
  height: 50px;
  line-height: 1;
  margin: 4px;
  padding: 16px;
  text-align: center;
  width: 50px;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.social-navigation a:before {
  content: "\f0c1"; }

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

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

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

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

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

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

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

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

.social-navigation a[href*="github.com"]:before {
  content: "\f09b"; }

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

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

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

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

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

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

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

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

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f174"; }

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

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

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

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

.social-navigation a[href^="mailto:"]:before {
  content: "\f0e0"; }

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

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

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

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

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

.social-navigation a[href*="bandcamp.com"]:before {
  content: "\f2d5"; }

.social-navigation a[href*="behance.com"]:before {
  content: "\f1b4"; }

.social-navigation a[href*="deviantart.com"]:before {
  content: "\f1bd"; }

.social-navigation a[href*="etsy.com"]:before {
  content: "\f2d7"; }

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

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

.is-open .menu-inside-wrapper input[type=search] {
  box-shadow: none; }

.asc-settings {
  left: 0;
  top: 0;
  padding: 14px 9px; }

.dashicons,
.dashicons-before:before {
  height: 100%; }

.site-header-menu > .action-buttons {
  display: none; }

.site-header-menu > .action-buttons > .button {
  margin-left: 14px; }

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.action-buttons > .button {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 10px 28px; }

.action-buttons .button.login-button {
  background-color: transparent;
  border: 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.action-buttons .button.login-button:hover,
.action-buttons .button.login-button:focus {
  border-color: transparent; }

.menu-inside-wrapper .action-buttons {
  padding: 7px 20px 20px 20px; }

.menu-inside-wrapper .action-buttons > .button {
  margin: 7px; }

/*--------------------------------------------------------------
## next-previous
--------------------------------------------------------------*/
/**
 * 5.2 - Post Navigation
 */
.post-navigation {
  clear: both;
  border: 1px solid; }

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

.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;
  -ms-flex-direction: column;
  flex-direction: column; }

.posts-navigation .nav-links div:nth-child(1):nth-last-child(2),
.posts-navigation .nav-links div:nth-child(2):nth-last-child(1),
.post-navigation .nav-links div:nth-child(1):nth-last-child(2),
.post-navigation .nav-links div:nth-child(2):nth-last-child(1) {
  width: 100%; }

.post-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: center; }

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

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

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

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.next:focus {
  text-decoration: none; }

#content #infinite-handle span.ctis-load-more {
  line-height: normal; }

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

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

.posts-navigation,
.pagination {
  margin: 0 0 28px 0;
  padding: 0 15px; }

#content #infinite-handle,
#content .infinite-loader {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  bottom: -44px; }

body.infinite-scroll .archive-posts-wrapper .section-content-wrapper {
  padding-bottom: 72px; }

body.infinite-scroll.infinity-end .archive-posts-wrapper .section-content-wrapper {
  padding-bottom: 0; }

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

.infinite-loader {
  clear: both; }

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

.post-navigation {
  clear: both; }

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

.post-navigation span {
  display: block; }

.post-navigation .nav-subtitle {
  letter-spacing: 0.083em;
  opacity: 0.6;
  margin-bottom: 0.583em;
  text-transform: uppercase; }

.post-navigation .nav-links a:hover .nav-subtitle,
.post-navigation .nav-links a:focus .nav-subtitle {
  opacity: 1; }

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

.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  vertical-align: top; }

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

.focus-stock-logo-slider-section .owl-carousel .owl-nav button.owl-next,
.focus-stock-logo-slider-section .owl-carousel .owl-nav button.owl-prev,
.focus-stock-logo-slider-section .owl-carousel button.owl-dot {
  padding: 7px;
  margin: 4px; }

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
/**
 * 5.3 - Header
 */
.site-header {
  position: relative; }

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

.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;
  max-width: 100%;
  padding: 21px 30px;
  position: relative; }

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

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

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

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

.site-header-menu {
  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;
  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: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0; }

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

.site-description {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  opacity: 0.6;
  margin: 2px 0 0 0;
  text-transform: capitalize; }

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

/*.home .custom-header {
    min-height: 100vh;
}*/
.custom-header .post-thumbnail {
  margin: 0; }

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

.custom-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  transition: padding-top 0.3s;
  padding-top: 92px; }

.custom-header-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 2;
  -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; }

.has-header-media:not(.home) .custom-header-content {
  position: relative;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  transform: initial; }

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

.header-sidebar-active .custom-header-content-wrapper {
  max-width: 760px; }

.header-widget-area .widget .widget-title {
  margin-bottom: 28px; }

.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-logo {
  margin-bottom: 21px; }

.custom-header-content .section-tagline {
  margin-bottom: 14px; }

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

.post-template-default .custom-header-content .custom-header-content-wrapper {
  margin: 0 auto;
  text-align: center; }

.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 {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.custom-header .wrapper:before {
  background-position: center;
  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-media.header-media-text-disabled .custom-header-media .wp-custom-header img {
  display: block; }

.has-header-image .custom-header-media .wp-custom-header img,
.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-image .custom-header-media .wp-custom-header img,
  .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. */
.custom-header-media .wp-custom-header-video-button {
  /* Specificity prevents .color-dark button overrides */
  border-radius: 50%;
  border: 2px solid;
  font-size: 18px;
  font-size: 1.125rem;
  opacity: 0;
  overflow: hidden;
  padding: 7px 14px;
  position: absolute;
  left: 49%;
  bottom: 35px;
  z-index: 100;
  height: 44px;
  width: 44px; }

.sticky-playlist-enabled .custom-header-media .wp-custom-header-video-button {
  bottom: 75px; }

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

.main-navigation a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.site-title a:hover,
.site-title a:focus,
.menu-toggle:hover,
.menu-toggle:focus,
.cart-contents:hover,
.cart-contents:focus,
.navigation-classic.absolute-header .cart-contents:hover,
.navigation-classic.absolute-header .cart-contents:focus,
.main-navigation a:hover,
.main-navigation a:focus,
.navigation-classic.absolute-header .site-header-main .social-navigation a:hover,
.navigation-classic.absolute-header .site-header-main .social-navigation a:focus
.navigation-classic.absolute-header .main-navigation a:hover,
.navigation-classic.absolute-header .main-navigation a:focus {
  opacity: 0.6;
  transition: opacity .6s;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.navigation-default .main-navigation ul a:hover,
.navigation-default .main-navigation ul a:focus,
.navigation-classic .main-navigation ul ul a:hover,
.navigation-classic .main-navigation ul ul a:focus {
  padding-left: 20px; }

.has-header-media.header-media-text-disabled .wp-custom-header {
  padding: 85px 30px; }

.custom-header-content-wrapper .section-title span {
  font-style: normal; }

.home .header-media .entry-title,
#feature-slider-section .entry-title,
.header-widget-area .widget-title {
  line-height: 1.33; }

.header-widget-area .widget {
  margin-bottom: 0; }

.header-widget-area .widget_text {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  margin-top: 14px;
  opacity: 0.6; }

.site-header-text + .header-widget-area {
  margin-top: 21px; }

.header-sidebar-active .custom-header-content .site-header-text {
  margin-top: 14px; }

.header-widget-area input[type="search"].search-field {
  background-color: #fff;
  border-radius: 5px; }

.header-widget-area .search-submit {
  background-color: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

/**
 * 6.0 - Modules
 */
.section,
#footer-newsletter .ewnewsletter .widget-wrap {
  clear: both;
  display: block;
  padding: 42px 0 14px 0;
  position: relative;
  width: 100%;
  overflow: hidden; }

body:not(.home) .site-content > .wrapper,
body:not(.home) .site-content .archive-content-wrap {
  padding: 42px 15px 14px 15px; }

.home .site-content > .wrapper {
  padding: 42px 15px 14px 15px; }

.section-heading-wrapper {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 30px 21px 30px;
  text-align: center;
  width: 100%; }

.sidebar .section-heading-wrapper,
.site-footer .section-heading-wrapper {
  padding: 0;
  text-align: left; }

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

#product-content-section,
#portfolio-content-section,
#service-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

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

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

.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
--------------------------------------------------------------*/
/**
 * 6.2 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.7em 2.1em 1.05em 0; }

.alignright {
  float: right;
  margin: 0.7em 0 1.05em 2.1em; }

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

blockquote.alignleft {
  margin: 0.6363636363636364em 1.272727272727273em 1.590909090909091em 0; }

blockquote.alignright {
  margin: 0.6363636363636364em 0 1.590909090909091em 1.272727272727273em; }

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

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

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

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

.custom-header-media {
  max-width: 1500px;
  margin: 0 auto; }

/*--------------------------------------------------------------
## captions
--------------------------------------------------------------*/
/**
 * 6.4 - Captions
 */
.wp-caption {
  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: italic;
  line-height: 1.87;
  text-align: center;
  opacity: 0.6; }

/*--------------------------------------------------------------
## clearings
--------------------------------------------------------------*/
/**
 * 6.5 - Clearings
 */
.wrapper:before,
.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,
.content-bottom-widgets:before,
.content-bottom-widgets:after,
#tertiary:before,
#tertiary:after,
#colophon .wrapper:before,
#colophon .wrapper:after,
.site-header-cart li:before,
.site-header-cart li:after,
#footer-newsletter .widget-inner:before,
#footer-newsletter .widget-inner:after,
ul.products li.product:before,
ul.products li.product:after,
.singular-content-wrap:before,
.singular-content-wrap:after,
.wrapper:before,
.wrapper:after,
#content #infinite-handle:before,
#content #infinite-handle:after,
#infinite-post-wrap:before,
#infinite-post-wrap:after,
.widget-inner-wrap:before,
.widget-inner-wrap:after,
.ew-newsletter-content-container:before,
.ew-newsletter-content-container:after,
.before-text:before,
.before-text:after,
.after-text:before,
.after-text:after,
.widget .hentry:before,
.widget .hentry:after,
.edd-author:before,
.edd-author:after,
.edd-tabs:before,
.edd-tabs:after {
  content: "";
  display: table;
  table-layout: fixed; }

.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,
.content-bottom-widgets:after,
#tertiary:after,
#colophon .wrapper:after,
.site-header-cart li:after,
ul.products li.product:after,
#footer-newsletter .widget-inner:after,
.singular-content-wrap:after,
.wrapper:after,
#content #infinite-handle:after,
#infinite-post-wrap .hentry:last-child:after,
#infinite-post-wrap:after,
.widget-inner-wrap:after,
.ew-newsletter-content-container:after,
.before-text:after,
.after-text:after,
.widget .hentry:after,
.edd-author:after,
.edd-tabs:after {
  clear: both; }

/*--------------------------------------------------------------
## content
--------------------------------------------------------------*/
/**
 * 6.6 - Content
 */
body.boxed-layout {
  position: relative; }

body.boxed-layout:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6; }

#page {
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

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

.wrapper,
#footer-newsletter .widget-wrap {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%; }

.single .site-main .post-thumbnail,
.page .site-main .post-thumbnail {
  margin-top: 0; }

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

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

.no-sidebar.archive:not(.woocommerce) .site-content > .wrapper .content-area {
  max-width: 920px;
  margin: 0 auto; }

.no-sidebar.full-width-layout.archive:not(.woocommerce) .site-content > .wrapper .content-area {
  max-width: 100%; }

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

.section .hentry,
.site-content .content-area .hentry,
.events-content-wrapper.layout-two > *,
.events-content-wrapper,
.edd_downloads_list .edd_download,
#edd-rp-items-wrapper .edd-rp-item {
  padding-left: 15px;
  padding-right: 15px; }

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

/*--------------------------------------------------------------
## media
--------------------------------------------------------------*/
/**
 * 6.7 - Media
 */
.site .avatar {
  border-radius: 50%; }

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

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

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

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

.wp-audio-shortcode,
.wp-video {
  margin: 1.625em 0; }

.wp-playlist-item .wp-playlist-item-length {
  top: 0.75em; }

/*--------------------------------------------------------------
## alignments
--------------------------------------------------------------*/
/**
 * 6.8 - Scroll Up
 */
#scrollup {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: none;
  bottom: 35px;
  height: 40px;
  line-height: 33px;
  outline: none;
  padding: 4px;
  position: fixed;
  right: 30px;
  text-decoration: none;
  text-align: center;
  width: 40px;
  z-index: 999; }

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

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

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

.widget a {
  text-decoration: none; }

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

.textwidget ul {
  margin: 0; }

.ew-tabbed-recent-popular li:before,
.textwidget li:before,
.footer-navigation li:before,
.social-navigation li:before {
  display: none; }

/**
 * 7.0 - Site
 */
/*--------------------------------------------------------------
## comments
--------------------------------------------------------------*/
/**
 * 7.1.1 - Comments
 */
.comments-area {
  clear: both;
  display: block;
  margin-top: 28px;
  width: 100%; }

.single .site-main .entry-footer .entry-meta {
  text-align: left; }
  .single .site-main .entry-footer .entry-meta > span:not(.edit-link) a {
    border: 1px solid;
    display: inline-block;
    margin-right: 4px;
    padding: 5px 12px;
    line-height: normal; }
    .single .site-main .entry-footer .entry-meta > span:not(.edit-link) a:last-child {
      margin-right: 0; }

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

.comments-title,
.comment-reply-title {
  font-size: 600;
  line-height: 1.46;
  text-align: center;
  text-transform: capitalize; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  padding: 1em 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 {
  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: 45px;
  width: 45px; }

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

.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: 600;
  letter-spacing: 0.5px;
  line-height: 1.62;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 14px; }

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

.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 auto 0;
  max-width: 680px;
  padding: 30px;
  position: relative; }

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

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

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

.comment-container:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 25px 20px 0;
  border-color: transparent #f9fafc transparent transparent;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin-left: -48px;
  top: 20px; }

.comment-body {
  position: relative; }

.author-name .url {
  font-weight: 700; }

/*--------------------------------------------------------------
## comments
--------------------------------------------------------------*/
/**
 * 7.1.2 - Posts and pages
 */
.hentry,
.edd_downloads_list .edd_download,
#edd-rp-items-wrapper .edd-rp-item {
  float: left;
  margin-bottom: 28px;
  position: relative;
  width: 100%; }

.post-thumbnail,
.edd_download .edd_download_image,
.edd-rp-item .edd_cart_item_image {
  display: block;
  position: relative;
  margin-bottom: 21px; }
  .post-thumbnail img,
  .edd_download .edd_download_image img,
  .edd-rp-item .edd_cart_item_image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.33;
  margin-bottom: 1.3125rem;
  margin-top: 3.9375rem; }

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
  margin-bottom: 1.3125rem;
  margin-top: 3.9375rem; }

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2,
#stats-section .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.43; }

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3,
.section-title,
#footer-instagram .widget-title,
.custom-header-content .section-title,
.app-section .section-title,
.hero-section .entry-title,
.promotion-section .entry-title,
.gallery-section .entry-title,
.edd-single-product-container .product-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.36; }

.entry-content h3,
.entry-summary h3 {
  margin-bottom: 1.3125rem;
  margin-top: 3.9375rem; }

.layout-one .archive-post-wrap .hentry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.36; }

.comments-title,
.comment-reply-title,
.entry-content h4,
.comment-content h4,
.textwidget h4,
#edd-reviews-heading {
  font-size: 22px;
  font-size: 1.375rem; }

.entry-content h4,
.comment-content h4,
.textwidget h4 {
  margin-bottom: 1.6875rem;
  margin-top: 3.9375rem; }

.entry-content h5,
.comment-content h5,
.textwidget h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.6875rem;
  margin-top: 3.9375rem; }

.focus-stock-logo-slider-content-wrapper .entry-title {
  font-size: 18px;
  font-size: 1.125rem; }

.entry-content h6,
.comment-content h6,
.textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.6875rem;
  margin-top: 3.9375rem; }

.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  line-height: 1.3125;
  margin-top: 2.154em;
  margin-bottom: 1.077em; }

.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 .nav-title,
.entry-title,
.comments-title,
.edd_download .edd_download_title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.more-button,
.edd_purchase_submit_wrapper {
  clear: both;
  display: block;
  margin-top: 21px;
  line-height: 1.5; }

.more-link {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  word-wrap: break-word; }

.archive-posts-wrapper .more-button .more-link,
.pricing-section .more-button .more-link {
  border: 1px solid;
  border-radius: 6px;
  padding: 10px 28px;
  text-transform: uppercase; }

.view-more {
  clear: both;
  margin-bottom: 28px;
  padding: 0 30px;
  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.56;
  margin-bottom: 14px;
  text-transform: capitalize; }

.author-bio {
  overflow: hidden; }

.author-link {
  display: block;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.post-navigation .nav-previous {
  border-right: 1px solid; }

.post-navigation .nav-next {
  border-left: 1px solid; }

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

.sticky-post {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 14px; }

.sticky-post span {
  display: inline-block;
  padding: 4px 10px;
  text-align: center; }

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

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

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

.entry-meta a,
.comment-permalink,
.comment-edit-link {
  text-decoration: none;
  opacity: 0.6;
  text-transform: capitalize; }

.entry-meta a:hover,
.entry-meta a:focus,
.comment-permalink:hover,
.comment-permalink:focus,
.comment-edit-link:hover,
.comment-edit-link:focus {
  opacity: 1; }

.single .entry-footer .entry-meta > span {
  clear: both;
  display: block;
  margin: 28px 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,
.post-page-numbers.current {
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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; }

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

.entry-footer .author img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 1em; }

.archive-post-wrap .hentry .hentry-inner {
  position: relative;
  max-width: 1460px;
  margin: 0 auto; }

.archive-post-wrap .hentry:nth-child(2n) .entry-container {
  /*float: right;*/ }

.archive-post-wrap .hentry .entry-footer {
  border-top: 2px solid;
  padding-top: 14px;
  margin-top: 21px; }

.archive-post-wrap .hentry .entry-meta > span {
  display: inline-block; }

.archive-post-wrap .hentry .entry-meta > span:before {
  margin-right: 7px;
  opacity: 0.6; }

.archive-post-wrap .hentry .entry-meta > span:hover::before {
  opacity: 1; }

.archive-post-wrap .hentry .entry-meta > span + span {
  padding-left: 14px; }

#feature-slider-section .entry-header .cat-links a:hover,
#feature-slider-section .entry-header .cat-links a:focus,
.archive-post-wrap .has-post-thumbnail .entry-header .cat-links a:hover,
.archive-post-wrap .has-post-thumbnail .entry-header .cat-links a:focus {
  text-decoration: none; }

.archive-post-wrap .more-button .more-link:hover,
.archive-post-wrap .more-button .more-link:focus,
.pricing-section .more-button .more-link:hover,
.pricing-section .more-button .more-link:focus {
  border-color: transparent;
  background-color: none;
  background-image: none; }

.view-all-button {
  text-align: center; }

#content .content-area .archive-posts-wrapper .entry-summary .more-link .fa {
  display: none; }

.custom-header-content-wrapper .section-title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal; }

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

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

body:not(.full-width-layout).no-sidebar .content-area {
  max-width: 800px;
  margin: 0 auto; }

/*--------------------------------------------------------------
## widgets
--------------------------------------------------------------*/
/**
 * 7.2.1 - Widgets
 */
.sidebar {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.56; }

.sidebar .widget ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.sidebar .widget .entry-meta,
.sidebar .widget .entry-meta a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75; }

.sidebar .widget ul li a {
  opacity: 0.6; }

.sidebar .widget ul li a:hover,
.sidebar .widget ul li a:focus,
.sidebar .widget .entry-title a {
  opacity: 1; }

.sidebar .widget .entry-title a {
  font-weight: 700; }

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

.site-footer .widget .widget-title,
.site-footer .widget .wp-block-group h2 {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  text-transform: uppercase; }

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

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

/* 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: 1px solid;
  display: inline-block;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 7px 14px;
  opacity: 0.6;
  position: relative; }

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

#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 {
  margin: 0;
  padding: 0; }

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

#footer-instagram .widget-title {
  display: none; }

.widget-area .catch-instagram-feed-gallery-widget-wrapper .button {
  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 .default .instagram-button,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button {
  display: none; }

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

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

.sidebar .widget ul {
  margin-bottom: 0; }

section.ew-tabbed-recent-popular .ui-tabs .ui-tabs-panel,
section.ew-tabbed-recent-popular .ui-state-active,
section.ew-tabbed-recent-popular .ui-widget-content .ui-state-active,
section.ew-tabbed-recent-popular .ui-widget-header .ui-state-active {
  background: transparent;
  border: none; }

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

.widget,
.widget .hentry,
.product,
.singular-content-wrap,
#footer-newsletter .ewnewsletter .widget-inner {
  margin-bottom: 28px; }

.ew-tabbed-recent-popular .ui-tabs .ui-tabs-nav li a {
  font-size: 18px;
  font-size: 1.125rem; }

section.ew-tabbed-recent-popular .ui-tabs .ui-tabs-panel,
section.ew-tabbed-recent-popular .ui-state-active,
section.ew-tabbed-recent-popular .ui-widget-content .ui-state-active,
section.ew-tabbed-recent-popular .ui-widget-header .ui-state-active,
section.ew-tabbed-recent-popular .ui-tabs .ui-tabs-nav li a,
section.ew-tabbed-recent-popular .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  padding: 20px; }

section.ew-tabbed-recent-popular .ui-tabs {
  padding: 0; }

#colophon ul {
  list-style: none; }

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

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

.ew-archive ul li,
.ew-category ul li {
  display: list-item;
  overflow: inherit; }

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

.widget_categories ul li > span,
.widget_archive ul li > span,
.ew-archive ul li > span,
.ew-category ul li > span {
  float: right; }

section.ew-tabbed-recent-popular .ui-tabs .ui-tabs-nav li {
  margin-bottom: 0; }

.sidebar .widget .widget-title,
.sidebar .widget .wp-block-group h2 {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-transform: capitalize; }

.sidebar .widget-wrap :last-child {
  margin-bottom: 0; }

.wp-block-search .wp-block-search__input {
  margin-top: 0; }

/*--------------------------------------------------------------
## feature-slider
--------------------------------------------------------------*/
/**
 * 7.3.5 - 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: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  padding: 80px 30px;
  position: relative; }

#feature-slider-section .post-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

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

#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;
  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: 680px; }

#feature-slider-section .owl-nav {
  position: absolute;
  right: 21px;
  bottom: 50px;
  display: flex; }

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

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

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

#feature-slider-section .post-thumbnail img {
  object-position: center center; }

#feature-slider-section .owl-dots {
  position: absolute;
  bottom: 21px;
  right: 21px; }

/*--------------------------------------------------------------
## Featured-content
--------------------------------------------------------------*/
/**
 * 7.3.6 - Featured Content
 */
.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;
  margin-top: 7px;
  margin-bottom: 0; }

.featured-video-content-wrapper.section-content-wrapper .entry-title,
#featured-content-section .hentry .post-thumbnail {
  margin-bottom: 0; }

#featured-content-section .hentry .entry-container {
  padding: 30px; }

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
/**
 * 7.3.7 - Footer
 */
.widget-column {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2; }

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

body #colophon .widget-column.above-footer {
  width: 100%; }

.footer-logo {
  width: 100%;
  text-align: center; }

.site-info {
  padding: 10px 15px;
  text-transform: capitalize;
  text-align: center; }

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

.site-info a:hover,
.site-info a:focus {
  text-decoration: underline; }

.site-footer .widget-wrap .sub-menu {
  display: none; }

.site-footer input[type="date"],
.site-footer input[type="time"],
.site-footer input[type="datetime-local"],
.site-footer input[type="week"],
.site-footer input[type="month"],
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="tel"],
.site-footer input[type="number"],
.site-footer textarea {
  background-color: transparent;
  border: 1px solid;
  box-shadow: none; }

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
/**
 * 7.3.8 - Gallery Section
 */
#gallery-section {
  border-bottom: none; }

#gallery-section.no-headline {
  padding-top: 0; }

#gallery-section.no-headline.no-view-more-button {
  padding: 0; }

#gallery-section.no-headline.no-view-more-button .hentry {
  margin: 0; }

.tiled-gallery-caption,
.gallery-caption {
  z-index: 99; }

#gallery-section .gallery-item .gallery-icon a:before,
#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 .gallery-item .gallery-icon a:after,
#gallery-section .tiled-gallery .tiled-gallery-item a:after {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  height: 42px;
  padding: 12px;
  width: 42px;
  text-align: center;
  z-index: 2;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

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

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

#gallery-section .gallery-item .gallery-icon:hover a:after,
#gallery-section .gallery-item .gallery-icon:focus a:after,
#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) {
  margin-left: auto;
  margin-right: auto; }

#gallery-section .gallery-item {
  float: left;
  margin: 0;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative; }
  #gallery-section .gallery-item a {
    display: block;
    position: relative; }

.gallery-caption {
  padding: 15px;
  width: 100%;
  z-index: 99; }

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

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

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

/*--------------------------------------------------------------
## Logo-Slider
--------------------------------------------------------------*/
/**
 * 7.3.10 - Logo Slider
 */
#focus-stock-logo-slider-section .owl-prev,
#focus-stock-logo-slider-section .owl-next {
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  outline: none;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 40px;
  letter-spacing: 0;
  outline: none;
  padding: 0 7px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  width: 40px;
  z-index: 199; }

.focus-stock-logo-slider-content-wrapper.owl-carousel .owl-item img {
  margin: 0 auto;
  width: auto; }

.focus-stock-logo-slider-content-wrapper.owl-carousel .owl-item .hentry-inner {
  text-align: center; }

#focus-stock-logo-slider-section .owl-prev:before,
#focus-stock-logo-slider-section .owl-next:before {
  transition-delay: 0.1s;
  opacity: 0; }

#focus-stock-logo-slider-section .owl-prev:before {
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

#focus-stock-logo-slider-section .owl-next:before {
  transform: translateX(200%);
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  -webkit-transform: translateX(200%); }

#focus-stock-logo-slider-section:hover button:before {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1; }

#focus-stock-logo-slider-section:hover .owl-prev,
#focus-stock-logo-slider-section:focus .owl-prev,
#focus-stock-logo-slider-section:hover .owl-next,
#focus-stock-logo-slider-section:focus .owl-next {
  opacity: 1;
  filter: alpha(opacity=100); }

#focus-stock-logo-slider-section .owl-dots {
  margin-bottom: 35px;
  text-align: center; }

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

.focus-stock-logo-slider-content-wrapper .entry-title span:hover {
  cursor: pointer; }

#focus-stock-logo-slider-section .owl-next {
  right: 0; }

/*--------------------------------------------------------------
## newsletter
--------------------------------------------------------------*/
/**
 * 7.3.11 - Newsletter
 */
#footer-newsletter .wrapper {
  max-width: 100%; }

#footer-newsletter .section-heading-wrapper {
  padding-left: 0;
  padding-right: 0; }

#footer-newsletter .ewnewsletter .widget-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  padding: 0 30px;
  text-align: center; }

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

#footer-newsletter .widget.ewnewsletter,
.ewnewsletter .section-description :last-child,
.widget.ewnewsletter .hentry,
.ewnewsletter .ew-newsletter-wrap input,
.ewnewsletter .ew-newsletter-wrap #subbutton {
  margin-bottom: 0; }

.ewnewsletter .ew-newsletter-wrap #subbutton,
.ewnewsletter .ew-newsletter-wrap input:first-of-type {
  margin-top: 0; }

.ewnewsletter .hentry {
  float: none; }

.after-text,
.before-text {
  clear: both;
  display: block;
  margin: 14px 0; }

.ewnewsletter .hentry form input[type="email"] {
  padding-right: 54px; }

.ewnewsletter .hentry form input[type="submit"] {
  background-color: transparent;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 16px;
  line-height: 1; }

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
/**
 * 7.3.13 - Portfolio & Stats
 */
#portfolio-content-section .wrapper {
  max-width: 1812px; }

#portfolio-content-section .section-content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 18px; }

#portfolio-content-section .hentry {
  margin-bottom: 20px; }

#portfolio-content-section .hentry,
.portfolio-content-wrapper .filter-button-wrap,
.portfolio-content-wrapper .filter-select-group {
  padding-left: 10px;
  padding-right: 10px; }

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

#portfolio-content-section .entry-meta {
  margin-top: 4px; }

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

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

.portfolio-content-wrapper .entry-title {
  font-weight: 600; }

.portfolio-content-wrapper .entry-meta {
  font-weight: 500; }

.portfolio-content-wrapper .entry-container {
  opacity: 0;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  position: relative;
  z-index: 2; }

.portfolio-content-wrapper .inner-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  border-left: 5px solid; }

.portfolio-content-wrapper .hentry-inner:hover .entry-container,
.portfolio-content-wrapper .hentry-inner:hover .post-thumbnail a:before {
  opacity: 1; }

.portfolio-content-wrapper .entry-title,
.portfolio-content-wrapper .entry-meta {
  opacity: 0;
  -webkit-transform: translateX(-28px);
  -moz-transform: translateX(-28px);
  -ms-transform: translateX(-28px);
  -o-transform: translateX(-28px);
  transform: translateX(-28px);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.portfolio-content-wrapper .hentry-inner .entry-meta {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

.portfolio-content-wrapper .hentry-inner:hover .entry-title,
.portfolio-content-wrapper .hentry-inner:hover .entry-meta {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

#portfolio-content-section .post-thumbnail img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#portfolio-content-section .hentry-inner:hover .post-thumbnail img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.portfolio-content-wrapper .post-thumbnail a {
  position: relative; }

.portfolio-content-wrapper .post-thumbnail a:before {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/*Filter Buttons*/
.portfolio-content-wrapper .filter-button-group {
  border-bottom: 2px solid;
  text-align: center;
  margin-top: -14px; }

.portfolio-content-wrapper .filter-button-group,
.portfolio-content-wrapper .filter-select-group {
  margin-bottom: 28px; }

.portfolio-content-wrapper .filter-button-group button {
  background-color: transparent;
  line-height: 1.56;
  font-weight: normal;
  border-radius: 0;
  margin: 0 14px;
  padding: 14px 0;
  position: relative; }

.portfolio-content-wrapper .filter-button-group button.is-checked:before {
  content: '';
  border-bottom: 2px solid;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px; }

.portfolio-content-wrapper .filter-select-group {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column; }

.portfolio-content-wrapper .filter-select-group > span {
  font-weight: 700; }

.portfolio-content-wrapper .filter-select-group > span + .filters-select-wrap {
  margin-top: 21px; }

.portfolio-content-wrapper .filters-select-wrap {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  height: 30px;
  font-size: 16px;
  font-size: 1rem; }

.portfolio-content-wrapper .filters-select-wrap select {
  padding: 0 7px;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 6px;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  font-weight: 700;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem; }

.portfolio-content-wrapper .filters-select-wrap:after {
  content: " ";
  display: block;
  right: 10px;
  top: 12px;
  height: 0;
  width: 0;
  position: absolute;
  border-top: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  pointer-events: none; }

.filter-button-wrap {
  display: none; }

/*--------------------------------------------------------------
## promotional
--------------------------------------------------------------*/
/**
 * 7.3.14 - Promotional Headline
 */
.promotion-section .hentry {
  position: initial; }

.promotion-section .post-thumbnail {
  margin-top: 14px; }

.post-thumbnail-background {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }

.promotion-section .post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

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

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

.promotion-section.content-frame .entry-container {
  padding: 28px; }

.promotion-section.content-frame .entry-container:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1; }

.promotion-section .cover-link,
.promotion-section .cover-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.promotion-section .cover-link:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%; }

.section.text-align-left,
.section.text-align-center,
.section.text-align-right {
  text-align: center; }

.promotion-section:not(.content-frame) .hentry-inner {
  padding: 18px 0; }

/*--------------------------------------------------------------
## promotional
--------------------------------------------------------------*/
/**
 * 7.3.15 - Service
 */
.service-content-wrapper {
  text-align: center; }

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

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
/**
 * 7.3.17 - Team Content Section
 */
.team-content-wrapper {
  text-align: center; }

#team-content-section .entry-meta {
  font-weight: normal;
  font-style: italic;
  line-height: 1.31;
  letter-spacing: 0;
  margin-top: 7px;
  text-transform: capitalize; }

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

.team-content-wrapper .post-thumbnail img {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 50%; }

.team-content-wrapper .post-thumbnail a {
  border-radius: 50%;
  display: inline-block;
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
  z-index: 2; }

.team-content-wrapper .post-thumbnail {
  line-height: 1;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px; }

/*--------------------------------------------------------------
## testimonials
--------------------------------------------------------------*/
/**
 * 7.3.18 - Testimonials
 */
.stats-section .post-thumbnail {
  margin-left: auto;
  margin-right: auto; }

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

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

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.testimonial-content-section .section-content-wrapper {
  padding-bottom: 28px;
  text-align: center; }

.testimonial-content-section .post-thumbnail {
  width: 100%; }

.testimonial-content-section .owl-carousel .owl-item img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 86px;
  overflow: hidden;
  width: 86px;
  margin: 0 auto; }

.testimonial-content-section .section-content-wrapper .entry-summary,
.testimonial-content-section .section-content-wrapper .entry-content {
  margin-top: 0; }

.testimonial-content-section .hentry-inner {
  padding: 35px; }

.testimonial-content-section .entry-header {
  padding-top: 56px;
  position: relative; }

.testimonial-content-section .entry-header:before {
  content: "\201D";
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  font-family: Arial;
  position: absolute;
  top: 21px;
  line-height: 1;
  left: 0;
  width: 100%; }

.testimonial-content-section .entry-header .entry-title + .entry-meta {
  font-style: italic;
  line-height: 1.31;
  margin-top: 7px; }

#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  outline: none;
  line-height: 1;
  width: 32px;
  transition: all 0.3s;
  opacity: 0.4; }

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

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

#testimonial-content-section .owl-prev:hover,
#testimonial-content-section .owl-prev:focus,
#testimonial-content-section .owl-next:hover,
#testimonial-content-section .owl-next:focus,
#feature-slider-section button.owl-dot:hover,
#feature-slider-section button.owl-dot:focus,
#feature-slider-section button.owl-dot.active,
#testimonial-content-section button.owl-dot:hover,
#testimonial-content-section button.owl-dot:focus,
#testimonial-content-section button.owl-dot.active {
  opacity: 1; }

#feature-slider-section .owl-dots,
#testimonial-content-section .owl-dots {
  line-height: 0; }

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

/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
/**
 * 7.3.19 - WooCommerce
 */
/**
 * 7.3.19.1 - Clearing
 */
.woocommerce-shorting-wrapper:before,
.woocommerce-shorting-wrapper:after {
  content: "";
  display: table;
  table-layout: fixed; }

.woocommerce-shorting-wrapper:after {
  clear: both; }

/**
 *  7.3.19.2 - Layout
 */
.woocommerce-products-header,
.single-product .woocommerce-posts-wrapper {
  margin: 0 auto;
  max-width: 990px;
  width: 100%; }

.woocommerce-products-header {
  text-align: center; }

.woocommerce-posts-wrapper {
  padding-bottom: 0; }

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

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

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

.woocommerce-shorting-wrapper {
  border-top: 1px solid;
  border-bottom: 1px solid;
  clear: both;
  display: block;
  margin: 0 0 35px;
  padding: 24px 20px; }

.woocommerce-ordering,
.woocommerce-result-count {
  display: inline-block;
  margin: 0; }

.woocommerce-result-count {
  float: left; }

.woocommerce-ordering {
  clear: none;
  float: right; }

/**
 * 7.3.19.3 - Shop tables
 */
table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  clear: both;
  display: block;
  padding: 0.778em;
  text-align: right; }

table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left; }

table.shop_table_responsive tr td.product-remove a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px; }

table.shop_table_responsive tr td a {
  text-decoration: none; }

table.shop_table_responsive tr td.product-remove:before {
  display: none; }

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
  display: none; }

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center; }

/**
 * 7.3.19.4 - Products
 */
ul.products {
  clear: both;
  display: block;
  margin: 0; }

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

ul.products li.product > a {
  display: block;
  overflow: hidden; }
  ul.products li.product > a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  ul.products li.product > a:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); }

ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.4;
  margin: 0; }

ul.products li.product .price {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.67;
  margin-top: 7px; }

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

.product-container {
  margin-top: 21px; }

.product-container a.button,
.woocommerce .product-container .wc-forward {
  margin-top: 24px; }

.site-main.woocommerce ul li:before {
  content: none;
  display: none; }

/**
 * 7.3.19.5 - Infinite Scroll
 */
.infinite-scroll .woocommerce-pagination {
  display: none; }

/**
 * 7.3.19.6 - Onsale
 */
.onsale {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2;
  min-height: auto;
  min-width: auto;
  margin: 0;
  padding: 2px 14px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 1; }

.single .onsale {
  right: auto; }

ul.products .onsale {
  top: 0;
  right: 0; }

/**
 * 7.3.19.7 - Price
 */
span.price del,
p.price del {
  opacity: .5; }

.price del + ins {
  background: transparent;
  margin-left: .327em; }

/**
 * 7.3.19.8 - Buttons
 */
.woocommerce .single_add_to_cart_button {
  margin-top: 0; }

.woocommerce button.pswp__button:hover,
.woocommerce button.pswp__button:focus {
  background-color: transparent;
  background-image: none; }

.woocommerce-form-login button[type="submit"] {
  margin-right: 14px; }

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

.woocommerce-mini-cart__buttons .button {
  margin: 0 7px 7px 7px; }

/**
 * 7.3.19.9 - Single product
 */
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative; }

.single-product div.product div.images {
  margin-bottom: 1.75em; }

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .entry-summary {
  float: none;
  text-align: left;
  width: 100%; }

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

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

.single-product div.product figure {
  margin: 0; }

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

.single-product div.product .entry-summary .entry-title {
  font-weight: 700;
  margin: 0;
  text-align: left; }

.single-product div.product .woocommerce-product-rating {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 7px; }

.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin: 0 7px 0 0; }

.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  text-decoration: none; }

.single-product div.product p.price {
  margin: 0.778em 0 1.35em; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99; }

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 50%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333333%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both; }

.single-product div.product form.cart {
  margin: 1.944em 0; }

.single-product div.product form.cart .quantity {
  float: left;
  margin-right: 21px; }

.single-product .product_meta {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0; }

.single-product .product_meta > span {
  display: block;
  margin: 21px 0 0; }

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

.variations .reset_variations {
  margin-left: 14px; }

.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations {
  text-decoration: none; }

.single-product div.product .related,
.single-product div.product .upsells,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
  margin-top: 35px; }

.related > h2:first-of-type {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 35px; }

.cart-collaterals .cross-sells {
  text-align: center; }

#reviews #comments ol.commentlist,
ul.woocommerce-error {
  margin-left: 0;
  list-style: none; }

#reviews #comments ol.commentlist li {
  margin-bottom: 1.5em;
  position: relative; }

#reviews #comments ol.commentlist li img.avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: absolute;
  top: 7px;
  left: 0;
  width: 60px; }

#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 60px;
  padding: 0 0 0 35px; }

#reviews #comments ol.commentlist li .star-rating {
  float: right; }

#reviews #comments ol.commentlist .meta {
  margin-bottom: 7px; }

#reviews .comment-respond .comment-form-rating {
  margin-top: 7px;
  text-align: center; }

#reviews .comment-respond .comment-form-rating .stars {
  margin-top: 7px;
  margin-bottom: 21px; }

#reviews .comment-respond .comment-reply-title {
  display: block;
  margin-bottom: 21px; }

.stock:empty:before {
  display: none; }

.stock.in-stock {
  color: #0f834d; }

.stock.out-of-stock {
  color: #e2401c; }

/**
 * 7.3.19.10 - Checkout
 */
table.shop_table,
.quantity .qty {
  font-size: 1em; }

table.cart .product-thumbnail {
  text-align: center; }

table.cart .product-thumbnail:before {
  display: none; }

table.cart .product-thumbnail img {
  margin: 0 auto;
  width: 80px; }

table.cart .coupon label {
  display: none; }

table.cart td.actions input,
table.cart td.actions .button {
  margin: 14px 0;
  display: block;
  width: 100%; }

.woocommerce .wc-proceed-to-checkout a.button {
  width: 100%; }

.woocommerce .wc-proceed-to-checkout a.button,
.cart_totals .wc-proceed-to-checkout,
.woocommerce-checkout-payment .place-order,
#payment .form-row {
  text-align: center; }

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled, .button:disabled,
button.disabled:not(.owl-prev):not(.owl-next), button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
  opacity: .5 !important;
  cursor: not-allowed; }

/**
 * 7.3.19.11 - My account
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-top: 1px solid;
  margin: 0 0 1.5em; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 2px solid;
  margin: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  text-decoration: none;
  padding: 7px 21px; }

.woocommerce-MyAccount-content {
  padding-top: 30px; }

.woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0; }

.woocommerce-MyAccount-content fieldset {
  margin: 0 0 1.5em;
  padding: 7px 15px; }

.woocommerce-MyAccount-content fieldset p {
  margin: 0 0 1.5em; }

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button {
  margin-bottom: 7px; }

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button:last-child {
  margin-bottom: 0; }

/**
 * 7.3.19.12 - General WooCommerce components
 */
/**
 * 7.3.19.12.1 - Header cart
 */
.site-header-cart {
  content: "";
  display: table;
  list-style: none;
  margin: 0;
  padding: 14px;
  position: relative;
  table-layout: fixed; }

.site-header-cart li {
  margin: 0; }

.site-header-cart .cart-contents {
  background-color: transparent;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  padding: 17px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }

.site-header-cart .cart-contents .count {
  display: none;
  font-weight: 500;
  font-size: 13px;
  left: 14px;
  line-height: 18px;
  letter-spacing: 0;
  min-width: 18px;
  position: absolute;
  right: auto;
  top: 0;
  text-align: center; }

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

.navigation-classic .menu-inside-wrapper .site-header-cart .cart-contents {
  display: inline-block; }

.navigation-classic .site-header-cart .cart-contents .amount {
  display: inline; }

.site-header-cart .cart-contents .amount,
.navigation-classic .site-header-cart .cart-contents .amount {
  display: none; }

.site-header-cart .widget_shopping_cart {
  display: none;
  font-size: 16px;
  font-size: 1rem; }

.site-header-cart .product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0; }

.site-header-cart .product_list_widget .mini_cart_item,
.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 14px 20px; }

.site-header-cart .product_list_widget .mini_cart_item .remove_from_cart_button {
  margin-right: 7px; }

.site-header-cart .product_list_widget .mini_cart_item a,
.site-header-cart .product_list_widget .mini_cart_item a:hover,
.site-header-cart .product_list_widget .mini_cart_item a:focus {
  text-decoration: none; }

.product_list_widget li img {
  max-width: 4.688em;
  float: right; }

.site-header-cart .product_list_widget img {
  margin-left: 1em; }

.site-header-cart .woocommerce-mini-cart__buttons {
  text-align: center; }

#site-header-cart .woocommerce-mini-cart__buttons a {
  display: block;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 14px 20px;
  padding: 11px 21px 10px; }

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

#primary-menu-wrapper #site-header-cart-wrapper {
  display: block;
  text-align: center;
  width: 100%; }

#primary-menu-wrapper .site-header-cart {
  border-bottom: 1px solid;
  display: block;
  padding: 14px 30px; }

#primary-menu-wrapper .site-header-cart .cart-contents {
  padding: 0;
  width: auto; }
  #primary-menu-wrapper .site-header-cart .cart-contents .amount {
    margin-left: 15px; }

#primary-menu-wrapper .site-header-cart .cart-contents:before {
  margin-right: 7px; }

#primary-menu-wrapper .site-header-cart .cart-contents .amount,
#primary-menu-wrapper .site-header-cart .cart-contents .count {
  display: inline-block; }

/**
 * 7.3.19.12.2 - Pagination
 */
.woocommerce-pagination {
  clear: both;
  margin: 0; }

.woocommerce-pagination ul {
  display: inline-block;
  margin: 0 auto; }

.woocommerce-pagination ul li {
  display: inline-block;
  list-style: none;
  height: 2.5em;
  line-height: 2.5em;
  margin: 0.125em;
  text-align: center;
  width: 2.5em; }

.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block; }

.woocommerce-pagination ul li a {
  background-color: transparent;
  text-decoration: none; }

/**
 * 7.3.19.12.3 - Star rating
 */
.star-rating {
  font-size: 0.8em;
  font-family: 'star';
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 7px 0;
  overflow: hidden;
  position: relative;
  width: 5.3em; }

.widget .star-rating {
  margin: 0 7px 0 0; }

.widget_rating_filter ul li .star-rating {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: bottom; }

.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none; }

.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute; }

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em; }

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  text-indent: 0;
  opacity: .25; }

p.stars a:hover ~ a:before {
  content: "\53";
  opacity: .25; }

p.stars:hover a:before {
  content: "\53";
  opacity: 1; }

p.stars.selected a.active:before {
  content: "\53";
  opacity: 1; }

p.stars.selected a.active ~ a:before {
  content: "\53";
  opacity: .25; }

p.stars.selected a:not(.active):before {
  content: "\53";
  opacity: 1; }

/**
 * 7.3.19.12.4 - Tabs
 */
.woocommerce-tabs {
  clear: both;
  display: block;
  overflow: hidden; }

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 3.111em 0 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: capitalize; }

.woocommerce-tabs ul.tabs:after {
  position: absolute;
  content: ' ';
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1; }

.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  position: relative; }

.woocommerce-tabs ul.tabs li a {
  display: block;
  font-weight: 700;
  position: relative;
  margin-right: 35px;
  padding: 21px;
  text-decoration: none; }

.woocommerce-tabs .panel {
  margin: 0;
  padding: 21px;
  text-align: left; }

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 28px; }

.woocommerce-tabs .panel p:last-child {
  margin-bottom: 0; }

/**
 * 7.3.19.12.5 - Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }

.woocommerce-password-strength.strong {
  color: #0f834d; }

.woocommerce-password-strength.short {
  color: #e2401c; }

.woocommerce-password-strength.bad {
  color: #e2401c; }

.woocommerce-password-strength.good {
  color: #3d9cd2; }

/**
 * 7.3.19.12.6 - Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: #fb3a64; }

.quantity .qty {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px 7px;
  width: 3.54em;
  text-align: center; }

.woocommerce form label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.071em;
  text-transform: uppercase; }

/**
 * 7.3.19.12.7 - Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  clear: both;
  content: "";
  display: table;
  margin-bottom: 1.5em;
  padding: 2em;
  table-layout: fixed;
  width: 100%; }

.woocommerce-message a.button {
  margin-right: 14px; }

.woocommerce-info,
.woocommerce-message {
  border-top: 4px solid; }

.woocommerce-error {
  border-top: 4px solid #e2401c; }

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

.demo_store {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding: 1.125rem 2.5rem 1.1875rem 1.125rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

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

ul.wc_payment_methods li {
  margin-bottom: 10px;
  padding: 15px; }
  ul.wc_payment_methods li:last-child {
    margin-bottom: 0; }

ul.wc_payment_methods .about_paypal {
  float: right; }

ul.wc_payment_methods p:last-child {
  margin-bottom: 0; }

ul.wc_payment_methods .payment_box {
  padding: 14px 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 7px 0; }

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  margin-left: 7px;
  max-height: 33px; }

.demo_store .woocommerce-store-notice__dismiss-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -999999px;
  width: 35px; }

.demo_store .woocommerce-store-notice__dismiss-link:before {
  content: "x";
  display: block;
  font-size: 22px;
  font-size: 1rem;
  font-weight: 600;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  text-indent: 0;
  transform: translate(-50%, -50%); }

.demo_store .woocommerce-store-notice__dismiss-link:hover,
.demo_store .woocommerce-store-notice__dismiss-link:focus {
  opacity: 0.6; }

/**
 * 7.3.19.12.8 - WooCommerce widgets
 */
/**
 * 7.3.19.12.8.1 - WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }

.widget_price_filter .price_slider_amount .button {
  float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1; }

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em; }

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

dl.variation {
  font-size: 14px;
  font-size: 0.875rem; }

dl.variation dd {
  margin: 0; }

dl.variation p {
  margin-bottom: 7px; }

.widget_layered_nav_filters a:before {
  content: "x";
  margin-right: 7px; }

.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0; }

.woocommerce-checkout-payment .place-order {
  padding: 1em; }

.site-header-cart .product_list_widget .mini_cart_item span.quantity {
  display: block; }

#site-header-cart-wrapper {
  text-align: left; }

.widget.woocommerce ul li > span,
.widget.woocommerce ul li del > span,
.widget.woocommerce ul li ins > span {
  font-size: 14px;
  font-size: 0.875rem; }

.woocommerce a.remove {
  background: #ca4646;
  display: block;
  font-size: 20px;
  height: 21px;
  width: 21px;
  text-align: center;
  line-height: 21px;
  border-radius: 100%;
  color: #fff;
  font-weight: 700;
  border: 0; }

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 6px;
  left: 0; }

.site-header-cart .woocommerce .widget_shopping_cart .cart_list li a.remove,
.site-header-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: relative;
  float: left; }

.site-header-cart .woocommerce .widget_shopping_cart .cart_list li span.quantity,
.site-header-cart .woocommerce.widget_shopping_cart .cart_list li span.quantity {
  margin-left: 28px; }

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
/**
 * 7.3.20 - Pricing
 */
.pricing-section .hentry-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

.pricing-section .section-content-wrapper .entry-content,
.pricing-section .section-content-wrapper .entry-summary {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: normal;
  margin-top: 0;
  padding: 30px; }

.pricing-section .section-content-wrapper .entry-content li,
.pricing-section .section-content-wrapper .entry-summary li {
  line-height: 2.33;
  list-style: none; }

.pricing-section .entry-header {
  padding: 28px 30px; }

.pricing-section .entry-title,
.pricing-section .package-price,
.pricing-section .more-button {
  text-align: center; }

.pricing-section .more-button .more-link {
  padding: 13px 28px;
  display: block; }

.pricing-section .entry-title {
  font-weight: 600; }

.package-price {
  padding: 21px 30px;
  position: relative; }

.package-amount {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  position: relative;
  z-index: 2; }

.package-price sup {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  margin-right: 7px;
  z-index: 2; }

.package-month {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
  opacity: 0.6; }

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

.pricing-section .more-link .readmore svg {
  display: none; }

.package-price:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.color-scheme-dark .package-price:before {
  background-color: rgba(255, 255, 255, 0.02); }

.pricing-section .hentry.highlight .more-button .more-link {
  border-color: transparent; }

.pricing-section .popular-tag {
  border-radius: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.4;
  padding: 7px 14px;
  position: absolute;
  top: -17px;
  transform: translateX(-50%);
  z-index: 1; }

/*--------------------------------------------------------------
## EDD
--------------------------------------------------------------*/
/**
 * 7.3.21 - EDD
 */
.edd_download_columns_0 .edd_download,
.edd_download_columns_1 .edd_download,
.edd_download_columns_2 .edd_download,
.edd_download_columns_3 .edd_download,
.edd_download_columns_4 .edd_download,
.edd_download_columns_5 .edd_download,
.edd_download_columns_6 .edd_download,
.edd_download_columns_7 .edd_download,
.edd_download_columns_8 .edd_download,
.edd_download_columns_9 .edd_download,
.edd-rp-single .edd-rp-item {
  width: 100%; }

.edd_downloads_list {
  margin: 0 -15px; }

.edd_downloads_list .edd_download_inner {
  margin: 0;
  padding: 0; }

.edd_download .edd_download_image img {
  width: 100%; }

#edd_checkout_cart td {
  line-height: 1.75;
  background-color: transparent; }

.fes-vendor-menu ul li:before,
.ui-tabs .ui-tabs-tab:before {
  content: none; }

.fes-vendor-dashboard-wrap .fes-vendor-menu [class^="icon-"],
.fes-vendor-dashboard-wrap .fes-vendor-menu [class*=" icon-"] {
  vertical-align: middle; }

body .entry-content .fes-vendor-dashboard-wrap .fes-vendor-menu > ul > li.fes-vendor-menu-tab > a,
body .entry-content .fes-vendor-dashboard-wrap .fes-vendor-menu > ul > li.fes-vendor-menu-tab > a {
  text-decoration: none;
  letter-spacing: normal; }

.fes-vendor-dashboard-wrap .fes-vendor-menu ul li a > .icon {
  display: none; }

.fes-vendor-menu ul,
.fes-vendor-dashboard-wrap .fes-vendor-menu {
  margin: 0; }

.fes-vendor-menu ul li,
.ui-tabs .ui-tabs-tab {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem; }

.fes-vendor-dashboard-wrap .fes-vendor-menu > ul > li > a {
  display: block;
  padding: 12px 20px; }

.fes-vendor-menu-tab.fes-vendor-dashboard-tab a:before {
  content: "\f015"; }

.fes-vendor-menu-tab.fes-vendor-products-tab a:before {
  content: "\f03a"; }

.fes-vendor-menu-tab.fes-vendor-new-product-tab a:before {
  content: "\f040"; }

.fes-vendor-menu-tab.fes-vendor-orders-tab a:before {
  content: "\f06b"; }

.fes-vendor-menu-tab.fes-vendor-profile-tab a:before {
  content: "\f007"; }

.fes-vendor-menu-tab.fes-vendor-logout-tab a:before {
  content: "\f011"; }

.fes-vendor-dashboard {
  padding: 28px; }

.fes-vendor-dashboard table {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0; }

.edd-fes-action {
  display: block; }

#fes-vendor-store-link {
  margin-bottom: 14px; }

form div.fes-form .fes-submit input[type="submit"] {
  background-image: none;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  height: auto; }

form div.fes-form .fes-el .fes-fields input[type="text"],
form div.fes-form .fes-el .fes-fields input[type="password"],
form div.fes-form .fes-el .fes-fields input[type="email"],
form div.fes-form .fes-el .fes-fields input[type="url"],
form div.fes-form .fes-el .fes-fields input[type="number"],
form div.fes-form .fes-el .fes-fields textarea {
  /*box-shadow: none;*/ }

form div.fes-form fieldset {
  padding: 1.5em; }

form div.fes-form .fes-el,
#fes-submission-form-title {
  margin-bottom: 21px; }

#fes_lost_password_link {
  clear: both;
  display: inline-block;
  margin-top: 21px; }

.edd-single-product-container .edd-product-gallery {
  margin-bottom: 21px;
  position: relative; }

.easyzoom-flyout {
  display: none; }

.edd-product-gallery #zoomImg .easyzoom-flyout img {
  height: 1440px;
  width: 1920px;
  max-width: 1920px; }

.zoomImg {
  cursor: pointer; }

.edd-product-gallery__trigger {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 999;
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 1;
  padding: 10px;
  text-align: center;
  border-radius: 50%; }

.edd-tabs {
  clear: both;
  display: block; }

.edd-price-amount,
.edd-buy label {
  font-weight: 600; }

.edd-buy form > * {
  display: block; }

.edd-buy form select {
  width: 100%; }

.edd-buy form select {
  margin-top: 21px;
  padding: 15px; }

.edd-buy form .single_buy_now_button {
  margin-top: 35px; }

.edd-author a > img {
  height: 70px;
  width: 70px; }

.edd-vendor-detail {
  border-top: 1px solid;
  padding-top: 28px;
  margin-top: 28px; }

.edd-author .author-title {
  margin: 0 0 7px 0; }

.edd-product-details__short-description > :last-child,
.edd-author-description > :last-child,
.edd_download_excerpt > :last-child {
  margin-bottom: 0; }

.edd_download_purchase_form .edd_price_options {
  margin: 0; }

.entry-content .edd_download .edd_download_inner .edd_download_title a,
.entry-content #edd_checkout_wrap .edd-rp-item > a {
  text-decoration: none; }

body .entry-content .edd-vendor-detail .edd-author .author-title a {
  text-decoration: none; }

.edd-author-description {
  clear: both;
  display: block;
  overflow: hidden;
  margin-top: 21px; }

.edd-author > a {
  margin-right: 14px; }

.edd-author > a,
.edd-author .author-title {
  clear: none;
  float: left; }

.ui-tabs .ui-tabs-nav {
  border-bottom: 2px solid;
  margin: 0; }

#tabs.ui-tabs .ui-tabs-nav li a {
  text-decoration: none;
  position: relative; }

.edd-tabs {
  padding-top: 28px; }

.ui-tabs-panel {
  padding-top: 35px; }

.ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 14px; }

.ui-state-active a:after {
  content: "";
  border-bottom: 2px solid;
  display: block;
  height: 1px;
  width: calc(100% - 18px);
  position: absolute;
  bottom: -2px;
  left: 14px; }

/*.ui-tabs .ui-tabs-nav  li:first-child a {
    padding-left: 0;
}

.ui-tabs .ui-tabs-nav  li:first-child a:after {
    width: calc(100% - 21px);
    left: 0;
}*/
.ui-tabs-panel > *:last-child,
.edd-review-content > :last-child,
.edd-reviews-review-form-submit {
  margin-bottom: 0; }

.edd_download_purchase_form .edd_price_options ul li:before,
.edd-reviews-area ul li:before {
  content: none; }

.edd-review-meta-rating,
.edd-review-metadata .author {
  display: block; }

.edd-reviews-average-rating {
  margin-bottom: 14px; }

.edd_reviews_breakdown .edd-counter-container {
  display: flex;
  align-items: center; }

.edd-tabs .ui-tabs-panel {
  max-width: 760px; }

.edd-review-body .reply {
  text-align: right; }

.edd-reviews-form fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.edd-reviews-form {
  padding: 30px; }

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

#edd-rp-single-wrapper {
  clear: both;
  display: block;
  width: 100%; }

.edd-reviews-rating {
  line-height: 1;
  margin-top: 7px; }

.edd-reviews-average-rating-label {
  display: none; }

#edd-rp-items-wrapper .edd-rp-item {
  text-align: left; }

#edd-rp-single-header,
#edd-rp-checkout-header {
  margin-bottom: 21px; }

#edd-rp-items-wrapper {
  margin: 0 -15px; }

.edd-rp-item > a .edd-rp-item-title {
  display: block; }

.edd-rp-item .edd_cart_item_image,
.edd_download .edd_download_image {
  overflow: hidden; }

.edd_download .edd_download_image img,
.edd-rp-item .edd_cart_item_image img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease; }

.edd_download .edd_download_image:hover img,
.edd-rp-item .edd_cart_item_image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

#edd_checkout_form_wrap fieldset {
  border: 0;
  padding: 28px; }

#edd_checkout_form_wrap {
  margin-top: 42px; }

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
  width: 100%; }

#edd_checkout_form_wrap legend,
#edd_checkout_form_wrap label {
  font-size: 100%;
  font-weight: 400; }

#edd_checkout_form_wrap span.edd-description {
  font-size: 60%; }

#edd-rp-checkout-wrapper {
  margin-top: 28px; }

/**
 * 8.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 10.1
--------------------------------------------------------------*/
/**
 * 8.1 - >= 480px
 */
@media screen and (min-width: 30em) {
  /* Woocommerce styles */
  ul.products.columns-2,
  ul.products.columns-4,
  ul.products.columns-6 {
    margin: 0 -15px; }

  ul.products.columns-2 li.product:nth-child(2n+1),
  ul.products.columns-4 li.product:nth-child(2n+1) {
    clear: both; }

  ul.products.columns-2 .onsale,
  ul.products.columns-3 .onsale,
  ul.products.columns-4 .onsale {
    right: 15px;
    left: auto; }

  /* Woocommerce styles end here */
  .wp-custom-logo .custom-logo-link,
  .wp-custom-logo .site-identity {
    display: inline-block; }

  .wp-custom-logo .custom-logo-link {
    margin-right: 14px;
    margin-bottom: 0; }

  .portfolio-content-wrapper .filter-select-group {
    flex-direction: row;
    justify-content: space-between; }

  .portfolio-content-wrapper .filter-select-group > span + .filters-select-wrap {
    margin-top: 0; }

  .portfolio-content-wrapper .filter-button-group,
  .portfolio-content-wrapper .filter-select-group {
    margin-bottom: 35px; } }
/*--------------------------------------------------------------
## mobile-horizontal 10.2
--------------------------------------------------------------*/
/**
 * 8.2 - >= 568px / 35.500em
 */
@media only screen and (min-width: 35.5em) {
  /* Woocommerce styles */
  ul.products.columns-3 {
    margin: 0 -15px; }

  ul.products.columns-3 li.product {
    padding: 0 15px; }

  ul.products.columns-3 li.product {
    width: 33.33%; }

  ul.products.columns-2 li.product,
  ul.products.columns-4 li.product {
    width: 50%; }

  ul.products li.product {
    float: left; }

  #testimonial-content-section .owl-dots-enabled .owl-nav {
    bottom: calc(42px + 63px); }

  div#primary-menu-wrapper .menu-toggle {
    width: auto; }

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

  .ul.products.columns-3 li.product:nth-child(3n+1) {
    clear: both; }

  .site-header-cart .widget_shopping_cart {
    top: 71px; }

  table.cart td.actions {
    text-align: right; }

  table.cart td.actions .coupon {
    display: inline-block;
    float: left; }

  table.cart td.actions input,
  table.cart td.actions .button,
  .woocommerce .wc-proceed-to-checkout a.button {
    display: inline-block;
    width: auto; }

  .single-product div.product div.images {
    margin-bottom: 0; }

  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .entry-summary {
    float: left;
    text-align: left;
    width: 50%; }

  .single-product div.product .entry-summary {
    margin: 0;
    padding-left: 40px; }

  .comment-respond,
  .edd-reviews-form {
    padding: 35px 42px; }

  .cart-collaterals .cart_totals {
    display: block;
    clear: both;
    float: right;
    width: 60%;
    max-width: 600px; }

  /* Woocommerce styles end here */
  .events-content-wrapper {
    position: relative; }

  .events-content-wrapper.layout-two,
  .hero-content-wrapper .hentry-inner,
  .playlist-content-wrapper .hentry-inner {
    display: flex;
    flex-wrap: nowrap; }

  .hero-content-wrapper .post-thumbnail-background,
  .playlist-content-wrapper .post-thumbnail-background {
    padding-bottom: 0; }

  .playlist-content-wrapper .post-thumbnail-background,
  .playlist-content-wrapper .post-thumbnail {
    width: 46%;
    min-height: 440px; }

  .content-align-left .hero-content-wrapper .post-thumbnail-background,
  .content-align-left .playlist-content-wrapper .post-thumbnail-background {
    order: 2; }

  .content-align-right .hero-content-wrapper .hentry-inner .post-thumbnail-background {
    left: 0; }

  .content-align-right .hero-content-wrapper .entry-container {
    padding-left: 49px; }

  .content-align-left .hero-content-wrapper .entry-container {
    padding-right: 49px; }

  .content-align-left .hero-content-wrapper .entry-container,
  .content-align-left .playlist-content-wrapper .entry-container {
    order: 1; }

  .hero-content-wrapper .entry-container {
    padding-bottom: 49px;
    padding-top: 49px;
    width: 57.14285714285714%; }

  .hero-content-wrapper .post-thumbnail-background {
    margin-bottom: 0;
    width: 42.85714285714286%; }

  .playlist-content-wrapper .entry-container {
    width: 54%;
    padding: 0 0 0 30px; }

  .playlist-content-wrapper.content-align-left .entry-container {
    padding-left: 0;
    padding-right: 30px; }

  .playlist-content-wrapper .wp-playlist .wp-playlist-current-item,
  .playlist-content-wrapper .focus-stock-mejs-container.mejs-container .mejs-controls {
    padding-left: 16px;
    padding-right: 16px; }

  .hero-content-wrapper .entry-container.full-width,
  .playlist-content-wrapper .entry-container.full-width {
    flex-basis: 100%;
    margin: 0 auto;
    max-width: 920px;
    padding: 0;
    width: auto; }

  .hero-content-wrapper .entry-header,
  .playlist-content-wrapper .entry-header,
  .playlist-content-wrapper .entry-title {
    margin-top: 0; }

  .events-content-wrapper.layout-two {
    margin-left: -15px;
    margin-right: -15px; }

  .events-content-wrapper.layout-two > * {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px; }

  .events-content-wrapper .entry-meta {
    width: 100%; }

  .events-content-wrapper.layout-two .main-image.post-thumbnail {
    order: 2; }

  .events-content-wrapper.layout-two .events-article-wrapper {
    order: 1; }

  .author-info {
    text-align: left; }

  .author-avatar {
    float: left;
    margin: 0 28px 0 0; }

  .author-description {
    margin: 0;
    overflow: hidden; }

  #testimonial-content-section.layout-two .owl-prev,
  #testimonial-content-section.layout-two .owl-next {
    display: block; }

  .two-columns .hentry,
  .archive-posts-wrapper .section-content-wrapper.layout-two .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%; }

  .three-columns .hentry,
  #gallery-section .gallery-columns-3 .gallery-item,
  #gallery-section .gallery-columns-6 .gallery-item,
  #gallery-section .gallery-columns-9 .gallery-item,
  .featured-content-wrapper.layout-three .hentry,
  .pricing-content-wrapper.layout-three .hentry,
  .archive-posts-wrapper .section-content-wrapper.layout-three .hentry,
  .portfolio-content-wrapper.layout-three .hentry,
  .service-content-wrapper.layout-three .hentry,
  .stats-content-wrapper.layout-three .hentry,
  .team-content-wrapper.layout-three .hentry,
  #colophon .three .widget-column,
  .edd_download_columns_0 .edd_download,
  .edd_download_columns_3 .edd_download,
  .edd_download_columns_6 .edd_download,
  .edd_download_columns_9 .edd_download,
  #edd-rp-items-wrapper .edd-rp-item {
    width: 33.33%; }

  .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),
  .archive-posts-wrapper article:nth-child(3n+1),
  .featured-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .pricing-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .portfolio-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .service-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .stats-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .team-content-wrapper.layout-three .hentry:nth-child(3n+1),
  .two-columns .hentry:nth-child(2n+1),
  .edd_download_columns_0 .edd_download:nth-child(3n+1),
  .edd_download_columns_3 .edd_download:nth-child(3n+1),
  .edd_download_columns_6 .edd_download:nth-child(3n+1),
  .edd_download_columns_9 .edd_download:nth-child(3n+1),
  #edd-rp-items-wrapper .edd-rp-item:nth-child(3n+1) {
    clear: both; }

  .featured-content-wrapper.layout-four .hentry,
  .pricing-content-wrapper.layout-four .hentry,
  .portfolio-content-wrapper.layout-four .hentry,
  .service-content-wrapper.layout-four .hentry,
  .stats-content-wrapper.layout-four .hentry,
  .team-content-wrapper.layout-four .hentry,
  .featured-content-wrapper.layout-two .hentry,
  .pricing-content-wrapper.layout-two .hentry,
  .portfolio-content-wrapper.layout-two .hentry,
  .service-content-wrapper.layout-two .hentry,
  .stats-content-wrapper.layout-two .hentry,
  .team-content-wrapper.layout-two .hentry,
  #colophon .two .widget-column,
  #colophon .four .widget-column,
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1),
  .portfolio-content-wrapper.layout-five .hentry,
  .edd_download_columns_2 .edd_download,
  .edd_download_columns_4 .edd_download {
    width: 50%; }

  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    width: auto;
    height: auto; }

  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left; }

  .featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .pricing-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .portfolio-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .service-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .stats-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .team-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .featured-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .pricing-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .portfolio-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .service-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .stats-content-wrapper.layout-two .hentry:nth-child(2n+1),
  .team-content-wrapper.layout-two .hentry:nth-child(2n+1),
  #colophon .two .widget-column:nth-child(2n+1),
  #colophon .four .widget-column:nth-child(2n+1)
  .edd_download_columns_2 .edd_download:nth-child(2n+1),
  .edd_download_columns_4 .edd_download:nth-child(2n+1) {
    clear: both; }

  .stats-content-wrapper .entry-container,
  .events-content-wrapper .event-list-description {
    overflow: hidden; }

  .app-image-container.layout-two,
  .app-image-container.layout-three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row nowrap; }

  .app-image-container.layout-two div + div,
  .app-image-container.layout-three div + div,
  .app-image-container.layout-three div + div + div {
    margin-top: 0;
    margin-left: 35px; }

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

  .playlist-content-wrapper.content-align-left .hentry .hentry-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

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

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

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

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

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

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

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

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

  .service-section.border-style .section-content-wrapper.layout-three .hentry,
  .stats-section.modern-style .section-content-wrapper.layout-three .hentry {
    border-right: 1px solid; }

  .service-section.border-style .section-content-wrapper.layout-three .hentry:nth-child(3n+3),
  .stats-section.modern-style .section-content-wrapper.layout-three .hentry:nth-child(3n+3) {
    border-right: none; }

  .service-section.classic-style .section-content-wrapper.layout-three .hentry-inner {
    padding: 0 15px; }

  #gallery-section .entry-content > *:not(div) {
    padding: 0; }

  .portfolio-content-wrapper.layout-two .layout-wrap:nth-child(n) .hentry:nth-child(1),
  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(n) .hentry:nth-child(1) {
    width: 60%; }

  .portfolio-content-wrapper.layout-two .layout-wrap:nth-child(n) .hentry:nth-child(2),
  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(n) .hentry:nth-child(2) {
    width: 40%; }

  .portfolio-content-wrapper.layout-two .layout-wrap:nth-child(2n) .hentry:nth-child(n),
  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(2n) .hentry:nth-child(n) {
    width: 50%; }

  .portfolio-content-wrapper.layout-two .layout-wrap:nth-child(3n) .hentry:nth-child(1),
  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(3n) .hentry:nth-child(1) {
    width: 40%; }

  .portfolio-content-wrapper.layout-two .layout-wrap:nth-child(3n) .hentry:nth-child(2),
  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(3n) .hentry:nth-child(2) {
    width: 60%; }

  .portfolio-content-wrapper.layout-three .layout-wrap:nth-child(n) .hentry:nth-child(1) {
    width: 25%; }

  .portfolio-content-wrapper.layout-three .layout-wrap:nth-child(n) .hentry {
    width: 50%; }

  .portfolio-content-wrapper.layout-three .layout-wrap:nth-child(n) .hentry:nth-child(3) {
    width: 25%; }

  .portfolio-content-wrapper.layout-three .layout-wrap:nth-child(2n) .hentry:nth-child(n) {
    width: 33.33%; }

  #site-generator .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .site-footer-menu {
    margin-right: auto; }

  #testimonial-content-section .has-post-thumbnail .hentry {
    margin-bottom: 0; }

  #secondary .widget:nth-child(2n+1) {
    clear: both;
    margin-right: 4%; }

  .sidebar .widget {
    clear: none;
    display: block;
    float: left;
    width: 48%; }

  .site-footer .two .widget-column:nth-child(2n+1),
  .site-footer .four .widget-column:nth-child(2n+1),
  .contact-info.two-columns li:nth-child(2n+1) {
    clear: both; }

  #featured-video-section .side-posts-wrap {
    width: 30%;
    float: left; }
    #featured-video-section .side-posts-wrap .simplebar-wrapper {
      margin: 0px;
      width: auto;
      height: 100%;
      max-height: 620px;
      overflow-x: hidden; }

  .featured-video-content-wrapper .simplebar-content-wrapper .hentry:first-child,
  .featured-video-content-wrapper .hentry {
    width: 100%; }

  .single-item .featured-video-content-wrapper .hentry:first-child {
    width: 100%; }

  .featured-video-content-wrapper .hentry:first-child {
    width: 70%; }

  .featured-video-content-wrapper .hentry:nth-child(2n+1) {
    clear: none; }

  .featured-video-content-wrapper {
    display: flex; }

  .playlist-content-wrapper .entry-title {
    margin-bottom: 30px; }

  #promotion-section.content-align-center .entry-container-frame {
    padding: 35px; }

  .app-image-container div {
    margin: 0 20px; }

  .app-image-container div:first-child {
    margin-left: 0; }

  .app-image-container .app-image {
    width: 24%;
    margin-bottom: 30px; }

  .app-image-container .app-button {
    width: 39%; }

  .app-image-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }

  .events-content-wrapper .entry-summary p {
    flex-basis: 50%;
    margin-bottom: 0; }

  .section-heading-wrapper {
    padding-bottom: 28px; }

  body:not(.home) .site-content > .wrapper,
  body:not(.home) .site-content .archive-content-wrap {
    padding: 49px 15px 21px 15px; }

  .section,
  #footer-newsletter .ewnewsletter .widget-wrap {
    padding: 49px 0 21px 0; }

  .home .site-content > .wrapper {
    padding: 49px 15px 21px 15px; }

  .service-content-wrapper {
    text-align: left; }

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

  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .posts-navigation .nav-links div:nth-child(1):nth-last-child(2),
  .posts-navigation .nav-links div:nth-child(2):nth-last-child(1),
  .post-navigation .nav-links div:nth-child(1):nth-last-child(2),
  .post-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    display: inline-block;
    width: 50%; }

  .post-navigation .nav-previous,
  .posts-navigation .nav-previous {
    text-align: left; }

  .post-navigation .nav-next,
  .posts-navigation .nav-next {
    float: right;
    text-align: right; }

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

  .promotion-section.content-frame .entry-container {
    padding: 35px; }

  .promotion-section:not(.content-frame) .hentry-inner {
    padding: 25px 0; }

  .menu-inside-wrapper .action-buttons {
    display: none; }

  .site-header-menu > .action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .edd-single-product-container .edd-product-gallery,
  .edd-single-product-container .edd-product-summary {
    float: left;
    text-align: left;
    width: 50%; }

  .edd-single-product-container .edd-product-gallery {
    margin-bottom: 0; }

  .edd-single-product-container .edd-product-summary {
    padding-left: 30px; }

  .custom-header {
    padding-top: 95.2px; } }
/*--------------------------------------------------------------
## tablet 10.3
--------------------------------------------------------------*/
/**
 * 8.3 - >= 768px
 */
@media only screen and (min-width: 48em) {
  /* Woocommerce styles */
  #site-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .gallery-caption {
    bottom: 0;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    position: absolute;
    transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%); }

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

  .navigation-default .site-header-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse; }

  table.shop_table {
    background-color: transparent; }

  table.cart td.actions input,
  table.cart td.actions .button {
    margin: 0; }

  table.shop_table_responsive tr td {
    padding: 10px; }

  table.shop_table_responsive tr td.product-thumbnail {
    width: 100px; }

  table.shop_table_responsive thead {
    display: table-header-group; }

  table.shop_table_responsive tbody th {
    display: table-cell; }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left; }

  table.shop_table_responsive tr td {
    display: table-cell; }

  table.shop_table_responsive tr td:before {
    display: none; }

  table.cart .product-thumbnail img {
    margin: 0; }

  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    margin: 0; }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 66%; }

  .woocommerce-account .woocommerce-MyAccount-content p:first-child {
    margin-top: 0; }

  .woocommerce-account .woocommerce-MyAccount-content form > h3 {
    margin-top: 0; }

  .woocommerce-MyAccount-content {
    padding-top: 0; }

  .site-header-cart .cart-contents {
    padding: 0; }

  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 285px;
    z-index: 199;
    right: -999em;
    display: block; }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    right: 0;
    display: block; }

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

  #primary-menu-wrapper #site-header-cart-wrapper {
    display: none; }

  /* Woocommerce styles end here */
  .focus-stock-mejs-sticky-playlist-container.mejs-container .mejs-time,
  .focus-stock-mejs-sticky-playlist-container.mejs-container .mejs-time-rail,
  .focus-stock-mejs-sticky-playlist-container.mejs-container .mejs-button.mejs-volume-button,
  .focus-stock-mejs-sticky-playlist-container.mejs-container a.mejs-horizontal-volume-slider {
    display: block; }

  body .wp-playlist-caption .wp-playlist-item-title + .wp-playlist-item-album:before {
    content: " - "; }

  #sticky-playlist-section .focus-stock-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-previous,
  #sticky-playlist-section .focus-stock-mejs-container.mejs-container .mejs-controls .mejs-button.mejs-next {
    display: block; }

  #sticky-playlist-section .wp-playlist-current-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%; }

  #sticky-playlist-section .focus-stock-mejs-sticky-playlist-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%; }

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

  .menu-toggle-wrapper {
    display: block;
    float: left; }

  .menu-inside-wrapper {
    max-width: 335px;
    opacity: 0;
    top: 100%;
    right: -30px;
    width: 335px; }

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

  .is-open .menu-inside-wrapper {
    visibility: visible;
    opacity: 1; }

  .navigation-classic .mobile-social-search {
    display: none; }

  .navigation-default .mobile-social-search .search-container {
    display: none; }

  #hero-content-section .section-content-wrapper {
    padding-left: 55px;
    padding-right: 55px; }

  .custom-logo {
    margin: 0; }

  .events-article-wrapper .event-list-description,
  .events-content-wrapper .entry-summary {
    align-items: center;
    flex-direction: row; }

  .events-content-wrapper .entry-summary .more-link {
    display: block; }

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

  .site-info {
    padding: 10px 0; }

  .menu-inside-wrapper .search-container,
  .navigation-default #primary-menu-wrapper .menu-inside-wrapper {
    -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25);
    -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25);
    box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25); }

  #gallery-section .gallery-item {
    margin-bottom: 0; }

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    padding: 30px; }

  .app-image-container .app-image {
    width: 26%;
    margin-bottom: 35px; }

  .app-image-container .app-button {
    width: 42%; }

  .hero-content-wrapper .entry-container {
    padding-bottom: 56px;
    padding-top: 56px; }

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

  .comment-container:before {
    top: 30px; }

  .navigation-classic .site-header .social-navigation ul {
    text-align: center; }

  .navigation-classic .site-header .social-navigation ul {
    padding: 10px 15px; }

  .navigation-default .mobile-social-search {
    display: none; }

  #primary-menu-wrapper .menu-toggle-wrapper {
    margin-right: 0; }

  .site-header-cart .cart-contents .count {
    left: 16px; }

  body:not(.home) .site-content > .wrapper,
  body:not(.home) .site-content .archive-content-wrap {
    padding: 56px 15px 28px 15px; }

  .section,
  #footer-newsletter .ewnewsletter .widget-wrap {
    padding: 56px 0 28px 0; }

  .home .site-content > .wrapper {
    padding: 56px 15px 28px 15px; }

  .filter-type-classic .filter-button-wrap,
  .filter-type-dropdown .filters-select-wrap {
    display: block; }

  .filters-select-wrap {
    display: none; }

  .portfolio-content-wrapper .filters-select-wrap select {
    border: 0;
    padding: 0; }

  .promotion-section.content-frame .entry-container {
    padding: 49px; }

  .promotion-section:not(.content-frame) .hentry-inner {
    padding: 32px 0; }

  #feature-slider-section .hentry-inner {
    padding: 104px 30px; }

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

  .fes-login-registration.fes-login-registration-combo .fes_login_registration_form_row {
    width: 48%; }

  .edd-single-product-container .edd-product-summary {
    padding-left: 40px; }

  .ui-tabs .ui-tabs-nav li a {
    padding: 21px; }

  .ui-state-active a:after {
    width: calc(100% - 42px);
    left: 21px; }

  .edd-tabs {
    padding-top: 35px; }

  .easyzoom-flyout {
    display: block; }

  #edd-rp-single-header,
  #edd-rp-checkout-header {
    margin-bottom: 28px; }

  #edd_checkout_form_wrap input.edd-input,
  #edd_checkout_form_wrap textarea.edd-input {
    width: 80%; }

  .header-widget-area .widget_text {
    margin-top: 21px; } }
/*--------------------------------------------------------------
## Landscape 10.4
--------------------------------------------------------------*/
/**
 * 8.5 - >= 783px
 */
@media only screen and (min-width: 48.938em) {
  /*	.admin-bar #feature-slider-section,
  	.admin-bar #feature-slider-section,
  	.home.admin-bar .custom-header {
  		min-height: calc(100vh - 32px);
  	}*/
  .admin-bar .flashy-overlay .flashy-close {
    top: 32px; } }
/*--------------------------------------------------------------
## desktop 10.5
--------------------------------------------------------------*/
/**
 * 8.5 - >= 1024px
 */
@media only screen and (min-width: 64em) {
  /* Woocommerce styles */
  #team-dots {
    position: absolute; }

  #team-dots {
    justify-content: flex-start; }
    #team-dots li {
      margin-right: 20px; }

  #team-dots {
    max-width: 345px; }

  ul.products.columns-2 li.product,
  ul.products.columns-3 li.product,
  ul.products.columns-4 li.product {
    padding: 0 20px; }

  ul.products.columns-3 li.product,
  ul.products.columns-6 li.product {
    width: 33.33%; }

  ul.products.columns-4 li.product {
    width: 25%; }

  ul.products.columns-5 li.product {
    width: 20%; }

  .two-columns-layout.single-product ul.products.columns-4 li.product {
    width: 50%; }

  ul.products.columns-4 li.product:nth-child(2n+1),
  ul.products.columns-6 li.product:nth-child(2n+1),
  .full-width .related ul.products li.product:nth-child(2n+1),
  .full-width .upsells ul.products li.product:nth-child(2n+1),
  .full-width .cross-sells ul.products li.product:nth-child(2n+1) {
    clear: none; }

  .two-columns-layout.single-product ul.products.columns-4 li.product:nth-child(2n+1),
  ul.products.columns-3 li.product:nth-child(3n+1),
  ul.products.columns-4 li.product:nth-child(4n+1),
  ul.products.columns-5 li.product:nth-child(5n+1),
  ul.products.columns-6 li.product:nth-child(6n+1),
  .full-width .related ul.products li.product:nth-child(4n+1),
  .full-width .upsells ul.products li.product:nth-child(4n+1),
  .full-width .cross-sells ul.products li.product:nth-child(4n+1) {
    clear: both; }

  ul.products.columns-6 li.product {
    width: 16.66666666666667%; }

  ul.products.columns-2 li.product .onsale,
  ul.products.columns-3 li.product .onsale,
  ul.products.columns-4 li.product .onsale {
    left: auto;
    right: 20px; }

  /* Woocommerce styles end here */
  .site-header-menu {
    margin-right: 0; }

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

  .boxed-layout #page {
    width: 96%; }

  .navigation-classic #header-menu-social:before {
    margin: 21px auto 21px; }

  .wpcf7 div div {
    margin-bottom: 35px; }

  .page .site-main .hentry {
    margin: 0; }

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

  .site-footer .wrapper {
    padding: 10px 30px; }

  .site-footer-menu,
  .site-info {
    padding: 15px 20px; }

  .events-content-wrapper .entry-summary p {
    flex-basis: 60%; }

  #feature-slider-section .slider-content-wrapper {
    padding-left: 50px;
    padding-right: 50px; }

  #focus-stock-logo-slider-section .owl-dots {
    margin-bottom: 42px; }

  .widget-column.above-footer {
    padding-top: 56px; }

  #team-dots li:after {
    bottom: -20px; }

  ul.products li.product {
    margin-bottom: 35px; }

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

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

  .single-product div.product .related,
  .single-product div.product .upsells,
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals {
    margin-top: 42px; }

  .author-info {
    margin-top: 42px; }

  #footer-instagram .widget-title {
    margin: 56px auto 35px; }

  .single .site-main .post-thumbnail,
  .page .site-main .post-thumbnail {
    padding: 0;
    margin-bottom: 35px; }

  input[type="search"].search-field {
    display: block; }

  #colophon .four .widget-column {
    width: 25%; }

  #colophon .four .widget-column:nth-child(2n+1) {
    clear: none; }

  #colophon .four .widget-column:nth-child(4n+1) {
    clear: both; }

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

  ul.products.columns-2,
  ul.products.columns-4,
  ul.products.columns-6 {
    margin-left: 0;
    margin-right: 0; }

  .featured-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .pricing-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .portfolio-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .service-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .stats-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .team-content-wrapper.layout-four .hentry:nth-child(2n+1),
  .edd_download_columns_4 .edd_download:nth-child(2n+1) {
    clear: none; }

  .featured-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .pricing-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .portfolio-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .service-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .stats-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .team-content-wrapper.layout-four .hentry:nth-child(4n+1),
  .edd_download_columns_4 .edd_download:nth-child(4n+1) {
    clear: both; }

  #gallery-section .gallery-columns-4 .gallery-item,
  .featured-content-wrapper.layout-four .hentry,
  .pricing-content-wrapper.layout-four .hentry,
  .portfolio-content-wrapper.layout-four .hentry,
  .service-content-wrapper.layout-four .hentry,
  .stats-content-wrapper.layout-four .hentry,
  .team-content-wrapper.layout-four .hentry,
  .edd_download_columns_4 .edd_download {
    width: 25%; }

  .portfolio-content-wrapper.layout-five .hentry {
    width: 20%; }

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

  .section .hentry,
  .site-content .content-area .hentry,
  .events-content-wrapper.layout-two > *,
  .events-content-wrapper,
  #colophon .widget-column {
    padding-left: 20px;
    padding-right: 20px; }

  .archive .content-area {
    float: left;
    width: 70%; }

  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
    max-width: 1000px; }

  .sidebar {
    float: right;
    width: 30%;
    max-width: 400px; }

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

  .content-right .content-area {
    float: right;
    margin-right: 0;
    margin-left: -100%; }

  .content-right .sidebar {
    float: left; }

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

  .header-media .entry-title,
  .feature-slider-section .entry-title,
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1,
  .textwidget h1,
  .events-content-wrapper .date-week-day,
  #footer-instagram .widget-title,
  .page-title,
  .single .site-main .entry-header .entry-title,
  .page .site-main .entry-header .entry-title,
  .header-widget-area .widget-title {
    font-size: 36px;
    font-size: 2.25rem; }

  .woocommerce-posts-wrapper .entry-title,
  .woocommerce .related.products > h2,
  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .textwidget h2,
  #stats-section .entry-title {
    font-size: 32px;
    font-size: 2rem; }

  #site-generator .social-navigation a,
  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  .textwidget h3,
  .section-title,
  #footer-instagram .widget-title,
  .custom-header-content .section-title,
  .app-section .section-title,
  .hero-section .entry-title,
  .promotion-section .entry-title,
  .gallery-section .entry-title,
  .layout-one .archive-post-wrap .hentry .entry-title,
  .edd-single-product-container .product-title {
    font-size: 28px;
    font-size: 1.75rem; }

  .entry-content h4,
  .comment-content h4,
  .textwidget h4,
  .comments-title,
  .comment-reply-title,
  #edd-reviews-heading {
    font-size: 24px;
    font-size: 1.5rem; }

  .woocommerce-loop-category__title,
  .entry-content h5,
  .comment-content h5,
  .textwidget h5,
  .post-navigation .nav-title {
    font-size: 22px;
    font-size: 1.375rem; }

  .entry-content h6,
  .comment-content h6,
  .textwidget h6,
  .portfolio-content-wrapper .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }

  #secondary .widget:nth-child(2n+1) {
    margin-right: 0; }

  .sidebar.widget-area section.widget {
    width: 100%; }

  ul.products li.product .woocommerce-loop-product__title,
  .edd-price-amount,
  .edd-author .author-title,
  .edd-buy label,
  #tabs .ui-tabs-panel h2 {
    font-size: 21px;
    font-size: 1.3125rem; }

  .sidebar .widget {
    padding: 28px; }

  .hero-content-wrapper .entry-container {
    padding-bottom: 84px;
    padding-top: 84px; }

  .content-align-left .hero-content-wrapper .entry-container {
    padding-right: 70px; }

  .content-align-right .hero-content-wrapper .entry-container {
    padding-left: 70px; }

  .playlist-content-wrapper .entry-container {
    padding: 0 0 0 40px; }

  .playlist-content-wrapper.content-align-left .entry-container {
    padding-left: 0;
    padding-right: 40px; }

  .recent-blog-content-wrapper,
  .app-section .content-wrapper,
  .view-more {
    padding: 0 50px; }

  .comment-respond,
  .edd-reviews-form {
    padding: 42px 49px; }

  .app-section.content-frame .entry-container-frame {
    padding: 4.5em 4em; }

  .custom-header-content {
    padding: 175px 50px; }

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

  #feature-slider-section .hentry-inner {
    padding: 128px 50px; }

  .section-content-wrapper .entry-summary,
  .section-content-wrapper .entry-content,
  .archive-posts-wrapper .section-content-wrapper .entry-content,
  .custom-header-content .site-header-text,
  .edd_downloads_list .edd_download_excerpt,
  .edd_download_purchase_form .edd_price_options {
    margin-top: 21px; }

  .site-header-main .wrapper {
    padding: 28px 50px; }

  .app-image-container {
    margin-top: 35px; }

  #featured-content-section .hentry .entry-container {
    padding: 35px; }

  .single .site-content #primary,
  .page .site-content #primary,
  .two-columns-layout .site-content #secondary,
  .error404 .site-content #primary {
    padding-left: 20px;
    padding-right: 20px; }

  #feature-slider-section .slider-content-wrapper {
    padding-left: 50px;
    padding-right: 50px; }

  .hentry,
  .view-more,
  .widget,
  .widget .hentry,
  .product,
  .no-results.not-found,
  .singular-content-wrap,
  .single .site-main .entry-header,
  .page .site-main .entry-header,
  .archive .page-header,
  .error404 .page-header,
  .search .page-header,
  .woocommerce-products-header,
  #footer-newsletter .ewnewsletter .widget-inner,
  .edd_downloads_list .edd_download,
  #edd-rp-items-wrapper .edd-rp-item {
    margin-bottom: 35px; }

  .event-title, .event-list-item-venue {
    padding: 28px; }

  .events-content-wrapper .entry-meta {
    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;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 80px; }

  .event-list-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 753px;
    flex-basis: 753px;
    margin-left: 80px;
    padding: 0;
    width: auto;
    text-align: left; }

  .events-content-wrapper .entry-summary {
    padding: 28px; }

  .events-content-wrapper .more-link {
    padding: 0 28px;
    margin-left: auto; }

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

  .events-content-wrapper .entry-summary .more-link {
    margin-top: 0;
    position: absolute;
    right: 0; }

  .events-content-wrapper.section-content-wrapper .entry-summary {
    position: relative; }

  .events-content-wrapper .event-list-description {
    justify-content: space-between; }
  .events-content-wrapper .entry-summary p {
    flex-basis: 50%;
    margin-bottom: 0; }

  .events-article-wrapper .event-list-description,
  .events-content-wrapper .entry-summary {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap; }

  .gallery-caption {
    background: #fff; }

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    padding: 35px; }

  .comment-container,
  .edd-review-body {
    padding: 40px; }

  blockquote {
    font-size: 22px;
    font-size: 1.375rem; }

  .playlist-content-wrapper .entry-title {
    margin-bottom: 35px; }

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

  .app-image-container .app-image {
    margin-bottom: 42px; }

  .events-content-wrapper .entry-summary p {
    flex-basis: 60%; }

  .comment-container:before {
    top: 45px; }

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

  #feature-slider-section .post-thumbnail img {
    object-position: center center; }

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

  #featured-video-section .post-thumbnail {
    margin-bottom: 14px; }

  #featured-video-section .side-posts-wrap .post-thumbnail {
    margin-bottom: 0; }

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

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

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(n) .hentry:nth-child(1) {
    width: 20%; }

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(n) .hentry:nth-child(2) {
    width: 30%; }

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(n) .hentry:nth-child(3) {
    width: 30%; }

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(n) .hentry:nth-child(4) {
    width: 20%; }

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(2n) .hentry:nth-child(n) {
    width: 25%; }

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(3n) .hentry:nth-child(1) {
    width: 30%; }

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(3n) .hentry:nth-child(2) {
    width: 20%; }

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(3n) .hentry:nth-child(3) {
    width: 20%; }

  .portfolio-content-wrapper.layout-four .layout-wrap:nth-child(3n) .hentry:nth-child(4) {
    width: 30%; }

  .related.products ul.products {
    margin: 0 -20px; }

  .has-header-media.header-media-text-disabled .wp-custom-header {
    padding: 135px 30px; }

  .comment-reply-link {
    margin-top: 21px; }

  body:not(.home) .site-content > .wrapper,
  body:not(.home) .site-content .archive-content-wrap {
    padding: 70px 30px 35px 30px; }

  .section,
  #footer-newsletter .ewnewsletter .widget-wrap {
    padding: 70px 0 35px 0; }

  #footer-newsletter .ewnewsletter .widget-inner {
    padding: 0 50px; }

  .home .site-content > .wrapper {
    padding: 70px 30px 35px 30px; }

  .section-heading-wrapper {
    padding: 0 50px 35px 50px; }

  .archive-post-wrap .hentry .entry-footer {
    padding-top: 21px;
    margin-top: 28px; }

  .posts-navigation,
  .pagination {
    margin-bottom: 35px;
    padding: 0 20px; }

  .portfolio-content-wrapper .filter-button-group,
  .portfolio-content-wrapper .filter-select-group {
    margin-bottom: 42px; }

  #portfolio-content-section .section-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px; }

  .portfolio-content-wrapper .entry-container > .inner-wrap {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding-left: 20px; }

  .promotion-section:not(.content-frame) .hentry-inner {
    padding: 39px 0; }

  .testimonial-content-section .hentry-inner {
    padding: 42px; }

  .testimonial-content-section .section-content-wrapper {
    padding-bottom: 35px; }

  .edd_downloads_list {
    margin: 0 -20px; }

  .edd_downloads_list .edd_download,
  #edd-rp-items-wrapper .edd-rp-item {
    padding: 0 20px; }

  .edd-single-product-container .edd-product-summary {
    padding-left: 50px; }

  .edd-tabs,
  .ui-tabs-panel {
    padding-top: 42px; }

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

  #edd-rp-single-header,
  #edd-rp-checkout-header {
    margin-bottom: 35px; }

  #edd-rp-items-wrapper {
    margin: 0 -20px; }

  #edd-rp-checkout-wrapper {
    margin-top: 35px; }

  .header-widget-area .widget .widget-title {
    margin-bottom: 35px; }

  .site-header-text + .header-widget-area {
    margin-top: 28px; }

  .custom-header {
    padding-top: 109.2px; } }
/*--------------------------------------------------------------
## Large 10.6
--------------------------------------------------------------*/
/**
 * 8.6 - >= 1200px
 */
@media only screen and (min-width: 75em) {
  #sticky-playlist-section .wp-playlist-current-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%; }

  #team-dots {
    max-width: 485px; }

  .navigation-classic .site-header-menu {
    flex-direction: row; }

  .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
    max-width: 100%; }

  #sticky-playlist-section .focus-stock-mejs-sticky-playlist-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%; }

  .navigation-classic .site-branding {
    text-align: left; }

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

  .navigation-classic #primary-search-wrapper .menu-toggle {
    display: block; }

  .navigation-classic #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-classic .main-navigation a {
    line-height: 2; }

  .navigation-classic .main-navigation li.menu-item-has-children ul ul a {
    padding-left: 20px; }

  .navigation-classic .main-navigation .menu-item-has-children > a:after,
  .navigation-classic .main-navigation .page_item_has_children > a:after {
    content: "\f107";
    font-size: 16px;
    font-size: 1rem;
    padding-left: 7px; }

  .navigation-classic .main-navigation ul ul .menu-item-has-children > a:after,
  .navigation-classic .main-navigation ul ul .page_item_has_children > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
    position: absolute;
    top: 16px;
    right: 21px; }

  .navigation-classic .main-navigation ul ul {
    border: none;
    display: block;
    float: left;
    margin: 0;
    padding: 7px 0;
    position: absolute;
    top: auto;
    left: -999em;
    z-index: 99999; }

  .navigation-classic .main-navigation ul ul ul {
    left: -999em;
    top: -7px; }

  .navigation-classic .main-navigation ul ul a {
    width: 262px; }

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

  .navigation-classic .main-navigation > a {
    position: relative; }

  .navigation-classic .main-navigation .current_page_item > a:before,
  .navigation-classic .main-navigation .current-menu-item > a:before {
    content: '';
    border-bottom: 1px solid;
    display: block;
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 15px; }

  .navigation-classic .main-navigation a {
    padding: 9px 15px; }

  .navigation-classic .main-navigation li {
    border-bottom: none; }

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

  .navigation-classic .main-navigation ul ul .current_page_item > a,
  .navigation-classic .main-navigation ul ul .current-menu-item > a {
    color: #01e0af; }

  .navigation-classic .main-navigation li {
    display: inline-block; }

  .navigation-classic .social-top div {
    border-bottom: none; }

  .navigation-classic .dropdown-toggle,
  .navigation-classic .main-navigation ul .dropdown-toggle.toggled-on,
  .navigation-classic #primary-menu-wrapper .menu-toggle-wrapper {
    display: none; }

  @keyframes smoothScrollBack {
    0% {
      transform: translateY(20px); }
    100% {
      transform: translateY(0px); } }
  .navigation-classic .main-navigation ul li:hover > ul,
  .navigation-classic .main-navigation ul li.focus > ul {
    -webkit-animation: smoothScrollBack .5s forwards,fadein .5s;
    -moz-animation: smoothScrollBack .5s forwards,fadein .5s;
    -o-animation: smoothScrollBack .5s forwards,fadein .5s;
    animation: smoothScrollBack .5s forwards,fadein .5s; }

  .header-media-disabled #feature-slider.section {
    padding-top: 78px; }

  .main-navigation ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  #footer-menu-section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .custom-header {
    padding-top: 116px; } }
/*--------------------------------------------------------------
## wide-width 10.7
--------------------------------------------------------------*/
/**
 * 8.8 - >= 1366px
 */
@media only screen and (min-width: 85.375em) {
  /* Woocommerce styles */
  .two-columns-layout.single-product ul.products.columns-4 li.product {
    width: 25%; }

  #team-dots {
    max-width: 545px;
    margin: 0 45px; }

  #team-dots {
    display: flex; }

  .events-content-wrapper .entry-summary,
  ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-size: 1.125rem; }

  #feature-slider-section .entry-summary p,
  #feature-slider-section .entry-content p,
  .events-content-wrapper .entry-title {
    font-size: 21px;
    font-size: 1.3125rem; }

  #footer-instagram .widget-title,
  .page-title,
  .single .site-main .entry-header .entry-title,
  .page .site-main .entry-header .entry-title {
    font-size: 44px;
    font-size: 2.75rem; }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1,
  .textwidget h1 {
    font-size: 42px;
    font-size: 2.625rem; }

  .woocommerce-posts-wrapper .entry-title,
  .woocommerce .related.products > h2,
  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .textwidget h2,
  #stats-section .entry-title {
    font-size: 36px;
    font-size: 2.25rem; }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  .textwidget h3,
  .section-title,
  #footer-instagram .widget-title,
  .custom-header-content .section-title,
  .app-section .section-title,
  .hero-section .entry-title,
  .promotion-section .entry-title,
  .gallery-section .entry-title,
  .layout-one .archive-post-wrap .hentry .entry-title,
  .edd-single-product-container .product-title {
    font-size: 32px;
    font-size: 2rem; }

  .entry-content h4,
  .entry-summary h4,
  .comment-content h4,
  .textwidget h4,
  .comments-title,
  .comment-reply-title,
  #edd-reviews-heading {
    font-size: 26px;
    font-size: 1.635rem; }

  body #playlist-section .wp-playlist {
    margin-bottom: 28px;
    margin-top: 28px; }

  .two-columns-layout.single-product ul.products.columns-4 li.product:nth-child(4n+1) {
    clear: none; }

  .two-columns-layout.single-product ul.products.columns-4 li.product:nth-child(2n+1) {
    clear: none; }

  /* Woocommerce styles end here */
  #primary-search-wrapper > .social-navigation {
    display: block; }

  .comment-respond,
  .edd-reviews-form {
    padding: 49px 56px; }

  .widget-column.above-footer {
    padding-top: 70px; }

  .author-info {
    margin-top: 56px; }

  #footer-instagram .widget-title {
    margin: 70px auto 42px; }

  #gallery-section .tiled-gallery .tiled-gallery-item a:after {
    font-size: 20px;
    font-size: 1.25rem;
    height: 50px;
    padding: 15px;
    width: 50px; }

  button,
  .button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .posts-navigation a,
  #content #infinite-handle span button,
  .catch-instagram-feed-gallery-widget-wrapper .button,
  .header-media .more-link,
  #feature-slider-section .more-link,
  #hero-section .more-button .more-link,
  .promotion-section .more-link,
  #stats-section .view-more .more-link,
  #app-section .entry-summary .more-link,
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .woocommerce .product-container .wc-forward,
  form div.fes-form .fes-submit input[type="submit"] {
    padding: 13px 28px; }

  .site-header-menu > .action-buttons > .button {
    font-size: 15px;
    font-size: 0.937rem;
    padding: 10px 28px;
    margin-left: 21px; }

  .playlist-content-wrapper .entry-container {
    padding: 102px 0 0 76px; }

  .playlist-content-wrapper.content-align-left .entry-container {
    padding-left: 0;
    padding-right: 76px; }

  .slider-content-wrapper .title-image {
    max-width: 400px; }

  .hero-content-wrapper .entry-container {
    padding-bottom: 98px;
    padding-top: 98px; }

  .has-header-media.header-media-text-disabled .wp-custom-header {
    padding: 185px 30px; }

  .sidebar .widget {
    padding: 35px; }

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

  body:not(.home) .site-content > .wrapper,
  body:not(.home) .site-content .archive-content-wrap {
    padding: 84px 30px 49px 30px; }

  .section,
  #footer-newsletter .ewnewsletter .widget-wrap {
    padding: 84px 0 49px 0; }

  .home .site-content > .wrapper {
    padding: 84px 30px 49px 30px; }

  .author-info .author-avatar .avatar {
    height: 80px;
    width: 80px; }

  #content #infinite-handle,
  #content .infinite-loader {
    bottom: -50px; }

  .content-align-left .hero-content-wrapper .entry-container {
    padding-right: 84px; }

  .content-align-right .hero-content-wrapper .entry-container {
    padding-left: 84px; }

  .promotion-section:not(.content-frame) .hentry-inner {
    padding: 53px 0; }

  #feature-slider-section .hentry-inner {
    padding: 156px 50px; }

  .edd-product-gallery__trigger {
    top: 21px;
    right: 21px; }

  .edd-product-gallery__trigger {
    width: 50px;
    height: 50px;
    padding: 15px; }

  .edd-single-product-container .edd-product-summary {
    padding-left: 60px; }

  .edd-vendor-detail {
    padding-top: 35px;
    margin-top: 35px; } }
/*--------------------------------------------------------------
## Ultra Wide 10.8
--------------------------------------------------------------*/
/**
 * 8.9 - >= 1600px
 */
@media only screen and (min-width: 100em) {
  .is-open .menu-inside-wrapper {
    right: 3%; }

  body,
  .sidebar .widget .widget-title,
  .sidebar .widget .wp-block-group h2 {
    font-size: 20px;
    font-size: 1.25rem; }

  #sticky-playlist-section .wp-playlist-caption,
  #sticky-playlist-section .wp-playlist-item-title,
  #sticky-playlist-section .wp-playlist-item-length,
  #sticky-playlist-section .focus-stock-mejs-container.mejs-container .mejs-time,
  .menu-label,
  .menu-toggle,
  .menu-toggle-close,
  .dropdown-toggle,
  .search-toggle:before,
  .search-submit:before,
  .cart-contents:before,
  .service-section .entry-category {
    font-size: 16px;
    font-size: 1rem; }

  ul.products li.product .price,
  .menu-toggle,
  .events-content-wrapper .date-month-year,
  .author-description,
  .author-description .author-title,
  .section-tagline,
  .portfolio-content-wrapper .filter-button-group button {
    font-size: 18px;
    font-size: 1.125rem; }

  .header-media .entry-title,
  .feature-slider-section .entry-title,
  .header-widget-area .widget-title {
    font-size: 42px;
    font-size: 2.625rem; }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1,
  .textwidget h1 {
    font-size: 50px;
    font-size: 3.125rem; }

  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .textwidget h2,
  .page-title,
  .single .site-main .entry-header .entry-title,
  .page .site-main .entry-header .entry-title,
  #stats-section .entry-title {
    font-size: 42px;
    font-size: 2.625rem; }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  .textwidget h3,
  .section-title,
  #footer-instagram .widget-title,
  .custom-header-content .section-title,
  .app-section .section-title,
  .hero-section .entry-title,
  .promotion-section .entry-title,
  .gallery-section .entry-title,
  .layout-one .archive-post-wrap .hentry .entry-title,
  .edd-single-product-container .product-title {
    font-size: 36px;
    font-size: 2.25rem; }

  .entry-content h4,
  .entry-summary h4,
  .comment-content h4,
  .textwidget h4,
  #edd-reviews-heading,
  .post-navigation .nav-links,
  #feature-slider-section .entry-content p,
  .comment-reply-title,
  .events-content-wrapper .date-week-day,
  .events-content-wrapper .entry-title {
    font-size: 28px;
    font-size: 1.75rem; }

  .entry-content h5,
  .entry-summary h5,
  .comment-content h5,
  .textwidget h5,
  .entry-title,
  .edd_download .edd_download_title,
  .fes-vendor-dashboard .fes-headers,
  #edd-rp-single-header,
  .edd-rp-item > a .edd-rp-item-title,
  #edd-rp-checkout-header {
    font-size: 24px;
    font-size: 1.5rem; }

  #footer-instagram .widget-title {
    font-size: 48px;
    font-size: 3rem; }

  .comments-area {
    margin-top: 42px; }

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

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

  #team-dots {
    max-width: 601px; }

  #team-dots li {
    margin-right: 35px; }

  .widget-column.above-footer {
    padding-top: 140px; }

  .playlist-content-wrapper .entry-container {
    padding: 110px 0 0 120px; }

  body #playlist-section .wp-playlist {
    margin-bottom: 42px;
    margin-top: 42px; }

  .playlist-content-wrapper.content-align-left .entry-container {
    padding-left: 0;
    padding-right: 63px; }

  #team-dots li:after {
    bottom: -35px; }

  .contact-us-form form {
    margin-top: 46px; }

  #footer-menu-section .wrapper {
    padding: 0 20px; }

  .focus-stock-mejs-container.mejs-container .mejs-controls {
    padding: 15px 28px; }

  #sticky-playlist-section .wp-playlist-current-item {
    padding: 10px 21px 10px 0; }

  #sticky-playlist-section .focus-stock-mejs-container.mejs-container .mejs-controls {
    padding: 15px 0; }

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

  .more-button,
  .section-content-wrapper .entry-summary,
  .section-content-wrapper .entry-content,
  .custom-header-content .site-header-text,
  .edd_downloads_list .edd_download_excerpt,
  .edd_purchase_submit_wrapper,
  .edd_download_purchase_form .edd_price_options {
    margin-top: 28px; }

  .app-image-container {
    margin-top: 42px; }

  #featured-content-section .hentry .entry-container {
    padding: 42px; }

  .archive-posts-wrapper .section-content-wrapper .entry-content {
    margin-top: 28px; }

  #promotion-section.content-align-center .entry-container-frame {
    padding: 56px; }

  .navigation-classic .main-navigation ul ul a {
    padding: 7px 30px; }

  #focus-stock-logo-slider-section .owl-prev {
    left: -75px; }

  #focus-stock-logo-slider-section .owl-next {
    right: -75px; }

  .has-header-media.header-media-text-disabled .wp-custom-header {
    padding: 235px 30px; }

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

  .post-thumbnail,
  .edd_download .edd_download_image,
  .edd-rp-item .edd_cart_item_image {
    margin-bottom: 28px; }

  .comment-reply-link {
    margin-top: 28px; }

  button,
  .button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .posts-navigation a,
  #content #infinite-handle span button,
  .catch-instagram-feed-gallery-widget-wrapper .button,
  .header-media .more-link,
  #feature-slider-section .more-link,
  #hero-section .more-button .more-link,
  .promotion-section .more-link,
  #stats-section .view-more .more-link,
  #app-section .entry-summary .more-link,
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .woocommerce .product-container .wc-forward,
  form div.fes-form .fes-submit input[type="submit"] {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 13px 35px; }

  .comment-respond,
  .edd-reviews-form {
    padding: 56px; }

  .section-heading-wrapper {
    padding-bottom: 56px; }

  .hentry,
  .view-more,
  .no-results.not-found,
  .sidebar .widget,
  .singular-content-wrap,
  .single .site-main .entry-header,
  .page .site-main .entry-header,
  .archive .page-header,
  .error404 .page-header,
  .search .page-header,
  .woocommerce-products-header,
  .posts-navigation,
  .pagination,
  ul.products li.product,
  #footer-newsletter .ewnewsletter .widget-inner,
  .edd_downloads_list .edd_download,
  #edd-rp-items-wrapper .edd-rp-item {
    margin-bottom: 42px; }

  .section,
  #footer-newsletter .ewnewsletter .widget-wrap {
    padding: 98px 0 56px 0; }

  .home .site-content > .wrapper {
    padding: 98px 30px 56px 30px; }

  .sticky-post {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 21px; }

  .sticky-post span {
    padding: 4px 21px; }

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

  .archive-post-wrap .hentry .entry-meta > span + span {
    padding-left: 21px; }

  .archive-post-wrap .hentry .entry-footer {
    padding-top: 28px;
    margin-top: 35px; }

  .author-info .author-avatar .avatar {
    height: 100px;
    width: 100px; }

  #content #infinite-handle,
  #content .infinite-loader {
    bottom: -53px; }

  .hero-content-wrapper .entry-container {
    padding-bottom: 112px;
    padding-top: 112px; }

  .content-align-left .hero-content-wrapper .entry-container {
    padding-right: 98px; }

  .content-align-right .hero-content-wrapper .entry-container {
    padding-left: 98px; }

  .portfolio-content-wrapper .filter-button-group,
  .portfolio-content-wrapper .filter-select-group {
    margin-bottom: 49px; }

  .portfolio-content-wrapper .filter-button-group button {
    margin: 0 20px;
    padding: 20px 0; }

  .portfolio-content-wrapper .filter-button-group {
    margin-top: -20px; }

  .promotion-section.content-frame .entry-container {
    padding: 56px; }

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

  .promotion-section:not(.content-frame) .hentry-inner {
    padding: 60px 0; }

  .testimonial-content-section .hentry-inner {
    padding: 49px; }

  .testimonial-content-section .section-content-wrapper {
    padding-bottom: 42px; }

  .pricing-section .entry-header {
    padding: 35px 30px; }

  .package-amount {
    font-size: 52px;
    font-size: 3.25rem; }

  .pricing-section .entry-content ul > li::before,
  .pricing-section .entry-summary ul > li::before {
    margin-right: 14px; }

  .pricing-section .section-content-wrapper .entry-content,
  .pricing-section .section-content-wrapper .entry-summary {
    padding: 35px 42px 42px 42px; }

  #feature-slider-section .hentry-inner {
    padding: 180px 50px; }

  body.infinite-scroll .archive-posts-wrapper .section-content-wrapper {
    padding-bottom: 95px; }

  .edd-product-gallery__trigger {
    top: 28px;
    right: 28px; }

  .edd-single-product-container .edd-product-summary {
    padding-left: 70px; }

  .edd-vendor-detail {
    padding-top: 42px;
    margin-top: 42px; }

  .edd-author > a {
    margin-right: 21px; }

  #edd-rp-checkout-wrapper {
    margin-top: 42px; }

  .site-header-text + .header-widget-area {
    margin-top: 35px; }

  .site-description {
    font-size: 15px;
    font-size: 0.9375; }

  #portfolio-content-section .section-content-wrapper {
    padding-bottom: 32px; }

  .navigation-default .main-navigation ul a:hover,
  .navigation-default .main-navigation ul a:focus,
  .navigation-classic .main-navigation ul ul a:hover,
  .navigation-classic .main-navigation ul ul a:focus {
    padding-left: 35px; } }
/*--------------------------------------------------------------
## Ultra Wide 10.9
--------------------------------------------------------------*/
/**
 * 8.10 - >= 1920px
 */
@media only screen and (min-width: 120em) {
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1,
  .textwidget h1 {
    font-size: 58px;
    font-size: 3.625rem; }

  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .textwidget h2,
  .page-title,
  .single .site-main .entry-header .entry-title,
  .page .site-main .entry-header .entry-title {
    font-size: 49px;
    font-size: 3.0625rem; }

  .has-header-media.header-media-text-disabled .wp-custom-header {
    padding: 285px 50px; }

  .sidebar .widget .widget-title,
  .sidebar .widget .wp-block-group h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0 0 28px; }

  .sidebar .widget {
    margin-bottom: 56px;
    padding: 35px 42px; }

  .archive-posts-wrapper .hentry,
  .singular-content-wrap,
  .single .site-content .content-area .hentry,
  .single .site-main .entry-header,
  .page .site-main .entry-header,
  .archive .page-header,
  .error404 .page-header,
  .search .page-header,
  .woocommerce-products-header,
  .posts-navigation,
  .pagination {
    margin-bottom: 56px; }

  .comments-area {
    margin-top: 56px; }

  .archive-posts-wrapper .post-thumbnail {
    margin-bottom: 35px; }

  .section-heading-wrapper {
    padding-bottom: 70px; }

  .section,
  #footer-newsletter .ewnewsletter .widget-wrap {
    padding: 112px 0 70px 0; }

  .home .site-content > .wrapper {
    padding: 112px 30px 56px 30px; }

  body:not(.home) .site-content > .wrapper,
  body:not(.home) .site-content .archive-content-wrap {
    padding: 91px 30px 35px 30px; }

  .archive-post-wrap .hentry .entry-footer {
    margin-top: 42px; }

  .author-info .author-avatar .avatar {
    height: 125px;
    width: 125px; }

  .hero-content-wrapper .entry-container {
    padding-bottom: 147px;
    padding-top: 147px; }

  .content-align-left .hero-content-wrapper .entry-container {
    padding-right: 120px; }

  .content-align-right .hero-content-wrapper .entry-container {
    padding-left: 120px; }

  .promotion-section:not(.content-frame) .hentry-inner {
    padding: 74px 0; }

  .testimonial-content-section .hentry-inner {
    padding: 56px; }

  .testimonial-content-section .post-thumbnail {
    margin-bottom: 35px; }

  .pricing-section .section-content-wrapper .entry-content,
  .pricing-section .section-content-wrapper .entry-summary {
    padding: 35px 49px 49px 49px; }

  .pricing-section .entry-content ul > li::before,
  .pricing-section .entry-summary ul > li::before {
    margin-right: 21px; }

  #feature-slider-section .hentry-inner {
    padding: 200px 50px; }

  body.infinite-scroll .archive-posts-wrapper .section-content-wrapper {
    padding-bottom: 108px; }

  .edd-single-product-container .edd-product-summary {
    padding-left: 80px; }

  #edd-rp-checkout-wrapper {
    margin-top: 56px; } }
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/**
 * 10.0 - Color
 */
/* Background Color */
body {
  background-color: #ffffff; }

/* Header Text Color */
.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-description {
  color: #000000; }

/* Page Background Color */
.sidebar input[type="text"],
.sidebar input[type="email"],
.sidebar input[type="url"],
.sidebar input[type="password"],
.sidebar input[type="search"],
.sidebar input[type="number"],
.sidebar input[type="tel"],
.sidebar input[type="range"],
.sidebar input[type="date"],
.sidebar input[type="month"],
.sidebar input[type="week"],
.sidebar input[type="time"],
.sidebar input[type="datetime"],
.sidebar input[type="datetime-local"],
.sidebar input[type="color"],
.sidebar textarea,
.sidebar select,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="password"],
.comment-respond input[type="search"],
.comment-respond input[type="number"],
.comment-respond input[type="tel"],
.comment-respond input[type="range"],
.comment-respond input[type="date"],
.comment-respond input[type="month"],
.comment-respond input[type="week"],
.comment-respond input[type="time"],
.comment-respond input[type="datetime"],
.comment-respond input[type="datetime-local"],
.comment-respond input[type="color"],
.comment-respond textarea,
.comment-respond select,
.footer-newsletter input[type="text"],
.footer-newsletter input[type="email"],
.footer-newsletter input[type="url"],
.footer-newsletter input[type="password"],
.footer-newsletter input[type="search"],
.footer-newsletter input[type="number"],
.footer-newsletter input[type="tel"],
.footer-newsletter input[type="range"],
.footer-newsletter input[type="date"],
.footer-newsletter input[type="month"],
.footer-newsletter input[type="week"],
.footer-newsletter input[type="time"],
.footer-newsletter input[type="datetime"],
.footer-newsletter input[type="datetime-local"],
.footer-newsletter input[type="color"],
.footer-newsletter textarea,
.footer-newsletter select,
.edd-reviews-form input[type="text"],
.edd-reviews-form input[type="email"],
.edd-reviews-form input[type="url"],
.edd-reviews-form input[type="password"],
.edd-reviews-form input[type="search"],
.edd-reviews-form input[type="number"],
.edd-reviews-form input[type="tel"],
.edd-reviews-form input[type="range"],
.edd-reviews-form input[type="date"],
.edd-reviews-form input[type="month"],
.edd-reviews-form input[type="week"],
.edd-reviews-form input[type="time"],
.edd-reviews-form input[type="datetime"],
.edd-reviews-form input[type="datetime-local"],
.edd-reviews-form input[type="color"],
.edd-reviews-form textarea,
.edd-reviews-form select,
#edd_checkout_form_wrap textarea,
#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"],
#edd_checkout_form_wrap input[type="tel"],
.menu-inside-wrapper input[type="search"],
.select2-container--default .select2-selection--single,
.screen-reader-text:focus,
.boxed-layout .site,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
#gallery-section .gallery-item .gallery-icon:hover a:after,
#gallery-section .gallery-item .gallery-icon:focus a:after,
#gallery-section .tiled-gallery .tiled-gallery-item:hover a:after,
#gallery-section .tiled-gallery .tiled-gallery-item:focus a:after,
.tagcloud a,
.focus-stock-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-time-handle-content,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
section.ew-tabbed-recent-popular .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
section.ew-tabbed-recent-popular .ui-tabs .ui-tabs-panel,
.section:nth-child(2n-1)#featured-content-section .featured-content-wrapper .hentry-inner,
.section:nth-child(2n-1).testimonial-content-section .hentry-inner,
.section:nth-child(2n-1).pricing-section .hentry-inner,
#fes-vendor-dashboard form div.fes-form .fes-el .fes-fields input[type="text"],
#fes-vendor-dashboard form div.fes-form .fes-el .fes-fields input[type="password"],
#fes-vendor-dashboard form div.fes-form .fes-el .fes-fields input[type="email"],
#fes-vendor-dashboard form div.fes-form .fes-el .fes-fields input[type="url"],
#fes-vendor-dashboard form div.fes-form .fes-el .fes-fields input[type="number"],
#fes-vendor-dashboard form div.fes-form .fes-el .fes-fields textarea {
  background-color: #ffffff; }

.section:nth-child(2n-1)#portfolio-content-section .portfolio-content-wrapper .filter-button-group,
#primary-menu-wrapper .site-header-cart {
  border-color: #ffffff; }

/* Secondary Background Color */
body.boxed-layout:before,
.menu-inside-wrapper,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.author-info,
.sidebar .widget,
#footer-newsletter,
mark,
.custom-header,
ul.tabs.wc-tabs li.active a,
.woocommerce-Tabs-panel,
.shop_table thead th,
ul.wc_payment_methods.payment_methods.methods li,
.comment-respond,
.comment-container,
.widget_shopping_cart,
pre,
.widget .ui-tabs .ui-tabs-panel,
#featured-content-section .featured-content-wrapper .hentry-inner,
#sticky-playlist-section, #sticky-playlist-section .wp-playlist,
#primary-search-wrapper .menu-inside-wrapper,
section.ew-tabbed-recent-popular .ui-tabs .ui-tabs-nav li a,
.section:nth-child(2n-1),
.testimonial-content-section .hentry-inner,
.pricing-section .hentry-inner,
form div.fes-form .fes-el .fes-fields input[type="text"],
form div.fes-form .fes-el .fes-fields input[type="password"],
form div.fes-form .fes-el .fes-fields input[type="email"],
form div.fes-form .fes-el .fes-fields input[type="url"],
form div.fes-form .fes-el .fes-fields input[type="number"],
form div.fes-form .fes-el .fes-fields textarea,
.edd-review-body,
.edd-reviews-form,
#edd_checkout_cart .edd_cart_header_row th,
.fes-vendor-dashboard,
.fes-vendor-menu-tab.active a,
#edd_checkout_user_info {
  background-color: #f7f7f7; }

.comment-container::before {
  border-color: transparent #f7f7f7 transparent transparent; }

@media only screen and (min-width: 75em) {
  .navigation-classic .site-header .sub-menu,
  .navigation-classic .site-header .children {
    background-color: #f7f7f7; } }
/* Custom Header and Slider Text Color */
#feature-slider-section .entry-title a,
#feature-slider-section .entry-meta a,
.feature-slider-wrapper .entry-container .entry-summary,
.feature-slider-wrapper .entry-container .entry-content,
.feature-slider-wrapper .entry-meta span,
.custom-header-content .entry-title,
.custom-header-content .site-header-text,
.custom-header-content .site-header-text .entry-meta a,
.custom-header-content-wrapper .section-title span,
.custom-header-media .entry-breadcrumbs a,
.custom-header-media .woocommerce .woocommerce-breadcrumb a,
.custom-header-media .catch-breadcrumb .entry-breadcrumbs,
.custom-header-media .catch-breadcrumb .woocommerce-breadcrumb,
.header-widget-area .widget-title,
.header-widget-area .widget_text {
  color: #ffffff; }

/* Custom Header and Slider Hover Color */
#feature-slider-section .entry-title a:hover,
#feature-slider-section .entry-title a:focus,
#feature-slider-section .entry-meta a:hover,
#feature-slider-section .entry-meta a:focus,
.custom-header-content .site-header-text .entry-meta a:hover,
.custom-header-content .site-header-text .entry-meta a:focus,
.custom-header-media .entry-breadcrumbs a:hover,
.custom-header-media .entry-breadcrumbs a:focus,
.custom-header-media .woocommerce .woocommerce-breadcrumb a:hover,
.custom-header-media .woocommerce .woocommerce-breadcrumb a:focus {
  color: #3ba956; }

/* Main Text Color */
body,
input,
select,
optgroup,
textarea,
table a,
blockquote,
input::placeholder,
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,
.site-info a,
section.ew-tabbed-recent-popular .ui-widget-content,
.pagination .page-numbers,
.portfolio-content-wrapper .filter-button-group button,
.ewnewsletter .hentry form input[type="submit"],
.menu-inside-wrapper .action-buttons > .login-button,
form div.fes-form .fes-el .fes-fields input[type="text"],
form div.fes-form .fes-el .fes-fields input[type="password"],
form div.fes-form .fes-el .fes-fields input[type="email"],
form div.fes-form .fes-el .fes-fields input[type="url"],
form div.fes-form .fes-el .fes-fields input[type="number"],
form div.fes-form .fes-el .fes-fields textarea,
#edd_checkout_cart th,
#edd_checkout_cart td,
#tabs.ui-tabs .ui-tabs-nav li a,
#edd_checkout_form_wrap textarea,
#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"],
#edd_checkout_form_wrap input[type="tel"] {
  color: #333333; }

/* Absolute Header Text Color */
.absolute-header .site-title a,
.absolute-header .site-title a:hover,
.absolute-header .site-title a:focus,
.absolute-header .site-description {
  color: #ffffff; }

/* Header Navigation Color */
.gallery-caption {
  color: #ffffff; }

.absolute-header .menu-toggle,
.absolute-header .menu-toggle:hover,
.absolute-header .menu-toggle:focus,
.wp-playlist-current-item,
.mejs-time,
.focus-stock-mejs-container.mejs-container button {
  color: #ffffff; }

#promotion-section .play-button {
  background-color: #ffffff; }

/* Absolute Header Link Color */
@media only screen and (min-width: 35.5em) {
  .absolute-header .action-buttons .button.login-button {
    color: #ffffff; } }
@media only screen and (min-width: 48em) {
  .absolute-header .cart-contents,
  .absolute-header .cart-contents:hover,
  .absolute-header .cart-contents:focus {
    color: #ffffff; } }
@media only screen and (min-width: 75em) {
  .navigation-classic.absolute-header .main-navigation a,
  .navigation-classic.absolute-header .main-navigation .dropdown-toggle {
    color: #ffffff; } }
/* Headline Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.drop-cap:first-letter,
.portfolio-section-headline .section-title,
.author-name,
.comment-reply-link,
.author-title,
.comment-respond .comment-form p label,
.has-background-image .entry-container .event-title .entry-title,
.has-background-image .entry-container .event-title .entry-title a,
section.ew-tabbed-recent-popular .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.filter-select-group > span,
.filters-select select,
.edd-single-product-container .product-title,
#tabs.ui-tabs .ui-tabs-nav li a:hover,
#tabs.ui-tabs .ui-tabs-nav li a:focus,
#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.portfolio-content-wrapper .filter-select-group > span {
  color: #000000; }

/* 89% of heading color */
.vcard,
.position,
.single footer .entry-meta a {
  color: #060606; }

.portfolio-content-wrapper .filters-select-wrap:after {
  border-top-color: #000000; }

/* Tertiary Background */
.events-content-wrapper .entry-meta,
.playlist-content-wrapper .wp-playlist .mejs-container,
#gallery-section .gallery-item .gallery-icon a:before,
#gallery-section .tiled-gallery .tiled-gallery-item a:before,
.playlist-content-wrapper .wp-playlist .wp-playlist-tracks > div:hover,
.playlist-content-wrapper .wp-playlist .wp-playlist-tracks > div:focus,
.gallery-caption {
  background-color: #3ba956; }

/* Footer Background Color */
#site-generator {
  background-color: #000000; }

ins,
#colophon,
.app-section .entry-container:after,
#focus-stock-logo-slider-section .owl-dots .owl-dot.active {
  background-color: #171717; }

/* Link Color */
a,
.more-link,
ul li:before {
  color: #3ba956; }

/* Link Hover Color */
a:hover,
a:focus,
.more-link:hover,
.more-link:focus {
  color: #000000; }

/* Secondary Link Color */
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.cart-contents,
.cart-contents:hover,
.cart-contents:focus,
.entry-title a,
.entry-meta a,
.comment-meta a,
ins,
.entry-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a,
p.stars a,
p.stars a:before,
.controller:before,
.tag-cloud-link,
.select2-results__option,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:before,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:after,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-next:before,
.clients-content-wrapper .controller .cycle-pager span,
.testimonials-content-wrapper .cycle-pager:after,
.testimonials-content-wrapper .entry-title a,
.testimonials-content-wrapper.section.testimonial-wrapper .hentry,
.scrollup a:hover:before,
.scrollup a:focus:before,
.archive-content-wrap .section-content-wrapper.layout-one .entry-container > .entry-meta .posted-on a,
.author-label,
.section-heading-wrapper .entry-title span,
.author-section-title,
.nav-subtitle,
.nav-menu .menu-item-has-children > a:before,
.nav-menu .menu_item_has_children > a:before,
input,
select,
optgroup,
textarea,
aside.footer-widget-area svg,
span.woocommerce-Price-amount,
.events-content-wrapper .entry-meta a:hover,
.events-content-wrapper .entry-meta a:focus,
.sidebar .widget-wrap li a,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.social-search-wrapper .menu-social-container li a,
.menu-social-container a,
.sidebar nav.social-navigation ul li a:hover,
.sidebar nav.social-navigation ul li a:focus,
.screen-reader-text:focus,
td#today,
.toggled-on.active:before,
.comment-respond .comment-form p.is-focused label,
.main-navigation a,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .sub-menu a,
.site-header-main .social-navigation a,
.dropdown-toggle,
.page-links a,
.wp-caption .wp-caption-text,
#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next,
.edd-author .author-title a,
.edd_download .edd_download_title a,
.fes-vendor-menu-tab a,
.edd-rp-item > a .edd-rp-item-title,
.action-buttons .button.login-button {
  color: #000000; }

#feature-slider-section button.owl-dot,
#testimonial-content-section button.owl-dot {
  background-color: #000000; }

@media only screen and (min-width: 75em) {
  .absolute-header .main-navigation ul ul a,
  .navigation-classic.absolute-header .main-navigation ul ul a {
    color: #000000; } }
/* 86% of Secondary Link Color */
.nav-title,
.post-title,
.woocommerce.has-header-image .woocommerce-breadcrumb a:hover,
.woocommerce.has-header-image .woocommerce-breadcrumb a:focus,
.comments-title,
.comment-reply-title,
.widget_recent_entries li a,
.post-navigation .nav-title {
  color: #111111; }

/* Secondary Link Hover Color */
.entry-title a:hover, .entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus,
.comment-meta a:hover,
.comment-meta a:focus,
.play-button-text:hover,
.play-button-text:focus,
.has-background-image .woocommerce-loop-product__title:hover,
.has-background-image .woocommerce-loop-product__title:focus,
.has-background-image .entry-container .entry-meta a:hover,
.has-background-image .entry-container .entry-meta a:focus,
.has-background-image .entry-container .entry-title a:hover,
.has-background-image .entry-container .entry-title a:focus,
#site-footer-navigation li a:hover,
#site-footer-navigation li a:focus,
#social-footer-navigation li a:hover,
#social-footer-navigation li a:focus,
.has-background-image .entry-title a:hover,
.has-background-image .entry-title a:focus,
.has-background-image .entry-meta a:hover,
.has-background-image .entry-meta a:focus,
.archive-post-wrap .hentry:nth-child(2n) .entry-title a:hover,
.archive-post-wrap .hentry:nth-child(2n) .entry-title a:focus,
.archive-post-wrap .hentry:nth-child(2n) .entry-meta a:hover,
.archive-post-wrap .hentry:nth-child(2n) .entry-meta a:focus,
.wp-playlist-tracks .wp-playlist-caption:hover,
.wp-playlist-tracks .wp-playlist-caption:focus,
#service-section .entry-title a:hover,
#service-section .entry-title a:focus,
.woocommerce-loop-product__title:hover,
.woocommerce-loop-product__title:focus,
span.price span.woocommerce-Price-amount:hover,
span.price span.woocommerce-Price-amount:focus,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus,
.portfolio-content-wrapper .hentry .entry-container a:hover,
.portfolio-content-wrapper .hentry .entry-container a:focus,
button#wp-custom-header-video-button:hover,
button#wp-custom-header-video-button: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,
body .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu ul .current_page_item > a:hover,
body .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu ul .current_page_item > a:focus,
.tag-cloud-link:hover,
.tag-cloud-link:focus,
.nav-title:hover,
.nav-title:focus,
.menu-social-container a:hover,
.menu-social-container a:focus,
.portfolio-content-wrapper .hentry .entry-container a:hover,
.portfolio-content-wrapper .hentry .entry-container a:focus,
.portfolio-content-wrapper .hentry .entry-container .entry-meta time:hover,
.portfolio-content-wrapper .hentry .entry-container .entry-meta time:focus,
.social-search-wrapper .menu-social-container li a:hover,
.social-search-wrapper .menu-social-container li a:focus,
.author a:hover,
.author a:focus,
.entry-title a:hover,
.entry-title a:focus,
.site-footer td#prev a:hover,
.site-footer td#prev a:focus,
.site-footer td#next a:hover,
.site-footer td#next a:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.portfolio-content-wrapper .filter-button-group button:hover,
.portfolio-content-wrapper .filter-button-group button:focus,
.author-section-title:hover,
.author-section-title:focus,
.comment-permalink:hover,
.comment-permalink:focus,
.comment-edit-link:hover,
.comment-edit-link:focus,
.nav-subtitle:hover,
.nav-subtitle:focus,
.entry-meta a:hover,
.entry-meta a:focus,
.scroll-down:hover,
.scroll-down:focus,
.testimonials-content-wrapper.section.testimonial-wrapper .entry-title a:hover,
.testimonials-content-wrapper.section.testimonial-wrapper .entry-title a:focus,
#site-generator .menu-social-container a:hover,
#site-generator .menu-social-container a:focus,
.widget-wrap li a:hover,
.widget-wrap li 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,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.entry-title a:hover,
.entry-title a:focus,
.single footer .entry-meta a:hover,
.single footer .entry-meta a:focus,
.focus-stock-logo-slider-content-wrapper .entry-title span:hover,
.focus-stock-logo-slider-content-wrapper .entry-title span:focus,
.wp-playlist .mejs-controls .mejs-button button:hover,
.wp-playlist .mejs-controls .mejs-button button:focus,
#sticky-playlist-section .mejs-container.focus-stock-mejs-container .mejs-toggle-playlist button:hover,
#sticky-playlist-section .mejs-container.focus-stock-mejs-container .mejs-toggle-playlist button:focus,
span.breadcrumb a:hover,
span.breadcrumb a:focus,
#testimonial-content-section .owl-prev:hover,
#testimonial-content-section .owl-prev:focus,
#testimonial-content-section .owl-next:hover,
#testimonial-content-section .owl-next:focus,
.edd-author .author-title a:hover,
.edd-author .author-title a:focus,
.edd-author .author-title a:hover,
.edd-author .author-title a:focus,
.edd_download .edd_download_title a:hover,
.edd_download .edd_download_title a:focus,
.fes-vendor-menu-tab a:hover,
.fes-vendor-menu-tab a:focus,
.edd-rp-item > a .edd-rp-item-title:hover,
.edd-rp-item > a .edd-rp-item-title:focus {
  color: #3ba956; }

p.stars:hover a:before,
p.stars:focus a:before,
.star-rating span:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active ~ a:before,
p.stars a:hover ~ a:before,
p.stars a:focus ~ a:before,
#reviews .comment-respond .comment-form-rating .stars span a.active:before,
#reviews .comment-respond .comment-form-rating .stars.selected span a:not(.active):before,
#promotion-section .play-button,
.sidebar .widget-wrap li a:before,
.service-section .entry-category,
.section-tagline,
.archive-post-wrap .hentry .entry-meta > span:hover::before,
.archive-post-wrap .hentry .entry-meta > span:focus::before,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers.current,
.testimonial-content-section .entry-header:before,
ul > li::marker {
  color: #3ba956; }

.single .site-main .entry-footer .entry-meta > span:not(.edit-link) a:hover,
.single .site-main .entry-footer .entry-meta > span:not(.edit-link) a:focus,
.portfolio-content-wrapper .filter-button-group button.is-checked:before,
.portfolio-content-wrapper .inner-wrap:before,
.ui-state-active a:after {
  border-color: #3ba956; }

@media only screen and (min-width: 75em) {
  .navigation-classic .main-navigation .current_page_item > a:before,
  .navigation-classic .main-navigation .current-menu-item > a:before {
    border-color: #3ba956; } }
#feature-slider-section button.owl-dot.active,
#testimonial-content-section button.owl-dot.active {
  background-color: #3ba956; }

/* Button Background Color */
.asc-settings,
.button,
.entry-content button,
.entry-summary button,
button,
#scrollup,
.slider-content-wrapper .controllers .cycle-prev,
.slider-content-wrapper .controllers .cycle-next,
button[type="submit"],
input[type="submit"],
.scrollup a,
.wp-block-button__link,
#infinite-handle .ctis-load-more button,
.menu-inside-wrapper #site-header-cart-wrappe li > a,
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,
.catch-instagram-feed-gallery-widget-wrapper .button,
.sticky-label,
#focus-stock-logo-slider-section .owl-dots .owl-dot,
#focus-stock-logo-slider-section .owl-prev,
#focus-stock-logo-slider-section .owl-next,
.post-page-numbers.current,
.sticky-post span,
#hero-section .more-button .more-link,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.promotion-section .more-link,
.pricing-section .hentry.highlight .more-button .more-link,
.pricing-section .popular-tag,
.woocommerce .product-container .wc-forward,
.header-media .more-link,
#feature-slider-section .more-link,
.ewnewsletter .hentry form input[type="submit"]:hover,
.ewnewsletter .hentry form input[type="submit"]:focus,
.site-footer .ewnewsletter .hentry form input[type="submit"]:hover,
.site-footer .ewnewsletter .hentry form input[type="submit"]:focus,
form div.fes-form .fes-submit input[type="submit"],
.edd_purchase_submit_wrapper .button.edd-submit,
.demo_store,
.header-widget-area .search-submit {
  background-color: #3ba956; }

.team-content-wrapper .hentry-inner:hover img,
.team-content-wrapper .hentry-inner:focus img {
  box-shadow: 0 0 0 8px #3ba956; }

/* Button Text Color */
.entry-content button,
.entry-summary button,
.slider-content-wrapper .controllers .cycle-prev,
.slider-content-wrapper .controllers .cycle-next,
button,
#scrollup,
#primary-search-wrapper .search-container button,
.button,
.scroll-down,
.scrollup a:before,
.page-numbers:hover,
.page-numbers:focus,
button[type="submit"],
input[type="submit"],
button#wp-custom-header-video-button,
#infinite-handle .ctis-load-more button,
nav.navigation.posts-navigation .nav-links a,
.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,
.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,
.cart-collaterals .shop_table.shop_table_responsive .cart-subtotal,
.post-page-numbers.current,
.sticky-post span,
#hero-section .more-button .more-link,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.promotion-section .more-link,
.pricing-section .hentry.highlight .more-button .more-link,
.pricing-section .popular-tag,
.woocommerce .product-container .wc-forward,
.header-media .more-link,
#feature-slider-section .more-link,
.ewnewsletter .hentry form input[type="submit"]:hover,
.ewnewsletter .hentry form input[type="submit"]:focus,
.site-footer .ewnewsletter .hentry form input[type="submit"]:hover,
.site-footer .ewnewsletter .hentry form input[type="submit"]:focus,
form div.fes-form .fes-submit input[type="submit"],
.edd_purchase_submit_wrapper .button.edd-submit,
.demo_store .woocommerce-store-notice__dismiss-link,
.demo_store,
.header-widget-area .search-submit {
  color: #ffffff; }

/* Button Hover Text Color */
button:hover, button:focus,
.button:hover,
.button:focus,
.entry-content button:hover,
.entry-content button:focus,
.entry-summary button:hover,
.entry-summary button:focus,
#social-search-toggle svg:hover,
#social-search-toggle svg:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
#primary-search-wrapper .search-container button:hover,
#primary-search-wrapper .search-container button: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,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
#focus-stock-logo-slider-section .owl-prev:hover,
#focus-stock-logo-slider-section .owl-prev:focus,
#focus-stock-logo-slider-section .owl-next:hover,
#focus-stock-logo-slider-section .owl-next:focus,
#scrollup:hover,
#scrollup:focus,
.archive-posts-wrapper .more-button .more-link:hover,
.archive-posts-wrapper .more-button .more-link:focus,
#hero-section .more-button .more-link:hover,
#hero-section .more-button .more-link:focus,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.next:focus,
.promotion-section .more-link:hover,
.promotion-section .more-link:focus,
.pricing-section .more-button .more-link:hover,
.pricing-section .more-button .more-link:focus,
.pricing-section .hentry.highlight .more-button .more-link:hover,
.pricing-section .hentry.highlight .more-button .more-link:focus,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
.header-media .more-link:hover,
.header-media .more-link:focus,
#feature-slider-section .more-link:hover,
#feature-slider-section .more-link:focus,
.onsale:hover,
.onsale:focus,
.action-buttons .button.login-button:hover,
.action-buttons .button.login-button:focus,
form div.fes-form .fes-submit input[type="submit"]:hover,
form div.fes-form .fes-submit input[type="submit"]:focus,
.edd_purchase_submit_wrapper .button.edd-submit:hover,
.edd_purchase_submit_wrapper .button.edd-submit:focus,
.header-widget-area .search-submit:hover,
.header-widget-area .search-submit:focus {
  color: #ffffff; }

/* Button Hover Background Color */
.button:hover, .button:focus,
#scrollup:hover,
#scrollup:focus,
button:hover,
button:focus,
.scrollup a:hover,
.scrollup a:focus,
#focus-stock-logo-slider-section .owl-prev:hover,
#focus-stock-logo-slider-section .owl-prev:focus,
#focus-stock-logo-slider-section .owl-next:hover,
#focus-stock-logo-slider-section .owl-next:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.woocommerce .products .product-container .button:hover,
.woocommerce .products .product-container .button:focus,
#infinite-handle .ctis-load-more button:hover,
#infinite-handle .ctis-load-more button:focus,
.slider-content-wrapper .cycle-next:hover,
.slider-content-wrapper .cycle-next:focus,
.slider-content-wrapper .cycle-prev:hover,
.slider-content-wrapper .cycle-prev:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.archive-content-wrap .pagination .page-numbers:hover,
.archive-content-wrap .pagination .page-numbers:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.archive-posts-wrapper .more-button .more-link:hover,
.archive-posts-wrapper .more-button .more-link:focus,
#hero-section .more-button .more-link:hover,
#hero-section .more-button .more-link:focus,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.next:focus,
.promotion-section .more-link:hover,
.promotion-section .more-link:focus,
.pricing-section .more-button .more-link:hover,
.pricing-section .more-button .more-link:focus,
.pricing-section .hentry.highlight .more-button .more-link:hover,
.pricing-section .hentry.highlight .more-button .more-link:focus,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
.header-media .more-link:hover,
.header-media .more-link:focus,
#feature-slider-section .more-link:hover,
#feature-slider-section .more-link:focus,
.onsale:hover,
.onsale:focus,
.action-buttons .button.login-button:hover,
.action-buttons .button.login-button:focus,
form div.fes-form .fes-submit input[type="submit"]:hover,
form div.fes-form .fes-submit input[type="submit"]:focus,
.edd_purchase_submit_wrapper .button.edd-submit:hover,
.edd_purchase_submit_wrapper .button.edd-submit:focus,
.header-widget-area .search-submit:hover,
.header-widget-area .search-submit:focus {
  background-color: #333333; }

/* Border Color */
.woocommerce-tabs .panel,
.woocommerce-tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs:after,
.calendar_wrap tbody tr:first-child,
.calendar_wrap tbody tr:last-child,
tfoot,
tfoot tr td,
.author-info,
.wpcf7 div input,
.wpcf7 div textarea,
.navigation-classic .main-navigation ul ul,
.woocommerce-shorting-wrapper,
.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,
table,
caption,
th,
td,
.sidebar .widget,
table thead,
table thead 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,
.cart-collaterals .order-total,
#payment .wc_payment_methods .payment_box,
.products .product,
select,
abbr,
acronym,
.product-quantity input[type="number"],
.coupon input[type="text"],
.catch-instagram-feed-gallery-widget-wrapper .button,
.site-header-cart .widget_shopping_cart,
.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,
.comment-body,
.section:nth-child(2n) + .site-content,
.site-content + .section:nth-child(2n),
.archive-content-wrap .section-content-wrapper.layout-one .hentry .hentry-inner .entry-container > .entry-meta,
.comments-area,
.playlist-content-wrapper .wp-playlist .wp-playlist-tracks,
thead th,
.archive-post-wrap .hentry .entry-footer,
.portfolio-content-wrapper .filter-button-group,
.portfolio-content-wrapper .filters-select-wrap select,
form div.fes-form fieldset,
.edd-vendor-detail,
.ui-tabs .ui-tabs-nav {
  border-color: #ebebeb; }

.navigation-default #primary-menu-wrapper .menu-inside-wrapper,
.page .site-main .entry-footer .entry-meta > span:not(.edit-link) a,
.single .site-main .entry-footer .entry-meta > span:not(.edit-link) a,
.events-content-wrapper .events-article-wrapper .hentry,
.tagcloud a,
.post-navigation,
.post-navigation .nav-previous,
.post-navigation .nav-next,
.events-content-wrapper .hentry,
#sticky-playlist-section {
  border-color: #ebebeb; }

/* Text Color With Background */
ins,
.scroll-down,
aside.footer-widget-area a,
.hero-content-wrapper.has-background-image .entry-container,
.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,
.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,
aside.footer-widget-area .widget-title,
.site-footer .widget .wp-block-group h2,
.playlist-content-wrapper .focus-stock-mejs-container.mejs-container button,
.playlist-content-wrapper .wp-playlist-current-item,
.has-background-image .section-title,
.has-background-image .entry-container .entry-meta a,
.has-background-image .entry-container .entry-title a,
.has-background-image .entry-container .entry-title,
.has-background-image .entry-container .entry-title span,
.has-background-image .entry-container .entry-summary,
.has-background-image .entry-container .entry-content,
.has-background-image .woocommerce-loop-product__title,
.content-color-white .entry-container .entry-title a,
.content-color-white .entry-container .entry-title,
.content-color-white .entry-container .entry-content,
.content-color-white .entry-container .entry-summary,
.has-background-image .products .button,
#feature-slider-section .owl-nav button:hover:before,
#feature-slider-section .owl-nav button:focus:before,
.playlist-content-wrapper .wp-playlist-caption:hover,
.playlist-content-wrapper .wp-playlist-caption:focus,
.play-button-text,
#feature-slider-section .owl-dot,
#app-section.content-color-white .entry-container .entry-content,
.events-content-wrapper .entry-meta a,
#playlist-section .playlist-content-wrapper .mejs-time {
  color: #ffffff; }

.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="number"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="range"]:focus,
.site-footer input[type="date"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="time"]:focus,
.site-footer input[type="datetime"]:focus,
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="color"]:focus,
.site-footer textarea:focus {
  border-color: #ffffff; }

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea {
  border-color: #939393; }

/* 82% of text color with background */
.has-background-image .event-list-description .entry-summary,
.has-background-image .event-list-description .entry-summary p,
.has-background-image .event-list-description .entry-content,
.has-background-image .event-list-description .entry-content p,
.playlist-content-wrapper .wp-playlist-tracks,
#social-footer-navigation li a,
#site-footer-navigation li a,
aside.footer-widget-area .widget,
aside.footer-widget-area a,
.site-info,
.site-info a,
.testimonial-content-section .position,
.site-footer input::placeholder,
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea,
.site-footer .ewnewsletter .hentry form input[type="submit"] {
  color: #999999; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
form div.fes-form .fes-el .fes-fields input[type="text"]:focus,
form div.fes-form .fes-el .fes-fields input[type="password"]:focus,
form div.fes-form .fes-el .fes-fields input[type="email"]:focus,
form div.fes-form .fes-el .fes-fields input[type="url"]:focus,
form div.fes-form .fes-el .fes-fields input[type="number"]:focus,
form div.fes-form .fes-el .fes-fields textarea:focus {
  border-color: #999999; }

.absolute-header .site-header,
button.menu-toggle,
#menu-toggle,
#menu-toggle:hover,
#menu-toggle:focus,
button#wp-custom-header-video-button,
.woocommerce-loop-category__title .count,
.footer-widget-area .essential-widgets.ew-newsletter,
#feature-slider-section .owl-nav button:hover,
#feature-slider-section .owl-nav button:focus {
  background: transparent; }

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,
.wpcf7 div input,
.wpcf7 div textarea,
form div.fes-form .fes-el .fes-fields input[type="text"],
form div.fes-form .fes-el .fes-fields input[type="password"],
form div.fes-form .fes-el .fes-fields input[type="email"],
form div.fes-form .fes-el .fes-fields input[type="url"],
form div.fes-form .fes-el .fes-fields input[type="number"],
form div.fes-form .fes-el .fes-fields textarea {
  border-color: transparent; }

/*# sourceMappingURL=style.css.map */
