/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.heading-block h1 {
    text-transform: none;
    font-size: 30px;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    border-radius: 50%;
    background-color: #e5513c;
}

.gallery:hover .portfolio-overlay {
    opacity: 1;
}

.button.button-rounded {
    border-radius: 15px;
}

.button {
    background-color: #e5513c;
}

.si-instagram:hover,
.si-colored.si-instagram {
    background-color: #f80168 !important;
}

.si-whatsapp:hover,
.si-colored.si-whatsapp {
    background-color: #5cb85c !important;
}

a {
    text-decoration: none !important;
    color: #e5513c;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
    color: #e5513c;
}
