/*
Theme Name:   Maya Jarvis 
Theme URI:    mayajarvis.com
Description:  Inunity Child theme
Author:       Jeff Leeder
Author URI:   https://jeffleeder.com
Template:     inunity
Version:      1.0.0
Text Domain:  mayajarvis
*/

@import url("../inunity/style.css");
@import url("woo.css");

body,
p,
li,
ul {
  font-family: "Cambay", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Cambay", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 719px) {
  .entry h1 {
    font-size: 30px !important;
    line-height: 1em;
    letter-spacing: -1px !important;
  }
}
.cambay-regular {
  font-family: "Cambay", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cambay-bold {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cambay-regular-italic {
  font-family: "Cambay", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.cambay-bold-italic {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-style: italic;
}

#header {
  width: 190px;
}
#wrapper-inner {
  padding-left: 190px;
}
#header-top {
  padding: 30px 52px 20px !important;
}
#header-middle {
  padding: 0 15px;
}

@media only screen and (min-width: 1024px) {
  .nav-menu:not(.mobile) li:hover a {
    color: #000;
  }
  .nav-menu:not(.mobile) li:hover .sub-menu a {
    color: #fff;
  }
  .nav-menu:not(.mobile) .menu {
    margin: 0 0px;
  }
  .nav-menu:not(.mobile) .menu > li > span {
    padding: 0px 0px;
  }
  .nav-menu:not(.mobile) .menu > li > span > a {
    line-height: 1.4em;
    font-size: 15px;
    padding: 7px 20px;
  }
  .nav-menu:not(.mobile) button {
    padding: 3px 4px;
    font-size: 12px;
    background-color: #fff !important;
  }
  .nav-menu:not(.mobile) button .svg-icon {
    transform: rotate(-90deg);
    top: -1px;
    left: -3px;
    height: 6px;
  }
  .nav-menu:not(.mobile) .menu ul.active,
  .nav-menu:not(.mobile) .menu li.hover > ul {
    left: 170px;
  }
  .nav-menu:not(.mobile) {
    float: none;
    border: 1px solid #ccc;
    display: block;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
  }
}

article.type-portfolio .type-portfolio-content {
  padding: 0px 0;
  visibility: hidden;
  display: none;
}
article.type-portfolio:hover .type-portfolio-content {
  padding: 16px 0 14px;
  visibility: visible;
  display: grid;
  position: absolute;
  bottom: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  right: 0;
  align-content: center;
  text-align: center;
}
article.type-portfolio .type-portfolio-content .type-portfolio-title a {
  color: #fff !important;
  padding: 16px 20px 14px;
  visibility: visible;
  display: grid;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0;
  align-content: center;
  text-align: center;
}
#footer {
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
}
.post-nav li.next a {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 20px;
  padding-right: 40px;
  text-align: right;
}
.post-nav li {
  width: auto;
}
.post-nav {
  background: #ffffff;
}
.post-nav li.next a {
  border-left: 0px solid rgba(0, 0, 0, 0.08);
}
.post-nav li a:hover span,
.post-nav li a:hover strong {
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  color: #000;
}
.post-nav li a span,
.post-nav li a strong {
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  color: rgba(0, 0, 0, 0.4);
}

.content {
 border-top: 0px solid #fff !important;
}
.content {
  background-image: url(https://mayajarvis.com/wp-content/uploads/2024/11/bktxture.png);
  background-repeat: repeat;
}
.entry-content {
  padding-right: 0px;
  padding-left: 0px;
}
.entry-content,
.content-wrap-inner {
  background: transparent !important;
}
.page-title {
  padding: 20px 40px 15px;
}
.page-title h1 {
    line-height: 24px;
}

.themeform.searchform div input {
  background: #fff;
  padding-left: 26px;
  line-height: 20px;
  width: 300px;
  margin: 50px auto 0px;
  padding: 10px 15px;
}
.themeform.searchform div:after {
  content: "";
}
#header-bottom {
  height: 72px;
}
#header-bottom-top {
  bottom: 22px;
  height: auto;
}
.archivegrid {
  margin: 25px;
  display: flex;
  flex-direction: row;
  justify-content: normal;

  gap: 5px 4px;
  justify-content: center;
  align-content: start;
  align-items: start;
  width: 100%;
}
.featuredimgnav {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr 1fr 1fr;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr;
  margin: auto;
  gap: 25px;
  grid-template-areas: ". . .";
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
.thumbgrid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: normal;
  align-content: top;
  max-height: 75vh;
  gap: 5px;
}
.thumbgrid article {
  height: 100%;
}
.thumbgrid a {
  height: 100%;

  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.thumbgrid a img {
  flex-shrink: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.thumbgrid .type-portfolio {
  width: 50px;
  padding: 0px;
  opacity: 0.8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #ccc;
}
.thumbgrid .type-portfolio:hover {
  border: 2px solid #ba85bb;
}
.archivegrid .activeitem {
  text-align: center;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.archivegrid .activeitem img {
  max-height: 75vh;
  width: auto;
  margin: auto;
}
.singlecontent {
  max-width: 1000px;
  margin: auto;
  padding: 45px 20px;
}
.featuredimgnav a {
  font-size: 25px;
  opacity: 0.2;
}
.featuredimgnav a:hover {
  font-size: 25px;
  opacity: 0.8;
}

h2 {
  font-size: 25px;
  margin-bottom: 25px;
}
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  background-color: #ba85bb !important;
  padding: 14px 15px 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  color: #fff !important;
}
.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover {
  background-color: #000 !important;
}
.btn-lp, .wc-block-components-button {
  background-color: #ba85bb;
  padding: 9px 15px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-lp:hover, .wc-block-components-button:hover {
  background-color: #000 !important;
  text-decoration: none !important;
  color: #fff;
}
.topright {
  position: fixed;
  right: 10px;
  top: 10px;
  display: block;
  z-index: 10;
}
.admin-bar .topright {
  top: 41px;
}

/*home page */
.entry .nobotpad {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.entry .notoppad {
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
.sectiontitle {
  margin-bottom: 5px !important;
  margin-top: 45px !important;
  font-size: 23px !important;
}
.home .content-wrap {
  margin: 0 auto;
  max-width: 1050px;
}
.home .entry > *:not(.alignfull) {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.titlesmalltext {
  margin-bottom: -7px !important;
}
.wp-block-columns.is-layout-flex,
.wp-block-columns-is-layout-flex,
.wp-block-columns {
  gap: 20px !important;
  margin-bottom: 100px !important;
}

.cta-box {
  margin-top: 50px;
  padding: 75px 20px;
  text-align: center;
  background-color: #402976;
  color: #ba85bb !important;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.cta-box h2 {
  padding: 0px;
  margin: 0px;
  color: #fff !important;
}

.wp-block-gallery {
  padding: 40px 0px;
}
.wp-block-image a {
  border: 2px solid #fff;
}
.wp-block-image a:hover {
  border: 2px solid #ba85bb;
}
.wp-block-image img {
  border: 10px solid #fff;
}
#openslider {
  display: grid;
  background: none;
  color: inherit;
  border: 2px solid #ba85bb;
  padding: 0 0 37px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  opacity: 1;
  position: relative;
  transition: all 0.2s ease-out;
}
#openslider p {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #ba85bb;
  padding: 10px 15px 3px;
  width: auto;

  color: #fff;

  transition: all 0.2s ease-out;
  font-size: 18px;
  font-weight: bold;
}
#openslider:hover p {
  background: #000;
  transition: all 0.2s ease-out;
}
#openslider img {
  opacity: 1 !important;
  border: 10px solid #fff;
}
#openslider:hover {
  transition: all 0.2s ease-out;
  border: 2px solid #000;
}
#baguetteBox-overlay .full-image img {
  max-height: calc(90% - 40px);
  border: 20px solid #fff;
}
.site-title a img {
  max-height: 92px !important;
  margin: auto;
}
body .content div.woocommerce-notices-wrapper. {margin-top:27px !important;}
