/*
Theme Name: East Leake Evangelical Church
Author: Suzanne Lowery
Version: 1.0
*/
/* VARIABLES
------------------------------------------------------------------------- */
/* Grey */
/* Orange */
/* 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 {
  background: #EAE5DE;
  font-family: Arial, Helvetica, 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;
  font-family: 'Lato', sans-serif;
}
.left {
  float: left;
}
.right {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #3b3738;
}
h1 {
  font-size: 31px;
  line-height: 36px;
  font-weight: 700;
}
h2 {
  font-size: 39px;
  line-height: 43px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  line-height: 29px;
  font-weight: 700;
}
h4 {
  font-size: 22px;
  line-height: 27px;
  font-weight: normal;
}
h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}
h6 {
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
p {
  color: #4E4E4E;
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.3em;
  font-family: 'Lato', sans-serif;
}
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;
  font-family: 'Lato';
  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;
}
input {
  outline: none;
}
.blueGrad {
  background: #236464;
  color: #fff;
}
.red {
  background: #c54027;
  color: #fff;
}
.dkBlue {
  background: #3b3738;
  color: #fff;
}
.red span,
.dkBlue span,
.blueGrad span {
  background: url(images/arrowButton.png) no-repeat 0 0;
  width: 8px;
  height: 10px;
  float: right;
  margin-top: 3px;
}
a.red,
a.dkBlue,
a.blueGrad {
  font-size: 12px;
  text-transform: uppercase;
  width: 130px;
  padding: 8px 13px;
  float: left;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
}
a.red:hover,
a.dkBlue:hover,
a.blueGrad:hover {
  opacity: 0.9;
}
a.long {
  width: 200px;
}
.wrap {
  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;
  left: 50%;
  margin: 0 auto 0 -490px;
  position: relative;
  width: 980px;
}
.wrapper {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1100px;
}
/* HEADER
------------------------------------------------------------------------- */
a.emailSignup {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 130px;
  z-index: 5;
  display: none;
}
a.emailSignup span {
  float: left;
  width: 19px;
  height: 15px;
  background: url(images/icon-email.png) no-repeat 0 0;
  margin-right: 8px;
  margin-top: -1px;
  display: block;
}
a.emailSignup:hover {
  padding-bottom: 15px;
  opacity: 1;
}
header {
  float: left;
  width: 100%;
  height: 162px;
  background: #fff;
}
header img {
  margin: 23px 0 0px;
  height: 114px;
}
header .right {
  position: relative;
}
header .right ul {
  clear: both;
  float: right;
}
header .right ul li {
  float: left;
  margin-left: 8px;
  position: relative;
}
header .right ul li a {
  float: right;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 18px 9px;
  text-transform: uppercase;
  transition: padding-top 0.2s;
  -moz-transition: padding-top 0.2s;
  -webkit-transition: padding-top 0.2s;
  -o-transition: padding-top 0.2s;
  white-space: nowrap;
  width: 137px;
}
header .right ul li a.red {
  right: 183px;
  width: 143px;
}
header .right ul li a:hover {
  padding-top: 16px;
  opacity: 1;
}
header .right ul li a span {
  float: left;
  width: 16px;
  height: 20px;
  background: url(images/icon-pin.png) no-repeat 0 0;
  margin-right: 8px;
  margin-top: -1px;
  display: block;
}
header .right ul li a.red span {
  background: url(images/icon-speechbubble.png) no-repeat 0 0;
  width: 22px;
  height: 20px;
}
header .right h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  position: absolute;
  top: 71px;
  right: 0;
}
header .right p {
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
  position: absolute;
  right: 0;
  top: 98px;
}
header .right ul li > span {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 5px;
  border-left: 0px solid transparent;
  border-right: 23px solid transparent;
  border-top: 10px solid #c54027;
}
nav {
  background: #3b3738;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 47px;
}
nav ul#menu-main-menu li {
  float: left;
  position: relative;
  z-index: 2;
}
nav ul#menu-main-menu li a {
  color: #FFFFFF;
  float: left;
  font-size: 15px;
  padding: 14px 15px;
  text-transform: uppercase;
}
nav ul#menu-main-menu li.current-menu-item a,
nav ul#menu-main-menu li a:hover,
nav ul#menu-main-menu li ul.sub-menu li a:hover
{
  color: #999;
}
nav ul#menu-main-menu li.current-menu-item a {
  transition: background 0.2s;
}
.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-mobile {
  display: none;
}
.responsiveNav .menu li {
  float: left;
}
.responsiveNav .menu li a {
  color: #fff;
  padding: 10px 23px 0 0;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 22px;
}
.responsiveNav #responsiveNavToggle {
  float: right;
  cursor: pointer;
  border-left: 1px solid #666;
  padding: 10px 0 10px 17px;
}
.responsiveNav #responsiveNavToggle h3 {
  float: left;
  color: #dedede;
  margin: 0 86px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
}
.responsiveNav #responsiveNavToggle img {
  float: right;
}
.responsiveNavDropdown {
  float: left;
  width: 100% !important;
  padding: 10px 0;
  background: #236464;
}
.responsiveNavDropdown ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.responsiveNavDropdown ul li {
  float: left;
  width: 33%;
  text-align: center;
  margin: 8px 0;
}
.responsiveNavDropdown ul li.last-child {
  margin-right: 0;
}
.responsiveNavDropdown ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}
.responsiveNavDropdown ul li.menu-item-274 a {
  font-family: 'PassingNotes';
  font-size: 21px;
}

nav ul.sub-menu {
  display: none;
  float: left;
  width: 200px;
  position: absolute;
  margin-top: 46px;
  background: #605e5f;
  left: 0;
  z-index: 2;
}

nav ul#menu-main-menu li ul.sub-menu li {
  float: left;
  width: 100%;
}

nav ul#menu-main-menu li ul.sub-menu li a {
  float: left;
  width: 88%;
  border-top: 1px dashed #3b3738;
  color: white;
  padding: 14px 6%;
  text-transform: none;
  font-size: 15px;
  line-height: 18px;
}

nav.menu-members-area-menu {
  background: #87A529;
}

nav ul#menu-members-area-menu li {
  float: left;
  position: relative;
}

nav ul#menu-members-area-menu li a {
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  padding: 16px 14px 14px;
  text-transform: uppercase;
  font-weight: 300;
}

nav ul#menu-members-area-menu li.current-menu-item a,
nav ul#menu-members-area-menu li a:hover {
  background: #96AF2E;
}

nav ul#menu-members-area-menu li.current-menu-item a {
  transition: background 0.2s;
}

.heading {
  position: relative;
  height: 200px;
  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;
}
.heading h1 {
  position: absolute;
  left: 0;
  width: auto;
  top: 55px;
  background: url(images/whiteOpaque.png) repeat;
  border-top: 5px solid #c54027;
  font-size: 36px;
  padding: 20px 50px 20px 20px;
}

.emergency {
  background: #c54027;
  padding: 20px;
      display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.emergency p {
  color: #fff;
}

.newsletter {
  background: #3b3738;
  padding: 12px 0 2px;
  float: left;
  width: 100%;
}
.newsletter h3 {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}
.newsletter p {
  color: #fff;
  font-size: 10px;
  margin: 0;
  float: right;
  line-height: 14px;
}
.newsletter p a {
  color: #fff;
}
.newsletter p a:hover {
  color: #dedede;
}
.newsletter form.subscribeForm {
  background: none;
  border: none;
  float: right;
  padding: 0;
  width: 80%;
}
.newsletter form.subscribeForm label {
  color: #fff;
  width: auto;
}
.newsletter form.subscribeForm input[type=text],
.newsletter form.subscribeForm input[type=email] {
  width: auto;
  border: none;
  padding: 9px 15px;
  margin: 0 10px 0 0;
  color: #625C5D;
  font-style: italic;
  width: 24%;
}
.newsletter form.subscribeForm input[type-submit] {
  float: right;
  margin: 0 !important;
}
.newsletter #mce-responses {
  position: absolute;
}
/* HOME
------------------------------------------------------------------------- */
.banner {
  position: relative;
  height: 315px !important;
  float: left;
  width: 100% !important;
  z-index: 1;
  background: url(images/bg.png) repeat;
}
.banner ul li {
  float: left;
  width: 100%;
  height: 315px;
  overflow: hidden;
  position: relative;
}
.banner ul li img {
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: auto;
}
.banner .wrapper {
  position: relative;
}
.banner .textBox {
  background: url(images/whiteOpaque.png) repeat;
  width: 390px;
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 25px 35px;
}
.banner .textBox p {
  color: #000 !important;
}
.banner .textBox p span {
  color: #000 !important;
}
.banner .textBox a {
  font-size: 14px;
  text-transform: uppercase;
  width: 145px;
  padding: 8px 13px;
  float: left;
}
.banner .textBox a span {
  margin-top: 4px;
}
.banner .dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: center;
  margin: 0 auto;
}
.banner .dots li {
  float: left;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin: 0 2px;
  background: #fff;
  text-indent: -999px;
  cursor: pointer;
  overflow: hidden;
}
.banner .dots li.active {
  background: none;
  border: 2px solid #fff;
  height: 8px;
  width: 8px;
}
.homeContent {
  background: #fff;
  float: left;
  width: 100%;
}
.welcome {
  float: left;
  width: 59%;
  padding: 22px 30px;
}
.welcome h1 {
  font-size: 28px;
  line-height: 34px;
}
.welcome img {
  float: left;
  margin-right: 23px;
  max-width: 160px;
}

.welcome a {
  color: #236464;
  text-decoration: underline;
}

.events > h3 {
  background: url(images/icon-calendar.png) no-repeat 0 0;
  font-size: 23px;
  line-height: 26px;
  font-weight: 700;
  padding: 7px 0 3px 45px;
  margin-bottom: 12px;
}




.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: #236464;
  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;
}

.page-template-template_homepage .homeContent .events {
  float: right;
  width: 28%;
  padding: 22px 30px;
  margin: 30px;
  box-sizing: border-box;
  background: #236464;
  box-shadow: 1px 1px 9px #999999;
}

.page-template-template_homepage .homeContent .events > h3 {
  padding: 0;
  color: #fff;
}

.page-template-template_homepage .homeContent .events h5 {
  background-color: #fff;
  color: #236464;
}

.page-template-template_homepage .homeContent .events .left h3, .page-template-template_homepage .homeContent .events .left h6 {
  color:#fff;
}

.page-template-template_homepage .homeContent .events .blueGrad {
  color: #236464;
    background: #fff;
}



/* What's On */
.simcal-default-calendar-grid .simcal-present > div {
  border: 1px solid #025A8E !important;
}


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


.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;
}
.simcal-calendar-head .simcal-nav h3 {
    display:block;
}


.container .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: #236464 !important;
  font-size: 14px;
}
.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;
}
.boxes {
  padding: 0 30px 30px;
  float: left;
  margin-top: 30px;
}
.boxes .box {
  box-shadow: 1px 1px 9px #999999;
  float: left;
  margin-right: 25px;
  width: 290px;
  position: relative;
  height: 274px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.boxes .box3, .boxes .box6 {
  margin-right: 0;
}
.boxes .box .feature {
  float: left;
  margin: 11px 20px 0 15px;
  overflow: hidden;
  height: 113px;
  width: 102px;
  text-align: center;
  position: relative;
}
.boxes .box .feature img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.boxes .box .image_cont {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 97px;
}

.boxes .box .bg-image {
  width: 100%;
  height: 97px;
  background-size: cover;
  background-position: center;
}

.boxes .box .image_cont img {
  margin-top: -100px;
  float: left;
  width: 100%;
  height: auto;
}
.boxes .box2 h3,
.boxes .box2 a.mobile {
  display: none;
}
.boxes .box h3 {
  font-size: 17px;
  line-height: 21px;
  margin: 14px 10px 0px 17px;
  padding: 0;
  float: left;
  clear: both;
}
.boxes .box p {
  margin: 13px 17px 21px;
  float: left;
  clear: both;
}
.boxes .box2 p {
  float: none;
  clear: none;
}
.boxes .box a {
  width: 265px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news {
  margin-top: 20px;
}
.news h3 {
  background: url(images/icon-news.png) no-repeat 0 3px;
  padding: 0 0 5px 48px;
}
.news .left {
  width: 60%;
  padding: 14px 0 25px 25px;
}
.news .left .feature {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 290px;
  height: 165px;
}
.news .left h4 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 8px;
}
.news .left p.readmore {
  display: none;
}
.news .right {
  width: 32%;
}
.news .right a.blueGrad {
  font-size: 15px;
  margin-bottom: 15px;
  width: 92%;
}
.news .right ul {
  float: left;
}
.news .right ul li {
  float: left;
  margin-bottom: 11px;
  width: 100%;
}
.news .right ul li .feature {
  float: left;
  margin-right: 17px;
}
.news .right ul li .feature img {
  width: 130px;
  height: auto;
}
.news .right ul li p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
  padding-right: 20px;
}
.news .right ul li a.more {
  color: #236464;
  font-size: 13px;
  font-weight: 700;
}
.news .right ul li a.more:hover {
  color: #236464;
}

.page-template-template_homepage .messages {
  display: none;
}

.messages {
  float: left;
  margin: 10px 0 25px;
  padding: 0 30px;
  width: 920px;
}
.messages .left {
  width: 655px;
}
.messages .left h3 {
  background: url(images/icon-mic.png) no-repeat 0 0;
  padding: 0 0 0 34px;
}
.messages .left ul {
  margin: 0 0 12px;
  float: left;
}
.messages .left ul li {
  font-size: 15px;
  line-height: 19px;
  padding: 12px 2% 4px;
  float: left;
  width: 96%;
}
.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 {
  border: 1px solid #236464;
  border-radius: 25px;
  float: right;
  height: 25px;
  width: 25px;
  position: relative;
  overflow: hidden;
}
.messages .left ul li a.tv-sermon-play span {
  border-bottom: 7px solid transparent;
  border-left: 12px solid #236464;
  border-top: 7px solid transparent;
  height: 0;
  left: 8px;
  position: absolute;
  text-indent: 999px;
  top: 5px;
  width: 0;
}
.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;
  width: 237px;
}
.messages .right {
  background: url(images/microphone.jpg) no-repeat -13px -15px;
  width: 245px;
  height: 206px;
  position: relative;
  margin: 10px 0 0;
}
.messages .right a.play {
  position: absolute;
  background: url(images/icon-play-big.png) no-repeat 0 0;
  display: block;
  width: 52px;
  height: 52px;
  margin: 5px 0;
  left: 98px;
  top: 42px;
}
.messages .right a.play:hover {
  background-position: 0 -52px;
}
.messages .right h5 {
  position: absolute;
  top: 109px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 90%;
  padding: 0 5%;
  line-height: 23px;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* SIDEBAR
------------------------------------------------------------------------- */
#sidebar {
  float: right;
  width: 288px;
  margin-top: 20px;
}
#sidebar .box {
  margin: 0 20px 20px 0;
  border: 1px solid #dedede;
  float: right;
  width: 266px;
}
#sidebar.newspage {
  float: left;
}
.sidebar2 {
  display: none;
}
#sidebar .box h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 0 5px 10px;
  margin: 0;
}
#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 .box ul {
  padding: 15px 0 20px 18px;
}
#sidebar .box ul li {
  background: url(images/li-bg.png) no-repeat 0 5px;
  padding: 0 0 4px 18px;
  font-size: 15px;
}
#sidebar .box ul li a:hover,
#sidebar .box ul li.current_page_item > a {
  color: #999;
}
#sidebar .box ul.children {
  display: none;
}
#sidebar .box ul li.current_page_item ul.children,
#sidebar .box ul li.current_page_parent ul.children {
  display: block;
  margin: 5px 0 5px 15px;
  padding: 0;
}
#sidebar .box ul li.current_page_item ul.children li,
#sidebar .box ul li.current_page_parent ul.children li {
  background: none;
  margin: 0 0 3px;
  padding: 0;
}
#sidebar .box ul li.current_page_item ul.children li a,
#sidebar .box ul li.current_page_parent ul.children li a {
  font-size: 13px;
}
#sidebar .box h4 {
  font-size: 23px;
  font-weight: 700;
  padding: 15px 25px 0 50px;
  margin-left: 20px;
}
#sidebar .box a.blueGrad {
  width: 92%;
  padding: 8px 4%;
  border-right: 2px solid #236464;
}
#sidebar .newsFeed h4 {
  background: url(images/icon-news.png) no-repeat left;
}
#sidebar .newsFeed ul {
  padding: 0;
}
#sidebar .newsFeed ul li {
  background: none;
  float: left;
  margin-bottom: 11px;
  width: 92%;
}
#sidebar .newsFeed ul li .feature {
  float: left;
  margin-right: 13px;
}
#sidebar .newsFeed ul li .feature a:hover {
  opacity: 0.9;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transform: rotate(0);
}
#sidebar .newsFeed img {
  width: 130px;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
#sidebar .newsFeed ul p {
  font-size: 15px;
  line-height: 18px;
  padding-right: 10px;
}
#sidebar .newsFeed a.more {
  color: #236464;
  font-size: 13px;
  font-weight: 700;
}
#sidebar .newsFeed a.more:hover {
  border-bottom: 1px dotted;
  color: #236464;
}
#sidebar .newsFeed a.blueGrad {
  width: 92%;
}
#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 {
  padding: 10px 20px 20px;
  float: left;
}
#sidebar .sermons ul li {
  background: none;
  padding: 0;
  margin-bottom: 4px;
  width: 96%;
  float: left;
}
#sidebar .sermons ul li a {
  width: 175px;
  float: left;
}
#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: 7px solid transparent;
  border-left: 12px solid #236464;
  border-top: 7px solid transparent;
  height: 0;
  left: 8px;
  position: absolute;
  text-indent: 999px;
  top: 5px;
  width: 0;
}
#sidebar .sermons ul li a.tv-sermon-play {
  border: 1px solid #236464;
  border-radius: 25px;
  float: right;
  height: 25px;
  width: 25px;
  position: relative;
  overflow: hidden;
}
#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;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}
/* FOOTER
------------------------------------------------------------------------- */
.askQuestion {
  float: left;
  width: 100%;
  padding: 7px 0 7px;
  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;
}
.askQuestion .inner {
  background: url(images/dotted.png) repeat-x;
  float: left;
  width: 100%;
  padding: 12px 0;
}
.askQuestion h4 {
  float: left;
  clear: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 30px 0 0;
}
.askQuestion p {
  float: left;
  clear: none;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  margin: 4px 0 0;
}
.askQuestion p a {
  color: #fff;
  border-bottom: 1px dotted;
}
.askQuestion p a:hover {
  color: #ccc;
}
.askQuestion a.red {
  float: right;
}
footer {
  float: left;
  width: 100%;
  padding: 25px 0 0;
  background: #fff;
}
footer .wrapper {
  position: relative;
}
footer img.people1 {
  position: absolute;
  left: -84px;
  bottom: -3px;
}
footer img.people2 {
  position: absolute;
  right: -108px;
  bottom: -2px;
}
footer h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 9px;
}
footer .col {
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
footer .col ul li {
  font-size: 14px;
  line-height: 21px;
}
footer .col ul li a:hover {
  color: #666;
}
footer .right {
  background: url(images/motto-frame.png) no-repeat 0 0;
  height: 184px;
  position: absolute;
  right: 10px;
  top: -26px;
  width: 333px;
}
footer .right h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 44px 5px 6px 25px;
}
footer .right p {
  margin: 0 20px 0 26px;
}
.bottomBar {
  float: left;
  width: 100%;
}
.bottomBar p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  padding: 7px 0;
}
.bottomBar a {
  color: #fff;
}
.bottomBar a:hover {
  border-bottom: 1px dotted;
}
/* INTERNALS
------------------------------------------------------------------------- */
.container {
  background: #fff;
  float: left;
  width: 100%;
}
#content {
  width: 616px;
  padding: 20px 25px;
  float: left;
}
#content .entry h5 {
  font-size: 18px;
  line-height: 23px;
  color: #236464;
  margin: 4px 0 10px;
  float: left;
  width: 100%;
}
#content .entry a {
  border-bottom: 1px dotted;
}
#content .entry a:hover {
  color: #236464;
}
#content .entry ul {
  padding-bottom: 20px;
}
#content .entry ul li {
  background: url(images/li-bg.png) no-repeat 0 5px;
  padding: 0 0 7px 18px;
  font-size: 14px;
}
#content.fullwidth {
  width: 930px;
}
#content .entry p,
#content .entry p span {
  font-size: 16px !important;
}
#content .entry h4,
#content .entry h4 span {
  color: #c54027 !important;
}
#content .entry table {
  border-collapse: collapse;
}
#content .entry td {
  border: 1px solid #dedede !important;
  padding: 10px;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 19px;
}
/* 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: 380px;
  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 .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: #236464;
  margin-bottom: 30px;
}
p.next {
  float: right;
  color: #236464;
}
p.next a,
p.prev a {
  color: #236464;
}
p.next a:hover,
p.prev a:hover {
  border-bottom: 1px dotted;
}
#content.left {
  float: left;
}
#content.left .featuredPost {
  width: 100%;
}
/* Sermons */
table.tv-sermon-list {
  width: 100%;
}
table.tv-sermon-list td {
  padding: 14px 20px !important;
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
}
table.tv-sermon-list td.tv-sermon-title span.tv-sermon-title-text {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 4px;
}
table.tv-sermon-list td.tv-sermon-title span.tv-sermon-title-serieslink {
  font-style: italic;
  padding: 0;
}
table.tv-sermon-list td.tv-sermon-reference {
  white-space: nowrap;
}
table.tv-sermon-list td.tv-sermon-speaker {
  width: 150px;
}
#truthvine-content h2 {
  font-size: 18px;
  color: #236464;
}
form#tv-searchForm {
  margin-bottom: 20px;
}
form#tv-searchForm input[type=text] {
  border: 1px solid #dedede;
  padding: 5px 8px;
  width: 300px;
  float: left;
}
form#tv-searchForm input[type=submit] {
  background: url(images/icon-search.png) no-repeat 7px 5px #3b3738;
  color: #fff;
  border: none;
  padding: 6px 15px;
  text-transform: uppercase;
  cursor: pointer;
  text-indent: -99px;
  overflow: hidden;
  height: 25px;
}
form#tv-searchForm input[type=submit]:hover {
  opacity: 0.8;
}
.tv-pagination ul > li > a,
.tv-pagination ul > li > span {
  font-size: 14px;
}
div.tv-series-description {
  font-size: 14px;
  line-height: 17px;
}
.tv-series {
  margin-bottom: 30px !important;
}
.tv-sermon-title-text,
.tv-series-title {
  margin-bottom: 3px !important;
}
.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 ul li a {
  color: #999;
}
#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: #236464;
}
#truthvine-content .tv-sermon p a:hover {
  border-bottom: none;
}
#truthvine-content a.tv-download {
  background: #236464;
  color: #fff;
  font-size: 14px;
  padding: 4px 19px;
  margin: 10px 0;
  float: left;
  clear: both;
}
#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-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: #236464;
  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 {
  float: left;
  clear: both;
}
#truthvine-content .tv-badges #TruthVineBadge {
  margin: 20px 0 0;
}
/* Contact */
form.contact,
form.subscribeForm {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px 22px;
  border: 1px solid #dedede;
}
form.contact label,
form.subscribeForm label {
  float: left;
  width: 100%;
  font-size: 13px;
  margin-bottom: 2px;
  color: #4E4E4E;
}
form.contact .left {
  width: 47%;
}
form.contact .right {
  width: 47%;
}
form.contact input,
form.subscribeForm input {
  width: 93%;
  float: left;
  border: 1px solid #dedede;
  padding: 7px 9px;
  margin-bottom: 20px;
}
form.contact textarea {
  border: 1px solid #dedede;
  width: 91%;
  padding: 10px;
  height: 139px;
  margin-bottom: 25px;
  float: left;
}
form.contact input[type=submit],
form.subscribeForm input[type=submit] {
  text-transform: uppercase;
  padding: 8px 17px;
  border: none;
  cursor: pointer;
  margin: 0 0 10px 0 !important;
  width: auto;
}
form.contact .ValidationErrors {
  color: #c54027;
  font-size: 13px;
  margin: -15px 0 15px;
  float: left;
}
/* Mission Partners */
#content .mission {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#content .mission img {
  float: left;
  max-width: 200px;
  height: auto;
  margin: 0 15px 15px 0;
}
#content .mission h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 19px;
}
#content .mission a.blueGrad {
  border: none;
  padding: 8px 9px;
  font-size: 11px;
}
#content .mission a.blueGrad:hover {
  color: #fff;
}
h2.mission {
  font-size: 28px;
  line-height: 33px;
}
#content .mission_list {
  float: left;
  width: 100%;
}
/* Testimonies */
#content.testimonies {
  padding-top: 30px;
}
#content.testimonies h3 {
  cursor: pointer;
  background: url(images/icon-plus.png) no-repeat 0 4px;
  padding-left: 29px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#content.testimonies h3.active {
  background-position: 0 -20px;
}
/* What's On */
.cal1 {
  font-family: 'Lato', sans-serif;
  margin: 30px 0;
}
.cal1 .gce-page-grid .gce-calendar .gce-month-title {
  color: #236464;
  text-transform: uppercase;
  font-size: 20px;
}
.cal1 .gce-page-grid .gce-calendar .gce-caption {
  height: 45px;
}
.cal1 .gce-page-grid .gce-calendar .gce-next,
.gce-page-grid .gce-calendar .gce-prev {
  font-size: 25px;
}
#content .entry .cal1 a {
  border: none;
}
.cal1 .gce-page-grid .gce-calendar .gce-day-number {
  font-size: 17px;
}
.cal1 .gce-page-grid .gce-calendar .gce-has-events {
  color: #236464;
}
.gce-event-info {
  padding: 7px 11px 10px 10px;
  float: left;
  border: 1px solid #dedede !important;
}
.gce-event-info span {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #4d4d4d;
  font-family: 'Lato', sans-serif;
}
.gce-event-info span.title {
  font-weight: 700;
  margin-bottom: 5px;
}
.gce-event-info span.time,
.gce-event-info span.desc {
  margin-bottom: 8px;
}
.gce-event-info span.link {
  margin-bottom: 10px;
}
.gce-event-info span.link a {
  color: #236464;
}
.gce-event-info span.link a:hover {
  border-bottom: 1px dotted;
}
.cal2 {
  padding-right: 10px;
  float: left;
  margin-top: 10px;
}
.cal2 li {
  background: none !important;
  list-style: none !important;
  float: left;
  padding-bottom: 4px !important;
  width: 99%;
}
.cal2 .gce-page-list .gce-list .gce-list-title {
  margin-bottom: 5px;
  color: #333;
}
.cal2 span {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #4d4d4d;
  font-family: 'Lato', sans-serif;
}
.cal2 span.title {
  font-weight: 700;
  margin-bottom: 5px;
}
.cal2 span.time,
.cal2 span.desc {
  margin-bottom: 8px;
}
.cal2 span.link {
  margin-bottom: 22px;
}
.cal2 span.link a {
  color: #236464;
}
.cal2 span.link a:hover {
  border-bottom: none;
}
.cal2 .sunday {
  background: #efefef;
  padding: 10px 3%;
  margin-bottom: 14px;
  float: left;
  width: 92%;
}
#content .entry .cal2 .blueGrad {
  border: none;
  width: 200px;
}
#content .entry .cal2 .blueGrad span {
  float: right;
  width: 10px;
}
#content .entry .cal2 .blueGrad:hover {
  color: #fff;
}
/* IE FIXES
------------------------------------------------------------------------- */
.ieall .banner .dots li {
  overflow: visible;
  color: transparent;
}
.ieall header .right ul li a:hover {
  padding-top: 11px;
}
.lt-ie9 a.red:hover {
  background: #c54027;
}
.lt-ie9 a.dkBlue:hover {
  background: #3b3738;
}
.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-ie9 a.emailSignup {
  overflow: hidden;
  width: auto;
  top: 30px;
  bottom: auto;
  padding-right: 8px;
}
.lt-ie9 a.emailSignup div {
  display: none;
}
.lt-ie9 a.emailSignup:hover {
  padding-bottom: 8px;
  padding-right: 20px;
}
.lt-ie9 a.emailSignup:hover div {
  display: block;
  white-space: nowrap;
  width: 100px;
}
.lt-ie9 a.emailSignup:hover div strong {
  display: none;
}
.lt-ie9 .newsletter form.subscribeForm {
  width: 78%;
}
.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: #236464;
}
.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;
}
