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

.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text {
    padding-right: 15px;
}

ul.table-of-contents {
    display: flex;
    list-style-type: none !important;
    flex-wrap: wrap;
}

ul.table-of-contents li {
    padding: 20px;
}

.fluentform .ff-el-form-check label.ff-el-form-check-label {
    float: left;
    padding-right: 30px;
    margin-top: 8px;
}

@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.svg#Impact') format('svg'),
    url('fonts/Impact.ttf') format('truetype'),
    url('fonts/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'impact';
    src: url('fonts/impact.eot');
    src: url('fonts/impact.eot?#iefix') format('embedded-opentype'),
    url('fonts/impact.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Medium.ttf') format('truetype');           
    font-weight: 500;                  
    font-style: normal;
}

  @font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

  @font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
/* ============================= */
/* Lightbox */
/* ============================= */
.open-lightbox {
    cursor: pointer;
    color: var(--e-global-color-the7_accent);
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    overflow: auto;
    height: 100vh;
    width: 100vw;
    background-color: black;
}

.lightbox.show {
    display: block;
}

.lightbox .lightbox__content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    width: 100vw;
}

.lightbox .close {
    position: absolute;
    color: white;
    top: 2%;
    right: 2%;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
}

.lightbox .close:hover,
.lightbox .close:focus {
    color: #999;
    text-decoration: none;
}

.lightbox .prev,
.lightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    z-index: 9999;
}
.lightbox .prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.lightbox .prev:hover,
.lightbox .next:hover {
    background-color: gray;
}

.lightbox .slides {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 80vh;
}

@media (max-width: 768px) {
    .lightbox .slides {
        width: calc(80vw - 50px);
    }
}

.lightbox .slides .slide {
    display: none;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-select: none;
}

.lightbox .slides .slide.show {
    display: block;
}

.disable-scroll {
    overflow: hidden;
}

.disclaimer {
    font-size: 12px;
    margin-top: 50px;
}
