/* Body  */
.container .min-container {
    padding-left: 15px;
    padding-right: 15px;
}
.container .sidebar + .min-container {
    padding-left: 0;
    padding-right: 0;
}
.section-head {
    margin-bottom: 35px;
}

/* Header */
.main-bar {
    background: var(--bg-color);
}
.extra-nav.extra-nav-left{
	float: left;
}
.extra-nav .search-btn{
	padding: 10px;
}
.extra-nav.extra-nav-left .extra-cell{
	margin-left: 0;
}
.header-full .main-bar {
    padding: 0;
}
.extra-nav {
    padding: 35px 0;
}
.site-header.header-transparent .header-nav .nav > li > a,
.site-header.header-transparent .search-btn a i{
	color: #fff;
}
.site-header.header-transparent .header-nav .nav > li > a:hover,
.site-header.header-transparent .search-btn a{
	color: #a5a5a5;
}
.header-nav .nav > li > a {
    font-size: 16px;
    padding: 45px 15px;
    font-weight: 400;
    font-family: roboto;
	text-transform: capitalize;
}
.is-fixed .header-nav .nav > li > a {
	padding: 16px 15px;
}
.header-nav .nav > li .sub-menu li a {
    font-size: 15px;
    padding: 12px 0;
    font-weight: 300;
    font-family: roboto;
	color: #242627;
}
.header-nav .nav > li .sub-menu {
    border-radius: 0;
    padding: 10px 30px;
	border-top: 2px solid #19c5d1;
}
.navbar-toggler {
    margin: 50px 0 50px 15px;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 1px solid #e7e7e7;
}
.site-header.header-transparent .navbar-toggler span {
    background: #fff;
}
.site-header.header-transparent .logo-header {
    width: 100%;
    text-align: center;
    padding: 70px 0;
}
.site-header.header-transparent .top-info{
	border-bottom: 1px solid #e7e7e7;
}
.site-header.header-transparent.header-bottom{
	position: relative;
}
.site-header.header-transparent.header-top .logo-header img{
	width: 150px;
}
.site-header.header-transparent.header-top .logo-header {
    padding: 0;
    height: 0;
}
.site-header.header-top .full-sidenav .logo-header{
	padding: 50px;
}

/* Quik Search */
.dlab-quik-search .form-control {
    font-size: 24px;
    text-align: left;
    font-family: roboto;
    padding: 25px 10px;
	border-bottom: 1px solid rgba(255,255,255,1);
}
.dlab-quik-search {
	background-color: rgba(33,35,38,0.98) !important;
	z-index: 999999;
}
.dlab-quik-search span {
    right: 10px;
    margin: -10px 0;
    font-size: 25px;
}
.dlab-quik-search .search-remove{
    right: 30px;
    top: 35px;
}

/* Header Categories Box */
.life-style-tabs {
    width: 15%;
	background-color: #fff;
    padding: 30px 0;
}
.life-style-post {
    width: 85%;
}
.life-style-bx {
    flex-direction: unset;
}
.life-style-tabs ul li a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 30px;
    text-align: left;
    font-family: roboto;
    letter-spacing: 1px;
}
.life-style-tabs ul li {
    display: block;
}
.header-nav .nav > li > .mega-menu {
	border-radius: 0;
}
.life-style-post .blog-post .post-title {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.post-slider .dlab-post-info {
    padding: 10px 0 0;
}

/* Sidenav Layout */
.sidenav-layout .site-header .full-sidenav{
	height: 100%;
	width: 280px;
    left: 0;
	opacity: 1;
	background-image: url(../images/banner/pic2.jpg);
}
.sidenav-layout .site-header .full-sidenav .logo-header {
    display: block;
    width: auto;
    padding: 50px;
    height: auto;
    position: relative;
	background-color: rgba(0,0,0,0);
}
.sidenav-layout .site-header .full-sidenav .nav {
    margin: auto;
}
.sidenav-layout .site-header .full-sidenav .logo-header img {
    width: 100%;
    float: unset;
}
.sidenav-layout .main-content{
	margin-left: 280px;
}
.sidenav-layout .sticky-top{
	top: 0;
}
.sidenav-layout .sidenav .header-logo{
	padding: 30px;
}
.sidenav-layout .sidenav .extra-nav {
	position: absolute;
	bottom: 0;
	padding: 30px 0;
	width: 100%;
}
.sidenav-layout .site-header .full-sidenav .nav > li > a {
	font-size: 20px;
	color: #fff;
}
.sidenav-layout .header-nav.full-sidenav .nav > li > .sub-menu li a, 
.sidenav-layout .header-nav.full-sidenav .nav > li > .mega-menu li a {
	font-size: 16px;
}
.sidenav-layout .extra-nav.extra-nav-left{
	text-align: center;
}
.sidenav-layout .extra-nav .search-btn a{
	color: #fff;
}
.sidenav-layout .site-header .menu-btn{
	background-color: var(--bg-color);
    border-radius: 50px;
    padding: 10px;
    right: 30px;
    position: fixed;
    top: 30px;
	display: none;
}
.sidenav-layout .site-header .full-sidenav .menu-close.active{
	color: #000;
	transition: all 0.5s;
	opacity: 1;
}
.sidenav-layout .site-header .full-sidenav .menu-close i {
    background: var(--text-color);
    padding: 20px;
    opacity: 1;
    border-radius: 50px;
    top: 30px;
    right: 30px;
}
.sidenav-layout .site-header .full-sidenav .menu-close{
	left: 0;
	transition: all 0.5s;
}

/* Menu Icon */
.menu-icon{
	padding: 0;
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-icon-in{
	width: 30px;
	height: 22px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block;
}
.menu-icon-in span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color:#fff;
}
.menu-icon-in span:nth-child(1) {
	top: 0px;
}
.menu-icon-in span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.menu-icon-in span:nth-child(3) {
  bottom: 0;
}
.header-nav.full-sidenav .mCustomScrollBox{
	width:100%;
}
.menu-close i {
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 45px;
    top: 60px;
}
.menu-close{
	position:fixed;
	top:0;
	right:-100px;
	opacity:0;
	cursor:pointer;
	z-index: 999999;
	color: #fff;
}
.menu-close.active{
	opacity:0.8;
	right: 0;
}

/* SideNav ======= */
.site-header .full-sidenav{
	position: fixed;
	right: 100%;
	width: 100%;
	top: 0;
	z-index: 999988;
	background: #2d2f32;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	left: auto;
	opacity: 0;
}
.site-header .full-sidenav .nav > li > a {
    font-size: 40px;
    padding: 15px;
    text-transform: capitalize;
	text-align: center;
	width: 100%;
	min-width: 100%;
}
.site-header .full-sidenav .mCSB_container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}
.site-header .full-sidenav.active{
	right:0;
	opacity: 1;
}
.site-header .full-sidenav .nav {
	margin: 200px auto auto;
	text-align: center;
}
.header-nav.full-sidenav .nav > li > a{
	color:#000;
}
.header-nav.full-sidenav .social-menu,
.header-nav.full-sidenav .logo-header,
.header-nav.full-sidenav .nav{
    float: none;
    width: 100%;
}
.header-nav.full-sidenav .logo-header {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #2d2f32;
    width: 100%;
    padding: 50px;
}
.header-nav.full-sidenav .logo-header img{
	width: 180px;
	float: left;
}
.header-nav.full-sidenav .nav > li > .sub-menu, 
.header-nav.full-sidenav .nav > li:hover > .sub-menu, 
.header-nav.full-sidenav .nav > li > .mega-menu,
.header-nav.full-sidenav .nav > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	position:unset;
	border: 0;
	background-color: rgba(0,0,0,0);
	margin: 0 auto;
}
.header-nav.full-sidenav .nav > li > .sub-menu, 
.header-nav.full-sidenav .nav > li > .mega-menu {
    box-shadow: none;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
    width: 100%;
    text-align: center;
    border: 0;
    padding-top: 0;
    min-width: 100%;
}
.header-nav.full-sidenav .nav > li > .sub-menu li,
.header-nav.full-sidenav .nav > li > .mega-menu li{
	border: 0;
}
.header-nav.full-sidenav .nav > li > .sub-menu li a, 
.header-nav.full-sidenav .nav > li > .mega-menu li a {
    border: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
}
.site-header.header-white .header-nav .nav > li > a, 
.site-header.header-white .search-btn a i{
    color: var(--text-secondry);
}
.site-header.header-white .menu-icon-in span{
	background-color: var(--bg-color-ho);
}
.site-header.header-white .header-nav.full-sidenav .nav > li > a{
	color: #fff;
}
.site-header .full-sidenav .logo-header{
	display: none;
}
.site-header .full-sidenav .logo-header{
	display: none;
	transition: all 0.5s;
}
.site-header .full-sidenav.active .logo-header {
    display: table;
    clear: both;
	transition: all 0.5s;
}
.header-transparent.header-white .is-fixed .main-bar {
    background-color: rgb(255, 255, 255);
}

/* Sidebar */
.side-bar{
	border-left: 1px solid #ececec;
	padding-left: 30px;
	margin-bottom: 0;
}
.side-bar-left{
	border-left: 0;
	padding-left: 0;
	border-right: 1px solid #ececec;
	padding-right: 30px;
}
.side-bar .widget {
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
	margin-bottom: 40px;
}
.widget-title,
.title-head,
.contact-title,
.comment-respond .comment-reply-title{
   font-family: roboto;
   font-weight: 700;
   letter-spacing: 2px;
}
.widget-title span,
.title-head span,
.contact-title span,
.comment-respond .comment-reply-title span{
	position:relative;
	z-index: 3;
}
.widget-title span:after,
.title-head span:after,
.contact-title span:after,
.comment-respond .comment-reply-title span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #c5f0f3 !important;
    height: 4px;
    width: calc(100% + 20px);
    z-index: -1;
    transform: translateY(-50%);
}
.side-bar .widget:last-child{
	padding-bottom: 10px;
}
.widget.widget-ads img,
.widget.widget-about img{
	width: 100%;
}
.side-bar .widget .widget-title{
	text-align: left;
}

/* Widget About */
.widget-about .about-media{
	position: relative;
}
.widget-about .about-info {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.widget-about .about-info .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
.widget-about .about-info p {
    font-size: 14px;
    font-weight: 400;
    color: #0c0d10;
    opacity: 0.6;
	margin-bottom: 0;
}

/* Widget Social */
.social-icon{
	padding-left: 0;
}
.social-icon li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.social-icon li a {
    height: 45px;
    width: 45px;
    font-size: 14px;
    padding: 0;
	color: #242627;
    line-height: 45px;
	background-color: #f1f1f1;
}
.site-footer .footer-top .social-icon li a {
    background-color: #161718;
	color: #fff;
}
.blog-post.blog-single .dlab-post-text.text .social-icon{
	padding-left: 0;
}
.blog-post.blog-single .dlab-post-text.text .social-icon li{
	padding: 0;
}
.blog-post.blog-single .dlab-post-title.m-b30{
	margin-bottom: 30px;
}
.blog-post.blog-single .wp-block-image.alignwide.m-b40,
.blog-post.blog-single .dlab-post-media.blog-single.m-b40{
	margin-bottom: 40px;
}
 
/* Widget Post */
.widget.recent-posts-entry .widget-post {
    box-shadow: unset;
    border-radius: 0;
    overflow: unset;
}
.recent-posts-entry .widget-post:last-child,
.side-bar .widget:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
.widget .widget-post-bx .post-title {
    font-family: roboto;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.widget.recent-posts-entry .dlab-post-meta{
	margin-bottom: 0;
}
.dlab-post-meta ul li.post-date span{
	margin-left: 5px;
}
.blog-single .dlab-post-text .dlab-post-meta ul li,
.dlab-post-meta ul li.post-date,
.dlab-post-meta ul li{
	font-size: 13px;
	color: #b9babd;
	font-weight: 400;
	margin-bottom: 0;
	font-family: roboto;
}
.blog-single .dlab-post-text .dlab-post-meta ul li.post-btn,
.dlab-post-meta ul li.post-btn{
	float: right;
}
.dlab-post-meta li::after {
    content: "";
    height: 3px;
    width: 3px;
    background-color: #b9babd;
    border-radius: 5px;
    position: relative;
    margin: 0 10px 2px 14px;
}

/* Widget Categories */
.widget_categories ul li a{
    color: #323234;
    font-size: 15px;
}
.widget_categories ul li {
    color: #b9babd;
    font-size: 15px;
    padding: 12px 0;
	font-family: 'OpenSans', sans-serif;
	transition: all 0.5s;
}
.widget_categories ul li:hover{
    background-color: var(--bg-color);
    padding: 12px 15px;
	transition: all 0.5s;
	color: #fff;
}
.widget_categories ul li:hover a{
	color: #fff;
}


/* Widget Vlog */
.widget.widget-vlog .post-box{
	position: relative;
}
.widget.widget-vlog .post-box a.video {
    color: #ff0024;
    font-size: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*  owl dots*/
.owl-dots-style1 .owl-dots .owl-dot,
.owl-dots-style2 .owl-dots .owl-dot{
	border: 2px solid rgba(0,0,0,0,);
    padding: 3px;
    border-radius: 50px;
    margin: 5px;
}
.owl-dots-style1 .owl-dots .owl-dot span ,
.owl-dots-style2 .owl-dots .owl-dot span {
    height: 7px;
    width: 7px;
    background-color: #fff;
    margin: 0;
    border: 1px solid #bebebe;
}
.owl-dots-style1 .owl-dots .owl-dot:hover span, 
.owl-dots-style1 .owl-dots .owl-dot.active span  {
    background-color: var(--bg-color);
    border: 0;
}
.owl-dots-style1 .owl-dots .owl-dot.active {
    border: 1px solid #bebebe;
}
.owl-dots-style1 .owl-dots .owl-dot ,
.owl-dots-style2 .owl-dots .owl-dot {
    border: 1px solid rgba(0,0,0,0);
    padding: 3px;
    border-radius: 50px;
    margin: 3px;
}
.owl-dots-style2 .owl-dots{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}
.owl-dots-style2 .owl-dots .owl-dot:hover span, 
.owl-dots-style2 .owl-dots .owl-dot.active span{
	background-color: #646566;
	border: 0;
}
.owl-dots-style2 .owl-dots .owl-dot.active{
    border: 1px solid #646566;
}
.owl-dots-style2 .owl-dots .owl-dot span {
    background-color: rgba(0,0,0,0);
    border: 1px solid #646566;
}
.owl-dots-style2.owl-dots-black .owl-dots .owl-dot:hover span,
.owl-dots-style2.owl-dots-black .owl-dots .owl-dot.active span{
	background-color: #242627;
}
.owl-dots-style2.owl-dots-black .owl-dots .owl-dot.active{
    border: 1px solid #242627;
}

/* Subscribe Box */
.subscribe-box .subscribe-media{
	padding: 60px;
	margin: 15px;
}
.subscribe-box .subscribe-media img {
    border: 7px solid #fff;
    box-shadow: 0 0 9px 5px rgba(0,0,0,0.1);
}
.subscribe-box{
	margin: 0;
}
.subscribe-box [class*="col-"]{
	border: 4px solid #000;
	padding: 0;
}
.subscribe-box [class*="col-"]:first-child{
	border-right: 0;
}
.subscribe-box .subscribe-form {
    padding: 60px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.subscribe-box .subscribe-form .title{
	font-size: 40px;
	line-height: 50px;
}
.subscribe-box .subscribe-form p {
    font-family: lora;
    font-style: italic;
    max-width: 350px;
    margin: auto auto 0 auto;
}
.subscribe-box .subscribe-form form{
	margin: 50px 0 0;
}
.subscribe-box .subscribe-form form .form-control {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-bottom-color: #000;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding: 15px 10px 15px 0;
    width: 100%;
	border-radius: 0!important;
}
.subscribe-box .subscribe-form form button {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 30px 10px 30px;
    z-index: 99;
    border-left: 2px solid #000;
    margin-bottom: 10px;
}
.subscribe-box .subscribe-form form label {
    font-size: 12px;
    color: #9ca1a3;
    top: 5px;
    left: 15px;
    font-weight: 500;
    position: absolute;
    transition: all 0.5s;
    margin-bottom: 0;
    line-height: 30px;
}
.subscribe-box .subscribe-form form .form-group{
	width: 100%;
}
.subscribe-box.style1 [class*="col-"]:first-child{
	border-right: 4px solid #000;
}
.subscribe-box.style1 .subscribe-form p {
    width: 100%;
	max-width: 100%;
}
.subscribe-box.style1 .subscribe-form .title{
	margin-bottom: 10px;
}
.subscribe-box .subscribe-form form .focused label {
    top: -10px;
    left: 0;
}

/* Subscribe Modal bx */
.subscribe-modal-bx .modal-dialog{
	width: 1000px;
	max-width: 1000px;
}
.subscribe-modal-bx .close{
	position: absolute;
    right: 30px;
    top: 20px;
    font-size: 40px;
    color: #fff;
    opacity: 1;
}
.subscribe-modal-bx{
	background-color: rgba(33,35,38,0.68) !important;
}

/* Blog */
.blog-card{
	border-bottom: 1px solid #ececec;
	padding-bottom: 30px;
}
.blog-box-style1{
	border-bottom: 1px solid #ececec;
}
.blog-box-style1 [class*="col-"]{
	border-right: 1px solid #ececec;
}
.blog-box-style1 [class*="col-"]:last-child{
	border-right: 0;
}
.blog-box-style1 .blog-card.blog-grid{
	border-bottom: 0;
	padding-bottom: 0;
}
.blog-box [class*="col-"]:last-child .blog-card{
	border-bottom: 0;
}
.post-tag a{
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 12px;
	color: var(--text-color);
}
.blog-card .blog-card-info h2.title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
.blog-card.blog-md .blog-card-info h2.title {
    margin-bottom: 20px;
}
.blog-card .blog-card-info p{
	font-size: 15px;
	font-family: 'OpenSans', sans-serif;
	line-height: 24px; 
}
.blog-card .blog-card-info .dlab-post-meta .post-date{
	margin-bottom: 0;
	font-size: 13px;
}
.blog-card .blog-card-info .dlab-post-meta .post-author a,
.popular-post .widget-post-bx .post-author a{
	color: #242627;
}
.blog-card.text-white .blog-card-info .dlab-post-meta .post-author a{
	color: #fff;
}

.blog-single .dlab-post-text .dlab-post-meta ul li span,
.blog-card .blog-card-info .dlab-post-meta .post-author span,
.popular-post .widget-post-bx .post-author span{
	text-transform: lowercase;
	color: #b9babd;
}
.blog-card-info .dlab-post-meta:last-child,
.dlab-post-meta{
	margin-bottom: 0;
}
.post-btn .btn-link{
	letter-spacing: 1px;
}
.post-btn .btn-link i{
	color: #707070;
}

/* Blog Content Box */
.blog-card.content-box .blog-card-info.shadow{
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1)!important;
}
.blog-card.blog-lg.content-box .blog-card-info.shadow{
	padding: 30px!important;
	margin: -65px 40px 0;
}
.sidenav-post .blog-card.blog-lg.content-box{
	border-bottom: 0;
	padding-bottom: 0;
}
.sidenav-post .blog-card{
	border-bottom: 0;
}
.blog-grid.content-box .blog-card-info ,
.blog-lg.content-box .blog-card-info {
    background-color: #fff;
    margin: -60px 25px 10px;
    width: auto;
    z-index: 9;
    position: relative;
	padding: 30px!important;
}
.blog-grid.content-box .blog-card-info .title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
	font-weight: 500;
}
.bg-grey{
	background-color: #f1f1f1;
}
.sidenav-post .blog-md.content-box .dlab-post-media {
    width: 50%;
    min-width: 50%;
}
.sidenav-post .blog-card.blog-md .blog-card-info p,
.sidenav-post .blog-card.blog-md .blog-card-info h2.title {
    margin-bottom: 15px;
}
.sidenav-post .blog-md.content-box .blog-card-info {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px !important;
}
.sidenav-post{
	padding: 30px 30px 10px;
}
.sidenav-layout .insta-post-carousel {
    padding: 10px;
}

/* Blog Grid */
.blog-card.blog-grid .blog-card-info {
    padding: 20px 0 0;
}

/* Blog Lg */
.blog-card.blog-lg .blog-card-info .title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
	margin-bottom: 20px;
}
.blog-lg.content-box .blog-card-info {
    margin: -150px 40px 0;
    padding: 30px 30px 10px !important;
}
.blog-card.blog-lg .blog-card-info {
    padding: 30px 0 0;
}
.blog-box-style1 .blog-card.blog-lg.content-box{
	padding-bottom: 0;
	border-bottom: 0;
}


/* Post tags */
.dlab-post-tags{
	border: 0;
	padding-top: 0;
}
.dlab-post-tags ul{
	padding-left: 0;
	list-style: none;
	margin-bottom: 10px;
}

/* Blog overlap */
.blog-card.overlap{
	position: relative;
	padding: 0;
	border: 0;	
}
.blog-card.overlap.overlap-middle .blog-card-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index: 99;
	padding: 30px;
	width: 100%;
}
.blog-card.overlap.overlap-bottom .blog-card-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	z-index: 99;
	padding: 30px;
	width: 100%;
}
.blog-card.overlap.overlap-bottom .blog-card-info h2.title{
    margin-bottom: 10px!important;
}
.blog-card.overlap.overlap-bottom .blog-card-info{
    padding: 30px;
}
.blog-card.overlap.text-white .blog-card-info h2.title{
	margin-bottom: 30px;
}
.blog-card.overlap.text-white .blog-card-info h2.title a{
	color: #fff;
}
.blog-card.overlap.text-white .dlab-post-meta ul li{
    color: #b9babd;
}
.btn-link.post-link {
    float: right;
    font-size: 12px;
    color: #242627;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Blog Md Content Box */
.blog-md.content-box .dlab-post-media {
    width: 60%;
    min-width: 60%;
}
.blog-md.content-box .blog-card-info {
    margin-top: 30px;
	margin-bottom: 30px;
    z-index: 1;
    background-color: #fff;
    padding: 30px!important;
	position: relative;
}
.blog-md.content-box.right .blog-card-info {
	margin-left: -100px;
}
.blog-md.content-box.left .blog-card-info {
	margin-right: -100px;
}
.blog-md .blog-card-info{
	padding-left: 30px;
}
.blog-md .dlab-post-media {
    border-radius: 0;
}

/* Trending Post */
.trending-post{
	display: flex;
}
.trending-post .dlab-post-media img{
	object-fit: cover;
}
.trending-post .dlab-post-media{
	width: 95px;
	min-width: 95px;
}
.trending-post .dlab-post-info{
	padding-left: 20px;
	align-self: center;
}
.trending-post .dlab-post-info .post-title{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.trending-post-bx{
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
}
.trending-post-carousel .owl-stage-outer .owl-stage{
	padding-left: 0!important;
}
.trending-post.style1:hover,
.owl-item.active.current .trending-post.style1{
	background-color: #f1f1f1;
}
.trending-post.style1 {
    padding: 20px 20px 20px 0px;
	margin-top: 15px;
}
.trending-post.style1::before{
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f1f1f1;
    position: absolute;
    left: 30px;
	top: 0;
	opacity: 0;
}
.owl-item.active.current .trending-post.style1::before{
	opacity: 1;
}
.trending-post-sync #sync2{
	margin-top: -15px;
}
.trending-post-sync{
	border-bottom: 1px solid #ececec;
}
.trending-post.style1 .dlab-post-info {
    border-left: 1px solid #ececec;
}

/* Popular Post */
.popular-post .widget-post-bx .dlab-post-media{
	width: 145px;
	min-width: 145px;
}
.widget-post-bx .dlab-post-media .post-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    color: #fff;
}
.popular-post .widget-post-bx .post-title {
    font-size: 20px;
    line-height: 28px;
	margin-top: 5px;
}
.popular-post .widget-post-bx .widget-post{
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
}
.popular-post [class*="col-"]:last-child{
	border-right: 0;
}
.popular-post [class*="col-"]{
	border-right: 1px solid #ececec;
}
.popular-post .recent-posts-entry{
	margin: 0;
}

/* Post Carousel */
.post-carousel{
	padding-right: 30px;
}
.latest-post-bx{
	position: relative;
	padding: 50px 0; 
	margin: 50px 0 80px;
}
.latest-post-bx:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
	width: 100px;
}

/* Insta Post Carousel */
.insta-post-carousel{
	padding: 0 10px 10px;
}

/* Footer */
.site-footer .footer-top{
	background-color: #0f1012;
	padding: 70px 0;
}
.site-footer .footer-link li {
    display: inline;
    padding-right: 30px;
}
.site-footer .footer-link li a{
	color: #fff;
}
.site-footer .footer-top .social-icon{
	text-align: right;
	margin: 0;
	color: #7b8082;
	font-size: 12px;
	font-weight: 500;
}
.site-footer .footer-logo{
	text-align: center;
}
.site-footer .footer-bottom{
	background-color: #0f1012;
	border-radius: 0;
	text-align: center;
	padding: 0;
}
.site-footer .footer-bottom .container{
	border-top: 1px solid #27282a;
	padding: 40px 0;
}
.site-footer .footer-bottom p {
    font-family: lora;
    color: #6b6b6b;
    margin: 0;
    font-style: italic;
}

/* Post Column Bx */
.post-column-bx{
	position: relative;
	z-index: 1;
}
.post-column-bx:after{
	content: "";
	position: absolute;
	background-color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
}
.post-column-bx .column-bx-sidebar {
    background-color: #fff;
    padding: 40px 35px 10px;
    margin-left: 15px;
}
.post-column-bx  .column-bx-sidebar .trending-post {
	margin-bottom: 25px;
}

/* Pagination */
.pagination-bx{
	margin-bottom: 0;
}
.pagination-bx .pagination {
	display: block;
}
.pagination-bx .pagination li{
	display: inline-block;
}
.pagination-bx .pagination li a {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: #f7f7f7;
    display: block;
    font-family: roboto;
    color: #242627;
	border: 0;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    outline: 1px solid rgba(0,0,0,0);
    line-height: 45px;
    padding: 0;
	margin: 15px;
	text-align: center;
}
.pagination-bx .pagination li a::after ,
.pagination-bx .pagination li.active a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    height: 65px;
    width: 65px;
	transition: all 0.5s;
}
.pagination-bx .pagination li a::after{
	border: 1px solid rgba(0,0,0,0);
}
.pagination-bx .pagination li a:hover::after,
.pagination-bx .pagination li a:active::after,
.pagination-bx .pagination li a:focus::after{
	border: 1px solid #e7e7e7;
	transition: all 0.5s;
}
.pagination-bx .pagination li.active a,
.pagination-bx .pagination li a:hover{
	background-color: var(--bg-color);
	color: #fff;
}
.post-footer .pagination-style1 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.pagination-style1 .pagination li a {
	margin: 5px;
	outline: 0!important;
}
.pagination-style1 .pagination li.active a, 
.pagination-style1 .pagination li a:hover {
    outline: 0;
	outline-offset: 0;
}
.pagination-style1 li::after {
	content: unset;
}
.pagination-style1 .pagination li.show-page {
    color: var(--text-secondry);
    font-size: 15px;
    font-family: 'OpenSans', sans-serif;
    margin-right: 20px;
}


/* Error Page */
.error-page{
	padding: 200px 0;
}
.error-page .dz_error {
    font-size: 190px;
    font-weight: 700;
    line-height: 190px;
    margin: auto;
	color: #242627;
}
.error-page .error-head {
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 0 40px;
    font-family: 'OpenSans', sans-serif;
}


/* Author Blog */
.author-blog,
.search-info,
.search-bx{
	border-bottom: 1px solid #ececec;
	padding-bottom: 30px;
}
.author-blog .author-profile-info{
	display: flex;
}
.author-blog .author-profile-info .author-profile-pic {
    width: 125px;
    min-width: 125px;
	height: 125px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 30px;
}
.author-blog .author-profile-info .author-name{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-right: 30px;
    margin-bottom: 0;
}
.author-blog .author-profile-info .post-info{
	opacity: 0.6;
	font-size: 14px;
}
.author-blog .author-profile-info .web-link,
.search-bx p{
    font-family: lora;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.author-profile-content ul li a i{
	margin: 0 10px 0 0;
}
.author-profile-content ul li a {
    color: #060429;
    padding: 0 2px;
}
.search-bx .form-control{
	height: 45px;
}

/* Category Box */
.search-info .search-name{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: roboto;
	margin-bottom: 0;
	margin-right: 15px;
}
.search-info .search-result{
	font-size: 24px;
	line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.search-info .found-posts{
	font-size: 14px;
	font-family: roboto;
	opacity: 0.8;
}

/* Search bx */
.search-bx .btn {
    padding: 13px 25px;
}
.search-bx p{
    margin: 10px 0 0;
}


/* Contact Me */
h1.contact-title{
	font-size: 25px;
	line-height: 30px;
}
.contact-form form textarea.form-control {
    height: 140px;
    padding: 20px;
    resize: unset;
}
.contact-form .form-control{
    height: 45px;
	padding: 12px 20px;
}

/* Block Quote */
blockquote.style1 .quote-info{
	border-left: 1px solid #ececec;
	padding-left: 25px;
}
blockquote.style1 .quote-info .block-quote-author{
	font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #b9babd;
}
blockquote.style2 {
    border-left: 3px solid var(--bg-color) !important;
    padding: 15px 25px;
    background-color: #f1f1f1;
    border-width: 0 0 0 3px !important;
}
blockquote.style2:before{
    content: unset;
}
blockquote.style3{
	border: 0!important;
	text-align: center;
	padding: 30px;
}	
blockquote.style3::before {
    position: relative;
    color: #fff;
    left: auto;
    top: auto;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    font-size: 92px;
    margin-bottom: 30px;
    display: -webkit-inline-flex;
}
blockquote.style3 .block-quote-author{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 30px;
}

/* Blog Text List */
.blog-post.blog-single .dlab-post-text.text .blog-text-list li {
    position: relative;
    padding: 10px;
	list-style-type: circle;
	color: #646566;
}
.dlab-post-text p{
	font-family: 'OpenSans', sans-serif;
}
.blog-post.blog-single .dlab-post-text.text .blog-text-list{
	margin-bottom: 15px;
}
.blog-post.blog-single .dlab-post-text.text > ol, 
.blog-post.blog-single .dlab-post-text.text > ul {
    padding-left: 50px;
}

/* Blog Post */
.wp-block-image img {
    border-radius: 0;
}
h2.post-title {
    font-size: 36px;
}
.blog-post.blog-single .dlab-post-text.text > .wp-block-gallery li {
    margin: 6px;
}
.table-row-group{
	display: table-row-group;
}
.blog-single .dlab-post-media {
    border-radius: 0;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    border-radius: 0;
}

/* Post Footer */
.post-footer .dlab-post-meta{
	display: block;
	width: 100%;
	margin-bottom: 0;
}
.post-footer{
	border-bottom: 1px solid #ececec;
	padding: 0 0 20px;
}
.post-footer .dlab-post-meta .tag-list{
	padding-bottom: 20px;
	text-align: center;
}

/* Author box */
.author-box .author-profile-pic{
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
}
.author-box .author-profile-content .author-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
	margin-bottom: 15px;
}
.author-box .author-profile-content p,
.author-blog .author-profile-info p{
    font-family: 'OpenSans', sans-serif;
    font-size: 15px;
    line-height: 26px;
}
.author-box{
    border-bottom: 1px solid #ececec;
    padding: 0 20px 30px;
	margin-bottom: 60px;
}


/* Comment Box */
ol.comment-list li.comment .comment-author .avatar {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
	left: 0;
}
ol.comment-list li.comment .comment-body {
    margin-left: 0;
	padding: 0;
	border-bottom: 1px solid #ececec;
}
ol.comment-list li.comment .comment-author{
    margin-left: 75px;
}
ol.comment-list li.comment .comment-content p{
	margin-bottom: 0;
}
ol.comment-list li.comment .comment-content{
	margin: 20px 0;
}
ol.comment-list li.comment .comment-author .fn {
    font-size: 17px;
    font-weight: 300;
    font-family: roboto;
	margin-bottom: 2px;
}
ol.comment-list li.comment .comment-meta a {
    font-family: roboto;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 300;
}
ol.comment-list li.comment p {
    font-family: 'OpenSans', sans-serif;
}
ol.comment-list li.comment .reply a {
    color: var(--text-color)!important;
	font-weight: 300;
    font-size: 14px;
    font-family: lora;
    font-style: italic;
	border-bottom: 1px solid;
	padding-bottom: 4px;
}
.comment-respond .comment-reply-title {
	font-size: 18px;
}
.comment-form label {
    display: none;
}
.comment-respond .comment-reply-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.comment-form [class*="comment-form"] input, 
.comment-form [class*="comment-form"] textarea {
	padding: 10px 20px;
	border: 1px solid #ececec;
	font-size: 14px;
}
.comment-form [class*="comment-form"] {
    width: 70%;
}
.comment-form .comment-form-comment{
	width: 100%;
}
.comment-form .comment-form-comment textarea {
    height: 140px;
	resize: unset;
}
.comment-form .form-submit input {
    background: var(--bg-color);
    padding: 18px 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    line-height: 20px;
    cursor: pointer;
	transition: all 0.5s;
}
.comment-form .form-submit input:active, 
.comment-form .form-submit input:focus, 
.comment-form .form-submit input:hover {
    background: var(--bg-color-ho);
	transition: all 0.5s;
}
.contact-title{
	margin-bottom: 30px;
}

/* Shop Product */
.item-box .item-info-in {
    background-color: rgba(0,0,0,0);
    padding: 30px;
    display: flex;
    justify-content: center;
}
.item-box .item-info-in a {
    background-color: rgba(0,0,0,0.6);
    padding: 15px 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.item-box .item-info-in a.cart-btn {
    font-size: 20px;
    padding: 10px 15px;
	margin-left: 20px;
}
.item-box .item-info .item-title a{
	font-size: 19px;
	font-weight: 700;
}
.item-box .item-info{
	padding: 30px 0 10px;
}
.item-box .item-info .item-title .item-price {
    float: right;
    font-weight: 300;
    font-family: roboto;
    font-size: 15px;
}
.loadmore-product{
	background-color: #f1f1f1!important;
	color: #242627;
}
.loadmore-product:hover{
	color: #242627;
}

/* Post Sider Bar */
.sideshare {
    display: flex;
    flex-direction: row-reverse;
}
.sideshare .share-post {
    min-width: 50px;
    margin-right: 30px;
}
.sideshare .share-post ul {
    position: sticky;
    top: 100px;
}
.slide-social {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
}
.share-post .slide-social li a {
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #f1f1f1;
    color: #242627;
}
.blog-post.blog-single{
	padding-left: 0;
	padding-right: 0;
}
.blog-post.blog-single.sideshare{
    margin-bottom: 30px;
}

/* Checkout Page */
.checkout-bx form .form-group label {
    font-size: 15px;
    font-weight: 300;
}
.checkout-bx form .form-group .form-control{
	height: 45px;
}
.checkout-bx form .form-group .form-control + .form-control{
	margin-top: 10px;
}
.checkout-bx .form-check {
    padding-left: 0;
}
.checkout-bx .form-check .form-check-label {
    color: #646566;
    font-size: 14px;
    font-weight: 300;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    border: 1px solid #2e2e2e;
}
.checkout-bx .additional-info textarea{
	height: 145px!important;
}
.checkout-bx .additional-info{
	margin-bottom: 70px;
}
.checkout-bx input[type="checkbox"]:checked + label::before {
    border-width: 8px;
}
.checkout-bx > [class*="col-"]:first-child{
    border-right: 1px solid #ececec;
	padding-right: 30px;
}
.checkout-bx > [class*="col-"]:last-child{
    padding-left: 30px;
}

/* Product Item */
.product-item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
}
.product-bx.widget-product .product-item .product-img {
    width: 90px;
    min-width: 90px;
}
.product-item .product-info ul ,
.product-bx .checkout-list .checkout-title{
    margin-bottom: 0;
    display: flex;
	padding-left: 0;
}
.product-item .product-info ul li {
    display: inline-block;
    align-self: center;
	margin-left: auto;
}
.product-bx.widget-product .product-item .product-info ul li:first-child {
    width: 60%;
	margin-left: 0;
}
.product-item .product-info {
    padding-left: 30px;
    align-self: center;
    width: 100%;
}
.product-bx .product-item .product-info .product-title a{
	color: var(--text-secondry);
}
.product-bx .product-item .product-info .product-price{
	font-weight: 300;
	font-size: 14px;
}
.product-bx .product-item .product-info .product-quality {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--text-secondry);
}
.product-item:hover img {
    transform: unset;
}
.product-bx .checkout-list .checkout-title li{
	display: inline-block;
}
.product-bx .checkout-list .checkout-title .price{
	margin-left: auto;
	font-weight: 700;
	font-size: 18px;
	color: var(--text-secondry);
}
.product-bx .checkout-list .checkout-title .title {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text-secondry);
    font-weight: 500;
    letter-spacing: 2px;
    align-self: center;
}
.product-bx .checkout-list{
	padding-left: 120px;
}

/* Order Pay */
.order-pay-bx .form-group .custom-control {
    padding-left: 0;
    margin-bottom: 8px;
}
.order-pay-bx label {
    font-size: 14px;
    color: var(--text-secondry);
    font-weight: 300;
}
.order-pay-bx input[type="radio"] + label::before {
    border: 1px solid var(--text-secondry);
    background-color: rgba(0,0,0,0)!important;
}
.order-pay-bx .custom-control-label::after {
    top: 3.5px;
    left: 1px;
}
.order-pay-bx .custom-control p {
    color: #9ea0a2;
    font-size: 13px;
    font-weight: 300;
    margin-left: 35px;
}
.order-pay-bx input[type="checkbox"] + label, 
.order-pay-bx input[type="radio"] + label {
    padding-left: 35px !important;
}
.order-pay-bx .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #000;
    border-radius: 10px;
    transform: scale(0.5);
    box-shadow: unset;
}
.order-pay-bx input[type="radio"]:focus ,
.order-pay-bx input[type="radio"]:active,
.order-pay-bx .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: unset;
}
.order-pay-bx  .custom-control{
	padding-left: 0;
}

/* Post link */
.post-link-in {
    padding: 30px 150px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Product Details */
.woo-entry .cart .post-title{
	font-size: 30px;
	line-height: 34px;
}
.shop-item-rating {
    position: relative;
}
.shop-item-rating span {
    text-align: left;
	float: left;
	margin-right: 30px;
}
.woo-entry .cart .category .title {
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    color: #9ea0a2;
    font-size: 14px;
}
.woo-entry .product-price {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}
.woo-entry  p{
	font-family: 'OpenSans', sans-serif;
	font-size: 15px;
}
.woo-entry .shop-item-tage{
	margin-bottom: 5px;
}
.woo-entry .shop-item-tage span {
    font-size: 12px;
    color: var(--text-secondry);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woo-entry .shop-item-tage a {
    font-size: 12px;
    font-family: 'OpenSans', sans-serif;
    color: #9ea0a2;
    font-weight: 400;
}
.woo-entry .social-link{
	margin-top: 30px;
}
.woo-entry .social-link li a i{
	margin: 0 10px 0 0;
} 
.btn-quantity.style-1 .input-group-btn-vertical .bootstrap-touchspin-up i::before ,
.btn-quantity.style-1 .input-group-btn-vertical .bootstrap-touchspin-down i::before {
    font-family: lineawesome;
    color: var(--text-secondry);
    font-size: 14px;
}
.btn-quantity.style-1 .input-group-btn-vertical .bootstrap-touchspin-up i::before{
	content: "\f112";
}
.btn-quantity.style-1 .input-group-btn-vertical .bootstrap-touchspin-down i::before{
	content: "\f111";
}
.btn-quantity.style-1 .input-group-btn-vertical .bootstrap-touchspin-up,
.btn-quantity.style-1 .input-group-btn-vertical .bootstrap-touchspin-down{
	background-color: rgba(0,0,0,0)!important;
	height: 45px!important;
}
.btn-quantity.style-1 input{
	background-color: rgba(0,0,0,0)!important;
	border: 1px solid #ececec;
	height: 45px;
}
.woo-entry .cart-info{
	display: flex;
	margin-bottom: 30px;
}
.woo-entry .cart-info .like-btn{
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border: 1px solid #ececec;
	display: block;
	font-size: 20px;
	color: var(--text-secondry);
}
.woo-entry .cart-info .cart-btn{
	width: 100%;
	margin: 0 15px;
}

.cart-select-box .select-box{
	display: flex;
	margin-bottom: 15px;
}
.cart-select-box{
	padding-bottom: 15px;
}
.cart-select-box .select-box .title{
	width: 80px;
	align-self: center;
}
.bootstrap-select .dropdown-toggle {
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 15px;
    line-height: 16px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
	content: "\f165";
	font-family: lineawesome;
}
.bootstrap-select .dropdown-toggle:active, 
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select .dropdown-toggle:hover {
    background-color: rgba(0,0,0,0) !important;
	color: #999;
}

/* Product Description */
.product-description .nav-tabs{
	border: 0;
	margin-bottom: 10px;
}
.product-description .nav-tabs .nav-link {
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    margin-right: 50px;
	color: #9ea0a2;
}
.product-description .nav-tabs .nav-link.active{
	color: var(--text-secondry);
}
.product-description p{
    font-size: 15px;
    font-family: 'OpenSans', sans-serif;
}

/* Shopping Cart */
.product-bx.shopping-cart .product-img{
	width: 110px;
	max-width: 110px;
}
.product-bx.shopping-cart .product-info .product-title{
	margin-left: 0;
	width: 30%;
	font-size: 18px;
	font-weight: 500;
}
.product-coupon-bx .btn{
	padding-left: 50px;
	padding-right: 50px;
}
.btn.secondry {
    background-color: #212326;
    color: #fff;
}
.btn.outline.secondry {
    color: #212326;
    border-color: #212326;
	background-color: unset;
}
.shopping-cart .checkout-list li {
    display: block;
    text-align: right;
    padding: 5px;
    color: var(--text-secondry);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.shopping-cart .checkout-list li .price {
    width: 100px;
    display: inline-block;
}
.shopping-cart .checkout-list{
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}
.shopping-cart .checkout-list .checked-total{
	font-weight: 500;
}

/* Post header */
.post-header .blog-card .blog-card-info {
    padding-right: 400px !important;
}
.content-inner-3 {
    padding-top: 50px;
	padding-bottom: 50px;
}


/* Filter bx */
.filter-bx .filters .btn-link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.filter-bx .filters .btn-link:hover{
	text-decoration: none;
}
.filter-bx .filters .btn-link a{
	color: #b9babd;
}
.filter-bx .filter-show p{
	font-size: 14px;
	font-family: 'OpenSans', sans-serif;
	text-align: right;
	margin-bottom: 0;
}
.filter-bx{
	border: 1px solid #ececec;
	border-width: 1px 0;
	padding: 15px 0;
	margin-bottom: 50px;
}
.filter-bx .site-filters{
	margin-bottom: 0;
	text-align: center;
}
.filter-bx .filters .btn-link::after {
    content: "";
    height: 2px;
    width: 2px;
    background-color: #b9babd;
    border-radius: 5px;
    position: relative;
    margin: 0 10px 3px 4px;
    display: inline-block;
}
.filter-bx .filters .btn-link:last-child::after {
	content: unset;
}

/* Post banner */
.post-banner .blog-card-media img{
	height: 100vh;
	object-fit: cover;
}


/* Slide post bx */
.trending-post-slide {
    position: relative;
    margin: 50px 35px 0;
}
.trending-post-slide .slide-post-list {
    background-color: rgba(0,0,0,0.5);
    width: 350px;
    position: absolute;
    right: 50px;
    top: 50px;
    height: calc(100% - 115px);
}
.trending-post-slide .slide-post-list .trending-post .dlab-post-info {
    padding: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.post-carousel .blog-card.blog-grid.content-box{
	border-bottom: 0;
	padding-bottom: 0;
}
.section-head.m-b80{
	margin-bottom: 80px;
}
.blog-content-style1 .blog-card.blog-grid.content-box .blog-card-info{
	margin: -100px 25px 0;
}
.blog-content-style1 .blog-card.blog-grid.content-box .blog-card-info .title{
	margin-bottom: 20px;
}
.post-btn-link i{
	margin: 0;
}
.post-btn-link {
	color: var(--text-secondry);
	font-size: 26px;
	margin-top: 10px;
}
.post-btn-link:hover i{
	text-decoration: unset;
}


@media only screen and (max-width: 1400px) {
	.latest-post-bx .setResizeMargin{
		padding-left: 50px;
	}
}
@media only screen and (max-width: 1200px) {
	.dlab-quik-search.On form {
		max-width: 800px;
	}
	.post-column-bx .column-bx-sidebar {
		padding: 25px 25px 10px;
		margin-left: 0;
	}
	.trending-post .dlab-post-info .post-title {
		font-size: 15px;
	}
	.post-column-bx .column-bx-sidebar .trending-post {
		margin-bottom: 12px;
	}
	.sidenav-layout .site-header .full-sidenav {
		left: -300px;
	}
	.sidenav-layout	.site-header .full-sidenav.active {
		right: auto;
		left: 0;
	}
	.sidenav-layout .main-content {
		margin-left: 0;
	}
	.sidenav-layout .site-header .menu-btn{
		display: block;
	}
	.subscribe-modal-bx .modal-dialog {
		width: 100%;
		max-width: 100%;
		padding: 60px 30px 30px;
		margin: 0;
	}
}
@media only screen and (max-width: 991px) {
	.site-footer .footer-link{
		text-align: center;
		margin-bottom: 30px;
	}
	.site-footer .footer-top .social-icon {
		text-align: center;
		margin-top: 30px;
	}
	.error-page {
		padding: 100px 0;
	}
	.error-page .dz_error {
		font-size: 150px;
		line-height: 150px;
	}
	.content-inner,
	.content-inner-3{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.blog-md {
		display: block;
	}
	.blog-md .dlab-post-media {
		width: 100%;
		display: block;
		min-width: 100%;
	}
	.blog-md .blog-card-info {
		padding-left: 0;
		padding-top: 20px;
	}
	.author-blog .author-profile-info .author-profile-pic {
		width: 80px;
		min-width: 80px;
		height: 80px;
		margin-right: 20px;
	}
	.author-blog .author-profile-info .author-name {
		font-size: 16px;
		margin-right: 0;
	}
	.author-blog  .d-flex{
		display: block!important;
	}
	.dlab-quik-search.On form {
		max-width: 700px;
	}
	.checkout-bx > [class*="col-"]:first-child{
		border-right: 0;
		padding-right: 15px;
	}
	.checkout-bx > [class*="col-"]:last-child{
		padding-left: 15px;
	}
	.latest-post-bx {
		margin: 50px 0 50px;
		padding: 30px 0;
	}
	h2.post-title {
		font-size: 30px;
		line-height: 40px;
	}
	.post-footer ul li,
	.post-footer ul {
		text-align: center;
	}
	.post-footer ul li.post-btn {
		float: unset!important;
		text-align: center;
		display: block;
		margin-top: 5px;
	}
	.author-box {
		padding: 0 5px 30px;
		margin-bottom: 50px;
	}
	ol.comment-list li .children {
		margin-left: 30px;
	}
	.alignright {
		margin: 5px 0 25px 0;
	}
	.post-header .blog-card .blog-card-info {
		padding-right: 300px !important;
	}
	.post-link-in {
		padding: 15px 30px;
		font-size: 18px;
	}
	.product-bx.shopping-cart .product-img {
		width: 80px;
		max-width: 80px;
	}
	.product-bx.shopping-cart .btn-quantity.style-1 {
		width: 80px;
	}
	.product-bx.shopping-cart .btn-quantity.style-1 input {
		padding: 0 25px;
	}
	.product-bx.shopping-cart .btn-quantity.style-1 .input-group-btn-vertical button:first-child {
        width: 30px;
	}
	.product-bx.shopping-cart .product-item .product-info {
		padding-left: 15px;
	}
	.product-bx.shopping-cart .product-info .product-title {
		font-size: 14px;
	}
	.product-bx.shopping-cart .checkout-list {
		padding-left: 0;
	}
	.product-coupon-bx .float-right{
		float: left!important;
	}
	.product-coupon-bx .btn {
		padding-left: 30px;
		padding-right: 30px;
	}
	.filter-bx .filter-show p {
		text-align: center;
		margin-top: 10px;
	}
	.filter-bx .filter-btn1.btn{
		display: block;
		margin-bottom: 15px;
	}
	blockquote.style3 .quote-info h2{
		font-size: 24px;
		line-height: 34px;
	}
	blockquote.style3 {
		margin: 15px 0;
	}
	.site-header .full-sidenav .nav > li > a {
		font-size: 30px;
		padding: 10px;
	}
	.header-nav.full-sidenav .logo-header img {
		width: 120px;
	}
	.menu-close i {
		top: 37px;
		right: 30px;
	}
	.header-nav.full-sidenav .logo-header {
		padding: 30px!important;
	}
	.site-header.header-transparent .logo-header {
		padding: 30px 0;
	}
	.site-header.header-transparent .top-info .logo-header img{
		width: 200px;
	}
	.extra-nav {
		padding: 15px 0;
	}
	.site-header.header-transparent.header-top .extra-cell .search-btn a,
	.site-header.header-transparent.header-top .extra-cell .menu-btn a{
		padding: 0;
	}
	.site-header .search-btn a{
		font-size: 14px;
	}
	.subscribe-box .subscribe-form .title {
		font-size: 24px;
		line-height: 34px;
	}
	.subscribe-box .subscribe-form form {
		margin: 10px 0 0;
	}
	.subscribe-box .subscribe-form {
		padding: 30px 20px;
	}
	.subscribe-box .subscribe-form p {
		font-size: 14px;
	}
	.subscribe-box .subscribe-media {
		padding: 25px;
		margin: 10px;
	}
	.blog-md.content-box .dlab-post-media {
		width: 100%;
		min-width: 100%;
	}
	.blog-md.content-box.right .blog-card-info{
		margin: -60px 20px 0;
	}
	.blog-md.content-box.left .blog-card-info {
		margin: 0 20px -60px;
	}
	.popular-post [class*="col-"] {
		border-right: 0;
		padding-bottom: 20px;
	}
	.blog-card.blog-lg .blog-card-info .title {
		font-size: 32px;
		line-height: 38px;
	}
	.blog-box-style1 [class*="col-"] {
		border-right: 0;
	}
	.subscribe-box.style1 [class*="col-"]:first-child {
		border-bottom: 4px solid #000;
	}
	.post-column-bx .column-bx-sidebar {
		padding: 25px 0 10px;
	}
	.blog-lg.content-box .blog-card-info {
		margin: -100px 20px 0;
		padding: 20px 20px 10px !important;
	}
	.blog-card.blog-lg .blog-card-info .title {
		font-size: 26px;
		line-height: 32px;
	}
	.blog-md.content-box .blog-card-info {
		padding: 20px 20px 5px 20px !important;
	}
	.blog-card.blog-md.content-box.left{
		display: flex;
		flex-direction: column-reverse;
	}
	.blog-md.content-box.left .blog-card-info{
		margin: -60px 20px 0!important;
	}
	.trending-post-slide {
		margin: 30px 15px 0;
	}
	.trending-post-slide .slide-post-list {
		width: 300px;
		right: 15px;
		top: 15px;
		height: calc(100% - 36px);
	}
	.trending-post-slide .slide-post-list .trending-post .dlab-post-info {
		padding: 20px;
	}
	.sidenav-post .blog-md.content-box .dlab-post-media {
		width: 100%;
		min-width: 100%;
	}
	.content-inner-4 {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.content-inner-1 {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.content-inner-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.dlab-post-media.m-b50{
		margin-bottom: 30px;
	}
	.section-head{
		margin-bottom: 25px;
	}
	.section-head.m-b80{
		margin-bottom: 50px;
	}
	
}
@media only screen and (max-width: 767px) {
	.site-footer .footer-top {
		padding: 50px 0;
	}
	.error-page .error-head {
		font-size: 20px;
		margin: 10px 0 30px;
		line-height: 30px;
	}
	.error-page {
		height: calc(100vh - 250px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.side-bar {
		border: 0;
		padding: 0;
	}
	.blog-post.blog-single .dlab-post-text p {
		margin-bottom: 15px;
	}
	.dlab-quik-search.On form {
		max-width: 500px;
	}
	.post-footer ul li.post-btn {
		float: right !important;
	}
	.latest-post-bx {
		margin: 30px 0 50px;
	}
	h2.post-title {
		font-size: 26px;
		line-height: 36px;
	}
	.comment-respond {
		padding: 0;
	}
	.post-header .blog-card .blog-card-info {
		padding-right: 200px !important;
	}
	.post-header .blog-card .blog-card-info h2.post-title{
		font-size: 24px;
		line-height: 30px;
	}
	.woo-entry .cart .post-title {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}
	h1.title-head{
		font-size: 30px;
	}
	.post-slide-show > .container{
		width: 100%;
		max-width: 100%;
	}
	blockquote.style3 .quote-info h2 {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
	}
	blockquote.style3 {
		margin: 0;
	}
	blockquote.style3 .block-quote-author {
		margin-top: 20px;
	}
	blockquote.style3::before {
		padding: 5px 20px;
		font-size: 70px;
		margin-bottom: 20px;
	}
	.site-header.header-transparent .top-info .logo-header {
		width: 200px;
		padding: 20px 0;
		float: unset;
		text-align: center;
		margin: auto;
	}
	.post-slide.owl-carousel.m-b50{
		margin-bottom: 30px;
	}
	.subscribe-box .subscribe-form {
		padding: 50px;
	}
	.subscribe-box [class*="col-"]:first-child {
		border-right: 4px solid #000;
		border-bottom: 0;
	}
	.blog-card .blog-card-info h2.title {
		font-size: 20px;
		line-height: 24px;
	}
	.blog-card.overlap.overlap-bottom .blog-card-info {
		padding: 15px;
	}
	.blog-card.blog-lg .blog-card-info .title {
		font-size: 24px;
		line-height: 34px;
	}
	.blog-lg.content-box .blog-card-info {
		margin: -150px 20px 0;
		padding: 20px !important;
	}
	.subscribe-box.style1 .subscribe-form form {
		margin: 40px 0 0;
	}
	.subscribe-box.style1 .subscribe-form {
		padding: 50px 50px 30px;
	}
	.post-banner .blog-card-media img {
		height: 500px;
	}
	.blog-single .dlab-post-text .dlab-post-meta ul li.post-btn, 
	.dlab-post-meta ul li.post-btn {
		float: unset;
	}
	.blog-post.blog-single .dlab-post-text.text > ol, 
	.blog-post.blog-single .dlab-post-text.text > ul {
		padding-left: 20px;
	}
	.section-head.m-b80{
		margin-bottom: 30px;
	}
	.post-slide-show .min-container.p-t30{
		padding-top: 0;
	}
}
@media only screen and (max-width: 576px) {
	.latest-post-bx .setResizeMargin {
		padding-left: 15px;
	}
	.post-carousel {
		padding-right: 15px;
	}
	.latest-post-bx {
		padding: 30px 0;
	}
	.site-footer .footer-top {
		padding: 40px 0 35px;
	}
	.error-page .dz_error {
		font-size: 100px;
		line-height: 100px;
	}
	.error-page .error-head {
		font-size: 16px;
		margin: 10px 0 20px;
		line-height: 24px;
	}
	.side-bar .widget {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.content-inner,
	.content-inner-3{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.dlab-post-media.m-b50{
		margin-bottom: 30px;
	}
	.section-head {
		margin-bottom: 20px;
	}
	.search-info.m-b50,
	.search-bx.m-b50{
		margin-bottom: 30px;
	}
	.dlab-quik-search.On form {
		max-width: 320px;
	}
	.dlab-quik-search .form-control {
		font-size: 20px;
		padding: 0 5px;
	}
	.dlab-quik-search span {
		right: 5px;
		margin: -15px 0;
		font-size: 16px;
	}
	.checkout-bx .additional-info,
	.product-bx.widget-product{
		margin-bottom: 40px;
	}
	h2.post-title {
		font-size: 22px;
		line-height: 30px;
	}
	.blog-post.blog-single .dlab-post-title.m-b30 {
		margin-bottom: 20px;
	}
	.blog-post.blog-single .wp-block-image.alignwide.m-b40 {
		margin-bottom: 20px;
	}
	blockquote {
		margin: 20px 0;
	}
	.post-footer ul li.post-btn {
		float: unset !important;
	}
	.blog-post.blog-single .dlab-post-text blockquote p {
		font-size: 16px;
		line-height: 24px;
	}
	blockquote {
		padding: 20px 20px 20px 60px;
	}
	blockquote::before {
		left: 15px;
		font-size: 60px;
	}
	.dlab-post-text h4, .thm-unit-test .dlab-post-text h4 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
	}
	.post-header .blog-card .blog-card-info h2.post-title {
		font-size: 18px;
		line-height: 24px;
	}
	.post-header .blog-card .blog-card-info {
		padding-right: 50px !important;
	}
	.btn-quantity.style-1 input {
		padding: 0 30px;
	}
	.btn-quantity.style-1 {
		width: 100%;
	}
	h1.title-head{
		font-size: 24px;
	}
	.section-head.mb-5{
		margin-bottom: 30px!important;
	}
	.filter-bx {
		margin-bottom: 30px;
	}
	.section-full .container .min-container{
		padding-left: 0;
		padding-right: 0;
	}
	ol.comment-list li.comment .comment-author .avatar {
		top: 0;
	}
	.subscribe-btn{
		display: none;
	}
	.trending-post .dlab-post-info {
		padding-left: 15px;
	}
	.trending-post .dlab-post-info .post-title {
		font-size: 14px;
	}
	.subscribe-box .subscribe-form {
		padding: 30px;
	}
	.subscribe-box .subscribe-form form button {
		padding: 10px 15px;
	}
	.popular-post .widget-post-bx .widget-post {
		padding-bottom: 20px;
	}
	.popular-post .widget-post-bx .dlab-post-media {
		width: 110px;
		min-width: 110px;
	}
	.popular-post .widget-post-bx .post-title {
		font-size: 15px;
		line-height: 23px;
		margin: 2px 0;
	}
	.popular-post .recent-posts-entry .dlab-post-info {
		padding-left: 15px;
		padding-right: 0;
	}
	.blog-card.blog-lg .blog-card-info .title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.blog-lg.content-box .blog-card-info {
		margin: -70px 20px 0;
	}
	.blog-card.overlap.text-white .blog-card-info h2.title {
		margin-bottom: 15px;
	}
	.subscribe-box.style1 .subscribe-form {
		padding: 30px 30px 10px;
	}
	.post-column-bx::after {
		height: 70%;
	}
	.post-banner .blog-card-media img {
		height: 400px;
	}
	.blog-grid.content-box .blog-card-info{
		padding: 20px !important;
	}
	.blog-grid.content-box .blog-card-info .title {
		margin-bottom: 15px;
	}
	.trending-post-slide .slide-post-list{
		position: relative;
		left: 0;
		right: 0;
		height: 300px;
		margin-bottom: 30px;
		top: 20px;
		width: 100%;
	}
	.trending-post-slide {
		margin: 30px 0 0;
	}
	.sidenav-layout .site-header .menu-btn ,
	.sidenav-layout .site-header .full-sidenav .menu-close i{
		right: 15px;
		top: 15px;
	}
	.blog-card.blog-lg.content-box .blog-card-info.shadow {
		padding: 20px !important;
		margin: -65px 20px 0;
	}
	.sidenav-post {
		padding: 15px;
	}
	.subscribe-modal-bx .modal-dialog {
		padding: 0px 15px 15px;
	}
	.content-inner-2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.content-inner-1 {
		padding-top: 30px;
		padding-bottom: 0px;
	}
}
.mfp-bg {
	z-index: 9999999;
}
.mfp-wrap{
	z-index: 9999999;
}
.blog-single .dlab-post-tags {
    margin-top: 0;
}