/* Royal Post Category Start -------------------------- */
.royalpostcategory{
    overflow: hidden;
}

.royalpostcategory .title{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.royalpostcategory a{
    text-decoration: none;
}
.royalpostcategory ul{
	margin: 0;
    padding: 0;
}

.royalpostcategory ul li>i{
	color: #29C944;
    float: left;
}

.royalpostcategory ul li{
	list-style: none;
}



.royalpostcategory .style2 .catblock{
	padding: 0px;
}
.royalpostcategory .style2 h2{
	font-size: 18px;
	line-height: 40px;
    margin-bottom: 10px;	
}
.royalpostcategory .style2 ul{
	font-size: 14px;
}

.royalpostcategory .style2 ul li{
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.royalpostcategory .style2 ul li:last-child{
    border-bottom: none;
}
.royalpostcategory .style2 ul li>i{
	color: #29C944;
    display: none;
}

.royalpostcategory .style2 ul li a{
	color: #666;
	padding-bottom: 3px;
}

.royalpostcategory .style2 .allbutton{
	float: right;
    background: #666;
    border-color: #a2a2a2;
    padding: 5px;
    color: #000;
    background-color: #a6a6a6;
}

.royalpostcategory .style2 .thumbnail {
    margin-right: 10px;
    float: left;
}

.royalpostcategory .style2 .content h3{
    display: flex;
    align-items: center;
}




.royalpostcategory .style4 ul li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    background: #ffffff;
    justify-content: space-between;
}

.royalpostcategory .style4 .date{
    margin-right: 10px;
    text-align: center;
    background-color: #c60021;
    padding: 10px;
    color: #fff;
    border-left: 5px solid #000;
}

.royalpostcategory .style4 .date span{
    display: grid;
}

.royalpostcategory .style4 .date span:first-child {
    font-size: 20px;
}

.royalpostcategory .style4 .title{
    flex-grow: 1;
}

.royalpostcategory .style4 .allbutton{
	float: right;
    background: #666;
    border-color: #a2a2a2;
    padding: 5px;
    color: #000;
    background-color: #a6a6a6;
}



.royalpostcategory .style5 ul li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    background: #ffffff;
    justify-content: space-between;
}

.royalpostcategory .style5 .date{
    margin-left: 10px;
    text-align: center;
    background-color: #c60021;
    padding: 10px;
    color: #fff;
    border-right: 5px solid #000;
}

.royalpostcategory .style5 .date span{
    display: grid;
}

.royalpostcategory .style5 .date span:first-child {
    font-size: 20px;
}

.royalpostcategory .style5 .title{
    flex-grow: 1;
}

.royalpostcategory .style5 .allbutton{
	float: right;
    background: #666;
    border-color: #a2a2a2;
    padding: 5px;
    color: #000;
    background-color: #a6a6a6;
}

