/*
Theme Name: TruthVine
Author: Truthvine
Author url: www.truthvine.com 
Version: 1.0
*/
/* VARIABLES
------------------------------------------------------------------------- */
/* Blue */
/* Green */
/* 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: 'Arimo', 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: #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: #29363f;
  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;
}
.wp-block-image figcaption {
  text-align: center;
}
/* 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: #025A8E;
  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;
}
.colour1 {
  background-color: #025A8E;
}
.colour2 {
  background-color: #1D9C6C;
  color: #fff;
}
.button:hover {
  background-color: #024E7D;
}
.button.colour1:hover {
  background-color: #024E7D;
}
.button.colour2:hover {
  background-color: #188C61;
}
.button.ghost {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 13px 28px;
}
.button.ghost:hover {
  background-color: #fff;
  color: #29363f;
}
.wrap {
  background: #F2F8F9;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.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: #1D9C6C;
  background-image: url(images/icon-pin.png);
  background-size: 17px;
  padding-left: 56px;
}
header .right .button.question {
  background-color: #025A8E;
  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 p {
  font-size: 18px;
  float: right;
  clear: both;
  font-weight: 300;
  margin-bottom: 30px;
}
nav {
  background: #025A8E;
  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: #024E7D;
}
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: #025A8E;
}
.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: #025A8E;
  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 #024E7D;
  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 #025A8E;
}
.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 #025A8E;
  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;
}
.content {
  display: flex;
  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;
  display: inline-block;
}
.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 {
  width: 66%;
  text-align: center;
  margin-right: 30px;
}
.welcome h1 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
}
.welcome p {
  white-space: pre-wrap;
}
.content .events {
  width: 34%;
}
.events > 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 div.gce-list-title {
  color: #1D9C6C;
  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 h5 {
  display: inline-block;
  width: 62px;
  height: 62px;
  text-align: center;
  background-color: #025A8E;
  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: calc(100% - 72px);
  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 {
  width: 50%;
  position: relative;
  padding: 0;
  padding-bottom: 40px;
}
.boxes .box1 {
  margin-right: 30px;
}
.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;
  white-space: break-spaces;
}
.messages .left {
  width: 72%;
}
.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 {
  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/youtube.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;
  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 {
  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: #025A8E;
  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: #025A8E;
  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 */
.page-template-template_news .news {
  padding-top: 40px;
}
.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: 530px;
  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 {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  position: relative;
  border: 1px solid #dedede;
  font-size: 13px;
  line-height: 15px;
  width: 300px;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1A3254;
  max-width: 100%;
}
.field .styled_dropdown ul {
  position: absolute;
  display: none;
  border: 1px solid #dedede;
  left: -1px;
  width: 100%;
  z-index: 2;
  top: 51px;
  margin: 0;
}
.field .styled_dropdown .text .arrow {
  background: url(images/arrow-down.png) no-repeat 0 0;
  background-size: 10px;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 24px;
  height: 5px;
}
.field .styled_dropdown .text {
  padding: 18px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.field .styled_dropdown ul li {
  border-bottom: 1px solid #dedede;
  margin: 0;
  background: #fff;
  float: left;
  width: 100%;
}
.field .styled_dropdown ul li.year {
  display: block;
}
.field .styled_dropdown ul li:hover,
.field .archive_dropdown ul li a:hover {
  background-color: #0054a4;
  color: #fff;
}
.field .styled_dropdown ul li a,
.contact_form .field .styled_dropdown ul li,
.field .styled_dropdown ul li.year {
  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,
.field .styled_dropdown ul li.year:hover {
  color: #fff;
}
.field .archive_dropdown ul li {
  display: none;
}
.field .archive_dropdown ul li a {
  padding: 9px 20px 9px 30px;
  text-transform: none;
  font-size: 12px;
  background-color: #EEF3F7;
}
.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;
}
/* Map */
#map {
  width: 100%;
  height: 450px;
}
.contact_bar {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #025A8E;
  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: 'Arimo', 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: #025A8E;
}
#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: 'Arimo', 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 #025A8E;
  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: #024E7D;
}
#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: #025A8E;
  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: #024E7D !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: #025A8E;
  color: #fff;
  font-size: 14px;
  padding: 4px 19px;
  margin: 10px 0;
  float: left;
  clear: both;
}
#truthvine-content a.tv-download:hover {
  background: #024E7D;
}
#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 {
  font-size: 0;
  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 #025A8E !important;
}
.simcal-default-calendar-grid .simcal-day-has-events .simcal-day-number {
  background-color: #025A8E !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: #025A8E !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: #025A8E !important;
  font-family: 'Arimo', 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: #025A8E;
  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 #025A8E;
  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: #025A8E;
  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: #1D9C6C;
  padding: 20px 30px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}
.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.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%;
}
footer .col {
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
footer .col ul li {
  font-size: 14px;
  margin-bottom: 3px;
}
footer .col ul li a:hover {
  color: #666;
}
footer .right {
  width: 30%;
  float: left;
  margin: 0 30px;
}
footer .right p {
  margin: 0 0 5px;
}
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: #025A8E;
  margin-top: 0;
  padding: 15px 40px;
  display: inline-block;
}
.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: #025A8E;
}
.lt-ie9 a.dkBlue:hover {
  background: #025A8E;
}
.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: #1D9C6C;
}
.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;
}

.main .wp-block-table table td {
  padding:8px 10px;
}