/* ===========================================================================
Header & Layout
============================================================================*/
.body-blog .sl-topbar a {
    color: white;
}
.body-blog .sl-logobar {
    padding: 15px 0;
}

/*
@media(min-width: 1200px) {
    .body-blog .container.page-container {
        margin-top: 85px !important;
    }
}
*/

/* ===========================================================================
Tiles Banner
============================================================================*/
@media(min-width: 992px){
    .h100percent{height: 100%;}
    .h50percent{height: 50%;}
    .tiles .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .tiles .row{
        margin-left: 0;
        margin-right: 0;
    }
    .tiles .row > div{
        padding-left: 0;
        padding-right: 0;
    }
    .img-tile {
        width: auto;
        height: 100%;
        object-fit: cover;
        border: 8px solid transparent;
    }
}

@media(max-width: 991.98px){
    .page-women-blog .img-tile {
        max-height: 500px;
        min-height: 150px;
        margin-bottom: 10px;
    }
}

.tiles .img-holder{
    height: 100%;
    width: 100%;
}

/* ===========================================================================
Cats
============================================================================*/
.each-wcat{
    margin-bottom: 20px;
}
.wcat-wrapper {
    display: flex;
	flex-direction: column;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.wcat-pic > img {
	border-radius: 50;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 5px;
	border: 2px solid transparent;
	padding: 5px;
}
.wcat-wrapper.active .wcat-pic > img {
	border: 2px solid #000;
}
.wcat-name {
	color: #474747;
	font-weight: bold;
	font-size: 15px;
}

/* ===========================================================================
Blogbox
============================================================================*/
.blogbox {
	position: relative;
	box-shadow: 0 0 15px #e6e6e6;
    background-color: white;
	border-radius: 12px;
    overflow: hidden;
}
.blogbox .pic-container {
	height: 330px;
    padding: 20px;
	position: relative;
}

.blogbox .pic-container img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogbox .date {
	color: gray;
	font-size: 12px;
}
@media(min-width: 1200px) {
    .blogbox .title {
        min-height: 44px;
    }
    .sidebar .blogbox .title {
        min-height: unset;
    }
}
.blogbox .title h4 {
	font-weight: bold;
	font-size: 18px;
}
.blogbox .title a{
	color: #000;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.blogbox .short-desc {
	color: gray;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
@media(min-width: 1200px) {
    .blogbox .short-desc {
        min-height: 65px;
    }
}
.blogbox .blogbox-footer {
	background-color: #eaeaea;
    font-size: 14px;
}

/* ===========================================================================
Tag Cloud
============================================================================*/
.tag-cloud > a {
	color: black;
	background-color: white;
	border: 1px solid #e5e6e8;
	border-radius: 4px;
	font-size: 14px;
	padding: 3px 8px;
	margin: 7px 3px;
	display: inline flex;
}
.tag-cloud > a:hover {
	color: black;
	background-color: #e5e6e8;
}
/* ===========================================================================
Blog Details
============================================================================*/
/* ---------- details page ---------- */
@media(min-width: 1200px){
    html[lang="en"] .page-womenblog-details .main-content {
        padding-right: 45px;
    }
    html[lang="ar"] .page-womenblog-details .main-content {
        padding-left: 45px;
    }
}

.page-womenblog-details .row-post-details-meta {
	font-size: 14px;
	color: #686868;
}
.page-womenblog-details .card-publisher {
	position: relative;
	background-color: white;
	box-shadow: 0 0 15px #e3e0e0;
	border-radius: 12px;
	padding: 35px 25px;
	color: gray;
	margin-top: 90px;
}
.page-womenblog-details .card-publisher a {
    color: gray;
}
.page-womenblog-details .card-publisher .publisher-photo {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
.page-womenblog-details .card-publisher .publisher-name {
	font-weight: bold;
    color: black;
}
@media(max-width: 767.98px){
    .page-womenblog-details .card-publisher {
        padding: 25px 20px;
        margin-top: 60px;
        font-size: 14px;
    }
    .page-womenblog-details .card-publisher .publisher-photo {
        width: 100px;
        height: 100px;
    }
}

.page-womenblog-details .card-prev-next {
	background-color: white;
	box-shadow: 0 0 15px #e3e0e0;
	border-radius: 7px;
	padding: 15px;
	color: gray;
    margin-bottom: 15px;
    font-size: 13px;
}
.page-womenblog-details .card-prev-next .prev-next-image {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
.page-womenblog-details .card-prev-next .post-title-prev-next {
	font-weight: bold;
	color: black;
}


/* ===========================================================================
Special Template (a different blog catogory listing page, like Perfume for her)
============================================================================*/
/* ---------- common ---------- */
.a4h-section-title {
	font-weight: bold;
	font-size: 26px;
	color: #494848;
	margin: 15px 0 30px 0;
}
@media(max-width: 767.98px){
    .a4h-section-title {
        font-size: 22px;
        margin: 15px 0 20px 0;
    }
}

/* ---------- header ---------- */
.btn-a4h-to-mainsite {
	border-radius: 20px;
}
@media(max-width: 767.98px){
    .btn-a4h-to-mainsite {
        font-size: 13px;
        padding: 5px 10px;
    }
}
.a4h-menu-trigger {
    cursor: pointer;
}

/* ---------- blogs slider ---------- */
.wrapper-blog-posts {
	border-radius: 35px;
	padding: 25px;
}
@media(max-width: 767.98px){
    .wrapper-blog-posts {
        background-color: white !important;
        padding: 0;
    }
}

/* ---------- events slider ---------- */


/* ---------- footer ---------- */
.a4h-footer {
	position: relative;
}
.a4h-footer-bg {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
}
.footer-contents {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
    width: 100%;
}
.a4h-footer-social a {
	font-size: 21px;
	display: inline-flex;
	margin: 0 5px;
    cursor: pointer;
}
.a4h-footer .cr {
	color: #474747;
	font-weight: bold;
	font-size: 17px;
}

.a4h-footer .cr a {
	display: block;
	font-size: 11px;
}

/* ===========================================================================

============================================================================*/
