ol {
    padding-inline-start: 22px;
}
ol>li {
    padding-bottom: 16px;
}

div.elementor {
	min-height: calc(100vh - 246px);
}
div.elementor-location-footer,
div.elementor-location-header {
	min-height: auto;
}

body.post-template-default  .nav-articles:after {
	width: 100%;
	content: '';
	background: #fff;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.red-underline a:before {
	content:'';
	background-color: #d62929!important;
	width: 100%!important;
	height: 5px!important;
	position: absolute;
	bottom: -14px;
	left: 0;
	display: block;
	opacity: 1!important;
}
.red-underline a:after {
	display: none!important;
}
nav ul.elementor-nav-menu {
	padding-bottom: 5px;
}
.bold {
	font-weight: 700;
}
.bold a {
	font-weight: 700!important;
	color: #43474d!important;
}
.bold a:hover {
	color: #d62929!important;
}
.number-list span.elementor-icon-list-text {
	display: flex!important;
}
.number-list .number {
	font-size: 24px;
	color: #d62929;
	line-height: 30px;
	font-weight: 700;
	margin-right: 10px;
}

.footer-form form {
	padding: 0!important;
}
.footer-form form #mc_embed_signup_scroll {
	display: flex!important;
}
.footer-form * {
	margin: 0!important;
	height: 40px!important;
}
.footer-form .clear {
	width:25%;
}
.footer-form input[type=email] {
	background-color: #fafafa!important;
	border: none!important;
	color: #000!important;
	width: 75%!important;
}
.footer-form input {
	border-radius: 0!important;
}
.footer-form input[type=submit] {
	background-color: #d62929!important;
	padding: 5px 0px!important;
	width: 100%!important;
}
.footer-form input[type=submit],
.footer-form input[type=email] {
	 font-family: "Nunito", Sans-serif!important;
}
.footer-link a:hover {
	color: #c36!important;
}

.articles article a {
	transition: 0.3s;
}
.articles article a:hover {
	color: #d62929!important;
}

.contact-list a:hover span.link {
	color: #D62929;
}


@media (max-width: 1024px) {
	body.post-template-default  .nav-articles:after {
		display: none;
	}
	body.post-template-default  .nav-articles a {
		background-color: #D62929;
	}
	.red-underline a:before {
		bottom: -5px;
	}
}

/*SendInBlue CSS - Start*/

.inline-sendinblueform form {
 display: flex;
}

.inline-sendinblueform input {
	padding: 0.9;
}

.inline-sendinblueform button{
    border-radius: none !important;
}

@media screen and (max-width: 1440px) {
    .inline-sendinblueform form {
 display: block;
 margin-left: -15px;
}

.inline-sendinblueform button{
    border-radius: none !important;
}
}

@media screen and (max-width: 600px) {
    .inline-sendinblueform form {
 display: block
}

.inline-sendinblueform button{
    border-radius: none !important;
}
}

/*SendInBlue CSS - End*/