/* 
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
*/

/* Selection Styles */
::selection {
    background: #3D984D;
    color: #ffffff;
}
::-moz-selection
{
    background: #3D984D;
    color: #ffffff;
}

/* Scroll Bar */
body::-webkit-scrollbar {
  width: 0.5em!important;
}
 
body::-webkit-scrollbar-track {
  background: #ffffff!important;;
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}
 
body::-webkit-scrollbar-thumb {
  border-radius: 30px!important;;
  background-color: #1A2857!important;;
  outline: 1px solid #1A2857!important;;
}

.green-link {
  color: #3D984D;
  text-decoration: underline!important;
  display: inline!important;
}

/* Link Styling */
a, a:active, a:visited {
color: #000080;
} 
a:hover {
color: #1A2857;
}

span.hightlight {
  display: block;
  border-bottom: 3px solid green!important;
  padding-bottom: -10px;
}

/* Heading H1-H6 Styling */
/*
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, serif;
color: #3a3a3a;
line-height: 35px;
font-weight:500;
letter-spacing: 1px;
}
h1 {
font-size: 30px;
line-height: 1.2;
}
h2 {
font-size: 28px;
line-height: 1.3;
}
h3 {
font-size: 26px;
line-height: 1.4;
}
h4 {
font-size: 24px;
line-height: 1.5;
}
h5 {
font-size: 22px;
line-height: 1.6;
}
h6 {
font-size: 20px;
line-height: 1.2;
}
*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
 margin-bottom: 20px;
}

/* FORMS STYLES */
body .gform_body .gform_fields .gfield input, body .gform_body .gform_fields .gfield textarea {
   border: 2px solid  #1A2857fe/*#a0b1ba*/;
border-radius: 4px;
   font-size: 18px!important;
   color: #1A2857;
   border-style: dashed;
   padding: 20px!important;
   background: #ffffff;
}
body .gform_body .gform_fields .gfield select {
     border: 2px solid #a0b1ba;
border-radius: 4px;
   font-size: 18px!important;
   color: #1A2857;
   border-style: dashed;
   padding: 17px!important;
   background: #ffffff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #1A2857;

}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex.ginput_container span label {
  color: #1A2857;
  font-weight: normal;
}

body .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gchoice label {
  color: #1A2857;
}

.tingle-modal__close .tingle-modal__closeIcon {
  color: #ffffff!important;
}


.tingle-modal__close .tingle-modal__closeLabel {
  color: #ffffff!important;
}


body .gform_wrapper .gform_body .gform_fields .gfield legend {
  text-transform: uppercase!important;
  letter-spacing: 2px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gchoice label {
  text-transform: capitalize!important;
}