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

/* GeneratePress Site CSS */ #site-navigation {
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
}
div.tasty-recipes-quick-links{
	
	margin-bottom: 15px !important;
		margin-top: 15px !important;

}
a.tasty-recipes-jump-link{

	background: #64a942;
	color: white;
	border: 2px solid #64a942;
	border-radius: 5px;
	text-transform: uppercase;
}
a.tasty-recipes-jump-link:hover{

	background-color: #FFFFFF; /* Invert background color */
    color: #652869; /* Invert text color */
    border-color: #652869;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .tasty-recipes-quick-links a.tasty-recipes-jump-link,
    .tasty-recipes-quick-links a.tasty-recipes-print-link {
        width: 100%; /* Full width for mobile and tablet */
        margin-bottom: 1px; /* Add margin between buttons */
    }
}



.tasty-recipes-quick-links a.tasty-recipes-print-link::before {
    content: '\f02f'; /* Unicode for print icon */
    font-family: "Font Awesome 5 Free"; /* Font Awesome */
    font-weight: 900; /* Solid icon */
    margin-right: 8px; /* Space between icon and text */
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

.mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
	width: 100%;
}

.entry-meta {
	font-weight: 300;
	font-size: 13px;
}

.main-navigation:not(.toggled) li.menu-social > a,
.main-navigation:not(.toggled) li.search-item > a{
	padding: 0 10px;
}

.post-image img {
	transition: opacity 500ms;
}

.post-image img:hover {
	opacity: 0.9;
}

.no-sidebar .entry-content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.page.no-sidebar .entry-title {
	text-align: center;
}

.top-bar .lsi-social-icons a,
.top-bar .lsi-social-icons a:focus,
.top-bar .lsi-social-icons a:active,
.top-bar .lsi-social-icons a:hover {
    background: transparent !important;
}

.top-bar .lsi-social-icons li {
	margin-bottom: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	--wpforms-button-background-color: #652869;
	--wpforms-button-border-color: #652869;
	--wpforms-button-text-color: #ffffff;
	--wpforms-page-break-color: #652869;
}
.entry-summary p:first-child {
  visibility: hidden;
	margin-bottom: 0em;

}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
  margin-top: 0em;
}
.entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	font-size : 30px;
}
#nav-below .nav-links {
  text-align: center;
}
/* End GeneratePress Site CSS */