/*
    Theme Name: Inbio Child
    Theme URI: http://rainbowit.net/themes/inbio/
    Template: inbio
    Description:  Smart, Powerful, and Unlimited Customizable WordPress Theme for any type of Personal Website.
    Author: Rainbow-Themes
    Author URI: https://themeforest.net/user/rainbow-themes/portfolio
    Version: 1.1.0
    License: Envato Marketplaces Split License
    License URI: https://themeforest.net/licenses/standard
    Text Domain: inbio-child
    Tags: responsive, rtl-language-support, blog, portfolio, resume, vcard, custom-colors, live-editor
*/

.footer-area.text-center {
	margin: 20px 0;
}

body.white-version .rn-header .header-center .primary-menu li a{
    font-weight:bold;
}

.home .mainmenu-nav ul.primary-menu > li > a, 
.home .white-version .rn-header .header-center .primary-menu li a{
    color:#fff!important;
}

.home .mainmenu-nav ul.primary-menu > li.current-menu-ancestor > a, 
.home .mainmenu-nav ul.primary-menu > li.current_page_item > a, 
.home .mainmenu-nav ul.primary-menu > li.current_page_item > a {
	color: var(--color-primary) !important;
	opacity: 1;
}

body.white-version .backto-top > div{
    background:#fff!important;
}

body.white-version .rn-header .header-right a.rn-btn {
	background: var(--color-primary);
	box-shadow: var(--shadow-white-3);
	color: white;
}


@media (max-width: 600px) {
    .header-left .logo a, .haeder-default .header-brand a {
    	font-size: 19px;
    }
}