/*
 Theme Name:   Koji Child
 Template:     koji
 Version:      3.0.0
*/

/*
.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

:root {
  --color-one:    #261A0E;
  --color-two:    #594431;
  --color-three:  #F2EADF;
  --color-four:   #A6907B;
  --color-five:   #D9C8B8;
}

body {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-one);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  color: var(--color-two);
}

b, strong {
    font-weight: 800;
}

a { color: var(--color-four); }

button,
.faux-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--color-four);
  border: none;
  border-radius: .4rem;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 1.6rem 2.6rem 1.7rem;
  text-align: center;
  text-decoration: none;
  transition: opacity .15s linear;
}

/* Force the footer to the bottom */
#site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#site-content { flex: 1; }


.custom-background {
  background-size: cover !important;
}

.preview-wrapper {
  border-radius: 0;
}

#main-menu {
  list-style: inside square;
}

.preview-title {
  color: var(--color-two);
  font-size: 1.75rem;
}

.preview-title a:hover {
  color: var(--color-four);
}

.custom-logo-link img {
  max-width: 160px;
}


#load-more, .download-button {
  font-family: "Special Elite", system-ui;
  font-size: 2rem;
}

.download-wrapper {
  margin: 2rem 0 0;
  padding: 2rem 0;
  text-align: center;
}

::selection {
  background: var(--color-two);
  color: #FFF;
}

.pagination-single a {
  color: var(--color-four);
}

.archive-header .subheading {
  color: var(--color-four);
}

.header-inner-top,
.mobile-menu-top {
  display: flex;
  height: 100%;
  flex-flow: column;
}

.mobile-menu .sidebar-widgets {
    margin-top: 1rem;
}

ul.site-nav {
  flex: 1;
  margin-top: 2rem;
}

.pagination-wrapper {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--color-five);
}

.don-raul-pic img {
  border: 4px solid var(--color-three);
}

@media ( min-width: 600px ) {
  h3 { font-size: 3rem; }
}

@media ( min-width: 1000px ) {
  .custom-background {
    background-size: contain !important;
  }
  .custom-logo-link img {
    max-width: 200px;
  }
  
  .single-container {
    border-radius: 0;
  }
  
  .featured-media img {
    max-width: 1100px;
    max-height: 1100px;
    height: auto;
    display: block;
    object-fit: contain;
    padding: 6rem 6rem 0;
    margin: 0 auto;
  }
  
  .archive-header-desktop .preview-wrapper {
    background: var(--color-one);
  }
  
  ul.site-nav { margin-top: 2rem; }
}

.widget_search label,
.widget_search img {
    display: block;

}
