/*
Theme Name: Googlemeta
Theme URI: https://googlemeta.com/
Description: This is a theme of Googlemeta.com
Author: Googlemeta
Author URI: https://googlemeta.com/
Template: flatsome
Version: 3.4.3
*/

.img_box_cat .box-text {
    margin-top: -35px;
}
.img_box_cat .img_box_title {
    padding: 12px 30px 12px 13px;
    background: var(--primary);
    width: fit-content;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
	border-radius: 0 0 0 var(--radius);
}
.img_box_cat .img_box_des {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.4;
    color: #353535;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.img_box_cat .img_box_btn {
    margin: 10px 0 0 0;
    padding: 0;
    min-height: auto;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
}
.logo_white {
    filter: brightness(0) invert(1);
}
.img_box_cat .img_box_btn i:before {
    content: "";
    font-family: 'FontAwesome';
}
.img_box_cat:hover .img_box_title {
    background: var(--success);
}
.logo_ft a.ux-logo-link {
    padding: 0 !important;
    width: 35px;
    height: 35px;
}
.logo_ft a.ux-logo-link > img {
    width: 35px;
    height: 35px !important;
    object-fit: contain;
}
.img_box_cat .box-image {
    border-radius: var(--radius);
}
.img_logo .img {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-bottom: 0 !important;
    object-fit: contain;
	margin-right: 7px !important;
}
.img_logo:before, .img_logo:after {
    display: none !important;
}