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

.entry-content ul li:not(.tasty-recipes-details li):not(.tasty-recipes-ingredients li):not(.tasty-recipes-notes li):not(.tasty-recipes-nutrition li)::marker {
    content: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffbf00' stroke='%23033954' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check-circle'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E);
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
#rpwwt-recent-posts-widget-with-thumbnails-1 img {
    width: 95px;
    height: 95px;
}
blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-size: 1.0em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
    font-weight: bold;
}
/* Styling for the breakfast & brunch Section Header */
.entry-header h1, .page-header h1 {
    font-size: 2.0rem; /* Larger font size for the heading */
    font-weight: bold;
    color: #333333; /* Dark color for the text */
    text-align: center;
    margin-bottom: 20px; /* Add space below the heading */
    text-transform: uppercase; /* Give it a clean, bold look */
    letter-spacing: 1px; /* Add some space between letters */
    position: relative;
}

.page-h.entry-header h1, .page-header h1:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #f39c12; /* A golden color for visual interest */
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

/* Styling for the breakfast & brunch Description */
.page-header .author-info>:last-child, .page-header>:last-child p {
    font-size: 1.03rem;
    line-height: 1.6;
    color: #333333; /* Lighter gray for the text */
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
    padding: 10px;
	
}

/* Add subtle background and spacing */
.page-header .author-info>:last-child, .page-header>:last-child {
    background-color: #f9f9f9; /* Light background color */
    padding: 30px;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 40px; /* Space below the section */
	  background-color: #fff0d9;
  border-left: 5px solid #ff6600;
  padding: 15px;
  margin-top: 20px;
}

/* Hover effect for the recipes */
.page-header .author-info>:last-child, .page-header>:last-child p a {
    text-decoration: none;
    color: #f39c12;
    transition: color 0.3s ease;
}

.page-header .author-info>:last-child, .page-header>:last-child p a:hover {
    color: #e67e22; /* Slightly darker color on hover */
}

/* Add spacing between different elements */
.page-header, .taxonomy-description {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Mobile-Specific Adjustments */
@media (max-width: 768px) {
    .entry-header h1, .page-header h1 {
        font-size: 1.5rem; /* Adjust font size for mobile */
    }

    .page-header .author-info>:last-child {
        max-width: 90%; /* Reduce width for mobile */
        padding: 20px; /* Adjust padding for smaller screens */
    }

    .page-header .author-info>:last-child p {
        font-size: 0.9rem; /* Smaller font for better fit */
        line-height: 1.4; /* Adjust line height */
    }

    .page-header, .taxonomy-description {
        margin-top: 20px; /* Reduce spacing on mobile */
        margin-bottom: 20px; /* Reduce spacing on mobile */
    }
}

/* 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);
}

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 {
	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;
} /* End GeneratePress Site CSS */
.main-navigation .main-nav ul ul li a {
   
}
.main-navigation .main-nav ul ul li a {
    color: #2d2d2d;
}
.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 500;
}
#site-navigation {
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.widget-area .widget {
    padding: 20px;
}
.sidebar .widget, .page-header, .widget-area .main-navigation, .site-main > * {
    margin-bottom: 25px;
}

.gp-icon svg {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
    fill: orangered;
}
	.entry-meta {
    font-weight: 500;
    font-size: 13px;
		justify-self: center;
}

.entry-meta {
    color: #224131;
}
}
	.entry-meta a {
    font-weight: 500;
    font-size: 13px;
}
  
  .entry-meta a {
    color: #331;
}
.inside-article a, .paging-navigation a, .comments-area a, .page-header a {
    font-weight: bold;
}
.inside-article a, .paging-navigation a, .comments-area a, .page-header a {
    font-weight: bold;
}
.entry-meta .post-navigation {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    flex-wrap: wrap; 
    padding: 15px 0;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.entry-meta .post-navigation .nav-previous,
.entry-meta .post-navigation .nav-next {
    display: flex;
    align-items: center;
    flex: 1; 
}

.entry-meta .post-navigation a {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    transition: color 0.3s ease-in-out;
}

.entry-meta .post-navigation a:hover {
    color: #f60; 
}

.entry-meta .post-navigation {
        flex-direction: column;
        gap: 10px;
        text-align: center; 
}
.entry-meta .post-navigation .nav-next {
    justify-content: center;
    display: flex
;
    flex-direction: row-reverse;
}


    .entry-meta .post-navigation .nav-next .gp-icon {
        margin-left: 10px; 
    }
 .paging-navigation {
    text-align: center;
}
/* About Container */
.about-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Image Section */
.image-section {
  flex: 1 1 100%;
  text-align: center;
  background-color: #fff0d9;
}

.image-section img {
  width: 80%;
  max-width: 300px;
  border-radius: 50%;
  margin: 20px 0;
  border: 5px solid #ff6600;
}

/* Content Section */
.content-section {
  flex: 1 1 100%;
  padding: 5px;
	padding-top: 20px;
  text-align: center;
}

.content-section h2 {
  font-size: 2rem;
  color: #ff6600;
  margin-bottom: 15px;
}

.content-section p {
  margin: 15px 0;
}

.content-section strong {
  color: #ff6600;
}

.contact-info a {
  color: #ff6600;
  text-decoration: none;
  font-weight: bold;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Section Styles */
.section {
  margin-bottom: 25px;
  padding: 15px;
  background-color: #fff5e6;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section h3 {
  font-size: 1.5rem;
  color: #ff6600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section h3 span {
  font-size: 1.8rem;
  margin-right: 10px;
}

.section p {
  margin: 0;
  line-height: 1.7;
}

.contact-info {
  background-color: #fff0d9;
  border-left: 5px solid #ff6600;
  padding: 15px;
  margin-top: 20px;
}

.contact-info a {
  color: #ff6600;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
.contact-us-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff8ef;
  border: 1px solid #ffdab3;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  line-height: 1.8;
  color: #333;
}

.contact-us-container .header {
  margin-bottom: 30px;
}

.contact-us-container h1 {
  font-size: 2rem;
  color: #ff6600;
  margin-bottom: 10px;
}

.contact-us-container p {
  font-size: 1rem;
  margin: 10px 0;
}

.contact-us-container .contact-form {
  margin: 30px 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #f0c084;
  border-radius: 8px;
}

.contact-us-container .additional-info {
  margin-top: 20px;
  padding: 15px;
  background-color: #fff0d9;
  border: 1px solid #f5c77b;
  border-radius: 8px;
}

.contact-us-container h2 {
  font-size: 1.5rem;
  color: #ff6600;
  margin-bottom: 10px;
}

.contact-us-container a {
  color: #ff6600;
  text-decoration: none;
  font-weight: bold;
}

.contact-us-container a:hover {
  text-decoration: underline;
}

.contact-us-container .footer {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #555;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #ff6600;
    color: var(--wpforms-button-text-color);
}

/* Widget Container */
#recent-posts-widget-with-thumbnails-1 {
  background-color: #fff8ef;
  border: 1px solid #ffd9b3;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Work Sans', sans-serif;
}

/* Widget Title */
#recent-posts-widget-with-thumbnails-1 .widget-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

#recent-posts-widget-with-thumbnails-1 .widget-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ff6600;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Post List */
#recent-posts-widget-with-thumbnails-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Post Item */
#recent-posts-widget-with-thumbnails-1 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0c084;
}

#recent-posts-widget-with-thumbnails-1 ul li:last-child {
  border-bottom: none;
}

/* Thumbnail Image */
#recent-posts-widget-with-thumbnails-1 ul li img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

#recent-posts-widget-with-thumbnails-1 ul li img:hover {
  transform: scale(1.05);
}

/* Post Title */
#recent-posts-widget-with-thumbnails-1 .rpwwt-post-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  display: block;
  transition: color 0.3s ease;
}

#recent-posts-widget-with-thumbnails-1 .rpwwt-post-title:hover {
  color: #ff6600;
  text-decoration: underline;
}

/* Post Author */
#recent-posts-widget-with-thumbnails-1 .rpwwt-post-author {
  font-size: 0.9rem;
  color: #333;
	font-weight: 500;
  font-style: italic;
}
/* About Me Widget Container */
#block-20 .about-me-container {
  max-width: 110%;
  margin: 0px auto;
  padding: 20px;
  background-color: #fff8ef;
  border: 1px solid #fd6a03; /* Slightly thicker border */
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 8, 0.15);
  font-family: 'Work Sans', sans-serif;
  text-align: center;
}

/* Title */
#block-20 .about-me-title1 {
  font-size: 1.5rem; /* Make the title larger */
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: -14px;
  position: relative;
}

/* Zigzag Line */
#block-20 .zigzag-line {
  width: 100px; /* Slightly wider */
  height: 8px; /* Slightly thicker */
  background: repeating-linear-gradient(
    -45deg,
    #fd6a03,
    #fd6a03 5px,
    transparent 5px,
    transparent 10px
  );
  margin: 15px auto 25px auto;
}

/* Image */
#block-20 .about-me-image {
  margin: 15px 0;
}

#block-20 .about-me-photo {
  border-radius: 50%;
  border: 5px solid #fd6a03;
  width: 220px; /* Slightly larger image */
  height: 220px;
  object-fit: cover;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Intro */
#block-20 .about-me-intro {
  font-size: 1.5rem; /* Larger font for better emphasis */
  font-weight: 600;
  margin: 10px 0;
  color: #333;
}

/* Text */
#block-20 .about-me-text {
  font-size: 1.0rem; /* Slightly larger text for better readability */
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8; /* Increased line height for readability */
}

/* Button */
#block-20 .about-me-button1 {
  margin-top: 15px;
}

#block-20 .button-link {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff !important;
  background-color: #000000;
  padding: 12px 30px; /* Larger button for better visibility */
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#block-20 .button-link:hover {
  background-color: #ff6600;
  transform: scale(1.05); /* Slight hover effect */
}

/* Remove White Space */
#block-20 {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.sidebar .widget, .page-header, .widget-area .main-navigation, .site-main > * {
    background: #faebd700;
}
.about-me-title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(70deg, #ff6600, #ff9955);
  padding: 20px 15px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 1.2;
}

.about-me-title::before {
  content: '🍴';
  font-size: 2.5rem;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff80;
}

.about-me-title::after {
  content: '🍴';
  font-size: 2.5rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff80;
}




/* Paging Navigation */
.paging-navigation {
  grid-column: 1 / -1;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 30px;
}
.paging-navigation .nav-links {
  display: inline-flex;
  gap: 8px;
}
.paging-navigation .nav-links a {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.paging-navigation .nav-links a:hover {
  background-color: #ff6600;
  color: #fff;
}
.paging-navigation .nav-links .current {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  margin: 0;
  border-radius: 5px;
  box-sizing: border-box;
}
.paging-navigation .nav-links .dots {
  color: #aaa;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 30px 30px 30px 30px;
}





.about-me-button1 .button-link {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #000000;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
}





.entry-content::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at center, rgba(255,140,0,0.2), transparent 70%);
  z-index: -1;
}


.gb-headline-text {
  position: relative;
  padding-bottom: .5rem;
  font-family: Georgia, serif;
  color: #222;
  transition: color 0.3s ease;
}
h3.gb-headline-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px ;
  width: 100px;
  height: 4px;
  background: #FF8C00; /* orange */
  transform: translateX(-50%) skewY(-2deg);
  border-radius: 2px;
}

}



.button-link,
.gb-button {
  display: inline-block;
  background: #000;
  color: #FF8C00;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.button-link:hover,
.gb-button:hover {
  background: #FF8C00;
  color: #000;
  box-shadow: 0 6px 10px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}


.gb-grid-column {
  border-radius: 10px;
  background: #FFF;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.gb-grid-column:hover {
  box-shadow:  4px 4px 8px rgb(255, 255, 255);
  transform: translateY(-14px);
}


.gb-block-image img {
  display: block;
  width: 100%;

  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gb-block-image img:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}




.gb-headline-text a {
  color: inherit;
  text-decoration: none;

  transition: border-color 0.3s ease;
}
.gb-headline-text a:hover {
  border-color: #FF8C00;
}

* {
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
