/* Enter Your Custom CSS Here */

/* EASY LIST */

.txt-before {
	font-size: 12px;
	font-weight: 700;
}

.custom-badge {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  margin-left: 0px;
	background-color: #4296b8;
}

@media only screen and (max-width: 600px) {
  .custom-badge {
    position: absolute;
  	left: 0px;
  	top: 0px;
  	margin-top: 0px;
  	margin-left: 0px;
  }
}


.txt-black {
	color: black !important;
}

/* YOAST STYLING */

.wp-block-yoast-faq-block .schema-faq-section {
	border: 0px !important;
	border-radius: 5px !important;
}

/* SVG LOGO */ 

.svglogo {
	max-height: 40px;
}

@media only screen and (max-width: 600px) {
	.svglogo {
		max-width: 200px;
	}
}

@media only screen and (max-width: 600px) {
	.desktop-only {
		display: none;
	}
}

.lwptoc_i {
	border: 0px !important;
	padding: 0px 0px 18px !important;
}

.title-deco-2:before {
	background-color: #fc661d;
  height: 30px;
  content: " ";
  border-radius: 2rem;
  display: inline-block;
  width: 5px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.title-deco:after {
	background-color: #fc661d;
  height: 5px;
  content: " ";
  border-radius: 2rem;
  display: block;
  width: 10%;
}

.custom-full-width {
	width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}