/*
 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
*/

.site-logo {
	background: var(--accent);
	border-radius: 50%;
	padding: 20px;
}

.steps {
	counter-reset: steps
}

.steps .gb-grid-column {
	position: relative;
}

.steps .gb-headline-text {
	padding-left: 2em;
}

.steps .gb-grid-column:before {
	counter-increment: steps;
    content: "0" counter(steps);
	font-size: 4em;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	color: var(--accent-secondary);
}

.rank-math-breadcrumb {
	margin-top: 20px;
}

.wpcf7-form p {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
}

.consultant-form input[type="submit"] {
	width: 100%;
}

.consultant-form .wpcf7-response-output {
	flex-basis: 100%;
    text-align: center;
}

.wpcf7-form-control-wrap input {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.consultant-form {
		display: flex;
		flex-wrap: wrap;
	}
	
	.consultant-form p {
		margin-bottom: 0;
		padding: 0 10px;
		flex: 0 0 33.333%;
	}
}

.glsr-review,
.has-shadow {
	box-shadow: 0 5px 12px 0 rgb(234,224,220);
}

.glsr {
	padding: 20px 0;
}
.glsr-review {
	border: 1px solid #ececec;
    border-radius: 15px;
    padding: 20px 40px;
}

.glsr-review-avatar {
	border-radius: 50%;
    overflow: hidden;
}

.owl-stage {
	padding-bottom: 20px;
}

.archive.category .rank-math-breadcrumb,
.archive.category .rank-math-breadcrumb p {
	margin: 0;
}

.archive.category .rank-math-breadcrumb a {
	color: #fff;
}

.post-320 .entry-header,
.post-109 .entry-header,
.post-320 .rank-math-breadcrumb,
.post-109 .rank-math-breadcrumb {
	text-align: center;
}

.category-item:after {
	transition: opacity .3s ease;
}
.category-item:hover:after {
	opacity: 0;
}

.popup-m1 {
	text-align: center;
}

.popup-m1-title {
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 20px;
	color: var(--accent);
}

.archive.category .post h2 {
	position: absolute;
	left: 20px;
	right: 20px;
}
