@charset 'UTF-8';
@font-face {
    font-family: AdobeCaslonPro;
    src: url(AdobeCaslonProRegular.ttf);
}

.cke_editable.cke_display_version_check-absolute:before
{
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Sorts Mill Goudy", serif;
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
}

h1,
h2 {
    font-family: AdobeCaslonPro, "Sorts Mill Goudy", serif;
    color: #4B0082;
}

h1 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 22px;
}

h2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 18px;
}


/** HEADER **/

#logo {
    background-repeat: no-repeat;
    background-position-x: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 30px;*/
    position: fixed;
    width: 100%;
    z-index: +1;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#logo.small {
    height: 50px;
}

#logo a#name {
    display: block;
    font-size: 3em;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#logo a#name,
#logo a#name:visited {
    color: white;
    text-decoration: none;
}

#logo #angyal {
    width: auto;
    height: auto;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#logo.small a#name {
    font-size: 2em;
}


/** CONTAINER **/

#container {
    padding-top: 100px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#container .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

#logo.small+container {
    padding-top: 50px;
}

#mobilemenu {
    display: none;
}

.menu-body {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.menu-layer ul li {
    border-bottom: 1px solid #c47982;
}

.menu-layer ul li:first-child {
    border-top: 1px solid #c47982;
}

.menu-layer ul li a {
    position: relative;
}

.menu-layer ul li ul {
    display: none;
}

.menu-layer ul li ul li {
    padding-left: 20px;
}

.menu-layer ul li.hasChild.opened>a>span:after {
    transform: rotateZ(0deg);
}

.menu-layer ul li.hasChild>a>span:after {
    background-image: url(../img/newdesign/mobile-menu-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 12px;
    transform: rotateZ(-90deg);
    transition: all 300ms ease;
}

#cssmenu {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 100%;
}

#cssmenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#cssmenu ul li {
    width: fit-content;
    padding: 10px 20px;
}

#cssmenu > ul li > a {
    width: fit-content;
    padding: 20px;
    border-radius: 20px;
}

#main {
    background-color: rgba(255, 255, 255, 0.4);
    width: calc(96% - 40px - 340px);
    padding: 20px;
    border-radius: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(78% - 40px);
}

#right_column {
    background-color: rgba(69, 14, 97, 0.5);
    padding: 20px;
    border-radius: 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
    text-align: center;
}

#right_column div {
    width: 100%;
}

#right_column a,
#right_column a:hover,
#right_column a:visited {
    color: white;
}

#right_column a:hover {
    text-decoration: none;
}


/** CONTAINER > MENU **/

#cssmenu a,
#cssmenu a:visited {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
}

#cssmenu>ul {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 1;
    position: relative;
}

#cssmenu ul {
    list-style: none;
}

#cssmenu>ul>li {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#cssmenu>ul li>a {
    display: block;
    background-color: #450e61;
}

#cssmenu>ul li>a:hover,
#cssmenu>ul li:hover>a {
    background: #c47982;
}

#cssmenu>ul>li>ul {
    display: none;
}

#cssmenu>ul>li>ul>li:first-child,
#cssmenu>ul>li>ul>li>ul>li:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

#cssmenu>ul>li>ul>li,
#cssmenu>ul>li>ul>li>ul>li {
    margin-top: 5px;
    margin-bottom: 5px;
}

#cssmenu>ul>li>ul>li>a,
#cssmenu>ul>li>ul>li>ul>li>a {
    padding-right: 20px;
}

#cssmenu>ul>li>ul>li:last-child,
#cssmenu>ul>li>ul>li>ul>li:last-child {
    margin-top: 5px;
    margin-bottom: 0;
}

#cssmenu>ul>li:hover>ul {
    display: block;
}

#cssmenu>ul ul {
    position: absolute;
    left: 100%;
    top: -9999px;
    padding-left: 5px;
    opacity: 0;
    /* The fade effect, created using an opacity transition */
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

#cssmenu>ul li:hover>ul {
    top: 0px;
    bottom: 0;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

#cssmenu ul li,
#cssmenu ul li a {
    overflow: hidden;
    white-space: nowrap;
}

.cimkek {
    font-size: 80%;
}

.cimkefelho {
    text-align: center;
}

.cimkek,
.cimkek a,
.cimkek a:link,
.cimkek a:visited,
.cimkek a:active .cimkefelho,
.cimkefelho a,
.cimkefelho a:link,
.cimkefelho a:visited,
.cimkefelho a:active {
    text-decoration: none;
}

.cimkek a:hover,
.cimkefelho a:hover {
    text-decoration: underline !important;
}


/** FOOTER **/

#footer {
    background-repeat: no-repeat;
    background-position-x: center;
    /*height: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 30px 30px 15px 30px;
}

#footer-menu,
#footer-column,
#footer-dummy {
    width: 33.33333%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 33.33333%;
    color: white;
}

#footer-menu a,
#footer-menu a:visited,
#footer-menu a:hover,
#footer-dummy a,
#footer-dummy a:visited,
#footer-dummy a:hover {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}

#footer-column a,
#footer-column a:visited,
#footer-column a:hover {
    color: white;
    text-decoration: none;
}

#footer-column {
    text-align: center;
    font-size: 1.2em;
}

#footer-dummy {
    text-align: right;
}

.burger-menu,
.mobilemenu {
    display: none;
}

.blog .blogb h2 {
    margin-bottom: 0px;
    line-height: 1em;
    font-size: 1.5em;
}

.blog .blogb h2.name a,
.blog .blogb h2.name a:hover,
.blog .blogb h2.name a:visited {
    color: #4B0082;
    text-decoration: none;
    font-size: 0.8em;
}

.blog .blogb {
    border-bottom: 2px solid #a186af;
    padding-bottom: 20px;
}

.blog .blogb h2.name a:hover {
    cursor: pointer;
}

.blog .blogb #more a,
.blog .blogb #more a:visited {
    text-decoration: none;
    color: black;
}

.blog .blogb #more a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: black;
}

#main #galleryList li a {
    background-color: transparent !important;
    border: none !important;
}

#pagination {
    margin-top: 10px;
}


/** RESPONSIVE **/

.mobile-logo-nav,
.mobileActive {
    display: none;
}

.global-container {
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.global-container .menu-layer {
    display: none;
    background-color: rgb(69, 14, 97);
    color: white;
}

.global-container .site-container {
    left: 0;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.global-container .menu-layer {
    display: block;
    /*min-height: 500px;*/
    position: fixed;
    left: -71%;
    width: 70%;
    z-index: 301;
    /* box-shadow: -4px 0px 3px -1px rgba(0, 0, 0, 0.2) inset; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100%;
    /*font-size: rem(40);*/
    border-right: solid 1px #d2d2d2;
}

.global-container .menu-layer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.global-container .menu-layer a {
    padding: 5px 10px;
}

.global-container .menu-layer a:hover {
    background: #c47982;
}

.global-container .menu-layer a,
.global-container .menu-layer a:hover,
.global-container .menu-layer a:visited {
    color: white;
    text-decoration: none;
    display: block;
}

body.menu-opened .global-container .menu-layer {
    left: 0%;
    bottom: 0;
}

.global-container .site-container {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

body.menu-opened .global-container .site-container {
    left: 70%;
}

.hover-panel {
    position: fixed;
    top: 0;
    z-index: 300;
    transition: all 600ms ease;
    width: 100%;
    transition-delay: 1s;
}

#main #galleryWrapper h1 {
    color: #4B0082;
    text-shadow: none;
}

.meditaciosCd-wrapper .block_item {
    display: flex;
}

.meditaciosCd-wrapper .block_item .block_image {
    display: flex;
    align-items: center;
}

.meditaciosCd-wrapper .block_item .block_text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.meditaciosCd-wrapper .block_item .block_name {
    margin-bottom: 30px;
}

.meditaciosCd-wrapper .block_item .block_name>div {
    display: flex;
    justify-content: space-between;
}

.meditaciosCd-wrapper .block_item .block_name h1 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
}

.meditaciosCd-wrapper .block_item .block_name h3 {
    font-size: 15px;
    margin-top: 0;
}

.meditaciosCd-wrapper hr {
    background-color: rgba(69, 14, 97, 0.5);
    border-color: rgba(69, 14, 97, 0.5);
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 2001px) {
    body {
        background-image: url("/img/newdesign/bg_full_min.png");
    }
    #logo,
    #footer {
        background-image: url("/img/newdesign/header_full_min.png");
    }
}

@media (min-width: 901px) and (max-width: 2000px) {
    body {
        background-image: url("/img/newdesign/bg_2000_min.png");
    }
    #logo,
    #footer {
        background-image: url("/img/newdesign/header_2000_min.png");
    }
}

@media (min-width: 901px) {
    #logo.small .logo-nav #angyal,
    #logo.small .logo-nav {
        height: 50px;
    }
    #main img {
        margin: 20px 30px !important;
    }
    #main #galleryList li a img {
        margin: 0 !important;
    }
}

@media (max-width: 900px) {
    body {
        background-image: url("/img/newdesign/bg_900_min.png");
    }
    #logo,
    #footer {
        background-image: url("/img/newdesign/header_900_min.png");
    }
    #main img {
        max-width: 100%;
        height: auto;
        margin: 20px auto !important;
        float: none !important;
        display: block;
    }
    #main #galleryWrapper {
        padding: 0;
        margin: 0;
        width: auto;
    }
    #main #galleryList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #main #galleryList.clearfix:after {
        display: none;
    }
}

@media (max-width: 980px) {
    .logo-nav,
    .notMobileActive {
        display: none !important;
    }
    .mobile-logo-nav #angyal {
        vertical-align: middle;
        margin-left: 20px;
    }
    .mobile-logo-nav,
    .mobileActive {
        display: block !important;
    }
    .burger-menu {
        display: block;
        margin-left: auto;
        padding-right: 10px;
    }
    .burger-menu a,
    .burger-menu a:hover,
    .burger-menu a:visited {
        color: white !important;
        border-color: white !important;
        font-size: 2em;
        text-decoration: none;
    }
    #mobilemenu.display {
        display: block;
    }
    #mobilemenu ul {
        list-style: none;
    }
    #container {
        flex-direction: column;
    }
    #cssmenu {
        display: none;
    }
    #main {
        width: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
    }
    #right_column {
        width: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        flex-direction: row;
    }
}

@media (max-width: 600px) {
    #right_column {
        flex-direction: column;
    }
    body {
        word-wrap: break-word;
    }
    #footer {
        padding-top: 10px;
    }
    #footer,
    #logo {
        flex-wrap: wrap;
        height: auto;
        background-repeat: repeat;
    }
    #footer-menu,
    #footer-column,
    #footer-dummy {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    #container {
        padding-top: 80px;
    }
    #logo.small #angyal {
        height: 35px;
    }
    #footer-column {
        font-size: 1.2em;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #footer-menu a,
    #footer-menu a:visited,
    #footer-menu a:hover,
    #footer-dummy a,
    #footer-dummy a:visited,
    #footer-dummy a:hover {
        font-size: 1em;
    }
    /*
        #logo.small + container {
            padding-top: 80px;
        }
    */
    .meditaciosCd-wrapper .block_item {
        flex-wrap: wrap;
        justify-content: center;
    }
}