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

*/

.fusion-sticky-container {
	background: #212d43 !important;
}
.fusion-sticky-container.fusion-sticky-transition {
    background: #212d43 !important;
}

.awb-menu__main-background-active {
    border-color:transparent !important;
}

.awb-menu_row .menu-text {
    text-transform: uppercase;
    font-weight: 900;
}

body .fusion-menu .awb-menu__main-a {
    color:#fff !important;
}
.artery_services_box .fusion-layout-column .fusion-column-wrapper {
    background-blend-mode: multiply !important;
    background-color: #000000b5 !important;
}
.artery_services_box .fusion-layout-column .fusion-column-wrapper .fusion-text {
    color:#fff;
}

.artery_services_box .fusion-layout-column .fusion-column-wrapper .fusion-button {
    background: transparent !important;
    border: 1px #ccc solid !important;
    font-size: 12px;
    padding: 12px;

}

.products li.product .fusion-product-wrapper {
    border-color: transparent !important;
}

.cart,.product-buttons,
.woocommerce-variation-add-to-cart {
    display: none !important;
}
body .hidden-desktop a {
	background: #212d43 !important;
    color: #fff !important;
	--awb-mobile-color:#fff !important;
	--awb-mobile-bg:#212d43 !important;
}
@media only screen and (min-width: 741px) {
	.hidden-desktop { display:none !important; }
}
