
.custom-header .ul-flex-box .ul-left li:nth-child(3) a {
    color: #deb78b;
}

.custom-header .ul-flex-box .ul-left li:nth-child(3) a::after {
    width: 0%;
}
.custom-header .ul-flex-box li:hover a::after {
    width: 60% !important;
}



/* ====== activity-btn-box ======== */

.activity-btn-box{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .activity-btn-box button{
    border: none;
    font-size: 16px;
    border-radius: 50px;
    padding: 5px 15px;
    margin: 15px 10px 15px 10px;
    background: linear-gradient(45deg, #3c3c3c, #3e3933);
    color: #fff;
  }
  .activity-btn-box button.active, .activity-btn-box button:hover, .activity-btn-box button:focus{
    background: linear-gradient(90deg, #efc383, #d29e50);
    color: #171717;
  }
  
  
  /*============================================*/
  #page #content .post-grid {
     padding: 0; 
}
#page #content .grid-items {
    display: flex;
    flex-wrap: wrap;
}
#page #content .item {
    margin: 0px;
    padding: 10px;
    background: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px){
    #page #content .item {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    #page #content .item {
        width: 50%;
    }
}
@media only screen and (min-width: 1024px){
    #page #content .item {
        width: 33.3%;
    }
}

.custom-post-style-wrapper{
    background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
  /*======= Thumbnail =========*/
.custom-post-style-thumbnail{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* ========= title ============= */
.custom-post-style-title{
	line-height: 1;
	margin: 20px 15px 0 !important;
}
.custom-post-style-title a{
	font-size: 18px !important;
	color: #171717;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
    width: 100%;
}

/* ========= date ============ */
.custom-post-style-date{
	font-size: 14px;
	color: #666;
    margin: 8px 15px 10px;
	float: left;
}
/* ======== read more ========== */
.custom-post-style-more{
	float: right;
    margin: 8px 15px 12px;
    background: #333;
    padding: 0 10px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.custom-post-style-more a{
	color: #fff;
	font-size: 15px;
    position: relative;
    z-index: 1;
}
/*=====*/
.custom-post-style-wrapper::after{
    clear: both;
    content: "";
    display: block;
}
.custom-post-style-wrapper img{
    transition: transform .5s ease;
width: 100%;
}
.custom-post-style-wrapper:hover img{
    transform: scale(1.2);
}

.custom-post-style-wrapper:hover .custom-post-style-more::after{
    content: "";
    position: absolute;
    top: -2px;
    left: -8px;
    width: 6px;
    height: 30px;
    background: #888;
    transform: rotate3d(0, 0, 1, 
15deg);
    animation: .5s linear to_right;
}
@keyframes to_right{
    from{
        left: -8px;
    }
    to{
        left: 100px;
    }
}
@keyframes to_right {
  from {
    left: -8px;
  }

  to {
    left: 100px;
  }
}



.post-grid-lazy img{
    width: 70px;
    height: 70px;
}
