@media only screen and (max-width: 576px) { .post.post-classic .thumb img {
	height: auto;
	}
}

.post .thumb img {
	width: -webkit-fill-available;
}

.post.post-classic .thumb img {
	width: -webkit-fill-available;
}

.navbar ul {
	text-align: center;
}

.navbar-nav {
	align-items: center;
}

#menu-item-97 a {
	font-weight: 600;
	color: #01A6AC;
}

#primary-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-97 > a {
	font-weight: 600;
	color: #01A6AC;
}

.page-header {
	display:none;
}

.wp-block-post-excerpt__more-link {
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.wp-block-post-excerpt__more-text {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}

figure > a > img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.wp-block-post-author__avatar > img {
	border-radius: 25px;
}

.wp-block-post-author {
	align-items: center;
}

.wp-block-post-date {
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

div.wp-block-group {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

div.eb-social-share-eelhz6t.eb-social-share-wrapper {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

li.wp-block-post {
	border: solid 1px #EBEBEB;
	border-radius: 10px !important;
	margin-bottom: 40px;
}

h2.post-title {
	padding-right: 20px;
	padding-left: 20px;
}

.wp-block-post-excerpt__excerpt {
	padding-right: 20px;
	padding-left: 20px;
}

div.wp-block-query-pagination-numbers {
	display:flex;
}

p.share-title {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
}

#jetpack_widget_social_icons-2 > ul {
	text-align: center;
}

#ez-toc-container > div > p  {
	line-height: 1.7 !important;
}

div.cta-box {
	border-radius: 10px;
	border: 1px solid #b5b5b5;
	text-align: center;
	padding: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
}

iframe.jetpack_remote_comment {
	height: 650px !important;
}

/* WhatsApp Floating Button CSS */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    z-index: 1000;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.whatsapp_float img {
    margin-top: 16px;
    width: 28px;
    height: 28px;
}

.whatsapp-icon {
    color: #FFFFFF;
    font-size: 30px;
    margin-top: 15px;
}