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

.container.grid-container
{
	max-width:100%;
}
/*.elementor-section.elementor-section-stretched.header1
{
	position:absolute;
	width:100%;
}*/
.h-span h3 span
{
	color:#ffce55;
}
.menu1 .menu
{
	list-style:none;
	margin:0;
	padding:0;
}
.menu1 .menu li
{    padding: 8px 0;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.menu1 .menu li:last-child
{
	border-bottom:none;
}
.menu1 .menu li a
{
	display:block;
	
	color:#eee;
}
.menu1 .menu li a:hover
{
	color:#de224e;
}
.abt-img
{
	    padding: 30px 30px 0 0;
}
.abt-img:before{
	 content: "";
    position: absolute;
    height: 100%;
    width: 195px;
    right: 0;
    top: 0;
    background-color: #e7e8e8;
}
.abt-img .elementor-image
{
	position:relative;
}
.red
{
	color:red;
}