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

@media(max-width: 1700px) and (min-width: 1025px) {
	.home-hero-section:before {
		background-position: right -150px bottom 0% !important;
	}
	
	.home-hero-section:after {
		content: "";
		z-index: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background-image: linear-gradient(90deg, rgba(224, 217, 197, 0.98) 40%, rgba(224, 217, 197, 0)) !important;
	}
}

@media(max-width: 1500px) and (min-width: 1025px) {
	.home-hero-section:before {
		background-position: right -300px bottom 0% !important;
	}
}

@media(max-width: 1025px){
	.site-header .header-image {
		width: 50px;	
	}
	
	.mobile-menu-control-wrapper .menu-toggle {
		background: transparent !important;
	}
}

.all-site-container {
	margin: 40px auto;
	border-radius: 30px;
}

.rounded-video {
	display: inline-flex;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}