/* Border Radius */
.br-5 {
    border-radius: 5px;
}

.br-8 {
    border-radius: 8px;
}

.br-10 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}


/* Border */
.border {
    border: 1px solid #D9D9D9!important;
}

/* Box Shadow */
.shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
  


/* Margins */
.margin-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.margin-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}



/* Hero section style */
.hero-section {
/* 	border-radius: 0 0 65px 65px; */
	overflow: hidden;
	margin-top: -40px;
}

/* Disable page title */
.page-title {
	display: none;
}


/* Link styles in text */
p a {
	font-weight: 500;
}

p a:hover,
.header-phone-button:hover {
	text-decoration: underline;
}

.header-phone-button a {
	color: var( --e-global-color-primary );
	font-weight: 500;
}


/* Custom header menu styling */
#menu-secondary-menu a:hover {
	text-decoration: underline;
	color: var( --e-global-color-text );
}

/* Full Width Main Menu */
#menu-main-menu {
	width: 100%;
	justify-content: space-between;
}

/* Header padding */
.whb-row .container {
	padding-left: 25px;
	padding-right: 25px;
}

.subheading {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400!important;
}