/*!
Theme Name: Coco
Theme URI: http://underscores.me/
Author: Casey Macrae
Author URI: http://softuniverse.org/
Description: Nail bar and Day Spa
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: GNU
Text Domain: coco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Coco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*-------------------------------
* GLOBALS
--------------------------------*/
/* Normalise */
* {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* General site */
html {
  max-width: 100vw;
}

ul {
  list-style: none;
}

a:hover {
  cursor: pointer;
}

img {
  height: auto;
}

blockquote {
  display: block;
  margin: 2em 0;
}

form, label, input {
  height: 100%;
}

label {
  width: 75%;
  display: inline-block;
}

input {
  width: 103%;
  padding-left: 1em;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.7);
}

ol, dl {
  margin: 1em 0;
}
ol li, ol dd, dl li, dl dd {
  padding: 1em;
}

.screen-reader-text, .skip-link {
  display: none;
}

.notice {
  border: 1px solid gold;
  background: lightyellow;
  padding: 1.5em 2.3em;
}

/*-------------------------------
* TYPOGRAPHY
--------------------------------*/
/* Common Elements */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #979797;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #727272;
  margin: 1em 0;
}

p {
  text-align: justify;
  line-height: 1.5em;
  color: #979797;
  margin: 0 0 2em 0;
  padding: 0;
}

.notice p {
  margin: 0;
}

/* Links */
a {
  text-decoration: none;
  color: #6B6934;
}

footer.site-footer a:link, footer.site-footer a:visited {
  color: #979797;
}
footer.site-footer a:hover, footer.site-footer a:focus, footer.site-footer a:active {
  color: #727272;
  text-decoration: underline;
}

.post-navigation a:hover, .post-navigation a:active, .post-navigation a:focus {
  text-decoration: underline;
}

/*-------------------------------
* WIDGETS
--------------------------------*/
/* Search widget */
.widget_search {
  height: 42px;
  width: 300px;
  margin: 0;
}
.widget_search button,
.widget_search input[type=button],
.widget_search input[type=reset],
.widget_search input[type=submit] {
  height: 100%;
  width: auto;
  display: inline-block;
  border: inherit;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 21px 21px 0;
  background-color: #fff;
  color: #777557;
  padding: 0 1em;
  transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
}
.widget_search button:hover,
.widget_search input[type=button]:hover,
.widget_search input[type=reset]:hover,
.widget_search input[type=submit]:hover {
  cursor: pointer;
  background-color: #979797;
  color: #fff;
  transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}
.widget_search button:active,
.widget_search input[type=button]:active,
.widget_search input[type=reset]:active,
.widget_search input[type=submit]:active {
  color: #000;
}

.award img {
  width: auto;
}

/* HAND HELDS ( < 600px ) */
@media screen and (max-width: 37.4375em) {
  .widget_search {
    width: 70%;
    height: 40px;
    position: absolute;
    top: 12em;
    left: 19%;
    z-index: 2;
  }
  .widget_search input {
    padding-left: 1em;
  }
  .widget_search label {
    width: 75%;
  }

  #facebook {
    width: 340px;
    margin: 0 auto;
  }
}
/* TABLETS - PORTRAIT ( > 900px ) */
@media screen and (min-width: 37.5em) {
  .widget_search {
    position: absolute;
    top: 15em;
    width: 70%;
    left: 19%;
  }
  .widget_search label {
    width: 80%;
  }

  .widget_nav_menu {
    margin-bottom: 5em;
  }

  .award {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* DESkTOP ( > 1200px ) */
@media screen and (min-width: 75em) {
  .widget_search {
    width: 14em;
    position: relative;
    top: auto;
    left: auto;
  }
  .widget_search label {
    width: 75%;
  }
}
/*-------------------------------
* HEADER
--------------------------------*/
header.site-header {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  color: #777557;
  font-weight: 100;
}
header.site-header #coco_banner,
header.site-header .site-branding,
header.site-header address {
  height: 100%;
  line-height: 1.5em;
}
header.site-header #coco_banner {
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0;
}
header.site-header #coco_banner .site-branding img {
  height: 90%;
  width: auto;
}

@media screen and (max-width: 37.4375em) {
  header.site-header {
    height: 6.25em;
    justify-content: space-between;
  }

  #coco_banner {
    width: 80%;
  }
  #coco_banner .site-branding {
    height: 70%;
    margin-left: 1em;
  }
  #coco_banner #address {
    height: 10%;
    font-size: 0.7em;
    margin: 0 0 0 1em;
  }
}
@media screen and (min-width: 37.5em) {
  header.site-header {
    height: 9.25em;
    flex-direction: column;
  }
  header.site-header .menu-toggle {
    display: none;
  }
  header.site-header #coco_banner {
    height: 6.25em;
  }
  header.site-header #coco_banner #address {
    width: 14em;
    margin: 0 0.5em;
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 75em) {
  header.site-header {
    height: 6.25em;
    position: fixed;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  header.site-header #address {
    width: 12em;
    margin: 0 0 0 1em;
    font-weight: normal;
  }
}
/*-------------------------------
* NAVIGATION
--------------------------------*/
nav.main-navigation .menu-top-nav-container {
  height: 100%;
}
nav.main-navigation button.menu-toggle {
  height: 100%;
  border: none;
  position: relative;
  right: 0;
  top: 0;
  background-color: #777557;
}

@media screen and (max-width: 37.4375em) {
  nav.main-navigation {
    height: 100%;
    width: 20%;
  }
  nav.main-navigation button.menu-toggle {
    width: 100%;
  }
  nav.main-navigation .menu-top-nav-container {
    display: none;
  }

  nav.main-navigation.toggled .menu-top-nav-container {
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    z-index: 100;
    background-color: #eee;
  }
  nav.main-navigation.toggled .menu-top-nav-container ul {
    width: auto;
  }
  nav.main-navigation.toggled .menu-top-nav-container ul a {
    display: block;
    padding: 1em;
    border-bottom: 1px dotted #ccc;
  }
  nav.main-navigation.toggled .menu-top-nav-container ul a:hover, nav.main-navigation.toggled .menu-top-nav-container ul a:focus, nav.main-navigation.toggled .menu-top-nav-container ul a:active, nav.main-navigation.toggled .menu-top-nav-container ul .current-menu-item a {
    background-color: #fff;
    font-weight: bold;
  }
  nav.main-navigation.toggled .menu-top-nav-container ul ul {
    margin-left: 3em;
  }
  nav.main-navigation.toggled button.menu-toggle {
    background-color: #6B6934;
  }
  nav.main-navigation.toggled .toggled .menu-top-nav-container {
    display: initial;
  }
}
@media screen and (min-width: 37.5em) {
  .main-navigation {
    height: 3em;
  }
  .main-navigation ul {
    height: 100%;
    width: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul li {
    display: inherit;
  }
  .main-navigation ul li a {
    display: inherit;
    align-items: center;
    justify-content: center;
    color: #6B6934;
  }
  .main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
  }
  .main-navigation ul ul.sub-menu {
    display: none;
  }
  .main-navigation li:hover, .main-navigation li:focus, .main-navigation li:active {
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: normal;
  }
  .main-navigation li:hover .sub-menu, .main-navigation li:focus .sub-menu, .main-navigation li:active .sub-menu {
    height: auto;
    width: auto;
    display: initial;
    position: absolute;
    z-index: 2;
    margin: 3em 0 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 3px 3px;
  }
  .main-navigation li:hover .sub-menu a, .main-navigation li:focus .sub-menu a, .main-navigation li:active .sub-menu a {
    padding: 1em;
    text-align: left;
  }
  .main-navigation li.current-menu-item {
    font-weight: bold;
  }
}
@media screen and (min-width: 75em) {
  nav.main-navigation {
    height: 100%;
    width: auto;
  }
  nav.main-navigation ul {
    display: flex;
    flex-flow: row nowrap;
  }
  nav.main-navigation ul li:hover, nav.main-navigation ul li:focus, nav.main-navigation ul li:active {
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: normal;
  }
  nav.main-navigation ul li:hover .sub-menu, nav.main-navigation ul li:focus .sub-menu, nav.main-navigation ul li:active .sub-menu {
    top: 3.25em;
  }
  nav.main-navigation ul a {
    min-width: 5.4em;
  }
}
.navbuffer {
  margin: 0 0 5em 0;
}
.navbuffer .image-buffer-v {
  max-width: 90%;
  margin: 120px 0 0 0;
  transition: max-width 0.5s linear;
}
.navbuffer .imagebreak {
  text-align: center;
}

#mid_wrap {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}

main.site-main {
  display: grid;
  grid-template-columns: auto;
  gap: 3em;
  justify-content: center;
  border-bottom: 1px solid #eee;
}

/* ASIDE */
aside.widget-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
aside.widget-area ul.menu li {
  border-bottom: 1px solid #98976D;
}
aside.widget-area ul.menu li a {
  display: block;
  padding: 1em;
}
aside.widget-area ul.menu li a:hover, aside.widget-area ul.menu li a:focus, aside.widget-area ul.menu li a:active {
  background-color: #eee;
}

.search-results article, .category article {
  background-color: #eee;
  padding: 1em;
  transition: background-color 0.5s linear;
}
.search-results article:hover, .category article:hover {
  background-color: #d7d7d7;
  transition: background-color 0.5s linear;
}

.post-thumbnail img {
  height: auto;
}

.post-navigation {
  margin: 10em 0 1em 0;
}
.post-navigation .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}

@media screen and (max-width: 37.4375em) {
  main.site-main {
    gap: 3em;
  }

  aside.widget-area {
    width: 90%;
    margin: 4em auto;
  }
  aside.widget-area section {
    margin: 4em 0;
  }
}
@media screen and (min-width: 56.25em) {
  #mid_wrap {
    display: grid;
    grid-template-columns: 350px auto;
    grid-gap: 2em;
  }

  main {
    grid-column: 2/3;
    grid-row: 1/auto;
  }

  aside.widget-area {
    width: 350px;
    grid-column: 1/2;
    grid-row: 1/auto;
    display: flex;
    flex-direction: column;
    margin: 0 50px 0 0;
  }
  aside.widget-area .award {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  aside.widget-area .award img {
    height: auto;
    width: auto;
  }
  aside.widget-area .award figcaption {
    text-align: justify;
  }

  .single .article-content {
    width: 100%;
    display: grid;
    grid-template: auto/40% 55%;
    gap: 5%;
  }

  .page article .wp-block-image {
    width: 20em;
  }
  .page article.has-post-thumbnail {
    display: grid;
    grid-template: auto auto auto/auto auto;
  }
  .page article.has-post-thumbnail .post-thumbnail {
    padding: 3em 3em 0 0;
  }
  .page article.has-post-thumbnail header, .page article.has-post-thumbnail footer {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 75em) {
  .navbuffer .image-buffer-v {
    max-width: 70%;
  }

  .search-results main.site-main, .category main.site-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 3em 2em;
    justify-content: center;
  }
  .search-results main.site-main header, .category main.site-main header {
    grid-column: 1/3;
  }
}
@media (min-width: 112.5em) {
  .search-results main.site-main, .category main.site-main {
    display: grid;
    grid-template: auto/auto auto auto auto;
  }
  .search-results main.site-main header, .category main.site-main header {
    grid-column: 1/5;
  }
}
/*-------------------------------
* FOOTER
--------------------------------*/
/* misc */
footer.site-footer {
  background-color: #eee;
  font-size: 0.8em;
  color: #979797;
  padding: 3em 0 2em 0;
}
footer.site-footer .site-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.site-footer .faded {
  opacity: 0.5;
}
footer.site-footer #misc {
  height: 3em;
  width: 90%;
  display: flex;
  justify-content: flex-end;
  margin-top: -3em;
  margin-left: 5%;
}
footer.site-footer #misc section {
  width: 30px;
}
footer.site-footer #misc img.faded {
  height: 30px;
  width: auto;
}

#foot_menus {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5em;
  padding: 0 10%;
}

#credit, #copyright {
  width: 100%;
  text-align: center;
  font-size: 0.625rem;
}

#copyright img {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}

@media screen and (max-width: 37.4375em) {
  #widget_strip {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10em auto;
  }

  #foot_menus li {
    height: 2em;
  }
}
@media screen and (min-width: 37.5em) {
  #widget_strip {
    width: 90%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3em;
    margin: 10em auto;
  }
}

/*# sourceMappingURL=style.css.map */
