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

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

/* Setting Base Font Sizes */

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

h1, h2, h3, h4, h5 {
	margin: 3rem 0 1.38rem;
	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;
    }
}