/*
Theme Name: beingenetics
Theme URI: https://seksenyirmi.com
Author: Seksen Yirmi
Author URI: https://seksenyirmi.com
Description: Beingenetics
Version: 1.0
*/

.page{
    color:#1a1a1a;
    margin-top:200px;
}
.inner-page a{
    color:#1a1a1a !important;
}
.inner-page .navbar.navbar-expand-lg{
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.inner-page #hero{
    height: auto !important;
}
.inner-page .vc_toggle_title h4{
    font-weight: normal !important;
    font-size:16px !important
}
.thanks{
    text-align: center !important;
    margin:50px auto;
}
#footer a{
    color:#fff !important;
}
.navbar-collapse.show{
    background:#fff !important;
}
.navbar-collapse.show a{
    color:#1a1a1a !important;
}
@media (max-width:768px){
    .navbar-collapse.show .dropdown-menu{
        display: block !important;
        box-shadow: none;
    }
    .dropdown-menu{
        margin-left:10px;
    }
}