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

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: 800px;
	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 */

/* Custom shadow, border */

.inside-article{
	
	border: 1px solid #dfdfdf;
	border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.post-image img{
	border-radius: 5px;
}
.widget-area .widget{
	 border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
a.button{
	border-radius: 5px;
}
/* Recent posts IMG */
.rpwwt-widget ul li img{
	border-radius: 5px;
}


.tasty-recipes-quick-links a { border: 1px solid #7ecceb;
border-radius: 5px;
margin: 0 10px;
} 

.tasty-recipes-quick-links {
	text-align: center; 
	margin: 15px 0; 
}

 .no-sidebar .entry-content{
	margin: 32px calc(50% – 50vw);
max-width: 100vw;
width: 100%;
}


blockquote {
	font-size: 1em;
    border-left: 5px solid #08b4bd5e;
	background-color: rgba(0, 0, 0, .02);
}


.wprm-recipe-template-chic {
    border: 2px solid #1e73be !important;
    border-radius: 3px !important;
}


div#rank-math-toc {
    border: 2px solid #1e73be;
    border-radius: 3px;
    padding: 10px;
    background: #fdfdfd;
    max-height: 300px;
    overflow: overlay;
    margin: 20px 0px;
}

#rank-math-toc h2 {
    border-bottom: 1px solid #1e73be;
    padding-bottom: 10px;
}