/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
header .left_top :is(.mini-search,.show-on-desktop.in-menu-first-switch.in-menu-second-switch.last,.mini-login){
    display: none;
  }
  header .right_top .soc-ico{
      display: none;
    }
header.header-bar.mStyleHeader {
    box-sizing: border-box;
	flex-direction: column;
    align-items: center !important;
}
.mStyleHeader{
    max-width: 1700px !important;
    margin:auto;
}
.headerBar {
    display: flex;
    justify-content: space-between;
    width: 100%;
	padding-top: 15px;
}
.headerBar .soc-ico{
	display:flex;
	gap:30px;
}

.newsWrapper .entry-title a{
    font-family: Playfair Display;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
/* .newsWrapper .entry-title a:hover{
    color: #fff !important;
}
.newsWrapper .blog-content.wf-td {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
} */

.menuBar {
    background: #000;
	    margin-top: 30px;
}

ul#primary-menu.main-nav > li > a .menu-text
{
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.05px;
}
#phantom .menu-box ul.main-nav > li.menu-item > a .menu-item-text .menu-text {
   color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.05px;
}
#phantom .logo-box a img{
    max-width: 200px;
    object-fit: contain;
}
#phantom .widget-box .mini-widgets:first-child{
  display: none;
}
ul#primary-menu li a{
	margin:0;
	padding:0;
}
ul#primary-menu {
	gap:80px;
	height:50px;
}
.mStyleHeader .branding a img{
	max-width:330px !important;
	padding:0 !important;
}
.mainPostCarousel .owl-item .item img{
	max-width:100% !important;
	height: 545px;
  object-fit: cover;
}

.mainPostCarousel .owl-item .item{
	position:relative;
}

.mainPostCarousel .owl-item .item:before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.15%, rgba(0, 0, 0, 0.80) 100%, rgba(0, 0, 0, 0.70) 100%);
   /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.15%, rgba(0, 0, 0, 0.50) 100%, rgba(0, 0, 0, 0.70) 100%), #000; */
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	content:'';
}
.mainPostCarousel .owl-item .item:hover:before{
    background: transparent;
}
.mainPostCarousel .owl-item .item h4{
	font-family: 'Playfair Display', serif;
	color: #FFF;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.mainPostCarousel .owl-item .item p{
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
    margin-bottom: 20px;
}
.mainPostCarousel .owl-item .item:hover .post_desc{
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.mainPostCarousel .owl-item .item:hover .post_desc .hoverShow{
  display: block;
  opacity: 1;
  transition: all 0.1s;
}
.mainPostCarousel .owl-item .item .post_desc .hoverShow{
    display: none;
    opacity: 0;
}
.mainPostCarousel .owl-item .item:hover H4{
    margin-bottom: 15px;
} 
.mainPostCarousel .post_desc {
    position: absolute;
    bottom:-30px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
	padding:30px;
	z-index:9;
    color: #fff;
    transition: all 0.3s;
}
.continueBtn{
	color: #FFF;
	font-family: Playfair Display;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.48px;
	text-transform: uppercase;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
    padding: 12px 16px;
    display: inline-block;
    transition: all 0.3s;
}
.continueBtn:hover{
    color: #000;
    background: #FFF;
    border-color: #fff;
}
.mainPostCarousel .date_main{
    position: absolute;
    left: 0;
    top: -77px;
}
.date_main {
    background: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: center;
}
.mainPostCarousel .owl-dots button{
  width: 8px;
  height: 8px;
  background: #000 !important;
  border-radius: 50%;
}
.mainPostCarousel .owl-dots button.active{
    width: 12px;
  height: 12px;
}
.Ptb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.mainPostCarousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
    position: relative;
    top: 30px;
}
.latestArticle{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:5px;
    max-width: 1700px;
    margin:50px auto 0;
    padding: 0 50px;
}
.titleArea {
    max-width: 1700px;
    margin: auto;
    padding: 0 50px;
    box-sizing: content-box !important;
}
/* .container{
    max-width: 1700px;
    padding: 0 50px;
    margin: auto;
} */
.titleArea .vc_column-inner{
    padding: 0;
}

.latestArticle .item{
    position: relative;
}
.latestArticle .item:first-child{
    grid-column: 1 / 3;
}
.latestArticle .item a{
    display: block;
    line-height: 0;
}
.latestArticle img{
  width: 100%;
  height: 545px;
  object-fit: cover;
}

.latestArticleOuter{
    padding:20px 0 90px;
}
.featuredArticleOuter{
    padding-bottom: 90px;
}
.latestArticle .contentTex {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 9;
}
.latestArticle .contentTex h4{
    color: #FFF;
    font-family: Playfair Display;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.mainPostCarousel .owl-item .item:hover:before {
    background: transparent;
}

.latestArticle .item a:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.15%, rgba(0, 0, 0, 0.80) 100%, rgba(0, 0, 0, 0.70) 100%);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.latestArticle .date_main{
    position: absolute;
    left: -30px;
    top: -77px;
}

.featuredArticle{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:40px;
    max-width: 1700px;
    margin:50px auto 0;
    padding: 0 50px;
}
.featuredArticle img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .titleArea a.default-btn-shortcode{
    color: #000;
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
    border: none;
  }
  .featuredArticle .contentTex h4{
    color: #000;
    font-family: Playfair Display;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.featuredArticle .contentTex p{
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin-bottom:20px;
}
.featuredArticle .item{
    border: 1px solid #D3D3D3;
    position: relative;
}
.featuredArticle .item .date_main{
    position: absolute;
    top: 0;
    left: 0;
}
.featuredArticle .item:first-child{
    grid-column: 1 / 3;
}
.featuredArticle .item:nth-child(2){
    grid-column: 3 / 5;
}
.featuredArticle .item:first-child img,
.featuredArticle .item:nth-child(2) img{
    height: 450px;
}
.featuredArticle .item .contentTex{
    padding: 30px;
}
.featuredArticle .continueBtn:hover{
    border-color: #000;
}
.titleArea h2.vc_custom_heading{
    text-transform: capitalize;
    position: relative;
}
.titleArea h2.vc_custom_heading:after{
    position: relative;
    width: 74px;
    height: 3px;
    content: '';
    background-image: url(./images/Group-17.png);
    display: block;
}
footer#footer{
    padding-top: 50px;
}
footer#footer .footerInner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footerContainer {
    max-width: 1700px;
    margin: auto;
    padding: 0 50px;
}
footer#footer #bottom-menu{
    margin-top: 30px;
    display: flex;
    gap: 80px;
}
footer#footer #bottom-menu li a{
    color: #B0B0B0;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.05px;
    text-transform: uppercase;

}
footer#footer .menu-select{
    display: none;
}
.footerLogo{
    max-width: 320px;
}
#bottom-bar{
    margin-top: 50px;
}
#bottom-bar .wf-wrap{
    border-top: 1px solid #707070;
    padding: 0;
}
#bottom-bar .wf-container-bottom .mini-widgets :is(.mini-search, .in-menu-first-switch, .mini-login){
  display: none;
}
.footer .soc-ico a:not(:hover) .soc-font-icon{
    color: #fff;
}
.mini-nav:not(.select-type-menu) > ul > li:not(:last-child){
    margin-right: 0;
}
#bottom-bar.logo-split .wf-float-right{
    order: 0;
    margin: 0;
}

/*27-NOV 2023 css start */

.academy-banner-text strong {
    color: #FFF!important;
    text-align: center;
    font-family: Playfair Display;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.academy-banner-text p{
	color: #FFF!important;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
	margin: 0px;
} 
.heading-Introducing h2 {
    color: #000;
    font-family: Playfair Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
	margin-top: 90px;
}
.academy-with-bg .vc_column-inner {
    position: relative;
    height: 100%;
    padding: 30px 20px;
}

.academy-with-bg .vc_column-inner .heading-Introducing {
    margin: 0px;
}
.academy-with-bg .heading-Introducing ul li {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.academy-with-bg .vc_column-inner:after {
    content: '';
    background: #000;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 3px;
    top: 0px;
}
.academy-without-bg .vc_column-inner {
    padding: 0px;
    margin: 40px 0 30px;
}
.academy-without-bg .heading-Introducing {
    margin: 0px;
}
.academy-without-bg .heading-Introducing strong {
    color: #000;
    font-family: Playfair Display;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.academy-without-bg .heading-Introducing p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.academy-socail .wpb_wrapper {
    display: flex;
    align-items: center;
}
.academy-socail .wpb_wrapper .vc_icon_element-inner {
    width: 2em;
    height: 2em;
}
.academy-socail .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
}
.academy-socail .wpb_wrapper p {
    color: #000;
    font-family: Playfair Display;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.academy-socail .vc_icon_element {
    line-height: normal;
}
.academy-socail .vc_column-inner {
    padding: 0px;
}
.academy-with-bg strong {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.academy-with-bg p {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bottom-instagram .wpb_wrapper {
    display: flex;
    justify-content: space-between;
}
.bottom-instagram .wpb_wrapper .wpb_single_image.wpb_content_element .wpb_wrapper {
    display: block;
    position: relative;
}
.bottom-instagram .wpb_wrapper .wpb_single_image.wpb_content_element .wpb_wrapper .rollover i {
    background: url(https://www.stylezeitgeist.com/wp-content/uploads/2023/11/Group-25.png);
    background-repeat: no-repeat;
    background-position: center;
}
.bottom-instagram .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0px;
}
.academy-img {
    margin-bottom: 50px;
}
/*27-NOV 2023 css end */

@media screen and (max-width:1280px){
    .featuredArticle .item:first-child img, 
    .featuredArticle .item:nth-child(2) img{
      height: 300px;
    }
    .latestArticle{
        grid-template-columns: repeat(3, 1fr);
    }
    .featuredArticle{
        grid-template-columns: repeat(3, 1fr);
        gap:30px;
    }
    .featuredArticle .item:first-child,
    .featuredArticle .item:nth-child(2){
        grid-column: unset;
    }
    .latestArticle .item:first-child {
        grid-column: 1 / 4;
    }
    
}
@media screen and (max-width:1080px){
    .latestArticle {
        grid-template-columns: repeat(2, 1fr);
    }
    .latestArticle .item:first-child {
        grid-column: unset;
    }
    .featuredArticle {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media screen and (max-width:1050px){
    .latestArticle,
    .featuredArticle,
    .footerContainer,
    .titleArea,
    .newsWrapper{
        padding: 0 20px;
    }
    .latestArticle,
    .featuredArticle{
    margin-top: 30px;
    }
    .latestArticle .contentTex h4{
        font-size: 28px;
    }
    .featuredArticle .contentTex h4{
        font-size: 28px;
    }
    .titleArea h2.vc_custom_heading{
        font-size: 28px !important;
    }
    .latestArticleOuter{
        padding: 60px 0;
    }
    .featuredArticleOuter{
        padding-bottom: 60px;
    }
    .featuredArticle .item .contentTex{
        padding: 20px;
    }
}
@media screen and (max-width:778px){
/*     .latestArticle,
    .featuredArticle,
    .footerContainer,
    .titleArea{
        padding: 0;
    } */
	.newsWrapper,
	.page-id-61719 #main,
	.page-id-61695 #main{
		padding: 0 5px;
	}
}
@media screen and (max-width:600px){
    .latestArticle,
    .featuredArticle {
        grid-template-columns: 1fr;
    }
    .footerLogo{
        max-width: 260px;
    }
	.academy-banner-text strong{ 
		font-size:36px;
	}
	.heading-Introducing h2 {
    font-size: 30px;
    margin-top: 40px;
    }
	
   
}

/* 31-5-2024 add new css start */

.newsWrapper .dt-products .wf-cell {
    float: left;
    width: 100%;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}
.newsWrapper,
.page-id-61719 #main,
.page-id-61695 #main{
    max-width: 767px;
    width: 100%;
    margin: auto;
}
.page-title > .wf-wrap, #fancy-header > .wf-wrap {
    width: auto;
}
.checkout-page-title nav, #main > .wf-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 100%;
    width: 100%;
}
#main > .wf-wrap {
    max-width: 100%;
    padding: 0 44px !important;
    margin: 0 auto;
}
.woocommerce .woocommerce-cart-wrap {
    padding: 50px;
}
.wpb-content-wrapper .woocommerce {
    padding: 50px;
}
.newsWrapper .entry-title a {
    word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
#main > .wf-wrap {
   padding: 0px !important;
}	
.latestArticle, .featuredArticle, .footerContainer, .titleArea, .newsWrapper {
   padding: 0;
}	
.woocommerce .woocommerce-cart-wrap {
   padding: 30px;
}
.woocommerce-cart-wrap .cart-collaterals{
   padding:0px;
}	
.newsWrapper .dt-products .wf-cell {
   grid-template-columns: 1fr 1fr;
}
.newsWrapper.Ptb-20 .switcher-wrap {
    padding: 15px;
}
.newsWrapper .dt-products {
    margin: 0px;
}	
.quantity .plus, .quantity .minus {
	width: 40px;
}
.woocommerce-cart-wrap .coupon > * {
  width: 100%;
}
.cart td.actions .coupon .input-text {
    width: 100%;
}
.wc-order-review, .wc-wide-column {
   margin: 0px;
   padding: 0px;
}	
.newsWrapper .dt-products.wc-layout-list {
  margin: 15px;
}
.newsWrapper .product {
    padding: 15px;
}	
}

@media screen and (max-width: 768px) {
#main > .wf-wrap {
   padding: 0px 15px!important;
}	
.cont-id-0 .wf-cell {
	width: 100%;
}	
.woocommerce .woocommerce-cart-wrap {
   padding: 30px;
}
.woocommerce-cart-wrap .cart-collaterals{
   padding:0px;
}
.newsWrapper.Ptb-20 .switcher-wrap {
    padding: 15px;
}	
.newsWrapper .dt-products .wf-cell {
   grid-template-columns: 1fr;
}
.quantity .plus, .quantity .minus {
	width: 40px;
}
.woocommerce-cart-wrap .coupon > * {
  width: 100%;
}	
.cart td.actions .coupon .input-text {
    width: 100%;
}
.checkout-page-title nav, #main > .wf-wrap {
   padding: 0 15px; 
}	
.wpb-content-wrapper .woocommerce {
    padding: 15px;
}
.woocommerce .woocommerce-cart-wrap {
   padding: 15px;
}	
form.the7-woocommerce-checkout .form-row {
    padding-bottom: 0;
}
.wc-order-review, .wc-wide-column {
   padding: 0px;
}	
.newsWrapper .product {
    padding: 15px;
}	
}

/* 31-5-2024 add new css end */



