/*
Theme Name: Watts Rising
Description:  Watts Rising theme
Author: Pastilla
Author URI: https://pastilla.co
Version: 1.1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: watts-rising
*/

@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("/fonts/Montserrat-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

p, div, span, button {
    font-family: Montserrat !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Noto Sans !important;
}

h2 {
    font-weight: 600;
    font-size: 30px;
}

@media (min-width: 992px) {
    .navbar-brand {
        margin: 0 50px !important;
    }
}

.menu-item {
    padding-right: 20px;
}

.menu-item a {
    color: #017A4E !important;
}

@media (min-width: 992px) {
    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.watts-general-button {
    color: #fff !important;
    border-color: #017A4E !important;
    padding: 0.475rem 0.95rem !important;
    line-height: 1 !important;
    border-radius: 3px !important;
    font-size: 16px;
    font-weight: 600;
}

.watts-button-green {
    background-color: #017A4E !important;
    color: #fff !important;
}

.watts-button-green a {
    color: #fff !important;
}


.watts-button-white {
    background-color: #fff !important;
    color: #017A4E !important;
}

.watts-button-white a {
    color: #017A4E !important;
}
.watts-button-white {
    background-color: #fff !important;
    color: #017A4E !important;
}


@media (min-width: 992px) {
    #secondary-menu .navbar {
        justify-content: end !important;
        padding-right: 100px !important;
    }
}

@media (min-width: 992px) {
    #primary-menu #navbarSupportedContent {
        justify-content: end !important;
        padding-right: 100px !important;
    }
}

@media (max-width: 992px) {
    #menu-secondary-menu {
        flex-direction: row !important;
    }
    #menu-secondary-menu .menu-item {
        padding-right: 15px;
    }
    #menu-secondary-menu .pll-parent-menu-item {
        padding-left: 10px;
    }
}

footer {
    padding-top: 30px;
    background-color: #FAFAFA;
}

footer img {
    padding-bottom: 10px;
}

footer .social-icons img {
    padding-right: 5px;
}

footer .social-icons a {
    text-decoration: none;
}

footer h4 {
    font-size: 14px !important;
    font-weight: 600;
    font-family: Montserrat !important;
}

footer p {
    font-size: 12px;
}

footer a {
    color: #212529 !important;
}

.bottom-footer-menu a {
    color: #000 !important;
    font-size: 9px;
}

.bottom-footer p {
    font-size: 9px !important;
}

footer .contact-col p {
    margin-bottom: 0.5rem !important;
}

footer hr {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.bottom-footer-menu li{
    list-style: none;
    margin-left: 30px;
}

.bottom-footer-menu {
    display: flex;
    justify-content: end;
}

@media (max-width: 992px) {
    footer .col-12 {
        padding-bottom: 30px;
    }
}
.hero-section {
    width: 100vw;
    min-height: 360px;
    margin-left: calc(50% - 50vw);
    position: relative;
}

.hero-description {
    color: #fff;
    font-weight: 500;
    max-width: 480px;
    font-size: 16px;
}

@media (max-width: 992px) {
    .hero-description {
        font-size: 14px;
        font-weight: 400;
        padding-right: 20px;
    }
}

.hero-bg-desktop {
    display: block;
    background-color: #017A4E;
    width: 100%;
    min-height: 360px;
    background-position: right;
    background-repeat: no-repeat;
}

.hero-bg-mobile {
    display: none;
}

@media (max-width: 992px) {
    .hero-bg-desktop {
        display: none;
    }

    .hero-bg-mobile {
        display: block;
        width: 100%;
    }


    .hero-section {
        background-color: #017a4e;
    }
}

.hero-content {
    padding-left: 20px;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1250px) {
    .hero-section {
        display: flex;
        align-items: start;
        justify-content: center;
    }
    .hero-content {
        padding-left: 0;
        width: 1140px;
    }
}

@media (max-width: 992px) {
    .hero-content {
        padding: 0px 0px 40px 20px;
        bottom: 0;
        top: initial;
    }
}

.hero-title {
    color: #BFFCB2;
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 20px;
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 32px;
        font-weight: 600;
    }
}

.hero-content .cta-button{
    font-weight: 600;
    width: 160px;
}

.hero-section .social-icons a {
    padding-right: 10px;
}
.social-icons img {
    width: 25px;
    height: 25px;
}


.page-404 h1{
    color: #017A4E;
    font-size: 160px;
    position: relative;
    top: 70px;
    z-index: -1;
}

@media (max-width: 300px) {
    .page-404 h1{
        font-size: 120px;
    }
}

.page-404 .container {
    position: relative;
    top: -70px;
    z-index: -1;
}

.page-404 img {
    width: 100%;
    max-width: 300px;
}

.page-404 h2 {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
}

.page-404 p {
    font-size: 16px;
}

.hero-section-post {
    background-color: #017a4e;
    width: 100vw;
    min-height: 360px;
    margin-left: calc(50% - 50vw);
}

.hero-section-post h1 {
    color: #BFFCB2;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
}

.hero-section-post .post-author {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.hero-section-post .social-media-share span {
    font-size: 16px;
    font-weight: 600;
}

@media(max-width: 992px) {
    .hero-section-post h1 {
        font-size: 30px;
    }
}

.single-post .featured-posts h4 {
    font-size: 20px;
    font-weight: 600;
    color: #017A4E;
}

.single-post .featured-posts .date {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
}

.single-post .featured-posts .excerpt {
    font-size: 16px;
    font-weight: 400;
}

.single-post .featured-posts .read-more {
    color: #017A4E;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

.single-post .photo-album {
    width: 227px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.tree-dedication-btn {
    width: auto;
    padding: 5px 10px !important;
}

.tree-dedication-btn a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.pll-parent-menu-item {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
}

#menu-secondary-menu .menu-item a {
    color: #595959 !important;
}

#menu-secondary-menu .menu-item a span {
    font-size: 12px;
    font-weight: 600;
}
#menu-primary-menu .menu-item a span {
    font-size: 14px;
    font-weight: 600;
}


.contact-form-btn {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.accordion-item-title {
    padding: 20px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E3E3E3;
}

.accordion-item-title a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.service-accordion-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E3E3E3;
    height: 57px;
}

.service-accordion-card-header div{
    padding: 20px 0px 20px 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #017A4E;
}

.service-accordion .service-accordion-card-header:after {
    content: url('./assets/images/closed-icon-accordion.svg');
    position: relative;
    top: 5px;
    padding-left: 10px;
}
.service-accordion .service-accordion-card-header.collapsed:after {
    content: url('./assets/images/opened-icon-accordion.svg');
    position: relative;
    top: 5px;
    padding-left: 10px;
}

.elementor-swiper-button {
    font-size: 55px !important;
}

.resilient-homes .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.resilient-homes .elementor-widget-heading .elementor-widget-container {
    padding: 20px 0px !important;
}

.posts-index .read-more {
    color: #017A4E;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

.posts-index .post-content .post-meta {
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.posts-index  .post-content .post-author {
    text-transform: initial;
}

.posts-index .post-excerpt {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .posts-index .hero-post img {
        height: 80% !important;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .posts-index .hero-post .post-content {
        height: 20% !important;
    }
}

.posts-index .post-title {
    color: #017A4E;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

.posts-index .pagination {
    padding: 30px 0px;
    justify-content: center;
    align-items: center;
}

.page-numbers {
    font-size: 20px;
    font-width: 600;
    color: #595959;
    background-color: #F4F4F4;
    padding: 6px 18px;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    margin: 0px 7px;
}

.page-numbers.current {
    font-size: 20px;
    font-width: 600;
    background-color: #017A4E;
    color: #fff;
    padding: 6px 18px;
    border: 1px solid #017A4E;
    border-radius: 5px;
    margin: 0px 7px;
}

.posts-index .hero-image-label {
    position: absolute;
    top: 0;
    background: #BFFCB2;
    padding: 10px 20px;
    color: #017A4E;
    font-size: 20px;
    font-weight: 700;
}

.in-the-media .top-info p {
    font-family: Noto Sans !important;
    background-color: #EFF6F4;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.in-the-media .top-info p {
    padding: 25px;
}

@media(min-width: 1000px) {
    .in-the-media .top-info p {
        padding: 50px 600px 50px 195px;
    }
}

.in-the-media .blog-row h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.in-the-media .posts-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in-the-media .posts-row-header a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #017A4E;
}

.watts-accordion .service-accordion-card-header {
    border: none !important;
    justify-content: start !important;
}

.watts-accordion .service-accordion-card-header a {
    margin-right: 10px;
}

.watts-accordion-card-body li {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.elementor-widget-watts-accordion {
    margin: 0 !important;
}

.elementor-widget-container p a {
    color: #017A4E !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.single-accordion .single-accordion-header {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    padding-bottom: 10px;
}

.single-accordion .collapsed-button a {
    color: #017A4E;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.single-accordion [aria-expanded="false"] .expanded,
.single-accordion [aria-expanded="true"] .collapsed {
    display: none;
}

.single-accordion .single-accordion-card {
    padding: 40px;
    margin-bottom: 30px;
}

.single-accordion .single-accordion-card-body {
    padding-top: 20px;
}

.double-accordion .service-accordion-card-header {
    justify-content: flex-start;
    border: none;
    padding-right: 10px !important;
    margin-bottom: 10px;
}

.double-accordion .service-accordion-card-header div {
    font-size: 20px !important;
}

.double-accordion .double-accordion-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #595959;
}

.event-buttons a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #017A4E;
    border-radius: 2px;
}

.event-buttons .event-rsvp-button a {
    background-color: #017A4E !important;
    color: #fff !important;
    width: 166px;
}

.new-events .single-event {
    border: 1px solid #D9D9D9;
}

.new-events .event-body .line {
    border-top: 1px solid #D9D9D9;
    margin-left: -30px;
}

.new-events .event-title h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #017A4E;
}

.new-events .event-date {
    background-color: #EFF6F4;
    margin: 15px 10px 15px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new-events .event-date .month {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #017A4E;
}

.new-events .event-date .day {
    font-weight: 600;
    font-size: 50px;
    line-height: 48px;
    color: #017A4E;
    font-family: 'Noto Sans' !important;
}

.new-events .event-thumbnail {
    object-fit: cover;
}

.old-events .event-thumbnail {
    object-fit: contain;
}

.old-events .single-event {
    border: 1px solid #D9D9D9;
    margin: 0 10px 10px 0;
}

.events .events-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
}

.old-events .post-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.old-events h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.old-events .event-detail-button a:hover,
.new-events .event-detail-button a:hover {
    background-color: #017A4E !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .new-events .event-body {
        padding: 10px;
    }

    .new-events .event-header {
        padding: 10px;
    }

    .new-events .event-body .line {
        margin-left: 0;
    }
}

.events .pagination .page-numbers:not(.next):not(.prev){
    display: none;
}

.events .calendar-iframe {
    width: 100%;
    height: 600px;
    border: 2px solid #ede9e9;
    border-radius: 5px;
}

.homepage-upcoming-events .events-title {
    font-size: 30px;
    font-weight: 600;
}

.homepage-upcoming-events .new-events .event-date {
    background-color: #fff;
}

.homepage-upcoming-events .new-events .event-date .month {
    color: #1C2448;
}

.homepage-upcoming-events .new-events .event-date .day {
    color: #1C2448;
}

.homepage-upcoming-events .new-events .event-title h3 {
    color: #1C2448;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.homepage-upcoming-events .event-buttons .event-rsvp-button a {
    background-color: #1C2448 !important;
}

.homepage-upcoming-events .event-detail-button a {
    width: 166px;
    border: 1px solid #1C2448;
    border-radius: 2px;
    color: #1C2448 !important;
    margin-bottom: 10px;
}

.homepage-upcoming-events .event-header {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.homepage-upcoming-events .new-events .single-event {
    background-color: #F9F9F9;
}

.homepage-upcoming-events .new-events .single-event {
    border: none;
    background-color: #F9F9F9;
    padding-bottom: 20px;
}

.homepage-upcoming-events .new-events .event-detail-button a:hover {
    background-color: #1C2448 !important;
    color: #fff !important;
}

.homepage-upcoming-events .new-events .event-rsvp-button a:hover {
    background-color: #fff !important;
    color: #1C2448 !important;
}

.homepage-blog .blog-title {
    font-size: 30px;
    font-weight: 600;
}

.homepage-blog .post-card {
    border: none;
    padding-bottom: 20px;
}

.homepage-blog .post-date {
    color: #324A6D;
    font-size: 14px;
    line-height: 24px;
}

.homepage-blog .post-excerpt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.homepage-blog .post-content {
    background-color: #F9F9F9;
}

.homepage-blog .post-content .read-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #324A6D;
    text-decoration: underline;
}

.homepage-blog .all-posts {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.homepage-blog .all-posts a {
    color: #324A6D;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.homepage-blog .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-menu .menu-item:focus, .dropdown-menu .menu-item:hover {
    background-color: #e9ecef !important
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef !important;
}

#secondary-menu .menu-item a span {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #595959 !important;
}

#secondary-menu .dropdown-toggle::after {
    color: #595959 !important;
}

.home-about-number-stats {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 48px;
}

.homepage-service {
    max-width: 362px;
}

.homepage-service-text {
    background: #EFF6F4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    padding: 15px 0px;
}

.homepage-service-heading {
    color: #017A4E;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.homepage-service-subheading {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

.white-accordion {
    background: #fff;
    border-radius: 10px;
    padding: 0px 20px;
}

.white-accordion .service-accordion-card-header {
    border: none;
}

.homepage-public-forum .single-event {
    border-radius: 10px;
}

.homepage-public-forum .event-thumbnail {
    border-radius: 10px;
}

.homepage-public-forum .event-title {
    padding-right: 10px;
}

.homepage-public-forum .event-date {
    border-radius: 10px;
}

.homepage-public-forum .event-detail-button a {
    border-radius: 10px !important;
}

.displacement-accordion .service-accordion-card-header {
    border: none;
    justify-content: normal;
    height: 37px;
}

.displacement-accordion .service-accordion-card-header div {
    font-size: 20px !important;
    line-height: 28px;
}

.jobs-and-opportunities .title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

.jobs-and-opportunities .item {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 30px;
}

.jobs-and-opportunities .item-title {
    font-weight: 500;
    font-size: 24px;
    color: #017A4E;
    line-height: 32px;
}

.jobs-and-opportunities .item-time .content {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #595959;
}

.jobs-and-opportunities .item-contact .content {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #595959;
}

.jobs-and-opportunities .item-contact .content a {
    color: #017A4E;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .jobs-and-opportunities .item-buttons {
        flex-direction: column;
    }

    .jobs-and-opportunities .item-contact {
        flex-direction: column;
    }

    .jobs-and-opportunities .item-description {
        padding-bottom: 20px;
    }

    .jobs-and-opportunities .post-types-buttons {
        text-align: center;
    }

    .jobs-and-opportunities .single-button {
        padding-bottom: 20px;
    }

    .jobs-and-opportunities .single-button button {
        width: 100% !important;
    }
}


.jobs-and-opportunities .item-buttons a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #017A4E;
    padding: 10px 20px;
}

.jobs-and-opportunities .posts-section {
    background-color: #F9F9F9;
}

.jobs-and-opportunities .post-types-buttons button {
    border: 1px solid #F9F9F9;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    width: 360px;
    height: 80px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.jobs-and-opportunities .pagination {
    padding: 30px 0px;
    justify-content: center;
    align-items: center;
}

#primary-menu .current_page_item {
    background-color: #EFF6F4;
    padding: 0px 5px;
    margin: 0px 10px 10px 0px;
    border-radius: 5px;
}

#primary-menu .dropdown-menu .current_page_item {
    background-color: #EFF6F4;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 5px;
}

#secondary-menu .current_page_item {
    background-color: #EFF6F4;
    padding: 0px 5px;
    margin: 0px 10px 10px 0px;
    border-radius: 5px;
}

.watts-accordion a,
.white-accordion a,
.service-accordion a,
.watts-accordion a,
.displacement-accordion a,
.event-description a,
.single-accordion-card-body a
{
    color: #017A4E !important;
}
