@font-face {
    font-family: 'Azo Sans';
    src: local('Azo Sans Regular'), local('AzoSans-Regular'),
        url('../fonts/azo/subset-AzoSans-Regular.woff2') format('woff2'),
        url('../fonts/azo/subset-AzoSans-Regular.woff') format('woff'),
        url('../fonts/azo/subset-AzoSans-Regular.ttf') format('truetype'),
        url('../fonts/azo/subset-AzoSans-Regular.svg#AzoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

hr {
    display: block;
    border: none;
    height: 1px;
    margin: 30px 0;
    color: #dcdcdc;
    background-color: #dcdcdc;
}

#content img {
    max-width: 100%;
    height: auto;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none;
}
header.on-top {
    background:#fff;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(100,100,100,0.52);
    -moz-box-shadow: 0px 1px 9px 0px rgba(100,100,100,0.52);
    box-shadow: 0px 1px 9px 0px rgba(100,100,100,0.52);
}

.u-textAlignCenter {
    text-align: center;
}

.home #content {
    margin-top:0;
}

#content {
    padding-top: 15px;
    margin-top: 96px;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

#page {
    margin-top:0;
}

.admin-bar #page {
    margin-top: 30px;
}

.admin-bar header.on-top {
    top:30px;
    z-index: 1212;
}

#header-banner {
    z-index:1;
    margin-bottom: 10px;
}

.site-footer {
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    background: #f5f5f5;
    margin-top: 0;
    padding-top:50px;
    padding-bottom:50px;
}

.site-footer hr {
    margin: 10px 0 30px 0;
    background: rgba(255,255,255,0.2);
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__languages li {
    float: left;
}

.site-footer ul li {
    margin-bottom: 5px;
    font-size: 13px;
    color: #666;
}

.site-footer .footer__languages a.is-active {
    font-weight: bold;
}

.footer__languages li a {
    display: block;
    line-height: 20px;
    text-decoration: none;
    font-size: 13px;
}

.footer__languages li:first-child {
    margin-right: 10px;
}

label {
    margin-bottom:0;
}

.footer__copyright {
    margin: 0;
}

.u-floatRight {
    float: right;
}

.footer--light .footer__copyright {
    color: #999;
}

small {
    font-size: 13px;
}

.u-clear {
    clear: both;
}

input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    display: block;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
}

section#primary {
    padding:0;
}

.footer__copyright {
    margin: 0;
}

.u-floatRight {
    float: right;
}

.footer--light .footer__copyright {
    color: #999;
}

#content h1 {
    font-size:2rem;
    font-weight:bold;
    color: #5F3F51;
}

#content h2, #content h3 {
    color: #5F3F51;
    font-size:1.17em;
}

#content h2 {
    font-size:1.5rem;
    font-weight:bold;
}

div.filterRating {
    display: inline-block;
}

.home #content {
    margin-bottom:10px;
}

.site-footer .footer__headline {
    display: block;
    margin: 10px 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer ul a.nav-link {
    color: #666;
    padding: 0;
}

.site-footer ul li {
    margin-bottom: 5px;
    font-size: 13px;
    color: #666;
}

.site-footer ul li a {
    font-size: 13px;
    color: #666;
}

.site-footer ul.footer__list--twoColumn {
    columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
}

.btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    display: inline-block;
    padding: 0 18px;
    border: 0;
    text-decoration: none !important;
    white-space: nowrap;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.btn--secondary {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-bottom-color: #ccc;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background: #fff;
    line-height: 38px;
    color: #333;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

small {
    font-size: 13px;
}

.u-tabletOnly {
    display: none;
}

.placeContacts p a {
    color: #333 !important;
    word-break: break-all;
}

.placeContacts p i.la {
    float: left;
}

.logo img {
    height: 45px;
    margin-top:20px;
}

#langSelect {
    float: right;
    width: 75px;
    margin: 34px 0;
    display: inline-block;
    position: relative;
    outline: none;
}

#langSelect > .CaptionCont > span {
    color:#000
}

#langSelect > .CaptionCont > label::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #5F3F51;
    content: "";
    position: absolute;
    right: 11px;
    top: 12px;
}

#langSelect > .CaptionCont {
    position: relative;
    border: 1px solid #A4A4A4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
}

#langSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    white-space: nowrap;
    cursor: default;
}

/*#langSelect.open>.CaptionCont, 
#langSelect:focus>.CaptionCont, 
#langSelect:hover>.CaptionCont {
    box-shadow: 0 0 2px #7799D0;
    border-color: #7799D0;
}*/

#langSelect p.SelectBox {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
    padding: 0;
    text-align: right;
    width: auto;
}

#langSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    overflow: visible;
}

#langSelect.open > .optWrapper {
    display: block;
    left: auto;
    margin-top: 47px;
    padding-top: 10px;
    right: 0;
    top: 100%;
    width: 175px;
}

#langSelect > p > label {
    display:block;
}

#langSelect.open > .optWrapper::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    right: 29px;
    top: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    z-index: 1000;
}

#langSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 250px;
    margin: 10px 0;
}

#langSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

#langSelect > .optWrapper > .options > li {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #8d99ae;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
}

#langSelect>.optWrapper>.options li.opt {
    padding: 0;
    position: relative;
}

#langSelect > .optWrapper > .options li.opt:hover {
    background: #777 none repeat scroll 0 0;
}

#langSelect > .optWrapper > .options li.opt:hover a,
#langSelect > .optWrapper > .options li.opt:hover label
{
    color:#fff !important;
}

#langSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0;
}

#langSelect > .optWrapper > .options li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

#langSelect > .optWrapper > .options > li a {
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 3px 50px;
    position: relative;
}

#langSelect > .optWrapper > .options > li.opt.selected a {
    color: #000;
    font-weight: bold;
}

.optWrapper > .options li.opt label, #langSelect > .CaptionCont, 
#langSelect .select-all > label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#menu-top-menu-1 .menu-item-object-page.menu-item-42,
#menu-top-menu-1 .menu-item-object-page.menu-item-232 {
    border-left:1px solid #ddd;
}

.open-search {
    padding: 6px 0 !important;
}

.chosen-container .chosen-results {
    /*    max-height: 100px;*/
}

.dropdown-toggle::after {
    display:none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b !important
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
    color: #000;
}

#sorting-bar {
    padding-bottom:1em;
    margin-bottom:1em;
    border-bottom:1px dotted #000;
}

.placeCard__content h1, 
.placeCard__content h2, 
.placeCard__content h3, 
.placeCard__content h4, 
.placeCard__content h5, 
.placeCard__content h6 {
    display: block;
    /*overflow: hidden;
    white-space: initial; 
    text-overflow: clip;*/
    font-size: 16px !important;
}

.home .placeCard {
    margin-bottom: 0;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}

footer#colophon {
    margin-top: 10px;
}

footer#colophon li a:hover {
    text-decoration: underline !important;
    color: #5E92E5;
}

footer#colophon p {
    font-size:13px;
}

#content a:hover h2, 
#content a:hover h3 {
    color: #5E92E5; 
}

.responive-header .open-search {
    margin-right: 0;
}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon:before {
    content: "\00a0";
}

.flag-icon.flag-icon-squared {
    width: 2em;
    padding-top: 1px;
}

.flag-icon-gb {
    background-image: url(https://yoga.gamblingzion.com/themes/yogayogi/flags/4x3/gb.svg);
}

.flag-icon-hu {
    background-image: url(https://yoga.gamblingzion.com/themes/yogayogi/flags/4x3/hu.svg);
}

.main-featured-sec, .parallax-container {
    min-height: 400px;
    background: transparent;
}

.main-featured-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}

.parallax-container.abs {
}

@media (min-width: 1200px) {
    .container {
        max-width: 940px;
    }
}

.search-header {
    padding: 19px 25px;
}

.search-header form {
    padding: 19px 20px;
    height:auto;
}

.search-header.active form {
    margin-top: 0;
    top: 7px;
}

.alignleft {
    float:left;
    margin-right:1em;
}

.alignright {
    float:right;
    margin-left:1em;
}

.aligncenter {

}

article a {
    font-weight: bold;
    color:#000;
}

.btn.btn-primary {
    background:#217EDF;
}

.btn.btn-primary:hover {
    background: #3DA0E5;
}

.post-tags-container {
    margin:1em 0;
}

.post-author {
    padding: 20px;
    margin: 15px 0 1em 0;
    position: relative;
    border: 1px solid #e8e8e8;
    clear:both;
    float:none;
}

.post-author .author-title {
    margin: 0 0 7px;
    font-size: 18px;
    text-transform: capitalize;
    padding-right: 50%;
}

.post-author .post-author-bio {
    margin-top: 12px;
    font-size: 13px;
    padding-left: 90px;
}

.post-author .post-author-avatar img {
    float: left;
    margin-right: 20px;
}

.related-content-box .img-holder {
    position: relative;
    width: 100px;
    background: #eee;
    display: inline-block;
    float: left;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.related-content-box .img-holder:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70%
}

.related-content-box .featured {
    overflow:hidden;
    float:left;
}

.related-content-box .featured .img-holder {
    -webkit-background-size:cover;
    background-size:cover;
    background-color:transparent
}

.related-content-box .featured .img-holder {
    border:1px solid #ddd
}

.related-content-box {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .related-content-box .item:nth-child(1),
    .related-content-box .item:nth-child(2) {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 769px) {
    .related-content-box .title {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .related-content-box .title {
        display: block;
        text-align: left;
    }
    
    .related-content-box .featured {
        float:none;
    }
    
    .related-content-box .img-holder {
        width:100%;
    }
}

figure[style] {
    width:auto !important;
}

.yy-social-buttons-container {
    margin-top: 40px;
}

