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

.navigation-branding img,
.site-logo.mobile-header-logo img {
	height: auto !important;
	width: 200px !important;
}


.menu-bar-items {
	display: none !important
}

.main-navigation .menu-toggle {
	background: var(--global-color-9);
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
}

.main-navigation .menu-toggle:hover {
	background: var(--global-color-9);
	color: #fff;

}

.sticky-enabled .main-navigation.is_stuck {
	z-index: 999 !important;
}


/*--------------------------------------------------------------
# Off Canvas Menu
--------------------------------------------------------------*/

:root {
	--gp-slideout-width: 100% !important;
}

#generate-slideout-menu:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: var(--global-color-8);
	background-position: center center;
	background-size: cover;
	z-index: -1;
}

.offside-js--interact .offside,
.offside-js--interact .offside-sliding-element {
	transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99) !important;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

button.slideout-exit.has-svg-icon {
	display: flex;
	justify-content: flex-end;
	color: #ffffff;
	font-size: 25px;
}

.ccd__offcanvas--btn-container a {
	color: #ffffff !important;
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.home .site-main {
	margin-top: 0 !important;
}

.home .inside-article {
	padding-top: 0 !important;
}

.ccd__home-services-container {
	transition: 0.3s;
	cursor: pointer;
}

.ccd__home-services-container:hover {
	transform: scale(1.03)
}


/*--------------------------------------------------------------
# Reviews Plugin
--------------------------------------------------------------*/
/* Reviews Plugin */
.rpi-flex {
	display: none !important
}


/*--------------------------------------------------------------
# Mobile Action Bar
--------------------------------------------------------------*/


.mobile-action-bar {
	display: none !important;
}

@media only screen and (max-width: 1106px) {
	.mobile-action-bar {
		display: flex !important;
		position: fixed;
		bottom: 0;
		width: 100%
	}

	.mobile-action-bar>*:not(:last-child) {
		border-right: 1px solid #ffffff;
		;

	}

	.mobile-action-bar div:hover {
		cursor: pointer;
	}
}


/*--------------------------------------------------------------
# Smart Team Pro
--------------------------------------------------------------*/

.sptp-grid .sptp-row:not(.sptp-mosaic-row) {
	justify-content: start !important;
}

#sptp-793 .sp-team-pro-item .sptp-member {
	border-radius: 5px !important;
}

h2.sptp-section-title {
	display: none !important;
}


.mfp-container {
	z-index: 9999 !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

@media only screen and (max-width: 1106px) {

	.ccd__site-footer {
		margin-bottom: 50.3px !important;
	}
}

/*--------------------------------------------------------------
# Gravity Form
--------------------------------------------------------------*/
#gform_1 input[type="submit"] {
	width: 100% !important;
	background: var(--global-color-9) !important;
}


/*--------------------------------------------------------------
# Utils
--------------------------------------------------------------*/

.ccd__form-container {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}