/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.9.7

All css files are placed in /css/ folder
*/

::-moz-selection {
    background-color: #fdb933;
    color: #171717;
}
 
::selection {
    background-color: #fdb933;
    color: #171717;
}

input.hs-button.primary.large {
    padding: 19px 34px;
    background-color: #3e3e3e;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
	 -webkit-border-radius:0; 
    border-radius:0;
	 -webkit-appearance: none;
}
.hs_submit.hs-submit{
	text-align: center;
}

/* input.hs-button.primary.large:hover {
	    color: #fdb933;
	background-color: white;
} */

.serviceFrm-acc .title span, input.hs-button.primary.large {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	
	font-weight: 600;
	color: #fff;
	font-size: 19px;
	text-decoration: none;
	box-shadow: 0px 0px 0px #424242b5;
	background: #3e3e3e;
	border: 1px solid #3e3e3e;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.serviceFrm-acc .title span:before, input.hs-button.primary.large:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #252525;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.serviceFrm-acc .title span:hover, .serviceFrm-acc .title span:focus, 
.serviceFrm-acc .title span:active,
input.hs-button.primary.large:hover, input.hs-button.primary.large:focus, input.hs-button.primary.large:active {
	color: #fff;
}
.serviceFrm-acc .title span:hover:before, .serviceFrm-acc .title span:focus:before, .serviceFrm-acc .title span:active:before,
input.hs-button.primary.large:hover:before, input.hs-button.primary.large:focus:before, input.hs-button.primary.large:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.modal fieldset.form-columns-3, .modal fieldset.form-columns-1 {
	max-width: 100% !important;
}
.modal fieldset.form-columns-3 .hs-form-field label span, 
.modal fieldset.form-columns-1 .hs-form-field label span,
.modal fieldset.form-columns-2 .hs-form-field label span
{
	font-weight: 400;
}
.modal fieldset.form-columns-1 .hs-form-field .inputs-list label span{
	font-weight: 400;	
}
.newsletter-frm a{
	text-decoration: none !important;
}
.newsletter-frm a:hover{
	text-decoration:underline !important;
}
div.close{
	    cursor: pointer;
    width: 30px !important;
    height: 26px !important;
    position: absolute;
    right: -15px !important;
    top: -11px !important;
    z-index: 2;
    opacity: 1;
    font-size: 14px !important;
    text-align: center;
    background-color: black;
    color: white;
    border-radius: 50%;
    /* padding: 5px; */
    font-weight: bold;
    padding-top: 2px;
}
.popupinn fieldset .hs-form-field {
    padding: 0 10px !important;
}
.popupinn fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
}
input[type=checkbox]{
  border-radius: 0 !important;
}

.nav-link{
	font-size: 19px !important;
}
.field.hs-form-field a{
	color: #171717;
}
.blocker{
	z-index: 999 !important;
}