/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.ft-custom .ux-menu-link__link{
	color: #fff !important;
	border-bottom-style: unset !important;
}
.ft-custom .section-title-container{
	margin-bottom: unset !important
}

.ft-custom .section-title span {
    text-transform: math-auto !important;
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, input[type=submit]{
	border-radius: 4px;
}
input[type=submit]{
	background-color: #00a03a !important;
}

.wm-ab p{
	margin-bottom: unset !important;
}

/* Home */
.wm-service .col-inner{
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
	transition-duration: 500ms;
}
.wm-service .col-inner:before{
	content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #0ac250, #00742d, #54c57f);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.wm-service .col-inner:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.wm-service .box-image{
	width: 140px;
	margin-top: 10px;
}
.wm-service .col-inner .box h3{
	transition: 500ms;
}
.wm-service .col-inner:hover .box h3{
	color: #009f3d;
}
.wm-service .box .call, .wm-service .box .location{
	border-color: #fff !important;
	margin-right: 5px;
    width: 110px;
}
.wm-service .box .call{
	background-color: #00a5721f !important;
    color: #059669; 
}
.wm-service .box .call:hover{
	background-color: #00a5725e !important;
	box-shadow: unset !important;
}
.wm-service .box .location{
	background-color: #2563eb1f !important;
    color: #2563eb;
}
.wm-service .box .location:hover{
	background-color: #2563eb75 !important;
	box-shadow: unset !important;
}
.wm-title h2{
	font-weight: 800;
    margin-bottom: 25px;
}
.wm-blog .col-1 .col .col-inner, .wm-blog .col-2 .col .col-inner {
    padding: 12px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 8px #d4d4d4;
    border: 1px solid transparent;
    transition: 0.4s;
}
.wm-blog .box-image {
    vertical-align: top !important;
}
.wm-blog img {
    border-radius: 8px;
}
.wm-blog .box-text {
    padding-top: 0 !important;
}
.wm-blog .col-1 .box-badge .box-text {
    bottom: 0 !important;
    background: transparent;
}
.wm-blog .col-1 .post-title {
    font-size: 25px;
    color: #fff;
}
.wm-blog .col-1 p {
    color: #fff;
}
.wm-blog .col-1 .overlay{
	border-radius: 8px;
}
.wm-blog .is-divider {
    display: none;
}
.wm-blog .col-1 .col .col-inner:hover, .wm-blog .col-2 .col .col-inner:hover {
    border: 1px solid #009f3d;
}
.wm-blog .wm-title h2{
	margin-bottom: 0 !important;
}
.wm-reward .reward-box{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 8px;
}
.wm-reward .reward-box .box-image{
	padding: 10px;
}
.wm-reward .reward-box .box-image img{
	border-radius: 8px;
}
.wm-reward .reward-box .box-text {
	height: 130px;
}
.nav-dropdown{
	padding: 0 !important;
}
.nav-dropdown li>a{
	color: #000 !important;
}
.nav-dropdown li.active>a, .nav-dropdown li:hover>a{
	color: #009f3d !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}