/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.header-btn{
	background: linear-gradient(270deg, #3CD500 0%, #FFF720 100%) !important;
}
.header-menu-text a{
	color: #000 !important;
	font-size: 16px !important;
}
.social-cont .bricks-link-wrapper{
	line-height: 0 !important;
    padding: 5px;
    background-color: #E5F4F2;
    border-radius: 30px;
}

.hero-sec{
	background: linear-gradient(270deg, rgba(60, 213, 0, 0.05) 0%, rgba(255, 247, 32, 0.05) 100%);
}

.client-sec{
	background: linear-gradient(270deg, #3CD500 0%, #FFF720 100%);

}

.ft-call a, .ft-email a{
	color: #2D2D2D !important;
}

.mob-store{
	display: none;
}
.mob-hero-btn{
		display: none !important;
	}


@media (max-width: 767px){
	.mob-store{
		display: block !important;
	}
	.desk-store{
		display: none;
	}
	.head-btn{
		display: none !important;
	}
	.mob-hero-btn{
		display: block !important;
	}
	.desk-hero-btn{
		display: none !important;
	}
}