﻿
/*
Theme Name: DP Blog
Theme URI: #
Author: Anirban Hajra
Version: 1.0
*/

.sidebar-form{
    border-radius: 10px;
border: 1px solid #D3D3D3;
background: #FFF;
box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
border-top: 3px solid rgba(247, 155, 23, 0.91);
padding: 8px;
margin-bottom: 23px;
.form-group {
    margin-bottom: 10px;
}
.wpcf7-text,.wpcf7-select{
    border-radius: 3px;
        border: 1px solid #BABABA;
        font-size: 14px;
        padding-block: 7px;
        height: 37px;
        width: 100%;
        margin-bottom: 6px;
        padding: 10px;
&:focus{
    box-shadow: none;
    border-color: rgba(247, 155, 23, 0.91);
}

}
h4{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 2px;
    span{
        color: rgba(247, 155, 23, 0.91);
    }
}
.wpcf7-submit {
                    padding-inline: 35px;
        transition: all .5s;
        background: #f58220;
        border: 0;
        width: auto;
        color: #fff;
        font-family: 'Graphik';
        font-size: 18px;
        height: auto;
        margin-top: 10px;
        padding-block: 10px;
        border-radius: 4px;
    &:hover{
        background-color: #042969;
    }
}
.wpcf7-recaptcha.g-recaptcha {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.wpcf7-spinner {
    position: absolute;
}
p{
          font-size: 18.5px;
        text-align: center;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
}
}
.sidebar-box{
    border: 1px solid #E1E1E1;
    padding: 10px;
    margin-bottom: 23px;
    
    ul{
        padding: 0;
        margin: 0;
    }
    li{
        list-style-type: none;
    }
    h4{
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        text-align: left;
        text-transform: capitalize;
        margin-bottom: 4px;
    }
}
.sidebar-box.post{
    li{
        border-bottom: 1px dashed #5F5F5F;
        margin-bottom: 10px;
        padding-bottom: 10px;
&:hover{
p{
 color: #F79B17;
}
}
    }
    a{
        display: flex;
        align-items: center;
        gap: 5px;
    }
    p{
        color: #141414;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120.769%;
        margin: 0;
        width: 71%;
	transition: all .5s;
		.blog-date {
    color: #f58220;
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: bold;
}
    }
    .img-box{
        width: 84px;
        height: 44px;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    ul li:last-child{
        border-bottom: none;
        margin-bottom: 0;
	padding-bottom: 0;
    }
    .small-line{
        margin-bottom: 15px;
    }

}
.blog-single-left>p{
	font-family: 'Inter', sans-serif;
}
.sidebar-box.category{
li{
justify-content: space-between;
    display: flex;
border-bottom: 1px dashed #5F5F5F;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
    a{
    color: #141414;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    padding-left: 14px;
    transition: all .5s;
    position: relative;
	&:after{
	content: '';
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 8px solid;
            border-bottom: 5px solid transparent;
            position: absolute;
            left: 0;
            top: 3px;
}
    &:hover{
        color: #F79B17;
    }
    }
    ul li:last-child{
        border-bottom: none;
        margin-bottom: 0;
    }
}
.small-line{
background: rgba(247, 155, 23, 0.91);
width: 36px;
height: 2px;
display: block;
margin-bottom: 15px;
}
.wp-paginate {
    text-align: center;
	    font-size: 24px;
}
.navigation .wp-paginate .current {
    color: #fff;
    background: #FF9800;
    border: 1px solid #FF9800;
    margin-right: 4px;
    padding: 4px 8px;
}
.cities_box {
    background: #55356a;
}
.footer-social a {
    filter: none;
	transition:all .5s;
	&:hover{
		transform:scale(1.1)
	}
}
@media (max-width: 1366px),(max-width: 1440px){
.sidebar-form {
    p {
        font-size: 13.5px;
    }
}
}
@media only screen and (max-width: 575px) {
    .nav-sec {
        padding: 10px;
    }
    .nav-logo-wrap {
        width: 170px !important;
    }
.proposal-btn-wrap a {
        font-size: 11px !important;
    }
    .proposal-btn-wrap {
        align-items: center;
        text-align: center;
    }
.nav-bar{
    align-items: center;
.proposal-btn {
    padding: 5px 8px;
	border-radius: 3px;
	margin-right: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 30px;
	.proposal-btn i {
    margin-left: 0px;
}
}
}
	.resource-content {
    p {
        font-size: 14px;
    }
}
	.wp-paginate {
    text-align: center;
    font-size: 12px;
}
}
.blog-single-left {
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    border-top: 3px solid rgba(247, 155, 23, 0.91);
}
.blog-single h1::after {
    background-image: linear-gradient(90deg, #0000 15px, rgba(247, 155, 23, 0.91) 0%);
}
.blog-banner-img img{
	animation:none;
}