/* 
Theme Name: Belmont City Pharmacy
Theme URI: https://belmontcitypharmacy.com.au/
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: 2.0.0
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 */

.gform_button.button{
    border: 1px solid #004daa;
    color: #004daa;
    padding: 10px 40px;
    border-radius: 5px;    
    transition: all ease 1000ms;
}
.gform_button.button:hover{
    border: 1px solid #004daa;
    background-color: #004daa;    
    color: #FFFFFF;
    transition: all ease 1000ms;
}

.blog-article-heading a{
    text-decoration: none;
}
.blog-article-heading a:hover{
    text-decoration: underline;
}
li {
    line-height: 22px;
}
ul, ol {
    margin-bottom: 20px;
}

.form-blue legend,
.form-blue label,
.form-blue .gform_heading,
.form-blue .gfield_description{
    color: #FFFFFF;
}
.form-blue .gform_wrapper span.gfield_required{
    color: #fe9485;
}

.form-blue .gform_button.button{
    background: #fe9485;
    color: #FFFFFF;
    margin: 0;
}
.form-blue .gform_button.button:hover{
    opacity: 0.75;
    background: #fe9485;
}