/**
 * Theme Name:     RNU Child
 * Author:         Reea
 * Template:       greennature
 * Text Domain:	   rnu-child
 * Version:        1.3.9
 * Description:    RNU Wordpress Theme based on Green Nature Theme
 */


body:not(#main-theme),
body:not(#main-theme) h1,
body:not(#main-theme) h2,
body:not(#main-theme) h3,
body:not(#main-theme) h4,
body:not(#main-theme) h5,
body:not(#main-theme) h6,
body:not(#main-theme) p,
body:not(#main-theme) input,
body:not(#main-theme) textarea,
body:not(#main-theme) select,
body:not(#main-theme) .greennature-title-font,
body:not(#main-theme) .greennature-content-font {
    font-family: "lato",sans-serif;
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
}
body:not(#main-theme) p,
body:not(#main-theme) input,
body:not(#main-theme) textarea,
body:not(#main-theme) select,
body:not(#main-theme) .greennature-content-font {
    font-weight: normal;
}

body:not(#main-theme) h1,
body:not(#main-theme) h2,
body:not(#main-theme) h3,
body:not(#main-theme) h4,
body:not(#main-theme) h5,
body:not(#main-theme) h6,
body:not(#main-theme) strong {
    font-weight: 900;
}

#home-misiunea-text {
    color: #fff;
}

#home-misiunea-title h3 {
    font-size: 36;
    font-weight: 700;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: inline-block;
    padding-bottom: 5px;
    width: 400px;
}

.greennature-logo {
    margin-bottom: -200px !important;
}

.greennature-logo {
    margin-top: 10px !important;
}

.greennature-header-inner,
.greennature-header-wrapper.header-style-5-wrapper .greennature-header-inner {
    background-color: #003840BF !important;
}

.greennature-half-bg-wrapper .six.columns {
    left: 80px;
    right: 30px;
    top: 139px;
}

.top-social-wrapper .social-icon a {
    opacity: 1;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.greennature-item-title-wrapper.greennature-item.greennature-left-divider.greennature-large {
    width: 30px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address-info,
.email-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info i {
    font-size: 18px;
    /* Adjust the icon size */
    color: #ffffff;
    /* Set icon color */
}

.contact-info a {
    text-decoration: none;
    /* Remove underline from the email link */
    color: #ffffff;
    /* Set color for email */
}

.contact-info a:hover {
    text-decoration: underline;
    /* Underline email on hover */
}

.widget_nav_menu ul li,
.widget_meta ul li {
    padding-left: 0px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 15px;
}

.widget_nav_menu ul li::before,
.widget_meta ul li::before {
    content: none;
}

.top-social-wrapper .social-icon,
.copyright-left a {
    display: block;
    background: #fff;
    border-radius: 50%;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-left: 24px;
    text-align: center;
    width: 24px;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
}
.top-social-wrapper .social-icon:first-child {
    margin-left: 0;
}

body:not(#main-theme) .copyright-left a {
    margin: 0 24px 0 0;
    color: #107786;
}
body:not(#main-theme) .copyright-left a i {
    color: #107786 !important;
    transition: color 0.3s ease-in-out;
    font-size: 16px !important;
    vertical-align: baseline !important;
}

.copyright-left a:last-child {
    margin-right: 0;
}
.top-social-wrapper .social-icon:hover,
.copyright-left a:hover {
    background: #FBB265;
}

.top-social-wrapper .social-icon:hover a,
body:not(#main-theme) .copyright-left a:hover,
body:not(#main-theme) .copyright-left a:hover i {
    color: #fff !important;
}

.top-social-wrapper .social-icon a {
   display: block;
   text-align: center;
}

.top-social-wrapper .social-icon a i,
body:not(#main-theme) .copyright-left a i {
    margin: 0;
}

.top-navigation-wrapper {
    line-height: 25px;
}

.greennature-page-title-wrapper .greennature-page-title-overlay {
    background: #003840;
    opacity: 50%;
}

#echipa .personnel-item {
    text-align: center;
}

#echipa .greennature-personnel-item .personnel-author {
    color: #107786;
}

.greennature-payment-lightbox-container {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: hidden;
    display: none;
}

.greennature-payment-lightbox-inner {
    background-color: #107786;
    height: 100%;
}

.search-container {
    margin-top: 25%;
    width: 657px;
    margin-left: 30%;
}

.search-container .gdl-search-form input[type="text"] {
    background-color: #107786;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0%;
}

.search-container #s {
    color: #fff;
    font-weight: bold;
    font-family: lato;
    text-transform: uppercase;
}
.greennature-sidebar #searchsubmit {
    font-size: 0;
}
.search-container .gdl-search-form input[type="submit"] {
    width: 100px;
    height: 46px;
    background-repeat: no-repeat;
    background-color: #FBB265 !important;
    right: 0px;
    top: 5%;
    margin: 0px 0px 0px;
    border-bottom: 2px #835424 solid;
    border-radius: 0%;
    color: #835424;
    background-image: url('images/dark/icon-search.png') !important;
    background-position: 12px center;
}

.search-container .close-btn {
    position: absolute;
    top: 77px;
    right: 50px;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.search-container .close-btn:hover {
    color: #FBB265;
}

.greennature-portfolio-description strong {
    color: #000000;
}

dt {
    width: 100% !important;
}

.simcal-event-title {
    font-size: 18px;
    color: #107786;
    font-family: lato;
}

.simcal-default-calendar-list dt.simcal-day-label>span {
    background-color: #7FAB92 !important;
}

.simcal-default-calendar-list dt.simcal-day-label {
    border-bottom: solid 1px #7FAB92 !important;
}

.portfolio-item-filter a {
    display: inline-block;
}

.greennature-stack-image img {
    width: 100%;
}

.greennature-classic-portfolio .portfolio-title {
    font-size: 20px;
}

.single-portfolio:not(#main-theme) .greennature-portfolio-description h5 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
body:not(#main-theme) .greennature-caption {
    background-color: #7FAB92;
    opacity: 1;
    font-weight: bold;
}
.greennature-blog-grid .excerpt-read-more,
.greennature-caption-wrapper .greennature-caption .greennature-caption-title,
.greennature-caption-text {
    font-size: 16px;
}

#latestpodcast .greennature-blog-grid-content {
    display: none;
}

.greennature-blog-grid .greennature-blog-title,
.greennature-blog-grid .excerpt-read-more,
.greennature-classic-portfolio .portfolio-title,
.single-post .greennature-single-nav > div.next-nav,
.single-post .greennature-single-nav > div.previous-nav {
    text-transform: none;
}

.single-post .greennature-single-nav > div.next-nav,
.single-post .greennature-single-nav > div.previous-nav {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.rnu-child-categories {
    margin: 0 -15px 87px;
}

.portfolio-item-filter {
    text-align: left;
}
.portfolio-item-filter a {
    margin-left: 30px;
}

.greennature-caption-wrapper.position-left .greennature-caption {
    max-width: 100%;
    padding: 10px 20px;
}
.greennature-caption-wrapper .greennature-caption .greennature-caption-title,
.greennature-caption-text {
    display: inline-block;
    margin: 0;
}
.greennature-caption-text {
    margin-left: 4px;
}

.greennature-item .wp-block-image,
.greennature-blog-full-thumbnail {
    margin-bottom: 25px;
}

.greennature-item figure {
    position: relative;
}
.greennature-item figcaption {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px;
    line-height: 1.1;
    background-color: #7FAB92;
    font-weight: bold;
}

.greennature-blog-full-title {
    color:#107786;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04;
    margin-bottom: 10px;
}

#home-events .simcal-default-calendar-list {
    padding: 0;
    margin: 0;
}
#home-events .simcal-default-calendar-list ul.simcal-events li.simcal-event {
    margin-bottom: 20px;
}

#home-events .simcal-calendar-head,
#home-events p.simcal-align-right,
#home-events dt.simcal-day-label {
    display: none;
}

#home-events dd {
    display: block;
    float: none;
    width: 100%;
}

#home-events .simcal-events,
#home-events .simcal-event-details p {
    display: block;
    margin: 0;
    padding: 0;
}

#home-events .simcal-event-details a,
#home-events .right-one {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#home-events .left-one {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#home-events .left-one span {
    width: 55px;
    display: block;
    background-color: #FFF;
    color: rgb(63, 63, 63);
    text-align: center;
}
#home-events .right-one {
    margin-left: 15px;
    flex-direction: column;
}
#home-events .right-one span.simcal-event-title {
    font-size: 16px;
}
#home-events .right-one span.simcal-event-start-location {
    color: #B0B0B0;
    font-size: 13px;
}

#home-events .event-day {
    color: #4E4E4E;
    font-size: 36px;
    font-weight: 800;
    line-height: 0.9;
}
#home-events .event-month {
    color: #4E4E4E;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.96px;
    text-transform: uppercase;
}

.greennature-portfolio-style2 .greennature-portfolio-thumbnail {
    max-width: 33.3333%;
}

body:not(#main-theme) .greennature-blog-thumbnail img {
    width: 100%;
}

.scoala-de-mediu-thumb-wrapper {
    width: 45%;
    float: left;
    margin: 0 2% 0 0;
    padding: 0;
    position: relative;
}

.scoala-de-mediu-thumb-wrapper .greennature-blog-full-thumbnail {
    width: 100%;
    margin-bottom: 0;
}

.scoala-de-mediu-content-wrapper .full-width {
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    body:not(#main-theme) {
        font-size: 15px;
    }

    body:not(#main-theme) h1 {
        font-size: 36px;
    }

    body:not(#main-theme) h2 {
        font-size: 32px;
    }

    body:not(#main-theme) h3 {
        font-size: 26px;
    }

    body:not(#main-theme) h4 {
        font-size: 22px;
    }

    body:not(#main-theme) h5 {
        font-size: 18px;
    }

    body:not(#main-theme) h6 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .scoala-de-mediu-thumb-wrapper {
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }
    body:not(#main-theme) {
        font-size: 14px;
    }

    body:not(#main-theme) h1 {
        font-size: 28px;
    }

    body:not(#main-theme) h2 {
        font-size: 24px;
    }

    body:not(#main-theme) h3 {
        font-size: 20px;
    }

    body:not(#main-theme) h4 {
        font-size: 18px;
    }

    body:not(#main-theme) h5 {
        font-size: 16px;
    }

    body:not(#main-theme) h6 {
        font-size: 14px;
    }
}

#footer-widget-2 .widget_text {
    margin: 0;
}
.copyright-right {
    margin-left: 0;
    width: 100%;
    max-width: 350px;
    font-size: 13px;
    text-align: right;
}

#footer-widget-3 {
    box-sizing: border-box;
    padding-left: 70px;
}

#footer-widget-3 .widget_text {
    margin: 0 0 30px 15px;
}

#footer-widget-3 ul li {
    padding-bottom: 0;
}
#footer-widget-3 ul a {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

#footer-widget-3 ul a:hover,
#footer-widget-2 .email-info a:hover {
    color: #FFF;
    text-decoration: underline;
}

.contact-info .address-info {
    font-size: 13px;
    line-height: 20px;
}

.email-info a i {
    margin-right: 12px;
}

.greennature-fixed-header .greennature-logo img {
    max-height: 60px;
}

.greennature-personnel-item.plain-style .personnel-author {
    text-align: center;
    color: #107786;
}

body:not(#main-theme) .header-style-5-title-wrapper.greennature-page-title-wrapper {
    padding-top: 230px;
    background-repeat: no-repeat;
    background-size: cover;
}

body .search-container .gdl-search-form input[type="submit"] {
    padding-left: 20px;
    font-weight: 600;
}

.page-not-found-item {
    min-height: calc(100vh - 270px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    gap: 24px;
}

.admin-bar .page-not-found-item {
    min-height: calc(100vh - 302px);
}

.page-not-found-title h3 {
    margin: 95px 0 0;
}

.admin-bar .page-not-found-title h3 {
    margin: 127px 0 0;
}

.error404 .gdl-search-form {
    width: 100%;
    max-width: 350px;
}

.error404 .page-not-found-caption,
.search .page-not-found-caption {
    color: #393939;
}

body.search .content-wrapper {
    padding-top: 108px;
}

body.search.admin-bar .content-wrapper {
    padding-top: 140px;
}

body.search .greennature-item-start-content {
    float: none;
    margin: 0 auto;
    padding-top: 0;
}

body.search .page-not-found-item {
    min-height: calc(100vh - 376px);
    width: 100%;
}

body.search.admin-bar .page-not-found-item {
    min-height: calc(100vh - 442px);
}

body.search.admin-bar .page-not-found-title h3 {
    margin-top: -10px;
}

.page-found-title {
    width: 100%;
    text-align: center;
    margin: 130px 0 35px;
    padding: 0 15px;
}

.page-found-caption {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 110px;
    padding: 0 15px;
}
.page-found-caption strong {
    color: #107786;
    text-transform: uppercase;
    display: block;
    margin-top: 25px;
}
.search .greennature-standard-style {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}
.search .greennature-blog-thumbnail {
    flex: 0 0 30%;
    min-width: 220px;
    margin-bottom: 0;
}
.search .greennature-item.greennature-blog-grid {
    margin-bottom: 50px;
}
.search .greennature-blog-grid-content {
    flex: 0 0 70%;
}
.greennature-blog-contenta p {
    min-height: 110px;
}
@media only screen and (max-width: 1060px) {
    body:not(#parent-theme) .greennature-logo,
    body:not(#parent-theme) .greennature-navigation-wrapper {
        float: left;
        margin: 0;
        padding: 0;
    }
    body:not(#parent-theme) .greennature-header-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        padding: 0 15px;
    }
    body:not(#parent-theme) .greennature-navigation-wrapper .greennature-main-menu > li > a {
        padding-right: 15px;
        padding-bottom: 0;
    }
    body:not(#parent-theme) .greennature-logo {
        margin-bottom: 0 !important;
        margin-right: 10px;
    }
    body:not(#parent-theme) .greennature-navigation {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    body:not(#parent-theme) .greennature-donate-button {
        margin-left: 0;
    }
    .greennature-master-slider-item h1.greennature-heading-shortcode {
        font-size: 40px;
    }
    .greennature-blog-contenta p {
        min-height: 160px;
    }
}
@media all and (max-width: 767px) {
    body:not(#main-theme) .header-style-5-title-wrapper.greennature-page-title-wrapper {
        padding-top: 60px;
    }
    body:not(#main-theme) .greennature-parallax-wrapper {
        background-size: cover;
        background-position: center  center !important;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    body:not(#parent) .top-navigation-right {
        float: right;
    }
    .admin-bar .page-not-found-title h3,
    .page-not-found-title h3 {
        margin-top: 0;
    }
    #footer-widget-3 {
        padding-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }
    #footer-widget-3 .widget_text {
        margin: 0;
    }
    #footer-widget-3 .greennature-widget-title {
        margin: 0;
    }
    #footer-widget-3 .widget_nav_menu {
        margin: 20px 0 0;
    }
    .copyright-right {
        text-align: center;
        margin: 20px 0 0;
        width: 100%;
        max-width: 100%;
    }
    body:not(#parent) .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    body:not(#parent) .footer-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .footer-column.four {
        width: 50%;
        float: none;
    }
    body:not(#parent) .footer-column .greennature-widget-title {
        text-align: center;
    }
    .contact-info {
        align-items: center;
    }
    #text-2 p {
        text-align: center;
    }
    body:not(#parent) .copyright-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .footer-wrapper .widget.greennature-widget {
        margin-bottom: 0;
    }
    body:not(#parent-theme) .greennature-header-container {
        justify-content: flex-start;
    }
    body:not(#parent-theme) #greennature-responsive-navigation .dl-trigger {
        top: 26px;
    }
    body:not(#parent-theme) #greennature-responsive-navigation.dl-menuwrapper button,
    body:not(#parent-theme) #greennature-responsive-navigation.dl-menuwrapper button:hover,
    body:not(#parent-theme) #greennature-responsive-navigation.dl-menuwrapper button.dl-active,
    body:not(#parent-theme) #greennature-responsive-navigation.dl-menuwrapper ul {
        background-color: #7fab92;
    }
    #menu-main-menu {
        width: 100%;
        margin: 0;
        left: 0;
    }
    body:not(#parent-theme) .dl-menuwrapper li a {
        font-weight: 900;
    }
    .greennature-master-slider-item h1.greennature-heading-shortcode {
        font-size: 20px;
    }
    .ms-slide .ms-anim-layers .ms-layer {
        left: 10px !important;
        width: calc(100% - 20px) !important;
    }
    .ms-slide .ms-anim-layers .ms-layer:nth-child(1) {
        top: 50% !important;
    }
    .ms-slide .ms-anim-layers .ms-layer:nth-child(2) {
        font-size: 10px !important;
        line-height: 16px !important;
        top: calc(50% + 40px) !important;
    }
    .greennature-blog-contenta p {
        min-height: 0;
    }
}

@media all and (max-width: 580px) {
    #footer-widget-1 {
        max-width: 140px;
        margin-right: 20px;
    }
}

/* RNU Next Events Widget Styles */
.rnu-latest-events {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rnu-event-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}
.rnu-event-thumb {
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}
.rnu-event-thumb img {
    width: 100px;
    height: auto;
    display: block;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.rnu-event-thumb:hover img {
    transform: scale(1.12);
}
.rnu-event-details {
    font-size: 14px;
    line-height: 1.5;
}
.rnu-event-details h5 {
    font-size: 18px;
    margin: 0 0 6px 0;
    line-height: 1.2;
}
.single-event .greennature-blog-full-thumbnail {
    position: relative;
}
.rnu-event-thumb .greennature-caption,
.rnu-event-caption.greennature-caption {
    position: absolute;
    left: 0;
}
.rnu-event-thumb .greennature-caption {
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.rnu-event-caption.greennature-caption {
    bottom: 7px;
    max-width: 100%;
    padding: 10px 20px;
}

.rnu-events-list {
    margin-bottom: 30px;
}
.rnu-events-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rnu-events-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.rnu-events-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
/* Thumbnail styling */
.rnu-events-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
}
.rnu-events-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Date box styling */
.rnu-events-date {
    color: #4E4E4E;
    text-align: center;
    padding: 8px 5px;
    width: 60px;
    flex-shrink: 0;
    margin-right: 15px;
}
.rnu-events-day {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}
.rnu-events-month {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}
/* Event details styling */
.rnu-events-details {
    flex-grow: 1;
}
.rnu-events-details h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}
.rnu-events-details h3 a {
    color: #333;
    text-decoration: none;
}
.rnu-events-details h3 a:hover {
    color: #304293;
}
.event-location {
    margin-bottom: 5px;
    color: #777;
}
.event-location i {
    margin-right: 5px;
    color: #304293;
}