/*
Theme Name: Tadao
Theme URI: https://tadao.qodeinteractive.com
Description: A Contemporary Theme for Creative Business
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: tadao
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.qodef-header-switch-navigation{
    margin-right: 60px;
}

#qodef-page-header-inner {
    position: static;
}
.qodef-header--switch #qodef-page-header-inner .qodef-header-holder--right:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
}
#qodef-page-footer-bottom-area-inner {
    padding-top: 30px;
    padding-bottom: 15px;
}
div#text-2 p {
    text-align: center;
}
.qodef-header-navigation>ul>li>a:before, .qodef-header-switch-navigation>ul>li>a:before{
    display: none;
}
.qodef-header-navigation>ul>li>a:hover{
    opacity: 0.8;
}

.qodef-h1, h1{
    color:#fff;
}


.nav-project {
    list-style: none;
    padding: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nav-project li a {
    display: inline-block;
    border: 1px solid #8E7861;
    padding: 8px 60px 9px;
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-bg-color: transparent;
    --qode-bg-hover-color: var(--qode-main-color);
    background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
    transition: background-size .64s cubic-bezier(.33,.02,0,.93), color .25s ease-out, border-color .25s ease-out;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 2px), center;
    background-size: 100% 0, 100% 100%;
    cursor: pointer;
    font-family: "Be Vietnam Pro" !important ;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-project li a:hover, .nav-project li.current_page_item a{
    background-size: 100% calc(100% + 4px), 100% 100%;
    transition-delay: 0s, .05s, 0s;
    color: #000;
}
h1.qodef-e-title.entry-title.qodef-portfolio-title{
    font-size: 38px !important;
}
@media screen and ( max-width:767px ){

    .nav-project li a {
        padding: 5px 15px;
        font-size: 15px;
    }
    .nav-project {
        flex-wrap: wrap;
    }
    div#fullpage .section:after {
        display: none;
    }
    .qodef-shortcode.qodef-m.qodef-video-button.qodef--has-img .qodef-m-image {
        height: auto !important;
    }
}