body {
	font-size: 18px;
    font-weight: 400;
}
.blog-shortcode .post-item .post-info__thumb a {
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog-shortcode.style-3 .post-info .post-info__title {
	font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 27px;
}
#blogs .style-3 .post-info .post-info__link a img,
.blog-shortcode.style-3 .post-info .post-info__link a img {
	display: none;
}
.blog-shortcode .post-item .post-info__link {
	text-align: center;
    margin-bottom: 20px;
}
.blog-shortcode .post-item .post-info__link a {
	justify-content: center;
    width: 128px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #0071E3;
    color: #0071E3;
    text-align: center;
    border-radius: 3px;
    display: flex;
    margin: 0 auto;
}
.blog-shortcode .post-item:hover .post-info__link a {
	background: #0071E3;
    color: #FFF !important;
}
.main-navigation ul.menu li a {
    font-size: 14px;
}
.main-navigation ul.menu > li > a {
    font-weight: bold;
    font-size: 14px;
}
.gglobe {
    width: 40px !important;
    height: 40px !important;
}
.ft-column .widget_nav_menu ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #222222;
}
@media only screen and (min-width: 992px) {
    .main-navigation ul.menu > li > a {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .main-navigation ul.menu > li > a {
        padding: 0 12px;
    }
}