/*
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
*/

@font-face {
    font-family: PFDinTextCompProMed; 
    src: url(fonts/PFDinTextCompPro-Med.ttf); 
}

@font-face {
    font-family: PFDinTextCompProRegular; 
    src: url(fonts/PFDinTextCompPro-Regular.ttf); 
}

@font-face {
    font-family: PTSansNarrow; 
    src: url(fonts/PTN57F.TTF); 
}

@font-face {
    font-family: PTSansNarrowMedium; 
    src: url(fonts/PTN77F.TTF); 
}



.bizdiz-menu-wrap{
    color:#fff;
    font-family: "Lifehack Sans",LifehackSans-Regular;
    font-size: 1.8rem;
    display:flex;
    position:absolute;
    height:120px;
    right:290px;
    z-index: 1000;
    align-items: center;
}

.bizdiz-menu-wrap a{
    color:#fff;
    text-decoration:none;
    background: #d72d15;
    padding: 0.4rem;
}

.bizdiz-menu-wrap a:hover{
    color:#fff;
    text-decoration:none;
    
}

.bizdiz-menu-wrap a span{
    font-family: PTSansNarrow;
    font-size: 1.4rem;
}

.bizdiz-gamburger .menu-text span{
   font-family: PTSansNarrow;
   font-size: 30px; 
}




#top-menu{
    margin-bottom:0;
}

body.post-type-archive-bizdiz, body.single-bizdiz {
    /*font-family: PTSansNarrow;
    font-size:1rem;
    line-height:1rem;*/
}

.post-type-archive-bizdiz .page-title{
    display:none;
}


.bizdiz-intro-wrap{
    background-image:url(img/intro_under_bg.jpg);
    min-height: calc(100vh - 121px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.intro-decor{
    position:absolute;
    min-height: calc(94vh);
    width:100%;
    top:0;
    left:0;
    background-image:url(img/intro_over_bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.bizdiz-about-wrap{
    background-image:url(img/about_bg.jpg);
    background-position: top;
    padding:4rem 3rem 1rem 3rem;    
}

.bizdiz-about-wrap h2{
    color:#e03821;
    font-size: 2.2rem;
    font-family: PTSansNarrowMedium;
    line-height: 2.4rem;
    
    font-weight: normal;
}

.bizdiz-about-wrap.winners h2{
    color:#FFF;
    font-size: 2.2rem;
    font-family: PTSansNarrowMedium;
    line-height: 2.4rem;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3rem;
}

.bizdiz-about-wrap.winners h2 span{
    position: relative;
    color:#db2d15;
    font-family: PTSansNarrowMedium;
}

.bizdiz-about-wrap.winners h2 span::before{
    /*content: "";
    position: absolute;
    background-image: url(img/star_light.png);
    width:906px;
    height:869px;
    mix-blend-mode: screen;
    top: -298px;
    left: -292px;*/
}

.bizdiz-about-wrap.winners .nomination-name{
    font-family: PTSansNarrowMedium;
    color:#db2d15;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    font-size: 2.2vw;
}

.bizdiz-about-wrap.winners .nomination-name .nom-icon{
    display: inline-block;
    width: 1.6vw;
    height: 1.6vw;
    background: no-repeat center / contain;
    margin-right: 6px;
}

.bizdiz-about-wrap.winners .work-item{
    line-height: 1.8vw;
    padding-right: 0.6rem;
    margin-bottom: 2rem;
    font-family: PTSansNarrowMedium;
}


.bizdiz-about-wrap.winners .work-item a.preview-img{
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-position: center;
    background-size: cover;
    border-radius: 4vw;
    margin: 0 0.8rem 0 0;
}

.bizdiz-about-wrap.winners .member-place{
    color:#db2d15;
    text-transform: uppercase;
    font-size: 1.2vw;
}

.bizdiz-about-wrap.winners .member-name {
    color:#FFF;
    text-transform: uppercase;
    font-size: 1.2vw;
}

.bizdiz-about-wrap.winners .work-name a{
    font-family: PFDinTextCompProRegular;
    color:#FFF;
    font-size: 1vw;
    text-transform: uppercase;
    text-decoration: none;
}

.bizdiz-about-wrap.winners .work-name a:hover{
    color:#FFF;
    text-decoration: none;
}

.download-file{
    display:flex;
    align-items: center;
}

.download-file .caption{
    margin-left:1rem;
    color:#FFF;
}

.download-file .caption a{
    color:#FFF;
    text-decoration:none;
}

.download-file .caption a:hover{
    text-decoration:none;
    color:#FFF;
}

.bizdiz-intro-text{
    color:#fff;
    font-size:0.9rem;
    line-height: 1.1rem;
}

.bizdiz-intro-main-title{
    height:50vh;
}

.bizdiz-intro-main-title-2022{
    height:17vh;
}

.bizdiz-judges-wrap{
    background-image:url(img/judges_bg.jpg);
    min-height: 70vh;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}

.bizdiz-judges-wrap:after{
    content:'';
    position:absolute;
    background-image:url(img/red_down_arrow.png);
    width:33px;
    height:72px;
    bottom: 0.5rem;
    right: 4rem;
}

.bizdiz-judges-photo{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.4s ease, visibility 0.4s linear;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s linear;
    transition: opacity 0.4s ease, visibility 0.4s linear;
}

.bizdiz-judges-photo.selected{
    opacity: 1;
    visibility: visible;
}

.bizdiz-judges-wrap .title{
    color:#e03821;
    font-size: 1.6rem;
    font-family: PTSansNarrowMedium;
    line-height: 0.4rem;
    
    text-transform:uppercase;
    padding: 2rem 3rem 2rem 2rem;
    position:relative;
}

.bizdiz-judges-wrap .title h2{
    text-transform:uppercase;
    font-family: PTSansNarrowMedium;
    color:#e03821;
    font-size: 2.2rem;
    line-height: 2.4rem;
    
    font-weight: normal;
}

.judges-info-wrap .info-wrap{
    padding: 0rem 3rem 0 2rem;
    min-height: 50vh;
}

.judges-info-wrap .judge-name{
    font-size:1rem;
    position:relative;
    z-index: 100;
    opacity:1;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.judges-info-wrap .judge-name span{
    position:relative;
    z-index: 100;
}

.judges-info-wrap .judge-name:before{
    content:"";
    position:absolute;
    background-image:url(img/red_triangle.png);
    width: 3rem;
    height: 5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: -2rem;
    z-index: 1;
    top: -1.8rem;
}

.judges-info-wrap .judge-text{
    position:relative;
    z-index: 100;
    font-size:0.8rem;
    line-height: 1.1rem;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.judges-info-wrap .judge-text ul li {
    display: flex;
}

.judges-info-wrap .judge-text ul li:before{
    content: '●';
    color: #e03821;
    display: flex;
    font-size: 1rem;
    padding-right: 4px;
}

.judges-info-wrap .judge-text p span{
    font-size:0.8rem!important;

}

.judges-info-wrap .judge-text p{
    font-size:0.8rem!important;

}

.judges-info-wrap .judge-text.selected{
    opacity: 1;
    visibility: visible;
}

.opacity-down{
    opacity:0!important;
}

.judges-navigation{
    padding: 2rem 3rem 2rem 2rem;
}

.judges-navigation a.sel-item{
    color:#e03821;
    display:inline-block;
    font-size:0.8rem;
    margin-right:0.4rem;
    text-decoration:none;
    width:1.4rem;
    height:1.4rem;
    text-align:center;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.judges-navigation a.sel-item span{
    vertical-align: middle;
    display: inline-block;
}

.judges-navigation a.sel-item.selected{
    color:#FFF;
    background-color:#e03821;
    border:1px solid #e03821;
    border-radius: 1rem;

}

.judges-navigation a.sel-item:hover{
    text-decoration:none;
}



.bizdiz-last-works-wrap{
    background-image:url(img/judges_bg.jpg);
    min-height: 100vh;
    background-position: top;
    background-repeat: repeat-y;
    padding: 0 3rem;
    font-family: PTSansNarrowMedium;
    position:relative;
    padding-bottom: 2rem;
}

.bizdiz-last-works-wrap .navigation {
    width:100%;
    text-align: center;
    display:block;
}

.bizdiz-last-works-wrap:after{
    content:'';
    position:absolute;
    background-image:url(img/red_down_arrow.png);
    width:33px;
    height:72px;
    bottom: 0.5rem;
    right: 4rem;
}

.bizdiz-last-works-wrap .title h2{
    font-family: PTSansNarrowMedium;
    text-transform:uppercase;
    color:#e03821;
    font-size: 2.2rem;
    line-height: 2.4rem;
    
    font-weight: normal;
    padding: 2rem 0;
}

.bizdiz-last-works-wrap .work-item img{
    width:100%;
    margin-bottom: 0.4rem;
}

.bizdiz-last-works-wrap .work-item{
    margin-bottom:2rem;
}

.bizdiz-last-works-wrap .work-item:nth-child(3){
    margin-right:0;
}

.bizdiz-last-works-wrap .member-name, .bizdiz-last-works-wrap .member-place{
    color:#e03821;
    font-size: 1rem;
}

.bizdiz-last-works-wrap .nomination-name{
    font-family: PTSansNarrowMedium;
    color:#464646;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.bizdiz-last-works-wrap .member-city{
    color:#939393;
    font-size: 0.9rem;
}

.bizdiz-last-works-wrap .work-name a{
    color:#000;
    text-decoration:none;
}

.bizdiz-last-works-wrap .work-name a:hover{
    color:#000;
    text-decoration:none;
}

.bizdiz-last-works-wrap .all-works a{
    color:#fff;
    padding: 0.1rem 0.4rem;
    background:#e03821;
    text-decoration:none;
}

.bizdiz-last-works-wrap .all-works a:hover{
    color:#fff;
    text-decoration:none;
}

.bizdiz-banners-wrap{
    background-image:url(img/judges_bg.jpg);
    background-position: top;
    background-repeat: repeat-y;
    padding: 2rem 3rem;
    font-family: PTSansNarrowMedium;
    position:relative;
}

a.banner{
    /*margin:0 5px;*/
    padding:0 5px;
}

a.banner img{
    width:100%;
}

.banner-wrap{
    display:flex!important;
}

.bizdiz-mob-banners-wrap{
    background-image:url(img/judges_bg.jpg);
    background-position: top;
    background-repeat: repeat-y;
    padding: 1rem 0.2rem;
    font-family: PTSansNarrowMedium;
    position:relative;
}

.bizdiz-partners-wrap{
    background-color:#797878;
    padding:3rem;
}

.bizdiz-partners-wrap h2{
    color:#e03821;
    font-size: 2.2rem;
    font-family: PTSansNarrowMedium;
    line-height: 2.4rem;
    font-weight: normal;
    margin-bottom: 1.6rem;
}


.post-type-archive-bizdiz #footer.solid-bg, .single-bizdiz #footer.solid-bg, .tax-bizdizcat #footer.solid-bg {
    background: url(img/bizdiz_footer_bg.jpg) no-repeat center center;
    background-size: cover;
}

.post-type-archive-bizdiz a.phone, .post-type-archive-bizdiz a.phone:active, .post-type-archive-bizdiz a.phone:hover, .post-type-archive-bizdiz a.phone:visited {
    color: #918f8f!important;
}

.post-type-archive-bizdiz a.mail, .post-type-archive-bizdiz a.mail:active, .post-type-archive-bizdiz a.mail:hover, .post-type-archive-bizdiz a.mail:visited {
    color: #918f8f!important;
}

.post-type-archive-bizdiz #footer.solid-bg .vc_icon_element-link{
    color: #918f8f!important;
}

.post-type-archive-bizdiz #footer.solid-bg .footer-name{
    color: #918f8f!important;
}

.post-type-archive-bizdiz #footer.solid-bg .bizb-footer-logo{
    background: url(img/bizdiz_footer_bizb_logo.jpg.png) no-repeat center center;
    background-size: contain;
    width: 210px;
    height: 127px;
}


.bizb-footer-logo{
    background: url(img/footer_bizb_logo.png) no-repeat center center;
    background-size: contain;
    width: 210px;
    height: 127px;
}

.bizb-footer-logo-link{
    width: fit-content;
    display: flex;
}

#footer.solid-bg .vc_icon_element-link {
    color: #464646!important;
}

#footer.solid-bg .footer-name {
    color: #464646!important;
}

.post-type-archive-bizdiz .mixed-header.side-header-h-stroke {
    background-image: url(img/bizdiz_footer_bg.jpg)!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.post-type-archive-bizdiz .menu-toggle{
    display:none;
}

.post-type-archive-bizdiz #top-menu li a {
    color: #fff;
}

.post-type-archive-bizdiz #top-menu li a:hover, .post-type-archive-bizdiz #top-menu li.current-menu-item a {
    color: #FFF;
    background-image: url(img/white-line.png);
}



.single-bizdiz #top-menu li a:hover, .single-bizdiz #top-menu li.current-menu-item a, .tax-bizdizcat #top-menu li a:hover, .tax-bizdizcat #top-menu li.current-menu-item a {
    color: #FFF;
    background-image: url(img/white-line.png);
}

.single-bizdiz .menu-toggle, .tax-bizdizcat .menu-toggle{
    display:none;
}

.single-bizdiz #top-menu li a, .tax-bizdizcat #top-menu li a  {
    color: #fff;
}


.single-bizdiz .mixed-header.side-header-h-stroke, .tax-bizdizcat .mixed-header.side-header-h-stroke {
    background-image: url(img/bizdiz_footer_bg.jpg)!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.single-bizdiz a.phone, .single-bizdiz a.phone:active, .single-bizdiz a.phone:hover, .single-bizdiz a.phone:visited, .tax-bizdizcat a.phone, .tax-bizdizcat a.phone:active, .tax-bizdizcat a.phone:hover, .tax-bizdizcat a.phone:visited {
    color: #918f8f!important;
}

.single-bizdiz a.mail, .single-bizdiz a.mail:active, .single-bizdiz a.mail:hover, .single-bizdiz a.mail:visited, .tax-bizdizcat a.mail, .tax-bizdizcat a.mail:active, .tax-bizdizcat a.mail:hover, .tax-bizdizcat a.mail:visited {
    color: #918f8f!important;
}

.single-bizdiz #footer.solid-bg .vc_icon_element-link, .tax-bizdizcat #footer.solid-bg .vc_icon_element-link{
    color: #918f8f!important;
}

.single-bizdiz #footer.solid-bg .footer-name, .tax-bizdizcat #footer.solid-bg .footer-name{
    color: #918f8f!important;
}

.single-bizdiz #footer.solid-bg .bizb-footer-logo, .tax-bizdizcat #footer.solid-bg .bizb-footer-logo{
    background: url(img/bizdiz_footer_bizb_logo.jpg.png) no-repeat center center;
    background-size: cover;
    width: 210px;
    height: 127px;
}

.post-type-archive-bizdiz .dt-mobile-menu-icon {
    background-image: url(img/Menu-line-red.png);
}

.tax-bizdizcat .dt-mobile-menu-icon {
    background-image: url(img/Menu-line-red.png);
}

.single-bizdiz .dt-mobile-menu-icon {
    background-image: url(img/Menu-line-red.png);
}



.bidiz-popup-toggle-wrap{
    position: fixed;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff;
    z-index: 10000;
    font-family: PTSansNarrowMedium;
    font-size: 1.2rem;
    text-transform: uppercase;
    background: #d72d15;
    border-bottom: 15px solid #464646;
    padding: 0.4rem 0.3rem;
    top: 120px;
    left: calc(1.7rem - 120px);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 120px;
}

.bidiz-popup-toggle-wrap.active{
    left: 0;
}

.bidiz-popup-toggle-wrap:hover{
    cursor:pointer;
}


.bizdiz-popup-wrap{
    position:fixed;
    opacity:1;
    visibility:visible;
    width:800px;
    background:rgba(0,0,0,0.85);
    z-index:1000;
    padding:40px;
    top: 120px;
    left:120px;
    -moz-transition: opacity 0.2s ease, visibility 0.2s linear;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s linear;
    transition: opacity 0.2s ease, visibility 0.2s linear;
}

.bizdiz-popup-wrap.hidden{
    opacity:0;
    visibility:hidden;
}

.bizdiz-popup-wrap ul{
    margin-bottom:0;
}

.bizdiz-popup-wrap .section{
    margin-bottom: 0.8rem;
    position:relative;
}

.bizdiz-popup-wrap .section .header{
    color:#e03821;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-family: PTSansNarrowMedium;
    text-transform:uppercase;
    margin-bottom: 0.2rem;
}

.bizdiz-popup-wrap .section .body{
    font-size: 0.65rem;
    line-height: 0.9rem;
    color: #fff;
}

.bizdiz-popup-wrap .section .body li{
    margin-bottom:0.6rem;
    display:flex;
}

.bizdiz-popup-wrap .section .body li:before{
    content: '●';
    color: #e03821;
    display: flex;
    font-size: 1rem;
    padding-right: 4px;
}

.bizdiz-popup-wrap .section .body a{
    color:#e03821;
    display: contents;
}

.bizdiz-popup-wrap .section .body a:hover{
    color:#e03821;
}


.bizdiz-popup-wrap .section.about .body{
    display:flex;
}

.bizdiz-popup-wrap .section.about li{
    margin-bottom:0;
}


.bizdiz-popup-wrap .section.about .block-1 .before{
    display: none;
} 


.bizdiz-popup-wrap .section.about .block-1{
    border: 2px solid #fff;
    padding: 0 0.4rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-family: PTSansNarrowMedium;
    text-transform: uppercase;
    margin-right:0.6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bizdiz-popup-wrap .section.about .block-2{
    border: 2px solid #fff;
    padding: 0 0.4rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.bizdiz-popup-wrap .section.about .block-3{
    padding: 0 0 0 0.4rem;
    color: #e03821;
    font-family: PTSansNarrowMedium;
    font-size: 1.4rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.bizdiz-popup-wrap .section.about .before span{
    padding: 0.2rem 0.2rem;
    color: #fff;
    border: 1px solid #e03821;
}

.bizdiz-popup-wrap .section.give .body{
    display:flex;
}

.bizdiz-popup-wrap .section.give .block-1{
    margin-right: 0.6rem;
    display:flex;
    align-items: center;
}

.bizdiz-popup-wrap .section.give .block-2{
    margin-right: 0.6rem;
    display:flex;
    align-items: center;
    position:relative;
}

.bizdiz-popup-wrap .section.give .block-2:before{
    content: "PNG/JPG";
    color: #fff;
    position: absolute;
    top: -1rem;
    font-size: 0.8rem;
    font-family: PTSansNarrowMedium;
    right: 0;
}

.bizdiz-popup-wrap .section.give .block-3 img{
    width: 50px;
}

.bizdiz-popup-wrap .section.give .download-file a {
    color: #fff;
}

.bizdiz-popup-wrap .section.give .download-file .caption {
    margin-left: 0.4rem;
}

.download-file div {
    display: flex;
    align-items: center;
}

.bizdiz-popup-wrap .section.about .cost {
    white-space: nowrap;
}

.nav-by-photo{
    position:absolute;
    width:30px;
    height:50px;
    top: calc(50% - 25px);
    background-repeat:no-repeat;
    background-image: url(img/red_triangle.png);
    background-size: cover;
    z-index: 10;
    opacity:0.7;
    -webkit-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;  
}

.nav-by-photo:hover{
    opacity:1;
    cursor:pointer;
}

.nav-by-photo.left{
    left: 10px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.nav-by-photo.right{
    right: 10px;
}





/* archive tax-bizdizcat */

.cat-filter-wrap{
    display:flex;
    position:relative;
    align-items: flex-end;
}

.cat-filter-wrap .selected-cat{
   position:relative;
    font-size:1.4rem;
    line-height: 25px;
    
}

.cat-filter-wrap a{
    color:#3b3b3b;
    text-decoration:none;
}

.cat-filter-wrap a:hover{
    color:#3b3b3b;
    text-decoration:none;
}


.cat-filter-wrap .selected-cat:before{
    color:#e03821;
    content:'▼';
    position:absolute;
    right: -1.4rem;
    transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;  
}

.cat-filter-wrap .selected-cat.opened:before{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.cat-filter-wrap .all-cats{
    top: calc(100% + 5px);
    display: flex;
    flex-direction: column;
    width: max-content;
    padding: 0.6rem;
    background:rgba(59,59,59,0.93);
    position:absolute;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.cat-filter-wrap .all-cats.hidden{
    visibility: hidden;
    opacity: 0;
}

.cat-filter-wrap .all-cats .bizdiz-cat{
    color:#fff;
    font-family: PTSansNarrow;
}

.cat-filter-wrap .all-cats .bizdiz-cat.important{
    color: #e03821;
}

.cat-filter-wrap .all-cats a.bizdiz-cat{
    text-decoration:none;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cat-filter-wrap .all-cats a.bizdiz-cat:hover{
    text-decoration:none;
    background:#e03821;
    color:#fff;
}

.tax-bizdizcat .page-title.solid-bg{
    display:none;
}

.bizdiz-archive-header-wrap{
    margin: 3rem 0 2rem;
}

.bizdiz-archive-header-wrap h1{
    font-family: PTSansNarrowMedium;
    text-transform: uppercase;
    color: #e03821;
    font-size: 2.2rem;
    line-height: 40px;
    font-weight: normal;
    margin-bottom:0;
}

.tax-bizdizcat .bizdiz-last-works-wrap:after{
    content:none;
} 

.bizdiz-archive-header-wrap .decore img{
    width:10rem;
}

/* archive tax-bizdizcat end */


/* partenrs */
.partner-wrap img{
    width:100%;
}


/* partenrs end*/

/* single work */



.bizdiz-single-work-wrap{
    background-image:url(img/judges_bg.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat:repeat-y;
    padding: 1.6rem 3rem;
    position:relative;
}

.bizdiz-work-header .category-names{
    color:#e03821;
    font-family: PTSansNarrow;
}

.bizdiz-work-header .category-name{
    color:#e03821;
    font-family: PTSansNarrow;
}

.bizdiz-work-header a.category-name {
    color:#e03821;
    text-decoration:none;
    margin-right: 14px;
}

.bizdiz-work-header a.category-name:hover{
    color:#e03821;
    text-decoration:underline;
}

.bizdiz-work-header h1{
    color:#3b3b3b;
    font-size:2rem;
    font-family: PTSansNarrow;
    font-weight:normal;
    display:inline-block;
}

.bizdiz-work-item-wrap{
    padding:0 6rem;
}

.bizdiz-single-work-wrap .nav-header a{
    color:#050505;
    text-decoration:none;
}

.bizdiz-single-work-wrap .nav-header a:hover{
    color:#050505;
    text-decoration:none;
}

.bizdiz-single-work-wrap .work-title h2{
    color:#3b3b3b;
    font-size:2rem;
    font-family: PTSansNarrow;
    font-weight:normal;
    margin: 1rem 0;
}

.bizdiz-single-work-wrap .work-content{
    font-size:0.9rem;
    line-height:1rem;
    color:#000;
}

.bizdiz-work-item-wrap a{
   color:#d72d15; 
}

.bizdiz-single-work-wrap .work-desc{
    color:#7b7b7b;
    padding:2rem;
    font-size:0.9rem;
    line-height:1rem;
    font-family: PTSansNarrow;
    border: 2px #605f63 dashed;
}

.bizdiz-single-work-wrap .member-name, .bizdiz-last-works-wrap .member-place{
    font-size:1.2rem;
    line-height:1.3rem;
    font-family: PTSansNarrow;
    display:block;
}

.bizdiz-single-work-wrap .member-city{
    display:block;
    margin-bottom:1rem;
}

.bizdiz-work-gallery{
    height:100%;
}

.slick-dotted.slick-slider {
    padding-bottom:30px!important;
    margin-bottom: 0!important;
}

.bizdiz-work-gallery-item{
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items: center;
    align-content: center;
    text-align: center;
    /*min-height: 300px;*/
}

.slick-list, .slick-track {
    height: 100%;
}


.slick-dots{
    bottom: -14px;
}

.slick-dots li button::before {
    font-size: 20px;
    line-height:0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d72d15;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: #d72d15;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #d72d15;
}

.bizdiz-work-gallery-item img{
    height: auto;
    width: 100%;
    position: relative;
    z-index: 100;
}

.bizdiz-work-gallery-item video{
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}

.slick-prev {
    left: 10px!important;
}

.slick-next {
    right: 30px!important;
}



/* single work end */









@media (min-width: 1050px) and (max-width:1400px) {
    .bizdiz-menu-wrap {
        height: 90px;
    }
}

@media (min-width: 1240px) and (max-width: 1269px){
    .bizdiz-menu-wrap {
        right: 220px;
    }
}

@media (max-width: 1240px){
    .bizdiz-menu-wrap {
        right: 120px;
    }
}

@media (max-width: 1050px){
    .bizdiz-menu-wrap {
        display: none;
    }
    .bizdiz-gamburger{
        display:block!important;
    } 
}

@media (min-width: 1200px) {
    

    
   
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
.bizdiz-about-wrap.winners .nomination-name{
    font-size: 3.4vw;
}

.bizdiz-about-wrap.winners .nomination-name .nom-icon{
    width: 2.6vw;
    height: 2.6vw;
}

.bizdiz-about-wrap.winners .work-item{
    line-height: 2.8vw;
}

.bizdiz-about-wrap.winners .work-item a.preview-img{
    width: 14vw;
    height: 14vw;
    border-radius: 7vw;
}

.bizdiz-about-wrap.winners .member-place{
    font-size: 2.2vw;
}

.bizdiz-about-wrap.winners .member-name {
    font-size: 2.2vw;
}

.bizdiz-about-wrap.winners .work-name a{
    font-size: 2vw;
}    
    
    
    
    
    
    
.bizdiz-work-item-wrap {
    padding: 0 1.5rem;
}
.bizdiz-single-work-wrap {
    padding: 1.6rem 0.4rem;
}
    
}

@media (min-width: 768px) and (max-width: 991.98px) {

.bizdiz-about-wrap.winners .nomination-name{
    font-size: 3.4vw;
}

.bizdiz-about-wrap.winners .nomination-name .nom-icon{
    width: 2.6vw;
    height: 2.6vw;
}

.bizdiz-about-wrap.winners .work-item{
    line-height: 2.8vw;
}

.bizdiz-about-wrap.winners .work-item a.preview-img{
    width: 14vw;
    height: 14vw;
    border-radius: 7vw;
}

.bizdiz-about-wrap.winners .member-place{
    font-size: 2.2vw;
}

.bizdiz-about-wrap.winners .member-name {
    font-size: 2.2vw;
}

.bizdiz-about-wrap.winners .work-name a{
    font-size: 2vw;
}    





.bizdiz-judges-photo-wrap {
    height: 450px;
    position:relative;
}
.bizdiz-work-item-wrap {
    padding: 0 1.5rem;
}
.bizdiz-single-work-wrap {
    padding: 1.6rem 0.4rem;
}
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
.bizdiz-about-wrap.winners .nomination-name{
    font-size: 3.4vw;
}

.bizdiz-about-wrap.winners .nomination-name .nom-icon{
    width: 2.6vw;
    height: 2.6vw;
}

.bizdiz-about-wrap.winners .work-item{
    line-height: 2.8vw;
}

.bizdiz-about-wrap.winners .work-item a.preview-img{
    width: 14vw;
    height: 14vw;
    border-radius: 7vw;
}

.bizdiz-about-wrap.winners .member-place{
    font-size: 2.2vw;
}

.bizdiz-about-wrap.winners .member-name {
    font-size: 2.2vw;
}

.bizdiz-about-wrap.winners .work-name a{
    font-size: 2vw;
}        
    
    


.slick-prev:before, .slick-next:before {
    display:none!important;
}
    
.bizdiz-about-wrap h2 {
    font-size: 2rem;
}

.bizdiz-partners-wrap h2 {
    font-size: 2rem;
}

.bizdiz-about-wrap .arrow-decore{
    height: 50px;
}
    
.bizdiz-intro-main-title {
    height: 30vh;
}

.bizdiz-intro-main-title-2022{
    height:12vh;
}

.bizdiz-about-wrap {
    padding: 2rem 0.2rem 1rem 0.2rem;
}

.bizdiz-intro-text p span{
    font-size: 0.8rem!important;
    line-height: 0.8rem!important;
}

.download-file{
   margin:0.2rem 0;
   line-height: 0.8rem;
}

.download-file img {
    width:2.2rem;
}

.download-file .caption {
    margin-left: 0.6rem;
}

.download-file .caption a {
    font-size:0.7rem;
}

.bizdiz-judges-photo-wrap {
    height: 350px;
    position:relative;
}



.judges-info-wrap .info-wrap {
    padding: 0rem 1rem 0 1rem;
}

.judges-info-wrap .judge-info p span{
    font-size: 0.8rem!important;
}

.judges-info-wrap .info-wrap {
    min-height: inherit; 
}

.judges-navigation {
    padding: 0.5rem 1rem 0.4rem 1rem;
}

.bizdiz-judges-wrap:after {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: auto;
    height: 50px;
    margin-top: 10px;
}

.bizdiz-judges-wrap .title {
    padding: 0.2rem 1rem 0rem 1rem;
}

.bizdiz-judges-wrap .title h2{
    margin: 1rem 0 0 0;
    font-size: 2rem;
}

.bizdiz-judges-wrap .jury {
    position: absolute;
    bottom: -24px;
    z-index: 100;
    font-size: 40px;
    color: #FFF;
}

.bizdiz-last-works-wrap {
    padding: 0 0.6rem;
    padding-bottom: 1rem;
}

.bizdiz-last-works-wrap .title h2 {
    padding: 1rem 0;
    font-size: 2rem;
}

.bizdiz-last-works-wrap:after {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: auto;
    height: 50px;
    margin-top: 10px;
}

.bizdiz-partners-wrap {
    padding: 1rem 0.2rem;
}

.bidiz-popup-toggle-wrap {
    font-size: 0.7rem;
    padding: 0.3rem 0.05rem;
    top: 100px;
    left: calc(1.2rem - 50px);
    width: 50px;
}

.bizdiz-popup-wrap {
    left: 50px;
    width: calc(100% - 50px);
    padding: 10px;
}

.bizdiz-popup-wrap .section .header {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.bizdiz-popup-wrap .section .body {
    font-size: 0.55rem;
    line-height: 0.6rem;
}

.bizdiz-popup-wrap .section.about .body {
    display: flex;
    flex-wrap: wrap;
}

.bizdiz-popup-wrap .section.about .block-1 {
    padding: 0 0.2rem;
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: 40%;
    flex-flow: column;
}



.bizdiz-popup-wrap .section.about .block-1 .before{
    color: #e03821;
    display: block;
} 

.bizdiz-popup-wrap .section.about .block-1 .before span {
    padding: 0.05rem 0.2rem;
    color: #fff;
    border: none;
    background: #e03821;
    margin: 0 0.1rem;
}    

.bizdiz-popup-wrap .section.about .block-2 {
    margin-bottom: 0.2rem;
    width: 58%;
    padding: 0 0.1rem;
}

.bizdiz-popup-wrap .section.about .block-3 .before {
    display:none;
}


.bizdiz-popup-wrap .section {
    margin-bottom: 0.2rem;
}

.bizdiz-popup-wrap .section.give .body {
    flex-wrap: wrap;
}

.bizdiz-popup-wrap .section.give .block-1 {
    margin-right: 0.2rem;
    width: 49%;
}

.bizdiz-popup-wrap .section.give .block-1 img{
    width: 100%;
}


.bizdiz-popup-wrap .section.give .block-2 {
    width: 49%;
    margin-right: 0;
}

.bizdiz-popup-wrap .section.give .block-2 img{
    width: 100%;
}

.bizdiz-popup-wrap .section.give .block-3{
    display: flex;
}

.bizdiz-popup-wrap .section.give .agreement{
    margin-top:0.4rem;
}

.bizdiz-single-work-wrap {
    padding: 1.6rem 0.4rem;
}

.bizdiz-work-item-wrap {
    padding: 0 1.5rem;
}

.bizdiz-work-gallery-item {
    /*height: 33vh;*/
}

.bizdiz-work-header h1 {
    font-size: 1.4rem;
    line-height:1.5rem;
}

.bizdiz-single-work-wrap .nav-header img{
    width:1.2rem;
}

.bizdiz-single-work-wrap .nav-header a{
    font-size:0.7rem;
}

.bizdiz-single-work-wrap .work-title h2 {
    font-size: 1.4rem;
    line-height:1.5rem;
}

.bizdiz-single-work-wrap .work-content {
    font-size: 0.7rem;
    line-height: 0.9rem;
}

.bizdiz-single-work-wrap .work-desc {
    padding: 1rem;
    margin-top: 1rem;
}

.bizdiz-archive-header-wrap {
    margin: 2rem 0 0em;
}

.bizdiz-archive-header-wrap h1 {
    font-size: 2rem;
}

.bizdiz-last-works-wrap .work-item {
    margin-bottom: 1rem;
}

.bizdiz-last-works-wrap .work-item img {
    margin-bottom: 0.2rem;
}

.bizdiz-last-works-wrap .member-name, .bizdiz-last-works-wrap .member-place {
    font-size: 0.8rem;
}

.bizdiz-last-works-wrap .member-city {
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.bizdiz-last-works-wrap .work-item img {
    margin-bottom: 0rem;
}

.cat-filter-wrap .selected-cat{
    position:relative;
    font-size:1.4rem;
    line-height: normal;
    
}
    
}

@media (max-width: 575.98px) {
    
.bizdiz-about-wrap.winners .nomination-name{
    font-size: 7.4vw;
}

.bizdiz-about-wrap.winners .nomination-name .nom-icon{
    width: 6vw;
    height: 6vw;
}

.bizdiz-about-wrap.winners .work-item{
    line-height: 6.8vw;
}

.bizdiz-about-wrap.winners .work-item a.preview-img{
    width: 30vw;
    height: 30vw;
    border-radius: 15vw;
}

.bizdiz-about-wrap.winners .member-place{
    font-size: 6.2vw;
}

.bizdiz-about-wrap.winners .member-name {
    font-size: 6.2vw;
}

.bizdiz-about-wrap.winners .work-name a{
    font-size: 5.8vw;
}    


    
.slick-prev:before, .slick-next:before {
    display:none!important;
}
    

.bizdiz-about-wrap h2 {
    font-size: 2rem;
}

.bizdiz-partners-wrap h2 {
    font-size: 2rem;
}

.bizdiz-about-wrap .arrow-decore{
    height: 50px;
}
    
.bizdiz-intro-main-title {
    height: 30vh;
}

.bizdiz-intro-main-title-2022{
    height:12vh;
}

.bizdiz-about-wrap {
    padding: 2rem 0.2rem 1rem 0.2rem;
}

.bizdiz-intro-text p span{
    font-size: 0.8rem!important;
    line-height: 0.8rem!important;
}

.download-file{
   margin:0.2rem 0;
   line-height: 0.8rem;
}

.download-file img {
    width:2.2rem;
}

.download-file .caption {
    margin-left: 0.6rem;
}

.download-file .caption a {
    font-size:0.7rem;
}

.bizdiz-judges-photo-wrap {
    height: 350px;
}

.judges-info-wrap .info-wrap {
    padding: 0rem 1rem 0 1rem;
}

.judges-info-wrap .judge-info p span{
    font-size: 0.8rem!important;
}

.judges-info-wrap .info-wrap {
    min-height: inherit; 
}

.judges-navigation {
    padding: 0.5rem 1rem 0.4rem 1rem;
}

.bizdiz-judges-wrap:after {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: auto;
    height: 50px;
    margin-top: 10px;
}

.bizdiz-judges-wrap .title {
    padding: 0.2rem 1rem 0rem 1rem;
}

.bizdiz-judges-wrap .title h2{
    margin: 1rem 0 0 0;
    font-size: 2rem;
}

.bizdiz-judges-wrap .jury {
    position: absolute;
    bottom: -24px;
    z-index: 100;
    font-size: 40px;
    color: #FFF;
}

.bizdiz-last-works-wrap {
    padding: 0 0.6rem;
    padding-bottom: 1rem;
}

.bizdiz-last-works-wrap .title h2 {
    padding: 1rem 0;
    font-size: 2rem;
}

.bizdiz-last-works-wrap:after {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: auto;
    height: 50px;
    margin-top: 10px;
}

.bizdiz-banners-wrap{
    padding: 1rem 0;
}



.bizdiz-partners-wrap {
    padding: 1rem 0.2rem;
}

.bidiz-popup-toggle-wrap {
    font-size: 0.7rem;
    padding: 0.3rem 0.05rem;
    top: 100px;
    left: calc(1.2rem - 50px);
    width: 50px;
}

.bizdiz-popup-wrap {
    left: 50px;
    width: calc(100% - 50px);
    padding: 10px;
}

.bizdiz-popup-wrap .section .header {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.bizdiz-popup-wrap .section .body {
    font-size: 0.55rem;
    line-height: 0.6rem;
}

.bizdiz-popup-wrap .section.about .body {
    display: flex;
    flex-wrap: wrap;
}

.bizdiz-popup-wrap .section.about .block-1 {
    padding: 0 0.2rem;
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: 40%;
    flex-flow: column;
}



.bizdiz-popup-wrap .section.about .block-1 .before{
    color: #e03821;
    display: block;
} 

.bizdiz-popup-wrap .section.about .block-1 .before span {
    padding: 0.05rem 0.2rem;
    color: #fff;
    border: none;
    background: #e03821;
    margin: 0 0.1rem;
}    

.bizdiz-popup-wrap .section.about .block-2 {
    margin-bottom: 0.2rem;
    width: 58%;
    padding: 0 0.1rem;
}

.bizdiz-popup-wrap .section.about .block-3 .before {
    display:none;
}


.bizdiz-popup-wrap .section {
    margin-bottom: 0.2rem;
}

.bizdiz-popup-wrap .section.give .body {
    flex-wrap: wrap;
}

.bizdiz-popup-wrap .section.give .block-1 {
    margin-right: 0.2rem;
    width: 49%;
}

.bizdiz-popup-wrap .section.give .block-1 img{
    width: 100%;
}


.bizdiz-popup-wrap .section.give .block-2 {
    width: 49%;
    margin-right: 0;
}

.bizdiz-popup-wrap .section.give .block-2 img{
    width: 100%;
}

.bizdiz-popup-wrap .section.give .block-3{
    display: flex;
}

.bizdiz-popup-wrap .section.give .agreement{
    margin-top:0.4rem;
}

.bizdiz-single-work-wrap {
    padding: 1.6rem 0.4rem;
}

.bizdiz-work-item-wrap {
    padding: 0 1.5rem;
}

.bizdiz-work-gallery-item {
    /*height: 33vh;*/
}

.bizdiz-work-header h1 {
    font-size: 1.4rem;
    line-height:1.5rem;
}

.bizdiz-single-work-wrap .nav-header img{
    width:1.2rem;
}

.bizdiz-single-work-wrap .nav-header a{
    font-size:0.7rem;
}

.bizdiz-single-work-wrap .work-title h2 {
    font-size: 1.4rem;
    line-height:1.5rem;
}

.bizdiz-single-work-wrap .work-content {
    font-size: 0.7rem;
    line-height: 0.9rem;
}

.bizdiz-single-work-wrap .work-desc {
    padding: 1rem;
    margin-top: 1rem;
}

.bizdiz-archive-header-wrap {
    margin: 2rem 0 0em;
}

.bizdiz-archive-header-wrap h1 {
    font-size: 2rem;
}

.bizdiz-last-works-wrap .work-item {
    margin-bottom: 1rem;
}

.bizdiz-last-works-wrap .work-item img {
    margin-bottom: 0.2rem;
}

.bizdiz-last-works-wrap .member-name, .bizdiz-last-works-wrap .member-place {
    font-size: 0.8rem;
}

.bizdiz-last-works-wrap .member-city {
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.bizdiz-last-works-wrap .work-item img {
    margin-bottom: 0rem;
}

.cat-filter-wrap .selected-cat{
    position:relative;
    font-size:1.4rem;
    line-height: normal;
    
}

}
