/* 
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 */
p:last-child {
  margin-bottom: 0;
}
.elementor-icon {
	vertical-align:middle;
}
.elementor-widget-image a
{
	width: 100%;
}
ul, ol {
	margin-bottom: 24px;
}
.plain-link a {
	color: inherit;
	text-decoration: none;
}
.plain-link a:hover {
	color: inherit;
	text-decoration: none;
}
.btn2 .elementor-button {
	background-color: var(--e-global-color-66c9331);
    border-color: var(--e-global-color-66c9331);
	color: var(--e-global-color-primary);
}
.btn2 .elementor-button:hover {
	background-color: var(--e-global-color-6a679e2);
    border-color: var(--e-global-color-6a679e2);
	color: var(--e-global-color-primary);
}
.btn2 .elementor-button:focus {
	background-color: var(--e-global-color-6a679e2);
    border-color: var(--e-global-color-6a679e2);
	color: var(--e-global-color-primary);
}
.btn-mini .elementor-button {
	color: #717171;
    font-size: 12px;
	line-height: 1.5;
    text-transform: uppercase;
    background-color: #f0f0f0;
    padding: 6px;
    border-radius: 4px;
    font-weight: 700;
	border: none;
}
.btn-mini .elementor-button:hover {
	border: none;
	background-color: #f0f0f0;
}
.btn-mini .elementor-button:focus {
	border: none;
	background-color: #f0f0f0;
}
.btn-mini .elementor-button a {
	color: #717171;
    font-size: 12px;
	line-height: 1.5;
    text-transform: uppercase;
    background-color: #f0f0f0;
    padding: 6px;
    border-radius: 4px;
    font-weight: 700;
	border: none;
}
.btn-mini .elementor-button:hover a {
	border: none;
	background-color: #f0f0f0;
}
.btn-mini .elementor-button:focus a {
	border: none;
	background-color: #f0f0f0;
}
.blue-txt {
	color: var(--e-global-color-text) !important;
}
.sticky-col {
	position: sticky;
	top: 100px;
}
/* blog post styling */
.elementor-widget-theme-post-content .wp-block-separator {
	border-top: 1px solid var(--e-global-color-6a679e2);
	width: 100%;
	margin: 32px 0;
	width: 100%;
}
.elementor-widget-theme-post-content img {
	border-radius: 10px;
	width: 100% !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
	margin-bottom: 14px !important;
}
.elementor-widget-theme-post-content h2 {
	margin-top: 32px;
}
.elementor-widget-theme-post-content h3 {
	margin-top: 24px;
}
.elementor-widget-theme-post-content figcaption {
	margin: 0 !important;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: var(--e-global-color-1f92be2);;
	font-style: normal;
}
.timeline-item__card-img img {
	max-width: 330px;
}
@media (max-width: 1024px) {
  .timeline-item__card-img img {
	max-width: 100%;
}
}
/* FAQ tabs on mobile fade to white */
@media (max-width: 767px) {

  .e-n-tabs-heading button:first-of-type {
    margin-left: 20px;
  }

  .e-n-tabs-heading button:last-of-type {
    margin-right: 20px;
  }

  .e-n-tabs-heading::before,
  .e-n-tabs-heading::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .e-n-tabs-heading::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
  }

  .e-n-tabs-heading::after {
    right: 0;
    background: linear-gradient(to left, white 20%, transparent 100%);
  }
}