/*!
Theme Name: EliYah Ministries
Author: Noah Rahm
Description: Custom Wordpress theme for Eliyah Ministries
Version: 1.8.1
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eliyah-ministries
Tags: custom-logo, custom-menu, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Eliyah Ministries 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.
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
body {
  font-family:  'Segoe UI', 'Selawik', sans-serif !important;
}
.parchment-fnt {
  font-family: 'Parchment', sans-serif;
}
.cagliostro-fnt {
  font-family: 'Cagliostro', sans-serif;
}
.icon-2x {
  font-size: 2em;
}
.icon-9x {
  font-size: 9em;
}
.text-align-justify {
  text-align: justify;
}
.bg-tan {
  background-color: #f5f1ec;
}
.link-dark,
.text-dark {
  color: #382F28 !important;
}
.text-dark-red {
  color: #8A2121;
}
.bg-dark-red {
  background-color: #8A2121;
}
.link-dark-red {
  color: #8A2121;
}
.link-dark-red:hover {
  color: #5f1616;
}
.rounded-t-lg {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}
.word-break {
  word-break: break-word;
}
.breadcrumb-item.active {
  color: #382F28;
}
.inherit-styles-link {
  color: inherit !important;
  text-decoration: none;
}
.article-cat a {
  text-decoration: none;
  color: #382F28;
}
.article-cat img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}
.article-cat h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: .5rem;
}
.article-cat .content {
  margin: 1.4rem 0rem;
}
.normal-page a,
a.link-normal,
.article-post a {
  color: #4C74B9;
}
.normal-page a:hover:not(.wp-block-button__link):not(.tag-cloud-link),
a.link-normal:hover:not(.wp-block-button__link):not(.tag-cloud-link),
.article-post a:hover:not(.wp-block-button__link):not(.tag-cloud-link) {
  color: #3c5b92;
}
.article-post h2, .article-post h3, .article-post h4, .article-post h5, .article-post h6, .static-page h2:not(.main-subheader-text), .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  font-weight: 700;
  color: #382F28;
  margin-top: 1.8rem;
  margin-bottom: .6rem;
}
.normal-page,
.article-post {
  color: #53453A;
  font-size: 14pt;
}
.articles-archive-page .entry-title,
.search-page .entry-title {
  font-weight: bold;
  display: inline;
}
.articles-archive-page .post-type-name,
.search-page .post-type-name {
  display: inline;
  margin-left: .7rem;
  padding: .1rem .6rem;
  border-radius: 3px;
  font-size: small;
  color: #382F28;
}
.article-post ol, .article-post ul, .normal-page ol, .normal-page ul {
  margin-left: .1rem;
}
#transcriptText a:not(.btn) {
  color: #4C74B9;
}
#transcriptText a:hover:not(.btn) {
  color: #3c5b92;
}
#transcriptText blockquote {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #a72828 !important;
}
#transcriptText blockquote p {
    margin-top: .1rem;
    margin-bottom: .1rem;
}
blockquote.wp-block-quote {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #7e2525;
}
.wp-block-embed,
.wp-block-image,
.wp-block-video,
figure.wp-block-audio {
  margin: 1.5rem 0rem;
}
.wp-block-embed iframe {
  width: 100%;
}
figcaption {
  text-align: center;
  font-style: italic;
  font-size: small;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@keyframes moveArrowDown {
  0% {
	transform: translateY(0rem);
  }
  100% {
	transform: translateY(.3rem);
  }
}
.bg-img-setup {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grecaptcha-badge {
  visibility: hidden;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  font-weight: 600;
  letter-spacing: -.1px;
}
.btn-group-lg > .btn, .btn-lg {
  padding: .8rem 1.1rem;
  font-size: 1.1rem;
  border-radius: 6px;
}
.btn-close:focus, .btn-close:active {
  box-shadow: none;
}
.btn-flat {
  font-weight: normal;
}
.btn-flat:hover, .btn-flat:focus, .btn-flat:active, .btn-flat:active:focus,
.btn-flat.btn:not(:disabled):not(.disabled):active,
.btn-flat.btn:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}
.btn-cta-solid {
  color: #fff;
  background: #8A2121;
  border: #8A2121 3px solid;
}
.btn-cta-solid:hover, .btn-cta-solid:focus, .btn-cta-solid:active, .btn-cta-solid:active:focus,
.btn-cta-solid.btn:not(:disabled):not(.disabled):active,
.btn-cta-solid.btn:not(:disabled):not(.disabled):active:focus {
  background: #5f1616;
  outline: 0;
  color: #e2e2e2;
  box-shadow: none;
  border: #5f1616 3px solid;
}
.btn-cta-solid-white {
  color: #8A2121;
  background: #fff;
  border: #fff 3px solid;
}
.btn-cta-solid-white:hover, .btn-cta-solid-white:focus, .btn-cta-solid-white:active, .btn-cta-solid-white:active:focus,
.btn-cta-solid-white.btn:not(:disabled):not(.disabled):active,
.btn-cta-solid-white.btn:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  color: #fff;
  box-shadow: none;
  background: transparent;
  border: #fff 3px solid;
}
.btn-cta-outline-red {
  color: #8A2121;
  background: transparent;
  border: #8A2121 3px solid;
}
.btn-cta-outline-red:hover, .btn-cta-outline-red:focus, .btn-cta-outline-red:active, .btn-cta-outline-red:active:focus,
.btn-cta-outline-red.btn:not(:disabled):not(.disabled):active,
.btn-cta-outline-red.btn:not(:disabled):not(.disabled):active:focus {
  background: #8A2121;
  outline: 0;
  color: #e2e2e2;
  box-shadow: none;
  border: #8A2121 3px solid;
}
.btn-cta-outline-white {
  color: #fff;
  background: transparent;
  border: #fff 3px solid;
}
.btn-cta-outline-white:hover, .btn-cta-outline-white:focus, .btn-cta-outline-white:active, .btn-cta-outline-white:active:focus,
.btn-cta-outline-white.btn:not(:disabled):not(.disabled):active,
.btn-cta-outline-white.btn:not(:disabled):not(.disabled):active:focus {
  background: #fff;
  outline: 0;
  color: #8A2121;
  box-shadow: none;
  border: #fff 3px solid;
}
.btn-cta-outline-brown {
  color: #53453A;
  background: transparent;
  border: #53453A 3px solid;
}
.btn-cta-outline-brown:hover, .btn-cta-outline-brown:focus, .btn-cta-outline-brown:active, .btn-cta-outline-brown:active:focus,
.btn-cta-outline-brown.btn:not(:disabled):not(.disabled):active,
.btn-cta-outline-brown.btn:not(:disabled):not(.disabled):active:focus {
  background: #3a3029;
  outline: 0;
  color: #e2e2e2;
  box-shadow: none;
  border: #3a3029 3px solid;
}
.btn-check:checked + .btn-cta-outline-red, .btn-check:active + .btn-cta-outline-red, .btn-cta-outline-red:active, .btn-cta-outline-red.active, .btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
  background-color: #8A2121;
  color: #fff;
  border-color: #8A2121 1px solid;
}

/*--------------------------------------------------------------
# WP Block colors and styles
--------------------------------------------------------------*/
.wp-block-button {
  border-radius: 6px;
  font-weight: 600;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  font-weight: 600;
}
.has-blockquote-red-color {
	color: #7e2525;
}
.has-dark-red-color {
	color: #8A2121;
}
a.has-dark-red-color:hover,
button.has-dark-red-color:hover,
button.has-dark-red-color:visited {
  color: #5f1616 !important;
}
.has-dark-red-background-color {
	background-color: #8A2121;
}
a.has-dark-red-background-color:hover,
button.has-dark-red-background-color:hover,
button.has-dark-red-background-color:visited {
    background-color: #5f1616 !important;
}
.has-scripture-verse-red-color {
	color: #a72828;
}
.has-dark-grey-color {
	color: #212529;
}
a.has-dark-grey-color:hover,
button.has-dark-grey-color:hover,
button.has-dark-grey-color:visited {
	color: #121416 !important;
}
.has-dark-grey-background-color {
	background-color: #212529;
}
a.has-dark-grey-background-color:hover,
button.has-dark-grey-background-color:hover,
button.has-dark-grey-background-color:visited {
	background-color: #121416 !important;
}
.has-muted-grey-color {
	color: #6c757d;
}
a.has-muted-grey-color:hover,
button.has-muted-grey-color:hover,
button.has-muted-grey-color:visited {
	color: #4e545a !important;
}
.has-muted-grey-background-color {
	background-color: #6c757d;
}
a.has-muted-grey-background-color:hover,
button.has-muted-grey-background-color:hover,
button.has-muted-grey-background-color:visited {
	background-color: #4e545a !important;
}
.has-lighter-grey-color {
	color: #f8f9fa;
}
a.has-lighter-grey-color:hover,
button.has-lighter-grey-color:hover,
button.has-lighter-grey-color:visited {
	color: #dddddd !important;
}
.has-lighter-grey-background-color {
	background-color: #f8f9fa;
}
a.has-lighter-grey-background-color:hover,
button.has-lighter-grey-background-color:hover,
button.has-lighter-grey-background-color:visited {
	background-color: #dddddd !important;
}
.has-white-color {
	color: #fff;
}
a.has-white-color:hover,
button.has-white-color:hover,
button.has-white-color:visited {
	color: #e6e6e6 !important;
}
.has-white-background-color {
	background-color: #fff;
}
a.has-white-background-color:hover,
button.has-white-background-color:hover,
button.has-white-background-color:visited {
	background-color: #e6e6e6 !important;
}
.wp-block-pullquote {
    display: block;
    float: right;
    padding: 0 0 0 10px;
    margin: 0 0 16px 16px;
    width: 100%;
    font-size: 1.3em;
    line-height: 1.2em;
    text-align: right;
    color: #6c757d;
    border-left: 4px solid #6c757d;
    font-family: 'Cagliostro', sans-serif;
 }
.wp-block-pullquote cite {
  font-weight: 300;
}
.wp-block-verse,
.wp-block-cover,
.wp-block-gallery figcaption {
  font-weight: 300;
}
.wp-block-tag-cloud {
 padding: 1rem 3rem;
 border-radius: 3px;
 background-color: #f8f9fa;
 font-weight: 300;
}
.wp-block-tag-cloud a {
	color: #8A2121;
    font-weight: bold;
    padding: .3rem;
}
.wp-block-tag-cloud a:hover {
  color: #5f1616;
}
.wp-block-table {
  font-weight: 300;
  color: #212529;
}

/*--------------------------------------------------------------
# Form elements
--------------------------------------------------------------*/
.form-check-input:checked {
  background-color: #8A2121;
  border-color: #8A2121;
}
input.form-control, input.form-control, textarea.form-control, textarea.form-control, select.form-select {
  border: #ced4da 2px solid;
}
input.form-control:focus, input.form-control:active, textarea.form-control:focus, textarea.form-control:active, .form-check-input:focus, .form-check-input:active, select.form-select:active, select.form-select:focus {
  box-shadow: none;
  border: #8A2121 2px solid;
}
.dropdown-item:active {
  background-color: #8A2121;
}
.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  padding: 1em 1em;
  border: 2px solid #6c757d;
  border-radius: 3px;
  color: #222;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #198754; /* Green */
  background-color: rgba(25, 135, 84, 0.5);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3545; /* Red */
  background-color: rgba(220, 53, 70, 0.5);
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f57a28; /* Orange */
  background-color: rgba(245, 122, 40, 0.5);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffc107; /* Yellow */
  background-color: rgba(255, 193, 7, 0.5);
}
span.wpcf7-list-item {
  display: block;
}

/*--------------------------------------------------------------
# Page heros
--------------------------------------------------------------*/
/*
#articleHero,
#liveHero,
#archivesHero,
#archiveDetailHero {
  height: 100%;
} */

/*--------------------------------------------------------------
# Text headers
--------------------------------------------------------------*/
.main-header-text {
	font-size: 2.2rem;
  word-break: break-word;
  font-weight: 700;
}
.main-subheader-text {
	font-size: 1.1rem;
	letter-spacing: 2.5px;
  word-break: break-word;
}
.subheader-text {
	font-size: 2.5rem;
  font-weight: 700;
}
.sub-subheader-text {
	font-size: 1.5rem;
	letter-spacing: .1px;
}
.footer-cta-header {
  font-size: 2.3rem;
  font-weight: 700;
}
.breadcrumb .breadcrumb-item a {
  color: #8A2121;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #5f1616;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #382F28;
  content: '›';
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.logo {
  max-height: 40px;
  width: auto;
}
#navbarhead {
	top: 0;
	z-index: 100;
	transition: all .3s ease;
}
#navbarhead.hide {
	top: -150px;
}
.site-header .navbar-toggler {
  padding: 0.55rem;
  color: #53453A;
  border: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(56, 47, 40)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 2.2px;
  border-radius: 3px;
}
.site-header .navbar-nav .nav-link {
  margin-top: 1.2rem;
  padding: 0rem .9rem .9rem 1rem;
}
.site-header .navbar-nav .nav-link:hover {
  color: #383838;
}
.site-header .navbar-nav a {
  color: #6d6d6d;
  text-decoration: none;
  padding-top: .9rem;
  padding-bottom: 1.2rem;
}
.site-header .navbar{
  padding-top: .8rem !important;
  padding-bottom: .8rem !important;
}
.site-header .call-cta {
  color: #f8f9fa;
  font-size: 14px;
  padding-top: 11px;
  font-weight: normal;
}
.site-header .call-cta:hover {
  color: #d1d1d1;
}
.site-header .search-form {
  position: relative;
}
.site-header .search-form input.search-input {
  height: 20px;
  border-radius: 3px;
  padding: .8rem;
  outline: 0;
  position: relative;
  z-index: 0;
  margin:0;
  font-size: 14px;
  padding-right: 25px;
}
.site-header .search-form input.search-input:focus {
  outline: 0;
  border: 2px solid #5f1616;
  box-shadow: none;
  width: 100%;
}
.site-header .search-form input.search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.site-header .search-form input.search-input:focus::placeholder {
  color: transparent;
}
.site-header .search-icon {
	height: 20px;
	width: 20px;
	float: right;
	display: flex;
	right: 6px;
	justify-content: center;
	align-items: center;
	color: #8A2121;
	background-color: transparent;
	font-size: 14px;
	bottom: 11px;
	position: absolute;
	z-index: 1;
	border: 0;
}
.dropdown-menu {
  padding: .2rem 0rem;
  border-radius: 3px;
}
.site-header .navbar-nav .dropdown-menu a:hover {
  background-color: #f8f9fa;
  color: #212529;
}

/*--------------------------------------------------------------
# Page Sections
--------------------------------------------------------------*/
.archives-search .search-form {
	position: relative;
}
.archives-search .search-form input.search-input {
	outline: 0;
	border: 2px solid #808080;
}
.archives-search .search-form input.search-input:focus {
	outline: 0;
	border: 2px solid #8A2121;
	box-shadow: none;
}
.broadcast-countdown {
  color: #dfdfdf;
  background-color: #5f1616;
  border-radius: 3px;
  padding: .1rem .4rem;
  position: relative;
  display: none;
}
.broadcast-countdown #countdown,
.broadcast-countdown #headline {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}
.broadcast-countdown #headline {
  text-decoration: none;
  color: #f1f1f1;
}
.broadcast-countdown #livecircle {
  background-color: red;
  border-radius: 30px;
  width: 12px;
  height: 12px;
  display: none;
}
.broadcast-countdown li {
  display: inline-block;
  font-size: .7rem;
  list-style-type: none;
  text-transform: uppercase;
  margin-right: .2rem;
}
.broadcast-countdown li span {
  display: inline;
  font-size: 1rem;
  margin-right: .1rem;
}

/*--------------------------------------------------------------
# Articles styles
--------------------------------------------------------------*/
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a {
  color: #8A2121;
  font-weight: 500;
}
.nav-links a:hover {
  color: #5f1616;
}

/*--------------------------------------------------------------
# Footer CTA Sections
--------------------------------------------------------------*/
.footer-cta-section {
  padding: 8rem 0;
}
.footer-cta-section.archives {
  background-image: url('img/video-archives.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  clip-path: none;
  background-size: contain;
  background-color: #8A2121;
}
.footer-cta-section.mailing-list {
  background-image: url('img/mailing-list.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  clip-path: none;
  background-size: contain;
  background-color: #f2f2f2;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.footer-area h4 {
	color: #8A2121;
	font-size: 1rem;
  font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
}
.footer-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: left;
}
.footer-area ul li {
	margin-top: .8rem;
}
.footer-area ul li a {
	color: #575757;
	text-decoration: none;
}
.footer-area ul li a:hover {
	color: #242323;
	text-decoration: none;
}
footer#colophon {
	padding: 2.1rem 0;
	background-color: #f2f2f2;
}
footer .site-info {
	color: #e4e4e4;
}
footer .verse {
	color: #8A2121;
	font-family: 'Cagliostro', sans-serif;
}
footer .footer-info {
	color: #6C6C6C;
}

/*--------------------------------------------------------------
# Scroll-top
--------------------------------------------------------------*/
.scrolltop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 42px;
	height: 42px;
	text-align: center;
	font-size: 26px;
	background: #212529;
	fill: #fff;
	border-radius: 3px;
	opacity: .6;
	z-index: 999;
}
.scrolltop:hover {
	fill: #fff;
	opacity: 1;
}
.scrolltop svg {
	width: 30px;
	height: 30px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .sub-subheader-text {
    font-size: 1.8rem;
  }
	.main-header-text {
	  font-size: 3rem;
	}
	.main-subheader-text {
	  font-size: 1.3rem;
	}
  /* #articleHero,
	#liveHero,
	#broadcastHero,
	#archivesHero,
	#homeHero {
	  clip-path: ellipse(90% 100% at center top);
  } */
  /* #archiveDetailHero {
	  height: 45rem;
	} */
	.footer-cta-section.mailing-list,
	.footer-cta-section.archives {
	  clip-path: ellipse(90% 100% at center bottom);
  }
	.subheader-text {
	  font-size: 2.2rem;
  }
  .footer-cta-header {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
	.main-header-text {
		font-size: 3.2rem;
	}
	.main-subheader-text {
		font-size: 1.6rem;
	}
	.subheader-text {
	  font-size: 3rem;
  }
  .footer-cta-header {
    font-size: 3.5rem;
  }
}
@media (max-width: 984px) {
  .site-header .navbar-nav .dropdown-menu {
    text-align: center;
  }
  .bg-img-setup {
    height: 14rem;
  }
  .footer-area h4 {
    text-align: center;
    margin-top: 2.4rem;
  }
  footer#colophon,
  .footer-area ul {
    text-align: center;
	}
}