.jumbotron-area .archive-description {
	background: none;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 1023px) {

	.wp-custom-logo .title-area .site-description {
		white-space:normal;
	}
}
.entry-content ul li {
	margin-bottom: 0;
}

hr {
	border-color: #d5d3d3;
}

.home .site-header {
	position: relative;
}
@media only screen and (min-width: 1024px) {
	.title-area {
		padding-right: 25px;
	}
}
p:empty {
	display: none;
}
.featherlight .featherlight-content .caption {
	font-size: 1.45rem;
	padding-top: 16px;
}
.dk-simple-menu ul li {
	list-style-type: none;
	list-style-position: inside;
}
p {
	    margin: 0 0 24px;
}
.pum-container .gform_wrapper input[type=text],
.pum-container .gform_wrapper input[type=email] {
  border-color: #ccc !important;
}
.pum-container .gform_wrapper .gform_button {
  background-color: #EC2E26;
  color: #fff;
  font-weight: 600;
}
.pum-container .gform_wrapper .gform_button:hover, .pum-container .gform_wrapper .gform_button:focus {
  background-color: #221F1F;
}
.pum-container .gform_wrapper .gchoice
{
	display : flex;
	flex-direction : row;
	gap : 5px;
	align-items : flex-start;
	line-height : 1;
}
.pum-container .gform_wrapper .gchoice input
{
	position : relative;
	top : 1px;
}
.pum-container .gform_wrapper .gfield_checkbox
{
	display : flex;
	flex-direction : column;
	gap : 1rem;
}
.content-sidebar .fl-builder-content>.fl-row>.fl-row-content-wrap
{
	margin-left : 0;
	margin-right : 0;
}
.clsFooteradd{
display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 20px;
}
.clsFooteradd p{
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
}
.clsFooteradd li{
    font-size: 14px;
    text-transform: capitalize;
}
.clsFooteradd li::before{
    content: "•";
    color: #aaa;
    padding: 0 5px 0;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.clsFooteradd ul{
display: flex;
}
#custom_html-5{margin-bottom:20px;}
@media (max-width: 767px) {
    .clsFooteradd, #menu-footer-menu, .clsFooteradd ul{flex-wrap: wrap;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .clsFooteradd, #menu-footer-menu{flex-wrap: wrap;}
}