/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

#post-526 .attachment a, .cusBtnLink{
	background: #3A5CE9;
	border-radius: 3px;
	color: #fff;
	padding: 13px 25px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 15px;
	text-align: center;
	display: inline-block;
	letter-spacing: -0.015em;
	transition: all 0.35s ease-in-out;
	cursor: pointer;
	border-radius: 28px;
	margin: 10px 0 0 0;
	text-decoration: none !important;
}
#post-526 .attachment a:hover, .cusBtnLink:hover {
    color: #fff !important;
    font-weight: 700;
	text-decoration: none;
    background-color: #3a97e9; 
}

