/*
Theme Name: Lotus Care
Theme URI: 
Description: Lotus Care theme
Author: KozaIT
Author URI: https://kozait.com	/
Template: oceanwp
Version: 0.9.1.122
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

:root {

    --header-backcolor : #8d77b3;
    --footer-backcolor : #574478;
    --site-yellow-color : #f5ecd3;

}

.rounded4px,
.rounded4px img {
    --border-radius : 8px !important;
    -webkit-border-radius: var(--border-radius) !important;
    -moz-border-radius: var(--border-radius) !important;
    -ms-border-radius: var(--border-radius) !important;
    -o-border-radius: var(--border-radius) !important;
    border-radius: var(--border-radius) !important;
}

blockquote {
    margin-left: 10px !important;
}

nav.main-navigation ul li a {
    font-family: Pridi;
    font-size : 20px !important;
}

#site-navigation-wrap {
    right : 50px !important;
}

ul {
    list-style-position: inside;
}

nav.main-navigation li a {
    line-height: 2.5em !important;
}

.dropdown-menu ul li a.menu-link {
    padding: 0 12px !important;
    letter-spacing: normal !important;
}

.dropdown-menu ul li a.menu-link:hover {
    margin-left: 1px !important;
    background-color: var(--site-yellow-color) !important;
}

#mobile-dropdown {
    max-height: 100vh !important;
    height: 100vh;
    z-index : 1000000 !important;
}

.oceanwp-mobile-menu-icon {
    margin-right: 5px !important;
}

@media screen and (max-width : 1024px) {
    
    nav.main-navigation {
        display: none !important;
    }

    #site-navigation-wrap.no-top-border {
        height: 0 !important;
    }

    nav.site-breadcrumbs {
        margin-top : 5px !important;
    }

    #site-header-inner {
        max-height: 74px;
    }

    #site-logo-inner img {
        height: 100%;
        width: auto;
    }

    .oceanwp-mobile-menu-icon {
        display: block !important;
    }

}




nav.main-navigation li.menu-book-online-button a {
    display: block;
    font-family: Raleway;
    background-color: rgba(244,212,128,0.96);
    color : black !important;
    margin-left: 30px;
    --border-radius : 30px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    transition: all 0.2s ease-out !important;
}

nav.main-navigation li.menu-book-online-button a:hover {
    background-color: var(--footer-backcolor); /* #8b8ed2 */;
    color : white !important;
    transition: all 0.2s ease-in !important;   
    animation: none !important;
}

nav.main-navigation li.main-menu-about ul.sub-menu {
    min-width: 150px !important;
    max-width: 180px !important;
}

nav.main-navigation li.main-menu-services ul.sub-menu {
    min-width: 400px !important;
    max-width: 400px !important;
}

nav.main-navigation li.main-menu-programs ul.sub-menu {
    min-width: 350px !important;
    max-width: 350px !important;
}

nav.main-navigation li.menu-programs-for-groups {
    background-color: #f0eafa;
}

nav.main-navigation li.menu-programs-for-groups > a::before {
    content : '\f500';
    position: relative;
    margin-right: 5px;
    font-family: FontAwesome;
}

nav.main-navigation li.menu-book-online-button a.menu-link span::after {
    height : 0 !important;
}


#site-navigation-wrap {
    display: flex !important;
    align-items: center !important;
    height: 109px !important;
}

.image-with-inline-border img {
    outline-width: 1px;
    outline-color: white;
    outline-style: solid;
    outline-offset: -10px;
}

.sidebar-team-member-portrait img {
    --border-radius : 8px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-clip: padding-box;    
}

/* Home page
************/
.home .page-header {
    display: none !important;
    height : 0 !important;
}

.site-breadcrumbs {
    margin-top : -8px !important;
}

.dropdown-menu ul li a.menu-link {
    padding: 4px 15px;
}

.hp-top1-small-text {
    font-size: 28px;
}

.wisdom-quotes {
    min-height: 200px;
    padding-bottom: 30px;
}

.wisdom-quotes {
    position: relative;
}

.wisdom-quote-block {
    position : absolute;
    left : 0;
    top : 0;
    display: none;
}

p.quote-content,
p.quote-by {
    text-align: center;
}

p.quote-by {
    font-size : 15px;
    padding : 0;
    margin : 0;
}


.wisdom-quotes-indicators {
    position: relative;
    display: block;
    text-align: center;
}

span.wisdom-quote-indicator {
    width : 20px;
    height : 20px;
    background-color: var(--header-backcolor);
    border-radius: 50%;
    /* border : 3px solid #bbb; */ 
    display: inline-block;
    cursor: pointer;
}

span.wisdom-quote-indicator.selected-quote {
    background-color: transparent;
    border : 3px solid var(--header-backcolor);
    cursor : default;
}

span.wisdom-quote-indicator:not(:first-child) {
    margin-left : 10px;
}

/* Footer
*********/
.footer-logo-image .elementor-widget-container {
    background-color: #f0eafa;
    --border-radius : 50%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.footer-contact-info i {
    margin-right : 10px;
}

footer .footer-contact-info a {
    color :white;
}

footer .footer-contact-info a:hover {
    color : white;
    border-bottom : 1px dashed white;
}

.footer-block-title .elementor-widget-container {
    display: inline-block !important;
}


/* Services page
****************/
.services-page-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.02) !important;
}

.service-qa-block-q h2 {
    display: inline-block !important;
    padding : 0 0 5px 0 !important;
    margin : 0 0 0 0 !important;
    font-size : 130% !important;
    color : var(--header-backcolor);
}

.service-qa-block-q h2::before {
    content : '\f4ad';
    position: relative;
    margin-right: 5px;
    font-family: FontAwesome;
}

body.single-post strong,
.service-page-qa-block strong {
    position: relative;
}

body.single-post strong::after,
.service-page-qa-block strong::after {
    content: '';
    position: absolute;
    left : 0;
    bottom : 7px;
    width: 100%;
    height: 1px;
    background: rgb(141,119,179);
    background: -moz-linear-gradient(90deg, rgba(141,119,179,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(141,119,179,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(141,119,179,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8d77b3",endColorstr="#ffffff",GradientType=1);
}

/* Programs main page
*********************/
.program-block-title,
.program-block-subtitle {
    background-color: white;
    color : #000;
    --border-radius : 50%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: all 0.2s ease-out !important;
}

.program-block {
    transition: all 0.2s ease-out !important;
}

.program-block:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.2s ease-in !important;
    /* outline: 1px solid #fff;
    outline-offset: -5px; */
}

.program-block .program-block-title,
.program-block .program-block-subtitle {
    animation-name: block-title-anim;
    animation-duration: 0.2s;
    animation-direction: reverse;
}

.program-block:hover .program-block-title,
.program-block:hover .program-block-subtitle
 {
    background-color: var(--footer-backcolor);
    color : #fff;
    transition: all 0.2s ease-in !important;
}


/* Price plans
**************/
.price-plan-block-type-1-wrapper {
    transition: all 0.1s ease-out;
}

.price-plan-block-type-1-wrapper:hover .price-plan-block-type-1-thumbnail {
    transform: scale(1.3);
}

.price-plan-block-type-1-wrapper:hover .price-plan-block-type-1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.price-plan-block-type-1-wrapper:hover .elementor-button-wrapper a {
    background-color: var(--site-yellow-color);
}

/* For groups
*************/
.program-block-title-for-groups{
    background-color: rgba(255,255,255,.9);
    color : #000;
    margin : 0 10px 5px 10px !important;
    line-height: 1.4em !important;
    -border-radius : 10px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: all 0.2s ease-out !important;
}

.program-block:hover .program-block-title-for-groups {
    background-color: var(--footer-backcolor);
    color : #fff;
    transition: all 0.2s ease-in !important;
}

img.program-page-thumbnail {
    max-width: 200px !important;
    height: auto;
    --border-radius : 10px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

/* Blog
*******/
.blog-posts-wrapper {
    position : relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin : 50px 0;
}

.blog-post {
    position: relative;
    display: block;
    width: 48%;
    margin : 0 10px 10px 0;
    min-height: 450px;
}

.blog-post:hover .blog-post-title {
    padding : 10px 20px;
    background-color: var(--footer-backcolor);
    transition: all 0.2s ease-in;
}

.blog-post:hover .blog-post-overlay {
    background-color: rgba(0,0,0,0);
    transition: all 0.2s ease-in;
}

.blog-post:hover .blog-post-reading-time {
    padding : 10px 20px;
    background-color: var(--footer-backcolor);
    transition: all 0.2s ease-in;
}

.blog-post-reading-time {
    position: absolute;
    left : 20px;
    top : 20px;
    z-index: 2;
    color : #fff;
    font-size : 90%;
    padding : 10px 20px 10px 0;
    transition: all 0.2s ease-out;
}

.blog-post-title {
    position: absolute;
    left : 20px;
    bottom : 10px;
    z-index: 2;
    color : #fff;
    padding : 10px 20px 10px 0;
    font-size : 120%;
    transition: all 0.2s ease-out;
}

.blog-post-overlay {
    position: absolute;
    left : 0;
    top : 0;
    right : 0;
    bottom : 0;
    background-color: rgba(0,0,0,0.5);
    z-index : 1;
    transition: all 0.2s ease-out;
}

.blog-post,
.blog-post-overlay {
    --border-radius : 4px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.blog-card-rounded {
    --border-radius : 4px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

/* Sidebar
**********/
#right-sidebar h2.widget-title,
#right-sidebar h2.wp-block-heading {
    display: inline-block;
    padding-bottom : 5px;
    margin-bottom : 5px;
    border-bottom: 1px dashed currentColor;
    text-transform: uppercase;
    padding-left : 0 !important;
    border-left : none !important;
}

#right-sidebar ul li a::before {
    content: '- ';
    position: relative;
}

#right-sidebar button {
    margin-top : 5px;
}


/* Single blog pagination
*************************/
.blog-pagination {
    position : relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}

.blog-pagination span,
.blog-pagination a {
    padding : 4px 12px;
    margin-right : 15px;
}

.blog-pagination span {
    font-weight: 700;
    border : 1px dashed #aaa;
}

.blog-pagination a {
    border : 1px solid #ccc;
}

/* Contact us page
******************/
.contact-us-block {
    padding : 20px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.contact-us-block h3 {
    position : relative;
    display: inline-block;
    padding : 0 0 5px 0;
    margin : 0 0 10px 0;
}

.contact-us-block h3::after {
    content: '';
    position : absolute;
    left : 0;
    bottom : 0;
    height : 1px;
    width : 50%;
    background-color: var(--footer-backcolor);
}

.contact-us-block p.contact-info i {
    margin-right: 10px;
    color : var(--footer-backcolor);
}

.contact-us-block p.contact-info a {
    position: relative;
}

.contact-us-block p.contact-info:hover i {
    color : black;
}

.contact-us-block p.contact-info a:hover::after {
    content: '';
    position: absolute;
    left : 0;
    bottom : 5px;
    width: 100%;
    height : 1px;
    border : 1px dashed currentColor;
}

/* Site announcements
*********************/
.announcement-wrapper {
    position : relative;
    padding : 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin : 0 !important;
}

.announcement-wrapper.no-padding {
    padding : 0;
}

.announcement-wrapper p {
    padding: 0 !important;
    margin : 0 !important;
}

.announcement-wrapper img {
    width : 100% !important;
    height : auto;
}

.announcement-wrapper span {
    padding : 2px 6px !important;
}

.announcement-wrapper mark {
    background:blueviolet !important;
}

.announcement-wrapper mark span {
    color : white !important;
    --border-radius : 4px !important;
    -webkit-border-radius: var(--border-radius) !important;
    -moz-border-radius: var(--border-radius) !important;
    -ms-border-radius: var(--border-radius) !important;
    -o-border-radius: var(--border-radius) !important;
    border-radius: var(--border-radius) !important;
}

/* Headers
**********/
h2.header-with-half-bottom-border,
.header-with-half-bottom-border h2 {
    padding : 0 0 5px 0 !important;
    margin: 0 0 5px 0 !important;
    display : inline-block;
}

h2.header-with-half-bottom-border::after,
.header-with-half-bottom-border h2::after {
    content : '';
    position : absolute;
    left : 0;
    bottom : 0;
    width : 50%;
    height: 1px;
    background-color: var(--footer-backcolor);
}


