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


/*--------------------------------------------------------------MOBILE VIEW 375PX VIEWPORT----------------------------------------------------------------*/

#site-header {
background:#493832;
z-index: 2;
}

body:not(.overlay-header) .primary-menu > li > a{
color:white;
text-transform:uppercase;
font-family:sans-serif;
letter-spacing:.25rem;
}

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




/*-----ABOUT ME PAGE--------*/

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  font-size: .9rem;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  font-size: 1rem;
  margin-top: 4rem;
}

/*------------------------------------------------------------------------ Heading -----------------------------------------------------------------------*/
.entry-content h1, .entry-content h2, .entry-content h3 {
margin: 0;
color: black;
text-transform: uppercase;
font-family: sans-serif;	
}

.singular .entry-header { 
padding: 8rem 0;
display: none;
}

.primary-menu li {
font-size: 1.5rem;
line-height: 1.25;
position: relative;
}
/*---------------------------------------------------------------------HEADER/NAVIGATION------------------------------------------------------------------*/
body:not(.overlay-header) .primary-menu >li >a {
color:#cc7c5a !important;	
}
	
.search-toggle svg {
height: 2.5rem;
max-width: 1.3rem; 
width: 2.3rem;
color: #F9F0DA;
}

.toggle-inner .toggle-text {
display: none;
}

.modal-menu li.current-menu-item > .ancestor-wrapper > a {
color: #DD7E56;
}

/*------REMOVES DEFAULT MARGINS FROM IMAGES-----------*/

.alignnone, .aligncenter {
margin-bottom: 2%;
margin-top: 2%;
}

/*------IMAGES----------*/
	
.alignnone, .aligncenter {
  margin-bottom: 2%;
  margin-top: 0;
}

/*-----mobile nav--------*/
.nav-toggle svg {
  height: 0.8rem;
  width: 2rem;
  color: #DD7E56;
}


body {
background-color: #F9F0DA;
}


.entry-content p, .entry-content li {
line-height: 1.476;
text-align: center;
}

  
#home{
background-color:#f9f0da;
padding:2%;
min-width: 90%;
}

/*-----GRID CONTAINER 3--------*/

#home .grid-container-3{
display: grid;
grid-template-columns: auto;
background-color: #f9f0da;
padding: 5%;
gap: 10px;
}


#home .grid-container-3 .column{
background-color: #f9f0da;
padding: 2%;
padding-bottom: 10%;
position: relative;
}
	
#home .grid-container-3 div .picture-text{
background-color: #DD7E56;
text-align: center;
padding: 1%;
padding-top: 1%;
padding-top: 1%;
padding-top: 2%;
border-radius: 50px;
width:65%;
position: absolute;
top:47%;
left: 18%;
box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.5);
}



#home .grid-container-3 .text{
background-color: #f9f0da;
padding: 2%;
margin-top: 5%;
}

#home .picture-text h2 {
font-family: urbanist;
font-size: 1.25rem;
margin-top: -2px;
color: white;
text-transform: none !important;
letter-spacing: 0.8px;
font-weight: 500;
}



/*-----GRID CONTAINER NONE--------*/

#home .grid-container-none {
background-color: #F9F0DA;
padding: 4%;
margin-bottom: 100px;
}

.grid-container-none h2 {
text-transform: capitalize;
text-align: center;
font-size: 1.5rem;
font-family: urbanist;
margin-bottom: 2%; /*use percentage vs 30px it is better for responsive*/
color: #493832;
}


#home .grid-container-none .readmore {
background-color: #493832;
color: #F9F0DA;
font-weight: 500;
padding: .5rem;
}

/*-----GRID CONTAINER 2--------*/

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

#home .grid-container-2 div p {
  font-size: .9rem;
  margin-bottom: 20%;
}


#home .grid-container-2 div {
background-color: #dd7e56;
padding: 5%;
}

#home .grid-container-2 .text {
text-align: center;
margin-top: 30px;
}
	
#home .grid-container-2 div h3 {
color: #493832;
margin: 5% 0 5% 0;
font-size: 3rem;
font-family: zeyada;
}


#home .grid-container-2 .readmore {
padding: 0.7rem;
}

.alignnone, .aligncenter {
margin-bottom: 8%;
margin-top: 6%;
width: 90%;
  }

/*-----GRID CONTAINER NONE--------*/

.grid-container-none h2 {
  font-size: 1rem;
  margin-top: 4rem;
}

#home p {
font-size: 0.9rem;
margin-top: 2.4rem;
}


/*-----GRID CONTAINER CONTACT--------*/

#home .contact p {
font-size: 1.5rem;
color: #DD7E56;
text-align: center;
font-size: 1rem;
}

#home .contact h3 {
text-transform: uppercase;
margin: 0;
font-family: sans-serif;
text-align: center;
margin-top: 15%;
font-family: zeyada;
font-size: 2.2rem;
color: #493832;
}

#home .contact h2 {
text-align: center;
margin-top: 201px;
margin-bottom: 77px;
padding: 0;
color: #DD7E56;
}


/*----------READ MORE BUTTON----------*/
	
.readmore {
text-decoration: none;
text-transform: none;
border: none;
font-size: 1.1rem;
color: #493832;
padding: 1%;
box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.37);
background-color: #F9F0DA;
font-weight: 500;
}

/*------------------------ FOOTER------------------*/
#site-footer {
font-size:1.8rem;
padding: 4.3rem 0;
background-color: b9a297;
}

.footer-widgets-outer-wrapper {
padding: 0;
}
/*
.footer-widgets-wrapper {
margin-left: -4rem;
width: 108%;
background-color: #493832;
}
*/

.widgettitle {
color: white;
font-weight: bold;
text-transform: uppercase;
font-size: 1.75rem;
letter-spacing: 10%;
}

#menu-main-menu-2 a {
color: white;
font-weight: normal;
line-height: 140%;
font-size: 1.5rem;
}
/*
.footer-widgets .widget:first-child {
    margin-top: 0;
    left: 5-px;
    position: relative;
    left: -47px;
    bottom: -23px;
  }
*/
#site-footer .section-inner {
  font-size: .8rem;
}

.footer-top-visible .footer-nav-widgets-wrapper{
	margin-top: 5rem;
  background-color: #493832;
}


/*-----BLOG PAGE--------*/
#blog{
background-color: #f9f0da;
}

#blog img {
width: 100%;
margin-bottom: 5%;
}

#blog h3 {
font-size: 1.6rem;
font-weight: bold;
margin-top: 5%;
font-family: urbanist;
color: #493832;
}

#blog .body {
text-align: left;
font-size: .9rem;
margin-top: .7rem;
color: #493832;
}


#blog .quote {
font-size: 1.1rem;
font-weight: bold;
margin-top: 16%;
color: #DD7E56;
}
	
.post-meta-single-top .post-meta {
  justify-content: left;
  font-size: 1rem;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------DESKTOP LOOK AT IT IN 1916px------------------------------------------------------------- */

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


#home .grid-container-3 div .picture-text{
width: 42%;
top: 55%;
left: 29%;
}
	
.alignnone, .aligncenter {
  margin-bottom: 2%;
  margin-top: 4rem;
}
	
#home .grid-container-2 div h3 {
color: #493832;
margin: 5% 0 5% 0;
font-size: 5rem;
font-family: zeyada;
}

#home .contact h3 {
margin-top: 10%;
font-size: 4.2rem;
}
	
#home .grid-container-2{
display: grid;
grid-template-columns: 50% auto;
background-color: #DD7E56;
padding: 5%;
gap: 10px;
}
	
/*-----GRID CONTAINER 3--------*/

#home .grid-container-3{
display: grid;
grid-template-columns: 33.3% 33.3% auto;
background-color: #f9f0da;
padding: 5%;
gap: 10px;
}
	

#home .grid-container-3 .text p {
margin-top: 7%;
padding: 2rem;
}
	
#home .grid-container-3 .text p {
margin-top: 25px;
color: #493832;
font-size: 1.25rem;
}
	

/*-----GRID CONTAINER NONE--------*/
.grid-container-none h2 {
  font-size: 1.25rem;
  margin-top: 1rem;
}
	
	
/*-----DESKTOP BLOG--------*/
.post-meta-single-top .post-meta {
  justify-content: center;
}	
	
#blog .body {
font-size: 1.35rem;
}
	
#blog h3 {
font-size: 2.2rem;
}
	
#blog .quote {
  font-size: 1.5rem;
}
	
	
/*-----DESKTOP ABOUT ME--------*/	
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  font-size: 1.35rem;
  margin-top: 4rem;
}
	
}/*------end of media query--------*/



