li#text-4 {list-style: none;}
li#text-7 {list-style: none;}
.post-details .title-wrapper {text-decoration: none;}
.single .post-full-image img{height: auto;width: 100%; display: none;}
/*.home-category .ad-wrap img{height: auto;}*/
.post-description img{max-width: 100%;height: auto;}
.post-description h2{color: #814692;font-size: 21px;line-height: 24px;}
.post-description h3{color: #814692;font-size: 19px;line-height: 21px;}
.post-description iframe{max-width: 100%;}
sup{text-transform: lowercase;}
.home-adver {display: block;margin-top: 1em;width: 100%;}
.home-adver img{width: 100%;}
.mobile-social .row svg {max-width: 50px;height: auto;}
.single .fb-comments {display: none !important;}
.single .fb_iframe_widget {display: none !important;}
/*.post-description h3:last-of-type {display: none;}*/
body.page-template-posts .single-category .row .col-lg-3 {margin-bottom: 1em;}
.fixed-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; 
}
.fixed-header .social-svg {
    display: block;
}
.latest-post .post-details .about-wrapper {
    font-family: Franklin Gothic Book;
    font-style: normal;
    align-items: center;
    -webkit-line-clamp: 1;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.home-category .post-details .about-wrapper {
    font-family: Franklin Gothic Book;
	font-size:18px;
	line-height:27px;
    font-style: normal;
    align-items: center;
    -webkit-line-clamp: 1;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	    margin-bottom: -6px;
}
body .mobile-navigation{
    background-color: #03252B;
}
.mobile-social .col-sm-3 img{width: 40px;}
@media screen and (max-width: 450px) {
    .mobile-primary-menu #menu-mobile-primary-menu li.menu-item-has-children ul.sub-menu li a{font-size: 20px;}
    .home-category .post-details .post-title{font-size: 18px;}
    .latest-post .post-details .post-title{-webkit-line-clamp: 2;margin-bottom: -6px;padding-top: 12px;}
	
	.latest-post .post-details .about-wrapper {
    font-family: Franklin Gothic Book;
    font-size: 18px;
    line-height: 27px;
    font-style: normal;
    align-items: center;
    -webkit-line-clamp: 1;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
}
.main-nav ul li.menu-item-has-children a:first-of-type::after {
    content: url(https://dev01-blog.meccabingo.com/wp-content/themes/mecca_2020/assets/img/dropdown-chevron.svg);
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}

.main-nav ul li.menu-item-has-children:hover a::after {
	content: url(https://dev01-blog.meccabingo.com/wp-content/themes/mecca_2020/assets/img/dropdown-chevron-hover.svg);
}

ul.sub-menu li a::after{
    content: "" !important;
}