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

.main-navigation {
	padding-bottom:15px;
}

.main-navigation li:hover,
.main-navigation li.current-menu-item {
	text-underline-offset: 8px;
    text-decoration: underline solid #ffffff 3px;
}

.footer-widgets #nav_menu-6 a {
	text-decoration:none;
	font-size:16px;
}

.footer-widgets #nav_menu-6 li:hover,
.footer-widgets li.current-menu-item {
	text-underline-offset: 8px;
    text-decoration: underline solid #ffffff 2px;
}

.tags-links {
    display: none;
}

.cat-links { 
	display: none; 
}

.widget-area .widget {
  padding: 0 0 0 15px;
}

img.wp-post-image {
	margin: 30px 0 0 0;
    border-radius: 10px;
	
}

.post-image:not(:first-child) {
  margin-top:0;
}

.sidebar .wp-block-latest-posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; /* Adjust width as needed */
    display: block; /* Ensures the above properties work correctly */
	font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.sidebar .wp-block-latest-posts img { 
	margin-top:0;
	margin-bottom: 15px !important;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
  padding-bottom:5px !important; /* Decreases padding at the bottom of each article listed on the blog page  */
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 1em;
}

#block-19   {
	margin-top: 50px !important;
	
}

#block-21   {
	margin-top: 45px !important;
	
}


@media (max-width: 800px) {
	
	#block-19   {
	margin-top: 80px !important;
	
}

@media (max-width: 768px) {
	#block-3 {
		margin-top: 20px;
	}
	
	.wp-block-media-text__content {
			margin-top: 30px;

	}
}