/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.elementor-location-header .cpel-switcher__nav {
    float: right;
}
.elementor-location-footer ul.cpel-switcher__list {
    padding: 0;
}
ul.cpel-switcher__list li {
    list-style-type: none;
    display: inline-block;
}
ul.cpel-switcher__list li.lang-item a {
    color: var( --e-global-color-accent );
}
ul.cpel-switcher__list li.lang-item a:hover,
ul.cpel-switcher__list li.lang-item a:focus,
ul.cpel-switcher__list li.lang-item a:active {
    color: var( --e-global-color-0311beb );
}
.elementor-location-footer ul.cpel-switcher__list li.lang-item a {
    color: var( --e-global-color-0311beb );
}
.elementor-location-footer ul.cpel-switcher__list li.lang-item a:hover,
.elementor-location-footer ul.cpel-switcher__list li.lang-item a:focus,
.elementor-location-footer ul.cpel-switcher__list li.lang-item a:active {
    color: var( --e-global-color-05207d2 );
}
ul.cpel-switcher__list .lang-item:not(:last-child) { 
    margin-right: 15px;
}
    
/*** Block Editor Color Palette ***/
/*
.has-purple-background-color { background-color: #682d83 !important; }
.has-light-purple-background-color { background-color: #b245ba !important; }
.has-dark-blue-background-color { background-color: #284393 !important; }
.has-light-blue-background-color { background-color: #3c6beb !important; }
.has-gray-text-background-color { background-color: #333 !important; }
.has-white-background-color { background-color: #FFF !important; }

.has-purple-color { color: #682d83 !important; }
.has-light-purple-color { color: #b245ba !important; }
.has-dark-blue-color { color: #284393 !important; }
.has-light-blue-color { color: #3c6beb !important; }
.has-gray-text-color { color: #333 !important; }
.has-white-color { color: #FFF !important; }*/

body {
    background-color: var( --e-global-color-primary );
}

/******************************** 
 * Header / Menu Styles 
 ********************************/
button.wahout.aicon_link {
    border-radius: 0;
    padding: 0;
}
#header-search-icon:hover {
    cursor: pointer;
}
#header-search-form {
    display: none;
}
body.search-open #header-search-form {
    display: block;
}


.archive h1.entry-title,
.search-results h1.entry-title {
    color: var( --e-global-color-d94f29a );
    font-family: "Roboto", Sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.35em;    
}
@media (max-width: 1024px) {
    .archive h1.entry-title,
    .search-results h1.entry-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 767px) {
    .archive h1.entry-title,
    .search-results h1.entry-title {
        font-size: 2rem;
    }
}
.archive #content,
.search-results #content {
    padding: 30px 0 60px;
}

/* Button / Link Styles */
a {
    color: var( --e-global-color-13597d6 ); /* Red from logo */
}
a:active, a:focus, a:hover{
    color: var( --e-global-color-accent ); /* Dark Green */
}
.dark-bkgd a {
    color: var( --e-global-color-3657f1c ); /* Light Gray */
    text-decoration: underline;
}
.dark-bkgd a:active, .dark-bkgd a:focus, .dark-bkgd a:hover{
    color: var( --e-global-color-ecc43a5 ); /* Cream */
}
.light-green-bkgd a {
    color: var( --e-global-color-text ); /* Normal Black text */
    font-weight: 500;
}
.light-green-bkgd a:active, .light-green-bkgd a:focus, .light-green-bkgd a:hover{
    color: var( --e-global-color-accent ); /* Dark Green */
}

a.wp-block-button__link,a.wp-block-button__link:visited,
a.button,a.button:visited,
button, button#sgpb-close-button,
[type=button],[type=submit],
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 20px;
    font-weight: 500;
    fill: var( --e-global-color-ecc43a5 );
    color: var( --e-global-color-ecc43a5 );
    background-color: var( --e-global-color-accent );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-ecc43a5 );
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0px 0px 0px 2px #2e4c51;
    padding: 3px 12px 3px 12px;
    text-decoration: none;
}
#sgpb-popup-dialog-main-div-wrapper button#sgpb-close-button {
    color: var( --e-global-color-ecc43a5 ) !important;
    background-color: var( --e-global-color-accent ) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var( --e-global-color-ecc43a5 ) !important;
    border-radius: 13px 13px 13px 13px !important;
    box-shadow: 0px 0px 0px 2px #2e4c51 !important;
    padding: 3px 12px 3px 12px !important;
}
a.wp-block-button__link:active, a.wp-block-button__link:focus, a.wp-block-button__link:hover, 
button:focus, button:hover,
button#sgpb-close-button:focus,button#sgpb-close-button:hover,
input[type=button]:focus, input[type=button]:hover,
input[type=submit]:focus, input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
    color: #2E4C51; /* Dark Green */
    background-color: #fff; 
    text-decoration:none;
    font-weight: 500;
}
#sgpb-popup-dialog-main-div-wrapper button#sgpb-close-button:focus,
#sgpb-popup-dialog-main-div-wrapper button#sgpb-close-button:hover {
    color: #2E4C51 !important; /* Dark Green */
    background-color: #fff !important; 
}
.dark-bkgd a.wp-block-button__link:active, .dark-bkgd a.wp-block-button__link:focus .dark-bkgd a.wp-block-button__link:hover,
.dark-bkgd button:focus, .dark-bkgd button:hover, 
.dark-bkgd input[type=button]:focus, .dark-bkgd input[type=button]:hover, 
.dark-bkgd input[type=submit]:focus, .dark-bkgd input[type=submit]:hover,
.dark-bkgd .gform_wrapper .gform_footer input.button:focus, .dark-bkgd .gform_wrapper .gform_footer input.button:hover, 
.dark-bkgd .gform_wrapper .gform_footer input[type=submit]:focus, .dark-bkgd .gform_wrapper .gform_footer input[type=submit]:hover, 
.dark-bkgd .gform_wrapper .gform_page_footer input.button:focus, .dark-bkgd .gform_wrapper .gform_page_footer input.button:hover, 
.dark-bkgd .gform_wrapper .gform_page_footer input[type=submit]:focus, .dark-bkgd .gform_wrapper .gform_page_footer input[type=submit]:hover {
    color: #2E4C51; /* Dark Green */
    background-color: #fff;
}
.dark-bkgd a.wp-block-button__link, .dark-bkgd a.wp-block-button__link:visited,
.dark-bkgd button, 
.dark-bkgd [type=button],.dark-bkgd [type=submit],
.dark-bkgd .gform_wrapper .gform_footer input.button, .dark-bkgd .gform_wrapper .gform_footer input[type=submit], 
.dark-bkgd .gform_wrapper .gform_page_footer input.button, .dark-bkgd .gform_wrapper .gform_page_footer input[type=submit] {
    color: #fff;
    background-color: #2E4C51; /* Dark Green */
}


/*********************************
* Misc Content Styles
*********************************/
.cpel-switcher__lang a, .cpel-switcher__lang a:active {
    color: var( --e-global-color-accent );
}
.cpel-switcher__lang a:hover, .cpel-switcher__lang a:focus  {
    color: #FFF;
}

.photo-credit {
    font-style: italic;
    font-size: 0.9rem;
    line-height: 1.3;
}
.no-search-form {
    color: #fff;
}
.what-graphic img,
.who-graphic img {
    display: block;
    margin: 0 auto;
    max-width: none;
}
.resource-list a {
    color: var( --e-global-color-ecc43a5 );
    text-decoration: underline;
}
.resource-list a:hover, .resource-list a:focus, .resource-list a:active {
    color: var( --e-global-color-05207d2 );
}
.white-text ::marker {
    color: white;
}
.nav-previous {
    float: right;
}
.nav-next {
    float: left;
}

/*********************************
* Home - Flip Boxes
*********************************/
@media (min-width: 950px) and (max-width: 1040px) {
    .home .elementor-flip-box__back .elementor-flip-box__layer__overlay {
        padding: 10px;
        line-height: 1.5;
    }
    .home .elementor-flip-box__layer__description:not(:last-child), 
    .home .elementor-flip-box__layer__title:not(:last-child) {
        margin-bottom: 10px;
    }
    .home .elementor-flip-box__back .elementor-flip-box__layer__inner {
        padding: 5px;
    }

}
@media (min-width: 768px) and (max-width: 949px) {
    .home .elementor-flip-box__back .elementor-flip-box__layer__overlay {
        padding: 5px;
        line-height: 1.4;
    }
    .home .elementor-flip-box__layer__description:not(:last-child), 
    .home .elementor-flip-box__layer__title:not(:last-child) {
        margin-bottom: 7px;
    }

    .home .elementor-flip-box__back .elementor-flip-box__layer__overlay h3 {
        font-size: 1.2rem;
    }    
}

/*********************************
* Home - Resources
*********************************/
.home-resource {
    text-align: center;
    color: var( --e-global-color-text );
}
.home-resource--resource-format {
    margin-bottom: 15px;
}
.home-resource--resource-format i {
    font-size: 2rem;
}
.home-resource .tagline {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: var( --e-global-typography-accent-font-weight );
    font-style: var( --e-global-typography-accent-font-style );
    line-height: var( --e-global-typography-accent-line-height );
}
.home-resource .resource-title {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: var( --e-global-typography-secondary-font-weight );
    line-height: var( --e-global-typography-secondary-line-height );   
}
.home-resource .tagline + .resource-title {
    margin: 15px 0;
}
.home-resource .resource-excerpt {
    margin-bottom: 25px;
}
.home-resource .resource-button a {
    font-size: 20px;
    font-weight: 500;
    fill: var( --e-global-color-ecc43a5 );
    color: var( --e-global-color-ecc43a5 );
    background-color: var( --e-global-color-accent );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-ecc43a5 );
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0px 0px 0px 2px #2e4c51;
    padding: 3px 12px 3px 12px;
}
.home-resource .resource-button a:hover,
.home-resource .resource-button a:focus {
    border-radius: 13px 13px 13px 13px;
}


/***************************************
* Featured Community Profile (shortcode)
****************************************/
.community-profile,
.featured-resource{
    padding: 20px 0;
}
.community-profile * {
    color: #fff;
}
.community-profile--title, .community-profile--name,
.featured-resource--title, .featured-resource--name {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: var( --e-global-typography-secondary-font-weight );
    line-height: var( --e-global-typography-secondary-line-height );
    text-transform: uppercase;
}
.community-profile--title,
.featured-resource--title {
    text-align: center;   
}
.featured-resource--title {
    color: #FFF;
}
.community-profile-subtitle,
.featured-resource-format {
    text-align: center;
    color: var( --e-global-color-3657f1c );
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1.35em;    
}
.featured-resource-format {
    color: var( --e-global-color-accent );
    vertical-align: bottom;
}
.featured-resource-format i {
    margin-right: 8px;   
    font-size: 0.9em; /* Resize relative to the larger title */
}
.community-profile--columns,
.featured-resource--columns{
    display: flex;
    margin-top: 30px;
}
.community-profile--column-1,
.featured-resource--column-1 {
    width: 64.85%;
    padding-top: 30px;
}
.community-profile--columns.no-img .community-profile--column-1,
.featured-resource--columns.no-img .featured-resource--column-1 {
    width: 100%;
}
.community-profile--column-2,
.featured-resource--column-2 {
    width: 30%;
    margin-left: 5%;
}
/*.community-profile-location {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1.35em;      
    padding: 15px 0 0 60px;
}*/
.community-profile--desc,
.featured-resource--desc {
    padding: 30px 0 0 0;    
}
.community-profile-button,
.featured-resource-button {
    text-align: center;
    margin-top: 30px;
}
.community-profile-button .elementor-button-link.elementor-button,
.featured-resource-button  .elementor-button-link.elementor-button {
    border-radius: 20px;
    padding: 7px 28px;
    text-decoration: none;
}
.community-profile-button a.elementor-button:hover span,
.community-profile-button a.elementor-button:focus span,
.community-profile-button a.elementor-button:active span,
.community-profile-button a.elementor-button:hover span i:before,
.community-profile-button a.elementor-button:focus span i:before,
.community-profile-button a.elementor-button:active span i:before,
.featured-resource-button a.elementor-button:hover span,
.featured-resource-button a.elementor-button:focus span,
.featured-resource-button a.elementor-button:active span,
.featured-resource-button a.elementor-button:hover span i:before,
.featured-resource-button a.elementor-button:focus span i:before,
.featured-resource-button a.elementor-button:active span i:before {
    color: var( --e-global-color-accent );
}
.community-profile-button a:hover, 
.community-profile-button a:focus,
.community-profile-button a:active,
.featured-resource-button a:hover, 
.featured-resource-button a:focus,
.featured-resource-button a:active {
    color: var( --e-global-color-accent );
    border-radius: 20px;
}

/*********************************
* Resource Type Archive pages
*********************************/
.elementor-column.resource-type--title-bar {
    margin-left: -17%;
    width: 83.66%;
}
.elementor-column.resource-type--title-bar .elementor-section.elementor-inner-section .elementor-column {
    padding-left: 25%;
    padding-right: 50px;    
}
@media (max-width: 767px) {
    .elementor-column.resource-type--title-bar {
        margin-left: 0;
        width: 100%;
    }
    .elementor-column.resource-type--title-bar .elementor-section.elementor-inner-section .elementor-column {
        padding-left: 20px;
        padding-right: 20px;    
    }    
}
.resource-type--parent.elementor-widget-shortcode {
    margin-bottom: 10px;
}
.resource-type-parent {
    color: var( --e-global-color-0d4d8e3 );
    text-transform: uppercase;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.35em;
    text-align: center;    
}
.who-header .resource-type-parent {
    color: var( --e-global-color-ecc43a5 );
}
.resource-type--title.elementor-widget-heading {
    margin-bottom: 10px;
}

.resource-considerations {
    background: #FFF;
    padding: 30px;
}
.resource-considerations-title {
    text-align: center;
}
.resource-consideration {
    padding-bottom: 15px;
    display: flex;
}
.resource-consideration-number, .resource-considerations-text {
    
}
.resource-consideration-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #56B58D;
    color: #fff;
    text-align: center;
    min-width: 60px;
    margin-right: 15px;
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 17px;
}
.resource-consideration-number.count-1, .resource-consideration-number.count-4, .resource-consideration-number.count-7 {
    background-color: #56B58D;
}
.resource-consideration-number.count-2, .resource-consideration-number.count-5, .resource-consideration-number.count-8 {
    background-color: var( --e-global-color-13597d6 );
}
.resource-consideration-number.count-3, .resource-consideration-number.count-6, .resource-consideration-number.count-9 {
    background-color: #84B6B8;
}
form.searchandfilter * {
    color: #fff;
}
form.searchandfilter h4 {
    padding: 5px 0 5px;
    font-size: 1.5em;
}
.searchandfilter > ul {
    padding-left: 0;
}
.searchandfilter ul>li>ul:not(.children) {
    padding-left: 0;
}
input.sf-input-checkbox {
    width: 20px;
    height: 20px;
}
.searchandfilter label {
    vertical-align: text-top;
    display: inline;
}
form.searchandfilter .sf-input-select,
form.searchandfilter .sf-input-select option {
    color: var( --e-global-color-accent );
}
.search-results-num {
    font-style: italic;
    text-align: right;    
}
.resource-search-result {
    padding: 5px 10px 10px;
    border-bottom: 1px solid var( --e-global-color-d94f29a );
}
.resource-search-result h2, .resource-tax.resource-format {
    line-height: var( --e-global-typography-c9f49e9-line-height );
    font-size: var( --e-global-typography-c9f49e9-font-size );
}
.resource-search-result h2 a, .resource-tax.resource-format {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-c9f49e9-font-family ), Sans-serif;
    text-transform: var( --e-global-typography-c9f49e9-text-transform );
    letter-spacing: var( --e-global-typography-c9f49e9-letter-spacing );
    word-spacing: var( --e-global-typography-c9f49e9-word-spacing );
    font-weight: 400;
    text-decoration: none;
}
.resource-search-result h2 {
    margin-bottom: 0;
}
.resource-tax.resource-format {
    color: var( --e-global-color-d94f29a );
    vertical-align: bottom;    
    margin-bottom: 1rem;
}
.resource-tax.resource-format span {
    font-size: 0.8em; /* Resize relative to the larger H2 title size set above */
}
.resource-tax.resource-format i {
    margin-right: 8px;   
    font-size: 0.9em; /* Resize relative to the larger title */
    vertical-align: text-bottom;    
}
.resource-tax.resource-type, 
a.resource-share-link,
a.translated-resource-link {
    font-weight: 500;
}
.resource-tax.resource-type a, 
a.resource-share-link,
a.translated-resource-link {
    text-decoration: underline;
}
.resource-tax.resource-type span {
    margin-right: 13px;
}
.resource-author {
    font-weight: 700;
    margin-bottom: 10px;
}
.resource-excerpt {
    margin-bottom: 10px;
}
.resource-search-result--links {
    margin-top: 10px;
    text-align: right;
}
a.translated-resource-link {
    margin-right: 10px;
}
.resource-search-result--links .resource-view-button {
    
}
.resource-filter--label {
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
}
.search-filter-results .resource-filter--label {
    color: inherit;
    text-align: left;
}
.resource-filter--select {
    color: var( --e-global-color-accent );
}
.search-filter-results .resource-filter--select select {
    width: auto;
}
.resource-filter + .resource-filter {
    margin-top: 20px;
}

/*********************************
* Resource Single post
*********************************/
.single-resource .resource-tax.resource-format {
    text-align: center;
}
.single-resource .elementor-post-info__item-prefix {
    font-weight: bold;
}

/*********************************
* Footer
*********************************/
.footer-menu ul.elementor-nav-menu {
    padding: 0 0 0 30px;
}
.footer-menu ul.elementor-nav-menu,
.footer-menu ul.elementor-nav-menu li {
    list-style-type:disc;
    list-style-position:outside;
}
.footer-menu ul.elementor-nav-menu li {
    margin-left: 35px;
    display: list-item;
}
.footer-menu ul.elementor-nav-menu li.top-level {
    margin-left: 0;
}
.footer-menu ul.elementor-nav-menu li::marker {
    color: #fff;
}
.footer-menu .elementor-widget-container {
    margin-bottom: 0 !important;
}