/*
Theme Name: WCT
Theme URI: http://www.websitecuatui.net
Author: WCT Team
Author URI: http://www.websitecuatui.net
Description: WCT is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Foodconnection will make your WordPress look beautiful everywhere.
Version: 1.5
*/

.txt-dark {
    color: #fff !important;
}

.txt-dark * {
    color: #fff !important;
}

.txt-center {
    text-align: center;
}

.fz-14 {
    font-size: 14px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

header nav ul li.lang-item:last-child {
    margin-left: 5px;
}

.work-menu.toggle-menu {
    width: 150px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.img-drop a {
    color: #fff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#single-content {
    background: #1E1919;
}

#single-content .container {
    height: auto;
    min-height: 100vh;
}

#single-content .content {
    box-sizing: border-box;
    margin: 0 auto;
}

.single header {
    transform: unset !important;
    opacity: 1 !important;
}

#work .content-wrapper .work-slide .flexbox p {
    z-index: 999;
    cursor: pointer;
}

#work .content-wrapper .work-slide .flexbox:focus,
#work .content-wrapper .work-slide .flexbox:focus-within,
#work .content-wrapper .work-slide .flexbox:hover {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.back-to-home {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 48px;
}

.back-to-home a:hover {
    text-decoration: none;
}

#work .content-wrapper .work-slide .flexbox p img {
    transition: .35s ease-in-out;
}

#work .content-wrapper .work-slide .flexbox p:hover img {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    #single-content {
        padding: 20% 15px;
    }
    #work .content-wrapper .work-slide .flexbox p {
        width: 100% !important;
        ;
    }
}

@media screen and (min-width: 769px) and (max-width: 970px) {
    #single-content .content {
        width: 750px;
        padding: 15% 15px;
    }
}

@media screen and (min-width: 971px) and (max-width: 1200px) {
    #single-content .content {
        width: 970px;
        padding: 10% 15px;
    }
}

@media screen and (min-width: 1201px) {
    #single-content .content {
        width: 1060px;
        padding: 10% 15px;
    }
}