/*
Theme Name: Hercules
Theme URI: http://jkthemes.com/hercules
Author: JKTHEMES
Author URI: http://jkthemes.com
Description: Hercules - Gym, yoga & Spa Theme
Version: 5.0.1
License URI: LICENSE
Text Domain: hercules
Tags: two-columns, right-sidebar, custom-colors, portfolio, full-width-template, custom-background, custom-header, custom-menu, custom-logo, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

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

Hercules is based on Gym, yoga & Spa Theme(C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

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

.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: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/* Fix */
.hercules-block::before,
.hercules-block::after {
	display: table;
	content: '';
	clear: both;
}

.hercules-cta > a + a {
	margin-left: 20px;
}

.hr-parallax-1,
.hr-parallax-2 {
	background-position: top center;
}

.statistics {
	margin-bottom: 0;
}

.sf-timetable-menu ul {
	top: -999999px !important;
}

.searchform .input {
	border: 1px solid #e1e1e1;
	background-color: #f9f9f9;
	border-radius: 0;
	padding: 15px 20px;
	font-size: 14px;
	height: auto;
	line-height: 1;
}
.searchform .input:focus {
	outline: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.searchform .input-group-addon {
	color: #fff;
	border-radius: 0;
	padding: 0 20px;
}

.path ~ .content .error-404-section {
	margin-top: 60px;
}

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

.page-header .page-title {
	font-size: 26px;
	line-height: 1;
	color: #454345;
}

header .image-logo {
	padding-top: 9px;
}
.image-logo .img-responsive {
	max-height: 80px;
}

.hercules-vc-exists .hercules-section {
	max-width: inherit;
	width: inherit;
	padding-left: 0;
	padding-right: 0;
}

.boxed_fluid > header {
	position: relative;
	z-index: 99999;
}

.is-sticky .bottom-header {
	background-color: #FFF;
}

.black_version .is-sticky .bottom-header {
	background-color: #464646;
}

/*color*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #f9690e;
	border-color: #f9690e;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background-color: #F9690E;
	border-color: #F9690E;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #F9690E;
}
.hercules-page-content .product .shop-item-v1 .cart .button:hover {
	background-color: #F9690E;
	border-color: #F9690E;
}
.product-slider .class-item a.button,
.product-slider .class-item a.button:hover {
	color: #f9690e;
}

/* START tuning 01.04.2019  */
#title-header {
    position: relative;
    top: -132px;
    font-size: 60px;
}
@media screen and (max-width: 767px) {
	#title-header {
		position: relative;
		top: -68px;
		font-size: 54px;
		line-height: 1.1em;
	}

	html .vc_custom_1554134277604 {
		margin-top: 0 !important;
	}
}
	
/* END tuning 01.04.2019 */

/* START tuning 10.04.2019 */
.button-4 {
    background: #ee2643!important;
    border: 2px solid #15afad !important;
    color: #fff!important;
    display: inline-block;
    padding: 8px 16px;
    margin: 0px 16px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.5em;
    border: 2px solid;
    text-align: center;
}	
.button-4:hover {
    background: #454345 !important;
    color: #fff !important;
    border: 2px solid #15afad !important;
}
/* END tuning 10.04.2019 */

/* START tuning 10.04.2019 */
.marked-txt .wpb_wrapper{
	text-align: center;
}
.marked-txt h1, .marked-txt h3, .marked-txt h5, .marked-txt p {
	background-clip: content-box;
	background-color: rgba(0,0,0,.4);
}

.marked-txt h1, .marked-txt h3, .marked-txt h5{
	background-color: rgba(0,0,0,.4);
	display: inline-block;
	padding: 0 14px;
	background-clip: padding-box;
}

.testimonials .text-center {
    max-width: 660px;
    margin: auto;
}

.testimonials .testimonials-icon {
    display: none;
}

/* END tuning 10.04.2019 */


@media (min-width: 768px){
	.rtl-row .vc_col-sm-1, .rtl-row .vc_col-sm-10, .rtl-row .vc_col-sm-11, .rtl-row .vc_col-sm-12, .rtl-row .vc_col-sm-2, .rtl-row .vc_col-sm-3, .rtl-row .vc_col-sm-4, .rtl-row .vc_col-sm-5, .vc_col-sm-6, .rtl-row .vc_col-sm-7, .rtl-row .vc_col-sm-8, .rtl-row .vc_col-sm-9 {
		float: right;
	}
}
