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

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

/* Brand Colors & Custom Font Vars */
  :root {
    --main-font: Arial,Helvetica,sans-serif;
    --burgundy: #8B0000;
  }

  @font-face {
      font-family: logofont;
      src: url(/assets/fonts/georgiab.ttf);
    };
/* Brand Colors & Custom Font Vars */

  ::selection {
    background-color: var(--burgundy); /* Custom highlight color */
    color: #FFF; /* Color of the selected text */
  }

.rounded img {
    border-radius: 1em;
}

.circle {
    min-height: 100px;
    min-width: 100px;
    line-height: 100%;
    aspect-ratio: 1;
}

.circle img {
    border-radius: 100%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}

.border img {
    border: solid 1px #000;
}

.block-type-video iframe {
    border: none;
    width: 100%;
    min-height: 300px;
    height: auto;
}

iframe.rumble {
    width: 100%;
}

.pagination a, .pagination button {
    padding: 1rem !important;
    color: white !important;
}

.pagination a:hover, .pagination button:hover {
    color: black !important;
}

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

  h1, h2, h3, h4, h5, h6 {
    font-family: logofont !important;
  }

  figcaption {
    color: #BBB;
    text-align: center;
    font-weight: 600;
  }

  video {
    width: 100%;
  }

  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;
    font-family: var(--main-font) !important;
    font-size: 1em;
  }

  p {
    line-height: 1.3 !important;
    font-weight: 500;
    padding: 1rem 0;
  }

  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;
    }
  }

.global-button {
    background-color: var(--burgundy) !important;
    border: solid transparent 1px;
    font-size: 1em;
    font-weight: 100;
  }

  .global-button:hover {
    cursor: pointer;
    background-color: white !important;
    border: solid black 1px;
    color: black;
  }

#tagline {
  font-size: 22px;
  font-weight: 100;
  line-height: 2em;
  letter-spacing: 0.4em;
  margin-top: 2em;

}

#logo {
  font-family: logofont !important;
  color: black;
  font-size: 116px;
}

#mainmenu {
  margin-bottom: 2.5em;
}

#mainmenu ul li:first-child {
  border-left: solid black 1px;
}

#mainmenu ul li {
  border-top: solid black 1px;
  border-bottom: solid black 1px;
  border-right: solid black 1px;
  margin: 0 !important;
}

#mainmenu ul li a {
  padding: 1rem;
  font-size: .9em;
  color: black;
  text-align: center;
}

#mainmenu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  display: none;
}

#mainmenu ul li a:hover {
  color: var(--burgundy);
}

#mainmenu .is-dropdown-submenu {
  list-style: none !important;
  border: none;
  margin: 0 0 0 -1px;
  min-width: 212px;
}

#mainmenu .is-dropdown-submenu li {
  border-right: solid 1px black;
  border-bottom: solid 1px black;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: black transparent transparent;
}

#content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.article-image img {
  border-top: none !important;
  border-right: none !important;
  border-bottom: solid black 1px;
  border-left: none !important;
}

#articles_filter_menu {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

#articles_filter_menu li a {
  color: black !important;
  font-size: .9em;
}

#articles_filter_menu li a:hover {
  color: var(--burgundy) !important;
}

#article, #kommentform {
  border: solid black 1px;
  padding: 3rem;
}

#kommentform {
  margin-top: 3rem;
}

#featured_article {
  border: solid black 1px;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

#featured_label {
  position: absolute;
  background-color: white;
  border: solid black 1px;
  margin-top: -1rem;
  margin-left: -.5rem;
  padding: .5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.4em;
  z-index: 2;
}

#posts h3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-listing {
  border: solid black 1px;
  margin-top: 2rem;
}

.article-listing:last-of-type {
  margin-bottom: 2rem;
}

.views-comments-likes li {
  font-size: .8em;
}

#article {
  margin-bottom: 2rem;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-details {
  padding: 2rem;
}

.article-details a {
  color: black;
}

.article-details a:hover {
  color: var(--burgundy);
}

.article-date {
  width: 100%;
  display: block;
  font-size: .8em;
  margin-bottom: 1rem;
}

.article-title {
  width: 100%;
  display: block;
  font-family: logofont;
  font-size: 1.2em;
  margin-bottom: .6rem;
}

.article-author {
  display: block;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.tag {
  margin-top: 1rem;
  margin-right: 1rem;
  margin-left: 0 !important;
}

.tag-link {
  border: solid black 1px;
  padding: .5rem !important;
  background-color: white;
  color: black;
}

.tag-link:hover {
  border: solid transparent 1px;
  background-color: var(--burgundy);
  color: white;
}

.article-cat {
  margin-top: 1rem;
}

.article-cat a {
  color: var(--burgundy);
}

.article-cat a:hover {
  color: black;
}

.share-link i {
  color: black;
}

.share-link:hover i {
  color: var(--burgundy);
}

#comment-heading {
  margin-top: 2rem;
}

.comment-list {
  list-style: none;
  margin: 1rem 0;
}

.comment {
  padding: 1rem;
  background: white;
}

.comment-author {
  display: block;
}

.comment-date {
  display: block;
}

.comment-text {
  display: block;
  margin: 1rem 0;
}

.comment-text p {
  padding: 0;
}

.commentreply {
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #E8E6E6;
}

#comment_form_heading {
  margin: 2rem 0 1rem 0;
}

#home_sidebar {
  padding-left: 7rem;
  border-left: solid black 1px;
}

#home_sidebar img {
  margin: 1rem 0;
}

#home_sidebar a {
  color: var(--burgundy);
  text-decoration: none;
}

#home_sidebar a:hover {
  color: black;
}

#search {
  width: 100%;
  padding: .64rem;
}

#search:hover {
  color: var(--burgundy);
  cursor: pointer;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

#overlay-content {
  background-color: #fefefe;
  padding: 20px;
}

#closeOverlayBtn, #closeCommentForm {
  display: block;
  margin-bottom: 1rem;
}

#openCommentForm {
    margin-top: -10px;
}

#closeOverlayBtn:hover, #closeCommentForm:hover {
  cursor: pointer;
  color: var(--burgundy);
}

#overlay, #formCommentModal {
  display: none;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;

  /* CENTERING */
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay.active {
  display: flex !important;
}

.modal {
  background: white;
  padding: 2rem;
  max-width: 480px;
  width: 90%;
  position: relative;
  border-radius: 12px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
}


#search-bar-articles {
  margin: 1rem 0;
}

#searchbar {
  margin: 3rem 0;
}

.search-article {
  margin-bottom: 3rem;
}

.search-bar-article-details {
  padding: 0 .5rem;
}

.search-bar-article-image, .search-article-image {
  height: 125px;
}

.search-bar-article-image img, .search-article-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.search-bar-article-date, .search-bar-article-title {
  margin-bottom: .2rem;
}

.search-bar-article-title, .search-bar-article-summary {
  font-size: .8em;
}

.comment-heading {
  margin: 1rem 0;
}

#kommentform {
  margin-top: 1rem !important;
}

#footer {
  margin-top: 3rem;
  border-top: solid black 1px;
  background-color: #E8E6E6;
}

#footer p {
  margin: 0;
}

#copyright {
  font-size: .8em;
  margin: 0 !important;
  padding: 1rem 0;
}

#copyright a {
  color: var(--burgundy);
}

#copyright a:hover {
  color: black;
}

/* Responsive Media Queries */
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
  .title-bar {
    margin-bottom: 1rem;
    padding: 1rem !important;
  }

  #mainmenu {
    display: none;
  }

  #mobilemenu .menu li{
    width: 100%;
  }

  #mobilemenu .menu li a{
    color: black;
  }

  #mobilemenu .menu li a:hover{
    color: var(--burgundy);
  }

  #mobilemenu .menu li ul{
    list-style: none;
  }

  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: black transparent transparent;
  }
  
  #home_sidebar {
    padding-left: 4rem;
    border-left: solid black 1px;
  }

  #articles_filter_menu li a {
    font-size: 1em;
  }
}

@media screen and (max-width: 425px) {
  p {
    word-wrap: break-word;
  }
  
  #logo {
    font-size: 100px;
  }
  
  #search {
    color: white;
    text-align: right;
  }
  
  .search-bar-article {
    margin-bottom: 3rem;
  }
  
  #mobilemenu {
    margin-bottom: 2rem;
  }
  
  #featured_article {
    margin-bottom: 0;
  }
  
  #posts {
    margin-bottom: 3rem;
  }
  
  #posts h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  
  #home_sidebar {
    padding-left: 0;
    text-align: center;
    border: none;
  }

  #home_sidebar h4, #home_sidebar img  {
    text-align: center !important;
  }

  #home_sidebar img  {
    margin: 0 auto;
  }
  
  .comment {
    padding: 0;
  }

  #openCommentForm {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {}