/****** This is for the override style for the m6_blank parent theme ******/
body {
  color: #252525;
}

header, footer.site-footer {
  background-color: #2F1328;
}

header.site-header {
  padding: 12px 0;
}

a, a:link, a:visited {
  color: #910060;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #2F1328;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Inspiration", cursive;*/
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-style: normal;
  color: #910060;
  margin: 5px 0;
}

h1 {
  font-size: 3.3em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.7em;
}

h6 {
  font-size: 1.5em;
}

.page-header.archive h4 {
  font-family: "Cormorant", serif;
  margin-bottom: 20px;
}

button {
  display: inline-block;
  background-color: #910060;
  color: #fff;
  border-radius: 0;
  border: none;
  width: 200px;
  text-transform: uppercase;
  margin: 0 5px;
  vertical-align: top;
}

button:hover {
  background-color: #2F1328;
  color: #fff;
}

.m6-read-more button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
  background-color: #2F1328;
  color: #fff;
}

.homepage-feature-posts .m6-post-container .vc_btn3.vc_btn3-color-juicy-pink:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background-color: #c3b7bf;
  color: #000;
}

.content {
  padding: 0;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.post {
  margin: 0 0 4em 0;
}

main {
  margin-top: 25px;
}

aside {
  padding: 25px;
}
aside h1, aside h2, aside h3, aside h4, aside h5, aside h6 {
  font-family: "Cormorant", serif;
}

.home .wrapper.full .content, .home .wrapper.full main {
  padding: 0;
  margin: 0;
}

.wrapper.full .content {
  padding: 0 25px;
  margin: 25px 0;
}

.blog .content, .archive .content, .error404 .content {
  padding: 0 25px;
}

.post-template-default .post {
  padding: 25px;
}

.wp-block-latest-posts__post-title {
  font-size: 1.3em;
  margin-bottom: 5px;
}

.blog-featured-image {
  height: 400px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

a.read-more-button, a:link.read-more-button,
a:visited.read-more-button {
  display: inline-block;
  background-color: #910060;
  color: #fff;
  border-radius: 0;
  border: none;
  width: 200px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
}

a:hover.read-more-button {
  background-color: #2F1328;
  color: #fff;
}

aside a.read-more-button,
aside a:link.read-more-button,
aside a:visited.read-more-button {
  display: none;
}

.nav-logo {
  display: inline-block;
}
.nav-logo img {
  vertical-align: middle;
  margin-bottom: 10px;
}

.logo-name {
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.logo-name p {
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  color: #fff;
}

nav {
  margin-top: -4px;
}

.nav-toggle span {
  background-color: #fff;
}

.menu li a:hover {
  color: #D391C0;
}

.menu li {
  padding: 0 10px;
}
.menu li a {
  font-family: "Libre Caslon Text", serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #fff;
}

.menu .menu-item-has-children ul li {
  background-color: #6a275a;
}

.menu .menu-item-has-children ul li a {
  color: #fff;
}

.menu .menu-item-has-children ul li:hover {
  background-color: #2F1328;
}

.menu .menu-item-has-children ul li a:hover {
  color: #D391C0;
}

.menu .menu-item-has-children .menu-item-has-children:hover > ul {
  left: calc(100% - 40px);
}

.menu .menu-item-has-children .menu-item-has-children li a {
  color: #fff;
}

@media screen and (min-width: 800px) {
  footer .menu {
    justify-content: center;
  }
}
footer.site-footer h2,
footer.site-footer h3,
footer.site-footer h4,
footer.site-footer h5 {
  color: #fff;
}

.developer p {
  font-size: 0.8em;
  line-height: 1.4em;
}

footer.site-footer, footer.site-footer a,
footer.site-footer a:link, footer.site-footer a:visited {
  color: #fff;
}

footer .menu li {
  padding: 0 10px;
}

footer .box-container .box {
  width: 100%;
}

footer .box-container .box:first-child {
  width: 100%;
  text-align: center;
  margin: 20px 0 30px 0;
}

footer .box-container .box:last-child {
  width: 100%;
  margin-top: 30px;
}

footer .box-container .box.middle-box {
  text-align: center;
  margin-bottom: 50px;
}

.footer-logo {
  width: 50px;
  display: inline-block;
}

.footer-logo-name {
  display: inline-block;
}
.footer-logo-name p.logo-name {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  position: relative;
  top: -14px;
}
.footer-logo-name p {
  margin: 0;
  position: relative;
  top: -19px;
  left: 5px;
}

.footer-social {
  width: 200px;
  margin: 10px auto;
}
.footer-social img {
  display: inline-block;
}

.footer-nav {
  margin: 0;
}
.footer-nav .menu li a {
  font-size: 0.8rem;
}

.site-copyright {
  padding-top: 20px;
  font-size: 0.8em;
}
.site-copyright .box-container .box.first-box,
.site-copyright .box-container .box.middle-box,
.site-copyright .box-container .box.last-box,
.site-copyright .box-container .box:last-child {
  margin: 0;
}
.site-copyright .box-container .box.first-box p,
.site-copyright .box-container .box.middle-box p,
.site-copyright .box-container .box.last-box p,
.site-copyright .box-container .box:last-child p {
  margin: 0;
}
.site-copyright .developer {
  text-align: center;
}

.outline-text h2 {
  display: none !important;
  position: relative;
  font-size: 1.9em !important;
  text-shadow: -1px -1px 0 #D391C0, 1px -1px 0 #D391C0, -1px 1px 0 #D391C0, 1px 1px 0 #D391C0 !important;
}

.subtitle-text {
  position: relative;
  top: 98px;
  left: -156px;
  background-color: rgba(0, 0, 0, 0.26);
  padding: 8px 9px 0 5px;
}
.subtitle-text p {
  font-size: 1.1em !important;
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  .wrapper {
    grid-template-areas: "header header header header" "content content content sidebar" "footer footer footer footer";
    grid-template-columns: 1fr 1fr 0.1fr 1fr;
  }
  aside {
    padding: 50px 35px 0 35px;
  }
  .outline-text h2 {
    display: block !important;
    top: 70px;
    left: -20px;
  }
  .subtitle-text {
    background-color: transparent;
    padding: 0;
  }
  .subtitle-text p {
    top: 70px;
    left: -25px;
  }
}
@media screen and (min-width: 800px) {
  .nav-container {
    justify-content: center;
  }
  .blog-featured-image img {
    width: 90%;
  }
}
@media screen and (min-width: 960px) {
  .wrapper.full .content {
    padding: 0 100px;
  }
  .blog .content, .archive .content, .error404 .content {
    padding: 0 30px 0 30px;
  }
  .post-template-default .post {
    padding: 0 30px 0 5px;
  }
  .post {
    margin: 0 0 4em 1.5em;
  }
  aside {
    padding: 25px 50px 0 0;
  }
  a.read-more-button, a:link.read-more-button,
  a:visited.read-more-button {
    margin: 0;
  }
  .outline-text h2 {
    top: 0;
    left: 0;
    font-size: 2.9em !important;
  }
  .subtitle-text {
    top: -10px;
    left: 0;
  }
  .subtitle-text p {
    font-size: 1.2em !important;
  }
  footer.site-footer {
    padding: 20px 50px 0 15px;
  }
  footer .box-container .box {
    width: 60%;
  }
  footer .box-container .box:first-child {
    width: 20%;
    margin: 35px 0 0 0;
    padding: 0;
  }
  footer .box-container .box:last-child {
    width: 20%;
  }
  .footer-logo-name p.logo-name {
    top: 7px;
  }
}
@media screen and (min-width: 1150px) {
  .blog .content, .archive .content, .error404 .content {
    padding: 25px 50px 0 50px;
  }
  .post-template-default .post {
    padding: 25px 40px 0 50px;
  }
  .post {
    margin: 0 0 4em 1.5em;
  }
  aside {
    padding: 55px 50px 0 0;
  }
  footer.site-footer {
    padding: 20px 100px 0 100px;
  }
}
@media screen and (min-width: 1300px) {
  .content {
    padding: 0 50px 0 50px;
  }
  aside {
    padding: 55px 100px 0 0;
  }
}
@media screen and (min-width: 1370px) {
  .footer-logo-name p.logo-name {
    top: -14px;
  }
}
@media screen and (min-width: 1500px) {
  .content {
    padding: 0 50px 0 100px;
  }
  aside {
    padding: 55px 150px 0 0;
  }
}

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