/*
Purpose: a style sheet that overrides global theme styles.
*/

body.navOpen {
	overflow: hidden;
}

body .body-wrapper > div:first-child {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 99;
}

header .header .header-bottom.fixed-header {
	box-shadow: 0 4px 12px 4px rgb(11 40 54 / 10%);
}

header .header .header-bottom.fixed-header .header__left {
	padding: 16px 0;
}

.header .header-bottom.fixed-header .header-logo a img {
	max-width: 240px!important;
}

.header-push {
  margin-top: 0!important;
}

/*****************************************/
/***** Containers / Grid / DnD Areas *****/
/*****************************************/



/*****************************************/
/************** Typography ***************/
/*****************************************/
.widget-type-rich_text ul {
	display: grid;
	grid-template-columns: 1fr;
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
}

.widget-type-rich_text ul > li {
	position: relative;
	padding: 6px 0 6px 18px;
}

.widget-type-rich_text ul > li:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	width: 8px;
	height: 2px;
	background: var(--primary);
}


/*****************************************/
/*************** Buttons *****************/
/*****************************************/



/*****************************************/
/**************** Forms ******************/
/*****************************************/



/*****************************************/
/**************** Tables *****************/
/*****************************************/


/*****************************************/
/**************** Header *****************/
/*****************************************/



/*****************************************/
/**************** Footer *****************/
/*****************************************/



/*****************************************/
/***************** Blog ******************/
/*****************************************/



/*****************************************/
/*************** Modules *****************/
/*****************************************/

.btn-wrap.su40 > .sysbtn.btn-blu:before {
    font: unset;
    content: '';
    display: inline-block;
    color: var(--primary) !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    left: 10px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath fill%3D%22%23007bc4%22 d%3D%22M435.3 267.3L446.6 256l-11.3-11.3-168-168L256 65.4 233.4 88l11.3 11.3L385.4 240 16 240 0 240l0 32 16 0 369.4 0L244.7 412.7 233.4 424 256 446.6l11.3-11.3 168-168z%22/%3E%3C/svg%3E');
    background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath fill%3D%22%23007bc4%22 d%3D%22M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%22/%3E%3C/svg%3E');
    width: 1em;
    height: 1em;
    background-size
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
}

.hs-testimonial blockquote {
    border: none;
}