/*
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: 2.0.2
*/


.btn-call {
    background-color: #d9f653;
    color: #202327;
    line-height: 35px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
	display: inline-block;
    height: 48px;
    padding: 0 2em;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: initial !important;
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn-call::before {
    content: '';
    height: 8px;
    width: 8px;
    background: #35b400;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translate(-48px, 31px);
    -ms-transform: translate(-48px,31px);
    transform: translate(-48px, 31px);
}
.btn-call::after {
    content: 'Lines open 24/7';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 18px);
    -ms-transform: translate(-50%,18px);
    transform: translate(-50%, 18px);
    font-size: 11px;
    font-weight: 100;
    margin-left: 10px;
}
.btn-call:hover {
    -webkit-transform: scale(1.1) translateY(-7px);
    -ms-transform: scale(1.1) translateY(-7px);
    transform: scale(1.1) translateY(-7px);
	text-decoration:none;
}

.btn-str {
    display: inline-block;
    height: 48px;
    padding: 0 2em;
    line-height: 43px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: initial !important;
	transform: scale(1);
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	margin-left: 30px;
	background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
	color:#fff;
}
.btn-str:hover {
    transform: scale(1.1);
	text-decoration:none;
}
