/*
Theme Name: Project Lotus Custom Theme
Theme URI: https://www.theprojectlotus.org/
Author: Project Lotus
Author URI: https://www.theprojectlotus.org/
Description: A custom WordPress theme built specifically for The Project Lotus website.
Version: 1.0
Text Domain: project-lotus
*/




* {
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

img.custom-logo {
    max-width: 100%;
    width: 300px;
    height: auto;
}

div#project-logo {
    text-align: center;
}



.project-page-content {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.project-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.project-content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.project-page-content h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.project-page-content h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

.project-page-content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.project-page-content h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.project-page-content h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.project-page-content ol li {
    list-style: decimal;
}

.project-page-content ul li {
    list-style: disc;
}

.project-page-content ol,
.project-page-content ul {
    padding-left: 30px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 10px 0 !important;
}
ol, ul {
    box-sizing: border-box;
    padding: 0;
}
.project-page-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

.project-page-content td,
.project-page-content th {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

.project-page-content dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.project-page-content dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.project-page-content dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

.project-page-content li {
    line-height: 30px;
}

.project-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px  0;
}

/* FontAwesome arrow for top-level menu items */
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
}

.project-nav-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(-180deg);
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: block;
   right: 33px;
    top: 5px;
}

.project-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.project-navigation a {
    display: block;
    font-size: 17px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}

.sub-menu li a {
    line-height: 24px;
    margin: 5px 0;
    color: #000;
}

.project-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.project-nav-select {
    display: inline-block;
    width: 100%;
    /* text-align: right; */
}

.project-navigation a:hover,
.project-navigation a:focus {
    color: #000;
}

.project-navbar-toggle-wrapper {
    display: none;
}
img.thumb-image {
    max-width: 200px;
}
.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    z-index: 999;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;
}

.project-nav-select .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
}

.project-nav-select .project-menu__list > li:hover > .sub-menu,
.project-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}

.project-footer {
    text-align: center;
}
.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

.campaign-list-item_key-features ul li {
    list-style: none;

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}


.su-button-style-flat span {
    top: 0 !important;
    background: #373a8c !important;
}


/*AUTHOR SECTION START*/
.project-main-title{
    text-align:left;
}

.project-custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #F2F2F2;
    border-radius: 20px;
    padding: 15px;
}

.project-author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.project-name_author_out {
    display: flex;
}
.project-name_author_out span.lbl {
    margin-right: 5px;
}
.project-name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
.project-name_author_out p{
margin:0 !important;
}


.project-date-author-cl , .project-name_author_out {
    color: #000;
}

/*AUTHOR SECTION And Page START*/


.project-name_author_out h4,
.project-name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.project-name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}

.project-name_author_out a:hover p {
    color: #ea0101;
}


.project-author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.project-author_imag {
    line-height: 0;
}

.project-name_author_out {
    display: flex;
}

.project-name_author_out span.lbl {
    margin-right: 5px;
}

.project-name_author_out a {
    color: inherit;
}

/*Author Page css*/
.project-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.project-profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.project-header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.project-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.project-profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    letter-spacing: 1px;
}

.project-profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
.project-home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}

.project-author-f-name .label, .project-author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

.project-author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.project-author-description-name {
    margin-top: 20px;
    font-size: 20px;
}
.project-name_author_out a:hover,
.project-name_author_out a:hover p {
    color: #fff ;
    text-decoration-color: #fff ;
}

/*AUTHOR SECTION And Page END*/
a {
    color: #323790;
}
.project-profile-tab-content {
    padding: 10px 0;
}
.project-footer {
    /* background: #3a8168; */
    padding: 10px 0;
}

aside#block-7 {
    color: #000;
}

.image-block-wrapper {
    display: none;
}


.sqs-html-content h1 , .sqs-html-content h2 {
    color: #fff;
}


.margin-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 20px; /* optional */
}

.sqs-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* optional */
}


img.loaded {
    width: 100%;
    height: auto;
}

nav.Index-nav , nav.sqs-svg-icon--list , div#block-59ec8fdb9de7cde72457 , div#block-38e899ac3f6fb5ea01cd  
, figure.Index-page-image , .Index-page-scroll-indicator.hidden , nav.Header-nav.Header-nav--secondary 
, a.Header-branding , nav.Header-nav.Header-nav--primary , a.Mobile-bar-search , nav.SocialLinks , nav.SocialLinks , 
.Header-search , .Mobile-overlay  , button.Mobile-bar-menu , img.Mobile-bar-branding-logo , .Index-page--has-image .Index-page-content{
    display: none;
}



nav.sqs-svg-icon--list {
    display: none;
}

/* Main wrapper */
.team-main-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Headings */
.team-main-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 60px 0 30px;
    text-align: center;
    column-span: all;
}

/* 2 columns layout */
.team-main-wrapper {
    column-count: 2;
    column-gap: 50px;
}

/* Each item should not break */
.team-main-wrapper a,
.team-main-wrapper img {
    break-inside: avoid;
}

/* Image style */
.team-main-wrapper img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
}

/* Name */
.team-main-wrapper a[href*="team"] {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #111;
    text-decoration: none;
}

/* Email / role */
.team-main-wrapper {
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* Remove ugly spacing */
.team-main-wrapper br,
.team-main-wrapper &nbsp; {
    display: none;
}

/* Mobile – 1 column */
@media (max-width: 768px) {
    .team-main-wrapper {
        column-count: 1;
    }
}

@media only screen and (max-width: 590px) {
      .project-page-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 991px) {
	img.custom-logo {
    max-width: 100%;
    width: 250px;
    height: auto;
}

    .menu-item-has-children > a::after,
    .sub-menu .menu-item-has-children > a::after {
        display: none;
    }

    .project-table-auto {
        overflow-x: scroll;
        width: 100%;
    }

  
        div#project-logo {
            text-align: left;
        }

        .project-navigation {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        z-index: 999;
    }

    .project-navbar-toggle-wrapper {
        display: flex !important;
        background-color: #000;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: 15px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
        color: transparent;
        transform: translatey(-50%);
    }
    .project-navbar-toggle-wrapper span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 0px;
        right: 0;
    }

    .project-navbar-toggle-wrapper span::before,
    .project-navbar-toggle-wrapper span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .project-navbar-toggle-wrapper span::before {
        top: -7px;
    }

    .project-navbar-toggle-wrapper span::after {
        top: 7px;
    }


.project-navigation li {
        position: relative;
        display: inline-block;
        Padding: 0 20px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;

    }


    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }

    .project-toggle-menu {
        position: absolute;
        right: -7px;
        width: 40px;
        height: 30px;
        font-size: 15px;
        top: 7px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #000;
        transform: rotate(0deg);
        text-align: center;
    }

    .project-toggle-menu i {
        transition: transform 0.3s ease;
    }

    .project-toggle-menu.on i {
        transform: rotate(180deg);
    }

    .project-nav-select {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .project-nav-select .sub-menu > li > .sub-menu {
    display: block;
    position: relative;
}

.project-nav-select .project-menu__list > li:hover > .sub-menu,
.project-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}

}
