/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: A custom theme for Athena Giles (a child theme of Hello Elementor, created by Elementor team)
Author: Amanda Giles
Author URI: https://amandagiles.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: 
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
*/

/*** Block Editor Color Palette ***/
/*
.has-dark-gray-blue-background-color { background-color: #293547 !important; }
.has-dark-gray-background-color { background-color: #454D5B !important; }
.has-blue-background-color { background-color: #1F2D5C !important; }
.has-rust-background-color { background-color: #AC441E !important; }
.has-orange-background-color { background-color: #F44A22 !important; }
.has-med-gray-background-color { background-color: #DDD !important; }
.has-light-gray-background-color { background-color: #EBECEC !important; }
.has-lightest-gray-background-color { background-color: #F7F7F7 !important; }
.has-white-background-color { background-color: #FFF !important; }

.has-dark-gray-blue-color { color: #293547 !important; }
.has-dark-gray-color { color: #454D5B !important; }
.has-blue-color { color: #1F2D5C!important; }
.has-rust-color { color: #AC441E !important; }
.has-orange-color { color: #F44A22 !important; }
.has-med-gray-color { color: #DDD !important; }
.has-light-gray-color { color: #EBECEC !important; }
.has-lightest-gray-color { color: #F7F7F7 !important; }
.has-white-color { color: #FFF !important; }
*/

/*** Header / Menu ***/
#site-title-h1 {
    display: none;
}
.home #site-title-h1 {
    display: block;
}
.home #site-title-div {
    display: none;
}

/*** Buttons ***/
/*a.elementor-button .elementor-button-text:after {
    content: "\f178";
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    font-size: 19px;
    display: inline-block;
    color: #fff;
    height: 19px;
    margin-left: 10px;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 19px;            
}*/

/***************************************************
 * Global Style Elements
 ***************************************************/



/* Elementor Styles */
.elementor-text-editor p:last-child,
.elementor-widget-container p:last-child {
    margin-bottom: 0;
}
/*.elementor-social-icon:hover {
    opacity: 1 !important;
    color: #FFF;
}*/

.single-post #content {
    background: #FFFFFF89;
    padding: 20px;
}



/*** Footer ***/
/* .footer-links a {
    color: #FFF;
    font-weight: 400;
    font-size: inherit;
    color: inherit;
}
.footer-links a:hover {
    text-decoration: underline;
    color: inherit;
}
.elementor-location-footer a.elementor-social-icon:hover .svg-inline--fa {
    opacity: 1 !important;
    color: #FFF;    
}
*/