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

/*-------------------------------This is my Head/Nav --------------------------*/

#site-header 
{
z-index: 2;
background: #fce9e9 !important;
}

body:not(.overlay-header) .primary-menu > li > a
{
color: black !important;
text-transform: uppercase;
font-family: sans-serif;
font-size: 1.25rem;
letter-spacing: 0.25rem;
}

.widgettitle 
{
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #925e6c;
  margin-bottom: 20px;
}

.menu-main-menu-container ul li
{
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  padding: 0.2rem;
  font-weight: 100;
}

.entry-content h2, .entry-content h3 
{
margin: 6rem auto 3rem;
font-family: "momo";
text-transform: uppercase;
color: black;
}

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

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

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

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

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

.header-navigation-wrapper
{
align-items: center;
display: flex;
padding: 1%;
}

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

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

.header-navigation-wrapper
{
  align-items: center;
  display: none;
  padding: 1%;
}

.menu-modal-inner.modal-inner
{
  background-color: #EDD4DC;
}
body 
{
background-color: #EDD4DC;
background-image: radial-gradient(circle at center, #fce9e957 10px, transparent 15px);
background-size: 40px 40px;
background-repeat: repeat;
}

/*------------------------------- HomePage Mobile view --------------------------*/


element 
{
height: auto;
max-height: 1rem !important;
}

.modal-menu li
{
border-color: #a25d73 !important;
border-style: double;
}

.entry-content h1 
{
font-family: "momo";
font-size: 1rem;
text-align: center;
}

.entry-title.heading-size-1 
{
  font-size: larger !important;
}

.archive-header-inner.section-inner.medium
{
  color: #925e6c;
  font-family: "momo";
}

#home a
{
  font-family: "handlee";
	font-weight:bolder;
}
/*--------------------  Mobile view menu ----------------*/
modal-menu a
{
font-size:large;
color: black !important;
}

.modal-menu.reset-list-style a
{
color:black;
}
body:not(.overlay-header) .toggle-inner .toggle-text 
{
  color: #823e84 !important;
}


/*--------------BANNER-----------------*/

#home #banner
{
padding: 5%;
background-image: url(https://talsamaneh.com/wp-content/uploads/2025/10/Strawberry-Ice-Cream.jpg);
height: 250px; 
background-position: center; 
background-repeat: no-repeat; 
background-size: cover; 
}

#banner-text 
{
background-color: rgba(255, 255, 255, 0.2);
padding: 9%;
text-align: center;
margin-top: 3%;
}

#home #banner-text h2
{
text-transform: capitalize;
color: black;
font-size: larger;
font-weight: bold;
margin: 0;
margin-bottom: 1rem;
}



#home #banner-text a
{
  color: #8f5191;
  border: solid #823F84;
  padding: 9px 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}


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

.grid-container2
{
display: grid;
grid-template-columns: auto;
color: #823e84;
font-weight: bold;
padding: 2%;
gap:20px;
}

.grid-container2 div
{
padding: 2%;
font-size: large;
border: 2px solid white;
margin-top: 1rem;
background-color: #f5f5f554;
}

.grid-container2 div h2
{
margin: 0;
}

.grid-container2 div p 
{
  color: #6f4d6f;
  display: grid;
  font-family: "handlee";
}

.fa 
{
width: 50px;
}

div .icons
{
display: flex;
border: none !important;
background: none !important;
margin: 1px;
gap: 32px;
justify-content: center;
}
  .alignnone, .aligncenter
{
    margin-bottom: 0rem;
    margin-top: 0rem;
}
/*--------------GRID CONTAINER 3-----------------*/

.grid-container3
{
display: grid;
grid-template-columns: auto;
padding: 2%;
gap:20px;
}

.grid-container3 div
{
padding: 0%;
position: relative;
}
.grid-container3 div img
{
border: 2px solid white;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.grid-container3 div h3
{
line-height: 1.476;
position: absolute;
bottom: 5rem;
color: #f4f4f4;
margin: 0.5rem;
left: 5%;
font-size: 1.5rem;
letter-spacing: 5%;
font-weight: bold;
}

.grid-container3 div h4
{
line-height: 1.9;
position: absolute;
bottom: 4rem;
color: #f4f4f4;
margin: 0.5rem;
font-size: .75rem;
text-transform: uppercase;
left: 5%;
}
.image:hover, 
.image2:hover,
.image3:hover 
{
  opacity: 0.7;
}



/*--------------------------------------Media query----------------------------------------*/
@media screen and (min-width: 550px)
{

#home #banner
{
height: auto;	
border: 2px solid white;
drop-shadow:(5px 5px 10px #d2d2d2);
}
.grid-container2
{
display: grid;
grid-template-columns: 50% auto;
padding: 0px;
gap:20px;
font-size: large;
}
 
.grid-container3
{
display: grid;
grid-template-columns: auto auto auto;
gap:20px;
position: relative;
padding: 0;
}
 
	
.grid-container3 div img
{
width: 350px;
margin: 2%;
height: auto;
}
 
 
.header-navigation-wrapper
{
  align-items: center;
  display: flex;
  padding: 1%;
}
element 
{
height: 100%;
max-height: 4rem;
}
.entry-content h1
{
font-family: "momo";
font-size: 3rem;
text-align: center;
}
	
.entry-title.heading-size-1 
{
  font-size: xx-large !important;
}
	
div #blog img
	{

  max-width: 500px;
  max-height: 28rem;
  object-fit: contain;
	}
           	/*-----------------------------------Media query  about------------------------------------*/
	
div #text-about 
{
  border: none !important;
  background-color: #f5f5f500;
  font-family: "handlee", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  line-height: 1.6;
  color: #222;
  padding: 0px;
  font-weight: bold;
}
	
#about::after {
  content: "";
  display: block;
  width: 18rem;
  height: 78rem;
  position: absolute;
  top: 32rem;
  background-image: url(https://talsamaneh.com/wp-content/uploads/2025/10/7245987-1.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
  z-index: 2;
  left: 82rem;
}

	#blog #blog-text p
{
  column-count: 2;
  column-gap: 60px;
  hyphens: none;
  text-align: left;
  font-family: "handlee";
  font-weight: bold;
}
	
}
/*--------------------------------------Media query Tablet----------------------------------------*/
@media screen and (max-width: 999px)
{
	
.header-titles .site-logo
{
  margin: 1rem 0 0 0.4rem;
}
	
.site-logo a, .site-logo img 
{ 
	display: block;
	width: 150px;
	padding-bottom: 2rem;
	margin-top: 2rem;
}
	
.header-navigation-wrapper
{
  align-items: center;
  display: none;
  padding: 1%;
}	
div #text-about
{
  border: none !important;
  background-color: #f5f5f500;
  margin-top: 1rem;
  letter-spacing: 5%;
  font-family: "handlee", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  padding: 0px;
  font-weight: bold;
  margin-left: 1rem;
}

}

/*--------------------------------------- logo ----------------------------------*/


/*----------------------------------------------------- Blog page -----------------------------------------------------------------------------*/


	#blog #blog-text p
{
  hyphens: none;
  text-align: left;
  font-family: "handlee";
  font-weight: bold;
}

#blog h2
{
	margin: 2rem;
  text-align: center;
}
.section-inner.medium 
{
max-width: 100rem;
font-family: "momo";
}

#respond 
{
display:none;
}

#comments
{
	display:none;
}


.pagination-single-inner a 
{
  color: #823e84;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "momo";
  font-size: x-large;
}
.comments-wrapper.section-inner
{
  display: none;
}

.pagination-single.section-inner 
{
  margin-top: 0;
}

.entry-content a 
{
color: #6d6d6d;
}

 .entry-content p
{
	font-size:large;
}

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

.post-meta-single-top .post-meta
{
justify-content: center;
font-size: small;
}

.entry-title.heading-size-1 
{
font-size: xxx-large;
}

h1.entry-title, h2.entry-title a 
{
  margin: 0;
  font-family: "momo";
  color: #925e6c;
}

address
{
font-size: 1.5rem;
font-weight: bolder;
color: #827394;
padding-top: 2rem;
 text-align: center;
}

.entry-categories-inner a
{
color: #925e6c;
display:none;
}

hr.styled-separator {
border: none;
background: radial-gradient(40px at 50% 100px, #edd4dc 0%, #d091a2 50%, transparent 51%, transparent 51%);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-size: auto;
  -webkit-background-size: 49px 100%;
height: 100px;
width: 100%;
bottom: 0;
padding: 0;
margin: 1rem;
}
hr.styled-separator::before
{
	display:none;
}
hr.styled-separator::after
{
	display:none;
}
#blog .post-inner .entry-content .alignnone 
{
  border: 2px solid white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
/*----------------------------------------- about page ------------------------------*/

br 
{
   display: block;
   margin: 10px 0;
}
#text-about h1 
{
    margin-left: 0;
    font-family: "handlee";
    font-size: 4rem;
    color: #a07c88;
	margin: 0.5rem;
}
 .about-photo .alignnone
{
    margin: 0rem;
}
#post-152
{
  margin: 0;
	padding:1rem;
}

div .about-photo 
{
	margin: 0;
  border: none;
  background: none;
}


/*----------------------------------------- contact page ------------------------------*/

div #text-contact 
{
display: inherit;
margin-top: 4rem;
color: #937278;
font-size: xx-large;
border: none;
background-color: #deb88700;
text-shadow: 5px 5px 5px #efcebe;
text-align: -webkit-center;
font-family: "momo";
}

div .submit 
{
  background-color: #f5f5f500;
  border: none;
}

input[type="submit"]
{
margin-top:2rem;
background-color: #8c7474;
}
.submit .wpcf7-form-control.wpcf7-submit.has-spinner
{
background-color: #8c7474;
}
/*----------------------------------------- footer ------------------------------*/
.powered-by-wordpress 
{
display: none;
}
.header-footer-group
{
  color: #8c6313;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow
{
margin-top: auto;
}
.footer-top-visible .footer-nav-widgets-wrapper 
{
margin-top: 6rem;
background: #fce9e9;
border-color: #823e8433;
}

.wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull),.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull)
{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

#site-footer 
{
background: #fce9e9 !important;
}



.footer-widgets-outer-wrapper
{
border-color: #823e8433 !important;
}