
/*--blog new start--*/
.blogSec {
	padding: 50px 0;
	overflow-y: visible !important;
}

.blogInner {
	margin-bottom: 20px;
}

.blogInner .blogImg {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	position: relative;
	transition: .5s all;
}

.blogInner .blogImg a::before {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	transition: .5s all;
	top: 0;
	content: "";
	z-index: 1;
}

.corzo-body-outer-wrapper, body.corzo-full .corzo-body-wrapper {
	overflow: visible;
}

.blogInner .blogImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: .6s all;
}

.blogInner .blogImg a:hover::before {
	background-color: rgba(0, 0, 0, .4);
}

.blogContent {
	padding: 15px 0;
}

.blogInner .blogImg:hover img {
	transform: scale(1.1);
}

.blogContent .dateWrap a {
	font-size: 14px;
	color: #3d3e3d;
}

.blogContent .dateWrap a i {
	margin-right: 5px;
}

.blogContent .titleWrap {
	margin: 10px 0;
}

.blogContent .titleWrap h4 {
	font-size: 20px;
}

.blogContent .titleWrap h4 a {
	color: #262626;
	transition: .5s all;
}

.blogContent .titleWrap h4 a:hover {
	color: #1268dc;
}

.blogContent .readBtn a {
	color: #262626;
	font-size: 14px;
	display: inline-flex;
	line-height: 20px;
	position: relative;
	padding-bottom: 5px;
	transition: .5s all;
	align-items: center;
}

.blogContent .txtWrap p {
	color: #262626;
}

.blogContent .readBtn a:hover {
	color: #1268dc;
}

.blogContent .readBtn a::before {
	width: 0;
	height: 1px;
	background-color: #1268dc;
	position: absolute;
	top: 100%;
	transition: .5s all;
	left: 0;
	content: "";
}

.blogContent .readBtn a i {
	font-size: 12px;
	margin-left: 5px;
	color: #262626;
	transition: .5s all;
}

.blogContent .readBtn a:hover i {
	color: #1268dc;
}

.blogContent .readBtn a:hover::before {
	width: 100%;
}

.siderbarWrap {
	position: sticky;
	top: 80px;
}

.siderbarWrap .sidebarSrch .frmWrap {
	position: relative;
}

.widgetBox ul {
	margin-bottom: 0px !important;
}

.siderbarWrap .sidebarSrch {
	padding-left: 0px;
}

.siderbarWrap ul li {
	list-style: none;
}

.siderbarWrap .sidebarSrch .frmWrap .inputTxt {
	width: 100%;
	border-radius: 5px;
	border: none;
	min-height: 40px;
	padding: 0 15px;
	background-color: #f1f1f1;
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn {
	width: 50px;
	line-height: 40px;
	border: none;
	padding: 0px;
	background: url("https://cdn-ileileg.nitrocdn.com/TphmLLdXhWQJbyAHMkRapREQRyeIvfJW/assets/images/optimized/rev-8a374d3/affluence.net.in/wp-content/themes/affluence/img/search-icon.png") no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 5px 5px 0;
	transition: .5s all;
	filter: brightness(0) invert(.5);
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn.nitro-lazy {
	background: none !important;
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn.srchBtn:hover {
	filter: brightness(1) invert(0);
}

.widgetContent {
	margin-bottom: 20px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0%);
	border-radius: 0;
	transition: all .3s ease-in-out;
}

.widgetContent.active {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 10%);
	border-radius: 5px;
}

.widgetContent a {
	padding: 15px;
	padding-right: 30px;
	border-bottom: 1px solid transparent;
	display: block;
	position: relative;
	color: #4c4a4a !important;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	background-color: #f3f3f3;
	transition: all .3s ease-in-out;
}

.sidebarWidget {
	margin-top: 20px;
}

.widgetContent a span {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%) rotate(0deg);
	color: #a0a0a0;
	font-size: 14px;
	line-height: 20px;
	transition: all .3s ease-in-out;
}

.widgetContent.active a {
	background-color: #e9e9e9;
	border-bottom-color: rgba(225, 224, 224, .48);
}

/* .widgetContent.active a span{
	transform: translateY(-50%) rotate(90deg);
  } */
.widgetContent.active a span i::before {
	content: "";
}

.widgetBox {
	display: none;
	padding: 15px;
}

.widgetContent.active .widgetBox {
	background-color: #fff;
}

.widgetBox p {
	margin-top: 0;
}

.widgetBox ul li {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

.widgetBox ul li a {
	padding: 0px !important;
	background-color: transparent !important;
	font-size: 14px;
	padding: 0px !important;
	border-bottom: none;
}

.widgetContent a>i {
	margin-right: 5px;
}

.widgetContent a span.archive-month {
	position: initial !important;
	color: #fff !important;
}

.widgetBox ul li a:hover {
	color: #1268dc;
}

.widgetBox ul li .srch_wrap {
	width: 100%;
}

.widgetBox ul li .srch_wrap .frm_wrap {
	width: 100%;
	position: relative;
}

.widgetBox ul li .srch_wrap .frm_wrap .input_txt {
	width: 100%;
	padding: 0 15px;
	height: 60px;
	border-radius: 3px;
	border: 1px solid #ede8e6;
	color: #000;
}

.widgetBox ul li .srch_wrap .frm_wrap .srch_btn {
	width: 60px;
	height: 60px;
	border: none;
	position: absolute;
	background: url("https://affluence.net.in/wp-content/themes/affluence/img/srch_btn.png") no-repeat #c51c22;
	background-position: center center;
	top: 0;
	right: 0;
	border-radius: 0px 3px 3px 0px;
	transition: .5s ease-in-out;
}

.widgetBox ul li .srch_wrap .frm_wrap .srch_btn.nitro-lazy {
	background: none !important;
}

.widgetBox ul li .srch_wrap .frm_wrap .srch_btn:hover {
	background: url("https://affluence.net.in/wp-content/themes/affluence/img/srch_btn.png") no-repeat #20409a;
	background-position: center center;
}

.widgetBox ul li .srch_wrap .frm_wrap .srch_btn:hover.nitro-lazy {
	background: none !important;
}

.sidebar ul {
	margin-top: 20px;
	padding: 15px;
	background-color: #fff;
}

.widgetBox ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15;
	border-bottom: 1px solid #dcd9d9;
}

.widgetBox ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.widgetBox ul li .img_wrap {
	width: 80px;
	overflow: hidden;
	height: 70px;
}

.widgetBox ul li .img_wrap a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.widgetBox ul li .img_wrap a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: cover;
}

.widgetBox ul li .post_content {
	width: calc(100% - 80px);
	padding-left: 10px;
}

.widgetBox ul li .post_content .title_wrap {
	margin-top: 0px;
}

.widgetBox ul li .post_content .title_wrap a {
	font-size: 14px;
	color: #232323;
	line-height: 20px;
	border: none;
}

.widgetBox ul li .post_content .title_wrap a:hover {
	color: #1268dc;
}

.widgetBox ul li .post_content .date {
	width: 100%;
	padding: 0 17px;
	margin-top: 10px;
	padding-left: 0px;
}

.widgetBox ul li .post_content .date a {
	font-size: 14px;
	color: #837f7f;
	padding: 0px !important;
	margin-bottom: 0px;
	line-height: 20px;
	border: none;
}

.widgetBox ul li .post_content .date img {
	transform: scale(.6);
	margin-top: -3px;
}

.widgetBox ul {
	padding-left: 0px;
}

.widgetBox ul.calenderList {
	display: block;
	margin-bottom: 0px;
}

.widgetBox ul.calenderList li {
	padding: 0px 3px !important;
	margin-bottom: 0;
	display: inline-block;
	width: auto;
	border-bottom: none;
}

.widgetBox ul.calenderList li a {
	padding: 0 25px !important;
	color: #fff !important;
	background-color: #1268dc !important;
	line-height: 40px;
	border-radius: 2px;
	margin-bottom: 0px !important;
	display: block;
	font-size: 14px;
}

.widgetContent:last-child .widgetBox {
	background-color: #fff;
}

.pagination {
	width: 100%;
	margin-top: 20px;
}

.pagination ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.pagination ul li {
	width: auto;
	margin-right: 10px;
	display: inline-block;
}

.pagination .page-numbers {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	border-radius: 3px;
	background-color: #eef1f2;
	color: #170e0e;
	transition: .5s ease-in-out;
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	position: relative;
}

.pagination .page-numbers.next {
	font-size: 12px;
}

.pagination .page-dots {
	display: inline-block;
	line-height: 45px;
	margin-right: 10px;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
	background-color: #1268dc;
	color: #fff;
}

/*--blog new end--*/
.blogMain {
	width: 100%;
}

.siderbarWrap .sidebarSrch .frmWrap {
	position: relative;
}

.siderbarWrap .sidebarSrch {
	padding-left: 0px;
}

.siderbarWrap ul li {
	list-style: none;
}

.siderbarWrap .sidebarSrch .frmWrap .inputTxt {
	width: 100%;
	border-radius: 5px;
	border: none;
	min-height: 40px;
	padding: 0 15px;
	background-color: #f1f1f1;
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn {
	width: 50px;
	line-height: 40px;
	border: none;
	padding: 0px;
	background: url("https://cdn-ileileg.nitrocdn.com/TphmLLdXhWQJbyAHMkRapREQRyeIvfJW/assets/images/optimized/rev-8a374d3/affluence.net.in/wp-content/themes/affluence/img/search-icon.png") no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 5px 5px 0;
	transition: .5s all;
	filter: brightness(0) invert(.5);
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn.nitro-lazy {
	background: none !important;
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn.srchBtn:hover {
	filter: brightness(1) invert(0);
}

.siderbarWrap .sidebarSrch .frm_wrap input.input_txt {
	width: 100% !important;
	border-radius: 5px !important;
	border: none !important;
	min-height: 45px !important;
	padding: 0 15px !important;
	background-color: #f1f1f1 !important;
}

.siderbarWrap .sidebarSrch .frm_wrap input.srch_btn {
	width: 50px !important;
	line-height: 45px !important;
	border: none !important;
	padding: 0px !important;
	background: url("https://cdn-ileileg.nitrocdn.com/TphmLLdXhWQJbyAHMkRapREQRyeIvfJW/assets/images/optimized/rev-8a374d3/affluence.net.in/wp-content/themes/affluence/img/search-icon.png") no-repeat center center;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	border-radius: 0 5px 5px 0 !important;
	transition: .5s all !important;
	filter: brightness(0) invert(.5) !important;
}

.siderbarWrap .sidebarSrch .frm_wrap input.srch_btn.nitro-lazy {
	background: none !important;
}

.siderbarWrap .sidebarSrch .frm_wrap input.srch_btn:hover {
	filter: brightness(1) invert(0) !important;
}

.corzo-content-area {
	padding-top: 0px;
}

.corzo-page-wrapper {
	padding: 50px 0;
}

.searchCount {
	background-color: #f7f7f7;
	margin-bottom: 20px;
	padding: 0 15px;
}
