/*!
Theme Name: rb edu
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.2.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rb-edu
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

rb edu is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	/*overflow: hidden;*/
}

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Gotham, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	/*background: #fff;
	background: url('assets/111.png');
	background-size: 100%;*/
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4085F6;
	text-decoration: underline !important;
}

.has-background a {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 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,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

.main-navigation ul {
	display: block;
	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: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

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

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

.slicknav_menu {
	display: none;
}

.menu-item-12197 .schovat-profil, .menu-item-13563 {
	display: none;
}

.menu-item-9633 i {
	font-size: 1.3rem;
	line-height: 1.5rem;
}

.menu-item-12197 i {
	font-size: 1.5rem;
	line-height: 1.5rem;
}



@media screen and (min-width: 60em) {
	.search-menu {
		position: absolute;
		width: 21rem;
		background: #3c3c3d;
		bottom: -3.7rem;
		right: 0;
		padding: 0.5rem;
		display: none;
		z-index:8
	}
}

@media screen and (max-width: 1200px) {
	/* #primary-menu is your theme’s original menu */
	.site-header {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	.menu-item-12197 .schovat-profil, .menu-item-13563, .menu-item-9633 {
		display: inline;
	}

	.menu-item-12197 i, .menu-item-9298 i {
		display: none;
	}
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.episodes-lp .slick-prev:before, .episodes-lp .slick-next:before {
	color: #e9244a;
}

.episodes-lp .slick-slide {
	width: 600px
}

/* Slick slider */
.slick-slide {
    margin: 0px 0px;
}

/*.slick-slide img {
    width: 100%;
}*/

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    /*padding: 2rem 0;*/
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100% !important;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.column {
	display: none; /* Hide all elements by default */
}

.competence_events .column, .tema-mesice .column, .vyber-mesice .column, .category .column, #tabevents .column, .brain-breakfast .column {
	display: block !important;
}

.show {
  display: block;
}



/* MiPo
--------------------------------------------- */
.site-header {
	padding: 1rem 0;
	width: 100%;
	background-color: #EBECED;
}

.cervene-pozadie {
	background-color: #9E1B3C;
}

.entry-header {
	width: 100%;
	position: relative;
	color: #3c3c3d;
}

.ui-state-active {
	border: 1px solid #000 !important;
	background: #3c3c3d !important;
}

.ui-state-active span {
	color: #3c3c3d !important;
}

.ui-state-active .btn:hover {
	color: #3c3c3d !important;
	background: #3c3c3d !important;
	border: #3c3c3d !important;
}

.site-title a, .site-title a span {
	display: block;
	width: 80px;
	height: 45px;
	line-height: 45px;
	font-size: 20%;
	margin-left: -2px;
}

.site-title a {
	position: relative;
}

.site-title a span {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 3;
	background: url("assets/logo-rb-edu.png") no-repeat ;
	background-size: 100%;
}

.logo-modre a span {
	background: url("assets/logo-modre.png") no-repeat ;
	background-size: 100%;
}

#primary-menu {
	text-transform: uppercase;
	margin-top: 0rem;
}

ul.menu li {
	margin-right: 2rem;
}

ul.menu li a {
	color: #3c3c3d;
	font-weight: 600;
	font-size: 95%;
	text-decoration: none !important;
}

ul.menu li.current-menu-item a, ul.menu li a:hover, #menu-item-948 a {
	border-bottom: 3px solid #e9244a;
	text-decoration: none;
}

h1.entry-title {
	font-size: 3rem;
	font-weight: 800;
	background-color: #EBECED;
	/*background: url("assets/header-page-3.png") bottom center no-repeat;*/
	width: 100%;
	text-align: center;
	padding: 2rem 0;
	margin-bottom: 0 !important;
}

.pozadie h1.entry-title {
	padding: 4rem 0;
}

.blank {
	margin: 1rem 0 8rem 0;
}

.blank h1.entry-title {
	background: none !important;
}

.entry-content h2 {
	font-weight: 800;
	font-size: 2.5rem;
	margin-bottom: 4rem;
}

h2, h3, h4 {
	color: #3c3c3d;
	line-height: 180%;
}

.entry-header h1::after, .entry-content h2::after {
	content: "";
	display: block;
	width: 3em;
	max-width: 70%;
	border-bottom: 0.3em solid #e9244a;
	margin: 1rem auto 0;
}

.check li {
	list-style: none;
	background: url("assets/check.png") no-repeat left top;
	color: #3c3c3d;
	line-height: 31px;
	padding: 0 0 0 3rem;
	margin-bottom: 1.5rem;
}

.check-white li {
	list-style: none;
	background: url("assets/check-white.png") no-repeat left top;
	color: #fff;
	line-height: 31px;
	padding: 0 0 0 3rem;
	margin-bottom: 1.5rem;
}

.zapojeni .check li, .zapojeni .check-white li {
	margin-left: -3rem;
}

.entry-content .has-background, .has-background h1, .entry-content .has-background h2, .entry-content .has-background h3, .entry-content .has-background h4, .has-background li {
	color: #fff;
}

.entry-content .has-background h2::after, .has-background h1::after {
	border-bottom: 0.3em solid #9ACDED;
}

.feature {
	background: #fff;
	padding: 2rem 0 1rem 0;
	font-weight: 300;
	color: #737373;
}

.feature h4 {
	font-size: 1.2rem;
	font-weight: 800;
	margin-bottom: 1rem;
}

.porady-na-titulce {
	position: relative;
	padding: 5rem 0 15rem 0 !important;
	margin-bottom: 5rem;
	background: #9E1B3C url('assets/cenik-vlnka.png') no-repeat;
	background-position: bottom -1px left 50%;
}

.porady-na-titulce .play-porad {
	height: 87px;
	line-height: 87px;
	padding-right: 95px;
}

.porady-na-titulce .play-porad a, .porady-na-titulce a {
	text-decoration: underline;
}

.porady-na-titulce .play-porad img {
	display: inline-block;
	margin-left: 1rem;
}

.predplatne {
	background: #3c3c3d;
}

.temata {
	list-style-type: none;
}

.temata li {
	float: left;
	min-width: 3rem;
	margin-right: 2rem;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.temata li:hover, .temata li.current {
	color: #fff !important;
	background: #3c3c3d;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}

.temata li:hover a, .temata li.current a {
	color: #fff;
}

.featured-media .section-inner {
	width: 100%;
	height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center !important;
	overflow: hidden;
	position: relative;
}
.featured-media img {
	width: 100%;
	max-width: 300px;
}

.play-button {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: rgba(154,205,237,0.5);
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	cursor: pointer;
}

.play-button:after {
	content: '';
	display: block;
	position: absolute;
	left: 22px;
	top: 10px;
	border-width: 20px;
	border-style: solid;
	border-color: transparent transparent transparent white;
}

.play-button:hover {
  background-color: #e9244a;
}

.listing {
	background: #fff;
	height: 100% !important;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.listing h4, .listing h4 a {
	font-weight: 700;
	font-size: 1.2rem;
}

.listing h4 span, .listing h4 span a {
	color: #737373;
	font-weight: 400;
	font-size: 1rem;
}

.listing .cat, .listing .cat a, .time {
	color: #737373;
	font-size: .8rem;
}

.listing .cat {
	visibility: hidden;
}

.listing:hover .cat {
	visibility: visible;
}

.listing:hover .hideHover {
	visibility: hidden !important;
}

.moderatori, .porady {
	background: #EBECED;
	position: relative;
}

.moderatori .row, .porady .row {
	position: relative;
	margin-top: 5rem;
	z-index: 2;
}

.moderator-info {
	background: #5D5D5D;
	color: #fff;
}

.moderator-info h1 {
	font-weight: 600;
}

.moderator-info p:first-of-type {
    font-size: 1.2rem;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

.moderator-info p {
	font-weight: 200;
}

.modra-s-presahem {
	position: relative;
	padding: 5rem 0 5rem 0;
	margin-bottom: 5rem;
	background: #EBECED;
}

@media screen and (min-width: 768px) {
	.tab-menu {
		border-bottom: 1px solid #E9244A;
	}

	.tab-menu-test {
		border-top: 1px solid #E9244A;
	}

	.feature {
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	}

	.listing .cat {
		height: 3rem;
	}

	.porady-na-titulce::before {
		content: "";
		display: block;
		width: 100%;
		height: 17rem;
		position: absolute;
		top: -17rem;
		left: 0;
		z-index: -5;
		background: #9E1B3C;
	}

	.modra-s-presahem::before {
		content: "";
		display: block;
		width: 100%;
		height: 17rem;
		position: absolute;
		top: -17rem;
		left: 0;
		z-index: -5;
		background: #EBECED;
	}

	.moderatori::before, .porady::before, .licence::before {
		content: "";
		display: block;
		width: 162px;
		height: 162px;
		position: absolute;
		top: 0%;
		left: 50%;
		margin: -81px 0 0 -81px;
		z-index: 2;
		background: url('assets/kruh-maly.png') center top  no-repeat;
	}

	.licence::before {
		z-index: -2;
	}

	.moderatori .container:nth-child(2) .row::before {
		content: "";
		display: block;
		width: 187px;
		height: 374px;
		position: absolute;
		top: 50%;
		left: 0;
		margin: -182px 0 0 -187px;
		z-index: 0;
		background: url('assets/polkruh.png') left center no-repeat;
	}

	/*.moderatori .row::after {
		content: "";
		display: block;
		width: 257px;
		height: 301px;
		position: absolute;
		top: 50%;
		right: 0;
		margin: -150px -128px 0 0;
		z-index: 3;
		background: url('assets/dotted.png') right top no-repeat;
	}*/

	.moderator-foto::after {
		content: "";
		display: block;
		width: 232px;
		height: 287px;
		position: absolute;
		bottom: -124px;
		right: -116px;
		z-index: -5;
		background: url('assets/kruh-dotted.png') right bottom no-repeat;
	}

	.moderator-info::after {
		content: "";
		display: block;
		width: 459px;
		height: 566px;
		position: absolute;
		top: -94px;
		left: -230px;
		z-index: -5;
		background: url('assets/dotted-red.png') right top no-repeat;
	}

	#myTab {
		margin-bottom: 0px !important;
	}

	.wp-block-group {
		padding: 2rem;
	}

	.feed h3 i {
		color: #e9244a;
	}

}

@media screen and (min-width: 1024px) {
	.single-post .entry-content {
		/*margin-top: -9rem;*/
	}

	#menu-item-948 {
		margin-left: 3rem;
	}

}

.feed h3 .fas:hover {
	color: #e9244a !important;
}
.feed h3 i {
	/*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem;*/
	color: #3c3c3d;
	margin-right: 0.5rem;
}

.moderatori h4 {
	font-size: 1.2rem;
	font-weight: 600;
}

.clen-na-zkousku {
	width: 100%;
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 5;
	font-size: 80%;
	font-weight: 400;
}

.clen-na-zkousku span, .clen-na-zkousku i {
	background-color: #e9244a;
	color: #fff;
	padding: 3px 5px;
	height: 19px;
}

.clen-na-zkousku span {
	visibility: hidden;
}

#tabmembers .col-6:hover .clen-na-zkousku span {
	visibility: visible;
}

.moderatori .oblasti {
	font-size: 0.8rem;
}

.moderator-foto img, .odbornici .column img, .slide img, .black-white img, .community-expert img, .community-manager img, .bw-image, .archiv-akci img, .bwimg, .attendees img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.slide img {
	border: 2px solid #e9244a;
}

.sub-menu {
	padding: 1rem !important;
	background: #EBECED;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.forum .bbp-breadcrumb, .forum .bbp-template-notice, .forum .bbp-pagination-count, .forum .bbp-reply-form legend, .bbp-author-ip, .bbp-header, .bbp-footer, .form-allowed-tags {
	display: none !important;
}

.bbp-reply-permalink, .bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-forum-topic-count, .bbp-forum-reply-count {
	visibility: hidden;
}

.bbp-topic-form {
	margin-top: 5rem;
}

.bbp-topic-permalink, .bbp-forum-title {
	font-size: 175%;
	line-height: 200%;
}

.bbp-topic-freshness, .bbp-topic-reply-count, .bbp-topic-voice-count, .bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-forum-freshness {
	padding-top: 1rem;
}

.bbp-topic-form fieldset, .bbp-reply-form fieldset {
	background: #fff;
}

.bbp-submit-wrapper {
	margin-bottom: 2rem;
}

#bbpress-forums ul.bbp-replies, .bbp-forums, .bbp-topics {
	border: 0px solid #fff !important;
}

.bbp-submit-wrapper {
	float: none !important;
}

.bbp-reply-header {
	background-color: #EBECED !important;
}

.odd {
	background: #fff !important;
}

#password-lost-form-wrap {
	width: 60%;
	background-color: #e9244a;
	border-radius: 1rem;
	padding: 2rem;
	margin: 2rem auto;
}

.nav-tabs {
	margin-bottom: 2rem !important;
}

.tab-pane ul, .tab-pane ol, .entry-content ol, .entry-content ul {
	margin-left: 0 !important;
}

.tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5 {
	margin-top: 2rem;
}

.tab-content h2:first-of-type, .tab-content h3:first-of-type, .tab-content h4:first-of-type, .tab-content h5:first-of-type {
	margin-top: 0;
}

.objednavka .p-2 {
	border: 2px solid #3c3c3d;
	border-radius: 0.25rem !important;
	border-color: #3c3c3d !important;
}

.site-footer {
	background: #3c3c3d;
	color: #fff;
	padding: 3rem 0;
}

.menu-footer-container li {
	float: left;
	margin-right: 2rem;
	list-style-type: none;
}

.menu-footer-container a {
	color: #fff !important;
}

#menu-item-1575 {
	/*margin-left: 5rem;*/
}

.registracia .entry-header h1, .order-business .entry-header h1 {
	background: #9E1B3C;
	color: #fff;
}
.order-business .entry-header h1 {
	margin-bottom: 3rem !important;
}

.registracia .entry-header h1::after {
	content: none;
}

.text-white #primary-menu a {
	color: #fff !important;
}

.registracia .entry-content {
	padding-bottom: 10rem;
	background: #9E1B3C url('assets/registracia.png') no-repeat;
	background-position: bottom -200px center;
}

.wizard .entry-content {
	background-position: bottom -330px center;
}

.order .entry-content {
	background-position: bottom 0px center;
}

.registracia .text-white a, .registracia .text-white * {
	color: #fff !important;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666 !important;
  opacity: 1; /* Firefox */
  font-size: 80%;
}

.podminky {
	font-size: 80%;
	font-weight: 300;
}

table {
	margin: 2rem 0;
	width: 100%;
	border-collapse: collapse;
	overflow: scroll;
}

table th, table td {
	padding: 0.5rem;
	border: 1px solid #000;
	vertical-align: top;
}

table th {
	background: #EBECED;
}

.diskuse, .workshop {
	background: #dfe1e2;
	position: relative;
}
.dis {
	position: absolute;
	top: 0;
	width: 80%;
	background: #e9244a;
	color: #fff;
	height: 2rem;
	text-align: center;
	border-radius: 0rem 0rem 1rem 1rem;
	left: 10%;
	padding-top: 0.3rem;
}

.slide .odbornikJmeno {
	color: #3c3c3d;
	font-size: 80%;
}

.do-kalendara {
	display: inline-block;
	font-size: 80%;
	padding: 3px;
	background: #fff;
	color: #e9244a !important;
	margin-top: 3px;
}

.do-kalendara a {
	color: #e9244a !important;
}

.answer {
	width: 70%;
	margin-bottom: 3rem;
	text-align: left !important;
}

.answer:nth-child(even) {
	margin-left: 28%;
}

.answer .content {
	background: #EBECED !important;
	border-radius: 1rem 1rem 1rem 1rem;
	padding: 1rem;
}

.feedBackground .answer .content {
	background: #fff !important;
	color: #000 !important;
}

.feedBackground .answer .content p {
	color: #000 !important;
}

h4.answer-info {
	margin-bottom: 0;
	padding-left: 1rem;
	font-size: 120%;
}

.answer-info .time {
	font-size: 70%;
	font-weight: 300;
}

.wpforms-submit {
	color: #fff !important;
	background-color: #32373c !important;
	border: none !important;
	border-radius: 28px !important;
	box-shadow: none !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-size: 18px !important;
	padding: 12px 24px !important;
	text-align: center !important;
	text-decoration: none !important;
	overflow-wrap: break-word !important;
}

.licence {
	background: #fff;
	padding: 2rem 2rem;
	border: 2px solid #3c3c3d;
	border-radius: 1rem;
	border-collapse: collapse;
    width: 100%;
}

.licence td, .licence th {
	border: 0px solid #fff;
	vertical-align: middle;
}

.licence th {
	background-color: #fff;
	font-weight: 800;
	font-size: 120%;
	color: #3c3c3d;
}

.licence tr {
	border-bottom: 1px solid #9ACDED;
}

.licence thead tr {
	border-bottom: 2px solid #3c3c3d;
}

.has-background .licence {
	color: #3c3c3d !important;
}

.objednat {
	color: #fff;
	text-decoration: none !important;
	background: #3c3c3d;
	display: inline-block;
	padding: 2px 8px;
}

.objednat:hover {
	color: #fff;
	background: #9E1B3C;
}

.wp-block-group__inner-container {
	padding: 1rem 0rem;
}

.wp-block-group {
	margin: 2rem 0;
}

.menu-item-942 {
	color: #fff !important;
	padding: 0 1rem;
}

.ikony a {
	color: #fff;
	display: inline-block;
	margin-left: 0.5rem;
}

.vacsieVideo, .vicVidei {
	background: #EBECED !important;
}
.vicVidei h4 {
	font-size: 1.2rem !important;
	margin-top: 0.5rem;
}

.vicVidei p {
	font-size: 1rem !important;
	font-weight: 300;
}

.nadpis-titulka {
	font-weight: 800;
	font-size: 5rem;
	text-align: left;
	text-transform: uppercase;
}

.nadpis-titulka span {
	font-weight: 900;
}
.nadpis-titulka span em {
	color: #e9244a;
	font-style: normal;
}

.has-background .nadpis-titulka {
	color: #3c3c3d !important;
}

.tlacidlo {
	padding: 5rem 0;
	background-color: #EBECED;
}

.kupujete ul {
	list-style-type: none;
}

.kupujete, .pocetLidi {
	font-size: 150%;
}

.kupujete strong, .pocetLidi strong {
	font-size: 120%;
	font-weight: 800;
	color: #e9244a;
}

.pocetLidi {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.pocetLidi strong {
	font-size: 5rem;
}

.oblasti a {
	text-decoration: none !important;
	text-transform: uppercase;

}

.oblasti .btn {
	width: 100%;
}

.text-muted {
	color: #4d4f4f !important;
	font-weight: 300;
}

.powered {
	color: #fff;
	display: inline-block;
	margin: 2rem 0 0 5.5rem;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
}

.copy-btn {
	color: #fff !important;
	text-decoration: underline;
	border: 0 solid #fff;
}

.copy-btn:hover {
	border: 0 solid #fff;
}

.episode .time, .poradCheckbox .time, .porad .time {
	background: #3c3c3d;
	padding: 0.2rem 1rem;
	color: #fff;
	font-weight: 300;
	font-size: 70%;
	position: relative;
	margin: 0;
}
.porad .time {
	background: #EBECED;
	color: #000;
}

.poradCheckbox .time, .porad .time {
	font-size: 75%;
}

/*.feedBackground .time {
	font-weight: 400;
	font-size: 90%;
}*/

.episode .description a, .episode .lock a {
	color: #fff !important;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}

.myFeed4 .episode .description a, .myFeed4 .episode .lock a {
	font-size: 80%;
	overflow: hidden;
}

.episode h4 {
	font-size: 1.2rem;
	width: 89%;
	float: left;
	margin-top: 0.5rem !important;
}

.myFeed4 .episode h4 {
	font-size: 1rem;
}

.episode h4 a {
	display: block;
	width: 87%;
}

.episode h4 a, .episode .description a {
	text-decoration: none !important;
}

.episode .obr {
	position: relative;
}

.archive-navody .episode .obr {
	min-height: 170px;
	max-height: 170px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}



.episode .description, .episode .lock {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 1rem 1rem 0 1rem;
	background: rgba(60, 60, 60, 0.8);
	font-size: 80%;
	color: #fff;
	display: none;
}

.episode .lock {
	display: block;
	background: rgba(60, 60, 60, 0.6);
}

.episode .lock i {
	font-size: 1.5rem;
}

/*.episode.future .description {
	top: 22px;
	height: calc(100% - 22px);
}

.episode.future .time {
	position: absolute;
	width: 100%;
}*/

.episode .hide-from-dokoukat {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 5;
}

.episode .hide-from-dokoukat .fas:hover {
	color: #fff !important;
}

.episode .titulky {
	float: right;
}

.episode .obr:hover .description {
	display: block;
}

.episode .lock span {
	display: none;
}

.episode .obr:hover .lock span {
	display: inline;
}

.episode div {
	vertical-align: top;
}

.episode .workshop {
	background: #e9244a;
}

.feedBackground .episode .workshop {
	background: #3c3c3d;
}

.feedBackground {
	background: #e9244a;
	position: relative;
}

.feedBackground h3, .feedBackground p, .feedBackground h4 a {
	color: #fff;
}

.feed h3, .nazev-poradu {
	font-weight: 800;
	font-size: 2rem;
}

.vyber-mesice h3 {
	font-size: 1.6rem;
}

.feed h3 .osloveni {
	font-size: 3rem;
}

.poradCheckbox {
	overflow: hidden;
}

.poradCheckbox label {
	min-height: 30rem !important;
	padding: 0;
	margin: 0;
	background: #fff;
}

.poradCheckbox label img.coverPorad {
	width: 100%;
}

.poradCheckbox .veta {
	font-size: 90%;
	line-height: 140%;
}

.jmeno_firmy_v_menu {
	font-size: 80%;
	font-style: italic;
}

.bookmark {
	cursor: pointer;
	cursor: hand;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 0.5rem;
}

.bookmark .btn-secondary, .bookmark .btn-secondary:hover {
	border: 0px solid #fff;
	background: #fff;
	color: #e9244a;
}


.feedBackground .fas {
	color: #fff;
}

.community-trial-invitation .fas:hover {
	color: #3c3c3d;
}

.fas:hover {
	color: #fff;
	font-weight: 300;
}

.far:hover {
	color: #e9244a;
	font-weight: 900;
}

.feedBackground .far:hover {
	color: #fff;
}

.feedBackground button .far:hover {
	color: #e9244a;
}

.porad {
	font-weight: 300;
	font-size: 90%;
	height: 100%;
	position: relative;
}

.porad h4 {
	font-size: 1.2rem;
}

.porad button:hover {
	background-color: #e9244a;
	color: #fff;
}

.feedBackground .porad {
	background: #fff;
}

.feedBackground .porad  p {
	color: #000 !important;
}

.feedBackground .porad  h4 a {
	color: #E9244A !important;
}

.odebirane {
	font-size: 3rem;
	display: inline-block;
}

.odebirane i {
	left: -3rem !important;
}

#nav_collapse {
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch; // mobile safari
max-height: 90vh;
}

.sticky-top {
	background-color: #fff;
	text-align: center;
}

.sticky-top-top {
	background-color: #EBECED;
	margin: 0;
	padding: 1rem 0;
}

.fa-caret-down {
	color: #000;
}

#disabled-button-wrapper {
	display: inline-block; /* display: block works as well */
	margin: 50px; /* make some space so the tooltip is visible */
}

#disabled-button-wrapper  .btn[disabled] {
	/* don't let button block mouse events from reaching wrapper */
	pointer-events: none;
}

.subscribe {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3rem;
	width: 100%;
	margin: 0;
	padding: 0;
}

.subscribe a, .subscribe span, button.subscribe {
	display: inline-block;;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	background: #3c3c3d;
	color: #fff;
}

.subscribe a:hover, .subscribe span:hover {
	color: #fff;
	text-decoration: none !important;
}

.poradCheckbox .subscribers-count {
	position: absolute;
	bottom: 3.2rem;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

.unsubscribe a, button.unsubscribe {
	background: #EBECED;
	color: #3c3c3d
}

.unsubscribe a:hover {
	color: #3c3c3d
}

.porad .veta {
	margin-bottom: 4rem;
}


.slick-arrow[aria-disabled="true"]{
	opacity: 0 !important;
}

.video-background {
	background-color: #EBECED;
	padding-bottom: 2rem;
}

#tabmembers img {
	object-fit: cover;
	width: 150px;
	height: 150px;
}

.attendees img {
	object-fit: cover;
	width: 64px;
	height: 64px;
}

.tab-menu {
	margin: 1rem 0 2rem 0;
}

.tab-menu .nav-link, .tab-menu .nav-link:hover {
	text-decoration: none !important;
	border: 0px solid #000 !important;
}

.tab-menu .active, .tab-menu .nav-link:hover {
	border-bottom: 4px solid #e9244a !important;
	color: #e9244a !important;
}

.tab-menu .bookmark {
	width: auto;
	height: auto;
	display: block;
	padding: 0 1rem 0.5rem 1rem;
}

.koupit {
	background-color: #9e1b3c;
	color: #fff;
}

.koupit h3 {
	color: #fff;
}

.subscribers-count {
	font-weight: 300;
	font-size: 80%;
}

.priprava, .priprava h3, .priprava h4, .priprava a {
	color: #fff;
}

.progress-cover {
	object-fit: cover;
	width: 300px;
	height: 300px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.show-progress-wrapper {
	width: 100%;
	position: relative;
	background: #3c3c3d;
	text-align: center;
	height: 0.2rem;
}

.percentage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #e9244a;
	height: 100%;
}

.episodes-count {
	display: inline-block;
	margin-right: 1rem;
}

.progress-episodes h4 {
	font-size: 100%;
}

.progress-bw {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.new-episode {
	color: #3c3c3d;
	background: #fff;
	padding: 2px;
}

.comment-meta {
	background: #EBECED;
	min-height: 32px;
}

.comment-author {
	width: 60%;
	float: left;
}

.comment-metadata {
	text-align: right;
	font-size: 80%;
	padding-right: 1rem;
}

.comment-metadata a {
	color: #929292;
}

.comment-content {
	width: 100%;
	clear: both;
	margin-top: 0.5rem;
	padding: 1rem 0rem;
}

.cld-like-dislike-wrap {
	margin-bottom: 0 !important;
}

.reply {
	margin-bottom: 1rem;
}

.pridat-porad {
	font-size: 70%;
}

#calendar-feed {
	position: absolute;
	top: 3rem;
	right: 8rem;
	z-index: 5;
}

.show-more-content {
	cursor: pointer;
	cursor: hand;
}

.reflexe {
	padding: 2rem;
	text-align: center;
	background-color: #EBECED;
}

.hero-home-page {
	margin-top: -1rem !important;
}

.proc-vybrat-edu .wp-block-group {
	height: 100%;
	background: #EBECED;
}

.proc-vybrat-edu h4 {
	min-height: 4rem;
}



.trial-progress {
	position: relative;
	width: 100%;
	font-size: 90%;
	height: 200px;
	background: url("assets/sipka.png") no-repeat left center;
}

.trial-date {
	font-weight: 800;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.start-of-trial, .end-of-trial {
	width: 200px;
	position: absolute;
	top: 50px;
}

.trial-text-1 {
	position: absolute;
	top: 20px;
	left: 130px;
	background: url("assets/trial-line.png") no-repeat bottom center;
	height: 80px;
}

.trial-text-2 {
	position: absolute;
	top: 20px;
	left: 380px;
	background: url("assets/trial-line.png") no-repeat bottom center;
	height: 80px;
}

.trial-text-3 {
	position: absolute;
	bottom: 15px;
	left: 220px;
	background: url("assets/trial-line.png") no-repeat top center;
	padding-top: 60px;
}

.trial-text-4 {
	position: absolute;
	bottom: 15px;
	left: 530px;
	background: url("assets/trial-line.png") no-repeat top center;
	padding-top: 60px;
}

.start-of-trial {
	left: 0px;
}

.end-of-trial {
	left: 679px;
}

.trial-goal {
	position: absolute;
	top: 75px;
	right: 0px;
	font-size: 1.2rem;
	font-weight: 600;
	width: 150px;
}

.btn-primary {
	text-decoration-color: #3c3c3d;
}

.btn-secondary {
	text-decoration-color: #e9244a;
}

.pricelist .border {
	background: #fff;
	height: 86%;
}

.pricelist :not(.nav-tabs) li {
	margin-bottom: 0.5rem;
	width: 90%;
	padding-top: 0.8rem;
}

.pricelist-head {
	position: relative;
}

.pricelist-head h4 {
	font-weight: 800;
	font-size: 2rem;
}

.checkboxgroup {
	display:inline-block;
	text-align:center;
	margin-right: 4rem;
}

.price {
	font-weight: 800;
	font-size: 2rem;
}

.license-learn, .license-insight, .license-team, .license-impact, .license-inspire, .license {
	width: 50%;
	float: left;
}

@media screen and (max-width: 768px) {
	.price {
		font-size: 1.5rem;
	}

	.pricelist ul {
		font-size: 0.8rem;
	}

	.checkboxgroup {
		margin-right: 1rem;
	}

	.pricelist .border {
		height: auto;
	}
}

.vyhody-edu h4 {
	margin: 1rem 0;
	font-weight: 800;
}

.top-shows-at-home-page {
	background-color: #EBECED;
	color: #3c3c3d;
	margin-top: -2rem;
}

.onboarding-checklist p {
	margin-bottom: 1rem;
}

.onboarding-checklist i {
	font-size: 150%;
	display: inline-block;
	margin-right: 1rem;
}

.profile-form label {
	width: 7rem;
}

.search-form label {
	display: inline;
	width: 90%;
	float: left;
}
.search-form  input[type="search"] {
	width: 100%;
}
.search-form input[type="submit"] {
	width: 10%;
}
.search-submit {
	padding: 0.5em 0 0.4em 0 !important;
	color: #e9244a !important;
}

.page-numbers {
	display: inline-block;
	background: #e9244a;
	color: #fff !important;
	padding: 0.3rem;
}

.pagination .current, .page-numbers:hover {
	background: #3c3c3d;
}

#wpfs-billing-address-panel--MTdkMjM {
	margin-bottom: 5rem;
}

.sub-tabs-company-account a {
	display: inline-block;
	margin-right: 1rem;
	line-height: 3rem;
	padding: 0.5rem 1rem;
}

.sub-tabs-company-account a.active, .sub-tabs-company-account a:hover {
	background-color: #EBECED;
}

.circle {
	position: absolute;
	top: 0px;
	left: -160px;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #e9244a;
}

.circle a {
	text-decoration: none !important;
}

.slick-slide {
	width: 333px
}

#accordion .learning-path-episode {
	font-family: Gotham, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

#registraceForm .skoda-auto-warning {
	font-weight: 300;
	font-size: 80%;
	background: #9E1B3C;
	color: #fff;
}

#registraceForm .skoda-auto-warning a {
	color: #fff !important;
}

.attendees-number {
	color: #000 !important;
	font-size: 80%;
	position: absolute;
	top: 0;
	right: -11%;
}

.member {
	width: 100%;
	padding-top: 3px;
	background: #e9244a;
	color: #fff;
}

.not-member {
	background: #EBECED;
	padding-top: 3px;
}

.competence_list > li, .competence_list ul li:last-child {
	margin-bottom: 1em;
}

.bg-secondary a:hover, .has-background a:hover {
	color: #3c3c3d !important;
}

.archiv-akci .dokalendare {
	display: none;
}

h2 .tema-mesice-nadpis {
	font-size: 50%;
	font-weight: 400;
}

#add-to-cal {
	position: relative;
}

#overlay {
	background:rgba(0,0,0,0.5);
	display:none;
	width:100%; height:100%;
	position:absolute; top:0; left:0; z-index:99998;
}

.autosuggest-list {
	margin: 0 !important;
	padding: 0 !important;
}

.author-bio-section {
	display: none !important;
}

.bbb-zrna {
	background: #EBECED url("assets/zrna.png") no-repeat ;
	background-size: 90%;
}

#companyCode {
	display: none;
}

.akce .fas:hover, #users .fas:hover {
	color: #e9244a !important;
}


ol.comment-list {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
}

ol.children {
	list-style-type: none;
}

ol.comment-list li {
	border: 1px solid #3c3c3d;
	border-radius: 10px;
	padding: 1rem !important;
}

ol.children li {
	border: 0px;
}

ol.comment-list li.odd {
	background-color: #EBECED !important;
}

ol.comment-list li.comment:not(:last-child) {
	margin-bottom: 1.2rem !important;
}

ol.comment-list li img.avatar {
	width: 32px;
	height: 32px;
}

ol.comment-list h3#reply-title {
	font-size: 1rem !important;
}

ol.comment-list h3#reply-title small {
	padding-left: 1rem;
}

.logged-in-as {
	display: none;
}

.comment-form textarea {
	border-radius: 10px;
}

.experimenty .btn {
	width: 90%;
}