@charset "UTF-8";
/*
Theme Name: TruthVine 2021
Text Domain truthvine_2021
Author: Truthvine
Author url: www.truthvine.com 
Version: 1.10.12
*/
/* VARIABLES
------------------------------------------------------------------------- */
:root {
  --font-colour: #29363f;
  --font-family: "Montserrat", sans-serif;
  --header-alert-background: #edc9cf;
  --header-alert-background-inner: #d77f8c;
  --header-alert-foreground: #470610;
  --link-color: var(--theme-color1);
  --header-nav-background: var(--theme-color1);
  --header-nav-background-hover: var(--color1-hover);
}

/* Blue */
/* Red */
/* RESET AND GENERAL STYLES
------------------------------------------------------------------------- */
* {
  margin: 0 auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-family);
  margin: 0 auto;
}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

img {
  border: none;
}

a {
  outline: none;
  color: var(--link-color, #4c6993);
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-weight: normal;
  font-weight: 700;
  color: var(--font-color, #29363f);
  letter-spacing: 0.03em;
  line-height: 1.3em;
}

h1 {
  font-size: 31px;
  font-weight: 700;
}

h2 {
  font-size: 27px;
  font-weight: 700;
}

h3 {
  font-size: 19px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  font-weight: normal;
}

h5 {
  font-size: 20px;
  font-weight: normal;
}

h6 {
  font-size: 17px;
  font-weight: normal;
}

p,
li,
label,
input,
textarea {
  color: var(--font-color, #29363f);
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
}

input,
textarea,
select {
  outline: none;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.clear {
  clear: both;
}

li {
  list-style: none;
  color: #4e4e4e;
}

ul {
  padding: 0;
}

hr {
  background-color: #dedede;
  border-width: 0;
  color: #dedede;
  height: 1px;
  line-height: 0;
  margin: 0 0 15px 0;
  page-break-after: always;
  text-align: center;
  width: 100%;
  clear: both;
}

em {
  font-style: italic;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 1.5em 5px;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  background: #ececec;
}

blockquote p,
.band .main blockquote p {
  margin: 0;
  margin-bottom: 0;
}

blockquote:before {
  display: block;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "— ";
}

.shadow {
  box-shadow: 1px 1px 9px #999999;
  -webkit-box-shadow: 1px 1px 9px #999999;
  -moz-box-shadow: 1px 1px 9px #999999;
  -o-box-shadow: 1px 1px 9px #999999;
}

/* Buttons */
.has-colour-1-background-color {
  background-color: var(--theme-color1, #4c6993);
}

.has-colour-1-color {
  color: var(--theme-color1, #4c6993);
}

.has-colour-1-border-color {
  border-color: var(--theme-color1, #4c6993);
}

.has-colour-2-background-color {
  background-color: var(--theme-color2, #c03646);
}

.has-colour-2-color {
  color: var(--theme-color2, #c03646);
}

.has-colour-2-border-color {
  border-color: var(--theme-color2, #c03646);
}

.button,
body .wp-block-file a.wp-block-file__button {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  padding: 15px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: var(--theme-color1, #4c6993);
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}

body .wp-block-file a.wp-block-file__button {
  padding: 11px 16px;
  font-size: 11px;
  letter-spacing: 1px;
}

.button.full {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  border-radius: 0;
}

.wp-block-buttons.header-buttons .wp-block-button {
  border-radius: 0;
}
.wp-block-buttons.header-buttons .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  padding: 18px 30px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: none;
  text-align: center;
  transform: translateY(-3px);
}
.wp-block-buttons.header-buttons .wp-block-button .wp-block-button__link:hover {
  transform: translateY(0px);
}

.colour1 {
  background-color: var(--theme-color1, #4c6993);
}

.colour2 {
  background-color: var(--theme-color2, #c03646);
  color: var(--theme-color1, #4c6993);
}

.button:hover {
  background-color: var(--colour1-hover, #425b81);
}

.button.colour1:hover {
  background-color: var(--colour1-hover, #425b81);
}

.button.colour2:hover {
  background-color: var(--colour2-hover, #b13140);
}

.button.ghost {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 13px 28px;
}

.button.ghost:hover {
  background-color: #fff;
  color: var(--font-color, #29363f);
}

.wrap {
  background: #F2F8F9;
  float: left;
  width: 100%;
  text-align: center;
}

.wrapper {
  padding: 0 20px;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

img.bg {
  z-index: 0;
}

/* HEADER
------------------------------------------------------------------------- */
header {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
}

header .left {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}

header .right .buttons {
  display: block;
  font-size: 0;
  margin-bottom: 25px;
  position: relative;
  height: 43px;
}

header .right .button {
  position: absolute;
  right: 0;
  top: -3px;
  padding-top: 18px;
  background-repeat: no-repeat;
  background-position: center left 29px;
  border-radius: 0;
}

header .right .button.directions {
  background-color: var(--theme-color2, #c03646);
  background-image: url(images/icon-pin.png);
  background-size: 17px;
  padding-left: 56px;
}

header .right .button.question {
  background-color: var(--theme-color1, #4c6993);
  right: 212px;
  background-image: url(images/icon-speechbubble.png);
  padding-left: 60px;
  background-size: 21px;
}

header .right .button:hover {
  top: 0;
}

header .right h4 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  float: right;
  clear: both;
}

header .right h4 a {
  color: var(--theme-color1, #4c6993);
  font-weight: 700;
}

header .right p {
  font-size: 18px;
  font-weight: 300;
  float: right;
  clear: both;
  font-weight: 300;
  margin-bottom: 30px;
}

nav.main-nav {
  background: var(--header-nav-background, var(--theme-color1, #4c6993));
  float: left;
  width: 100%;
}
nav.main-nav .menu-container {
  float: left;
  width: 100%;
}
nav.main-nav .menu-container ul {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
  display: flex;
}
nav.main-nav .menu-container ul li {
  display: inline-block;
  position: relative;
  flex: auto;
}
nav.main-nav .menu-container ul li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 17px 0;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.03em;
  transition: background 0.2s;
  width: 100%;
  box-sizing: border-box;
}
nav.main-nav .menu-container ul li.current-menu-item > a,
nav.main-nav .menu-container ul li a:hover,
nav.main-nav .menu-container ul li.current_page_ancestor > a {
  background: var(--header-nav-background-hover, var(--colour1-hover, #425b81));
}
nav.main-nav .menu-container ul li:hover ul.sub-menu {
  display: block;
}
nav.main-nav .menu-tablet,
nav.main-nav .menu-mobile {
  display: none;
}

.responsiveNav,
.responsiveNavDropdown {
  display: none;
}

.responsiveNav .telephone {
  float: left;
}

.responsiveNav .telephone h3 {
  color: #fff;
  font-size: 21px;
  margin-top: 7px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 9px;
}

.responsiveNav .menu {
  float: left;
}

.responsiveNav .menu li {
  float: left;
}

.responsiveNav .menu li a {
  font-size: 13px;
}

.responsiveNav #responsiveNavToggle {
  float: right;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 15px 20px;
  background: transparent;
  border: none;
}
.responsiveNav #responsiveNavToggle span {
  font-weight: bold;
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
}
.responsiveNav #responsiveNavToggle .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(images/dropdownToggle.png) no-repeat center center;
  background-size: cover;
}

.responsiveNavDropdown {
  float: left;
  width: 100% !important;
  padding: 10px 0;
  background: var(--header-nav-background, var(--theme-color1, #4c6993));
  z-index: 100;
  overflow-y: auto;
}

.responsiveNavDropdown ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.responsiveNavDropdown ul li {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}

.responsiveNavDropdown ul li.last-child {
  margin-right: 0;
}

.responsiveNavDropdown ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  width: 100%;
  border-top: 1px solid #425b81;
  display: inline-block;
  padding: 11px 15px;
  box-sizing: border-box;
}

.responsiveNavDropdown ul li a:hover {
  background-color: var(--header-nav-background-hover, var(--colour1-hover, #425b81));
}

.responsiveNavDropdown .menu li.menu-item-has-children .arrow-down {
  width: 30px;
  height: 30px;
  right: 22px;
  background: url(images/arrow-right.png) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: absolute;
  top: 9px;
}

.responsiveNavDropdown .menu li.menu-item-has-children .arrow-down.rotate {
  transform: rotate(90deg);
}

.responsiveNavDropdown ul.sub-menu.active {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  padding-left: 30px;
}

.responsiveNavDropdown .menu li.menu-item-has-children ul li .arrow-down {
  display: none;
}

nav.main-nav ul.sub-menu {
  display: none;
  float: left;
  width: 200px;
  position: absolute;
  background: var(--header-nav-background, var(--theme-color1, #4c6993));
  left: 0;
  z-index: 2;
  text-align: left;
}
nav.main-nav .menu-container ul li ul.sub-menu li {
  float: left;
  width: 100%;
}
nav.main-nav .menu-container ul li ul.sub-menu li a {
  float: left;
  width: 100%;
  border-top: 1px dashed var(--header-nav-background-hover, var(--colour1-hover, #425b81));
  padding: 14px;
  text-transform: none;
  font-size: 15px;
  line-height: 18px;
}
.heading {
  position: relative;
  height: 250px;
  overflow: hidden;
  width: 100%;
  float: left;
  border-bottom: 20px solid var(--header-nav-background, var(--theme-color1, #4c6993));
}

.heading img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 200px;
}

.heading .wrapper {
  position: relative;
  height: 100%;
}

.heading h1 {
  position: absolute;
  left: 0;
  width: auto;
  top: 50%;
  background: rgba(255, 255, 255, 0.7);
  border-top: 5px solid var(--header-nav-background, var(--theme-color1, #4c6993));
  font-size: 28px;
  padding: 25px 35px;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.header-alert {
  background-color: var(--header-alert-background, #de95a0);
  position: relative;
}
.header-alert .alert-content {
  box-sizing: border-box;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 7px;
  background-color: var(--header-alert-background-inner, #b96c78);
  color: var(--header-alert-foreground, #470610);
  text-align: center;
}
.header-alert .alert-content a {
  border-bottom: 1px dashed;
}
.header-alert .alert-content p {
  font-size: 18px;
  margin-bottom: 5px;
}
.header-alert .alert-content p:last-child {
  margin-bottom: 0px;
}

/* HOME
------------------------------------------------------------------------- */
.banner {
  position: relative;
  height: 400px !important;
  float: left;
  width: 100% !important;
  z-index: 1;
  background: url(images/bg.png) repeat;
}

.banner ul {
  height: 100% !important;
}

.banner ul li {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner ul li .slider-video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow-clip-margin: content-box;
  overflow: clip;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .inner {
  position: absolute;
  z-index: 1;
  width: 550px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 40%;
  transform: translatey(-40%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
}

.banner .inner h2 {
  font-size: 29px;
  font-weight: 700;
}

.banner .inner p {
  font-weight: 300;
}

.banner .dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
}

.banner .dots li {
  display: inline-block;
  margin: 0 7px;
  border: 2px solid #fff;
  text-indent: -999px;
  cursor: pointer;
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

.banner .dots li.active {
  background-color: #fff;
}

.content {
  display: inline-block;
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  text-align: left;
  box-sizing: border-box;
}

.content .box,
.content.box,
.main.box {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

.content.top {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content.top .box {
  min-height: 460px;
}

.welcome .image {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px solid #396e90;
  border-radius: 100px;
  overflow: hidden;
  padding: 4px;
  vertical-align: middle;
  margin: 0 20px 20px 0;
}

.welcome .image .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}

.content .welcome {
  float: left;
  width: 63%;
  text-align: center;
}

.welcome h1 {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  text-align: left;
  font-weight: 800;
  font-size: 25px;
}

.welcome p {
  white-space: pre-wrap;
}

.content .events-box {
  float: right;
  min-height: 256px;
  width: 34%;
}

.events-box > h3 {
  background: url(images/icon-calendar.png) no-repeat center left;
  font-size: 23px;
  font-weight: 700;
  padding: 6px 0 6px 44px;
  background-size: 35px;
}

.events-box div.gce-list-title {
  color: var(--theme-color2, #c03646);
  margin-bottom: 6px;
  font-size: 15px;
}

.events-box .simcal-default-calendar-list .simcal-calendar-head,
.events-box .simcal-default-calendar-list dt.simcal-day-label,
.events-box .simcal-align-right {
  display: none;
}

.events-box .simcal-default-calendar-list {
  padding: 0;
}

.events-box .simcal-default-calendar-list ul.simcal-events {
  margin: 0;
}

.events-box .simcal-default-calendar-list .simcal-event-details {
  font-size: 0;
}

.events-box h5 {
  display: inline-block;
  width: 62px;
  height: 62px;
  text-align: center;
  background-color: var(--theme-color1, #4c6993);
  color: #fff;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 10px;
  padding-top: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.events-box h5 strong {
  font-size: 18px;
  font-weight: 700;
}

.events-box .left {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  float: none;
}

.events-box .left h3 {
  text-transform: none;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 3px;
  letter-spacing: 0.005em;
}

.events-box .left h6 {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.events-box .ics-calendar.layout-list .ics-calendar-date-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.events-box .ics-calendar.layout-list .ics-calendar-date-wrapper .ics-calendar-date {
  flex: 0 0 auto;
  display: inline-block;
  width: 62px;
  height: 62px;
  text-align: center;
  background-color: var(--theme-color1, #4c6993);
  color: #fff;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 10px;
  padding-top: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.events-box .ics-calendar.layout-list .ics-calendar-date-wrapper .ics-calendar-date span {
  display: block;
}
.events-box .ics-calendar.layout-list .ics-calendar-date-wrapper .ics-calendar-date [data-date-format=j] {
  font-size: 18px;
  font-weight: 700px;
}
.events-box .ics-calendar.layout-list .ics-calendar-date-wrapper dl.events {
  margin-bottom: 0;
}
.events-box .ics-calendar.layout-list .ics-calendar-date-wrapper dl.events .end_time {
  font-weight: bold;
}
.events-box .ics-calendar.layout-list .ics-calendar-date-wrapper dl.events .event * {
  word-break: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
}

.boxes .box {
  float: left;
  width: 48.5%;
  position: relative;
  height: 420px;
  padding: 0;
}

.boxes .box2 {
  float: right;
}

.boxes .box .image {
  position: relative;
  overflow: hidden;
  height: 180px;
  float: left;
  width: 100%;
}

.boxes .box .image img {
  transition: 0.6s;
  -webkit-transition: 0.6s;
}

.boxes .box .image:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.boxes .box .text {
  padding: 30px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.boxes .box h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.boxes .box p {
  margin: 0;
}

.messages {
  display: grid;
  gap: 1em;
  grid-template-columns: 72% 1fr;
  grid-template-rows: auto;
  grid-template-areas: "sermons featured";
}

.messages .left {
  grid-area: sermons;
}

.messages .right {
  grid-area: featured;
  height: 230px;
  width: 18em;
  justify-self: center;
  position: relative;
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden;
}

.messages .left h3 {
  background: url(images/icon-mic.png) no-repeat 0 0;
  padding-left: 28px;
  font-weight: 700;
  background-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.messages #tvWidgetRecentSermons {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.messages .left ul {
  float: left;
  width: 100%;
}

.messages .left ul li {
  padding: 10px 15px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.messages .left ul li .tv-sermon {
  float: left;
  vertical-align: middle;
  margin-top: 4px;
}

.messages .left ul li:first-child,
.messages .left ul li:last-child {
  background: #F1F2F2;
}

.messages .left ul li a.tv-sermon-title {
  float: left;
  border-right: 2px solid #ccc;
  padding-right: 8px;
  margin-right: 8px;
}

.messages .left ul li a.tv-sermon-title:hover {
  color: #888;
}

.messages .left ul li a.tv-sermon-play {
  background: url(images/icon-play.png) no-repeat 0 0;
  background-size: 26px;
  float: right;
  text-indent: -999px;
  overflow: hidden;
  width: 26px;
  height: 26px;
}

.messages .left ul li a.tv-sermon-play:hover {
  opacity: 0.8;
}

.messages .left ul li span.tv-sermon-speaker {
  font-style: italic;
}

.messages .left ul li span {
  float: left;
}

.messages .left ul li span.tv-sermon-reference {
  padding-right: 8px;
  margin-right: 8px;
}

.messages .left a.blueGrad {
  float: right;
}

.messages .right .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}

.messages .right span.play {
  background: url(images/icon-play-big.png) no-repeat 0 0;
  background-size: 56px;
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-bottom: 10px;
}

.messages .right h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.messages .right:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

/* INTERNALS
------------------------------------------------------------------------- */
.content .box p a,
.content .box h4 a,
.content .box h5 a,
.content .box h6 a {
  border-bottom: 1px dashed;
}

.band {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: inline-block;
  padding: 30px 0;
  text-align: left;
  font-size: initial;
}

.band .main {
  float: left;
  background-color: #fff;
  padding: 40px;
  width: 70%;
  box-sizing: border-box;
}

.band .main.full {
  width: 100%;
}

.band .main ul.wp-block-list {
  margin: 0 0 20px 20px;
}

.band .main ul.wp-block-list li {
  list-style: disc;
  margin-bottom: 10px;
}

.band .main ol.wp-block-list li {
  list-style: decimal inside;
  margin-bottom: 10px;
}

.band .main p,
.band .main li {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.005em;
}

.band .main li a,
.band .main p a {
  color: var(--link-color, #4c6993);
  border-bottom: 1px dashed;
}

.band .main p a:hover {
  border-style: solid;
}

.band .main p a.button {
  color: #fff;
  border: none;
}

.band .main p a.button:hover {
  border: none;
}

.main .wp-block-file {
  margin-bottom: 20px;
  font-size: 15px;
}

.main #tvEvents {
  float: left;
  width: 100%;
}

.main #tvEvents ul {
  float: left;
  width: 100%;
  margin: 0;
}

.main #tvEvents ul li {
  list-style: none;
}

.main #tvEvents .tv-event-name {
  border: none;
}

.main #tvEvents .tv-event-name:hover {
  color: #333;
}

.child_pages {
  margin: 0;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.child_pages .box {
  margin: 10px;
  display: inline-block;
  width: calc(33% - 21px);
  border: none !important;
  text-align: center;
  height: 250px;
  position: relative;
}

.child_pages .box a {
  width: 100%;
  height: 100%;
  border: none;
}

.child_pages .box .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.child_pages .box img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  max-width: none;
}

.child_pages .box .text {
  width: 100%;
  background-color: var(--theme-color1, #4c6993);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.child_pages .box h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.child_pages .box:hover .image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.child_pages .box:hover .text {
  padding-bottom: 20px;
}

/* News */
.category .news h2,
.archive .news h2 {
  text-align: center;
  font-size: 25px;
}

.news .posts {
  font-size: 0;
  text-align: center;
}

.news .post {
  display: inline-block;
  width: calc(33% - 40px);
  vertical-align: top;
  margin: 20px;
  height: 500px;
  border: 1px solid #ABBBC6;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.news .post .image {
  float: left;
  position: relative;
  overflow: hidden;
  height: 175px;
  width: 100%;
}

.news .post .image img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.news .post .image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.news .post .text {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: left;
  box-sizing: border-box;
}

.news .post .button {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
}

.news .post h3 {
  margin-bottom: 7px;
  font-size: 17px;
}

.news .post h3 a:hover {
  opacity: 0.9;
}

.news .post h6 {
  margin-bottom: 15px;
  font-size: 11px;
}

.refine {
  float: left;
  width: 100%;
  padding: 30px 0 50px;
  font-size: 0;
  text-align: center;
}

.field {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  position: relative;
  border: 1px solid #ABBBC6;
  font-size: 13px;
  line-height: 15px;
  width: 300px;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  height: 43px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1A3254;
}

.field .styled_dropdown ul {
  position: absolute;
  display: none;
  border: 1px solid #ABBBC6;
}

.field .styled_dropdown .text .arrow {
  background: url(images/icon-select.png) no-repeat 0 0;
  background-size: 10px;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 18px;
  height: 5px;
}

.field .styled_dropdown .text {
  padding: 14px 20px;
  box-sizing: border-box;
}

.field .styled_dropdown ul {
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  z-index: 1;
  display: none;
  top: 42px;
  margin: 0;
}

.field .styled_dropdown ul li {
  border-bottom: 1px solid #ABBBC6;
  margin: 0;
  background: #fff;
  float: left;
  width: 100%;
}

.field .styled_dropdown ul li:hover {
  background-color: #0054a4;
  color: #fff;
}

.field .styled_dropdown ul li a,
.contact_form .field .styled_dropdown ul li {
  color: #1A3254;
  transition: none;
  -webkit-transition: none;
  padding: 14px 20px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
}

.field .styled_dropdown ul li:hover a,
.contact_form .field .styled_dropdown ul li:hover {
  color: #fff;
}

.wp-pagenavi {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.band .wp-pagenavi a,
.band .wp-pagenavi span {
  padding: 5px;
  margin: 0 4px;
  display: inline-block;
  width: 35px;
  box-sizing: border-box;
  font-size: 15px;
}

.band .wp-pagenavi .pages,
.band .wp-pagenavi .last {
  display: none;
}

.wp-pagenavi span.current {
  font-weight: normal;
  color: #fff;
  background-color: #284371;
}

.blog_head {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ABBBC6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog_head h6 {
  margin-bottom: 10px;
  color: #1A3254;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

.blog_head h2 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 25px;
}

.blog_head ul {
  padding-left: 0;
  margin: 0;
}

.related {
  background-color: #EEF3F7;
}

.related .post {
  margin-bottom: 0;
}

.related h2 {
  text-align: center;
  font-size: 23px;
}

.sharing {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  font-size: 0;
}

.sharing li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.sharing li:hover {
  opacity: 0.8;
}

.sharing li a {
  background: url(images/icons-social.png) no-repeat 0 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 150px;
  border: none;
}

.sharing li.share {
  margin-right: 10px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 900;
}

.sharing li.twitter a {
  background-position: -30px;
}

.sharing li.pinterest a {
  background-position: -60px;
}

.sharing li.google a {
  background-position: -90px;
}

.sharing li.email a {
  background-position: -120px;
}

.header-social-links h5 {
  display: none;
}

#map {
  width: 100%;
  height: 450px;
}

.contact_bar {
  float: left;
  width: 100%;
  text-align: center;
  background-color: var(--theme-color1, #4c6993);
  padding: 20px;
  box-sizing: border-box;
}

.band .contact_bar p {
  color: #fff;
  margin: 0;
  font-size: 17px;
}

/* Sermons */
.video {
  position: relative;
}

.video a.red {
  position: absolute;
  right: 0;
  top: 0;
}

#truthvine-content {
  margin: 0 !important;
}

#truthvine-content ul {
  margin: 0;
}

#truthvine-content table.tv-sermon-list {
  float: left;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  border: none;
  width: 100%;
}

#truthvine-content table.tv-sermon-list tr {
  height: auto;
  background: none;
  border-bottom: 1px solid #efefef;
}

#truthvine-content table.tv-sermon-list tr:nth-child(odd) {
  background-color: #F2F8F9;
}

#truthvine-content table.tv-sermon-list td {
  padding: 25px 20px;
  margin: 0;
  vertical-align: middle;
  border: none;
  color: #333;
}

#truthvine-content table.tv-sermon-list td a {
  color: #333;
}

#truthvine-content table.tv-sermon-list td.tv-sermon-reference,
td.tv-sermon-speaker {
  text-align: center;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.5px;
}

#truthvine-content .tv-download-buttons {
  text-align: center;
}

#truthvine-content .tv-download-button {
  border-top: 1px solid #dedede;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}

#truthvine-content .tv-play-button {
  background: url("images/icon-play.png") no-repeat 0 0;
  background-size: 36px;
  width: 36px;
  height: 36px;
  display: inline-block;
  transition: 0.3s;
}

#truthvine-content .tv-play-button:hover {
  opacity: 0.8;
}

#truthvine-content table.tv-sermon-list td.tv-sermon-title span.tv-sermon-title-text {
  font-size: 17px;
  line-height: 1.4em;
}

#truthvine-content table.tv-sermon-list td.tv-sermon-title span.tv-sermon-title-date {
  font-size: 13px;
}

#truthvine-content table.tv-sermon-list td.tv-sermon-title span.tv-sermon-title-type {
  font-size: 13px;
}

#truthvine-content table.tv-sermon-list td.tv-sermon-title span.tv-sermon-title-serieslink {
  font-size: 13px;
}

#truthvine-content table.tv-sermon-list td.tv-sermon-title span.tv-sermon-title-serieslink a {
  color: var(--theme-color1, #4c6993);
}

#truthvine-content table.tv-sermon-list td.tv-sermon-reference {
  white-space: nowrap;
}

#truthvine-content table.tv-sermon-list td.tv-sermon-speaker {
  width: 150px;
}

#truthvine-content h2 {
  font-size: 23px;
  font-weight: normal;
}

form#tv-searchForm {
  margin: 30px 0;
  float: left;
  width: 100%;
  font-size: 0;
  height: 40px;
  font-family: "Montserrat", sans-serif;
}

form#tv-searchForm input[type=text] {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 13px;
  width: 200px;
  margin: 0;
  border: 1px solid #dedede;
}

form#tv-searchForm input[type=submit] {
  background: url("images/icon-search.png") no-repeat center center var(--theme-color1, #4c6993);
  color: #fff;
  padding: 10px 20px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
  text-indent: -999px;
  overflow: hidden;
}

form#tv-searchForm input[type=submit]:hover {
  background-color: var(--colour1-hover, #425b81);
}

#truthvine-content .tv-pagination {
  margin: 25px 0 50px;
  display: inline-block;
  width: 100%;
}

.tv-pagination ul > li > a,
.tv-pagination ul > li > span {
  font-size: 14px;
}

div.tv-series-description {
  font-size: 14px;
  line-height: 17px;
}

#truthvine-content .tv-series-title {
  font-weight: normal;
}

#truthvine-content .tv-series-title a {
  color: #333;
}

.tv-sermon-title-text,
.tv-series-title a:hover {
  color: #666;
}

.tv-series-description {
  font-size: 13px;
  line-height: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}

.tv-series-dates {
  font-size: 13px;
  color: #666;
}

#truthvine-content {
  min-height: 800px;
}

#truthvine-content ul.tv-breadcrumb {
  border-bottom: 1px solid #dedede;
  background: none !important;
  color: #999;
  font-size: 13px;
}

#truthvine-content .tv-pagination ul li a {
  color: #fff;
  background-color: var(--theme-color1, #4c6993);
  border: none !important;
  border-radius: 0;
  padding: 10px 20px;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

#truthvine-content .tv-pagination ul li a:hover {
  background-color: var(--colour1-hover, #425b81) !important;
  color: #fff;
}

#truthvine-content .tv-pagination-centered ul li a {
  background-color: transparent;
  color: #000;
  padding: 4px 12px;
  border: 1px solid #ddd !important;
}

#truthvine-content h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 10px 0 30px;
  float: left;
  width: 100%;
}

#truthvine-content .tv-sermon p {
  margin-bottom: 4px;
}

#truthvine-content .tv-sermon p a {
  border-bottom: 1px dotted;
  color: #4BA2B7;
}

#truthvine-content .tv-sermon p a:hover {
  border-bottom: none;
}

#truthvine-content a.tv-download {
  background: var(--theme-color1, #4c6993);
  color: #fff;
  font-size: 14px;
  padding: 4px 19px;
  margin: 10px 0;
  float: left;
  clear: both;
}

#truthvine-content a.tv-download:hover {
  background: var(--colour1-hover, #425b81);
}

#truthvine-content .tv-sermon h2 {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 0;
}

#truthvine-content .tv-sermon h3 {
  float: left;
  width: 100%;
}

#truthvine-content .tv-sermon ul {
  float: left;
  width: 100%;
}

#truthvine-content .tv-sermon ul li {
  list-style: none;
  margin: 0 0 5px;
  display: inline-block;
}

#truthvine-content .tv-bible-passage {
  float: left;
  width: 100%;
}

#truthvine-content .tv-bible-passage-context {
  float: left;
  width: 100%;
}

#truthvine-content .tv-bible-passage-context a {
  border-bottom: 1px dotted;
  color: #4BA2B7;
  font-size: 14px;
  margin: 10px 0;
  float: left;
}

#truthvine-content .tv-bible-passage-context a:hover {
  border-bottom: 1px solid #fff;
}

#truthvine-content .tv-badges #TruthVineBadge {
  margin: 20px 0;
}

#truthvine-content .tv-breadcrumb > li {
  margin: 0;
}

/* Contact */
.af-form {
  font-size: 0;
  margin: 0 auto;
  width: 100%;
}
.af-form .acf-field input[type=text],
.af-form .acf-field input[type=email],
.af-form .acf-field textarea {
  padding: 15px 18px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.af-form button {
  margin-top: 30px;
}

.password-form input[type=text],
.password-form input[type=email],
.password-form textarea {
  padding: 15px 18px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.password-form input[type=submit] {
  margin-left: 20px;
  padding: 0.25em;
}

/* What's On */
.simcal-default-calendar-grid .simcal-present > div {
  border: 1px solid var(--theme-color1, #4c6993) !important;
}

.simcal-default-calendar-grid .simcal-day-has-events .simcal-day-number {
  background-color: var(--theme-color1, #4c6993) !important;
}

.main .simcal-default-calendar-grid .simcal-day-number {
  font-size: 14px;
  padding: 6px 0;
  font-weight: 300;
}

.simcal-default-calendar-grid .simcal-present .simcal-day-number {
  background-color: var(--theme-color1, #4c6993) !important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event {
  font-size: 13px;
  line-height: 16px;
}

.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav {
  padding: 10px 0 30px !important;
}

.main .simcal-calendar ul li {
  background: none;
}

.main .simcal-default-calendar-list {
  display: none;
}

.simcal-default-calendar-list .simcal-calendar-head {
  background: none;
  margin-bottom: 20px;
}

.simcal-default-calendar-list dt.simcal-day-label > span {
  background: var(--theme-color1, #4c6993) !important;
  font-family: "Montserrat", sans-serif;
}

.simcal-default-calendar-list ul.simcal-events {
  margin: 0 !important;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
  margin: 0;
  padding: 0;
}

.simcal-default-calendar-list .simcal-event-details h4 {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 300;
}

.simcal-default-calendar-list .simcal-event-details p {
  margin: 0 !important;
}

#content .entry .simcal-calendar ul li {
  background: none;
  padding: 5px;
  margin: 0;
}

#content .entry .simcal-calendar ul {
  padding-bottom: 0;
}

#content .entry .mobile_cal .simcal-calendar ul li {
  padding: 0;
}

/* ICS Calendar */
.ics-calendar.layout-month .ics-calendar-month-grid td .day {
  color: white;
  background: var(--theme-color1);
}
.ics-calendar.layout-month .ics-calendar-month-grid td.today {
  border-color: var(--theme-color1);
  border-left-width: 2px;
  border-right-width: 2px;
}
.ics-calendar.layout-month .ics-calendar-month-grid td td.off {
  background-color: #f5f7f9;
}
.ics-calendar.layout-month .ics-calendar-month-grid td ul.events li {
  font-size: 13px;
}
.ics-calendar.layout-month .ics-calendar-month-grid td ul.events li .time .end_time {
  display: none;
}
.ics-calendar.layout-month .ics-calendar-month-grid td ul.events li .title {
  line-height: 1.1;
}

/* News Section - Home Page */
.content.latest_news {
  padding-bottom: 80px;
  border-top: 6px solid var(--theme-color1, #4c6993);
}

.latest_news .featured_post {
  float: left;
  width: 60%;
}
.latest_news .featured_post h3 {
  font-size: 28px;
  color: var(--theme-color1, #4c6993);
}
.latest_news .featured_post .post {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.latest_news .featured_post .image {
  position: relative;
  float: left;
  width: 230px;
  overflow: hidden;
  height: 200px;
}
.latest_news .featured_post .text {
  float: right;
  width: calc(100% - 250px);
}
.latest_news .text h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.latest_news .text h6 {
  display: none;
}
.latest_news .right {
  width: 38%;
}
.latest_news .right > .button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
}
.latest_news .right .post {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.latest_news .right .image {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 80px;
  overflow: hidden;
  vertical-align: middle;
}
.latest_news .right .text {
  display: inline-block;
  width: calc(100% - 140px);
  vertical-align: middle;
  margin-left: 20px;
}
.latest_news .right .text h3 {
  font-size: 17px;
}
.latest_news .right .text p {
  display: none;
}
.latest_news .right .text .button {
  background: none;
  color: var(--theme-color1, #4c6993);
  padding: 0;
  font-size: 12px;
}

/* SIDEBAR
------------------------------------------------------------------------- */
.sidebar {
  float: right;
  width: 28%;
}

.sidebar .box {
  margin: 0 0 30px;
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background-color: #fff;
}

.sidebar.newspage {
  float: left;
}

.sidebar2 {
  display: none;
}

.sidebar .box h3 {
  background-color: var(--theme-color1, #4c6993);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 30px;
  margin: 0;
  color: #fff;
  line-height: 1em;
}

.sidebar .box h3 span {
  float: left;
  background: url(images/icon-news-white.png) no-repeat 0 0;
  width: 30px;
  height: 26px;
  margin-right: 9px;
}

.sidebar .sermons {
  padding: 0;
}

.sidebar .sermons h4 {
  background: url(images/icon-mic.png) no-repeat 0 14px;
  padding-bottom: 3px;
  padding-left: 36px;
}

.sidebar .sermons ul {
  float: left;
}

.sidebar .sermons ul li {
  background: none;
  margin-bottom: 4px;
  float: left;
  box-sizing: border-box;
  padding: 17px 20px;
  border-bottom: 1px solid #dedede;
}

.sidebar .sermons ul li:last-child {
  border-bottom: none;
}

.sidebar .sermons ul li a {
  width: 175px;
  float: left;
  border: none;
  padding: 0;
}

.sidebar .sermons .tv-sermon {
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: middle;
  padding-right: 30px;
}

.sidebar .sermons ul li a:hover {
  background: none;
}

.sidebar .sermons a.button {
  width: 100%;
}

.sidebar .newsFeed ul.two li {
  margin-bottom: 5px;
}

.sidebar .newsFeed ul.two img {
  width: 90px;
}

.sidebar .newsFeed ul.two p {
  font-size: 14px;
  margin-bottom: 0px;
}

.sidebar .sermons ul li span.tv-sermon-reference,
.sidebar .sermons ul li span.tv-sermon-speaker {
  display: none;
}

.sidebar .sermons ul li a.tv-sermon-play span {
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--theme-color1, #4c6993);
  border-top: 6px solid transparent;
  height: 0;
  left: 13px;
  position: absolute;
  text-indent: 999px;
  top: 10px;
  width: 0;
}

.sidebar .sermons ul li a.tv-sermon-play {
  border: 1px solid #236464;
  border-radius: 25px;
  height: 25px;
  width: 25px;
  position: relative;
  overflow: hidden;
  padding: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  float: none;
  display: inline-block;
}

.sidebar .sermons ul li a.tv-sermon-play:hover {
  opacity: 0.9;
}

.sidebar .testimonies {
  float: right;
}

.sidebar .testimonies h4 {
  margin: 15px 0 14px 20px;
  padding: 0 0 5px 50px;
}

.sidebar .testimonies ul.two p {
  font-size: 13px;
}

.sidebar .testimonies ul.two img {
  border: 1px solid #DEDEDE;
  padding: 5px;
  width: 80px;
}

.sidebar ul {
  float: left;
  width: 100%;
}

.sidebar ul li {
  float: left;
  width: 100%;
  position: relative;
  font-size: 14px;
}

.sidebar ul li a {
  float: left;
  width: 100%;
  padding: 17px 20px;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
}

.sidebar ul li a:hover {
  background-color: #DDE3E8;
}

.sidebar .page_item.current_page_item > a {
  display: none;
}

.browse h4 {
  float: left;
  width: 100%;
  padding: 17px 25px;
  box-sizing: border-box;
  background-color: var(--theme-color1, #4c6993);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}

.browse h5 {
  float: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.browse h5:after {
  content: "";
  background: url(images/icon-arrow-down.png) no-repeat 0 0;
  background-size: 12px;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 22px;
  top: 29px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.browse h5.border {
  border-top: 1px solid #999;
}

.browse h5.open:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.browse ul.top {
  display: none;
}

.browse ul.children {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.browse ul.children li a {
  padding-left: 30px;
  padding-right: 40px;
}

.browse ul.children li ul li a {
  padding-left: 50px;
}

.browse ul.children li ul li ul li a {
  padding-left: 65px;
}

.browse ul li span a {
  padding: 0 !important;
  border: none;
  background: none;
}

.browse ul li.has_children > span.toggle,
.browse ul li.has_children > span span.toggle {
  background: url(images/icon-arrow-down.png) no-repeat 0 0;
  background-size: 13px;
  width: 13px;
  height: 6px;
  position: absolute;
  right: 21px;
  top: 22px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.browse ul li.has_children span.toggle.open {
  transform: rotate(180deg);
}

.browse-category ul li.has_children span.toggle {
  top: 18px;
}

/* FOOTER
------------------------------------------------------------------------- */
footer.content.box {
  margin-top: 0;
}

footer .wrapper {
  position: relative;
}

footer h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 9px;
}

footer .left {
  width: 35%;
}

.bottom_bar {
  background-color: var(--theme-color1, #4c6993);
  margin-top: 0;
  padding: 15px 40px;
}

.bottom_bar p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

.bottom_bar a {
  color: #fff;
}

.bottom_bar a:hover {
  border-bottom: 1px dotted;
}

/* IE FIXES
------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  nav.main-nav .menu-container ul li a {
    padding: 17px 20px;
    width: auto;
  }
}
.ieall .banner .dots li {
  overflow: visible;
  color: transparent;
}

.ieall header .right ul li a:hover {
  padding-top: 11px;
}

.lt-ie9 a.red:hover {
  background: var(--theme-color1, #4c6993);
}

.lt-ie9 a.dkBlue:hover {
  background: var(--theme-color1, #4c6993);
}

.lt-ie9 .boxes .box {
  border: 1px solid #dedede;
  width: 288px;
}

.lt-ie9 .boxes .box a {
  width: 263px;
}

.lt-ie9 .content.newspage .featuredPost,
.lt-ie9 .content.newspage .col {
  border: 1px solid #dedede;
}

.lt-ie8 a.red span,
.lt-ie8 a.blueGrad span,
.lt-ie8 a.dkBlue span {
  margin-top: -11px;
}

.lt-ie8 header .right ul li a.red {
  width: 155px;
}

.lt-ie8 header .right ul li a.blueGrad {
  width: 150px;
}

.lt-ie8 header .right ul li a span {
  margin-top: 0;
}

.lt-ie8 header .right ul li > span {
  display: none;
}

.lt-ie8 header .right ul li {
  width: 190px;
}

.lt-ie8 .cal2 li {
  clear: both;
  margin-bottom: 20px;
}

.lt-ie8 .cal2 span {
  clear: both;
}

.lt-ie8 .cal2 .sunday {
  clear: both;
}

.lt-ie8 .content.newspage .featuredPost h3,
.lt-ie8 .sidebar .box h3 {
  background: var(--theme-color2, #c03646);
}

.lt-ie8 .sidebar .box ul li a.tv-sermon-title {
  float: left;
}

.lt-ie8 .boxes .box p {
  float: left;
}

.lt-ie8 .messages {
  padding-bottom: 30px;
}

/* Wordpress Block Editor Styles ------------------------------------
--------------------------------------------------------------------*/
.wp-block-media-text__media img {
  height: auto;
}

.wp-block-image img {
  height: auto;
}

.wp-block-table table thead {
  border-bottom: 3px solid;
}
.wp-block-table table th {
  font-weight: bold;
}
.wp-block-table table td,
.wp-block-table table th {
  padding: 0.5em;
  border: 1px solid;
}

/*** Wordpress fixes **/
html :where(img) {
  max-width: unset;
}/*# sourceMappingURL=style.css.map */