/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/

/*
    Header & Body Text Color, font smoothing
*/

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WXLNMW3R');</script>
<!-- End Google Tag Manager -->

<!-- Start of shyft Zendesk Widget script -->
<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=5c127d36-17af-4c4a-ab80-1eccddee2526"> </script>
<!-- End of shyft Zendesk Widget script -->

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Averta", Sans-serif;
	font-size: 100%; /*16px*/
}

<!-- Hotjar Tracking Code for https://www.myshyft.com -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:1519372,hjsv:6};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>

/* Setting Base Font Sizes */

body {
	font-size: 1.125rem;
	line-height: 1.75;
	color: #2c2c2e;
}

h1, h2, h3, h4, h5 {
	margin: 3rem 0 0.1rem;
	font-family: "Averta", Sans-serif;
	font-weight: 600;
	line-height: 1.5;
}

h1 {
	margin-top: 0;
	font-size: 3.052rem;
	line-height: 1.0625;
	letter-spacing: -1.5px;
}

h2 {font-size: 2.441rem;}

h3 {font-size: 1.953rem;}

h4 {font-size: 1.563rem;}

h5 {font-size: 1.25rem;}

small, .text_small {font-size: 0.8rem;}


/* Full-Width Main CTA Button on Mobile */
@media screen and (max-width: 768px) {
    #main-cta-btn-black {
    width: 100% !important;
}
}

/* Highlight text color customization */
::selection {
  background: #D9EBFF !important;
  color: #007AFF !important; 
}
::-moz-selection {
  background: #D9EBFF !important;
  color: #007AFF !important; 
}

/* End Highlight text color customization */

.elementor-post__excerpt {
	color: #2c2c2e;
}

/*
    Hide Download Shyft App Button/Link on Desktop
*/

@media screen and (min-width: 1024px) {
	.mgr-dash-mobile-nav, .mobile-nav-demo-cta, 		.sign-up-header  {
	display: none !important;
	}
}

/*
    Remove Reading Progress Scroll Bar on Blog Post
*/

#wtr-progress {
	box-shadow: none;
}

#wtr-time-wrap after-title {
	display: none;
}

/*
    Cookie Consent Disclaimer Styling
*/

.cookie-law-info-bar {
	border-radius: 8px;
}

.cli-style-v2 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

#cookie_action_close_header {
	width: 100% !important;
}

.cli-plugin-button {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 100% !important;
    border-radius: 4px !important;
    margin-left: 0px !important;
}

/*
    Blog Post Bulletpoint, Image Radius, Blockquote styling
*/
ul {
	list-style: inherit !important;
}

.wp-block-image img {
    border-radius: 8px !important;
}
@media screen and (min-width: 768px) {
blockquote {
	text-align: left;
    box-shadow: inset 3px 0 0 0 rgba(41, 41, 41, 1);
    background: #fff;
    font-weight: 500;
    font-family: "Averta",Sans-serif;
    padding: 4px 12px 4px 40px;
    font-style: italic;
    font-size: 1.25em;
    line-height: 1.6em;
    width: -webkit-fill-available !important;
    margin: 32px -16px !important;
}
	}

@media screen and (max-width: 768px) {
    blockquote {
    text-align: left !important;
    box-shadow: inset 3px 0 0 0 rgba(41, 41, 41, 1) !important;
    background: #fff;
    font-weight: 500;
    font-family: "Averta",Sans-serif;
    padding: 4px 12px 4px 40px;
    font-style: italic;
    font-size: 1.25em;
    line-height: 1.6em;
    width: -webkit-fill-available !important;
    margin: 32px -16px !important;
    }
}

