/*
	Theme Name: priaya_shah_blog
	Theme URL:http:https:www.mirackle.com;
	Version:1.0
	Author:Rakesh More
*/

.blog{
        background: linear-gradient(180deg, #d81b60 0%, #ad1457 45%, #6a1b4d 100%);
}

.blog h1{
    font-size: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    margin: 0 0.3%;
}
.blog_text h1{
    font-family: "Rubik", sans-serif;
    color: #2f023e;
    font-size: 23px;
    line-height: 140%;
    padding: 0;
    font-weight: 600;
    text-align: left;
    margin: 2% 0%;
}
.cus_back {
    height: 210px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog_sm8{
	width: 62%;
	float: left;
}
.blog_sm88{
	width: 37%;
	float: right;
}
.blog_sm2{
    width: 31%;
	float: left;
	margin: 1%;
}
.blog_sm1{
	width: 98%;
	margin: 1% auto;
}
.blg_img{
	position: relative;
	width: 100%;
}
.bg_date{
    position: absolute;
    background-color: #f0ae2f;
    padding: 10px 20px;
    text-align: center;
}

.bg_date p{
	font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 110%;
    color: #fff;
    margin:0px;
}
.bg_date p span{
	font-weight: 700;
    font-size: 18px;
}
.blog_text{
	background-color: #fff;
	padding: 10px;
	min-height: 305px;
}

.blog_text h2{
    font-size: 20px;
    color: #3a0450;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    line-height: 140%;
}
.blog_text h3{
font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 140%;
    padding: 0;
    font-weight: 600;
    text-align: left;
    margin: 2% -1%;
}
.blog_text p{
font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 140%;
    padding: 0;
    font-weight: 400;
    text-align: left;
    margin: 2% 0%;
}
.blog_text a{
    background: linear-gradient(135deg, #610140, #d21a5f);
    padding: 12px 33px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.blog_text a:hover{
    background: linear-gradient(135deg, #d21a5f, #610140);
    color: #fff;
    transform: translateY(-2px);
}


.blog_text p strong {
    font-family: "Rubik", sans-serif;
    color: #2f023e;
    font-size: 23px;
    line-height: 140%;
    padding: 0;
    font-weight: 600;
    text-align: left;
    margin: 2% 0%;
}
.blog_cat{
	background-color: #fff;
	padding: 20px;
	margin-top: 1.5%;
}
.sidebar-title {
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 23px;
    line-height: 140%;
    padding: 0;
    font-weight: 600;
    text-align: left;
    margin: 2% 0%;
}
.s-border {
    width: 40px;
    height: 1px;
    margin-bottom: 2px;
    border-radius: 50px;
    background: #c5c5c5;
}
.m-border {
    width: 20px;
    height: 1px;
    margin-bottom: 15px;
    border-radius: 50px;
    background: #c5c5c5;
}
.blog_cat ul li a{
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
}
.blog_cat ul li a .fa{
	color: #ee1625;
}
.center {
    text-align: center;
}
.page-numbers {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 2px 0 0;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	background-color:#313131;
	color:#fff;
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
}
.page-numbers.current,
a.page-numbers:hover {
background: #2f023e;
}

.page-numbers{
    list-style: none;
}
.cat_active{
	color: #d63638 !important;
}

@media only screen and (max-width:900px){
.blog_sm2 {
    width: 98%;
    float: none;
    margin: 1% auto 3% auto;
}
.blog_sm8 {
    width: 100%;
    float: none;
}
.blog_sm88 {
    width: 100%;
    float: none;
}
}

.footer ul{
    margin:0 !important;
}
