.blog_post h5 a {
	text-decoration:none;
}
.blog_post article {
    text-align: center;
}
.contact_details .text_decoration_none h5 a {
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
}
.blog_post article h5 {
    text-align: left;
}

.blog_post article .hfe-post-meta {
    text-align: left;
}

.blog_post article .hfe-post-excerpt {
    text-align: left;
}
.blog_post a.hfe-read-more {
    background-color: #f39e1e;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: none;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px 15px 30px;
		display:inline-block;
}
.contact_form input[type="submit"] {
    background-color: #f39e1e;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: none;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px 15px 30px;
    color: #fff;
}
.sharedaddy.sd-sharing-enabled {
    display: none;
} 
.business_block:hover h5, .business_block:hover p {
    color: #fff;
}
.m-0 p {
    margin: 0;
}
.title_yellow span {
    color: var( --e-global-color-secondary );
}
.text_decoration_none a {
    text-decoration: none;
}
.header_logo  h4 a {
    font-family: "Playfair Display", sans-serif;
}
.block_overlay_content:hover h5, .block_overlay_content:hover p {
    color: #fff;
}

.block_overlay_content:hover a {
    color: #f39e1e !important;
}
.contact_form input, .contact_form textarea {
    margin-top: 10px;
    border: 1px solid #cdcdcd;
}

.contact_form textarea {
    height: 100%;
    max-height: 100px;
}
.single .site-main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.single .site-main h1 {
    font-size: 36px;
}
.mobile_menu .menu_list li:last-child a img {
    width: unset !important;
    height: 16px !important;
}
.quick_link li:last-child a img {
    height: 16px !important;
    width: unset !important;
}

@media screen and (max-width: 1024px) {
    .mobile_menu .menu_list li:last-child {
        display: none;
    }
.mobile_menu {
    align-items: center;
    flex-direction: unset !important;
    justify-content: flex-end;
}

.mobile_menu .menu_list {
    max-width: 50%;
    width: 30px;
    order: 2;
}

.mobile_menu .country_code li {
    list-style: none;
}

.mobile_menu .country_code li img {
    height: 20px !important;
    width: unset !important;
}

.mobile_menu .country_code li a {
    display: grid;
}
}
