/*
                                     _ 
                                    | |
 _ __    ___   _ __ ___    __ _   __| |
| '_ \  / _ \ | '_ ` _ \  / _` | / _` |
| | | || (_) || | | | | || (_| || (_| |
|_| |_| \___/ |_| |_| |_| \__,_| \__,_|                                     

Website Developed by: Nomad Digital Media, LLC
Developer: Jonathan Hazelwood
Site Created:
Launch Date:
Framework: Foundation 6, Custom PHP
*/

/* Import Custom Fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,500;1,300;1,500&display=swap");

/* Brand Colors & Custom Font Vars */
:root {
  --purple: #513383;
  --lightpurple: #E5CCFF;
  --mediumpurple: #864DBF;
  --darkpurple: #281944;
  --main-font: "Noto Serif, serif";
}
/* End Brand Colors & Custom Font Vars */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--mediumpurple);
}

iframe {
  border: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: 1.1em;
  font-family: "Noto Serif", serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.1em;
  font-family: "Noto Serif", serif !important;
  color: var(--darkpurple) !important;
}

h2 {
  font-size: 1.9em !important;
  font-weight: 600 !important;
  color: var(--darkpurple) !important;
}

.title-bar {
  display: none !important;
}

.brand-button, .formblock__submit > input {
  background-color: var(--purple);
  color: white;
  margin-top: 2rem;
  padding: 10px 25px;
  border: none;
  font-size: 1.2em;
  font-weight: 600;
}
.brand-button:hover, .formblock__submit > input:hover {
  background-color: var(--mediumpurple);
  color: white;
}

.caption {
  display: block;
  text-align: center;
  margin-top: 1em;
  color: gray;
  font-style: italic;
  font-size: 1em;
}

#topbar {
    color: var(--darkpurple);
    font-weight: 700;
    background: rgba(134, 77, 191, 0.5);
    width: 100%;
    padding: .2rem .5rem;
}

#header {
  background-color: var(--lighpurple);
  background-image: url("/assets/images/headerbk.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

#header .grid-container {
  padding: 0;
}

#header #logo img {
    width: 825px;
    position: relative;
}

.breadcrumbs {
  margin: 1rem 0 !important;
}
.breadcrumbs a {
  color: var(--purple) !important;
}

#header_bottom {
  background-color: var(--lightpurple);
  margin-bottom: 2em;
  padding: 0.5rem 0;
}
#header_bottom .breadcrumbs li {
  font-size: 0.8em;
}

#mainmenu {
  background-color: var(--purple);
}
#mainmenu ul li:first-of-type a {
  padding-left: 0;
}
#mainmenu ul li:last-of-type a {
  float: right;
}
#mainmenu ul li a {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding: 1em 1.4em;
}
#mainmenu ul li a:hover {
  color: var(--mediumpurple);
}

.dropdown-menu {
  border: solid 1px var(--purple) !important;
  min-width: 275px !important;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu li a {
  color: var(--purple) !important;
  font-size: 1.1em !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  width: 100%;
  padding: 1rem 1rem !important;
}
.dropdown-menu li a:hover {
  background-color: var(--mediumpurple);
  color: white !important;
}

/* Dropdown Arrow Main Menu*/
#mainmenu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.8em;
    content: "\f107";
    border-width: 0;
    right: 25px;
    margin-top: -10px;
}

#home_slideshow {
  position: relative;
  margin-bottom: 1rem;
}
.hero-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.hero-slide {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 400px;
  margin: 0;
  position: relative;
}
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#vision img {
  width: 100%;
  object-fit: cover;
}

#vision_content {
  background-color: var(--purple);
  text-align: center;
  padding: 8rem 4rem;
}

#vision_content h3 {
  font-weight: 800;
  font-size: 1.5em;
  color: white !important;
}

#vision_content p {
  font-size: 1.2em;
  font-style: italic;
  color: white;
}

.breadcrumbs li:not(:last-child)::after {
  color: #5400A7 !important;
}

#page_title {
  padding: 0.5rem 0;
}
#page_title h3 {
  font-size: 1.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--darkpurple) !important;
  margin: 0;
}

.galleryImage img {
  border: solid 5px white;
  box-shadow: 0 0 3px #999;
  margin-bottom: 20px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
.galleryImage img:hover {
  transform: scale(1.02);
  box-shadow: 0 0 6px 1px rgba(30, 31, 132, 0.5);
}

#archive_title {
  color: white;
}

#archives ul {
  margin: 0;
}

.archiveitem-heading {
  color: white;
  margin-top: 5px;
}

.archiveitem {
  list-style-type: none;
  border: solid 5px var(--purple);
  z-index: 100;
  background-color: var(--lightpurple);
  max-height: 400px;
  overflow: hidden;
}

.archiveitem:hover {
  transform: scale(1.02);
}

.archiveitem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}

.archive-heading {
  font-weight: 500;
  padding: 5px 0;
}

.archive-link {
  display: block;
  background-color: var(--purple);
  color: white;
  margin-top: 1em;
  padding: 1em;
}

.archive-link:hover {
  background-color: var(--mediumpurple);
  color: white;
}

.sermon-listing {
  position: relative;
  background-color: white;
  margin-bottom: 2rem;
  padding: .5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: transform .4s;
}

.sermon-listing .playbutton {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.sermon-listing .playbutton img {
  height: 50px;
  width: 50px;
}

.sermon-listing img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.sermon-listing:hover {
    transform: scale(1.04);
}

.archiveitem-heading {
  background-color: var(--purple);
  color: white !important;
  margin: 0;
  padding: .5rem;
  font-size: 1em;
  font-weight: 600;
}

.sermon-date {
  background-color: var(--lightpurple);
  color: var(--darkpurple);
  margin: 0;
}

#videoArea .archive-heading {
  color: white;
  border: none;
  font-weight: 500;
}

.events ul {
  list-style-type: none;
  margin: 0;
}
.events ul .event {
  margin-bottom: 2em;
  border-bottom: solid 1px #eee;
}
.events ul .event a h3 {
  color: var(--purple) !important;
}
.events ul .event a h3:hover {
  color: var(--mediumpurple) !important;
}

#eventlisting {
  padding: 0.5em;
  background-color: #E5CCFF;
}

blockquote {
    border-left: 4px solid var(--purple) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 2rem !important;
    padding: 1rem !important;
}

blockquote, blockquote p {
    color: var(--lighpurple) !important;
}

blockquote footer::before {
  content:'-';
}

#contact_info {
  background-image: url('/assets/images/mapbk.webp');
  background-size: cover;
  min-height: 400px;
  padding: 4rem;
}

#info {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  color: var(--purple);
  padding: 2rem 3rem;
}

#info .button {
  background-color: var(--purple);
  font-size: 1em;
  font-weight: 600;
  margin-top: 1rem;
}

#info .button:hover {
  background-color: var(--mediumpurple);
}

.footer {
  background-color: var(--darkpurple);
  padding: 4rem 0;
  text-align: center;
  color: white;
}

#footer_social {
  margin-bottom: 1rem;
}

#footer_social a:hover i {
  color: var(--mediumpurple) !important;
}

#footer_nav a {
  color: white;
  font-weight: 600;
}

#footer_nav a:hover {
  color: var(--mediumpurple);
}

#footer_copy {
  padding: 7px 0;
  color: white;
}

#siteby {
  margin-top: 1rem;
}

#siteby img {
    width: 125px;
    background-color: var(--purple);
    border-radius: 7px;
}

#siteby img:hover {
    background-color: var(--mediumpurple);
}

@media screen and (max-width: 1024px) {
  .title-bar {
    display: none !important;
  }

  #mainmenu ul li a {
    font-size: 1.1em;
    padding: 1em;
  }

  #mainmenu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    right: 12px;
  }

  #vision_content {
    padding: 3rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  #mainmenu {
    display: none;
  }

  #close_area {
    background-color: var(--purple);
    border: none !important;
  }
  #close_area .close-button span {
    color: white;
  }

  .off-canvas {
    background-color: var(--purple) !important;
  }
  
  .title-bar {
    display: block !important;
  }

  .title-bar {
    background-color: var(--purple) !important
  }

  .title-bar .menu-icon::after {
    background: white;
    box-shadow: 0 7px 0 white, 0 14px 0 white
  }
    
  .title-bar .title-bar-title {
    color: white
  }

  #mobilemenu .menu li {
    width: 100%;
  }
  
  #mobilemenu .menu li a {
    color: #fff !important;
    font-weight: 600
  }

  #mobilemenu .menu li .submenu {
    list-style-type: none;
    margin: 0;
    border: none !important;
    background-color: var(--purple);
  }

  #mobilemenu .menu li .submenu li {
    padding-left: 1rem
  }

  #mobilemenu .menu li .submenu li a {
    font-size: 1em !important
  }

  #mobilemenu .menu li .submenu li a:hover {
    color: #5400a7 !important
  }

  /* Dropdown Arrow Mobile Menu*/ 
  #mobilemenu .accordion-menu.align-left .is-accordion-submenu-parent>a::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-size: 0.8em;
      content: "\f107";
      border-width: 0;
      right: 25px;
      margin-top: -10px;
  }

  #mobilemenu ul [aria-expanded=true] > a::after {
    right: 12px !important;
    top: 35px;
  }

  #vision_content {
    padding: 1.2rem 4rem;
  }

  #vision_content h3 {
    font-size: 1.2em;
  }

  #vision_content p {
    font-size: .9em;
  }
}

@media screen and (max-width: 425px) {
  #topbar .cell {
    text-align: center;
  }

  .breadcrumbs {
    display: flex;
    justify-content: center;
  }

  #page_title {
    text-align: center;
  }

  .block.block-type-image img {
    width: 100%;
    object-fit: cover;
  }

  #contact_info {
    padding: 2rem;
  }

  #footer_nav a {
    margin-bottom: 1rem;
  }
}


@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.k-block-type-link-button .button-container {
  padding: 0.5em 0;
  display: flex;
  flex: 1;
}

.k-block-type-link-button .button-link {
  border: 0;
  background-color: var(--purple);
  font-weight: bold;
  color: white !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.k-block-type-link-button .button-link:hover {
  background-color: var(--mediumpurple);
}

.k-block-type-link-button .button-icon {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.75em 1em;
  align-items: center;
}

.k-block-type-link-button .button-icon svg {
  height: 1.5em;
  width: 1.5em;
}

.k-block-type-link-button .button-content {
  flex: 1;
  line-height: 1.5em;
  padding: 1em 3em;
}

.k-block-type-link-button .full-width {
  flex: 1;
}

.k-block-type-link-button .left-align {
  justify-content: start;
}

.k-block-type-link-button .center-align {
  justify-content: center;
}

.k-block-type-link-button .right-align {
  justify-content: end;
}

.k-block-type-link-button .reverse {
  flex-direction: row-reverse;
}

/* Form Styles*/
.formfield__label__text {
  font-size: 1.2em;
}

.formfield__label__required {
  color: red;
}

.formblock__submit > input:hover {
  filter: brightness(100%);
}

.formblock__message--error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  margin: 1rem 0;
  padding: .5rem;
}

.formblock__message__list {
  margin: 0;
}

.formblock__message__list__item {
  list-style: none;
}

/* Foundation Styles */
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}