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

.btn-sm a{
    padding: 10px 18px;
    font-size: .95rem;
}
.btn-sm a{
    display: inline-block;
    background: #E8641E;
    color: #fff !important;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 4px;
    border: 2px solid #E8641E;
    font-size: 16px;
    cursor: pointer;
    font-family: "Source Sans 3", Arial, sans-serif;
}
.btn-sm a:hover {
	background: #333335 !important;
	border: 2px solid #333335;
}
/* List design */
.list-new ul {
    padding: 0;
}
.list-new li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.list-new li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #4a4a4a;
  font-size: 16px;
}

.list-new li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px; /* vertically aligns with first line of text */
  width: 10px;
  height: 10px;
  background-color: #E8641E; /* orange square */
}
/* List design end */

@media (max-width: 992px) {
	.btn-sm a {
		margin-bottom: 20px;
	}
}