/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */


/*

GWD Simple CSS Reset, v2.0

by Eric Girouard, 2014-2021

Originally based on http://meyerweb.com/eric/tools/css/reset/ (version 2)


Use this CSS Reset if using Normalize's (or Modern CSS Reset's) "opinionated defaults" requires you to write too many overrides (such as: p {margin: 0; padding: 0;} ).


By default elements are made position: relative; to make positioning of absolutely positioned elements simpler.


*/


html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

main, menu, nav, output, ruby, section, summary,

time, mark, audio, video {

margin: 0;

padding: 0;

border: 0;

font-size: 100%;

font: inherit;

vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, main, menu, nav, section {

display: block;

}


body {

line-height: 1;

}

ol, ul {

list-style: none;

}

blockquote, q {

quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

content: '';

content: none;

}

table {

border-collapse: collapse;

border-spacing: 0;

}


*,

*::before,

*::after {

  box-sizing: border-box;

}

   

/* "border-box" calculates the width and height of an HTML element including the padding and the border. Opposite of the traditional CSS Box Model of "content-box" */



/*----------CSS RESET ENDS HERE---------*/

/*-----header is here-------*/

.post-inner {
padding-top: 0rem;
}

/*------this is for image size 1----*/


#banner{
	background-color: #cacaca!important;
}

.fridgehide{
	display:none;
}

.fridgeblue{
	width: 24rem;
  margin-left: 17rem;
  margin-top: 4rem;
}

#bloglink h1{
	font-size:65px;
	font-family:futura-pt,sans-serif;
	font-weight: bold;
	margin-left:4rem;
	
}

#bloglink h2{
	font-size:30px;
	font-family:big-caslon-fb,serif;
	font-weight: normal;
	margin-left:4rem;
	margin-top:0rem;
}

.kitchen{
margin-bottom:0rem;
margin: auto;
}

#grid-container4 {
display: grid;
grid-template-columns: 50% 50%;
gap: 10px;
height: 38rem;
background-color: white;
}
.blue2:hover{
transform: scale(1.05); /* 5% scale up */
filter: brightness(1.2); /* make image 20% brighter */
cursor: pointer; /* optional: pointer cursor on hover */
}

.blue2{
width: 85%;
margin: 0 auto;
margin-bottom: 0px;
margin-bottom: 3rem;
transition: transform 0.3s ease, filter 0.3s ease;
border-radius:15px;
}

.blue:hover {
transform: scale(1.05); /* 5% scale up */
filter: brightness(1.2); /* make image 20% brighter */
cursor: pointer; /* optional: pointer cursor on hover */
}

.blue {
width: 85%;
margin: 0 auto;
margin-bottom: 0px;
margin-bottom: 8rem;
transition: transform 0.3s ease, filter 0.3s ease;
}


.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 100vw;
width: 100%;
}



.entry-header-inner.section-inner.medium {
display: none;
}



.post-separator.styled-separator.is-style-wide.section-inner {
display: none;
}


#about h1{
	font-size: 200px;
	color: #404040;
	
	
}


#about h2{
	font-size: 32px;
	margin:0;
	margin-top: 150px;
	font-family: futura-pt,sans-serif;
	font-style: normal;
	font-weight: bold;
}




#about h3{
	font-size: 18px;
	margin: 0;
	margin-bottom: 210px;
	font-family: big-caslon-fb,serif;
	font-style: normal;
	font-weight: bold;
	
}

#test{
position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

#pearinfo{
	margin-bottom:230px;
}

#about{
	height:113rem;
}

#site-content{
background-color: #cacaca;
}

#banner {
padding: 0!important;
}

.alignnone {
margin-top: 0rem;
}

/*-----------Image gross food home----------*/

.alignnone.size-full.wp-image-138 {
  transition: transform 0.3s ease, filter 0.3s ease;
	padding-bottom: 7rem;
}

.alignnone.size-full.wp-image-138:hover {
  transform: scale(1.05); /* 5% scale up */
  filter: brightness(1.2); /* make image 20% brighter */
  cursor: pointer; /* optional: pointer cursor on hover */
}
/*------------------------------------------*/


/*-----------Image good food home----------*/

.alignnone.size-full.wp-image-149 {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.alignnone.size-full.wp-image-149:hover {
  transform: scale(1.05); /* 5% scale up */
  filter: brightness(1.2); /* make image 20% brighter */
  cursor: pointer; /* optional: pointer cursor on hover */
}
/*------------------------------------------*/


.grosshide:hover{
transform: scale(1.05);
filter: brightness(1.2);
cursor: pointer;
}

.grosshide{
transition: transform 0.3s ease, filter 0.3s ease;
display:none;
}

.goodhide:hover{
transform: scale(1.05);
filter: brightness(1.2);
cursor: pointer;
}

.goodhide{
transition: transform 0.3s ease, filter 0.3s ease;
display:none;
}

#home .grid-container-3{
max-width: 90%;
margin: 0 auto;
margin-top: 0rem;
}


#home .grid-container-2 div{
	max-width: 90%;
	margin: 0 auto;
	margin-top: -2rem;
}

#home .grid-container-2.second {
  margin-top: -5rem;
}

.alignnone, img{
max-width: 100%;

}

.grid-container-2 div{
background-color:#cacaca;
}



.grid-container-2{
background-color:#cacaca;
}



#site-header{
background-color: black;
margin-bottom: 0;
}


.header-titles .site-logo{
margin: 1rem 0 0 2.4rem;
background-color: black;
}

    .site-logo img {
		max-height: 7rem;}

.wp-custom-logo .header-titles{
align-items: center;
background-color: black;
}

.header-titles-wrapper{
margin-right: 4rem;
max-width: 50%;
padding: 2%;
text-align: left;
background-color: black;
}

.header-inner{
align-items: center;
display: flex;
justify-content: space-between;
padding: 0rem 0;
background-color: black;
}

.primary-menu-wrapper{
display: block;
width: 100%;
background-color: black;
}

.header-navigation-wrapper{
align-items: center;
display: flex;
background-color: black;
padding: 2%;
}

 #home {

    padding: 0%;
  }


#home .post-inner {
display:none;
}

#home .grid-container-2 div{
	max-width:100%;
}
 
/*----Link Styles------*/

body:not(.overlay-header) .primary-menu > li > a{
color: white !important;
text-transform: uppercase;
font-family: Big Caslon;
font-size: 20px;
text-decoration: underline;
text-decoration-color: #ffd324;
text-decoration-style: solid; /* solid | double | dotted | dashed | wavy */
text-decoration-thickness: 1px;
}

/*----about page----*/
#about .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
background-color: white!important;
padding: 2%;
}

#about .grid-container-2 >div {
background-color: white!important;
margin: 2%;
}	


/*---contact page------*/
#contact .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
background-color: white;
padding: 2%;
}

#contact .grid-container-2 >div {
background-color: white;
margin: 2%;
}


/*------Getting Rid of that raondom part under the header------*/
  .singular .entry-header {
    padding: 0;
    display: none;
  }




/*----Footer is here--------*/
#contact{
	height:50rem;
}


.footer-top-visible .footer-nav-widgets-wrapper{
background-color: black;
margin-top: 0rem;
font-family:futura-pt,sans-serif;
}
.wp-block-image img{
	max-width: 60%;
}

.footer-widgets-outer-wrapper{
padding: 0rem 0;
}


#site-footer{
background-color: #cacaca;
}

/*----footer link styles-----*/
.footer-widgets a:where(:not(.wp-block-button__link)){
color: black !important;
}

/*---home page------*/

/*------THIS IS MY IPHONE STLYES------*/



#banner{
background-color: red;
padding: 2%;
}

.grid-container-2 {
display: grid;
grid-template-columns: auto;
gap: 10px;
background-color: #cacaca;
padding: 2%;
}

.grid-container-2 div {
text-align: center;
grid-template-columns: auto;
color: #000;
background-color:#cacaca;
padding: 10px;
font-size: 30px;
}

.grid-container-3 {
display: grid;
grid-template-columns: auto;
gap: 10px;
background-color: #cacaca;
padding: 0;
}

#about .grid-container-3 {
background-color: white;
}

.grid-container-3 div {
text-align: center;
grid-template-columns: auto;
color: #000;
background-color: #cacaca;
padding: 0;
font-size: 30px;
}

.grid-container-3 div{
	background-color:#cacaca;
}

/*-------MEDIA QUERY TABLET DESKTOP--------*/
@media screen and (min-width: 375px) {



#banner{
background-color: red;
padding: 100%;
}

.grid-container-2 {
display: grid;
grid-template-columns: auto;
gap: 10px;
background-color: #cacaca;
padding: 2%;

}

.grid-container-2 div {
text-align: center;
grid-template-columns: auto;
color: #000;
background-color: #cacaca;
padding: 10px;
font-size: 30px;

}

.grid-container-3 {
display: grid;
grid-template-columns: auto auto;
gap: 10px;
background-color: #cacaca;
padding: 2%;

}

.grid-container-3 div {
text-align: center;
grid-template-columns: auto;
color: #000;
background-color: #cacaca;
padding: 10px;
font-size: 30px;
}
} 

#grid-container1 {
display: grid;
grid-template-columns: 27% 20% auto 27%;
gap: 10px;
height: 122rem;
	background-color: white;
}
	
#leftimg{
background-image: url(https://jonasbentley.com/wp-content/uploads/2025/10/uglyfidgeonlyleft-scaled.png);
	width:100%;
	 background-size: 100%;
	background-repeat: no-repeat;
}

#rightimg{
background-image: url(https://jonasbentley.com/wp-content/uploads/2025/10/uglyfidgeonlyright-scaled.png);
	width:100%;
	 background-size: 100%;
	background-repeat: no-repeat;
}

#centertext h1{
	margin: auto 0;
	margin-top:49px;
	margin-left:137px;
	font-family: futura-pt,sans-serif;
	font-style: normal;
	font-weight: bold;
	
}



#about .greenpepper{
	width: 19rem;
margin-top: -18.5rem;
margin-left: -53px;
}



/*--------------MEDIA QUERY FOR IPHONE-----------*/


@media screen and (max-width: 400px){
.toggle-text{
font-size:1.5rem!important;
}
	
.custom-logo {
max-width: 75%;
}	
}



@media screen and (max-width: 1000px){
body:not(.overlay-header) .primary-menu > li > a{
display:none;
}
	
.header-titles {
margin-left: -4rem;
margin-bottom:1rem;
}	
	
.toggle-inner .toggle-text{
color: white!important;
font-size:2rem;
}
	
.toggle.nav-toggle.mobile-nav-toggle {
margin-top: -5rem;
}
}







@media screen and (max-width: 1550px) {

#pearinfo{
margin-bottom:203px;
}		

#about h2{
margin-top: 100px;
font-size: 28px
}
	
#about h1{
font-size: 150px
}
	
#about{
height:92rem;
}

#about h3{
font-size: 16px;
margin-bottom: 170px;
}
	
#about .greenpepper{
width:16rem;
margin-top:-14.5rem;
}
}

@media screen and (max-width: 1380px){

	.fridgeblue{
		margin-left:8rem
	}
	
	#bloglink h2{
		font-size:24px;
	}
	
	
#about h3{
margin-bottom:151px;
font-size: 12px;
}	
	
#about h2{
font-size:23px!important;
}

#about h1{
font-size: 117px;
}
	
#about .greenpepper{
width: 13rem;
margin-top:-11.5rem;
}	

#centertext h1{
margin-left: 100px; 
}
	
#about{
height:77rem;
}
}

@media screen and (max-width: 1068px){
#about h3{
font-size: 11px;
}

#about h1{
font-size: 85px;
margin-top:5rem;
}
	
#about .greenpepper{
width:10rem;
margin-top:-9rem;
margin-left: -2rem;
}
	
#about h3{
margin-bottom:135px;
}
	
#pearinfo{
margin-bottom: 85px;
}
}


@media screen and (max-width:900px){
.fridgeblue{
margin-left:8rem;
margin-top: 7rem;
		
}
	
#bloglink h2{
font-size:22px;
}
	
#bloglink h1{
font-size:40px;
}
	
}

@media screen and (max-width:700px){

.has-inline-color{
position:relative;
top:8rem;
font-size:23px;
}
	
#grid-container4{
height:32rem;
}
	
.fridgeblue{
margin-left:8rem;
margin-top: 10rem;
		
}
	
#bloglink h2{
font-size:18px;
}
	
#bloglink h1{
font-size:34px;
}
}

@media screen and (max-width:566px){
#grid-container4{
height:28rem;
}
	
.fridgeblue{
margin-left:4rem;
margin-top: 6rem;
		
}
	
#bloglink h2{
font-size:13px;
margin-left:2rem;
}
	
#bloglink h1{
font-size:24px;
margin-left:2rem;
}	
}

@media screen and (max-width:492px){
#grid-container4{
height:24rem;
}
}

@media screen and (max-width:450px){
	
#leftimg {
margin-left: -2.5rem;
}
	
#rightimg {
margin-left: 1.5rem;
background-image: url(https://jonasbentley.com/wp-content/uploads/2025/10/uglyfidgeonlyright-scaled.png);
 width: 124%
}	

.alignnone.size-full.wp-image-236{
max-width:120%;	
}
	
#about .greenpepper{
width: 11rem;
margin-top: -11rem;
margin-left: -3rem;
}
	
#about h1 {
position: relative;
top: -5.3rem;
font-size: 60px;
left: -5rem;
margin-top:5.3rem!important;
}

#about{
height:27rem;	
}
	
#edit{
margin-top:1.5rem!important;		
}
	
#about h2{
font-size:11px!important;
margin-top:40px;
}

#about h3 {
font-size: 9px;
margin-bottom: -25px;
}
	
#grid-container1 {
display: grid;
grid-template-columns: 20% 20% auto 20%;
gap: 10px;
height: 122rem;
background-color: white;
}	

.fridgehide{
display:block;
margin-top:-2rem;
margin-bottom:5rem;
}

.alignnone.size-full.wp-image-124{
display:none!important;
}
	
.grosshide{
display:block;
padding-bottom:5rem;
}

.goodhide{
display:block;
}
	
.alignnone.size-full.wp-image-138{
display:none;
}
	
.alignnone.size-full.wp-image-149{
display:none;
}

}

@media screen and (min-width: 2138px) {

	

	
	#about h3{
margin-bottom:210px;
font-size:20px;
}
	
	#about h2{
		font-size:37px;
		margin-top: 130px
	}
}

@media screen and (min-width: 2360px){
#about h3{
margin-bottom:230px;
}	
	#about h1{
		font-size: 240px;
	}

	#centertext h1{
		margin-top: -6px;
		margin-left: 185px;
	}
	
	#about .greenpepper{
		width: 23rem;
		margin-top: -21.5rem;
	}
}

@media screen and (min-width: 2582px) {
	#appleinfo{
		margin-bottom:159px!important;
		}
	#about h3{
		font-size: 26px;
		margin-bottom: 163px;
	}
	
	#about h2{
		font-size: 42px 
	}
}
/*----END OF MEDIA QUERY DO NOT DELETE------*/