:root {
  --whiteColor: #fff;
  --blackColor: #000;
  --primaryColor: #ff3131;
  --secondaryColor: #f5f5dc;
  --blackColorWithOpacity: #00000060;
  --grayColor: #333;
  --lightGrayColor: #ccc;
  --shadowColor: #c13a3abf;
  --primaryLightColor: #f4add1;
  --primaryLightColorWithOpacity: #f4bfd1;
  --bodybackgroundcolor:#fff;
  --contentareacolor:#FFF;
  --main-font: "Edu SA Beginner", "BPG Irubaqidze", cursive;
  
}



*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Woo
--------------------------------------------------------------*/
.page-area{
    padding-top:80px;
    padding-bottom:60px;
}


.content-area {
		background-color:var(--contentareacolor);
		margin-bottom:30px;
	}
.widget-area{
    margin-bottom:30px;
}	
@media only screen and (min-width: 50em) {

	.site-content,
	.featured-posts,
	.hero-section,
	.home-video-content,
	.home-posts-titles {
		margin-left: auto;
		margin-right: auto;
		max-width: 80em;
		margin-top:80px;
	}
	.content-area {
		float: left;
		margin: 0 -25% 30px 0;
		width: 100%;
		min-height: 800px;
	}
	.site-main {
		margin: 0 25% 0 0;
		padding:10px;
	}
	.page-template-template-full-php .site-main,
	.error404 .site-main {
		margin: 0;
	}
	.site-content .widget-area {
	
		padding:10px;
		float: right;
		overflow: hidden;
		width: 24%;
	}
}


aside{
    border-radius: 5px;
    padding:10px;
}

aside li{
list-style:none;
box-shadow: 2px 3px 5px 0px rgba(255,49,49,0.75);
-webkit-box-shadow: 2px 3px 5px 0px rgba(255,49,49,0.75);
-moz-box-shadow: 2px 3px 5px 0px rgba(255,49,49,0.75);
border-radius:5px;
padding: 10px 7px;
margin-bottom: 20px;
font-weight: 600;
transition: all 0.5s ease;

}
aside li:hover{
    cursor:pointer;
    box-shadow: 7px 6px 5px 0px rgba(255,49,49,0.75);
    -webkit-box-shadow: 7px 6px 5px 0px rgba(255,49,49,0.75);
    -moz-box-shadow: 7px 6px 5px 0px rgba(255,49,49,0.75);
}
@media screen and ( min-width: 70em ) {
	.featured-image img {
		width: 356px;
	}
	.sticking {
		position: fixed;
			top: 0;
		z-index: 99;
	}
	.admin-bar .sticking {
		top: 32px;
	}
}
hr.height1px{
    border-top: 0px solid var(--greyColor);
    margin-bottom:20px;
}
@media only screen and (max-width: 49.9em) {
.site-content{
    margin-top:80px;
    padding:10px;
    width:97%;
}

}

/*--------------------------------------------------------------
# /Woo
--------------------------------------------------------------*/


#billing_county_field{
    display:none;
}

.site-width{
        margin-left: auto;
		margin-right: auto;
		height:100%;
}


body {
  background-color: var(--bodybackgroundcolor);
  background-image: url("/wp-content/themes/template001/img/bodybg3.jpg");
  background-repeat: repeat;
  font-family: var(--main-font);
}

a {
  color: var(--blackColor);
  text-decoration: none;
}

a:hover {
  color: var(--primaryColor);
  cursor: pointer;
}

/*h2 {*/
/*  font-family: "Noto Serif Makasar", serif;*/
/*}*/

.site-head {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background-color: var(--whiteColor);
  z-index: 1001;
  width: 100%;
}

.nav-container{
    display:flex;
    align-items:center;
    height: 100%;
}

nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center;
  margin: 1.25rem;
  width:100%;
}

nav li {
  margin: 0 1.25rem;
  font-size: 1.125rem;
  font-family: var(--main-font);
  font-weight:600;
}
.title-container{
    display:flex;
    justify-content: center;
    align-items: center;
}
.logo{
    width:60px;
    height:40px;
}
.menu {
  display: flex;
  list-style: none;
  color: var(--blackColor);
}

.menu a {
  position: relative;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  height: 0.188rem;
  width: 0%;
  background: var(--primaryColor);
  transition: all 0.5s;
}

.menu a:hover::after {
  width: 100%;
}


.title {
  color: var(--primaryColor);
  font-family: "Noto Serif Makasar", serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.875rem;
}

.basket {
    width:50px;
    height:40px;
  text-align: right;
}
.cart-right{
    text-align: right;
}



.hero-img {
    position:absolute;
    bottom:0px;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-container-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

.hero-container-text {
  background-color: var(--blackColorWithOpacity);
  color: var(--whiteColor);
  padding: 2.5rem 3.75rem;
  border-radius: 0.313rem;
}

.hero-container-text h1 {
  font-size: 6.25rem;
}

.hero-container-content button {
  width: 18rem;
  height: 5rem;
  background: var(--blackColor);
  color: var(--whiteColor);
  font-size: 2rem;
  border: none;
  margin-top: 1.875rem;
  border-radius: 0.313rem;
  font-family: var(--main-font);
  font-weight: 600;
  transition: background-color 0.7s ease-in-out;
}

.hero-container-content button:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  cursor: pointer;
}

.hamburger-menu {
  display: none;
}
.menu-checkbox {
  display: none;
}

@media screen and (max-width: 64rem) {
  header {
    display: flex;
  }
.title{
    font-size:1.125rem;
}
  nav {
    justify-content: space-between;
    margin: 0 1.25rem;
  }

  .hero-container-text h1 {
    font-size: 4rem;
  }
  
  .basket{
      padding:0 ;
  }
}

@media screen and (max-width: 47.938rem) {
  .hamburger-menu {
    display: block;
    top: 1.875rem;
    right: 1.875rem;
    z-index: 100;
    cursor: pointer;
  }

  .hamburger-menu span {
    display: block;
    width: 1.563rem;
    height: 0.188rem;
    margin-bottom: 0.313rem;
    background: var(--primaryColor);
    border-radius: 0.188rem;
    transition: transform 0.3s ease;
  }

  #menu-toggle:checked ~ .hamburger-menu span:nth-child(1) {
    transform: translatey(8px) rotate(45deg);
  }

  #menu-toggle:checked ~ .hamburger-menu span:nth-child(2) {
    opacity: 0;
  }

  #menu-toggle:checked ~ .hamburger-menu span:nth-child(3) {
    transform: translatey(-8px) rotate(-45deg);
  }

  #menu-toggle:checked ~ .menu {
    display: block;
  }

  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 5rem;
    left: -60%;
    width: 60%;
    height: 100vh;
    padding: 0;
    background-color: var(--primaryColor);
    z-index: 1000;
    opacity: 0.9;
    transition: transform 0.9s ease;
    animation: slideInMenu 0.5s forwards;
  }

  @keyframes slideInMenu {
    0% {
      transform: translateX(-60%);
    }
    100% {
      transform: translateX(100%);
    }
  }

  .menu li {
    margin: 2.5rem auto;
  }
  .menu a {
    color: var(--whiteColor);
    text-align: center;
    padding: 0.625rem;
    display: block;
    font-size: 1.563rem;
  }

  .menu a:hover {
    color: var(--secondaryColor);
  }

  .menu a::after {
    bottom: -0.938rem;
    height: 0.125rem;
    background: var(--secondaryColor);
    transition: all 0.5s;
  }

  .hero-container-text h1 {
    font-size: 2.188rem;
  }

  header {
    display: flex;
    justify-content: space-between;
  }

  nav {
    margin: 0 1.25rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  .title {
    font-size: 1.125rem;
  }
  .hero-container-content button {
  width: 15rem;
  height: 4rem;
  font-size: 1.5rem;
  }
}

/* blog */

.blog-categories-container {
  margin: 10px 5% 0 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  gap: 20px;
}

.blog-category-btn {
  width: 280px;
  height: 220px;
  background-image: url("/wp-content/themes/template001/img/comingSoon.png");
  background-size:cover;
  background-color: var(--primaryColor);
  color: var(--blackColor);
  border-radius: 10px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.blog-category-btn:hover {
  cursor: pointer;
  color: var(--whiteColor);
  font-size: 1.25rem;
  box-shadow: 12px 13px 5px 0px #c13a3abf;
  -webkit-box-shadow: 12px 13px 5px 0px #c13a3abf;
  -moz-box-shadow: 12px 13px 5px 0px #c13a3abf;
}

@media screen and (max-width: 1300px) {
  .blog-categories-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 960px) {
  .blog-categories-container {
    grid-template-columns: 1fr 1fr;
    margin: 10px 5% 20px 5%;
  }
}

@media screen and (max-width: 660px) {
  .blog-categories-container {
    grid-template-columns: 1fr;
  }
}

/* contact */

.contact-container {
  display: flex;
  margin: 10px 5% 20px 5%;
  align-items: center;
  justify-content: space-evenly;
  background-color: var(--whiteColor);
  box-shadow: 2px 3px 8px 0px rgba(255,49,49,0.75);
-webkit-box-shadow: 2px 3px 8px 0px rgba(255,49,49,0.75);
-moz-box-shadow: 2px 3px 8px 0px rgba(255,49,49,0.75);
border-radius: 5px;
  height: fit-content;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  border: none;
  width: 50vw;
  max-width: 800px;
  padding: 20px;
}
.contact-info-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.contact-container h3 {
  color: var(--primaryColor);
  font-size: 40px;
  margin-bottom: 20px;
}

.contact-container p {
  color: var(--blackColor);
  font-size: 20px;
  margin: 0 10px 15px 0;
}

.contact-container h4 {
  color: var(--primaryColor);
  font-size: 30px;
  margin: 20px;
}

form {
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 280px;
  padding: 10px;
  border: none;
  background-color: var(--primaryLightColor);
  transition: background-color 0.3s ease;
}

textarea {
  height: 150px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  background-color: var(--primaryLightColorWithOpacity);
  outline: none;
}

button {
  padding: 10px 20px;
  background-color: var(--primaryLightColor);
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}

button:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  cursor: pointer;
}

.contact-container img {
  width: 30vw;
  max-width: 800px;
  height: 400px;
  object-fit: cover;
  box-shadow: 20px 15px 22px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}

.contact-container img:hover {
  cursor: pointer;
  box-shadow: 20px 15px 22px rgba(0, 0, 0, 0.25);
}


 
#contact input.submit {
 padding: 10px 20px;
  background-color: var(--primaryLightColor);
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}

#contact input.submit:hover{
    background-color: var(--primaryColor);
  color: var(--whiteColor);
  cursor: pointer;
}

 
.ok {
 background: var(--primaryColor);
 margin-bottom: 15px;
 padding: 10px;
 color: white;
 text-align: center;
}


@media screen and (max-width: 1247px) {
  .contact-info-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .contact-info-list p {
    margin: 10px 20px;
  }
}

@media screen and (max-width: 900px) {
  .contact-container {
    padding: 20px;
    flex-direction: column;
    height: fit-content;
    margin: 10px 5% 20px 5%;
  }

  .contact-info {
    width: 320px;
  }

  .contact-info h3 {
    text-align: center;
  }

  .contact-container img {
    width: 280px;
  }
}

/*----------------------------------------------------------------
footer
------------------------------------------------------------------*/

.main-footer {
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: var(--grayColor);
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  color: var(--whiteColor);
  position:fixed;
  bottom:0;
  z-index: 1001;
  gap: 50px;
}

.main-footer a {
  color: var(--whiteColor);
}

.footer-social-media a {
  display: flex;
  align-items: center;
}
.footer-social-media a:hover {
  display: flex;
  color: var(--whiteColor);
}

.main-footer i {
  margin-left: 2px;
  font-size: 1.5rem;
}

.main-footer i:hover,
.developer a:hover,
.terms a:hover {
  color: var(--lightGrayColor);
  cursor: pointer;
}

/*-------------------------------------------------------------
Archive Page
--------------------------------------------------------------*/
.short-story-wide {
  font-family: var(--main-font);
  width: 100%;
  padding-left: 5px;
  margin-top: 10px;
 min-height:250px;
 display:flex;
 align-items:center;
 box-shadow: 2px 3px 8px 0px rgba(255,49,49,0.75);
-webkit-box-shadow: 2px 3px 8px 0px rgba(255,49,49,0.75);
-moz-box-shadow: 2px 3px 8px 0px rgba(255,49,49,0.75);
border-radius: 5px;
}
.page-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.page-header {
	margin: 0 0 3em;
}
.short-story-image{
  width: 100%;
  padding: 0px;
}
.short-story-image img{
    width:240px;
    height:240px;
    border-radius:3px;
    float: left;
    padding-right: 10px;
}
.entry-header,
.entry-title {
		text-align: left;
	}
.entry-summary {
	margin: 0.5em;
}	

@media (max-width:35em){
.short-story-image img{
    width:100%;
    height:auto;
    border-radius:3px;
    float: left;
    padding-right: 10px;
}
}
/*--------------------------------------------------------------
9.1 Full-story
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0em 0em 0.5em 0;
}

.full-story {
  width: 100%;
  padding-top: 10px;
}

.full-story-future-img {
 
  height: 350px;
  top: 0;
  left: 0;
}
.full-story-header {
  position: relative;
}

.full-story-with-img {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 20px;
  color: var(--blackColor);
  padding-bottom: 5px;
 
}

.full-story-no-img{
  font-size: 20px;
  color: var(--whiteColor);
}
.full-story-date-with-img{
position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 14px;
  color: var(--blackColor);
  padding-bottom: 5px;
}
.full-story-date-no-img{
font-size: 14px;
  color: var(--whitecolor);
  padding-bottom: 5px;
}

/*--------------------------------------------------------------
Add Pages
--------------------------------------------------------------*/

.gt_switcher_wrapper{
    top:60px !important;
}