/*
 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
*/

#content {
	background: #f7f8f9;
	/* padding-bottom: 0;
	padding-top: 0; */
}

/*


                            header */

/* top bar */

.inside-top-bar.grid-container {
	padding: 10px !important;
	height: auto !important;
}

.inside-top-bar.grid-container h5 {
	margin: 0;
	font-size: 14px;
}

.inside-top-bar.grid-container aside {
	margin: auto;
}

.top-bar {
    color: var(--contrast);
}

.top-bar a {
    color: var(--accent);
}

.inside-top-bar.grid-container h5 a {
	text-decoration: none;
}

/* menu */

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	font-weight: bold;
}

.main-navigation .main-nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

#masthead {
	position: sticky;
	top: 0;
	z-index: 99;
}

.inside-page-hero {
	font-size: 40px;
}

/*


                            footer */


.footer-widget-1 .gb-text {
	font-size: 15px;
	line-height: 1.3;
	color: #222;
}

.site-footer .widget-title {
	font-size: 24px;
	font-weight: bold;
}

.site-footer .widget ul li {
	list-style-type: square;
    margin-left: 15px;
}

.footer-widgets .widget a {
	color: #222;
	text-decoration: none;
	font-size: 15px;
}


.footer-widgets .widget a:hover {
	color: var(--accent);
}

.footer-widget-3 p.gb-text, .footer-widget-3 span.gb-text {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 0 !important;
}

.footer-widget-3 aside:not(:first-child) {
	margin-bottom: 15px !important;
}

.footer-widget-3 #block-6 h2 {
	font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.site-info {
	background: var(--accent);
	color: white;
	font-weight: 500;
}

.site-info img {
	margin-bottom: -5px;
}

.site-footer .widget ul li .sub-menu {
	display: none;
}

.footer-widget-3 svg {
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px;
	margin-bottom: -5px !important;
}

/*


                            HOME */

/* slider */

#gutenslider-uuqa2jczi, .gb-element-5282cf3a, .gb-element-4396bea1 {
	margin-left: -40px;
	margin-right: -40px;
}

.usps-home .gb-shape {
	background: green;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.usps-home .gb-shape svg {
	width: 30px;
	height: 30px;
}

.usps-home .gb-text {
	margin: 0 !important;
}

.gb-element-4396bea1 .wp-block-cb-carousel-v2.cb-carousel-block {
	max-width: 1200px;
	margin: auto;
}

.gb-element-4396bea1 .wp-block-cb-carousel-v2.cb-carousel-block .wp-block-image {
	text-align: center;
}

/*


                            SERVICES */

.page-id-32 .gb-loop-item {
	padding: 25px;
	background: white;
	border-radius: 12px;
	display: flex;
	flex-direction: inherit;
	justify-content: space-between;
}

.page-id-32 .gb-loop-item a.gb-text:hover {
	color: black;
	background: unset !important;
}

.page-id-32 .gb-loop-item a.gb-text {
	width: 120px !important;
	padding: 0;
}

.page-id-32 .gb-loop-item .gb-text {
	margin-bottom: 10px;
}

/*


                            CONTACT */

.gb-element-a2a71865 svg {
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px;
	margin-bottom: -5px !important;
}

.wpcf7-form-control {
	border: 0 !important;
	border-bottom: 1px solid #000 !important;
	color: #000 !important;
}

.wpcf7-form-control.wpcf7-textarea {
	max-height: 100px;
}

.wpcf7-form-control.wpcf7-submit {
	background: #005e00;
	color: white !important;
	padding: 5px 30px;
	transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: black !important;
}

.wpcf7-form-control.wpcf7-acceptance {
	border: unset !important;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}