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

.menu-toggle {
	margin-top: 10px;
}

.testimonial__avatar {
	margin-bottom: 50px;
}

.testimonial__avatar img {
	width: 100%;
	display: block;
}

a.read-more {
  position: relative;
  display: inline-block; /* Ensures the element wraps the text */
  line-height: 1; /* Reduces space around the text */
  padding: 0; /* Removes padding */
  margin: 0; /* Removes margin */
}

a.read-more::after {
  content: "";
  display: block;
  width: 100%; /* Matches text width */
  height: 1px; /* Thickness of the border */
  background-color: black; /* Border color */
  position: absolute;
  bottom: 2; /* Aligns border with the text's bottom edge */
  left: 0;
}

.wp-block-navigation-item__label {
	font-weight: 450;
}

.gp-icon svg {
    height: auto;
    width: auto;
}

.site-logo.mobile-header-logo img {
	height: 80px !important;
}

.main-navigation.mobile-header-navigation {
	padding-top: 30px;
}

.menu-toggle {
	line-height: 0px !important;
}

.main-navigation .inside-navigation {
	align-items: start;
}

.nav-above-header .main-navigation .inside-navigation.grid-container {
	padding-top: 30px;
}

a.generate-back-to-top {
	background: none!important;
}

.main-navigation a::after {
    content: '|';
	margin-left: 10px;
	font-weight: 400;
}

li#menu-item-130 a::after {
	display: none;
}

@media (max-width: 768px) {
    .main-navigation a::after {
        content: none;
    }
	
	.site-logo {
	  position: absolute;
	  left: 50%; /* Move the logo to the center of the container */
	  transform: translateX(-50%); /* Center the logo exactly in the middle */
	margin-left: 0px!important;
	}

	.main-navigation .inside-navigation {
		justify-content: end;
	}
	
	
body.home .page-hero {
	background-position: 65%;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    .testimonial__avatar {
	margin-bottom: 30px;
}
	.testimonial__name {
		font-weight: 300;
	}
}