/*
Theme Name:     generatepress-child
Description:    
Author:         Dave Clark
Template:       generatepress

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* STANDARD STYLES */


.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.right {
	float:right;
}

.float-right {
	float:right;
}

.left {
	text-align:left;
}

.float-left {
	float:left;
}

.width-100 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.width-70 {
	width: 70%;
	padding-left: 0;
	padding-right: 0;
	margin-left:auto;
	margin-right:auto;
}

.bottom-space-0 {
	margin-bottom: 0px !important;
}

.bottom-space-10 {
	margin-bottom: 10px;
}

.bottom-space-15 {
	margin-bottom: 15px;
}

.bottom-space-20 {
	margin-bottom: 20px;
}

.top-space-0 {
	margin-bottom: 0px;
}

.top-space-5 {
	margin-top: 5px !important;
}

.top-space-10 {
	margin-top: 10px;
}

.top-space-15 {
	margin-top: 15px;
}

.top-space-20 {
	margin-top: 20px;
}

.right-20 {
	margin-right: 20px;
}

.spacer-30 {
	height: 30px;
}

/* STANDARD STYLES END */

.site-header .header-image {
    width: 500px;
}

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

.box-1 {
	border:3px solid #007fc4;
	padding: 18px 18px;
	text-align: center;
}

.box-1 h3 {
	margin-bottom: -15px;
	font-weight: 600;
	color: black;
}

.box-1 h4 {
	font-size: 73px;
	font-weight: 800;
	color: #007fc4;
	margin-bottom: -20px;
}

.box-1 h5 {
	font-size: 22px;
	font-weight: 800;
	color: #007fc4;
	margin-bottom: 18px;
}

.box-2 {
	border-bottom: 8px solid #007fc4;
	padding: 18px 18px;
	text-align: center;
	background-color:#efefef;
	min-height: 190px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.box-2 h3 {
	font-weight: 600;
	color: black;
}

.box-2 h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 31px;
	color: #007fc4;
}

.box-2 h5 {
	margin-bottom: 0px;
}

.box-3 {
	border-bottom: 8px solid #007fc4;
	padding: 18px 18px;
	text-align: center;
	background-color:#000000;
	min-height: 190px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: white;
}

.box-3 h3 {
	margin-bottom: -15px;
	font-weight: 600;
	color:#FFFFFF;
}

.box-3 h4 {
	font-size: 73px;
	font-weight: 800;
	margin-bottom: -20px;
}

.box-3 h5 {
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 18px;
}

.box-3 p {
	font-size: 19px;
}


.footer-widgets {
    text-align: center;
}

#map .generate-sections-inside-container {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -5px;
}

.service  {
	background-color:#007fc4;
	color:#FFFFFF;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

#team-profile {
	max-width: 60%;
}

.team-profile  {
	background-color:#000000;
	color:#FFFFFF;
}

.team-profile h3  {
	background-color:#000000;
	color:#FFFFFF;
	font-size: 16px;
	padding: 5px 0px;
}

h1.topbar {
	font-size: 46px;
	font-weight: 700;
}

.phone-icon {
	background-color:#FFFFFF;
	color:#007fc4;
	border-radius: 50px;
	width: 22px;
	height: 22px;
	padding: 5px;
	font-size: 22px !important;
	margin-right: 2px;
}

#footer-logos {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.footer-logo-size {
	width: auto;
	margin-right: 12px;
}

.right-0 {
	margin-right: 0px !important;
}


@media (max-width: 998px) {


#team-profile {
	max-width: 100%;
}

}

@media (max-width: 970px) {

.box-1 h4 {
    font-size: 52px;
}

.box-3 h4 {
    font-size: 52px;
}

}


@media (max-width: 768px) {

.top-boxes {
    margin-top: 0px;
}

h1.topbar {
    font-size: 30px;
}

.mot-sign {
	width: 80px;
}

.bottom-space-20 {
	margin-bottom: 10px;
}

.box-1 h4 {
    font-size: 66px;
}

.box-3 h4 {
    font-size: 66px;
}
 

}