/*
Theme Name: Catch Responsive Pro
Theme URI: https://catchthemes.com/themes/catch-responsive-pro/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Catch Responsive Pro is an advanced version of Catch Responsive free theme. Catch Responsive Pro is an extremely flexible and customizable WordPress theme suitable for almost any kind of professional website. It is based on responsive design where each element has been carefully configured for perfect display on all devices and platforms. It comes with a wide variety of options so you can modify layout, styling, colors, fonts, featured content, promotion headline, featured slider, pagination, icons, menus, breadcrumb, widgets and much more, directly from theme customizer. This theme is translation ready and also currently translated in French, German, Brazilian Portuguese, Spanish and Polish. Check out Theme Instructions at https://catchthemes.com/theme-instructions/catch-responsive-pro/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-responsive/
Version: 5.2
Requires at least: 5.9
Tested up to: 6.9
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: catch-responsive-pro
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, e-commerce, education, news, portfolio

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Reset
2. Typography
3. Elements
4. Padding/Margin
5. Forms
6. Navigation
7. Accessibility
8. Alignments
9. Clearings
10. Header Area
11. Promotion Area
12. Featured Content Area
13. Hero Content Area
14. Portfolio
13. Content
14. Widgets
15. Comments
16. Media
17. Captions
18. Galleries
19. Footer
20. Extra Elements
21. Responsive Style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

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

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

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

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

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

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

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 10px;
	font-family: "Droid Sans", sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

b,
strong {
	font-weight: bold;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

#feature-slider .cycle-pager span {
	font-size: 45px;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
	font-size: 18px;
	line-height: 30px;
}

.site-title {
	font-size: 38px;
	font-weight: bold;
	font-family: "Droid Sans", sans-serif;
	line-height: 1.3;
}

.entry-title,
#promotion-message h2,
#featured-content #featured-heading,
.section .section-title,
#stats-content-section .entry-title {
	font-size: 30px;
}

#scrollup:before {
	font-size: 26px;
}

#featured-content .entry-title,
#portfolio-content-section .entry-title,
#services-section .entry-title,
#testimonial-content-section .entry-title,
#team-content-section .entry-title,
.archive-post-wrap .entry-title {
	font-size: 24px;
}

.sidebar .entry-title,
.comments-title,
.font-awesome.fa-menu,
.widget_catchresponsive_social_icons .font-awesome {
	font-size: 20px;
}

#search-toggle {
	font-size: 14px;
}

.entry-meta span a:before {
	font-size: 12px;
	margin-right: 5px;
}

.catchresponsive-nav-menu .sub-menu a,
.catchresponsive-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a,
#breadcrumb-list .wrapper,
.entry-meta,
.site-description,
#secondary .widget-area,
#colophon .widget-area {
	font-size: 14px;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	font-size: 14px;
	line-height: 30px;
}

#site-generator {
	font-size: 13px;
}

.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
}

.hentry {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
body {
	background-color: #f9f9f9;
}

.site,
.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper {
	margin: 0 auto;
	width: 1200px;
}

a {
	color: #1b8be0;
	cursor: pointer;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #404040;
	outline: none;
	text-decoration: underline;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: bold;
	margin: 0 0 2em;
	width: 100%;
}

th {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #666;
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 8px;
}

blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content pre code {
	padding: 1.6em;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.displayblock,
#heading,
#primary,
#secondary,
#comments,
.catchresponsive-nav-menu a,
.sidebar-header-right .widget_nav_menu a {
	display: block;
}

.displaynone {
	display: none;
}

.sticky {
	display: block;
}

/* Genericons */
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.posted-on a:before,
.byline a:before,
.cat-links span+a:before,
.tags-links span+a:before,
.comments-link a:before,
.edit-link a:before,
#logo-section .cycle-prev:before,
#logo-section .cycle-next:before,
#to_top_scrollup,
#scrollup {
	font-family: "Font Awesome 6 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 900;
}

.menu-social-container li a:before {
	font-family: "Font Awesome 6 Brands";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 400;
}

#search-toggle:before {
	content: "\f002";
}
#to_top_scrollup:before,
#scrollup:before {
	content: '\f062';
}

#feature-slider .cycle-prev:before {
	content: "\f060";
}

#feature-slider .cycle-next:before {
	content: "\f061";
}

.entry-meta .posted-on a:before {
	content: "\f133";
}

.entry-meta .author a:before {
	content: "\f007";
}

.edit-link a:before {
	content: "\f044";
	margin-right: 3px;
}

.cat-links span+a:before {
	content: "\f07b";
}

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

.entry-meta .comments-link a:before {
	content: "\f509";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#logo-section .cycle-prev:before,
#logo-section .cycle-next:before {
	content: "\f053";
}

#logo-section .cycle-next:before {
	-webkit-transform: rotate(175deg);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(175deg);
	/* IE 9 */
	transform: rotate(175deg);
}

/*--------------------------------------------------------------
4. Padding/Margin
--------------------------------------------------------------*/
.wrapper {
	padding: 0 20px;
}

#masthead {
	padding: 20px 0;
}

.page-header {
	padding: 20px 20px 0 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"] {
	padding: 5px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 9px 15px;
}

#site-branding,
#promotion-message .columns,
#services-section .hentry-inner,
#stats-content-section .hentry-inner,
#testimonial-content-section .entry-content,
#content .wrapper,
.hentry,
.woocommerce-wrap,
.no-results,
.not-found,
.sidebar,
#comments,
#nav-below,
.post-navigation,
#infinite-handle,
#supplementary .widget,
#site-generator {
	padding: 20px;
}

.section,
#supplementary {
	padding-top: 20px;
}

.section,
.archive-post-wrap,
.product-content-section .wrapper {
	padding-bottom: 20px;
}

.entry-header {
	padding-bottom: 10px;
}

.logo-left #site-header {
	padding-left: 10px;
}

.logo-right #site-header {
	padding-right: 10px;
}

.blog #main .hentry,
.archive #main .hentry,
.sidebar .entry-header {
	padding-bottom: 0;
}

.nav-header-right .wrapper,
.custom-header .wrapper,
#header-featured-image .wrapper,
#feature-slider .wrapper,
#feature-slider .entry-header,
#featured-content .entry-header,
#services-section .entry-header,
#hero-content .entry-header,
#stats-content-section .entry-header {
	padding: 0;
}

.site-description,
.single-post .hentry,
#featured-content p:last-child,
.section p:last-child,
.sidebar-primary .widget:last-child,
.sidebar-header-right .widget:last-child {
	margin-bottom: 0;
}

.page-header .page-title {
	margin-bottom: 0;
	padding-bottom: 10px;
}

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

.sidebar-primary .widget {
	margin: 0 0 40px;
}

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

.site-title,
#promotion-message h2 {
	margin-bottom: 5px;
}

#promotion-message p,
.page-content,
.entry-content,
.entry-summary,
#feature-slider .entry-title,
#feature-slider .widget {
	margin: 0;
}

#feature-slider .widget+.widget {
	margin-top: 20px;
}

#promotion-message .right .promotion-button {
	margin-top: 7px;
	padding: 10px 25px;
}

#featured-content .featured-heading-wrap,
.section .section-heading-wrapper {
	padding: 20px 20px 0;
	text-align: center;
}

#feature-heading {
	margin: 0 20px;
	padding: 20px 0 0;
}

#featured-content .entry-content {
	margin-top: 0;
}

#featured-content .entry-container,
#services-section .entry-container,
#team-content-section .entry-container,
#team-content-section .team-social-profile {
	margin-top: 20px;
}

p,
.hentry .featured-image,
.widget figure {
	margin-bottom: 20px;
}

.sidebar-header-right .widget {
	margin-bottom: 10px;
}

#search-toggle:before {
	margin-top: 12px;
}

#scrollup:before {
	margin-top: 7px;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
	margin-right: 10px;
}

blockquote {
	margin: 20px 40px;
}

.site-description {
	margin-left: 5px;
}

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

/*--------------------------------------------------------------
5. Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="number"] {
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 100%;
}

input[type="submit"] {
	background-color: #f2f2f2;
	box-shadow: none;
	border: 1px solid #eee;
	color: #404040;
	font-size: 16px;
	padding: 9px 18px;
	text-shadow: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #1b8be0;
	border-color: #1b8be0;
	box-shadow: none;
	color: #fff;
}

/*--------------------------------------------------------------
6. Navigation
--------------------------------------------------------------*/
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

.post-navigation span {
	display: block;
}

.nav-header-right .wrapper {
	float: right;
	margin-right: -18px;
}

.sidebar-header-right .widget_nav_menu {
	position: relative;
	z-index: 199;
}

.nav-primary,
.nav-footer {
	background-color: #222;
	position: relative;
	z-index: 198;
}

.nav-secondary {
	background-color: #f2f2f2;
	position: relative;
	z-index: 197;
}


.catchresponsive-nav-menu li {
	display: inline-block;
	float: left;
	text-align: left;
}

.sidebar-header-right .widget_nav_menu li {
	display: inline-block;
	position: relative;
}

.catchresponsive-nav-menu a {
	color: #fff;
	line-height: 46px;
	padding: 0 20px;
}

.sidebar-header-right .widget_nav_menu a {
	color: #222;
}

.catchresponsive-nav-menu li a:hover,
.catchresponsive-nav-menu li a:focus,
.sidebar-header-right .widget_nav_menu li a:hover,
.sidebar-header-right .widget_nav_menu li a:focus {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

/* Hover */
.catchresponsive-nav-menu li:hover>a,
.catchresponsive-nav-menu li.focus>a {
	background-color: #fff;
	color: #000;
}

.sidebar-header-right .widget_nav_menu li:hover>a,
.sidebar-header-right .widget_nav_menu li.focus>a {
	background-color: #222;
	color: #fff;
}

/* Hover Parent */
.catchresponsive-nav-menu .current-menu-item>a,
.catchresponsive-nav-menu .current-menu-ancestor>a,
.catchresponsive-nav-menu .current_page_item>a,
.catchresponsive-nav-menu .current_page_ancestor>a {
	background-color: #fff;
	color: #000;
}

.sidebar-header-right .widget_nav_menu .current-menu-item>a,
.sidebar-header-right .widget_nav_menu .current-menu-ancestor>a {
	background-color: #222;
	color: #fff;
}

.catchresponsive-nav-menu .sub-menu,
.catchresponsive-nav-menu .children {
	left: -9999px;
	margin: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 250px;
	z-index: 200;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	left: auto;
	right: +99999px;
}

.catchresponsive-nav-menu .sub-menu a,
.catchresponsive-nav-menu .children a {
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #000;
	line-height: 1.5;
	padding: 10px;
	position: relative;
	width: 250px;
}

.sidebar-header-right .widget_nav_menu .sub-menu a {
	background-color: #222;
	color: #fff;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	border-top: 1px solid #333;
}

.sidebar-header-right .widget_nav_menu .sub-menu a,
.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	border-color: #333;
}

.nav-secondary .catchresponsive-nav-menu a {
	color: #666;
}

.nav-secondary .catchresponsive-nav-menu .sub-menu a,
.nav-secondary .catchresponsive-nav-menu .children a {
	background-color: #fff;
	border-color: #f9f9f9;
}

.catchresponsive-nav-menu .sub-menu li a:hover,
.catchresponsive-nav-menu .sub-menu li a:focus,
.catchresponsive-nav-menu .children li a:hover,
.catchresponsive-nav-menu .children li a:focus,
.sidebar-header-right .widget_nav_menu .sub-menu li a:hover,
.sidebar-header-right .widget_nav_menu .sub-menu li a:focus {
	background-color: #000;
	color: #fff;
}

.catchresponsive-nav-menu .sub-menu .sub-menu,
.catchresponsive-nav-menu .children .children {
	border-top: 1px solid #eee;
	margin: -43px 0 0 249px;
}

.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	margin: -43px 249px 0 0;
}

.nav-secondary .sub-menu .sub-menu,
.nav-secondary .catchresponsive-nav-menu .children .children {
	border-color: #f9f9f9;
}

.catchresponsive-nav-menu .menu-item:hover,
.catchresponsive-nav-menu .page_item:hover {
	position: static;
}

.sidebar-header-right .widget_nav_menu .menu-item:hover {
	position: relative;
}

.catchresponsive-nav-menu .menu-item:hover>.sub-menu,
.catchresponsive-nav-menu .menu-item.focus>.sub-menu,
.catchresponsive-nav-menu .page_item:hover>.children,
.catchresponsive-nav-menu .page_item.focus>.children {
	left: auto;
	opacity: 1;
}

.sidebar-header-right .widget_nav_menu .menu-item:hover>.sub-menu,
.sidebar-header-right .widget_nav_menu .menu-item.focus>.sub-menu {
	right: 0;
	opacity: 1;
}

/* Menu Search */
.nav-primary.search-enabled {
	position: relative;
}

.nav-primary.search-enabled .menu {
	float: left;
}

#search-toggle {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 46px;
	line-height: 52px;
	text-align: center;
	width: 42px;
}

#search-toggle:hover,
#search-toggle:focus {
	background-color: #fff;
	color: #000;
}

#search-container {
	background-color: #fff;
	bottom: -56px;
	clear: both;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.nav-primary .search-submit {
	display: none;
}

.nav-primary .search-form {
	padding: 10px 40px;
}

.nav-primary .search-field {
	border-color: #eee;
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
	width: 100%;
}

.nav-primary .search-field:focus {
	border-color: #666;
	color: #000;
}

/* WP Page Navi */
#nav-below .wp-pagenavi,
.page-links {
	float: right;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	border: none;
	float: left;
	height: 28px;
	color: #1b8be0;
	text-align: center;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

.page-links span {
	margin-left: 10px;
}

.page-links span,
.page-links a:hover span,
.page-links a:focus span {
	background-color: #000;
	color: #fff;
}

.page-links a span {
	background-color: #f2f2f2;
	color: #404040;
}

.page-links span.pages {
	background-color: transparent;
	color: #404040;
	margin-left: 0;
	padding: 0;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span {
	background-color: #eee;
	margin: 0 0 0 10px;
}

#nav-below .wp-pagenavi span.pages {
	color: #404040;
	background-color: transparent;
	padding: 2px 0 0 0;
}

#nav-below .wp-pagenavi a:hover,
#nav-below #wp_page_numbers ul li a:hover,
#nav-below .wp-pagenavi a:focus,
#nav-below #wp_page_numbers ul li a:focus {
	background-color: #000;
	color: #fff;
}

#nav-below .wp-pagenavi span.current {
	background-color: #000;
	color: #fff;
	font-weight: normal;
}

/* Infinite Scroller */
#content #infinite-handle {
	display: block;
	text-align: center;
	width: 100%;
}

#content #infinite-handle span {
	background: none transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 0;
}

#content #infinite-handle span button {
	background-color: #eee;
	color: #1b8be0;
	display: block;
	font-size: 16px;
	padding: 14px 35px;
	text-shadow: none;
	width: 100%;
}

#content #infinite-handle span button:hover,
#content #infinite-handle span button:focus {
	background-color: #000;
	color: #fff;
}

/*--------------------------------------------------------------
7. Accessibility
--------------------------------------------------------------*/
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #1b8be0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/*--------------------------------------------------------------
8. Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
9. Clearings
--------------------------------------------------------------*/
.clear:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.catchresponsive-nav-menu:after,
.featured-content-wrap:after,
.section-content-wrapper:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
#nav-below:after,
.page-links:after,
.post-navigation:after,
.nav-links:after,
#site-generator:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------------------------------------------------
10. Header Area
--------------------------------------------------------------*/
#site-branding,
#site-logo,
#site-header {
	display: inline-block;
	float: left;
}

#site-branding,
#site-logo {
	max-width: 100%;
}

#site-logo a {
	display: block;
	line-height: 0;
}

#site-header.logo-enable.logo-left {
	padding-left: 10px;
}

#site-header.logo-enable.logo-right {
	padding-right: 10px;
}

.site-title a {
	color: #111111;
}

.site-title a:hover,
.site-title a:focus {
	color: #1b8be0;
	text-decoration: none;
}

.sidebar-header-right,
.sidebar-header-right .widget-wrap {
	float: right;
}

#header-featured-image,
.wp-custom-header {
	clear: both;
	display: block;
	line-height: 0;
	width: 100%;
	text-align: center;
}

#masthead .search-field {
	float: right;
	font-size: 14px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 90%;
	max-width: 250px;
	border: 1px solid #b6b6b6;
	background-color: #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 2px 5px #c4c4c4, 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 2px 5px #c4c4c4, 0 1px 0 #fff;
	box-shadow: inset 0 2px 5px #c4c4c4, 0 1px 0 #fff;
	color: #777777;
}

.wp-custom-header {
	position: relative;
}

.wp-custom-header video {
	width: 100%;
	height: auto;
}

.wp-custom-header-video-button {
	background-color: #f2f2f2;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: none;
	color: #404040;
	font-size: 14px;
	position: absolute;
	padding: 10px 15px;
	right: 30px;
	bottom: 30px;
	text-shadow: none;
}

.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus {
	background-color: #1b8be0;
	box-shadow: none;
	color: #fff;
}


/*--------------------------------------------------------------
11. Promotion Area
--------------------------------------------------------------*/
#promotion-message {
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#promotion-message .left {
	float: left;
	max-width: 80%;
}

#promotion-message .right {
	float: right;
	max-width: 20%;
	text-align: center;
}

#promotion-message .right .promotion-button {
	background-color: #f2f2f2;
	border: 2px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	display: inline-block;
}

#promotion-message .right .promotion-button:hover,
#promotion-message .right .promotion-button:hover {
	background-color: #1b8be0;
	border-color: #1b8be0;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
12. Featured Content Area
--------------------------------------------------------------*/
#featured-content,
.section {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#featured-content .featured-content-image,
.section .post-thumbnail {
	display: block;
	line-height: 0;
}

#featured-content.border-top {
	border-top: 1px solid #eee;
	border-bottom: none;
}

#feature-heading {
	border-bottom: 1px solid #eee;
}

#featured-content .hentry,
#portfolio-content-section .hentry,
#services-section .hentry,
#testimonial-content-section .hentry,
#team-content-section .hentry,
#stats-content-section .hentry {
	border: none;
	float: left;
}

#featured-content .hentry,
.section .hentry {
	width: 100%;
}

#featured-content.layout-four .hentry,
.section.layout-four .hentry {
	width: 25%;
}

#featured-content.layout-three .hentry,
.section.layout-three .hentry {
	width: 33.33%;
}

#featured-content.layout-two .hentry,
.section.layout-two .hentry {
	width: 50%;
}

#featured-content.layout-four .hentry:nth-child(4n+1),
#featured-content.layout-three .hentry:nth-child(3n+1),
#featured-content.layout-two .hentry:nth-child(2n+1),
.section.layout-four .hentry:nth-child(4n+1),
.section.layout-three .hentry:nth-child(3n+1),
.section.layout-two .hentry:nth-child(2n+1) {
	clear: both;
}

#featured-content figure a {
	display: block;
	line-height: 0;
}

.one-column .layout-four .featured-content-wrap,
.one-column .layout-four .section-content-wrapper {
	margin-left: -2%;
	width: 102%;
}

.one-column #featured-content.layout-four .hentry,
.one-column .section.layout-four .hentry {
	margin-left: 2%;
	padding-left: 2%;
	padding-right: 2%;
	width: 23%;
}

/*--------------------------------------------------------------
13. Stats
--------------------------------------------------------------*/
#stats-content-section .hentry-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#stats-content-section .post-thumbnail {
	margin: 0;
	float: left;
}

#stats-content-section .post-thumbnail img {
	width: 40px;
	height: 40px;
	max-width: none;
}

#stats-content-section .entry-container {
	float: left;
	margin-left: 20px;
	word-break: break-word;
}

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

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

.portfolio-content-wrapper .entry-container {
	background: #444;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	padding: 20px;
	position: absolute;
	bottom: 0;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	width: 100%;
}

.portfolio-content-wrapper .hentry-inner:hover .entry-container,
.portfolio-content-wrapper .hentry-inner:focus .entry-container {
	opacity: 1;
}

.portfolio-content-wrapper .entry-title,
.portfolio-content-wrapper .entry-container a,
.portfolio-content-wrapper .entry-container a:hover,
.portfolio-content-wrapper .entry-container a:focus {
	color: #fff;
}

#portfolio-content-section .entry-title {
	margin-bottom: 0;
}

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

.portfolio-content-wrapper .entry-header {
	padding: 0;
}

/*--------------------------------------------------------------
13. Logo Slider
--------------------------------------------------------------*/
#logo-section .section-content-wrapper {
	display: block;
	position: relative;
	width: 100%;
}

#logo-section .logo_slider_content_wrap {
	padding: 0 70px;
}

#logo-section .cycle-prev,
#logo-section .cycle-next {
	background-color: #f2f2f2;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	color: #404040;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	-ms-transform: translateY(-50%);
	/* IE 9 */
	transform: translateY(-50%);
	text-decoration: none;
	width: 35px;
	height: 35px;
	padding: 7px;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
}

#logo-section .cycle-prev {
	left: 20px;
}

#logo-section .cycle-next {
	right: 20px;
}

#logo-section .cycle-prev:hover,
#logo-section .cycle-prev:focus,
#logo-section .cycle-next:hover,
#logo-section .cycle-next:focus {
	background-color: #1b8be0;
	color: #fff;
}

/*--------------------------------------------------------------
13. Service
--------------------------------------------------------------*/
#services-section .section-content-wrapper,
#team-content-section .section-content-wrapper {
	text-align: center;
}

#services-section .hentry-inner,
#stats-content-section .hentry-inner,
#testimonial-content-section .entry-content {
	border: 1px solid #f2f2f2;
}

#services-section .post-thumbnail img,
#testimonial-content-section .post-thumbnail img,
#team-content-section .post-thumbnail img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#services-section .post-thumbnail,
#testimonial-content-section .post-thumbnail,
#team-content-section .post-thumbnail {
	width: 80%;
}

#services-section .post-thumbnail {
	max-width: 100px;
	max-height: 100px;
}

#testimonial-content-section .post-thumbnail {
	max-width: 120px;
	max-height: 100px;
}

#team-content-section .post-thumbnail {
	max-height: 200px;
	max-width: 200px;
}

#services-section .post-thumbnail,
#team-content-section .post-thumbnail {
	margin: 0 auto;
}


/*--------------------------------------------------------------
14. Team
--------------------------------------------------------------*/
#team-content-section.text-aligned-right .section-content-wrapper {
	text-align: right;
}

#team-content-section.text-aligned-left .section-content-wrapper {
	text-align: left;
}

#team-content-section .entry-meta {
	clear: both;
	display: block;
}

#team-content-section .entry-meta .posted-on {
	float: none;
	margin: 0;
}

.menu-social-container li {
	display: inline-block;
}

.menu-social-container li a {
	background-color: #f2f2f2;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	color: #404040;
	font-size: 16px;
	margin: 0 0 5px 5px;
	padding: 4px;
	text-decoration: none;
	width: 32px;
	height: 32px;
	display: inline-block;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
14. Hero Content Area
--------------------------------------------------------------*/

#hero-content .hentry,
#testimonial-content-section .hentry-inner-header,
.playlist-section .hentry {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

#hero-content .post-thumbnail,
.playlist-section .post-thumbnail {
	-webkit-box-flex: 0 1 50.715%;
	-moz-box-flex: 0 1 50.715%;
	-webkit-flex: 0 1 50.715%;
	-ms-flex: 0 1 50.715%;
	flex: 0 1 50.715%;
	max-width: 50.715%;
	padding-right: 40px;
}

#hero-content .post-thumbnail img,
.playlist-section .post-thumbnail img {
	width: 100%;
}

#hero-content .entry-container,
.playlist-section .entry-container {
	-webkit-box-flex: 0 1 49.285%;
	-moz-box-flex: 0 1 49.285%;
	-webkit-flex: 0 1 49.285%;
	-ms-flex: 0 1 49.285%;
	flex: 0 1 49.285%;
	max-width: 49.285%;
}

#hero-content .entry-container.full-width,
.playlist-section .entry-container.full-width {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	max-width: 100%;
}

.section-button-wrapper {
	clear: both;
	display: block;
	text-align: center;
}

.section-button-wrapper .more-link,
#hero-content .more-link,
.cta-section .more-link,
.app-section .more-link,
.button,
.more-button a,
#feature-slider.style-two .entry-content .more-link,
#feature-slider.style-two .entry-summary .more-link,
#contact-section input[type="submit"] {
	background-color: #f2f2f2;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #404040;
	padding: 13px 24px 11px;
	text-decoration: none;
}

.section-button-wrapper .more-link {
	display: inline-block;
	margin-bottom: 20px;
}

#hero-content .more-link,
.cta-section .more-link,
.app-section .more-link,
.button,
.more-button a,
 #feature-slider.style-two .entry-content .more-link,
 #feature-slider.style-two .entry-summary .more-link {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
	width: max-content;
}


#hero-content .more-link:hover,
#hero-content .more-link:focus,
.cta-section .more-link:hover,
.cta-section .more-link:focus,
.app-section .more-link:hover,
.app-section .more-link:focus,
.section-button-wrapper .more-link:hover,
.section-button-wrapper .more-link:focus,
.button:hover,
.button:focus,
.more-button a:hover,
.more-button a:focus,
#feature-slider.style-two .entry-content .more-link:hover,
#feature-slider.style-two .entry-content .more-link:focus,
#feature-slider.style-two .entry-summary .more-link:hover,
#feature-slider.style-two .entry-summary .more-link:focus {
	background-color: #1b8be0;
	border-color: #1b8be0;
	color: #fff;
	text-decoration: none;
}

#hero-content .entry-footer .edit-link,
.cta-section .entry-footer .edit-link {
	display: block;
	margin-top: 10px;
}

.edit-link {
	font-size: 14px;
}

#hero-content.content-aligned-left .hentry,
.playlist-section.content-aligned-left .hentry {
	-webkit-box-flex-direction: row-reverse;
	-moz-box-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#hero-content.content-aligned-left .post-thumbnail,
.playlist-section.content-aligned-left .post-thumbnail {
	padding-right: 0;
	padding-left: 40px;
}

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

#hero-content.text-aligned-center .more-link {
	margin-left: auto;
	margin-right: auto;
}

#hero-content.text-aligned-right .entry-container {
	text-align: right;
}

#hero-content.text-aligned-right .more-link {
	margin-left: auto;
}

/*--------------------------------------------------------------
13. Testimonial
--------------------------------------------------------------*/
#testimonial-content-section .entry-content {
	position: relative;
}

#testimonial-content-section .entry-content:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 68px;
	margin-left: -17px;
	width: 0;
	height: 0;
	border-top: solid 17px #f2f2f2;
	border-left: solid 17px transparent;
	border-right: solid 17px transparent;
}

#testimonial-content-section .entry-content:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 68px;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-top: solid 15px #fff;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
}

#testimonial-content-section .hentry-inner-header {
	padding: 20px;
}

#testimonial-content-section .post-thumbnail {
	padding-right: 20px;
}

#testimonial-content-section .entry-header {
	padding: 0;
}

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

#testimonial-content-section .entry-meta {
	margin-top: 5px;
}

/*--------------------------------------------------------------
13. Content
--------------------------------------------------------------*/
.site-content {
	background-color: #fff;
}

#main {
	float: left;
	width: 820px;
}

.sidebar-primary {
	float: right;
	width: 340px;
}

.archive-post-wrap,
.page-header .page-title {
	border-bottom: 1px solid #eee;
}

.entry-title,
.entry-title a {
	color: #404040;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #1b8be0;
}

.entry-title a:hover,
.entry-meta a:hover,
.entry-title a:focus,
.entry-meta a:focus {
	text-decoration: none;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Two Columns (Content Right, Left Sidebar) */
.content-right #main {
	float: right;
}

.content-right .sidebar-primary {
	float: left;
}


/* One Column (No Sidebar, Content Width) */
.no-sidebar.content-width #main {
	display: block;
	float: none;
	margin: 0 auto;
	width: 820px;
}

/* One Column (One Column) */
.no-sidebar.one-column .site {
	width: 860px;
}

.no-sidebar.one-column #main {
	width: 820px;
}

/* One Column (No Sidebar, Full Width) */
.no-sidebar.full-width #main {
	width: 100%;
}

/* Layout Options with Featured Image on Left */
.excerpt-image-left .archive-post-wrap .entry-meta {
	margin-bottom: 10px;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	display: inline;
	max-width: 200px;
	width: 26%;
}

.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	width: 20%;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
	float: left;
}

.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	float: right;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
	display: inline;
	width: 70%;
}

.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
	width: 79%;
}

.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
	float: right;
}

.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
	float: left;
}

.excerpt-image-left .archive-post-wrap .entry-footer,
.excerpt-image-right .archive-post-wrap .entry-footer {
	display: none;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget figure a {
	display: block;
	line-height: 0;
}

/* Calender widget */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}

.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

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

.bypostauthor {
	display: block;
}

#respond form label {
	display: block;
}

.comments-title {
	margin-bottom: 20px;
}

.comment-body {
	border-bottom: 4px double #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comment-body .comment-meta {
	margin-bottom: 20px;
}

.comment-body .comment-author img {
	float: left;
	line-height: 0;
	margin-right: 10px;
	padding: 0;
}

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

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

.hentry .featured-image a {
	display: block;
	line-height: 0;
}

/*--------------------------------------------------------------
17. Captions
--------------------------------------------------------------*/
caption {
	font-weight: bold;
}

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 5px 5px 0;
}

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

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

.wp-caption .wp-caption-text {
	margin: 8px 0;
}

/*--------------------------------------------------------------
18. Galleries
--------------------------------------------------------------*/
#main .gallery {
	margin-bottom: 1.5em;
}

#main .gallery img {
	border: 1px solid #eee;
	padding: 5px;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
19. Footer
--------------------------------------------------------------*/
#supplementary {
	border-bottom: 1px solid #bcbcbc;
	border-top: 3px solid #cfcfcf;
}

#supplementary .widget-area {
	float: left;
	width: 100%;
}

#supplementary.two .widget-area {
	width: 580px;
}

#supplementary.three .widget-area {
	width: 386px;
}

#supplementary.four .widget-area {
	width: 290px;
}

#site-generator {
	border-top: 1px solid #f4f4f4;
	color: #666;
	text-align: center;
}

#site-generator a {
	color: #555;
	font-weight: bold;
}

#site-generator a:hover,
#site-generator a:focus {
	color: #1b8be0;
}

/*--------------------------------------------------------------
10. Extra Elements
--------------------------------------------------------------*/
/* Catchresponsive Scrollup */
#scrollup {
	background-color: #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	color: #eee;
	cursor: pointer;
	display: none;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	z-index: 9999;
	padding: 7px;
}

#scrollup:hover,
#scrollup:focus {
	background-color: #1b8be0;
	color: #fff;
	text-decoration: none;
}

/* Catchresponsive breadcrumb */
#breadcrumb-list {
	background-color: #fff;
}

#breadcrumb-list .wrapper {
	padding: 20px 40px 0;
}

.home #breadcrumb-list .wrapper {
	padding-bottom: 20px;
}

#breadcrumb-list span {
	background-color: transparent;
	border: 1px solid #eee;
	color: #666;
	display: block;
	float: left;
	font-style: italic;
	margin-left: -1px;
}

#breadcrumb-list span.sep {
	float: right;
	margin-left: 0;
	padding: 0 0 0 5px;
}

#breadcrumb-list span.sep,
#breadcrumb-list span.archive-text,
#breadcrumb-list span.search-text,
#breadcrumb-list span.tag-text,
#breadcrumb-list span.author-text {
	border: none;
}

#breadcrumb-list a,
#breadcrumb-list a span {
	color: #1b8be0;
	display: inline-block;
	padding: 5px 10px 3px;
}

#breadcrumb-list a:hover,
#breadcrumb-list a:hover span,
#breadcrumb-list a:focus,
#breadcrumb-list a:focus span {
	color: #404040;
	text-decoration: none;
}

#breadcrumb-list .breadcrumb-current {
	background-color: #f2f2f2;
	padding: 5px 10px 3px;
}

/* jQuery Cycle 2 Custom CSS */
#feature-slider {
	display: block;
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
	z-index: 101;
}

#feature-slider .cycle-slideshow {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#feature-slider .cycle-slideshow img {
	display: block;
	margin: 0 auto;
}

#feature-slider .cycle-pager {
	bottom: 0;
	left: 20%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 100;
}

#feature-slider .cycle-pager span {
	font-family: arial;
	line-height: 20px;
	width: 14px;
	height: 20px;
	display: inline-block;
	color: #f2f2f2;
	cursor: pointer;
	margin: 0 2px;
}

#feature-slider .cycle-pager span.cycle-pager-active {
	color: #1b8be0;
}

#feature-slider .cycle-pager>* {
	cursor: pointer;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
	display: block;
	text-align: center;
	width: 30px;
	height: 30px;
}

#feature-slider .cycle-prev,
#feature-slider .cycle-next {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #eee;
	cursor: pointer;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	bottom: 8px;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 101;
}

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

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

#feature-slider:hover .cycle-prev,
#feature-slider:focus .cycle-prev {
	left: 21%;
	opacity: 1;
	filter: alpha(opacity=100);
}

#feature-slider:hover .cycle-next,
#feature-slider:focus .cycle-next {
	right: 21%;
	opacity: 1;
	filter: alpha(opacity=100);
}

#feature-slider .cycle-slideshow .hentry {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

#feature-slider .cycle-slideshow article:first-child {
	position: static;
	z-index: 100;
}

#feature-slider .entry-container {
	background: #444;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: block;
	left: 20%;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 101;
}

#feature-slider .entry-container,
#feature-slider .entry-title,
#feature-slider .entry-title a {
	color: #eee;
}

#feature-slider .entry-content a:hover,
#feature-slider .entry-content a:focus {
	color: #eee;
}

.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}

/* Featured Slider = Style Two */

#feature-slider.style-two .slider-image {
	position: relative;
}

#feature-slider.style-two .slider-image:before {
	content: "";
	background-color: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#feature-slider.style-two .entry-container {
	background-color: transparent;
	bottom: unset;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 520px;
	width: 100%;
	padding: 30px;
}

#feature-slider.style-two .entry-container .entry-title {
	font-size: clamp(24px,3.5vw,42px);
}

#feature-slider.style-two .entry-container .entry-content,
#feature-slider.style-two .entry-container .entry-summary {
	margin-top: 14px;
}

#feature-slider.style-two .cycle-prev,
#feature-slider.style-two .cycle-next {
	top: 50%;
	transform: translateY(-50%);
	bottom: unset;
	background-color: #f2f2f2;
	color: #404040;
}

#feature-slider.style-two .cycle-prev:before,
#feature-slider.style-two .cycle-next:before {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}

#feature-slider.style-two .cycle-prev:hover,
#feature-slider.style-two .cycle-next:hover {
	background-color: #404040;
	color: #f2f2f2;;
}

#feature-slider.style-two:hover .cycle-prev {
	left: 21px;
}

#feature-slider.style-two:hover .cycle-next {
	right: 21px;
}

#feature-slider.style-two .entry-content .more-link,
#feature-slider.style-two .entry-summary .more-link {
	margin-left: auto;
	margin-right: auto;
}


/* Social Icons */
.widget_catchresponsive_social_icons .widget-wrap {
	margin-left: -5px;
}

.site .widget_catchresponsive_social_icons a.font-awesome {
	background-color: #d7d7d7;
	border: 1px solid #b6b6b6;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	color: #777;
	margin: 0 0 5px 5px;
	padding: 5px;
	text-decoration: none;
	height: 20px;
	width: 20px;
	display: inline-flex;
}

.site .sidebar-header-right .widget_catchresponsive_social_icons a.font-awesome {
	margin: 5px 0 0 5px;
}

.site .widget_catchresponsive_social_icons a.font-awesome:hover,
.site .widget_catchresponsive_social_icons a.font-awesome:focus,
.menu-social-container a:hover,
.menu-social-container a:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.site .widget_catchresponsive_social_icons a.fa-bluesky:hover,
.site .widget_catchresponsive_social_icons a.fa-bluesky:focus,
.menu-social-container a[href*="bluesky.social"]:hover,
.menu-social-container a[href*="bluesky.social"]:focus {
	background-color: #0a7aff;
	border-color: #0a7aff;
}

.site .widget_catchresponsive_social_icons a.fa-facebook:hover,
.site .widget_catchresponsive_social_icons a.fa-facebook:focus,
.menu-social-container a[href*="facebook.com"]:hover,
.menu-social-container a[href*="facebook.com"]:focus {
	background-color: #3b5998;
	border-color: #3b5998;
}

.site .widget_catchresponsive_social_icons a.fa-x-twitter:hover,
.site .widget_catchresponsive_social_icons a.fa-x-twitter:focus,
.menu-social-container a[href*="twitter.com"]:hover,
.menu-social-container a[href*="twitter.com"]:focus {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_catchresponsive_social_icons a.fa-googleplus:hover,
.site .widget_catchresponsive_social_icons a.fa-googleplus:focus,
.menu-social-container a[href*="plus.google.com"]:hover,
.menu-social-container a[href*="plus.google.com"]:focus {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.site .widget_catchresponsive_social_icons a.fa-mail:hover,
.site .widget_catchresponsive_social_icons a.fa-mail:focus,
.menu-social-container a[href*="mailto:"]:hover,
.menu-social-container a[href*="mailto:"]:focus {
	background-color: #1d62f0;
	border-color: #1d62f0;
}

.site .widget_catchresponsive_social_icons a.fa-feed:hover,
.site .widget_catchresponsive_social_icons a.fa-feed:focus,
.menu-social-container a[href$="/feed/"]:hover,
.menu-social-container a[href$="/feed/"]:focus {
	background-color: #dc622c;
	border-color: #dc622c;
}

.site .widget_catchresponsive_social_icons a.fa-wordpress:hover,
.site .widget_catchresponsive_social_icons a.fa-wordpress:focus,
.menu-social-container a[href*="wordpress.com"]:hover,
.menu-social-container a[href*="wordpress.com"]:focus,
.menu-social-container a[href*="wordpress.org"]:hover,
.menu-social-container a[href*="wordpress.org"]:focus {
	background-color: #1b8be0;
	border-color: #1b8be0;
}

.site .widget_catchresponsive_social_icons a.fa-github:hover,
.site .widget_catchresponsive_social_icons a.fa-github:focus,
.menu-social-container a[href*="github.com"]:hover,
.menu-social-container a[href*="github.com"]:focus {
	background-color: #4183c4;
	border-color: #4183c4;
}

.site .widget_catchresponsive_social_icons a.fa-linkedin:hover,
.site .widget_catchresponsive_social_icons a.fa-linkedin:focus,
.menu-social-container a[href*="linkedin.com"]:hover,
.menu-social-container a[href*="linkedin.com"]:focus {
	background-color: #007bb6;
	border-color: #007bb6;
}

.site .widget_catchresponsive_social_icons a.fa-pinterest:hover,
.site .widget_catchresponsive_social_icons a.fa-pinterest:focus,
.menu-social-container a[href*="pinterest.com"]:hover,
.menu-social-container a[href*="pinterest.com"]:focus {
	background-color: #cb2027;
	border-color: #cb2027;
}

.site .widget_catchresponsive_social_icons a.fa-flickr:hover,
.site .widget_catchresponsive_social_icons a.fa-flickr:focus,
.menu-social-container a[href*="flickr.com"]:hover,
.menu-social-container a[href*="flickr.com"]:focus {
	background-color: #ff0084;
	border-color: #ff0084;
}

.site .widget_catchresponsive_social_icons a.fa-vimeo:hover,
.site .widget_catchresponsive_social_icons a.fa-vimeo:focus,
.menu-social-container a[href*="vimeo.com"]:hover,
.menu-social-container a[href*="vimeo.com"]:focus {
	background-color: #aad450;
	border-color: #aad450;
}

.site .widget_catchresponsive_social_icons a.fa-youtube:hover,
.site .widget_catchresponsive_social_icons a.fa-youtube:focus,
.menu-social-container a[href*="youtube.com"]:hover,
.menu-social-container a[href*="youtube.com"]:focus {
	background-color: #bb0000;
	border-color: #bb0000;
}

.site .widget_catchresponsive_social_icons a.fa-tumblr:hover,
.site .widget_catchresponsive_social_icons a.fa-tumblr:focus,
.menu-social-container a[href*="tumblr.com"]:hover,
.menu-social-container a[href*="tumblr.com"]:focus {
	background-color: #32506d;
	border-color: #32506d;
}

.site .widget_catchresponsive_social_icons a.fa-instagram:hover,
.site .widget_catchresponsive_social_icons a.fa-instagram:focus,
.menu-social-container a[href*="instagram.com"]:hover,
.menu-social-container a[href*="instagram.com"]:focus {
	background-color: #517fa4;
	border-color: #517fa4;
}

.site .widget_catchresponsive_social_icons a.fa-codepen:hover,
.site .widget_catchresponsive_social_icons a.fa-codepen:focus,
.menu-social-container a[href*="codepen.io"]:hover,
.menu-social-container a[href*="codepen.io"]:focus {
	background-color: #000;
	border-color: #000;
}

.site .widget_catchresponsive_social_icons a.fa-path:hover,
.site .widget_catchresponsive_social_icons a.fa-path:focus,
.menu-social-container a[href*="path.com"]:hover,
.menu-social-container a[href*="path.com"]:focus {
	background-color: #ff442c;
	border-color: #ff442c;
}

.site .widget_catchresponsive_social_icons a.fa-dribbble:hover,
.site .widget_catchresponsive_social_icons a.fa-dribbble:focus,
.menu-social-container a[href*="dribbble.com"]:hover,
.menu-social-container a[href*="dribbble.com"]:focus {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.site .widget_catchresponsive_social_icons a.fa-skype:hover,
.site .widget_catchresponsive_social_icons a.fa-skype:focus,
.menu-social-container a[href*="skype.com"]:hover,
.menu-social-container a[href*="skype.com"]:focus {
	background-color: #12a5f4;
	border-color: #12a5f4;
}

.site .widget_catchresponsive_social_icons a.fa-digg:hover,
.site .widget_catchresponsive_social_icons a.fa-digg:focus,
.menu-social-container a[href*="digg.com"]:hover,
.menu-social-container a[href*="digg.com"]:focus {
	background-color: #333;
	border-color: #333;
}

.site .widget_catchresponsive_social_icons a.fa-reddit:hover,
.site .widget_catchresponsive_social_icons a.fa-reddit:focus,
.menu-social-container a[href*="reddit.com"]:hover,
.menu-social-container a[href*="reddit.com"]:focus {
	background-color: #ff4500;
	border-color: #ff4500;
}

.site .widget_catchresponsive_social_icons a.fa-stumbleupon:hover,
.site .widget_catchresponsive_social_icons a.fa-stumbleupon:focus,
.menu-social-container a[href*="stumbleupon.com"]:hover,
.menu-social-container a[href*="stumbleupon.com"]:focus {
	background-color: #eb4924;
	border-color: #eb4924;
}

.site .widget_catchresponsive_social_icons a.fa-pocket:hover,
.site .widget_catchresponsive_social_icons a.fa-pocket:focus,
.menu-social-container a[href*="getpocket.com"]:hover,
.menu-social-container a[href*="getpocket.com"]:focus {
	background-color: #f13753;
	border-color: #f13753;
}

.site .widget_catchresponsive_social_icons a.fa-dropbox:hover,
.site .widget_catchresponsive_social_icons a.fa-dropbox:focus,
.menu-social-container a[href*="dropbox.com"]:hover,
.menu-social-container a[href*="dropbox.com"]:focus {
	background-color: #2281cf;
	border-color: #2281cf;
}

.site .widget_catchresponsive_social_icons a.fa-spotify:hover,
.site .widget_catchresponsive_social_icons a.fa-spotify:focus,
.menu-social-container a[href*="spotify.com"]:hover,
.menu-social-container a[href*="spotify.com"]:focus {
	background-color: #81b900;
	border-color: #81b900;
}

.site .widget_catchresponsive_social_icons a.fa-polldaddy:hover,
.site .widget_catchresponsive_social_icons a.fa-polldaddy:focus {
	background-color: #bc0b0b;
	border-color: #bc0b0b;
}

.site .widget_catchresponsive_social_icons a.fa-foursquare:hover,
.site .widget_catchresponsive_social_icons a.fa-foursquare:focus,
.menu-social-container a[href*="foursquare.com"]:hover .menu-social-container a[href*="foursquare.com"]:focus {
	background-color: #f94877;
	border-color: #f94877;
}

.site .widget_catchresponsive_social_icons a.fa-twitch:hover,
.site .widget_catchresponsive_social_icons a.fa-twitch:focus,
.menu-social-container a[href*="twitch.tv"]:hover,
.menu-social-container a[href*="twitch.tv"]:focus {
	background-color: #6441a5;
	border-color: #6441a5;
}

.site .widget_catchresponsive_social_icons a.fa-cloud:hover,
.site .widget_catchresponsive_social_icons a.fa-cloud:focus {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_catchresponsive_social_icons a.fa-website:hover,
.site .widget_catchresponsive_social_icons a.fa-cart:hover,
.site .widget_catchresponsive_social_icons a.fa-phone:hover,
.site .widget_catchresponsive_social_icons a.fa-handset:hover {
	background-color: #42b41e;
	border-color: #42b41e;
}

.site .widget_catchresponsive_social_icons a.fa-link:hover,
.site .widget_catchresponsive_social_icons a.fa-link:focus {
	background-color: #2e6da4;
	border-color: #2e6da4;
}

.site .widget_catchresponsive_social_icons a.custom-icon {
	border: none;
	background: transparent;
	padding: 0;
}

.site .widget_catchresponsive_social_icons .icon-hover,
.site .widget_catchresponsive_social_icons .has-hover:hover .icon-static,
.site .widget_catchresponsive_social_icons .has-hover:focus .icon-static {
	display: none;
}

.site .widget_catchresponsive_social_icons .has-hover:hover .icon-hover,
.site .widget_catchresponsive_social_icons .has-hover:focus .icon-hover {
	display: inline-block;
	text-decoration: none;
	border: none;
}

/* WooCommerce */
.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 28px;
}

.product-content-wrapper {
	padding: 20px 20px 0;
}

.product-content-section .view-more .button {
	margin-left: auto;
	margin-right: auto;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #404040;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
	color: #1b8be0;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	background-color: #DC3834;
	color: #ffffff;
	border-radius: 0;
	left: 7px;
	top: 7px;
	right: auto;
	font-size: 12px;
	margin: 0;
	min-width: auto;
	min-height: auto;
	line-height: 1;
	padding: 8px 10px;
	font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 18px;
}

.woocommerce ul.products li.product .star-rating {
	margin-bottom: 14px;
	margin-top: 5px;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button.single_add_to_cart_button,
.form-submit .submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.wc-block-components-button.wc-block-cart__submit-button,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	background-color: #f2f2f2;
	border: 2px solid #eee;
	border-radius: 5px;
	color: #666;
	display: inline-block;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none !important;
	box-shadow: none;
	text-align: center;
	font-size: 16px;
	text-shadow: none;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover,
.form-submit .submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.wc-block-components-button.wc-block-cart__submit-button:hover,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
	background-color: #1b8be0;
	border-color: #1b8be0;
	color: #fff;
	box-shadow: none;
}

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

.woocommerce a.add_to_cart_button + a.added_to_cart.wc-forward {
	padding: 7px 14px;
}

/* Single Product */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button.single_add_to_cart_button {
	float: none;
	display: inline-block;
}

.woocommerce .quantity .qty {
	padding: 6px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.woocommerce div.product form.cart .variations select {
	border: 1px solid #eee;
	padding: 7px 3rem 7px 10px;
}

.product_meta > span {
	display: block;
	font-size: 14px;
}

.product_meta > span + span {
	margin-top: 5px;
}

.woocommerce table.shop_attributes td p {
	padding: 8px;
}

.comment-reply-title {
	margin-bottom: 7px;
	display: block;
}

#comment-form-rating-label {
	margin-bottom: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid #eee;
	border-top: 0;
	padding: 28px;
}

#comments {
	background: #f8f8f8;
	margin-bottom: 28px;
}

.woocommerce-Reviews-title {
	font-size: 20px;
	margin-bottom: 14px;
}

.form-submit .submit {
	margin-top: 14px !important;
}

.woocommerce-variation-price {
	margin-bottom: 14px;
}

.related.products>h2 {
	margin-bottom: 21px;
}

.wc-block-components-checkout-place-order-button__text {
	justify-content: center;
}

.woocommerce ul.order_details li {
	margin-bottom: 14px;
}

.woocommerce table.shop_attributes th {
	border-left: 1px solid #eee;
}

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

.playlist-section .wp-playlist-current-item {
	display: none;
}

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

.mejs-container {
	background: #f2f2f2;
	padding: 14px;
	border-radius: 5px;
	position: relative;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
	width: auto !important;
	height: auto !important;
	min-width: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.mejs-controls {
	display: flex;
	align-items: center;
}


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

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

.mejs-time {
	box-sizing: content-box;
	font-size: 10px;
	font-weight: 600;
	font-weight: 700;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: auto;
}

.mejs-pause>button {
	background-position: -20px 0;
}

.mejs-replay>button {
	background-position: -160px 0;
}

.mejs-time-rail {
	direction: ltr;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	height: 3px;
	position: absolute;
}

.mejs-time-total {

	margin: 5px 0 0;
	width: 100%;
}

.mejs-time-buffering {
	-webkit-animation: b 2s linear infinite;
	animation: b 2s linear infinite;
	background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
	background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
	background-size: 15px 15px;
	width: 100%;
}

@-webkit-keyframes b {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 40px 0;
	}
}

@keyframes b {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 40px 0;
	}
}

.mejs-time-hovered {
	z-index: 10;
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded {
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	width: 100%;
}

.mejs-time-buffering {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.mejs-time-hovered {
	-webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
	transition: height .1s cubic-bezier(.44, 0, 1, 1);
}


.mejs-time-handle,
.mejs-time-handle-content {
	border: 0;
	position: absolute;
	z-index: 11;
}

.mejs-time-handle-content {
	border-radius: 50%;
	height: 10px;
	left: -3px;
	top: -4px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 10px;
	background-color: #1b8be0;
}

.mejs-time-float {
	background: #eee;
	border: 1px solid #333;
	bottom: 100%;
	color: #111;
	display: none;
	height: 17px;
	margin-bottom: 9px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 36px;
}

.mejs-time-float-current {
	display: block;
	left: 0;
	margin: 2px;
	text-align: center;
	width: 30px;
}

.mejs-time-float-corner {
	border: 5px solid #eee;
	border-color: #eee transparent transparent;
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.mejs-long-video .mejs-time-float {
	margin-left: -23px;
	width: 64px;
}

.mejs-long-video .mejs-time-float-current {
	width: 60px;
}

.mejs-broadcast {
	color: #fff;
	height: 10px;
	position: absolute;
	top: 15px;
	width: 100%;
}

.mejs-fullscreen-button>button {
	background-position: -80px 0;
}

.mejs-unfullscreen>button {
	background-position: -100px 0;
}

.mejs-mute>button {
	background-position: -60px 0;
}

.mejs-unmute>button {
	background-position: -40px 0;
}

.mejs-volume-button {
	position: relative;
}

.mejs-volume-button>.mejs-volume-slider {
	-webkit-backface-visibility: hidden;
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	bottom: 100%;
	display: none;
	height: 115px;
	left: 50%;
	margin: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	z-index: 1;
}

.mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}

.mejs-volume-total {
	background: hsla(0, 0%, 100%, .5);
	height: 100px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
}

.mejs-volume-current {
	left: 0;
	margin: 0;
	width: 100%;
}

.mejs-volume-current,
.mejs-volume-handle {
	background: hsla(0, 0%, 100%, .9);
	position: absolute;
}

.mejs-volume-handle {
	border-radius: 1px;
	cursor: ns-resize;
	height: 6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 16px;
}

.mejs-horizontal-volume-slider {
	display: block;
	height: 36px;
	position: relative;
	vertical-align: middle;
	width: 45px;
}

.mejs-horizontal-volume-total {
	background: rgba(50, 50, 50, .8);
	height: 8px;
	top: 16px;
	width: 45px;
}

.mejs-horizontal-volume-current,
.mejs-horizontal-volume-total {
	border-radius: 2px;
	font-size: 1px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}

.mejs-horizontal-volume-current {
	background: hsla(0, 0%, 100%, .8);
	height: 100%;
	top: 0;
	width: 100%;
}

.mejs-horizontal-volume-handle {
	display: none;
}

.mejs-captions-button,
.mejs-chapters-button {
	position: relative;
}

.mejs-captions-button>button {
	background-position: -140px 0;
}

.mejs-chapters-button>button {
	background-position: -180px 0;
}

.mejs-captions-button>.mejs-captions-selector,
.mejs-chapters-button>.mejs-chapters-selector {
	background: rgba(50, 50, 50, .7);
	border: 1px solid transparent;
	border-radius: 0;
	bottom: 100%;
	margin-right: -43px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 50%;
	visibility: visible;
	width: 86px;
}

.mejs-chapters-button>.mejs-chapters-selector {
	margin-right: -55px;
	width: 110px;
}

.mejs-captions-selector-list,
.mejs-chapters-selector-list {
	list-style-type: none !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
	color: #fff;
	cursor: pointer;
	display: block;
	list-style-type: none !important;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0 10px;
}

.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
	background-color: #c8c8c8 !important;
	background-color: hsla(0, 0%, 100%, .4) !important;
}

.mejs-captions-selector-input,
.mejs-chapters-selector-input {
	clear: both;
	float: left;
	left: -1000px;
	margin: 3px 3px 0 5px;
	position: absolute;
}

.mejs-captions-selector-label,
.mejs-chapters-selector-label {
	cursor: pointer;
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding: 4px 0 0;
}

.mejs-captions-selected,
.mejs-chapters-selected {
	color: #21f8f8;
}

.mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px;
}

.mejs-captions-layer {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: 400;
}

.mejs-captions-position {
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 100%;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text,
.mejs-captions-text * {
	background: hsla(0, 0%, 8%, .5);
	box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
	padding: 0;
	white-space: pre-wrap;
}

.mejs-container.mejs-hide-cues video:-webkit-media-text-track-container {
	display: none;
}

.mejs-overlay-error {
	position: relative;
}

.mejs-overlay-error>img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.mejs-cannotplay,
.mejs-cannotplay a {
	color: #fff;
	font-size: .8em;
}

.mejs-cannotplay {
	position: relative;
}

.mejs-cannotplay a,
.mejs-cannotplay p {
	display: inline-block;
	padding: 0 15px;
	width: 100%;
}

.wp-playlist-caption,
.wp-playlist-current-item .wp-playlist-item-artist,
.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-item-album {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	display: table;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #0073aa;
}

.mejs-controls .mejs-time-rail .mejs-time-hovered {
	background: #0073aa;
	opacity: 0.3;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0073aa;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #ccc;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	border-radius: 0;
}

.mejs-overlay-loading {
	background: 0 0;
}

.mejs-controls button:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.me-cannotplay {
	width: auto !important;
}

.media-embed-details .wp-audio-shortcode {
	display: inline-block;
	max-width: 400px;
}

.audio-details .embed-media-settings {
	overflow: visible;
}

.media-embed-details .embed-media-settings .setting span {
	max-width: 400px;
	width: auto;
}

.media-embed-details .embed-media-settings .checkbox-setting span {
	display: inline-block;
}

.media-embed-details .embed-media-settings {
	padding-top: 0;
	top: 28px;
}

.media-embed-details .instructions {
	padding: 16px 0;
	max-width: 600px;
}

.media-embed-details .setting .remove-setting,
.media-embed-details .setting p {
	color: #a00;
	font-size: 10px;
	text-transform: uppercase;
}

.media-embed-details .setting .remove-setting {
	padding: 0;
}

.media-embed-details .setting a:hover {
	color: #dc3232;
}

.media-embed-details .embed-media-settings .checkbox-setting {
	float: none;
	margin: 0 0 10px;
}

.wp-video {
	max-width: 100%;
	height: auto;
}

.wp_attachment_holder .wp-audio-shortcode,
.wp_attachment_holder .wp-video {
	margin-top: 18px;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
	max-width: 100%;
	display: inline-block;
}

.video-details .wp-video-holder {
	width: 100%;
	max-width: 640px;
}

.wp-admin .wp-playlist {
	margin: 0 0 18px;
}

.wp-playlist video {
	display: inline-block;
	max-width: 100%;
}

.wp-playlist audio {
	max-width: 100%;
	width: 400px;
}

.wp-playlist audio,
.wp-playlist .mejs-mediaelement,
.wp-playlist .mejs-layers {
	display: none;
}

.wp-playlist-caption,
.wp-playlist-item-meta {
	display: block;
}

.wp-playlist-tracks {
	margin-top: 10px;
}

.wp-playlist-item:last-child {
	border-bottom: 0;
}

.wp-playlist .wp-playlist-current-item img {
	float: left;
	max-width: 50px;
	height: auto;
	margin-right: 10px;
	padding: 0;
	border: 0;
}

.wp-audio-playlist .me-cannotplay span {
	padding: 5px 15px;
}

#sticky-playlist-section .mejs-container.chique-mejs-container .mejs-inner {
	margin-right: 55px;
}

#sticky-playlist-section .mejs-container.chique-mejs-container .mejs-toggle-playlist {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.mejs-toggle-playlist button {
	z-index: 3;
}

.playlist-shorten .mejs-container .mejs-controls {
	padding: 15px 21px;
}

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

.mejs-container .mejs-controls .mejs-button {
	cursor: pointer;
	display: block;
	position: relative;
	height: 36px;
	width: 36px;
}

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

.mejs-container .mejs-controls .mejs-button.mejs-next {
	margin-left: 8px;
}

.mejs-container .mejs-controls .mejs-button.mejs-previous {
	margin-right: 8px;
}

.mejs-container .mejs-button button {
	background: 0 0;
	background-color: #1b8be0;
	color: #ffffff;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	text-shadow: none;
	height: 36px;
	width: 36px;
	transition: 0.3s;
	padding: 0;
}

.mejs-container .mejs-button button:hover {
	background-color: #666666;
	color: #ffffff;
}

.mejs-container .mejs-controls .mejs-button button:before {
	font-size: 13px;
	line-height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
	height: 3px;
	top: 10px;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none;
	margin: 0;
}

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

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

.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
	height: 20px;
	margin-top: 18px;
	margin-left: 7px;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.wp-audio-shortcode {
	border: none;
	margin: 1.313em 0 2.625em;
}

.wp-video-shortcode.mejs-container {
	padding: 0;
}

.wp-video-shortcode.mejs-container .mejs-controls {
	background: #222;
	top: auto;
}

.wp-playlist {
	font-size: 14px;
	border: none;
	clear: both;
	padding: 0;
	position: relative;
}

.wp-playlist .wp-playlist-current-item img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 14px;
	width: 38px;
	height: 38px;
}

.playlist-shorten .wp-playlist .wp-playlist-current-item img {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 9px;
	opacity: 0.5;
	z-index: 2;
}

.wp-playlist-caption:hover {
	opacity: 1;
}

.wp-playlist-current-item {
	overflow: hidden;
	padding: 14px;
}

.wp-playlist-tracks {
	border: none;
	margin: 0;
}

.wp-playlist-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 21px;
	padding-top: 21px;
	position: relative;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
}

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

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

.wp-playlist-item-length {
	font-size: 13px;
}

.wp-playlist-item-album {
	display: none;
	font-style: normal;
}

.wp-playlist-item .wp-playlist-caption {
	color: #666666;
	max-width: 88%;
	text-decoration: none !important;
	font-weight: 700;
}

.wp-playlist-item-title {
	font-size: 16px;
	color: #000000;
	transition: 0.3s;
}

.wp-playlist-item-artist {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 500;
}

.wp-playlist-item:hover .wp-playlist-item-title,
.wp-playlist-item.wp-playlist-playing .wp-playlist-caption,
.wp-playlist-item.wp-playlist-playing .wp-playlist-item-title {
	color: #1b8be0;
}

.wp-playlist-item:hover .wp-playlist-item-artist {
	opacity: 0.6;
}

.mejs-container .mejs-button button:before,
.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mejs-container .mejs-toggle-playlist button:before {
	content: "\f0ca";
}

.mejs-container .mejs-toggle-playlist.is-open button:before {
	content: "\f00d";
}

.mejs-container .mejs-next button:before {
	content: "\f051";
}

.mejs-container .mejs-previous button:before {
	content: "\f048";
}

.mejs-container .mejs-play button:before,
.mejs-container .mejs-replay button:before,
.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title:after {
	content: "\f04b";
}

.wp-playlist .wp-playlist-playing .wp-playlist-caption .wp-playlist-item-title:after {
	padding-left: 10px;
}

.mejs-container .mejs-pause button:before {
	content: "\f04c";
}

.mejs-container .mejs-volume-button button:before {
	content: "\f028";
}

.mejs-container .mejs-volume-button.mejs-unmute button:before {
	content: "\f026";
}

.mejs-container .mejs-fullscreen-button button:before {
	content: "\f0b2";
}

/*--------------------------------------------------------------
## CTA
--------------------------------------------------------------*/

.cta-section .hentry {
	max-width: 520px;
}

.cta-section.content-frame .hentry .entry-container {
	padding: 35px;
}

.cta-section .hentry .section-tagline,
.cta-section .hentry .logo-image {
	margin-bottom: 14px;
}

.cta-section.text-aligned-center .hentry .more-link,
.cta-section.content-aligned-center .hentry {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cta-section.text-aligned-right .hentry .more-link,
.cta-section.content-aligned-right .hentry {
	margin-left: auto;
}

.cta-section.text-aligned-left .hentry {
	text-align: left;
}

.cta-section.text-aligned-right .hentry {
	text-align: right;
}

.cta-section.text-aligned-center .hentry {
	text-align: center;
}

.cta-section.content-frame .more-link {
	background-color: #404040;
	color: #f2f2f2;
}

.cta-section.content-frame .more-link:hover,
.cta-section.content-frame .more-link:focus {
	background-color: #1b8be0;
	color: #ffffff;
}

.cta-section.content-frame .hentry .entry-container {
	background-color: #f2f2f2;
}

.cta-section.has-background-image:not(.content-frame) .section-tagline,
.cta-section.has-background-image:not(.content-frame) .section-title,
.cta-section.has-background-image:not(.content-frame) .section-description,
.cta-section.has-background-image:not(.content-frame) .entry-content,
.cta-section.has-background-image:not(.content-frame) .entry-summary {
	color: #fff;
}

/*--------------------------------------------------------------
## Sticky Playlist
--------------------------------------------------------------*/

.sticky-playlist-enabled.sticky-playlist-bottom {
	padding-bottom: 70px;
}

.sticky-playlist-enabled.sticky-playlist-top {
	padding-top: 66px;
}

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

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

#sticky-playlist-section {
	border: 0;
	overflow: initial;
	padding: 0;
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 200;
	background-color: transparent;
}

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

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

.sticky-playlist-bottom #sticky-playlist-section .wrapper {
	box-shadow: 0 -1px 6px -1px rgba(0, 0, 0, 0.3);
}

.sticky-playlist-top #sticky-playlist-section .wrapper {
	box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3);
}

.sticky-playlist-top #sticky-playlist-section .wp-playlist-tracks {
	bottom: unset;
	top: 100%;
}

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

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

.sticky-playlist-top #sticky-playlist-section .wrapper {
	max-width: 100%;
}

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

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

}

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

#sticky-playlist-section .wp-playlist-item {
	padding-left: 21px;
	padding-right: 21px;
}

#sticky-playlist-section .wp-playlist,
#sticky-playlist-section .wp-playlist-current-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#sticky-playlist-section .wp-playlist-current-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
}

#sticky-playlist-section .chique-mejs-sticky-playlist-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
}

#sticky-playlist-section .chique-mejs-container.mejs-container .mejs-controls {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#sticky-playlist-section .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 600;
	color: #000;
}

#sticky-playlist-section .mejs-container .mejs-controls .mejs-button.mejs-previous,
#sticky-playlist-section .mejs-container .mejs-controls .mejs-button.mejs-next {
	display: block;
}

#sticky-playlist-section .mejs-container .mejs-controls .mejs-button.mejs-volume-button,
#sticky-playlist-section .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
	display: block;
}

/*--------------------------------------------------------------
## App Section
--------------------------------------------------------------*/

.app-section {
	border: none;
	position: relative;
	text-align: center;
}

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

.app-section .entry-container {
	max-width: 480px;
	margin: 3.6875rem 0;
	position: relative;
	z-index: 2;
}

.app-section.content-align-right .entry-container {
	margin-left: auto;
}

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

.app-section.text-align-left {
	text-align: left;
}

.app-section.text-align-right {
	text-align: right;
}

.app-section.text-align-right .more-link {
	margin-left: auto;
}

.app-section.text-align-center .more-link {
	margin-left: auto;
	margin-right: auto;
}

.app-section .app-image-container {
	display: flex;
	gap: 14px;
	margin-top: 21px;
	flex-wrap: wrap;
	justify-content: center;
}

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

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

.app-section .post-thumbnail {
	margin-bottom: 21px;
}

.app-section .button {
	margin-top: 0;
}

.app-section.content-frame .entry-container-frame {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 35px;
	border-radius: 5px;
}

.app-section.content-color-white .entry-title,
.app-section.content-color-white .entry-title a,
.app-section.content-color-white .entry-container,
.app-section.content-color-white .entry-container a:not(.more-link):not(.button) {
	color: #fff;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/


#events-section {
	background-size: cover;
}

.event-title .entry-title {
	font-size: 18px;
	font-weight: 600;
}

.events-content-wrapper .entry-meta .posted-on > a {
	border: 2px solid #1b8be0;
	clear: both;
	display: inline-block;
	padding: 7px 17px;
	text-align: center;
}

.events-content-wrapper .entry-meta .posted-on > a:hover,
.events-content-wrapper .entry-meta .posted-on > a:focus {
	background-color: #222;
}

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

.events-content-wrapper .date-week-day {
	font-size: 14px;
	text-transform: uppercase;
}

.events-content-wrapper .date-month {
	font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
}

#events-section .entry-meta .posted-on,
#events-section .entry-meta .byline,
#events-section .entry-meta .comments-link,
#events-section .entry-meta .cat-links {
	margin: 0;
}

#events-section.section .hentry {
	width: 100%;
}

#events-section .events-section-headline {
	margin-bottom: 14px;
}

.events-content-wrapper.layout-two {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.events-content-wrapper.layout-two > .main-image,
.events-content-wrapper.layout-two > .events-article-wrapper {
	flex: 1 1 50%;
	max-width: 50%;
}

.events-content-wrapper.layout-two > .main-image {
	padding: 20px;
	order: 2;
}

.events-content-wrapper.layout-two > .events-article-wrapper {
	order: 1;
}

.events-content-wrapper .entry-meta {
	float: left;
	margin: 0 28px 0 0;
}

.events-content-wrapper .event-list-description {
	overflow: hidden;
}

#events-section .view-more {
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
}

.events-content-wrapper .entry-meta a {
	color: #fff;
}

.events-content-wrapper .entry-meta a:hover,
.events-content-wrapper .entry-meta a:hover {
	color: #1b8be0;
}

.content-color-white .section-title,
.content-color-white .section-subtitle,
.content-color-white .entry-title,
.content-color-white .entry-title a {
	color: #fff;
}

.content-color-white .entry-summary {
	color: #979797;
}

.content-color-white .entry-title a:hover,
.content-color-white .entry-title a:focus {
	color: #1b8be0;
}

#events-section .entry-meta .posted-on a::before {
	content: none;
}

.events-content-wrapper:not(.layout-two) .events-article-wrapper {
	max-width: 580px;
}

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

#contact-section .featured-section-headline {
	padding-bottom: 20px;
}

#contact-section .main-image {
	background-position: center center;
	background-size: cover;
	content: "";
	float: left;
	margin: 0;
	margin-bottom: 0px;
	padding-bottom: 525px;
	width: 100%;
	margin-bottom: -140px;
	background-repeat: no-repeat;
}

#contact-section .wrapper {
	max-width: 1200px;
	padding: 0;
}

#contact-section .main-image {
	background-position: center center;
	background-size: cover;
	content: "";
	float: left;
	margin: 0;
	padding-bottom: 525px;
	width: 100%;
	margin-bottom: -140px;
}

#contact-section .section-content-wrapper {
	margin: 0 auto 35px;
	max-width: 1500px;
	padding: 0 30px;
}

#contact-section .hentry {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	padding: 35px;
	width: 100%;
}

#contact-section .hentry.contact-us-form {
	background-image: none;
}

.contact-info-details .contact-details,
.contact-info-details .contact-details > li {
	list-style: none;
}

.contact-info-details .contact-details > li a {
	text-decoration: none !important;
}

.contact-info-details .contact-details {
	margin: 0;
}

.contact-details li {
	margin: 0 0 21px;
	position: relative;
}

.contact-details li>a {
	display: flex;
	flex-wrap: nowrap;
	text-decoration: none;
}

.contact-details li>a .fa {
	margin-right: 14px;
}

.contact-details-wrap > span {
	clear: both;
	display: block;
	word-break: break-word;
}

.contact-details-wrap .contact-details-label {
	text-transform: uppercase;
	font-size: 13px;
}

.contact-content-wrapper .comment-form-name,
.contact-content-wrapper .comment-form-email {
	float: left;
	position: relative;
	width: 50%;
}

.contact-content-wrapper .comment-form-name {
	padding-right: 35px;
}

.contact-content-wrapper{
	display: flex;
	position: relative;
}

#contact-section .layout-two .hentry.contact-info-with-social {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 10px;
}

#contact-section .layout-two .hentry.contact-us-form {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
}

#contact-section .section-content-wrapper {
	margin: 0 auto 42px;
	padding: 0 50px;
}

#contact-section .layout-two .hentry.contact-info-with-social {
	flex: 1 1 30%;
	max-width: 30%;
}

#contact-section .layout-two .hentry.contact-us-form {
	flex: 1 1 70%;
	max-width: 70%;
}

.contact-content-wrapper form p > label {
	font-size: 14px;
	text-transform: uppercase;
}

#contact-section .wpcf7 .wpcf7-form,
.wp-block-are-you-attending .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact-section .wpcf7 .wpcf7-form>p:nth-of-type(1),
#contact-section .wpcf7 .wpcf7-form>p:nth-of-type(2) {
	margin-top: 0;
}

#contact-section .wpcf7 .wpcf7-form>p:not(:nth-last-of-type(-n+2)),
.wp-block-are-you-attending .wpcf7-form>p:not(:nth-last-of-type(-n+2)) {
	width: 48%;
	float: left;
	box-sizing: border-box;
}

#contact-section .wpcf7 .wpcf7-form>p:nth-last-of-type(-n+2),
.wp-block-are-you-attending .wpcf7-form>p:nth-last-of-type(-n+2) {
	width: 100%;
}

#contact-section .wpcf7 .wpcf7-form textarea {
	height: 120px;
	resize: vertical;
}

#contact-section .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
}

#contact-section input[type="submit"] {
	background-color: #404040;
	color: #f2f2f2;
}

#contact-section input[type="submit"]:hover,
#contact-section input[type="submit"]:focus {
	background-color: #1b8be0;
	border-color: #1b8be0;
	color: #fff;
	text-decoration: none;
}

#contact-section .hentry.contact-us-form {
	background-color: #f2f2f2;
}

#contact-section .hentry.contact-info-with-social {
	background-color: #404040;
}

.contact-details li > a .fa,
.contact-details li .contact-details-label {
	color: #999;
}

.contact-info-details li a:hover,
.contact-info-details li a:focus {
	color: #1b8be0;
}

#contact-section .contact-info-with-social .entry-title,
.contact-info-details li a {
	color: #fff;
}

/*--------------------------------------------------------------
21. Responsive Style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
21.1. 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 http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*--------------------------------------------------------------
21.2. Mobile Menus
--------------------------------------------------------------*/
.mobile-menu,
.mobile-menu-anchor,
.mobile-menu-text {
	display: none;
}

#mobile-header-left-menu {
	float: left;
}

#mobile-header-right-menu {
	float: right;
}

.mobile-menu-anchor .fa-menu:before {
	content: "\f0c9";
}

.mobile-menu-anchor a.fa-menu,
.mobile-menu-anchor a.fa-menu:hover,
.mobile-menu-anchor a.fa-menu:focus {
	color: #404040;
	text-decoration: none;
}

.mobile-header-left-nav-open #mobile-header-left-menu .fa-menu:before,
.mobile-secondary-nav-open #mobile-secondary-menu .fa-menu:before,
.mobile-header-right-nav-open #mobile-header-right-menu .fa-menu:before,
.mobile-footer-nav-open #mobile-footer-menu .fa-menu:before {
	content: "\f00d";
}

/*--------------------------------------------------------------
21.3. x <= 1280px
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper {
		width: 1100px;
	}

	#main {
		width: 720px;
	}

	#featured-content.layout-four .hentry,
	.section.layout-four .hentry,
	#supplementary.four .widget-area {
		width: 25%;
	}

	#featured-content.layout-three .hentry,
	.section.layout-three .hentry,
	#supplementary.three .widget-area {
		width: 33.33%;
	}

	#featured-content.layout-four .hentry:nth-child(4n+1),
	#featured-content.layout-three .hentry:nth-child(3n+1),
	.section.layout-four .hentry:nth-child(4n+1),
	.section.layout-three .hentry:nth-child(3n+1) {
		clear: both;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
		width: 77%;
	}

	#supplementary.two .widget-area {
		width: 50%;
	}
}

/*--------------------------------------------------------------
21.4. x <= 1152px
--------------------------------------------------------------*/
@media screen and (max-width: 1152px) {
	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper {
		width: 1040px;
	}

	.wrapper,
	.events-content-wrapper.layout-two > .main-image {
		padding: 0 15px;
	}

	#site-generator .wrapper {
		padding: 0 10px;
	}

	#masthead {
		padding: 15px 0;
	}

	#feature-slider {
		padding-bottom: 30px;
	}

	#featured-content .featured-heading-wrap,
	#portfolio-content-section .section-heading-wrapper,
	.services-section .section-heading-wrapper {
		padding: 15px 15px 0;
	}

	#site-branding,
	#hero-content .wrapper,
	.playlist-section .wrapper,
	#content .wrapper,
	.hentry,
	.no-results,
	.not-found,
	.sidebar,
	#comments,
	#nav-below,
	#infinite-handle,
	#supplementary .widget {
		padding: 15px;
	}

	#featured-content,
	#portfolio-content-section,
	#services-section,
	#supplementary {
		padding-top: 15px;
	}

	#portfolio-content-section,
	#services-section {
		padding-bottom: 15px;
	}

	#breadcrumb-list .wrapper {
		padding: 15px 30px 0;
	}

	.catchresponsive-nav-menu a,
	.sidebar-header-right .widget_nav_menu a {
		padding: 0 15px;
	}

	.sidebar-primary .widget {
		margin-bottom: 30px;
	}

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

	#main {
		width: 680px;
	}

	.sidebar-primary {
		width: 330px;
	}

	#hero-content .post-thumbnail,
	.playlist-section .post-thumbnail {
		padding-right: 30px;
	}

	#hero-content.content-aligned-left .post-thumbnail,
	.playlist-section.content-aligned-left .post-thumbnail {
		padding-left: 30px;
	}

	.portfolio-content-wrapper .entry-container {
		opacity: 1;
		position: relative;
		padding: 15px;
	}
}

/*--------------------------------------------------------------
21.5. x <= 1100px (iPad Landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper {
		width: 960px;
	}

	#main {
		width: 600px;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
		width: 23%;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
		width: 75%;
	}
}

/*--------------------------------------------------------------
21.6. x <= 990px (iPad Portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 990px) {

	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper,
	.no-sidebar.one-column .site {
		width: 740px;
	}

	.wrapper,
	.events-content-wrapper.layout-two>.main-image {
		padding: 0 10px;
	}

	#masthead {
		padding: 10px 0;
	}

	#site-branding {
		padding: 0 10px;
	}

	#masthead .sidebar-header-right {
		padding: 0;
	}

	#masthead .sidebar-header-right .widget {
		padding: 10px 0 0;
		margin-bottom: 0;
	}

	#promotion-message .right .promotion-button {
		padding: 8px 15px;
	}

	#featured-content,
	#portfolio-content-section,
	#services-section,
	#supplementary {
		padding-top: 10px;
	}

	#portfolio-content-section,
	#services-section {
		padding-bottom: 10px;
	}

	#featured-content .featured-heading-wrap,
	#portfolio-content-section .section-heading-wrapper,
	.services-section .section-heading-wrapper {
		padding: 10px 10px 0;
	}

	#feature-slider {
		padding-bottom: 20px;
	}

	.fa-menu,
	#promotion-message .columns,
	#hero-content .wrapper,
	.playlist-section .wrapper,
	#content .wrapper,
	.hentry,
	.no-results,
	.not-found,
	.sidebar,
	#comments,
	#nav-below,
	#infinite-handle,
	#supplementary .widget,
	#site-generator {
		padding: 10px;
	}

	.hentry,
	.widget {
		margin: 0 0 1em;
	}

	#featured-content .entry-container,
	#services-section .entry-container,
	#team-content-section .entry-container {
		margin-top: 10px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 5px;
	}

	p {
		margin-bottom: 10px;
	}

	.hentry .featured-image {
		margin-bottom: 15px;
	}

	.archive-post-wrap {
		padding-bottom: 10px;
	}

	.site-title {
		font-size: 30px;
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	.entry-title,
	#promotion-message h2,
	#featured-content #featured-heading,
	.section .section-title {
		font-size: 24px;
	}

	#featured-content .entry-title,
	#portfolio-content-section .entry-title,
	#services-section .entry-title,
	#testimonial-content-section .entry-title,
	#team-content-section .entry-title,
	#stats-content-section .entry-title,
	.archive-post-wrap .entry-title {
		font-size: 20px;
	}

	.sidebar .entry-title {
		font-size: 18px;
	}

	#site-generator {
		font-size: 13px;
	}

	#site-branding,
	#main,
	.no-sidebar.content-width #main,
	.no-sidebar.one-column #main,
	#content_sidebar_wrap,
	#content_sidebar_wrap #main,
	.sidebar-primary {
		width: 100%;
	}

	.sidebar-primary,
	.sidebar-secondary {
		clear: both;
		padding: 0;
	}

	.sidebar-primary .widget,
	.sidebar-secondary .widget,
	#featured-content.layout-four .hentry,
	.section.layout-four .hentry,
	#supplementary.four .widget-area,
	#supplementary.three .widget-area,
	#supplementary.two .widget-area {
		float: left;
		padding: 10px;
		width: 50%;
	}

	.one-column .layout-four .featured-content-wrap,
	.one-column .layout-four .section-content-wrapper {
		margin-left: 0;
		width: 100%;
	}

	.one-column #featured-content.layout-four .hentry,
	.one-column .section.layout-four .hentry {
		float: left;
		margin-left: 0;
		padding: 10px;
		width: 50%;
	}

	.sidebar-primary .widget:nth-child(2n+1),
	#featured-content.layout-four .hentry:nth-child(2n+1),
	.section.layout-four .hentry:nth-child(2n+1),
	#supplementary .widget-area:nth-child(2n+1) {
		clear: both;
	}

	#supplementary.four .widget-area,
	#supplementary.three .widget-area,
	#supplementary.two .widget-area {
		padding: 0;
	}

	.mobile-menu-anchor {
		display: inline-block;
	}

	#site-logo,
	#site-header {
		display: block;
		float: none;
	}

	.logo-left #site-header {
		padding-top: 8px;
		padding-left: 0;
	}

	.logo-right #site-header {
		padding-top: 10px;
		padding-right: 0;
	}

	#site-logo img {
		max-height: 150px;
		width: auto;
	}

	/* Sidebar Header Right */
	.sidebar-header-right {
		clear: both;
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}

	#masthead .search-field,
	.sidebar-header-right .widget-wrap {
		float: none;
	}

	.nav-primary,
	.nav-header-right,
	#header-right-menu-widget,
	.nav-secondary,
	.nav-footer {
		display: none;
	}

	#site-branding {
		text-align: center;
	}

	.mobile-menu-one #site-branding {
		padding-left: 0;
		width: 680px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		padding-left: 0;
		padding-right: 0;
		width: 640px;
	}

	#mobile-secondary-menu {
		display: block;
		width: 100%;
	}

	#mobile-footer-menu {
		border-top: 1px solid #eee;
		display: block;
		padding: 0 10px;
		width: 100%;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
		width: 20%;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
		width: 77%;
	}

	#hero-content .post-thumbnail,
	.playlist-section .post-thumbnail {
		padding-right: 20px;
	}

	#hero-content.content-aligned-left .post-thumbnail,
	.playlist-section.content-aligned-left .post-thumbnail {
		padding-left: 20px;
	}

	.portfolio-content-wrapper .entry-container {
		padding: 10px;
	}

	#logo-section .cycle-prev {
		left: 10px;
		padding: 1px 7px 2px 5px;
	}

	#logo-section .cycle-next {
		right: 10px;
		padding: 1px 5px 2px 7px;
	}

	#logo-section .logo_slider_content_wrap {
		padding: 0 45px;
	}

	#contact-section .wpcf7 .wpcf7-form>p:not(:nth-last-of-type(-n+2)),
	.wp-block-are-you-attending .wpcf7-form>p:not(:nth-last-of-type(-n+2)),
	#contact-section .wpcf7 .wpcf7-form>p:nth-last-of-type(-n+2),
	.wp-block-are-you-attending .wpcf7-form>p:nth-last-of-type(-n+2) {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

	#contact-section .layout-two .hentry.contact-info-with-social {
		flex: 1 1 38%;
		max-width: 38%;
	}

	#contact-section .layout-two .hentry.contact-us-form {
		flex: 1 1 62%;
		max-width: 62%;
	}
}

/*--------------------------------------------------------------
## x <= 782px
--------------------------------------------------------------*/
@media screen and (max-width: 782px) {
	.admin-bar.sticky-playlist-top #sticky-playlist-section {
		top: 46px;
	}
}


/*--------------------------------------------------------------
## x <= 769px
--------------------------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.woocommerce-page.columns-4 ul.products li.product,
	.woocommerce.columns-4 ul.products li.product,
	.related.products ul.products.columns-4 li.product {
		width: 30.75% !important;
		clear: none !important;

	}

	.woocommerce-page.columns-4 ul.products li.product.last,
	.woocommerce.columns-4 ul.products li.product.last,
	.related.products ul.products.columns-4 li.product.last {
		margin-right: 3.8%;
	}

	.woocommerce-page.columns-4 ul.products li.product:nth-child(3n),
	.woocommerce.columns-4 ul.products li.product:nth-child(3n),
	.related.products ul.products.columns-4 li.product:nth-child(3n) {
		margin-right: 0;
	}

	.woocommerce-page.columns-4 ul.products li.product:nth-child(3n+1),
	.woocommerce.columns-4 ul.products li.product:nth-child(3n+1),
	.related.products ul.products.columns-4 li.product:nth-child(3n+1) {
		clear: both !important;
	}
}

/*--------------------------------------------------------------
21.7. x <= 767px
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {

	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper,
	.no-sidebar.one-column .site {
		width: 660px;
	}

	.mobile-menu-one #site-branding {
		width: 600px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 560px;
	}

	#testimonial-content-section .entry-content {
		text-align: center;
	}

	#testimonial-content-section .entry-content:before {
		left: 50%;
	}

	#testimonial-content-section .entry-content:after {
		left: 50%;
	}

	#testimonial-content-section .hentry-inner-header {
		display: block;
		text-align: center;
	}

	#testimonial-content-section .post-thumbnail {
		margin-top: 5px;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 100px;
	}

	#testimonial-content-section .entry-header {
		margin-top: 10px;
	}

	.events-content-wrapper.layout-two {
		flex-wrap: wrap;
	}

	.events-content-wrapper.layout-two>.events-article-wrapper,
	.events-content-wrapper.layout-two>.main-image {
		flex: 1 1 100%;
		max-width: 100%;
		order: inherit;
	}

	.events-content-wrapper.layout-two > .main-image {
		margin-bottom: 14px;
	}

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

	.contact-content-wrapper.layout-two {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	#contact-section .layout-two .hentry.contact-info-with-social,
	#contact-section .layout-two .hentry.contact-us-form {
		max-width: 100%;
		flex: 1 1 100%;
	}

	#contact-section .layout-two .hentry.contact-info-with-social {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	#contact-section .layout-two .hentry.contact-us-form {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

/*--------------------------------------------------------------
21.8. x <= 700px
--------------------------------------------------------------*/
@media screen and (max-width: 700px) {

	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper,
	.no-sidebar.one-column .site {
		width: 560px;
	}

	.mobile-menu-one #site-branding {
		width: 500px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 460px;
	}

	#promotion-message .left {
		max-width: 75%;
	}

	#promotion-message .right {
		max-width: 25%;
	}

	#feature-slider .entry-container {
		left: 0;
		padding-bottom: 30px;
		position: relative;
		width: 100%;
	}

	#feature-slider.style-two .entry-container {
		background: rgba(0, 0, 0, 0.7);
		left: 0;
		position: relative;
		bottom: 0;
		top: unset;
		transform: none;
		max-width: 100%;
		padding-bottom: 42px;
	}

	#feature-slider .cycle-pager {
		left: 0;
		width: 100%;
	}

	#feature-slider:hover .cycle-next,
	#feature-slider:focus .cycle-next {
		right: 1%;
	}

	#feature-slider:hover .cycle-prev,
	#feature-slider:focus .cycle-prev {
		left: 1%;
	}

	#hero-content .hentry,
	.playlist-section .hentry {
		-webkit-box-flex-direction: column;
		-moz-box-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#hero-content .post-thumbnail,
	#hero-content .entry-container,
	.playlist-section .post-thumbnail,
	.playlist-section .entry-container {
		padding: 0;
		max-width: 100%;
		width: 100%;
	}

	#hero-content.content-aligned-left .post-thumbnail,
	.playlist-section.content-aligned-left .post-thumbnail {
		padding: 0;
	}

	#hero-content .entry-container,
	.playlist-section .entry-container {
		margin-top: 20px;
	}

	#hero-content .post-thumbnail img,
	.playlist-section .post-thumbnail img {
		display: block;
		margin: 0 auto;
	}

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

	#logo-section .section-content-wrapper {
		margin-top: 10px;
	}

	#logo-section .cycle-prev,
	#logo-section .cycle-next {
		position: relative;
		top: auto;
		-webkit-transform: none;
		/* Chrome, Safari, Opera */
		-ms-transform: none;
		/* IE 9 */
		transform: none;
		display: inline-block;
	}

	#logo-section .cycle-prev {
		left: auto;
	}

	#logo-section .cycle-next {
		right: auto;
	}

	#logo-section .logo_slider_content_wrap {
		padding: 10px 0 0;
	}

	.cta-section.text-aligned-center .hentry .more-link,
	.cta-section.content-aligned-center .hentry,
	.cta-section.text-aligned-right .hentry .more-link,
	.cta-section.content-aligned-right .hentry,
	.cta-section.text-aligned-right .hentry,
	.cta-section.text-aligned-center .hentry {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#sticky-playlist-section .mejs-container .mejs-controls .mejs-button.mejs-volume-button,
	#sticky-playlist-section .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
		display: none !important;
	}

	.app-section.content-align-right .entry-container,
	.app-section.content-align-left .entry-container,
	.app-section.text-align-right .more-link,
	.app-section.text-align-left .more-link {
		margin-left: auto;
		margin-right: auto;
	}

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

	.app-section.text-align-left .app-image-container,
	.app-section.text-align-right .app-image-container {
		justify-content: center;
	}

}

/*--------------------------------------------------------------
21.9. x <= 600px (iPhone 5 Landscape)
--------------------------------------------------------------*/
@media screen and (max-width:600px) {

	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper,
	.no-sidebar.one-column .site {
		width: 520px;
	}

	.mobile-menu-one #site-branding {
		width: 460px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 420px;
	}

	.site-title {
		font-size: 26px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	.entry-title,
	#promotion-message h2,
	#featured-content #featured-heading,
	.section .section-title {
		font-size: 22px;
	}

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

	#feature-slider .cycle-pager span {
		font-size: 40px;
	}

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

}

/*--------------------------------------------------------------
21.10. x <= 540px (iPhone 4 Landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 540px) {

	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper,
	.no-sidebar.one-column .site {
		width: 460px;
	}

	.mobile-menu-one #site-branding {
		width: 400px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 360px;
	}

	#promotion-message .left {
		max-width: 70%;
	}

	#promotion-message .right {
		max-width: 30%;
	}

	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 14px;
	}

	.site-title {
		font-size: 24px;
	}

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 13px;
	}

	.entry-title,
	#promotion-message h2,
	#featured-content #featured-heading,
	.section .section-title {
		font-size: 20px;
	}

	#sticky-playlist-section .wp-playlist-tracks {
		max-width: 100%;
	}

	.wp-playlist-item:last-child {
		border-bottom: 1px solid #ccc;
	}

	#sticky-playlist-section .mejs-container .mejs-controls .mejs-button.mejs-previous,
	#sticky-playlist-section .mejs-container .mejs-controls .mejs-button.mejs-next {
		display: none !important;
	}
}

/*--------------------------------------------------------------
21.11. x <= 480px (iPhone Portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {

	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper,
	.no-sidebar.one-column .site {
		width: 380px;
	}

	#site-branding {
		padding-top: 0;
	}

	.fa-menu {
		padding: 5px;
	}

	.mobile-menu-one #site-branding {
		width: 330px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 300px;
	}

	#promotion-message .columns,
	.sidebar-primary .widget,
	.sidebar-secondary .widget,
	#featured-content.layout-four .hentry,
	#featured-content.layout-three .hentry,
	#featured-content.layout-two .hentry,
	.no-sidebar.one-column #featured-content.layout-three .hentry,
	.one-column #featured-content.layout-four .hentry,

	.section.layout-four .hentry,
	.section.layout-three .hentry,
	.section.layout-two .hentry,
	.no-sidebar.one-column .section.layout-three .hentry,
	.one-column .section.layout-four .hentry,
	#supplementary.four .widget-area,
	#supplementary.three .widget-area,
	#supplementary.two .widget-area {
		display: block;
		float: none;
		width: 100%;
	}

	#promotion-message .columns {
		max-width: 100%;
	}

	#promotion-message .left {
		padding-bottom: 0;
	}

	#promotion-message .right {
		padding-top: 0;
	}

	.entry-meta,
	.site-description {
		font-size: 12px;
	}

	#site-generator {
		font-size: 11px;
	}

	.sticky-playlist-section .mejs-time.mejs-duration-container,
	.sticky-playlist-section .wp-playlist-current-item .wp-playlist-caption {
		display: none;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100% !important;
	}
}

/*--------------------------------------------------------------
21.12. x <= 400px
--------------------------------------------------------------*/

@media screen and (max-width: 400px) {
	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper {
		width: 320px;
		margin: 0 auto;
	}

	.mobile-menu-one #site-branding {
		width: 270px;
	}

	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		width: 240px;
	}
}

/*--------------------------------------------------------------
21.13. x <= 319px
--------------------------------------------------------------*/
@media screen and (max-width: 319px) {

	.site,
	.sticky-playlist-enabled.sticky-playlist-boxed #sticky-playlist-section .wrapper,
	.no-sidebar.one-column .site {
		width: 100%;
	}

	.wrapper {
		padding: 0 5px;
	}

	#masthead {
		padding-top: 5px;
	}

	#site-branding,
	.mobile-menu-one #site-branding,
	.mobile-menu-two #site-branding,
	.mobile-menu-three #site-branding {
		clear: both;
		display: block;
		padding: 0;
		width: 100%;
	}

	#masthead .sidebar-header-right {
		padding-right: 0;
		padding-left: 0;
	}

	.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
	.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
		display: inline;
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image img,
	.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image img {
		width: 100%;
	}

	.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container,
	.excerpt-image-right .has-post-thumbnail .archive-post-wrap .entry-container {
		display: block;
		float: none;
		padding-top: 10px;
		width: 100%;
	}

}

/*--------------------------------------------------------------
21.14. Form Zoom Fix
--------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

	select:focus,
	textarea:focus,
	input:focus,
	input#s,
	#respond form input[type="text"],
	#respond form textarea,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="number"],
	textarea {
		font-size: 16px;
	}
}
