/**
 * Theme Name:     Hello Biz Child
 * Author:         Elementor Team
 * Template:       hello-biz
 * Text Domain:	   hello-biz-child
 * Description:    Runner Agency Child Theme
 * Theme URI:      http://runneragency.com
 */

.site-title {
    display: none;
}

.icons img {
    background-color: #2A9B88;
    border-radius: 100px !important;
    padding: 15px;
}

a.inner-page {
	font-weight: 800 !important;
}
a:hover.inner-page {
	color: #98cdc3 !important
}

.mobile-cta.elementor-button a {
    color: #fff !important;
}

.mobile-cta-2.elementor-button a {
    color: #2D103E !important;
	background-color: #fff !important;
	border: 1px solid #2D103E !important;
	border-radius: 25px !important;
	margin-top: 15px
}

.mobile-cta.elementor-button,.mobile-cta-2.elementor-button  {
    width: 30%;
    margin: 0px auto;
    border-radius: 25px;
}