/*
Theme Name: TruthVine
Author: Truthvine
Author url: www.truthvine.com 
Version: 1.0
*/
/* VARIABLES
------------------------------------------------------------------------- */
/* 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: 'Montserrat', sans-serif;
  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: #333;
  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: 700;
  color: #1a1a1a;
  letter-spacing: 0.03em;
  line-height: 1.3em;
}
h1 {
  font-size: 31px;
  font-weight: normal;
  margin-bottom: 40px;
}
h2 {
  font-size: 27px;
  font-weight: normal;
}
h3 {
  font-size: 19px;
  font-weight: normal;
}
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: #292d39;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 300;
}
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 p {
  color: #666666;
  font-family: georgia;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  margin: 0 25px 15px;
}
.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 */
.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: #0086c1;
  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;
}

.messages.box .button {
  border: 1px solid #0086c1;
}

.button.outline {
  border: 1px solid #0086c1;
  color: #0086c1;
  background: transparent;
}

.button.outline:hover {
  background:#0086c1;
  color: #fff;
}

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;
}
.colour1 {
  background-color: #4c6993;
}
.colour2 {
  background-color: #c03646;
  color: #4c6993;
}
.button:hover {
  background-color: #425b81;
}
.button.colour1:hover {
  background-color: #425b81;
}
.button.colour2:hover {
  background-color: #b13140;
}
.button.ghost {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 13px 28px;
}
.button.ghost:hover {
  background-color: #fff;
  color: #29363f;
}
.wrap {
  float: left;
  width: 100%;
}
.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
------------------------------------------------------------------------- */
.pre-header {
  background:#e9ebea;
}

.pre-header .wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}

.pre-header .search {
  border-left: 1px solid #b6b8b7;
  padding: 15px 25px;
  width: 170px;
}

.pre-header .search input.search-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #b6b8b7;
  text-transform: uppercase;
  font-size: 14px;
}

.pre-header .search ::placeholder {
    color: #6d7172;
    font-family: 'Montserrat', sans-serif;
}

.pre-header .search button {
  background: transparent;
  border: none;
  color: #6d7172;
  font-size: 16px;
  padding: 0;
}

.search .gsc-control-cse {
  padding: 0;
  background: transparent;
  border: none;
}

.search .pre-header .search button {
  color: #6d7172;
  padding: 1px 6px;
}

.search .gsc-search-button-v2 svg {
  fill: #6d7172;
  width: 17px;
  height: 17px;
}

.search .gsc-input-box {
  background: transparent;
  border: none;
}

.search input.gsc-input {
  background: none !important;
  border-bottom: 1px solid #b6b8b7 !important;
}

.search table.gsc-search-box td {
  padding: 0 !important;
}

.pre-header .member-login {
  border-left: 1px solid #b6b8b7;
  border-right: 1px solid #b6b8b7;
  padding: 15px 25px;
  text-transform: uppercase;
  color:#6d7172;
  font-size: 14px;
}

.pre-header .member-login .fas {
  font-size: 16px;
  margin-left: 7px;
}

header {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
}

.brand-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.brand-info .head-info {
  display: flex;
  align-items: center;
  justify-content: end;
}

.brand-info .head-info .service-times {
  border-right: 1px solid #b6b8b7;
  padding: 15px 25px;
}

.brand-info .head-info .service-times span {
  display: block;
  text-align: right;
  line-height: 1.5;
}

.brand-info .head-info .bible-text  {
  padding: 15px 0 15px 25px;
  width: 28%;
}

.brand-info .head-info .bible-text span {
  display: block;
  line-height: 1.5;
}

.brand-info .head-info .bible-text span:last-of-type {
  color: #6d7172;
  font-size: 12px;
  text-transform: uppercase;
}

.brand-info .head-info .service-times span:first-of-type {
  font-weight: 600;
}

nav {
  background: #0086c1;
  float: left;
  width: 100%;
}
nav .menu-container {
  float: left;
  width: 100%;
}
nav .menu-container ul {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
  display: flex;
}
nav .menu-container ul li {
  display: inline-block;
  position: relative;
  flex: auto;
}
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 .menu-container ul li.current-menu-item > a,
nav .menu-container ul li a:hover,
nav .menu-container ul li.current_page_ancestor > a {
  background: #425b81;
}
nav .menu-container ul li:hover ul.sub-menu {
  display: block;
}
nav .menu-tablet,
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;
  padding: 15px 20px;
}
.responsiveNav #responsiveNavToggle h3 {
  float: left;
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
}
.responsiveNav #responsiveNavToggle img {
  float: right;
}
.responsiveNavDropdown {
  float: left;
  width: 100% !important;
  padding: 10px 0;
  background: #2c73a9;
}
.responsiveNavDropdown ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.responsiveNavDropdown ul li {
  float: left;
  width: 100%;
  text-align: center;
}
.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: #425b81;
}
nav ul.sub-menu {
  display: none;
  float: left;
  width: 200px;
  position: absolute;
  background: #2c73a9;
  left: 0;
  z-index: 2;
  text-align: left;
}
nav .menu-container ul li ul.sub-menu li {
  float: left;
  width: 100%;
}
nav .menu-container ul li ul.sub-menu li a {
  float: left;
  width: 100%;
  border-top: 1px dashed #425b81;
  padding: 14px;
  text-transform: none;
  font-size: 15px;
  line-height: 18px;
}
.heading {
  position: relative;
  height: 250px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.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 #4c6993;
  font-size: 28px;
  padding: 25px 35px;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* 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 .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;
}

.emergency {
  background: #b64b4b;
  color: #fff;
  padding: 30px;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
}

.emergency p {
  color: #fff;
  font-size: 18px;
}

.content {
  display: inline-block;
  width: 90%;
  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 .box {
  height: 460px;
}

.welcome {
  text-align: center;
}

.boxes-list {
  display: flex;
}

.boxes-list a.boxes {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  flex: 1;
}

.boxes-list a.boxes .overlay {
  background-color: rgba(37, 68, 86, 0.4);
}

.boxes-list a.boxes:hover .overlay {
  background-color: rgba(37, 68, 86, 0.7);
}

.boxes-list a.boxes .inner {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom:30px;
  transition: 0.3s;
  text-align: center;
}

.boxes-list a.boxes:hover .inner {
  bottom:60px;
}

.boxes-list a.boxes .inner img {
  max-width: 70px;
}

.boxes-list a.boxes .inner h5 {
  color: #fff;
  margin-top: 30px;
  font-size: 24px;
}

.home-listen-events {
  background: #eef0f2;
}

.home-listen-events .band {
  display: flex;
      width: auto;
    max-width: initial;
    justify-content: space-evenly;
    padding: 50px 0;
}

.content.messages {
  width:60%;
  margin: 0;
}

.box.events {
  float: right;
  min-height: 256px;
  width: 30%;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.events > h3 {
  font-size: 20px;
  font-weight: 300;
  padding:0 0 10px 0;
  background-size: 35px;
}
.events div.gce-list-title {
  color: #c03646;
  margin-bottom: 6px;
  font-size: 15px;
}
.events .simcal-default-calendar-list .simcal-calendar-head,
.events .simcal-default-calendar-list dt.simcal-day-label,
.events .simcal-align-right {
  display: none;
}
.events .simcal-default-calendar-list {
  padding: 0;
}
.events .simcal-default-calendar-list ul.simcal-events {
  margin: 0;
}
.events .simcal-default-calendar-list .simcal-event-details {
  font-size: 0;
}

.events .simcal-event-start-date {
  text-transform: uppercase;
  color: #0086c1;
}

.events .simcal-event-start-time {
  font-weight: 700;
}

.events h5 {
  display: inline-block;
  width: 62px;
  height: 62px;
  text-align: center;
  background-color: #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 h5 strong {
  font-size: 18px;
  font-weight: 700;
}
.events .left {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  float: none;
}
.events .left h3 {
  text-transform: none;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 3px;
  letter-spacing: 0.005em;
}
.events .left h6 {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.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 .left {
}
.messages .left h3 {
  font-weight: 300;
  background-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 20px;
}
.messages #tvWidgetRecentSermons {
  float: left;
  width: 100%;
  margin:15px 0 30px 0;
}
.messages .left ul {
  float: left;
  width: 100%;
}
.messages .left ul li {
  padding: 10px 15px;
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.messages .left ul li .tv-sermon {
  float: left;
  vertical-align: middle;
  margin-top: 4px;
  max-width: 95%;
}
.messages .left ul li:nth-child(odd) {
  background: #f7f9fb;
}
.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;
  font-weight: 700;
}
.messages .left a.blueGrad {
  float: right;
}
.messages .right {
  width: 24%;
  height: 230px;
  position: relative;
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden;
}
.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
------------------------------------------------------------------------- */
.band {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  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%;
  max-width: 850px;
  margin: 0 auto;
    float: none;
}
.band .main ol {
  margin: 0 0 20px 20px;
}
.band .main ol li {
  list-style: auto;
  margin-bottom: 10px;
}
.band .main ul {
  margin: 0 0 20px 20px;
}
.band .main ul li {
  list-style: disc;
  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 p a,
.band .main li a {
  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: #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;
}

.more-section {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  padding-bottom: 50px;
}

.more-section h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}

.more-section ul.pages-list {
  margin: 0;
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
    width: 100%;
    height: 100%;
}

.more-section ul.pages-list li {
  list-style: none;
  display: flex;
  align-items: center;
}

.more-section ul.pages-list li a.image-link {
  width: 85px;
  height: 85px;
  display: block;
  line-height: 0;
  background-size: cover;
  background-position: center;
}

.more-section ul li img {
  width: 85px;
  height: 85px;
}

.more-section ul.pages-list li a {
  font-size: 18px;
  color:#292d39;
  margin-left: 20px;
  border: none;
}

/* News */
.content.newspage {
  padding: 0;
  width: 666px;
  background: none;
  box-shadow: none;
  border: none;
  margin: 20px 0 0 26px;
}
.content.newspage .date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #3B4B55;
  padding: 6px 10px 8px;
}
.content.newspage .date h5 {
  color: #fff;
  margin: 0;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}
.content.newspage .date h6 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 300;
}
.content.newspage .featuredPost {
  float: left;
  width: 96%;
  background: #fff;
  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;
  margin-bottom: 20px;
}
.content.newspage .featuredPost h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 0 5px 10px;
  margin: 0;
}
.content.newspage .featuredPost h3 span {
  float: left;
  background: url(images/icon-news-white.png) no-repeat 0 0;
  width: 30px;
  height: 26px;
  margin-right: 9px;
}
.content.newspage .featuredPost .feature {
  overflow: hidden;
  float: left;
}
.content.newspage .featuredPost img {
  float: left;
  margin-right: 15px;
}
.content.newspage .text {
  padding: 15px 10px 10px;
}
.content.newspage .text h4 {
  font-size: 23px;
  font-weight: 700;
}
.content.newspage .text a.dkBlue {
  margin-bottom: 10px;
}
.content.newspage .col {
  position: relative;
  background: #fff;
  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;
  float: left;
  width: 310px;
  margin: 0 20px 20px 0;
  height: 350px;
  border-top: 5px solid #3B4B55;
}
.content.newspage .col .feature {
  height: 150px;
  overflow: hidden;
}
.content.newspage .col img {
  width: 100%;
  height: auto;
}
.content.newspage .col .text {
  padding: 10px 15px 20px;
}
.content.newspage .col .text h4 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}
.content.newspage .entry {
  float: left;
  width: 92%;
  padding: 0 3% 20px;
}
.content.newsOther h2 {
  font-size: 28px;
  line-height: 33px;
}
.content.newsOther img {
  float: right;
  margin: 10px 5px 20px 25px;
  border: 1px solid #dedede;
  padding: 8px 10px;
}
.content.newspage p.readmore {
  display: none;
}
.content .wp-pagenavi {
  background: #fff;
  border: 2px solid #F1F2F2;
  width: 96%;
  float: left;
  height: 35px;
}
.content .wp-pagenavi .pages {
  background: #F1F2F2;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  margin: 0 4px 0 0;
  padding: 10px;
  float: left;
  font-weight: 400;
}
.content .wp-pagenavi span.current {
  border: 2px solid #3B4B55;
  color: #3B4B55;
  font-size: 15px;
  float: left;
  padding: 2px 7px 3px;
  margin: 4px;
}
.content .wp-pagenavi a {
  color: #fff;
  background: #3B4B55;
  border: none;
  font-weight: 100;
  padding: 3px 8px 4px;
  margin: 4px;
  float: left;
  font-size: 15px;
}
p.prev {
  float: left;
  color: #c03646;
  margin-bottom: 30px;
}
p.next {
  float: right;
  color: #c03646;
}
p.next a,
p.prev a {
  color: #c03646;
}
p.next a:hover,
p.prev a:hover {
  border-bottom: 1px dotted;
}
.content.left {
  float: left;
}
.content.left .featuredPost {
  width: 100%;
}
#map {
  width: 100%;
  height: 450px;
}
.contact_bar {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #4c6993;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 40px 0;
}
.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;
  -webkit-transition: 0.3s;
  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: #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: 31px !important;
    font-weight: normal !important;
    margin-bottom: 40px !important;
}
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 #4c6993;
  color: #fff;
  padding: 10px 20px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-indent: -999px;
  overflow: hidden;
}
form#tv-searchForm input[type=submit]:hover {
  background-color: #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: #4c6993;
  border: none !important;
  border-radius: 0;
  padding: 10px 20px;
  display: inline-block;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#truthvine-content .tv-pagination ul li a:hover {
  background-color: #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: #4c6993;
  color: #fff;
  font-size: 14px;
  padding: 4px 19px;
  margin: 10px 0;
  float: left;
  clear: both;
}
#truthvine-content a.tv-download:hover {
  background: #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 */
.wpforms-form {
  margin: 0 auto;
  width: 100%;
}
.wpforms-form label.wpforms-label-hide,
.wpforms-field-hp {
  display: none !important;
}
.wpforms-form .wpforms-field {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  width: calc(100% - 20px);
}
.wpforms-form .wpforms-field.half {
  width: calc(50% - 20px);
}
.wpforms-form input,
.wpforms-form textarea {
  padding: 15px 18px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.wpforms-form textarea.wpforms-field-small {
  height: 120px;
}
.wpforms-form textarea.wpforms-field-medium {
  height: 180px;
}
.wpforms-form textarea.wpforms-field-large {
  height: 300px;
}
.wpforms-form .wpforms-field-select {
  background: url("images/arrow-down.png") no-repeat right 20px center;
  background-size: 14px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.wpforms-form .wpforms-field-select select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-size: 15px;
  padding: 14px 18px;
  color: #666;
  width: 100%;
  outline: none;
}
.wpforms-form button {
  margin-top: 30px;
}
/* What's On */
.simcal-default-calendar-grid .simcal-present > div {
  border: 1px solid #4c6993 !important;
}
.simcal-default-calendar-grid .simcal-day-has-events .simcal-day-number {
  background-color: #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: #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: #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;
}
/* 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: #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 #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;
}
.browse h4 {
  float: left;
  width: 100%;
  padding: 17px 25px;
  box-sizing: border-box;
  background-color: #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 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.browse-category ul li.has_children span.toggle {
  top: 18px;
}
/* FOOTER
------------------------------------------------------------------------- */
.ask_question {
  background-color: #0086c1;
  padding: 20px 30px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
  clear: both;
}
.ask_question h4 {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: middle;
}
.ask_question p {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.ask_question p a {
  color: #fff;
  border-bottom: 1px dashed;
}
.ask_question p a:hover {
  opacity: 0.8;
}
.ask_question .button {
  display: inline-block;
  vertical-align: middle;
}
footer.wrapper {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

#menu-footer-menu {
  column-count: 3;
}

footer h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 9px;
}
footer .left {
  width: 42%;
}
footer .col {
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
footer .col ul li {
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 10px;
}
footer .col ul li a:hover {
  color: #666;
}
footer .right {
  width: 30%;
  float: left;
  margin: 0 30px;
}
footer .right p {
  margin: 0 0 5px;
  font-size: 12px;
}
footer .right h6 {
  font-size: 11px;
  text-transform: uppercase;
}
footer .social {
  float: right;
  width: 27%;
}
footer .social ul {
  float: left;
  width: 100%;
  margin-top: 5px;
}
footer .social ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .social ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
footer .social ul li a:hover {
  opacity: 0.8;
}
footer .social ul li a.facebook {
  background-image: url(images/icon-facebook.png);
}
footer .social ul li a.twitter {
  background-image: url(images/icon-twitter.png);
}
footer .social ul li a.youtube {
  background-image: url(images/icon-youtube.png);
}
footer .social ul li a.instagram {
  background-image: url(images/icon-instagram.png);
}
.bottom_bar {
  background-color: #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;
}
/* CHERITH
------------------------------------------------------------------------- */
nav .menu-container ul li.cherith a {
  background-color: #203854;
}
.page-template-template_cherith .heading h1 {
  border-top-color: #203854;
}
.page-template-template_cherith .heading {
  border-color: #203854;
}
/* IE FIXES
------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  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: #4c6993;
}
.lt-ie9 a.dkBlue:hover {
  background: #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: #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;
}

/* Publications Page
------------------------------------------------------------------------- */
.publications {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px 30px;
    width: 100%;
    height: 100%;
    text-align: center;
  }

.publications .publication-item {
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

  .publication-item h3 {
    margin: 20px 0;
  }

body.single-publications h1 {
  margin: 0;
}

body.single-publications h5 {
  margin: 0 0 30px 0;
  font-style: italic;
}

body.single-publications .extra-fields {
  margin:0 0 30px 0;
}

body.single-publications .extra-fields p {
  margin: 0;
}

body.single-publications .publication-listing {
  display: flex;
}

body.single-publications .back {
  font-size:13px ;
  color: #2d73a8;
  margin-bottom: 30px;
  display: inline-block;
} 

body.single-publications .publication-listing .publication-content {
  margin-left: 30px;
}

body.single-publications .related-publications {
  background:#e8eaea;
  padding: 70px 0 40px 0;
}

body.single-publications .related-publications h4 {
  text-align: center;
}

body.single-publications .related-publications .band .main.full {
  display:flex;
  background: transparent;
}

body.single-publications .related-publications .publication-item {
  flex: 1;
  margin: 0 20px;
  justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
}

body.single-publications .related-publications .publication-item h3 {
  text-align: center;
}

/* Sermon PDF Page
------------------------------------------------------------------------- */
table.sortable {
  border-collapse: collapse;
  width: 100%;
}

table.sortable th {
  padding: 10px;
  font-size: 13px;
}

table.sortable tr.line:nth-child(odd) {
  background: #E8EAEA;
}

table.sortable tr.line td {
  padding: 10px;
  font-size: 13px;
}

table.sortable tr.line td.sermon-no {
  text-align: center;
}

table.sortable tr.line td.dwnld-link {
  text-align: right;
}

table.sortable tr.line td.pdf-title a:hover {
  color: #2d73a8;
}

.full .wp-pagenavi {
  margin-top: 30px;
}

.full .wp-pagenavi .pages {
  border: none;
  float: left;
}

.full .wp-pagenavi a {
    color: #fff;
    background: #0086c1;
    border: none;
    font-weight: 100;
    padding: 3px 8px 4px;
    margin: 4px;
    float: left;
    font-size: 15px;
}

.full .wp-pagenavi span.current {
    border: 2px solid #0086c1;
    color: #0086c1;
    font-size: 15px;
    float: left;
    padding: 2px 7px 3px;
    margin: 4px;
}

/* Magazine Page
------------------------------------------------------------------------- */
.magazine-links a {
  background:#0086c1;
  padding: 8px 17px 10px 17px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  margin-top:5px;
}

.magazine-links a:hover {
  background: #425b81;
}

.magazine-links a img {
  width: 16px;
  height: auto;
  margin: 2px 0 0 5px;
}

.magazine-form {
  background: #e9ebea;
}

.magazine-form .holder {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  float: none;
  padding: 100px 40px;
  box-sizing: border-box;
}

.magazine-form .holder h5, .magazine-form .holder p {
  text-align: center;
}

.magazine-form .holder div.wpforms-container-full {
  margin: 0;
}

.magazine-form .holder div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email] {
  padding: 15px !important;
  height: auto !important;
  font-family: 'Montserrat', sans-serif;
  max-width: 97% !important;
  border: none;
}

.magazine-form .holder div.wpforms-container-full .wpforms-form input[type=email] {
  float: right;
  border: none;
}

.magazine-form .holder div.wpforms-container-full .wpforms-form textarea {
  padding: 15px !important;
  font-family: 'Montserrat', sans-serif;
  border: none;
}

.magazine-form .holder div.wpforms-container-full .wpforms-form button[type=submit] {
  font-family: 'Montserrat', sans-serif;
  background: #0086c1;
  text-transform: uppercase;
  color: #fff;
  border: none;
}

.magazine-form .holder div.wpforms-container-full .wpforms-form .wpforms-field {
  width: 50%;
}

.magazine-form .holder div.wpforms-container-full .wpforms-form .wpforms-field-textarea {
    width: 100%;
}

.magazine-form .holder div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  display: block;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
  padding: 15px !important;
  height: auto !important;
  font-family: 'Montserrat', sans-serif;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  max-width: 100% !important;
  padding: 15px !important;
  font-family: 'Montserrat', sans-serif;
}

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

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

     
 
    

   



    
