/* 
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-accordion .elementor-accordion-item {
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
    border-radius: 25px;
	border:none !important;
}
.elementor-accordion .elementor-tab-content {
    border-top:none !important;
}

ul.checks {
	text-align: left;
}

#footer h5 {color:#FFFFFF; font-family: "Roboto", Sans-serif; font-weight: 600; margin: 0; text-align:center;}
#footer a {color:#9ee8ff;}
#footer #learn h5 {margin: 0 0 15px 0;}

#footer #learn ul {
  list-style: none;
}

#footer #learn  ul li::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.grw-slider .rplg-slider-prev {display:none;}
.grw-slider .rplg-slider-next {display:none;}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.post-navigation__prev--title, .post-navigation__next--title {font-size:14px !important;}
#breadcrumbs span a {margin-left:5px !important;}

.rplgsw-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}