/*
Theme Name: template002 - WordPress.com

Description: template002 is the perfect mix of class and elegance, a traditional yet customizable home for your content. Reinforce your brand with a site logo, add a bold header image and call to action, and showcase your best posts or a video with a special Homepage template.
Version: 1.1.3
Author: 
Author URI: 
License: GNU General Public License v2 or later
License URI: 
Text Domain: template002
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 Defaults
2.0 Alignments
3.0 Accessibility
4.0 Infinite Scroll
5.0 Media
6.0 Header
	6.1 Navigation
7.0 Home
	7.1 Home Hero
	7.2 Home Posts
	7.3 Home Content
8.0 Forms
9.0 Content
	9.1 Posts
	9.2 Blog Page
	9.3 404 Page
	9.4 Archive Page
	9.5 Full Width
	9.6 Contact Page
10.0 Comments
11.0 Widgets
12.0 Footer

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --primary-color: #42032c;
  --primary-color-hover: #d36b00;
  --secondary-color: #e6d2aa;
  --secondary-color-hover: #f1efdc;
  --text-color-light: #fff;
  --text-color-dark: #000;
  --input-bg:#eee;
  --max-width:1200px;
  --site-width:1360px;
}

html {
	font-family: arial, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	background-color:var(--input-bg);
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
1.0 Defaults
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
.site-content{
    max-width:1280px;
    max-width:80em;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}
.site-content-shop{
    max-width:1280px;
    display:flex;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: white ;
	color: var(--text-color-dark);
	padding: 0;
	margin: 0;
	font-family: arial, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	cursor: auto;
}
a {
	transition: 0.2s;
}
.entry-content a,
.entry-summary a {
	word-break: break-word;
}
abbr, acronym {
	cursor: pointer;
}

.content-area {
		float: left;
		margin: 0 0 0 0;
		width: 75%;
		padding-top:50px;
	}

.widget-area {
		margin-left: auto;
		width: 23%;
		padding-top:50px;
	}
.widget-box{
    border:4px;
    color: black;
    padding:10px;
    border-color:var(--primary-color-hover);
    border-style: double;
    border-radius:5px;
    min-height:500px;
    
}
@media (max-width: 800px){
   .content-area{
   width:100%;
} 

   .widget-area{
       display:none;
   }
}

/*--------------------------------------------------------------
1.1 header
--------------------------------------------------------------*/

.head-contact-line {
  background-color: var(--primary-color);
  display: flex;
  height: 50px;
  width: 100%;
  padding: 0;
  
}
.site-width{
 width:95%;
 max-width: var(--site-width);
 display: flex;
 margin-left:auto;
 margin-right:auto;
 justify-content: space-between;
  align-items: center;
}
#menu-width{
 width:95%;
 max-width: var(--site-width);
 display: flex;
 margin-left:auto;
 margin-right:auto;
 justify-content: space-between;
  align-items: center;
}

.head-contact {
  display: flex;
}
.contact-info {
  display: flex;
  margin-right: 10px;
  color: var(--text-color-light);
  text-decoration: none;
  font-weight: 600;
}
.btn {
  width: 100px;
  height: 35px;
  padding: 5px 15px;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  background-color: var(--secondary-color-hover);
  color: var(--text-color-dark);
  font-size: 1em;
  font-weight: 600;
}
.btn:hover {
  background-color: var(--secondary-color);
}
.name-line {
  background-image: url("/wp-content/themes/template002/img/head.png");  
  padding: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.name-line a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.name-line h1 {
  font-size: 40px;
  color: var(--text-color-light);
  padding-left: 20px;
}

.name-line h1:hover {
  color: var(--primary-color-hover);
}

.logo {
  width: 100px;
  height: 100px;
}

#header-menu {
  display: flex;
  align-items: center;
  margin: auto;
  background-color: var(--primary-color);
  width: 100%;
  height: 60px;
}

.navi {
  display: flex;
  margin: auto;
}

.navi a {
  text-decoration: none;
  color: var(--text-color-light);
  padding: 20px;
  font-size: 1em;
  font-weight: 600;
}
.navi a:hover {
  color: var(--primary-color-hover);
}
.navi-little-a {
  text-decoration: none;
  color: var(--text-color-light);
  padding: 20px;
  font-size: 1em;
  font-weight: 600;
}
.navi-little-a:hover {
  color: var(--primary-color-hover);
}

.navi li {
  list-style: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  justify-content: space-between;
  z-index:99 ;
}


.burger-container {
  visibility: hidden;
  height:1px;
}

.main-link {
  text-decoration: none;
  color: var(--text-color-light);
  padding: 20px;
  font-size: 1em;
  font-weight: 600;
}

.main-link:hover {
  color: var(--primary-color-hover);
}

.burger-menu-closed {
  justify-content: space-between;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  .navi {
    visibility: hidden;
  }
  
  .burger-container {
    visibility: visible;
    top: -45px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    background: transparent;
  }

  .menu_overlay {
    margin-top: -15px;
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    color: var(--primary-color);
    background: var(--secondary-color-hover);
    z-index: 100;
    transform: translateX(110%);
    transition: transform 0.5s ease;
  }

  .menu_overlay .fas {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 2.5rem;
    transition: all 0.3s ease;
    color: var(--primary-color);
  }
  .menu_overlay .fas:hover {
    color: var(--primary-color-hover);
    transform: scale(1.1) rotate(90deg);
  }

  .menu_overlay ul {
    height: 100%;
    width: 100%;
    list-style: none;
    padding: 20px;
    margin-left: 0px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .menu_overlay a {
    color: var(--primary-color);
    text-decoration: none;
  }

  .menu_overlay a:hover {
    color: var(--primary-color-hover);
  }

  #menuBtn {
    display: none;
  }

  #menuBtn:checked ~ .menu_overlay {
    transform: translateX(0);
  }

  .fas {
    font-size: 2rem;
    color: var(--text-color-light);
    margin-right: 40px;
  }

  .fas:hover {
    color: var(--primary-color-hover);
  }

  .name-line h1 {
    font-size: 30px;
  }

  .logo {
    width: 70px;
    height: 70px;
  }
}

.head-link{
    width:25%;
    font-size:14px;
    font-size:1.4em;
    
}
.head-link a {
    text-decoration: none;
  color: var(--text-color-light);
  padding: 20px;
  font-size: 1em;
  font-weight: 600;
}
.head-link a:hover {
  color: var(--primary-color-hover);
}
.search-bar-button{
    display: inline-block;
    font-weight: 600;
	padding: 5px 15px 5px 15px;
	margin: 10px 20px 10px 1px;
	font-style:normal;
	background-color: var(--secondary-color);
	border-radius:3px;
}

.search-bar-button:hover{
	background-color: var(--secondary-color-hover);
}


input[type="search"]{
    background-color: var(--input-bg);
    border: none;
    box-shadow: none;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
			border-radius: 3px;
    font-family: inherit;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
	font-size: 1.4rem;
    margin: 10px 10px 10px 1.5em;
    padding: 0.75em;
    width: 100%;
    height: 2em;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


.search-bar{
    width:75%;
    float:left;
    }
    
@media (max-width:35em){
    .search-bar{
        width: 100%;
    }
}



/*--------------------------------------------------------------
2.0 about
--------------------------------------------------------------*/
.about-content-area{
    width:1200px;
}
.about-header {
  text-align: center;
}

.about-cards {
  display: flex;
  max-width: 1200px;
  width: 100%;
  height: 500px;
  margin: auto;
}

.about-img-container,
.about-text-container {
  width: 50%;
  position: relative;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text {
  text-align: center;
  background-color: #f1efdc;
  position: absolute;
  top: 10%;
  left: -10%;
  width: 100%;
  height: 100%;
}

.about-button {
  background-color: #42032c;
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
  padding: 10px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 20px;
}

.about-button:hover {
  background-color: rgb(211, 107, 0);
  color: #000;
}

@media (max-width: 800px) {
  .about-content-area{
    width:100%;
  }
  .about-cards {
    flex-direction: column;
    height: auto;
  }
  .about-img-container,
  .about-text-container {
    width: 100%;
  }
  .about-img {
    height: 500px;
  }
  .about-text {
    text-align: center;
    background-color: #f1efdc;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }




.about-clear{
    width:100%;
    height:650px;
}
}
/*--------------------------------------------------------------
3.0 category
--------------------------------------------------------------*/
.grid-container {
  display: grid;
  width: 100%;
  max-width: var(--max-width);
  height: 800px;
  grid-template-columns: 49% 49%;
  grid-template-rows: 50% 50%;
  gap: 20px;
  padding: 1px;
  margin: 40px auto;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/2;
  grid-row: span 2;
  position: relative;
}

.item2,
.item3 {
  position: relative;
}

.item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-btn {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #42032c;
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
  padding: 10px 24px;
  border: none;
  cursor: pointer;
  border-radius: 0px;
}
.img-btn:hover {
  background-color: #f1efdc;
  color: #000;
}

.flex-container {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  margin: auto;
  gap: 20px;
}

.flex-container a {
  margin: auto;
}

.flex-container img {
  width: 100%;
  height: 250px;
  box-shadow: 2px 4px 10px rgb(68, 67, 67);
  border-radius: 8px;
  object-fit: cover;
}

.category {
  position: relative;
  width: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(122, 14, 74, 0.6);
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: scale(0.4);
  transition: 0.3s ease;
  border-radius: 8px;
}
.category:hover .overlay {
  transform: scale(1);
}
.overlay-text {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/
.footer-bar {
 
  padding: 20px;
  background-color: var(--primary-color);
  color: white;
  display: block;
}

.footer-info {
  display: flex;
}

.footer-menu,
.footer-contact,
.footer-insta {
  width: 33.3%;
  text-align: center;
  margin: auto;
}


@media (max-width: 800px) {
  .footer-info {
    flex-direction: column;
  }
  .footer-menu,
  .footer-contact,
  .footer-insta {
    width: 100%;
  }
}

.footer-menu{
    margin-left: -25px;
}

.footer-menu li {
  list-style-type: none;
  line-height: 30px;
}

.footer-menu a {
  color: white;
  text-decoration: none;
}

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

.footer-contact {
  text-align: center;
}

.footer-contact-button {
  margin: 10px;
  border: none;
  border-radius:3px;
  background-color: var(--secondary-color);
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.footer-contact-button:hover {
  background-color: var(--secondary-color-hover);
}

.footer-insta {
  text-align: center;
  position: relative;
}

.insta {
  width: 30%;
  height: 100%;
  text-align: center;
}

.insta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(211, 107, 0, 0.3);
  overflow: hidden;
  width: 30%;
  height: 100%;
  margin: auto;
  transform: scale(0);
  transition: 0.3s ease;
  border-radius: 0px;
}

.footer-insta:hover .insta-overlay {
  transform: scale(1);
}

.insta-overlay-text {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer-made-by {
  text-align: right;
}

.footer-made-by a {
  text-decoration: none;
  color: white;
}

.footer-made-by a:hover {
  color: #d36b00;
}

/*--------------------------------------------------------------
5.0 slider
--------------------------------------------------------------*/
/* Slideshow container */
.slideshow-container {
  width: 100%;
  max-width: var(--max-width);
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.slider-img {
  width: 100%;
  max-width: var(--max-width);
  height: 720px;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .slider-img {
    height: 100%;
  }
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: var(--text-color-dark);
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
6.0  Sidebar
--------------------------------------------------------------*/
.shop-sidebar {
  
}

.sidebar-user-info {
  width: 100%;
  
  background-color: #42032c;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}

.user-image {
  background-color: transparent;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.user-full-name {
  color: white;
}

.sidebar-user-icons a {
  padding: 10px;
}
.sidebar-user-icons img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.sidebar-menu {
  width: 100%;
  border: 1px solid #42032c;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}

.sidebar-menu a {
  color: #42032c;
  text-decoration: none;
}

.sidebar-menu a:hover {
  color: #d36b00;
}

.sidebar-menu li {
  list-style: none;
  display: flex;
  align-items: center;
}

.sidebar-menu p {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0;
}

.sidebar-menu img {
  width: auto;
  height: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.sidebar-menu hr {
  background-color: #42032c;
}

@media (max-width: 800px){
   .shop-sidebar {
   display: none;
} 
}



