/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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 */

/*  GLOBAL FONTS

    Headings:   "David Libre"   h1=48px h2=40px h3=18px or 30px font wieght= 700
    Main Menu:  Quicksand       14px 700 
    Text:       Quicksand       18px 500 Line Height 31.5px or 1.75em 
    Buttons:    Quicksand       18px 600 Line Height 32px   or 1.75em
*/

/*** 1.0 DEFAULT CSS ***/ 

html {
  overflow-y: scroll;
} 


/*** 3.0 FOOTER CSS ***/ 

.pmz-copyright p {
    margin-bottom: 0px;    
    font-size: 14px;
    color: #eee;
}
.pmz-copyright p a {
    font-size: 14px;
    color: #5e4bc5;
}.pmz-copyright a:hover {
    color: #6f5ae4;
}


/*** 4.0 Content Styling ***/

/* ELEMENTOR FORM STYLING */

form.elementor-form div.elementor-field-subgroup {
    margin-bottom: 10px;
}

form.elementor-form span.elementor-field-option {
    margin-left: 20px;
}
form.elementor-form span.elementor-field-option label,
form.elementor-form span.elementor-field-option input {
    color: #2d4675 !important;
}



