/*
Theme Name: ZivanajogaOCS
Theme URI: http://underscores.me/
Author: Orange Cup Studio
Author URI: http://orangecupstudio.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zivanajogaocs
Tags:

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.

ZivanajogaOCS is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

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

@font-face {
    font-family: 'ralewaybold';
    src: url('assets/fonts/raleway-bold-webfont.eot');
    src: url('assets/fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/raleway-bold-webfont.woff') format('woff'),
         url('assets/fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('assets/fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('assets/fonts/raleway-regular-webfont.eot');
    src: url('assets/fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/raleway-regular-webfont.woff') format('woff'),
         url('assets/fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('assets/fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('assets/fonts/raleway-semibold-webfont.eot');
    src: url('assets/fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('assets/fonts/raleway-semibold-webfont.woff') format('woff'),
         url('assets/fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('assets/fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ff8800;
}

a:visited {
	color: #ff8800;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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
--------------------------------------------------------------*/


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

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

.widget ul {
    list-style: none;
    padding: 0;
}
.widget ul li {
    border-bottom: 1px solid #eee;
    padding: 0.2em 0.4em;
}
.widget ul li:last-child {
    
}
.widget ul li ul li,
.widget ul li:last-child {
    border: none;
}


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

.hentry {
	margin: 0 0 1.5em;
}

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



.page-content,
.entry-content,
.entry-summary {
	margin: 0.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%;
}

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


/*--------------------------------------------------------------
## General

FONTS:
    font-family: 'ralewaybold';
    font-family: 'ralewayregular';
    font-family: 'ralewaysemibold';

COLORS:
    red:            rgb(226,5,14)
    orange:         rgb(244,145,0)
    gold:           rgb(233,160,10)
    blue:           rgb(16,59,128)
    blue-light:     rgb(146,177,231)
    green:          rgb(10,110,38)
    grey:           rgb(235,235,235)


--------------------------------------------------------------*/
body, html {
    font-family: 'ralewayregular';
}

.site-branding {
    display: none;
}
.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'ralewaysemibold';
}
h2 {
    color: rgb(226,5,14);
}
h3 {
    color: rgb(244,145,0);
}
.h3-with-blue-lotos {
    color: rgb(146,177,231);
    background-image: url(assets/img/lotos-blue-lighter.png);
    background-repeat: no-repeat;
    padding: 4px 0 2px 55px;
    margin: 1em 0;
    text-transform: uppercase;
}

.dulezite {
    border: 2px dotted #F5A122;
    padding: 1em;
    margin: 1em 0;
    border-radius: 8px;
}
.blok {
    display: block;
}

/* BUTTONS */
.my-button,
.pt-cv-wrapper .btn-success,
.pt-cv-wrapper .btn-success.active, 
.pt-cv-wrapper .btn-success:active, 
.pt-cv-wrapper .btn-success:hover, 
.pt-cv-wrapper .open > .dropdown-toggle.btn-success,
.em-booking-submit {
    color: rgb(58,58,58) !important;
    background-color: rgb(235,235,235) !important;
    border-color: rgb(225,225,225) !important;
    border-radius: 0;
    -webkit-box-shadow: 3px 3px 5px rgb(237,237,237) !important;
    box-shadow: 3px 3px 5px rgb(237,237,237) !important;
}

.my-button:hover,
.pt-cv-wrapper .btn-success.active, 
.pt-cv-wrapper .btn-success:active, 
.pt-cv-wrapper .btn-success:hover,
.em-booking-submit:hover {
    color: white !important;
    background-color: rgb(244,145,0) !important;
    border-color: rgb(225,225,225) !important;
}
.em-booking-submit {
    padding: 0.5em 1em;
    border-radius: 4;
    
}
.em-booking-form-details {
    font-size: 1.2em;
}


/* MAIN MENU */
#lmm .navmenu-nav li.lmm-item > a, #lmm .lmm-navbar-nav li.lmm-item > a, #lmm .navmenu-nav li.lmm-item > form, #lmm .lmm-navbar-nav li.lmm-item > form {
    font-size: 1.3em !important;
    font-family: 'ralewaysemibold' !important;
    padding-left: 0.2em;
}
#lmm .navmenu-nav li.lmm-item:first-child > a, #lmm .lmm-navbar-nav li.lmm-item:first-child > a, #lmm .navmenu-nav li.lmm-item:first-child > form, #lmm .lmm-navbar-nav li.lmm-item:first-child > form {
    font-size: 2em !important;
}
.lmm-navbar-nav {
    padding-top: 40px !important;
}
li.lmm-item {
    height: 3em !important;
}

/* user-bar-logged-in */
section.user-bar-logged-in {
    margin: 1em 0;
}
.user-bar-logged-in a {
    color: black;
}

/* HOMEPAGE *//* HOMEPAGE *//* HOMEPAGE *//* HOMEPAGE *//* HOMEPAGE *//* HOMEPAGE *//* HOMEPAGE *//* HOMEPAGE *//* HOMEPAGE *//* HOMEPAGE */

/* TOP BANNER */

.home-top-banner {
    background-image: url(assets/img/Cover_Palani_Hills.jpg);
    height: 400px;
    background-position: center;
}
.oblouk {
    height: 400px;
    background-image: url(assets/img/pruhledny-oblouk.png);
    background-position: left;
    background-repeat: no-repeat;
    font-family: 'ralewaybold';
}

.hb-text {
    color: white;
    display: block;
    padding: 0 2em 0 0;
    margin-left: 3.5em;
    text-shadow: 1px 1px 3px black;
}
.hb-text .lead {
    font-size: 4em;
}
.hb-text p { font-size: 1.1em; }

ul.menu2 {
    list-style: none;
    text-transform: uppercase;
    font-size: 2.2em;
    margin: 80px 0 0 100px;
    padding: 0;
}

ul.menu2 li a {
    background-repeat: no-repeat;
    padding: 6px 0 22px 100px;
    margin: 0.5em 0;
    line-height: 1.2em;
    display: block;
}

ul.menu2 li:nth-child(1) a { color: rgb(16,59,128); background-image: url(assets/img/lotos-blue.png); }
ul.menu2 li:nth-child(2) a { color: rgb(226,5,14); background-image: url(assets/img/lotos-red.png); }
ul.menu2 li:nth-child(3) a { color: rgb(10,110,38); background-image: url(assets/img/lotos-green.png); }

/* AKTUALITY - HOMEPAGE */
.home-aktualne {
    padding-top: 2em;
    padding-bottom: 4em;
}

h4.pt-cv-title a {
    color: rgb(244,145,0);
}
.pt-cv-ifield:hover h4.pt-cv-title a {
    text-decoration: underline !important;
}

a.pt-cv-href-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 250px;
}

/* HOME ZIVANA */
.home-zivana h2 {
    color: rgb(16,59,128);
    font-size: 1.7em;
    margin: 2em 0 1em 0;
}

/* UPOZORNENI *//* UPOZORNENI *//* UPOZORNENI *//* UPOZORNENI *//* UPOZORNENI */
.upozorneni .listing-item {
    border: 1px solid rgb(226,5,14);
    border-radius: 6px;
    margin-top: 1em;
}
.upozorneni .listing-item .title {
    display: block;
    background-color: rgb(226,5,14);
    color: white;
    font-size: 1.4em;
    text-align: center;
}
.upozorneni .listing-item .content {
    padding: 1em 2em;
}
.upozorneni ul {
    list-style: none;
    padding: 0;
}

/* LOGGED IN *//* LOGGED IN *//* LOGGED IN *//* LOGGED IN *//* LOGGED IN *//* LOGGED IN *//* LOGGED IN *//* LOGGED IN *//* LOGGED IN */

/* menu buttons */
.text-vedle-tlac {
    font-size: 1.2em;
    position: relative;
    top: 3px;
    padding-right: 0.5em;
}


/* EVENT CALENDAR - FULL *//* EVENT CALENDAR - FULL *//* EVENT CALENDAR - FULL *//* EVENT CALENDAR - FULL *//* EVENT CALENDAR - FULL */
.em-calendar > thead > tr {
    background-color: #EBEBEB;
    color: black;
    border: 1px solid #EBEBEB;
    font-size: 1.2em;
}

table.fullcalendar td {
    border: 1px solid rgb(244,145,0);
}
.em-calendar > thead > tr > td  {
    border: none;
}
.em-calendar > thead > tr .month_name {
    width: 87%;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'ralewaysemibold';
    font-size: 1.2em;
}
.em-calnav {
    display: inline-block;
    border: 1px solid black;
    color: black;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    border-radius: 2px;    
    text-align: center;
    width: 6%;
}
.em-calnav-next {
    float: right;
}

.date-fulcal {
    color: black !important;
    font-family: 'ralewaybold';
    display: block;
}

.fullcalcolors a {
    display: block; 
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
}

.eventful ul,
.eventful-today ul,
.eventful-post ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}

td.fc-past {
    background: gray;
    opacity: 0.7;
}

table.fullcalendar {
    width: 100%;
}
table.fullcalendar td {
    vertical-align: top;
}
table.fullcalendar .fullcalcolors {
    margin: 2px 0;
}
table.fullcalendar .fullcalcolors a {
    padding: 4px 6px;
} 
.caltextright {
    text-align: right;
    display: block;
    font-style: italic;
    font-size: 0.8em;
    border-top: 1px dotted white;
    margin-top: 2px;
    padding-top: 2px;
}
tr.days-names {
    background-color: #F6B211;
    color: white;
    font-family: 'ralewaysemibold';
    
}
tr.days-names td {
    text-align: center;
}

/* EVENT SINGLE *//* EVENT SINGLE *//* EVENT SINGLE *//* EVENT SINGLE *//* EVENT SINGLE *//* EVENT SINGLE *//* EVENT SINGLE *//* EVENT SINGLE *//* EVENT SINGLE */
.single-event .post-navigation {
    display: none;
}
.event-timedate {
    font-size: 1.3em;
}
.single-post .just-archive {
    display: none;
}

/* My BOOKINGS */

.em-pagination {
    font-size: 1.2em;
}
.em-pagination a {
    border: 1px solid #ddd; 
    padding: 0.3em 0.7em;
    border-radius: 2px;
}
.em-pagination strong,
.em-pagination a:hover {
    border: 1px solid #000; 
    padding: 0.3em 0.7em;
    border-radius: 2px;
}
.em-my-bookings .tablenav {
    text-align: right;
}


/* EVENT - BOOKING FORM *//* EVENT - BOOKING FORM *//* EVENT - BOOKING FORM *//* EVENT - BOOKING FORM *//* EVENT - BOOKING FORM *//* EVENT - BOOKING FORM */
.em-booking-form label {
    width: auto;
    float: none;
    padding-right: 1em;
}
.em-booking-form-details {
    width: 100%;
    float: none;
    text-align: center;
}

/* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG *//* BLOG */
.archive .entry-title,
.blog .entry-title {
    font-size: 1.8em;
    font-family: 'ralewayregular';
    color: rgb(226,5,14);
}
.archive .entry-title a,
.blog .entry-title a {
    color: rgb(226,5,14);
}
.archive .entry-content h3,
.blog .entry-content h3,
.archive .entry-content h2,
.blog .entry-content h2 {
    font-size: 1.2em;
}
.blog .entry-content img,
.archive .entry-content img {
    display: none;
}
#pt-cv-view-8a1f914trg .pt-cv-title a {
    color: rgb(244,145,0);
    font-size: 0.85em;
}
.featured-image-archive img {
    max-width: 100% !important;
}
.posted-on {
    font-size: 0px;
    color: transparent;
    float: right;
}
.posted-on a {
    font-size: 14px;
}
.cat-links {
    display: none;
}

/* REZERVACE + LOGIN FORM *//* REZERVACE + LOGIN FORM *//* REZERVACE + LOGIN FORM *//* REZERVACE + LOGIN FORM *//* REZERVACE + LOGIN FORM *//* REZERVACE + LOGIN FORM *//* REZERVACE + LOGIN FORM */
#registrace-obsah .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#registrace-obsah .tab-content {
  
  padding : 5px 15px;
}

#wpmem_reg, #wpmem_login {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: auto;
}
#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date, #wpmem_reg .button_div, #wpmem_login .button_div, #wpmem_login .link-text {
    width: 100% !important;
}

/*  */
#wpmem_reg input, #wpmem_reg textarea, #wpmem_reg select, #wpmem_login input {
   max-width: 100% !important;
}

.div_multicheckbox {
    margin: 1.5em 0 0 0;
}
.div_multicheckbox:after {
    content: "ZÁSADY OCHRANY OSOBNÍCH ÚDAJŮ: Osobní data (jméno, příjmení, mail, telefon) jsou podmínkou pro registraci v případě, že máte zájem vytvořit si rezervaci na některou z hodin v rozvrhu. Tyto údaje nejsou dále nijak sdíleny a využívány jsou pouze v případě zaslání konkrétní informace či dotazu k rezervaci, nebo zaslání aktuality např.při náhlém zrušení hodiny ze strany studia. Data se odstraní automaticky při zrušení účtu o které můžete písemně požádat přes mailovou adresu studia Annamalai.";
    font-size: 0.9em;
    display: block;
    height: 6em;
    overflow-y: scroll;
    padding: 0.5em;
    border: 1px solid grey;
}
label.multicheckbox {
    display: none;
}
/* calendar */
.eventful-pre ul,
.eventful-post ul {
    display: none;
}
td.eventful-pre a,
.eventful-post a {
    text-decoration: none !important;
    color: #ccc !important;
    font-family: 'ralewayregular';
    cursor: default;
}
.date-fulcal {
    font-family: 'ralewayregular';
}
a.kurz-jogy-v-tehotenstvi .caltextright,
a.kurz-jogy .caltextright {
    display: none;
}

/* plugin full calendar  */
.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
}
.fc-day-grid-event .fc-time {
    display: block;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
section.footer {
    margin-top: 4em;
    background-image: url(assets/img/foto_paticka.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    background-size: cover;
    padding: 4em;
}

.trans-light-bgr {
    background-color: rgba(255,255,255,0.7);
    display: block;
    
    padding: 2em;
}



@media only screen and (max-width: 768px) {
    .oblouk {
        background-position: right;
        opacity: 0.6;
    }
    ul.menu2 {
        list-style: none;
        font-size: 2em;
        margin: 70px 0 0 0;
        padding: 0;
           
    }

    ul.menu2 li a {
        max-width: 220px;
        margin: 0 auto;    
        padding-bottom: 50px;    
    }
}


a.videohodina {
    color: black !important;
    border: 1px solid black !important;
}
