/*
Theme Name: Yoganova
Theme URI: http://underscores.me/
Author: Tony Lynn
Author URI: https://revealwebsolutions.com
Description: Custom built site for Yoganova
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yoganova
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.

Yoganova 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
        ## Tables
        ## Slider
        ## Events
# Woocommerce
# Global
# Infinite scroll
# Media
        ## Video
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #121212;
        font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.5;
}

.site-content{
    font-size:1.125em;
    line-height:1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
        font-family: report, sans-serif;
        color:#ED9017;
        line-height:1.3em;
        margin-top:2.5rem;
        margin-bottom:1rem;
}
h1 { font-size:2.4em;}
h2 { font-size:2.2em;}
h3 { font-size:2em;}
h4 { font-size:1.8em;}
h5 { font-size:1.6em;}
h6 { font-size:1.4em;}

p {
	margin-bottom: 1.5em;
}

dfn,
em,
i {
	font-style: italic;
}
cite {
    color: #ed9017;
    font-weight: 700;
    font-style: normal;
}
blockquote{
    background-color:#ED9017;
    border-left:none;
    border-radius:3px;
    color:#fff;
    padding:1em 1em 1em 3em;
    margin-top:1em;
}
blockquote p {
    font-size:0.8em;
    line-height: 1.4em;
}

blockquote:before {
    font-family: FontAwesome;
    content: '\f10d';
    color: #a16210;
    position: absolute;
    left: 0.5em;
    font-size: 2em;
}
.callout {
clear: both;
float: left;
width: 100%;
padding: 1em 0 0.5em 0;
margin:1.5em 0;
background-color: #ed9017;
color: #fff;
font-size: 200%;
line-height:30px;
text-transform: uppercase;
border-left: solid 10px #a16210;
padding-left:3em
}
.callout * p{
    margin-bottom:0.5em;
}
.callout * a {
color: #a16210!important;
}
.retreat-gallery {
width: 100%;
display: block;
clear: both;
float: left;
    margin:1.5em 0;
}
#colophon{
	clear:both;
	float:left;
	width:100%;
	padding-bottom: 30px;
	color: #ffffff;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}
.slider-caption{
        font-family: 'La Belle Aurore', cursive;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

hr {

    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

ul,
ol {
	margin: 0 0 1.5em 0;
        padding-left:1.875em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
        color:#ED9017;
}

dd {
	margin: 0 1.5em 1.5em 0;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.site-content button,
.site-content input[type="button"],
.site-content input[type="reset"],
.site-content input[type="submit"] {
    background-color: #ed9017;
    color: #fff;
    padding: 0.313em;
    font-size: 1em;
    border: solid 1px #ed9017;
    text-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

.site-content button:hover,
.site-content input[type="button"]:hover,
.site-content input[type="reset"]:hover,
.site-content input[type="submit"]:hover {
    border: solid 1px #ed9017;
    color:#ED9017;
    background-color:#fff;
}

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="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: 0.313em;
    font-size: 1em;
    margin-right:0.625em;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header .container{
    position:relative;
}
.site-branding {
    width: 100%;
    float:left;
}
.mobile-navbar {
width: calc(100% + 1.966em);
    background-color: #fff;
    clear: both;
    margin-left: -0.938em;
    float: left;
    padding:10px 0;
}
.shop-icons{
    float:right;
    clear:none;
    text-align:right;
    width:50%;
    padding-right:10px;
}
.shop-icons .fa {
    font-size: 2em;
    margin-left: 1em;
}
.shop-icons a {
    display: block;
    float: right;
    padding-top: 7px;
}

.logo{
    width:100%;
    height:auto;
}
a.custom-logo-link {
    display: block;
    float: none;
    clear: none;
    margin: 0 auto;
}
.site-description{
    display:none;
    font-family: report, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.shop-icons{
    width:48%;
    margin-right:0.938em;
}
.shop-icons a{
    color:#ED9017;
}
.telephone {
    width: 48%;
    float: left;
    clear: none;
    margin-top: 0px;
    font-size: 1.5em;
    text-align: center;
}
.telephone a {
color: #fff;
    text-decoration: none;
    background-color: #ED9017;
    padding: 5px 10px 5px 0;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    border: solid 2px #fff;
    margin-left: 20px;
	font-size:0.9em;
}
.telephone * p{
    margin:0;
}
.telephone .widget {
    margin: 0;
}
.telephone a:hover{
    color:#ED9017;
    text-decoration:none;
    background-color:#fff;
    border:solid 2px #ED9017
}
.telephone i.fa.fa-phone {
    padding: 0 5px 0 20px;
}
    .desktop-only{
        display:none;
    }
img.custom-logo {
    width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 48em) {
    .desktop-only{
        display:inline;
    }
.mobile-navbar {
    background-color: transparent;
    padding: 0;
    margin-top: -4em;
    padding-bottom: 20px;
}
    .shop-icons{
        padding:0;
        margin:0;
    }
    .shop-icons a{
        color:#fff;
        display: block;
    float: right;
    padding-top: 20px;
    }
    .site-branding{
        width:48%;
    }
.telephone {
width: 50%;
    float: right;
    clear: right;
    font-size: 2em;
    text-align: right;
    position: absolute;
    top: 40px;
    right: 0;
}
.telephone a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
    width: auto;
    display: inline;
    border: solid 0px #fff;
}
.telephone a:hover{
    color:#fff;
    text-decoration:underline;
    background-color:transparent;
}
a.custom-logo-link {
    display: block;
    float: left;
    clear: none;
}
}
@media screen and (min-width: 62em) {
.site-branding{
    width:50%;
}
.shop-icons {
    margin-top: 0;
    margin-right: 0;
    width: 20%;
    float: left;
    clear: none;
    position: relative;
    /* height: 100%; */
    /* vertical-align: bottom; */
    display: block;
}
.site-description{
    display: block;
    color: #fff;
    font-size: 2em;
    width: 140px;
    float: left;
    clear: none;
    margin-top: 45px;
    margin-left: -20px;
    letter-spacing: 1px;
    }
    .mobile-navbar{
        margin-top:0;
        padding-bottom:0;
    }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ed9017;
}

a:visited {
	color: #a16210 ;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation a {
	display: block;
	padding: 1em 0.8em;
	position: relative;
	text-decoration: none;
        font-family: 'Droid Sans', sans-serif;
        color:#fff;
        text-transform:uppercase;
        letter-spacing:1px;
}
.main-navigation a:hover {
    background-color:#fff;
    color:#ed9017;
}
.current_page_item > a{
    color:#eca952;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

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

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

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

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 20px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 3px;
	width: 25px;
        box-shadow:none;

}

.dropdown-toggle:after {
        color:#fff;
        font-family:FontAwesome;
	content: "\f078";
	font-size: 16px;
	line-height: 22px;
	position: relative;
	top: 3px;
	left: 1px;
	width: 42px;
        padding:3px;
        background-color:#ED9017;
        border:1px solid #fff;
        border-radius:3px;
        text-shadow:none;
}
.dropdown-toggle:after:hover {
        color:#ED9017;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
        box-shadow:none;
        color:#fff;
}

.dropdown-toggle:focus {
	outline: 1px solid #da8414;
	outline: 1px solid rgba(218,132,21, 0);
        box-shadow:none;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle{
    position:fixed;
    z-index:100;
    bottom:1em;
    left:1.15em;
    font-size: 1.5em;
    padding: 0.5em 1em;
    text-transform:uppercase;
    color:#fff;
    background-color:#a16210;
    border:solid 2px #fff;
    box-shadow:none;
    transition:all ease-out 400ms;
    text-shadow:none;
}
.menu-toggle:hover , .menu-toggle:focus{
    box-shadow:none;
    border:solid 2px #fff;
}
.menu-toggle.hide-toggle{
    bottom:-2.5em;
}
/* Make sure the button doesn't hide when menu is open. */

.toggled .menu-toggle.hide-toggle {
	bottom: 1em;
}

.main-navigation.toggled{
    position:fixed;
    bottom:2em;
    left:0;
    padding:1em 1.5em;
    z-index:100;
    width:100%;

}
.main-navigation .nav-menu{
    padding:1em;
    margin-bottom:4em;
    background-color: rgba(175,100,0,1);
}
.main-navigation .nav-menu{
    display:none;
}
.main-navigation.toggled .nav-menu{
    display:block;
    z-index:9999;
}
.main-navigation.toggled ul{
    max-height:calc(100vh - 8em);
    overflow-y:auto;
}
.main-navigation.toggled ul ul{
    display:none;
}
.main-navigation.toggled ul ul.toggled-on, 
.main-navigation.toggled ul ul.toggled-on > ul{
    display:block;
}
@media screen and (min-width: 62em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
.main-navigation .nav-menu{
    display:block;
    margin-left:-15px;
    margin-bottom:0;
    padding-bottom:0;
    background-color:transparent;
}
}

.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: auto;
}
.nav-previous a, .nav-next a{
    background-color: #ed9017;
    color: #fff;
    padding: 3px 5px;
    border-radius:3px;
    display:inline-block;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 62em) {
header#masthead {
    box-shadow: 0px 15px 1px rgba(189, 111, 3, 0.75);
    border-bottom: solid 2px rgba(136, 79, 1, 0.75);
    margin-bottom: 15px;
}	
/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		position: relative;
		min-height: 3.5em;
                width:80%;
		margin: 0 auto;
		padding: 0em;
		background-color: #ED9017;
	}
	
	.nav-menu {
		padding: .3em 0 0 0;
		background-color: transparent;
                margin-bottom:0;
	}
	
	.main-navigation ul,
	.main-navigation.toggled ul {
		max-height: none;
		padding-left: 0;
	}
	
	.main-navigation.toggled ul {
		overflow-y: visible;
	}
	
	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
		border: none;
	}
	
	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: 1px solid #fff;
	}
	
	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
                width:100%;
                float:left;
	}
    .main-navigation a{
        float:left;
        clear:both;
        font-size:1.2em;
        padding:1em 1.3em 0 1.3em;
        }

	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}
        .current_page_item > a {
            color: #945401;
        }
        .children.toggled-on .current_page_item > a {
            color: #eca952;
        }
	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
		color: #fff;
		text-decoration: underline;
	}
	
	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: transparent;
		color: #fff;
		text-decoration: underline;
	}
	
	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 14em;
		display: block;
		z-index: 10;
		margin-left: 0;
		background: rgba(175,100,0,1);
                top:35px;
                left:15px;
                padding-bottom:10px;
                box-shadow: 3px 3px 5px #696969;
	}
	
	.main-navigation ul ul ul.toggled-on {
		position: absolute;
                left:0;
	}
	
	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	
	/* Simplify the drop-down toggle */
	.dropdown-toggle {
        position:relative;
        float:left;
        clear:none;
        top: 2px;
	right: 0;
	border: none;
	}
	
	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
                border-width:0;
	}
.children .dropdown-toggle{
    float:right;
    right:5px;
        }
.nav-menu  >li.current_page_item:after {
    content: '';
    height: 1px;
    width: 50%;
    color: #fff;
    position: absolute;
    bottom: -9px;
    left: 15px;
    border-top: 5px solid #fff;
}
ul.children.toggled-on {
    padding-bottom: 0.8em;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
    padding: 0;
    font-size:1.2em;
}
.footer-widgets {
    display: block;
    float: left;
    width: 100%;
    margin: 2em 0;
    color: #fff;
    text-align:center;
}
.footer-lower {
    width: 100%;
    display: block;
    float: left;
    margin-top:20px;
    font-size:0.8em;
}
.site-info {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size:0.8em
}
footer h2{
    color:#fff;
    margin-top:0;
}
footer a , footer a:visited{
    color:#ffdcad;
}
footer .fa {
    background-color: #fff;
    color: #ED9017;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 6px 5px;
}
.menu-quick-links-container ul{
    list-style-type:none;
    padding-left:0;

}
.entry-footer a , .entry-footer a:visited{
    color:#a16210;
}
@media screen and (min-width: 48em) {
.footer-widgets{
    text-align:left;
}
    
}
/*--------------------------------------------------------------
# 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;
}

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



.site-main img , .align-center, figure.aligncenter , .align-none, figure.alignnone , .align-left, figure.alignleft, .align-right, figure.alignright {
    margin-left: -1.876em;
    width: calc(100% + 3.752em);;
    max-width: calc(100% + 3.752em);
    float:none;
    margin-bottom:1em;
}
figure.aligncenter img , figure.alignnone img , figure.alignright img{
    max-width:100%;

}
.site-main .aligncenter{
    margin: 0 auto;
    display: block;
}
.feature-box img{
    width:100%;
}
.rys200{
    margin:0 auto;
    width:75px;
    display:block;
}

@media screen and (min-width: 37.5em) {
   .site-main img , figure.aligncenter , figure.alignnone , figure.alignright {
    margin-left: 0;
    width: auto;
    max-width: 100%;
}

.entry-header img {
    width: 25%;
    float: left;
    clear: both;
    margin:0 1.25em 1.25em 0;
}
.site-main .alignleft{
    float:left;
    clear:none;
    margin-right:1em;
}
figure.alignleft{
    margin-left:0;
}
.site-main .alignright{
    float:right;
    margin-right:0;
    margin-left:1em;
}

}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.row{
    margin:0;
}
.feature-box {
    float:left;
    border: solid 1px #ed9017;
    border-radius: 5px;
    padding:10px;
    margin-bottom:2em;
    width: 100%;
    margin: 10px 0;
    min-height:345px;
}
.feature-box h3{
    text-align:center;
}
.site-main .feature-box > img{
    width:150px;
    height:auto;
    margin:0 auto;
    display:block;
}

.bg-404 {
    background-image: url(https://www.yoganova.co.uk/wp-content/themes/yoganova/images/404-background.jpg);
}

.bg-404 h1 , .bg-404 h2 , .bg-404 h3{
    color: #fff;
}
.bg-404 * a{
    color:#a16210;
}
@media screen and (min-width: 37.5em) {
    .feature-box{
    width: 48%;
    margin: 10px 1%;
    } 
}
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.single-product .container {
    padding-right: 1.876em;
    padding-left: 1.876em;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #ed9017;
    border:1px solid #ed9017;    
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;

}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ed9017;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border:1px solid #ed9017;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover ,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #fff;
    color: #ed9017;
    border:1px solid #ed9017;
    -webkit-font-smoothing: antialiased;
}
.woocommerce-message , .woocommerce-info {
    border-top-color: #4AB3BA;
}
.woocommerce-message:before ,.woocommerce-info:before {
    color: #4AB3BA;
}
.woocommerce ul.products li.product .price , .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #4AB3BA;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: right;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 2em;
}
span.sku_wrapper {
    margin-right: 1em;
}


@media screen and (min-width: 37.5em) {
    
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 61%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {

    width: 35%;
} 

}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.content-area{
    font-size:1em;
    line-height:1.6em;
}
.content-area {
    background-color: #fff;
    border-radius: 10px;
}
.site-content {
    margin:15px;
}
.container{
    padding-right:0.938em;
    padding-left:0.938em;
}
.site-main{
    padding-right:0.938em;
    padding-left:0.938em;
}

@media screen and (min-width: 48em) {
.site-content {
    margin: 0;
}
.content-area{
    font-size:1em;
    padding-top:1.250em;
    margin-top:2em;
}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.sticky h2:before{
    font-family:FontAwesome;
    content:'\f08d';
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    float: left;
    margin-right: 0.625em;
    color:#ed9017;
}
.posted-on:before{
    font-family:FontAwesome;
    content:'\f017';
    margin-right: 10px;
    color:#a16210;
}
span.cat-links a {
    background-color: #a16210;
    color:#fff;
    padding: 3px 5px;
    display: inline-block;
    clear: none;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius:3px;
}
.cat-links .uncategorized {
    background-color: #121212;
}
span.tags-links {
    clear: both;
    float: left;
    margin-top:0.313em;
}
span.tags-links:before{
    font-family:FontAwesome;
    content:'\f02c';
    margin-right: 0.313em;
    color:#ed9017;      
}
span.edit-link {
    float: right;
}
.comments-link:before{
    font-family:FontAwesome;
    content:'\f086';
    margin-right: 0.313em;
    color:#ed9017;
    margin-left:1em;    
}
.hentry {
	margin: 0 0 3em;
}
.site-main .avatar {
    border: solid 1px #ed9017;
    padding: 1px;
    background-color: #e9e9e9;
    margin:0 0.313em 0.313em 0;
    width:auto;
    max-width:100%;
}
li.comment {
    padding: 20px 0 10px 0;
    border-bottom: solid 1px #e9e9e9;
}
ol.children li.comment {
    border-width: 0;
}
.byline,
.updated:not(.published) {
	display: none;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta {
    display: block;
    float: left;
    margin: 0 0 0.625em 0;
}
.depth-3 ol.children {
    margin-left: 0;
}
.post-thumbnail {
    margin-bottom: 1em;
}
.single .post-thumbnail {
    width: 100%;
}
footer.entry-footer {
    margin-top: 1em;
}
@media screen and (min-width: 48em) {
.post-thumbnail {
    width: 25%;
    float: left;
}
.post-thumbnail img {
    width:100%;
    padding: 2px;
    background-color: #e9e9e9;
    border: solid 1px #f3d7b4;
}
span.cat-links a {
    margin-top:0;
}
h2.entry-title {
    display: inline-block;
    float: left;
    width: calc(75% - 0.625em);
    clear: both;
    margin: 0;
}
.entry-meta {
    clear: none;
    margin-left: 1.25em;
    margin-bottom: 0;
    width: calc(75% - 1.25em);
}
.single .entry-meta{
    margin-left:0;
}
.entry-content{
    clear:both;
}
.depth-3 ol.children {
    margin-left: 1.5em;
}
.comment-content blockquote:before{
    left:1.15em;
}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
}
tr:nth-child(even) {background-color: rgba(237,144,24,0.3);color:#121212;}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ed9017;
}
thead{
    border-bottom:solid 2px #ed9017;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

.page-template-page-home-page .metaslider .caption-wrap {
    background: none;
    bottom: -20px;
    width: 280px;
    margin: 0 auto;
    float: none;
    display: block;
    position: relative;
    font-family: 'La Belle Aurore', cursive;
    font-size:1.2em;
    text-align:center;
}
.flex-slider {
    margin-left: -15px;
    width: calc(100% + 30px);
    margin: 0;
    background-color: #ed9017;
    
}
.flexslider {
    margin: 0 0 60px;
    background: #ed9017!important;
    border: 0px solid #fff!important;
}
@media screen and (min-width: 23.375em) {

.page-template-page-home-page .metaslider .caption-wrap {
    bottom: -20px;
    width: 350px;
    font-size:1.8em;    
}
}
@media screen and (min-width: 37.5em) {
    
.page-template-page-home-page .metaslider .caption-wrap {
    bottom: -20px;
    width: 550px;
    font-size:2.4em;
}    
.flex-slider {
    margin-left: 0;
    max-width: 100%
}
}
@media screen and (min-width: 48em) {
    
.page-template-page-home-page .metaslider .caption-wrap {
    bottom: -20px;
    width: 725px;
    font-size:2.4em;
}    
}
@media screen and (min-width: 62em) {
.page-template-page-home-page .metaslider .caption-wrap {
    bottom: -20px;
    width: 950px;
    font-size:3em;    
}    
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.ai1ec-main-container {
    margin-bottom: 2em;
    display: block;
    float: left;
}
.ai1ec-title-buttons .ai1ec-btn-group {
    margin-left: 0px;
}
.timely .ai1ec-btn-default {
    color: #fff;
    background-color: #ed9017;
    border-color: #ed9017;
}
.timely .ai1ec-btn-xs , .ai1ec-subscribe-dropdown.ai1ec-btn-xs > .ai1ec-subscribe{
    padding:5px;
}
.timely .ai1ec-btn-default:hover {
    color: #ed9017;
    background-color: #fff;
    border-color: #ed9017;
}

.ai1ec-popup-excerpt {
    color: #333;
}
span.ai1ec-event-title , .ai1ec-event-location {
    color: #a16210;
}
.ai1ec-popover.ai1ec-popup .ai1ec-event-time {

    color: #ed9017;
}
.entry-content .timely .ai1ec-btn-default:hover, .comment-content .timely .ai1ec-btn-default:hover, .site-footer .widget .timely .ai1ec-btn-default:hover {
    color: #ed9017 !important;
}
.ai1ec-field-label {
    font-size: 12.155px;
    color: #ed9017;
    text-transform: uppercase;
    text-align: left;
}
.ai1ec-col-sm-pull-5 {
    right: 0;
    width: 100%;
}
.ai1ec-col-sm-5 {
    width: 100%;
    left: 0;
}
.ai1ec-single-event .ai1ec-gmap-container, .ai1ec-multi-event .ai1ec-gmap-container {
    margin-bottom: 1em;
}
/*--------------------------------------------------------------
# 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%;
}
/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.videoWrapper  {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        margin-bottom:1em;
}
.videoWrapper iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
li.videocat {
    list-style-type: none;
}
.videocat ul {
    padding-left: 1.875em;
    margin-left: 0;
}

/*--------------------------------------------------------------
## 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;
        color:#ed9017;
        font-weight:700;
}

.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 .gallery-item {
    width: 100%;
    max-width: 100%;
}
.gallery .gallery-item img {
    width: 100%;
    margin: 0 0 0.625em 0;
    padding: 2px;
    background-color: #e9e9e9;
    border: solid 1px #f3d7b4;
}
@media screen and (min-width: 37.5em) {
.gallery-icon.landscape {
    padding: 0.313em;
}
.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;
}
}