/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Header */
.page-hero h1 {
	margin-bottom: 10px;
}
.page-hero p {
	margin-bottom: 0;
	font-weight: 900;
}

/* Navigation */
.phone-icon-wrapper .gb-grid-column:last-child {
	padding-left: 10px !important;
}
.menu-item-has-children .dropdown-menu-toggle {
	padding-right: 10px;
}
@media (min-width:960px) {
	.main-nav {
		margin-right: 25px;
	}
}
@media (max-width: 959px) {
	.phone-icon-wrapper .gb-grid-column:last-child {
		display: none;
	}
	.phone-icon-wrapper .phone-icon img {
		height: 32px;
		width: 32px;
	}
	.icon-menu-bars svg {
		height: 1.5em;
		width: 1.5em;
	}
}

/* Forms */
div.wpforms-container-full .wpforms-form .form-submit-btn {
	background-color: #F4CB13 !important;
	border: 1px solid #F4CB13 !important;
	border-radius: 3px;
	color: #000 !important;
	font-weight: 900;
	transition: 0.2s;
}
div.wpforms-container-full .wpforms-form .form-submit-btn:hover {
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
}
.footer-cta div.wpforms-container-full .wpforms-form .form-submit-btn {
	background-color: #000000 !important;
	color: #fff !important;
	border: 1px solid #000000 !important;
	border-radius: 3px;
}