/*
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
*/

#hide_content {
    background-color: blue;
    color: white;
	display:none!important;
}
/*
.fusion-header-wrapper {
border-bottom: 4px solid #FFFFFF  !important;
}
*/
ol, ul {
	padding-left:1rem;
}
bold, strong {
	font-weight: 800;
}



/* Hide text using menu item ID - works for ALL devices */
#menu-item-3289 .fusion-menu-text {
    display: none !important;
}

#menu-item-3289 .fusion-menu-icon {
    display: inline-block !important;
}

/* Perfect for desktop + works with Avada's icon-only setting */
@media only screen and (min-width: 801px) {
    .fusion-main-menu .icon-only .fusion-menu-text {
        display: none !important;
    }
}









#main {
	min-height: 90vh;
}
 
.fusion-body .fusion-is-sticky.fusion-header-wrapper .fusion-header .fusion-header-wrapper, 
#side-header {
	border-bottom:0px solid #000000  !important; 
}

.text-white, .text-white * {
	color:#fff!important;
}
.text-black, .text-black * {
	color:#000!important;
}




.fusion-person .person-desc .person-author .person-name {
	color:var(--h2_typography-color);
	font-weight:700;
}
.fusion-person .person-desc .person-author .person-title {
	font-weight:500;
	font-size:1.125rem;
}
body .fusion-person .person-content {
	margin-top: 15px;
}
body .fusion-person-icon-bottom .fusion-social-networks {
	margin-top: 0;
}
.fusion-accordian .panel-title .fusion-toggle-heading {
	font-weight:400;
}
#footer {
	border-bottom: var(--copyright_border_size) solid var(--copyright_border_color);
}
.black-top-box h2
@media (min-width: 1024px) {
	.fusion-form-form-wrapper .fusion-form-field {
	display: flex;
	align-items: center;
}
	.fusion-form-form-wrapper .fusion-form-field > label,
	.fusion-form-form-wrapper .fusion-form-field  > .fusion-form-label-wrapper {
		width: 50%;
	}
	.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon {
	width: 100%;
}
	.fusion-form-submit-field > div {
		margin-left:33%;
	}
.fusion-main-menu > ul > li::before {
	content: "|";
	position: absolute;
	left: -10px;
	height: 100%;
	display: flex;
	align-items: center;
}
	.fusion-main-menu > ul > li:first-child::before{
		display:none;
	}
	 .fusion-person.fusion-person-left .person-desc {
			padding-left: 70px !important;
		 margin-top: 0;
		}
			.fusion-person.fusion-person-left {
			display: flex;
		}
			.fusion-person.fusion-person-left .person-shortcode-image-wrapper {
			flex: 0 0 16%;
		}
}

.product_meta{
	display: none !important;
}

/*.quantity .plus, .plus::before, .plus::after, .awb-icon-minus::before, .fa-cart-plus::before  {
	background-color: black;
	color:#000000; !important;
}

div .quantity input.plus  {
	background-color: black;
	color:#000000; !important;
}
*/

/* blue border below header
.fusion-header-wrapper {
border-bottom: 4px solid #FFFFFF;
}
div.fusion-header {
border-bottom: 4px solid #FFFFFF;
color: red;	
}
*/



