/*!
Theme Name: Prayer
Theme URI: https://www.cssigniter.com/themes/prayer/
Author: CSSIgniter.com
Author URI: https://www.cssigniter.com
Description: A Church Theme for WordPress
Version: 2.1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ci_theme
Domain Path: /lang
*/

/* -----------------------------------------
	General
----------------------------------------- */

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  background: #666666;
  color: #585761;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  letter-spacing: -0.03em;
  line-height: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #333;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 30px 0;
}

a,
a:visited,
a:focus {
  color: #333;
  -webkit-transition: color 0.18s ease, background-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

iframe {
  max-width: 100%;
}

#page > .container {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}

table {
  width: 100%;
  margin-bottom: 20px;
}

/* General Form Styling
=================================== */

label,
.label {
  display: block;
  margin: 0 0 8px;
  font-weight: normal;
  line-height: normal;
  cursor: pointer;
  font-size: 14px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  display: inline-block;
  box-shadow: none;
  border: 1px solid #E0E0E0;
  background: #ffffff;
  border-radius: 0;
  outline: none;
  padding: 10px 10px;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
}

input[type="file"] {
  height: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

select:invalid {
  font-style: italic;
  color: rgba(88, 87, 97, 0.5);
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  height: auto;
  resize: vertical;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 2px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  min-width: 0;
}

input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Buttons
=================================== */

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
input[type=submit] {
  line-height: normal;
  font-size: inherit;
  border-radius: 0;
  vertical-align: middle;
  padding: 10px 25px;
  background: #dadada;
  box-shadow: none;
  border: 1px solid rgba(47, 47, 47, 0.35);
}

/* -----------------------------------------
	Header
----------------------------------------- */

.mast-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-branding {
  width: 50%;
}

.mast-head-widgets {
  margin-left: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mast-head-widgets .widget {
  margin: 0 0 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.mast-head-widgets .widget:first-child {
  margin: 0;
}

.mast-head-widgets .widget-title {
  display: none;
}

.site-logo {
  margin: 0 0 -2px 0;
  line-height: 1;
  font-weight: 900;
  font-size: 30px;
}

.site-logo a,
.site-logo a:visited {
  color: #000;
}

.site-logo a:hover,
.site-logo a:visited:hover {
  text-decoration: none;
}

.site-tagline {
  font-size: 14px;
  font-weight: normal;
  color: #929292;
  margin: 0;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

/* Navigation functional styles  ---------------------- */

.alt-nav {
  display: none;
}

.site-navigation {
  padding: 5px 5px;
  background: #333;
  border-radius: 2px;
}

#navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation > li {
  display: inline-block;
}

#navigation a {
  display: block;
  white-space: nowrap;
}

#navigation ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  margin-left: 0;
}

#navigation ul ul {
  top: -10px;
  left: 100%;
  margin: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

#navigation > li:first-child ul {
  margin-left: 0;
}

#navigation li:hover > ul {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

#navigation li:hover ul {
  z-index: 15;
}

#navigation > li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#navigation li li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#navigation ul {
  background: #333;
  padding: 5px;
  list-style: none;
  min-width: 200px;
}

#navigation ul ul {
  margin-top: 5px;
}

#navigation a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 20px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 1px;
  border-radius: 2px;
}

#navigation > li:first-child > a {
  margin-left: 0;
}

#navigation > li:hover > a,
#navigation > li > a:focus,
#navigation > .current-menu-item > a,
#navigation > .current-menu-parent > a,
#navigation > .current-menu-ancestor > a,
#navigation > .current_page_item > a,
#navigation > .current_page_ancestor > a {
  color: #333;
}

#navigation li li:hover > a,
#navigation li li > a:focus,
#navigation li .current-menu-item > a,
#navigation li .current-menu-parent > a,
#navigation li .current-menu-ancestor > a,
#navigation li .current_page_item > a,
#navigation li .current_page_ancestor > a {
  color: #333;
}

#navigation .menu-item-has-children > a::after,
#navigation .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: relative;
  top: -3px;
  right: -3px;
  line-height: normal;
}

#navigation li .menu-item-has-children > a,
#navigation li .page_item_has_children > a {
  padding-right: 25px;
}

#navigation li .menu-item-has-children > a::after,
#navigation li .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------------
	Homepage
----------------------------------------- */

/* Home Slider */

#home-silder-container {
  margin-bottom: 25px;
}

.slides a,
.slides a:visited {
  color: #FFF;
}

.slides > li > a {
  position: relative;
  display: block;
}

.slide-title {
  width: 100%;
  padding: 0 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
}

.slides h3 {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.65);
  line-height: 1.1;
  color: #ffffff;
}

.flex-direction-nav a:before {
  font-size: 22px;
}

.flex-direction-nav a,
.flex-direction-nav a:visited {
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  text-align: center !important;
  color: #323232;
  overflow: visible;
}

.flex-direction-nav a:before {
  padding: 8px 0 0 0;
  width: 46px;
  height: 46px;
  z-index: 2;
  position: relative;
}

.flex-direction-nav a:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -11px;
  z-index: 0;
  border: 11px solid transparent;
}

.flex-direction-nav .flex-next:after {
  left: auto;
  right: -11px;
}

.flex-direction-nav .flex-prev {
  left: -10px;
}

.flex-direction-nav .flex-next {
  right: -10px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: -10px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: -10px;
}

.flex-control-paging li a {
  background: #323232;
  color: #323232;
  opacity: 1;
}

.flex-control-nav li {
  margin: 0 3px;
}

.flex-control-nav li a {
  box-shadow: none;
}

/* Main Area */

.main {
  margin-bottom: 50px;
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #E0E0E0;
}

.page-template-template-builder .main {
  margin: 0;
  padding: 0;
}

.page-title,
.section-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 1px solid #E0E0E0;
  line-height: normal;
  color: #333;
}

.page-title span,
.section-title span {
  display: inline-block;
  border-bottom: solid 3px;
  padding: 0 30px 10px 0;
}

/* Entry Styles */

.entry {
  margin-bottom: 30px;
}

.single .entry .entry-title {
  margin-bottom: 5px;
}

.entry.entry-widget {
  font-size: 16px;
}

.entry.entry-widget .entry-title {
  font-size: 21px;
}

.entry.sermon-item .entry-title {
  font-size: 21px;
}

.entry .entry-subtitle {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
  color: #666666;
}

.entry time.entry-subtitle {
  display: block;
  margin-bottom: 5px;
}

.entry .entry-meta {
  margin-bottom: 30px;
  padding: 5px 0 25px;
  border-bottom: 1px solid #E0E0E0;
  text-transform: uppercase;
  font-size: 13px;
  color: #666666;
}

.entry .entry-tags {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 13px;
  color: #666666;
}

.entry .entry-thumb {
  margin-bottom: 20px;
}

.entry .entry-thumb img {
  border: 5px solid #2f2f2f;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
}

.entry .entry-thumb img.alignnone,
.entry .entry-thumb img.alignleft,
.entry .entry-thumb img.alignright {
  margin-top: 0;
}

.entry .entry-content,
.entry .entry-excerpt {
  margin-bottom: 25px;
}

.entry > .entry-excerpt {
  font-weight: bold;
}

.entry .entry-content {
  margin-bottom: 40px;
}

.entry .entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry .entry-content > :last-child {
  margin-bottom: 0;
}

.entry .entry-content .fluid-width-video-wrapper,
.entry .entry-content audio,
.entry .entry-content video,
.entry .entry-content blockquote,
.entry .entry-content iframe {
  margin: 30px 0;
  max-width: 100%;
}

.entry .entry-content .fluid-width-video-wrapper:first-child,
.entry .entry-content audio:first-child,
.entry .entry-content video:first-child,
.entry .entry-content blockquote:first-child,
.entry .entry-content iframe:first-child {
  margin-top: 0;
}

.entry .entry-content .fluid-width-video-wrapper:last-child,
.entry .entry-content audio:last-child,
.entry .entry-content video:last-child,
.entry .entry-content blockquote:last-child,
.entry .entry-content iframe:last-child {
  margin-bottom: 0;
}

.entry .entry-content blockquote {
  background-color: #fc0;
  color: #333;
  border-left: solid 3px #333;
  padding: 30px;
  margin: 0 0 30px 0;
  border-radius: 3px;
}

.entry .entry-content blockquote p {
  margin: 0;
}

.more-link {
  display: block;
  margin-top: 20px;
}

/* Sermon Styles */

.sermon-item {
  margin-bottom: 30px;
}

.sermon-item .sermon-thumb {
  position: relative;
  z-index: 2;
}

.sermon-item .sermon-tools {
  position: absolute;
  top: 5px;
  left: -10px;
  padding: 10px 20px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  line-height: normal;
}

.sermon-item .sermon-tools a,
.sermon-item .sermon-tools a:visited {
  font-size: 15px;
  padding: 0 5px;
  display: inline-block;
}

.entry-widget .sermon-tools {
  line-height: normal;
  padding: 4px 8px;
}

.entry-widget .sermon-tools a {
  font-size: 13px;
  padding: 0 3px;
}

.sidebar .entry-widget .sermon-tools,
.footer .entry-widget .sermon-tools {
  display: none;
}

.sermon-tabs {
  margin-bottom: 30px;
}

.sermon-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sermon-tabs-nav li {
  position: relative;
}

.sermon-tabs-nav .mp3-dl {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  color: #333;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 13px;
  opacity: .6;
}

.sermon-tabs-nav .mp3-dl:hover {
  opacity: 1;
}

.sermon-tabs-nav-item {
  display: block;
  color: #303030;
  padding: 15px 35px;
  margin: 0 1px 0 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  outline: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.sermon-tabs-nav-item[href="#audio"] {
  padding-right: 45px;
}

.sermon-tabs-nav-item:hover,
.sermon-tabs-nav-item:active,
.sermon-tabs-nav-item:focus {
  text-decoration: none;
}

.sermon-tabs-panel {
  background: #f5f5f5;
  padding: 30px;
  border: 1px solid #E0E0E0;
  position: relative;
}

.sermon-tabs-panel:not(:first-of-type) {
  display: none;
}

#transcript {
  padding: 30px 30px 5px 30px;
  font-family: 'Lucida Console', 'Courier New', monospace;
  font-size: 14px;
}

/* Personnel Styles */

.single-personnel .entry-thumb img {
  width: 100%;
  height: auto;
}

.entry-side :last-child {
  margin-bottom: 0;
}

/* -----------------------------------------
	Galleries
----------------------------------------- */

.entry.gallery {
  margin-left: 0;
  margin-right: 0;
}

.custom-gallery-item {
  margin-bottom: 10px;
}

.custom-gallery-item .entry-thumb {
  margin-bottom: 10px;
}

.single-gallery .custom-gallery-item {
  margin-bottom: 20px;
}

.custom-gallery-item .entry-title {
  text-align: center;
  font-size: 21px;
}

.single-gallery .custom-gallery-item .entry-title {
  font-style: italic;
  font-size: 15px;
}

.entry-thumb > a {
  display: block;
  line-height: normal;
}

.sidebar .widget .entry-title {
  font-size: 18px;
}

.entry-widget.gallery {
  margin-left: -15px;
  margin-right: -15px;
}

/* -----------------------------------------
	Events
----------------------------------------- */

.section-title.past-events {
  margin-bottom: 30px;
}

.event-list {
  margin: 0 0 40px 0;
  list-style: none;
  padding: 0;
  line-height: normal;
}

.event-list li {
  position: relative;
  max-height: 80px;
  margin-bottom: 1px;
  overflow: hidden;
  background-color: #f6f6f6;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-list li .event-date {
  padding: 8px 0 16px;
  margin: 0;
  width: 80px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.event-list li .event-date .date,
.event-list li .event-date .day,
.event-list li .event-date .time,
.event-list li .event-date .year {
  display: block;
}

.event-list li .event-date .day,
.event-list li .event-date .time {
  font-size: 24px;
}

.event-list li .event-date .day {
  margin-bottom: -3px;
  font-weight: 700;
}

.event-list li .event-date .year {
  font-size: 14px;
  font-weight: 700;
}

.event-list li .event-date .time {
  font-weight: 700;
  font-size: 18px;
}

.event-list li .event-place {
  padding-left: 15px;
  overflow: hidden;
}

.event-list li .event-place span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.event-list li .event-place .event-subtitle {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.event-list li .event-place .event-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #666666;
}

.event-list li:hover {
  background-color: #333;
}

.event-list li:hover .event-title {
  color: #ffffff;
}

.event-list .event-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.event-list .event-thumb img {
  display: block;
}

.sidebar .event-list .event-thumb {
  display: none;
}

.event-meta {
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 15px 0;
  margin: 30px 0;
  list-style: none;
}

.event-meta li {
  padding: 2px 0;
}

.single #map {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.single #map:empty {
  display: none;
}

/* -----------------------------------------
	Contact Page
----------------------------------------- */

#contact-map {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

#contact-map:empty {
  display: none;
}

#contact-map *,
#map * {
  max-width: none !important;
}

/* -----------------------------------------
	Pagination Styles
----------------------------------------- */

#pagination {
  margin: 15px 0 15px 0;
  clear: both;
}

#pagination a,
#pagination > span {
  border: 1px solid #ccc;
  padding: 7px 12px;
  margin-right: 5px;
  color: #323232;
}

#pagination a:hover {
  text-decoration: none;
}

#pagination a.current {
  border-color: rgba(0, 0, 0, 0.3);
}

/* -----------------------------------------
	Social Icons
----------------------------------------- */

.list-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-social-icons li {
  display: inline-block;
  margin: 3px;
  border: 0;
}

.list-social-icons li:first-child {
  margin-left: 0;
}

.social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}

.social-icon:hover,
.social-icon:focus,
.social-icon:active {
  text-decoration: none;
}

/* -----------------------------------------
	Footer
----------------------------------------- */

.copy {
  font-size: 13px;
  padding-top: 20px;
  margin: 20px 0;
  border-top: 1px solid #E0E0E0;
}

.copy p {
  margin: 0;
}

.text-right {
  text-align: right;
}

.footer a,
.footer a:visited {
  color: #333;
  font-weight: bold;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */

.sidebar {
  margin-top: 12px;
}

.widget {
  margin-bottom: 45px;
  font-size: 14px;
}

.widget :last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 1px solid #E0E0E0;
  line-height: normal;
}

.widget-title span {
  display: inline-block;
  border-bottom: solid 3px;
  padding: 0 30px 10px 0;
}

.widget-title .btn {
  font-weight: inherit;
}

/* WIDGET: #List styling
========================================= */

.widget a,
.widget a:visited {
  color: #303030;
}

/* WIDGET: List Widgets
========================================= */

.textwidget > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.textwidget > ul li {
  line-height: normal;
  display: block;
  position: relative;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #E0E0E0;
  font-size: 15px;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_ci-page-children-menu ul,
.woocommerce-widget-layered-nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_ci-page-children-menu ul ul,
.woocommerce-widget-layered-nav-list ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_ci-page-children-menu li,
.woocommerce-widget-layered-nav-list li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a,
.widget_ci-page-children-menu li a,
.woocommerce-widget-layered-nav-list li a {
  display: block;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #E0E0E0;
  font-size: 15px;
}

.widget_meta li a:empty,
.widget_pages li a:empty,
.widget_categories li a:empty,
.widget_archive li a:empty,
.widget_nav_menu li a:empty,
.widget_product_categories li a:empty,
.widget_ci-page-children-menu li a:empty,
.woocommerce-widget-layered-nav-list li a:empty {
  display: none;
}

.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_product_categories li a:hover,
.widget_ci-page-children-menu li a:hover,
.woocommerce-widget-layered-nav-list li a:hover {
  text-decoration: none;
}

.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget_product_categories li .count,
.widget_product_categories li .ci-count,
.widget_ci-page-children-menu li .count,
.widget_ci-page-children-menu li .ci-count,
.woocommerce-widget-layered-nav-list li .count,
.woocommerce-widget-layered-nav-list li .ci-count {
  position: absolute;
  color: #585761;
  right: 0;
  top: 8px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.widget_meta li.current-cat > a,
.widget_pages li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_archive li.current-cat > a,
.widget_nav_menu li.current-cat > a,
.widget_product_categories li.current-cat > a,
.widget_ci-page-children-menu li.current-cat > a,
.woocommerce-widget-layered-nav-list li.current-cat > a {
  font-weight: 700;
}

.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #E0E0E0;
  font-size: 14px;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
}

.tag-cloud-link {
  display: inline-block;
  font-size: 12px !important;
  border: 0;
  color: #585761;
}

.rss-date {
  display: block;
  font-size: 12px;
  margin: 5px 0;
  opacity: .8;
}

/* WIDGET: #Upcoming Events
========================================= */

.widget.widget_ci_events_widget ul li {
  margin: 0 0 1px;
  padding: 0;
  border: none;
}

/* WIDGET: #Recent Post Type
========================================= */

.widget_ci_recent_items_widget .entry:last-of-type {
  margin-bottom: 0;
}

.widget_ci_recent_items_widget .widget-title {
  position: relative;
}

.widget_ci_recent_items_widget .widget-title .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  padding: 0;
}

.widget_ci_recent_items_widget .widget-title .btn span {
  padding: 7px 10px 7px 10px;
  border-bottom: none;
  display: inline-block;
}

.widget_ci_recent_items_widget .widget-title .btn:hover {
  text-decoration: none;
}

.widget_ci_recent_items_widget .widget-title .btn i {
  padding: 7px 7px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

/* WIDGET: #Post Type Widget Frontpage
========================================= */

.widget_ci_post_type_widget {
  margin-bottom: 40px;
}

.widget_ci_post_type_widget a,
.widget_ci_post_type_widget a:visited {
  display: block;
  position: relative;
  border: 5px solid #313131;
  color: #FFF;
}

.widget_ci_post_type_widget > a:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
}

.widget_ci_post_type_widget h3 {
  position: absolute;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.65);
}

.sidebar .widget_ci_post_type_widget h3 {
  padding: 0 30px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

/* WIDGET: #Ads125
========================================= */

#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ads125 li,
.ads125 li {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
}

/* WIDGET: #Search
========================================= */

.searchform {
  line-height: 1;
  position: relative;
}

.searchform > div {
  position: relative;
  line-height: 1;
}

.searchform .screen-reader-text {
  display: none;
}

.searchform input[type=text] {
  border-radius: 0;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: 1;
  height: 40px;
}

.searchsubmit {
  font-size: 14px;
  line-height: 0;
  padding: 3px 11px 2px;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  height: 100%;
  border: none;
  background: transparent;
}

/* WIDGET: #Flickr
========================================= */

.flickr_badge_image {
  float: left;
  margin: 0 10px 10px 0;
}

.flickr_badge_image a {
  display: block;
  line-height: 0;
  padding: 3px;
  border: 1px solid #E0E0E0;
  max-width: 75px;
}

/* WIDGET: #About
========================================= */

.widget_about {
  margin-top: -5px;
}

.widget_ci_about .alignleft {
  float: left;
  margin: 5px 10px 6px 0;
}

.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 10px;
}

.widget_about img {
  padding: 3px;
  border: 1px solid #E0E0E0;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */

.widget_ci_twitter_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}

.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

.comments-title,
.comment-reply-title {
  margin-bottom: 50px;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

#comment-list .children {
  list-style: none;
}

#comment-list .comment-body {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

#comment-list > .comment:first-child > .comment-body {
  border-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author {
  margin-bottom: 0;
}

.comment-author .fn {
  font-size: 18px;
  line-height: normal;
}

.comment-author .avatar {
  width: 78px;
  float: left;
  margin: 0 30px 15px 0;
  overflow: visible;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.comment-content p {
  margin-bottom: 25px;
}

.comment-content ul,
.comment-content ol {
  margin: 30px 0;
  padding-left: 25px;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  margin: 0;
}

.comment-content blockquote {
  margin: 35px 0 0;
}

.comment-metadata {
  font-size: 13px;
  margin: 0 0 5px;
  color: #585761;
}

.comment-metadata a {
  color: inherit;
}

#cancel-comment-reply-link {
  font-size: 13px;
  padding: 5px 10px;
  margin-top: 5px;
  display: inline-block;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 107px;
  height: auto;
  width: auto;
  background-color: #333;
  color: #ffffff;
}

.bypostauthor > article .fn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 -2px;
  position: relative;
  top: -3px;
  font-size: 11px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  border: 1px solid #E0E0E0;
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.comment-form-cookies-consent {
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-form-cookies-consent input {
  margin-top: 2px;
}

.comment-form-cookies-consent label {
  margin: 0 0 0 10px;
}

#commentform {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

#commentform label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  width: 100%;
}

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */

.menu-trigger {
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  outline: none;
  color: #ffffff;
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  padding: 5px 10px;
}

.menu-trigger:hover,
.menu-trigger:focus {
  text-decoration: none;
  color: #ffffff;
}

/* -----------------------------------------
	Native WordPress Galleries
----------------------------------------- */

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 13px;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
  font-style: italic;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 7px 4px 0;
}

/* -----------------------------------------
	External Plugins
----------------------------------------- */

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
  margin-bottom: 0;
}

.widget .instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget .instagram-pics:before,
.widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
  margin-bottom: 0;
}

.widget .instagram-pics li a {
  display: block;
  color: #7B7B7B;
}

.widget .instagram-pics li a img {
  display: block;
}

/* WP Instagram */

.elementor .elementor-widget-ci_theme_element figure,
.elementor .elementor-widget-ci_theme_element .entry-thumb {
  margin-bottom: 15px !important;
}

.elementor .elementor-widget-ci_theme_element .widget-title {
  position: relative;
}

.elementor .elementor-widget-ci_theme_element .widget-title .btn {
  position: absolute;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  padding: 0;
  top: 0;
}

.elementor .elementor-widget-ci_theme_element .widget-title .btn span {
  padding: 7px 10px 7px 10px;
  border-bottom: none;
  display: inline-block;
}

.elementor .elementor-widget-ci_theme_element .widget-title .btn:hover {
  text-decoration: none;
}

.elementor .elementor-widget-ci_theme_element .widget-title .btn i {
  padding: 7px 7px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

/* -----------------------------------------
   Theme Specific Media Queries
----------------------------------------- */

/* Large */

/* Medium */

/* XSmall */

/* XXSmall */

@media only screen and (max-width: 1200px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .event-place span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 992px) {
  .slide-title h3 {
    font-size: 26px;
  }

  #page > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #navigation a {
    font-size: 0.8em;
  }

  .flex-direction-nav a:after {
    display: none;
  }

  .widget .event-thumb {
    display: none;
  }

  .sidebar {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .comment-author .avatar {
    display: none;
  }
}

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

  .menu-trigger {
    display: block;
  }

  #mobilemenu {
    visibility: visible;
  }

  .mast-head {
    border-bottom: 1px solid #E0E0E0;
  }

  .slide-title {
    position: static;
    background: #353535;
    margin: 0;
    padding: 25px 35px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }

  .slide-title h3 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0;
  }

  .text-right {
    text-align: left;
  }

  .copy p {
    margin: 5px 0;
  }

  #header .ci-socials-ignited {
    text-align: left;
  }

  .flex-direction-nav a,
  .flex-direction-nav a:visited {
    top: 30%;
  }

  .sermon-tabs-panel {
    padding: 10px;
  }

  .sermon-item .sermon-tools {
    padding: 5px 10px;
  }

  .sermon-item .sermon-tools a {
    padding: 0 2px;
  }

  .sermon-tabs-nav-item {
    padding: 10px 15px;
  }

  .sermon-tabs-nav .mp3-dl {
    top: 7px;
    right: 18px;
  }
}

@media (max-width: 767px) {
  .site-branding {
    width: 100%;
  }

  .mast-head-widgets {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .entry .alignleft,
  .entry .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .comment-reply-link {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .event-thumb {
    display: none;
  }
}