/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       NevoThemes
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/
@media screen and (min-width: 768px) {
	.nevo-section-hero {
		margin-top: 20px;
	}
}
.entry-content .wp-block-button {
    margin: 15px 0px;
}
.wp-block-kevinbatdorf-code-block-pro {
	margin-bottom: 15px;
}
.top-footer ul#menu-main-1 {
	display: grid;
	grid-template-columns: auto auto auto auto;
}
.top-footer ul#menu-main-1 a {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	z-index: 3;
	display: inline-block;
	padding-right: 10px;
}
.bottom-footer .inside-footer, .middle-footer .inside-footer {border-top: 1px solid #ddd;}
ul#menu-footer-menu {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

ul#menu-footer-menu li {
    padding: 0;
}

ul#menu-footer-menu a {
    font-weight: bold;
}
@media screen and (max-width: 820px) {
    ul#menu-footer-menu {
        grid-template-columns: auto auto auto auto;
    }
	.footer-row-cols > * {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 540px) {
    ul#menu-footer-menu {
        grid-template-columns: auto auto;
    }
}
.trangchu span.nevo-item-title > svg {width: 16px;}
.trangchu span.nevo-item-title > svg path { fill: white;}
.trangchu span.nevo-item-title {
    background: orange;
    height: 32px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
}
.trangchu {
    padding-right: 11px !important;
}
.megamenu svg {
    height: 24px;
}

.nav-primary span.nevo-icon {
    display: none;
}
.megamenu .nevo-menu-content {
    row-gap: 10px;
}

.megamenu .nevo-menu-content > li > a {
    font-weight: 600;
    color: black;
}

.nevo-nav-menu .is-mega-menu .sub-menu>li>a {
    padding: 2px 0;
}
.bottom-header .nevo-container.inside-header.normal {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
	.trangchu {
		display: none;
	}
}