.uk-breadcrumb {
    margin: 0;
}
.uk-breadcrumb a {
    text-decoration: none;
}
.home .entry-title {
    display: none;
}
.red-text {
    color: #c90404;
}
.member-btn {
    border: 1px solid #c90404;
    border-radius: 4px;
    color: #c90404;
    display: inline-block;
    margin: 0 10px;
	min-width: 145px;
    padding: 20px 30px;
	transition: all .4s ease;
    white-space: break-spaces;
}
.member-btn:hover {
    border: 1px solid #1f1f1f;
    border-radius: 4px;
    color: #1f1f1f;
    display: inline-block;
    margin: 0 10px;
	min-width: 145px;
    padding: 20px 30px;
	transition: all .4s ease;
}
.become-member {
    position: relative;
}
.become-member:before {
    content: '';
    border-top: 40px solid transparent;
    border-right: 50px solid #fff;
    position: absolute;
    top: -40px;
    right: 0;
}
.become-member:after {
    content: '';
    border-bottom: 40px solid transparent;
    border-left: 50px solid #fff;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.red-label {
    background: #c90404;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 20px;
}


.container {
    margin: 0 auto;
    max-width: 1280px;
}
.main-content {
	background: #fff;
}
article {
	margin: 0;
    padding: 60px 0;
}
.single article {
    padding-right: 50px;
}
.home article {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.entry-header,
.page-header {
    margin: 50px 0;
}
.entry-title {
    font-size: 28px;
    font-weight: 600;
	margin-top: 5px;
}
.entry-meta {
    font-size: 15px;
}
.entry-meta .posted-on,
.entry-meta .cat-links {
    display: inline-block;
    margin: 0 30px 0 0;
}
.entry-meta .fas {
	color: #555;
	margin-right: 10px;
}
.entry-meta .edit-link {
    display: none;
}
.post-thumbnail {
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	padding: 30px;
	text-align: center;
}
.post-thumbnail img {
    width: auto;
    height: auto;
}

.related-posts-section {
    border-top: 2px solid #e8e8e8;
    border-radius: 3px;
    margin: 60px 0 0;
    padding: 30px 0;
    position: relative;
}
.related-posts-section:before {
    background: #e3302a;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 80px;
}
.related-posts-section .related-posts-item .post-date {
	color: #727272;
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
}

.logo-gallery img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

a, a:visited {
	color: #e3302a;
	transition: all .4s ease;
}
a:hover {
	color: #1f1f1f;
	text-decoration: none;
	transition: all .4s ease;
}


#secondary {
     background: #f9f9f9;
     border: 1px solid #f0f0f0;
     border-radius: 4px;
     margin: 60px 0;
	padding: 20px 0;
}
#secondary .widget {
    margin: 0;
    padding: 0 20px;
}
#secondary .widget h2 {
    background: #c90404;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 10px 20px;
}
#secondary a {
    color: #1f1f1f;
    text-decoration: none;
}
#secondary a:hover {
    color: #c90404;
}
#secondary ul {
    font-size: 14px;
    list-style: circle;
    margin-left: 25px;
	padding: 0;
}
#secondary ul li {
    margin: 0 0 14px;
}


.wp-block-post-template {
    margin: 0;
}
.archive .main-content {
	padding: 50px 0;
}
.wp-block-post {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px;
}
.archive article {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 0 15px !important;
    padding: 20px;
}
.wp-block-post a,
.archive article a {
    text-decoration: none;
}
.archive article .post-thumbnail {
	border: 0;
	padding: 0;
}
.wp-block-post figure {
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}
.wp-block-post .wp-block-post-title,
.archive article .entry-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px;
}
.wp-block-post .wp-block-post-title a,
.archive article .entry-title a {
	color: #1f1f1f;
}
.wp-block-post .wp-block-post-title a:hover,
.archive article .entry-title a:hover {
	color: #c90404;
}
.wp-block-post .wp-block-post-excerpt,
.archive article .entry-content p {
    font-size: 13.5px;
    margin: 0;
}
.wp-block-post .wp-block-group {
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    padding: 0 0 10px;
}
.archive article .entry-meta {
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.wp-block-post .wp-block-separator {
    display: none;
}
.wp-block-post .wp-block-post-excerpt__more-text {
    margin: 0;
}
.wp-block-post .wp-block-post-excerpt__more-text a {
    background: #c90404;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    transition: all .4s ease;
}
.wp-block-post .wp-block-post-excerpt__more-text a:hover {
    background: #1f1f1f;
    transition: all .4s ease;
}
.wp-block-query-pagination {
    margin: 50px 0 0;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers > * {
    border: 2px solid #ddd;
    border-radius: 50px;
    color: #555;
    font-weight: 600;
    margin: 0 2px;
    padding: 6px 12px;
    text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-next {
    border: 2px solid #ddd;
    border-radius: 50px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    margin-left: -10px;
    margin-top: -2px;
    padding: 6px 15px;
    text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
    border: 2px solid #ddd;
    border-radius: 50px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0;
    margin-top: -2px;
    padding: 6px 15px;
    text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers span {
    background: #555;
    border-color: #555;
    color: #fff;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
    background: #c90404;
    border-color: #c90404;
    color: #fff;
}


#post-457 .uk-width-1-1.uk-width-1-3\@m {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#post-449 {
	padding: 0px;
}
#post-449 .elementor-449 .elementor-element.elementor-element-1d02764 {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #dbcecd;
}
.eael-team-image img {
    height: 260px;
    object-fit: cover;
    object-position: top;
}
.edit-link {
    display: none;
}
.post, .page {
    margin: 0;
}
.section {
    border-radius: 3px;
    padding: 20px;
}
.section h4 {
    margin: 0 0 20px;
}
.section ul {
    margin: 0 0 30px;
}
footer a,
footer a:visited {
    color: rgba(255, 255, 255, 0.8);
    transition: all .4s ease;
    position: relative;
}
footer a:hover {
    color: #fff;
    transition: all .4s ease;
}
footer a:after {
    background: rgba(255, 255, 255, 0.9);
    bottom: -3px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transition: all .4s ease;
    width: 0;
}
footer a:hover:after {
    width: 100%;
    transition: all .4s ease;
}

.regular-members-country {
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0 0;
}
.regular-members-list p {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
	min-height: 120px;
    padding: 20px;
    text-align: center;
    transition: all .4s ease;
}
.regular-members-list p a {
    font-size: 14px;
}
.regular-members-list p:hover {
    border-color: #888;
    transition: all .4s ease;
}

.hfe-input-focus {
    transition: all .4s ease;
}
.hfe-search-button-wrapper input {
    /* position: absolute; */
    border-radius: 0 !important;
    /* margin-top: 72px; */
}
.hfe-search-button-wrapper .hfe-search-submit {
	margin-left: -43px;
}