/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-button, .fusion-button:hover, .fusion-button:focus {
    font-weight: bold !important;
}

.utility-menu-container .fusion-megamenu-icon {
    background: #0091ba;
    color: white;
    border-radius: 0 6px;
    display: inline-flex;
    margin-right: 7px;
    width: 25px;
    height: 25px;
}

#menu-header-menu .button-large {
    font-size: inherit;
}

.swiper-pagination-bullet {
    border: 4px solid var(--awb-dots-color);
}

:root {
    --h1_typography-color: inherit !important;
    --h2_typography-color: inherit !important;
    --h3_typography-color: inherit !important;
    --h4_typography-color: inherit !important;
    --h5_typography-color: inherit !important;
	--awb-active-bg: white !important;
	--awb-submenu-active-bg: transparent;
	--awb-submenu-active-text: var(--awb-custom_color_1);
}

.inline-block {
    display: inline-block;
}

.fusion-footer .fusion-title .title-sep.sep-single {
    border-bottom-width: 3px !important;
}

.footer__contact-us .icon-wrapper.circle-yes {
    border-radius: 0 12px;
}
.w-full {
    width: 100%;
}

.service-img {
    padding: 15px;
    background: #0091BA;
    border-radius: 0 10px;
}
li:hover .fusion-column-wrapper .service-img {
    background: #018445;    
}

/*
body.page:not(.home) .post-content img,
body.single .post-content img 
{
    border: 1px solid #707070;
    border-radius: 0px 3rem;
    margin-left: auto;
    margin-right: auto;
}
*/

.no-rounded-border,
.no-rounded-border img,
.n2-section-smartslider img {
    border-radius: 0px 0px !important;
}

.reach-out-menu span {
    font-size: inherit !important
}

.fusion-text > ul li + li {
    margin-top: 0.5em;
}

/* Override bottom margin on navigation items and dropdown items */
#menu-header-menu-1 li.menu-item {
	margin-bottom: 0;
}