/* Overflow Hotfix */
html {
	overflow-x:hidden; 
}

.grecaptcha-badge { 
	visibility: hidden;
}

.annotationLayer .linkAnnotation > a, .annotationLayer .buttonWidgetAnnotation.pushButton > a {
	background: none !important;
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 3px;
}

.post-password-form {
	padding: 80px;
}

.testimonial-p {
	text-align: left !important;
}

hr {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.height-140 {
	min-height: 140px !important;
}

input[type="radio"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #222;
	width: 22px;
	height: 22px;
	border: 1px solid #aaa;
	border-radius: 50%;
	transform: translateY(-0.075em);
}

input[type="radio"]::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #222;
}

input[type="radio"]:checked::before {
	transform: scale(1);
}

input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: unset;
	margin: 2px 5px 0 0 !important;
	font: inherit;
	color: #aaa !important;
	width: 22px;
	height: 22px;
	border: 1px Solid #aaa !important;
	border-radius: 3px !important;
	transform: translateY(-0.075em);
	display: inline-grid !important;
	place-content: center;
}

input[type="checkbox"]::before {
	content: "";
	width: 0.75em;
	height: 0.75em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: center center;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #222 !important;
	background-color: #ddd;
}

input[type="checkbox"]:checked::before {
		transform: scale(1);
}

.select {
	border:1px solid #aaa;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
}

select {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.5em 2em 0.5em 0.5em;
	border: 1px solid #eee;
	font: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: right 15px top 1.2em, right 10px top 1.2em;
	background-size: 5px 5px, 5px 5px;
}

ul {
	margin-bottom: 20px;
}

h4, h5, h6 {
	margin-bottom: .9rem;
}

h1, h2, h3 {
	margin-bottom: .9rem;
}

ol {
	box-sizing: border-box;
	margin-bottom: 20px !important;
}

.wp-caption-text {
	padding: 10px;
	background-color: #eee;
}
ov-text {
	text-overflow: ellipsis;
}

.num-text {
	font-variant-numeric: tabular-nums;
}

input:focus {
	outline: none;
}

.hidden-text { 
	visibility: hidden; 
	opacity: 0; 
	transition: visibility 0s, opacity 0.5s; 
}

.hb1:before {
	content: "";
	background: transparent;
	position: absolute;
	top: -6px;
	bottom: 0;
	left: -6px;
	right: 0;
	margin: auto;
	border-radius: 0px;
	border: 2px solid #111;
	z-index: 0;
	}

.hb1:before,
.hb1:after {
  bottom: 6px;
  right: 6px;
}

.hb2:before {
	content: "";
	background: transparent;
	position: absolute;
	top: -6px;
	bottom: 0;
	left: -6px;
	right: 0;
	margin: auto;
	border-radius: 10px;
	border: 2px solid #fff;
	z-index: 0;
	}

.hb2:before,
.hb2:after {
  bottom: 6px;
  right: 6px;
}

.hb3:before {
	content: "";
	background: transparent;
	position: absolute;
	top: -5px;
	bottom: 0;
	left: -5px;
	right: 0;
	margin: auto;
	border-radius: 999px;
	border: 2px solid #111;
	z-index: 0;
	}

.hb3:before,
.hb3:after {
  bottom: 5px;
  right: 5px;
}

.hb4:before {
	content: "";
	background: transparent;
	position: absolute;
	top: -15px;
	bottom: 0;
	left: -15px;
	right: 0;
	margin: auto;
	border-radius: 15px;
	border: 2px solid #111;
	z-index: 0;
	}


.csl ul, ol {
    padding-left: 15px;
    margin-left: 0;
    list-style-position: outside; /* Keeps the bullet or number outside the text */
}

.csl ul li, ol li {
    padding-left: 0.1em; /* Adjust this value for desired indentation */
    text-indent: -1.em; /* Aligns text lines with the bullet or number */
}

.csl li {
    margin-bottom: 5px; /* Add 5px margin at the bottom of each list item */
}

.csl ul {
    list-style-type: none; /* Remove default bullet */
}

.csl ul li::before {
    content: "-"; /* Replace bullet points with dashes */
    position: absolute;
    left: 0; /* Position the dash at the start of the line */
}

.hidden-text { 
  visibility: hidden; 
  opacity: 0; 
  transition: visibility 0s, opacity 0.5s; 
}