/*
Theme Name: Uplifted Theme
Theme URI: http://upthemes.com/themes/uplifted/
Description: Uplifted Theme is a theme for churches and ministries.
Author: UpThemes
Author URI: http://upthemes.com/
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
/* Variables */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Global */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #ffffff;
  color: #323232;
  padding: 0;
  margin: 0;
  font-family: "Asap", Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: "default"; }

a:hover {
  cursor: "pointer"; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Type */
body {
  font-size: 87.5%;
  line-height: 1.5; }
  @media screen and (min-width: 860px) {
    body {
      font-size: 100%; } }

::-moz-selection {
  background: #0fcfc5;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0fcfc5;
  color: #fff;
  text-shadow: none; }

p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #7f7f7f;
  font-weight: 100;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #e8665a;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover, a:focus {
    color: #0fcfc5; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 100;
  font-size: 1em;
  line-height: 1.45;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  font-style: normal;
  color: #323232;
  text-rendering: optimizeLegibility;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: normal; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #7f7f7f;
    line-height: 0; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.125em; }

h3 {
  font-size: 1.1875em; }

h4 {
  font-size: 1.0625em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #de734d; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.45;
  margin-bottom: 1em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 1.25em; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 1px dotted #dddddd;
  cursor: "help"; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  font-size: 1.5em;
  background-color: #fbfbfb;
  margin: 0 -24px 1em;
  padding: 24px;
  border-left: 6px solid #0fcfc5;
  color: #656565; }
  blockquote p {
    margin-bottom: 0;
    line-height: 1.3; }

cite {
  display: block;
  font-size: 0.8125em;
  color: #656565;
  margin: .5em 0; }
  cite:before {
    content: "\2014 \0020"; }
  cite a,
  cite a:visited {
    color: #656565; }

/* Microformats */
.vcard li {
  margin: 0;
  display: block; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: "default";
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.125em; }

  h2 {
    font-size: 1.75em; }

  h3 {
    font-size: 1.5em; }

  h4 {
    font-size: 1.375em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
/* Buttons */
button, .button {
  cursor: "pointer";
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.5em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  font-size: 0.875em;
  background-color: #0fcfc5;
  border-color: #0c9f98;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #0fcfc5; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e8665a;
    border-color: #e23c2d;
    color: white; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #0fcfc5; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: white; }
  button.success, .button.success {
    background-color: #9fe150;
    border-color: #87d925;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #0fcfc5; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #d15327;
    border-color: #a6421f;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #0fcfc5; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
    font-size: 1.5em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.5625em;
    padding-left: 1.125em;
    font-size: 0.75em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.4375em;
    padding-left: 0.875em;
    font-size: 0.625em; }
  button.expand, .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #0fcfc5;
    border-color: #0c9f98;
    color: white;
    cursor: "default";
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0fcfc5; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0fcfc5; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e8665a;
      border-color: #e23c2d;
      color: white;
      cursor: "default";
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #0fcfc5; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: white; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e8665a; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #9fe150;
      border-color: #87d925;
      color: white;
      cursor: "default";
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #0fcfc5; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #9fe150; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #d15327;
      border-color: #a6421f;
      color: white;
      cursor: "default";
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #0fcfc5; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d15327; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none; }

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 6px;
      border-radius: 6px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block; } }
.post-edit-link {
  cursor: "pointer";
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.5em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  font-size: 0.875em;
  background-color: #0fcfc5;
  border-color: #0c9f98;
  color: white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 1.5em 0; }
  .post-edit-link:hover, .post-edit-link:focus {
    background-color: #0fcfc5; }
  .post-edit-link:hover, .post-edit-link:focus {
    color: white; }
  .post-edit-link:hover {
    background-color: #e8665a; }

/* Clearing */
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }
  [data-clearing] li {
    float: left;
    margin-right: 10px; }

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 768px) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: white; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: white; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5; }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: "pointer";
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: "pointer" !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
.clearfix, #masthead, #container, .single-ctc_sermon .pagination,
.single-ctc_sermon #comments,
.uplifted-clearfix {
  *zoom: 1; }
  .clearfix:before, #masthead:before, #container:before, .single-ctc_sermon .pagination:before,
  .single-ctc_sermon #comments:before, .clearfix:after, #masthead:after, #container:after, .single-ctc_sermon .pagination:after,
  .single-ctc_sermon #comments:after,
  .uplifted-clearfix:before,
  .uplifted-clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after, #masthead:after, #container:after, .single-ctc_sermon .pagination:after,
  .single-ctc_sermon #comments:after,
  .uplifted-clearfix:after {
    clear: both; }

/* Grid */
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column, .row.collapse .single-ctc_sermon .pagination, .single-ctc_sermon .row.collapse .pagination,
  .row.collapse .single-ctc_sermon #comments,
  .single-ctc_sermon .row.collapse #comments,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .single-ctc_sermon .pagination,
.single-ctc_sermon #comments,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column, .single-ctc_sermon .pagination,
  .single-ctc_sermon #comments,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered, .single-ctc_sermon .small-centered.pagination,
  .single-ctc_sermon .small-centered#comments,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8, .single-ctc_sermon .pagination,
  .single-ctc_sermon #comments {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered, .single-ctc_sermon .large-centered.pagination,
  .single-ctc_sermon .large-centered#comments,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered, .single-ctc_sermon .large-uncentered.pagination,
  .single-ctc_sermon .large-uncentered#comments,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite, .single-ctc_sermon .large-uncentered.opposite.pagination,
  .single-ctc_sermon .large-uncentered.opposite#comments,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Forms */
/* Standard Forms */
form {
  margin: 0 0 1.875em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.9375em; }
  form .row .row .column, form .row .row .single-ctc_sermon .pagination, .single-ctc_sermon form .row .row .pagination,
  form .row .row .single-ctc_sermon #comments,
  .single-ctc_sermon form .row .row #comments,
  form .row .row .columns {
    padding: 0 0.9375em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .single-ctc_sermon .pagination, .single-ctc_sermon form .row .row.collapse .pagination,
    form .row .row.collapse .single-ctc_sermon #comments,
    .single-ctc_sermon form .row .row.collapse #comments,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column, form .row .single-ctc_sermon input.pagination, .single-ctc_sermon form .row input.pagination,
form .row .single-ctc_sermon input#comments,
.single-ctc_sermon form .row input#comments,
form .row input.columns,
form .row textarea.column,
form .row .single-ctc_sermon textarea.pagination,
.single-ctc_sermon form .row textarea.pagination,
form .row .single-ctc_sermon textarea#comments,
.single-ctc_sermon form .row textarea#comments,
form .row textarea.columns {
  padding-left: 0.9375em; }

/* Label Styles */
label {
  font-size: 1em;
  color: #323232;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-bottom: 0.3125em;
  letter-spacing: 0.03em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1.875em 0;
    padding: 1.0625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 3.75em;
  line-height: 3.75em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #e5e6ea;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 0.9375em 0;
  padding: 0.9375em;
  height: 3.625em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: white;
    border-color: #0fcfc5;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }
  .post input[type="text"], .post
  input[type="password"], .post
  input[type="date"], .post
  input[type="datetime"], .post
  input[type="datetime-local"], .post
  input[type="month"], .post
  input[type="week"], .post
  input[type="email"], .post
  input[type="number"], .post
  input[type="search"], .post
  input[type="tel"], .post
  input[type="time"], .post
  input[type="url"], .post
  textarea {
    background-color: #f3f4f5; }
    .post input[type="text"]:focus, .post
    input[type="password"]:focus, .post
    input[type="date"]:focus, .post
    input[type="datetime"]:focus, .post
    input[type="datetime-local"]:focus, .post
    input[type="month"]:focus, .post
    input[type="week"]:focus, .post
    input[type="email"]:focus, .post
    input[type="number"]:focus, .post
    input[type="search"]:focus, .post
    input[type="tel"]:focus, .post
    input[type="time"]:focus, .post
    input[type="url"]:focus, .post
    textarea:focus {
      background-color: white; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.875em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

textarea {
  resize: vertical;
  min-height: 9.375em; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #d15327;
  background-color: rgba(209, 83, 39, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: white;
    border-color: #0fcfc5; }

.error label,
label.error {
  color: #d15327; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -2.1875em;
  margin-bottom: 1.875em;
  font-size: 0.75em;
  font-weight: bold;
  background: #d15327;
  color: white; }

@font-face {
  font-family: 'Genericons';
  src: url("assets/fonts/genericons-regular-webfont.eot"); }

@font-face {
  font-family: 'Genericons';
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url("assets/fonts/genericons-regular-webfont.ttf") format("truetype"), url("assets/fonts/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * All Genericons
 */
.genericon, .page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay, #menu-social ul li a {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle; }

/**
 * IE7 and IE6 hacks
 */
.genericon, .page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay, #menu-social ul li a {
  *overflow: auto;
  *zoom: 1;
  *display: inline; }

/**
 * Individual icons
 */
/* Post formats */
.genericon-standard:before {
  content: '\f100'; }

.genericon-aside:before {
  content: '\f101'; }

.genericon-image:before {
  content: '\f102'; }

.genericon-gallery:before {
  content: '\f103'; }

.genericon-video:before {
  content: '\f104'; }

.genericon-status:before {
  content: '\f105'; }

.genericon-quote:before {
  content: '\f106'; }

.genericon-link:before {
  content: '\f107'; }

.genericon-chat:before {
  content: '\f108'; }

.genericon-audio:before {
  content: '\f109'; }

/* Social icons */
.genericon-github:before {
  content: '\f200'; }

.genericon-dribbble:before {
  content: '\f201'; }

.genericon-twitter:before {
  content: '\f202'; }

.genericon-facebook:before {
  content: '\f203'; }

.genericon-facebook-alt:before {
  content: '\f204'; }

.genericon-wordpress:before {
  content: '\f205'; }

.genericon-googleplus:before {
  content: '\f206'; }

.genericon-linkedin:before {
  content: '\f207'; }

.genericon-linkedin-alt:before {
  content: '\f208'; }

.genericon-pinterest:before {
  content: '\f209'; }

.genericon-pinterest-alt:before {
  content: '\f210'; }

.genericon-flickr:before {
  content: '\f211'; }

.genericon-vimeo:before {
  content: '\f212'; }

.genericon-youtube:before {
  content: '\f213'; }

.genericon-tumblr:before {
  content: '\f214'; }

.genericon-instagram:before {
  content: '\f215'; }

.genericon-codepen:before {
  content: '\f216'; }

/* Meta icons */
.genericon-comment:before {
  content: '\f300'; }

.genericon-category:before {
  content: '\f301'; }

.genericon-tag:before {
  content: '\f302'; }

.genericon-time:before {
  content: '\f303'; }

.genericon-user:before {
  content: '\f304'; }

.genericon-day:before {
  content: '\f305'; }

.genericon-week:before {
  content: '\f306'; }

.genericon-month:before {
  content: '\f307'; }

.genericon-pinned:before {
  content: '\f308'; }

/* Other icons */
.genericon-search:before {
  content: '\f400'; }

.genericon-unzoom:before {
  content: '\f401'; }

.genericon-zoom:before {
  content: '\f402'; }

.genericon-show:before {
  content: '\f403'; }

.genericon-hide:before {
  content: '\f404'; }

.genericon-close:before {
  content: '\f405'; }

.genericon-close-alt:before {
  content: '\f406'; }

.genericon-trash:before {
  content: '\f407'; }

.genericon-star:before {
  content: '\f408'; }

.genericon-home:before {
  content: '\f409'; }

.genericon-mail:before {
  content: '\f410'; }

.genericon-edit:before {
  content: '\f411'; }

.genericon-reply:before {
  content: '\f412'; }

.genericon-feed:before {
  content: '\f413'; }

.genericon-warning:before {
  content: '\f414'; }

.genericon-share:before {
  content: '\f415'; }

.genericon-attachment:before {
  content: '\f416'; }

.genericon-location:before {
  content: '\f417'; }

.genericon-checkmark:before {
  content: '\f418'; }

.genericon-menu:before {
  content: '\f419'; }

.genericon-top:before {
  content: '\f420'; }

.genericon-minimize:before {
  content: '\f421'; }

.genericon-maximize:before {
  content: '\f422'; }

.genericon-404:before {
  content: '\f423'; }

.genericon-spam:before {
  content: '\f424'; }

.genericon-summary:before {
  content: '\f425'; }

.genericon-cloud:before {
  content: '\f426'; }

.genericon-key:before {
  content: '\f427'; }

.genericon-dot:before {
  content: '\f428'; }

.genericon-next:before {
  content: '\f429'; }

.genericon-previous:before {
  content: '\f430'; }

.genericon-expand:before {
  content: '\f431'; }

.genericon-collapse:before {
  content: '\f432'; }

.genericon-dropdown:before {
  content: '\f433'; }

.genericon-dropdown-left:before {
  content: '\f434'; }

.genericon-top:before {
  content: '\f435'; }

.genericon-draggable:before {
  content: '\f436'; }

.genericon-phone:before {
  content: '\f437'; }

.genericon-send-to-phone:before {
  content: '\f438'; }

.genericon-plugin:before {
  content: '\f439'; }

.genericon-cloud-download:before {
  content: '\f440'; }

.genericon-cloud-upload:before {
  content: '\f441'; }

.genericon-external:before {
  content: '\f442'; }

.genericon-document:before {
  content: '\f443'; }

.genericon-book:before {
  content: '\f444'; }

.genericon-cog:before {
  content: '\f445'; }

.genericon-unapprove:before {
  content: '\f446'; }

.genericon-cart:before {
  content: '\f447'; }

.genericon-pause:before {
  content: '\f448'; }

.genericon-stop:before {
  content: '\f449'; }

.genericon-skip-back:before {
  content: '\f450'; }

.genericon-skip-ahead:before {
  content: '\f451'; }

.genericon-play:before, .page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay:before {
  content: '\f452'; }

.genericon-tablet:before {
  content: '\f453'; }

.genericon-send-to-tablet:before {
  content: '\f454'; }

/* Generic shapes */
.genericon-uparrow:before {
  content: '\f500'; }

.genericon-rightarrow:before {
  content: '\f501'; }

.genericon-downarrow:before {
  content: '\f502'; }

.genericon-leftarrow:before {
  content: '\f503'; }

/*
 *
 * Pagination
 *
 */
.pagination {
  text-align: center;
  overflow: auto;
  background-color: white;
  margin-bottom: 1.5em;
  border: 1px solid #e6e6e6; }
  .pagination ul {
    margin: 0; }
    .pagination ul li {
      display: inline-block; }
      .pagination ul li a {
        padding: 1em;
        display: block;
        color: #7f7f7f; }
        .pagination ul li a:hover {
          background-color: #0fcfc5;
          color: white; }
      .pagination ul li span.current {
        color: #e8665a;
        padding: 1em;
        display: block; }

.uplifted-nav-left-right.pagination {
  background-color: transparent;
  border: none; }
.uplifted-nav-left-right > div {
  background-color: white;
  border: 1px solid #e6e6e6; }
@media screen and (max-width: 568px) {
  .uplifted-nav-left-right div:nth-child(2) {
    border-top: none; } }
@media screen and (min-width: 568px) {
  .uplifted-nav-left-right > div {
    width: 50%;
    float: left; }
    .uplifted-nav-left-right > div:nth-child(2) {
      border-left: none; } }
.uplifted-nav-left-right a {
  padding: 1em;
  display: block;
  color: #7f7f7f; }
  .uplifted-nav-left-right a:hover {
    background-color: #0fcfc5;
    color: white; }

.attachment-pagination {
  display: inline-block; }
  .attachment-pagination a {
    padding: 1em;
    display: block;
    color: #b2b2b2; }
    .attachment-pagination a:hover {
      background-color: #0fcfc5;
      color: white; }

/* Layout */
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70em;
  *zoom: 1; }
  #container:before, #container:after {
    content: " ";
    display: table; }
  #container:after {
    clear: both; }

@media screen and (max-width: 768px) {
  #uplifted-content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }

  #uplifted-sidebar-right {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; } }
@media screen and (min-width: 768px) {
  .uplifted-has-sidebar #uplifted-content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    margin-left: 0%;
    float: left; }

  .uplifted-no-sidebar #uplifted-content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    float: right;
    margin-left: 16.66667%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    float: left; }

  #uplifted-sidebar-right {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 33.33333%;
    float: right;
    float: left; }

  .layout_reversed.uplifted-has-sidebar #uplifted-content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    float: right;
    margin-left: 0%;
    float: left;
    float: right; }
  .layout_reversed.uplifted-has-sidebar #uplifted-sidebar-right {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 33.33333%;
    float: left; } }
.page-template-page-templatesstack-php .ctfw-breadcrumbs {
  display: none; }
.page-template-page-templatesstack-php #container,
.page-template-page-templatesstack-php #uplifted-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important; }
.page-template-page-templatesstack-php #footer {
  margin-top: 0; }
.page-template-page-templatesstack-php .mp-stack p {
  margin-bottom: 0; }
.page-template-page-templatesstack-php .mp-brick .mp-brick-outer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70em;
  *zoom: 1; }
  .page-template-page-templatesstack-php .mp-brick .mp-brick-outer:before, .page-template-page-templatesstack-php .mp-brick .mp-brick-outer:after {
    content: " ";
    display: table; }
  .page-template-page-templatesstack-php .mp-brick .mp-brick-outer:after {
    clear: both; }
.page-template-page-templatesstack-php .mp-core-oembed-full-width-img {
  display: none !important; }
.page-template-page-templatesstack-php .mp-brick .mp-brick-edit-link,
.page-template-page-templatesstack-php .mp-brick .mp-brick-add-before-link,
.page-template-page-templatesstack-php .mp-brick .mp-brick-add-after-link,
.page-template-page-templatesstack-php .mp-brick .mp-brick-reorder-bricks {
  margin: 5px;
  background: white !important;
  border-width: 0 !important;
  color: #444 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  padding: 5px 10px; }
.page-template-page-templatesstack-php .mp-brick .mp-brick-add-before-link:hover,
.page-template-page-templatesstack-php .mp-brick .mp-brick-add-after-link:hover {
  width: auto; }
.page-template-page-templatesstack-php .mp-brick-inner {
  margin-top: 20px;
  margin-bottom: 20px; }

/* Comments */
#comments ol, #comments ul {
  list-style: none; }

.uplifted-comments {
  margin: 0 0 3em; }
  .uplifted-comments .children {
    margin: 24px -24px 0 0; }
    .uplifted-comments .children .comment {
      border-right: none; }

.comment {
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 24px;
  margin-bottom: 1.5em;
  position: relative;
  color: #323232;
  *zoom: 1; }
  .comment:before, .comment:after {
    content: " ";
    display: table; }
  .comment:after {
    clear: both; }
  .comment > article {
    *zoom: 1; }
    .comment > article:before, .comment > article:after {
      content: " ";
      display: table; }
    .comment > article:after {
      clear: both; }
  @media screen and (min-width: 768px) {
    .comment .comment-meta {
      width: 12%;
      float: left; } }
  .comment .comment-meta .avatar {
    margin-bottom: 1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
  @media screen and (min-width: 768px) {
    .comment .comment-content {
      width: 85%;
      float: right; } }
  .comment .author-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: .5em; }
    .comment .author-name .says {
      display: none; }
  .comment .reply {
    position: absolute;
    top: 24px;
    right: 24px; }
  .comment #respond {
    margin-top: 1.5em; }

/*
 * Comment Form
 */
#cancel-comment-reply-link {
  margin-left: 0.5em; }

#respond .comment-notes,
#respond .logged-in-as {
  margin: 25px 0 35px 0; }

#respond .required {
  color: #e8665a; }

#respond label.error {
  font-weight: normal; }

.comment-form-author label.error,
.comment-form-email label.error,
.comment-form-url label.error {
  position: absolute;
  left: 370px;
  white-space: nowrap;
  font-size: 13px; }

p.comment-form-comment label.error {
  position: relative;
  top: -5px;
  display: block;
  font-size: 13px; }

.form-allowed-tags {
  font-size: .7em;
  padding: .8em;
  background-color: #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

#respond .form-submit {
  margin: 20px 0 0 0; }
  #respond .form-submit button,
  #respond .form-submit input[type="submit"] {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: "pointer";
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 0.5em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.75em;
    padding-left: 1.5em;
    font-size: 0.875em;
    background-color: #0fcfc5;
    border-color: #0c9f98;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 200ms background-color linear;
    -moz-transition: 200ms background-color linear;
    -o-transition: 200ms background-color linear;
    transition: 200ms background-color linear;
    font-weight: bold; }
    #respond .form-submit button:hover, #respond .form-submit button:focus,
    #respond .form-submit input[type="submit"]:hover,
    #respond .form-submit input[type="submit"]:focus {
      background-color: #0fcfc5; }
    #respond .form-submit button:hover, #respond .form-submit button:focus,
    #respond .form-submit input[type="submit"]:hover,
    #respond .form-submit input[type="submit"]:focus {
      color: white; }
    #respond .form-submit button:hover,
    #respond .form-submit input[type="submit"]:hover {
      background-color: #e8665a; }

#uplifted-comments-closed {
  margin-top: 40px;
  font-style: italic; }

/* Top Bar */
@media screen and (max-width: 600px) {
  #wpadminbar {
    display: none; } }
@media screen and (max-width: 782px) {
  html[xmlns] {
    margin-top: 0 !important; } }
.admin-bar .top-bar-container.fixed {
  top: 0; }
  @media screen and (min-width: 768px) {
    .admin-bar .top-bar-container.fixed {
      top: 32px !important; } }
  @media screen and (min-width: 601px) and (max-width: 782px) {
    .admin-bar .top-bar-container.fixed {
      top: 46px !important; } }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: white; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.top-bar {
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  position: relative;
  background: white;
  margin-bottom: 0;
  /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2); */ }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 80px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 80px;
      font-size: 1.0625em;
      margin: 0;
      font-family: "Asap", Verdana, Geneva, sans-serif; }
      .top-bar .name h1 a {
        width: 50%;
        display: block;
        padding: 0 26.66667px;
        color: #323232; }
        .top-bar .name h1 a:hover {
          color: #0fcfc5; }
        .top-bar .name h1 a img {
          max-height: 60px;
          margin-top: -5px;
          margin-right: 10px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #323232;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 26.66667px;
      height: 80px;
      line-height: 80px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 26.66667px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          text-indent: -9999px;
          -webkit-box-shadow: 0 10px 0 1px #323232, 0 16px 0 1px #323232, 0 22px 0 1px #323232;
          box-shadow: 0 10px 0 1px #323232, 0 16px 0 1px #323232, 0 22px 0 1px #323232; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: white; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #0fcfc5, 0 16px 0 1px #0fcfc5, 0 22px 0 1px #0fcfc5;
        box-shadow: 0 10px 0 1px #0fcfc5, 0 16px 0 1px #0fcfc5, 0 22px 0 1px #0fcfc5; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  -o-transition: left 300ms;
  transition: left 300ms; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #e6e6e6;
    font-size: 16px;
    margin: 0; }
  @media screen and (max-width: 768px) {
    .top-bar-section #menu-second.left {
      border-bottom: 1px solid #cccccc;
      border-top: none; }
    .top-bar-section #menu-second.right {
      border-top: 1px solid #cccccc;
      border-bottom: none; } }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-bottom: 1px solid #cccccc;
    border-top: none;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section li.divider:first-child {
    display: none; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #4272B4;
    padding: 12px 26.66667px 12px 26.66667px;
    font-size: 0.6875em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: normal;
    background-color: #e6e6e6; }
    .top-bar-section ul li > a:hover {
      background-color: #7BC625;
      color: #f2f2f2; }
      @media screen and (min-width: 860px) {
        .top-bar-section ul li > a:hover:after {
          border-color: #1E8CCC transparent transparent !important; } }
    .top-bar-section ul li > a.button {
      background-color: #0fcfc5;
      font-size: 0.6875em; }
      .top-bar-section ul li > a.button.hover {
        background-color: #1E8CCC; }
    .top-bar-section ul li > a.button.secondary {
      background-color: #e8665a; }
      .top-bar-section ul li > a.button.secondary.hover {
        background-color: #e23c2d; }
    .top-bar-section ul li > a.button.success {
      background-color: #9fe150; }
      .top-bar-section ul li > a.button.success.hover {
        background-color: #87d925; }
    .top-bar-section ul li > a.button.alert {
      background-color: #d15327; }
      .top-bar-section ul li > a.button.alert.hover {
        background-color: #a6421f; }
  .top-bar-section ul li.hover > a {
    background: #1E8CCC;
    color: cyan; }
  .top-bar-section ul li.active > a {
    background: #7BC625;
    color: #fff; }
    @media screen and (min-width: 860px) {
      .top-bar-section ul li.active > a:after {
        border-color: #b1f9f6 transparent transparent !important; } }
  .top-bar-section .has-form {
    padding: 26.66667px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent #999999;
      border-left-style: solid;
      margin-right: 14.54545px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li:last-child {
        border: none; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        border-bottom: 1px solid #cccccc; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #323232;
          line-height: 40px;
          display: block;
          padding: 12px 26.66667px 12px 26.66667px;
          font-family: "Asap", Verdana, Geneva, sans-serif; }
          .top-bar-section .dropdown li.title h5 a:hover {
            background-color: #0fcfc5;
            color: #f2f2f2; }
    .top-bar-section .dropdown label {
      padding: 8px 26.66667px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.625em; }

.top-bar-js-breakpoint {
  width: 59.375em !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 59.375em) {
  .top-bar {
    background: white;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: white; }

  .contain-to-grid .top-bar {
    max-width: 70em;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    -o-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section .divider,
    .top-bar-section [role="separator"] {
      border: none !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button) {
      padding: 0 20px;
      line-height: 80px;
      background: white; }
      .top-bar-section li a:not(.button).hover {
        background: #999999; }
    .top-bar-section .has-dropdown > a {
      padding-right: 36.66667px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #999999 transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 40px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      right: 0;
      top: 40%; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li.parent-link {
        border: none; }
      .top-bar-section .dropdown li a {
        line-height: 1;
        white-space: nowrap;
        padding: 12px 26.66667px;
        background: #e6e6e6; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: white; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: 1px solid #cccccc;
      border-left: none;
      clear: none;
      height: 80px;
      width: 0px; }
    .top-bar-section .has-form {
      background: white;
      padding: 0 26.66667px;
      height: 80px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background: #f7f7f7;
    color: cyan; }
  .no-js .top-bar-section ul li:active > a {
    background: #0fcfc5;
    color: gray; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    visibility: visible; } }
/* Footer */
#footer {
  padding: 36px 0;
  background-color: #E0EBAF;
  color: #323232; }
  #footer #footer-meta {
    text-align: center; }
    @media screen and (min-width: 641px) {
      #footer #footer-meta {
        text-align: left; } }
  #footer .columns a {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    color: #656565; }
    #footer .columns a:hover {
      opacity: .7; }
  #footer .url {
    padding-left: 0;
    background: none; }

/* Sidebar Styles */
#secondary {
  font-size: .9em; }
  #secondary aside {
    margin-bottom: 20px; }
    #secondary aside ul {
      margin-left: 15px; }
  #secondary h4 {
    font-size: 1.1em; }

/* Widgets */
/*  Global Widget Styles */
.uplifted-widget {
  background-color: white;
  margin-bottom: 1.5em;
  padding: 24px;
  border: 1px solid #75C71D; }
  .uplifted-widget .uplifted-widget-title {
    display: inline-block;
    color: #323232;
    font-family: "Asap", Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom: .8em; }
  .uplifted-widget ul {
    margin: 0;
    padding: 0; }
    .uplifted-widget ul li {
      list-style: none;
      margin: 0; }
      .uplifted-widget ul li a {
        display: inline-block;
        padding: .3em 0;
        color: #323232;
        -webkit-transition: 200ms all ease-in-out;
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out; }
        .uplifted-widget ul li a:hover {
          color: #0fcfc5;
          padding-left: .5em; }
      > .uplifted-widget ul li:last-child a {
        border-bottom: none; }
  #uplifted-home-bottom-widgets .uplifted-widget, #uplifted-sidebar-right .uplifted-widget {
    color: #323232; }
    #uplifted-home-bottom-widgets .uplifted-widget cite, #uplifted-sidebar-right .uplifted-widget cite {
      color: #656565; }
  #footer .uplifted-widget {
    text-align: center;
    margin-bottom: 2.5em;
    background-color: transparent;
    border-color: #75C71D;
    border-width: 3px; }
    @media screen and (min-width: 768px) {
      #footer .uplifted-widget {
        text-align: left; } }
    #footer .uplifted-widget .uplifted-widget-title {
      color: #323232;
      border-color: #d8dde8; }
    #footer .uplifted-widget li a {
      padding: .5em 0; }
      #footer .uplifted-widget li a:hover {
        padding-left: .8em; }

.uplifted-widget-entry {
  margin-bottom: 1.5em; }

.uplifted-widget-entry-thumb {
  width: 4em;
  float: left;
  margin: 0 .8em .8em 0; }

.uplifted-widget-entry-title {
  margin: 0;
  font-size: 1em; }

.uplifted-widget-entry-meta > li {
  display: inline-block;
  vertical-align: top; }
  .uplifted-widget-entry-meta > li a {
    white-space: nowrap; }

.uplifted-widget-entry-date {
  font-weight: bold; }

/* Dropdown Widgets */
.widget_ctfw-archives select,
.widget_ctfw-categories select {
  width: 100%; }

/* List Widgets */
.widget_categories ul,
.widget_ctfw-categories ul,
.widget_ctfw-archives ul,
.widget_ctfw-galleries ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_links ul,
.widget_nav_menu ul {
  margin: 0;
  list-style: none; }

.widget_categories ul ul,
.widget_ctfw-categories ul ul,
.widget_ctfw-archives ul ul,
.widget_ctfw-galleries ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_links ul ul,
.widget_nav_menu ul ul {
  margin-left: .5em;
  list-style: none; }

/* Category & Archive Widgets */
.widget_ctfw-archives li,
.widget_ctfw-categories li {
  color: #e8665a; }
  .widget_ctfw-archives li a,
  .widget_ctfw-categories li a {
    color: #323232; }
    .widget_ctfw-archives li a:hover,
    .widget_ctfw-categories li a:hover {
      color: #0fcfc5; }
  #footer .widget_ctfw-archives li, #footer
  .widget_ctfw-categories li {
    color: #323232; }
    #footer .widget_ctfw-archives li a, #footer
    .widget_ctfw-categories li a {
      border: none; }

/* Calendar Widget */
.widget_calendar {
  padding: 0;
  background-color: transparent; }
  #uplifted-sidebar-right .widget_calendar, #uplifted-sidebar-left .widget_calendar {
    border: none; }
  .widget_calendar #calendar_wrap {
    position: relative; }
    .widget_calendar #calendar_wrap #wp-calendar {
      width: 100%;
      text-align: center; }
      .widget_calendar #calendar_wrap #wp-calendar caption {
        background-color: #0c9f98;
        color: white;
        padding: 1em; }
        #footer .widget_calendar #calendar_wrap #wp-calendar caption {
          background-color: transparent;
          color: #323232; }
      .widget_calendar #calendar_wrap #wp-calendar thead th {
        padding: .5em 0;
        background-color: #0fcfc5;
        border: 1px solid #0fcfc5;
        color: white; }
        #footer .widget_calendar #calendar_wrap #wp-calendar thead th {
          background-color: #d8dde8;
          border-color: transparent;
          color: #323232; }
      .widget_calendar #calendar_wrap #wp-calendar tbody tr {
        border-bottom: 1px solid #e6e6e6; }
        #footer .widget_calendar #calendar_wrap #wp-calendar tbody tr {
          border-color: transparent; }
        .widget_calendar #calendar_wrap #wp-calendar tbody tr td {
          padding: .5em 0;
          border: 1px solid #e6e6e6;
          border-bottom: none;
          background-color: white; }
          #footer .widget_calendar #calendar_wrap #wp-calendar tbody tr td {
            border-color: #d8dde8;
            background-color: transparent; }
      .widget_calendar #calendar_wrap #wp-calendar tfoot {
        position: absolute;
        top: 4px;
        width: 100%; }
        .widget_calendar #calendar_wrap #wp-calendar tfoot td {
          padding: 1.1em;
          font-size: .9em; }
          .widget_calendar #calendar_wrap #wp-calendar tfoot td#next {
            position: absolute;
            right: 0; }
          .widget_calendar #calendar_wrap #wp-calendar tfoot td a {
            color: white; }
            #footer .widget_calendar #calendar_wrap #wp-calendar tfoot td a {
              color: #323232; }

/* RSS Widget */
.widget_rss h4 a {
  color: #fff; }
  .widget_rss h4 a:hover {
    color: #0fcfc5; }
  #footer .widget_rss h4 a {
    color: #656565; }
    #footer .widget_rss h4 a:hover {
      color: #0fcfc5; }
.widget_rss ul li {
  margin-bottom: .5em !important; }
  .widget_rss ul li a {
    border-bottom: 1px solid white !important; }
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
  font-size: .8em; }
.widget_rss .rss-date {
  font-weight: bold;
  margin: .9em 0;
  display: block; }
.widget_rss cite {
  margin: .5em 0; }

/* Pages Widget */
.widget_pages ul ul {
  padding-left: 1.5em; }

/* Search Widget */
.search-form input,
.search-form button {
  margin: 0; }
.search-form button {
  height: 3.625em;
  font-size: 0.875em;
  background-color: #0fcfc5;
  border: none;
  box-shadow: none; }
  .search-form button:hover {
    background-color: #0db7ae; }
#footer .search-form input {
  border: none; }
#footer .search-form button {
  background-color: #d8dde8; }
  #footer .search-form button:hover {
    background-color: #0fcfc5; }

.widget_search {
  background-color: transparent;
  margin: 0;
  border: none;
  padding: 0; }

/* Recent Comments */
.widget_recent_comments ul li {
  margin-bottom: 1em; }
  .widget_recent_comments ul li a {
    border-bottom: 1px solid #989898; }
  .widget_recent_comments ul li:last-child {
    margin: 0; }

/* Custom Text Widget */
.widget_text {
  line-height: 1.45; }

/* ChurchTheme Location Widget */
.widget_ctfw-locations .ctc_location {
  border: none;
  background-color: transparent; }
.widget_ctfw-locations .ctfw-google-map {
  min-height: 12em; }

/* Tag Cloud Widget */
/* Text Widget */
.textwidget > :first-child {
  margin-top: 0; }

.textwidget > :last-child {
  margin-bottom: 0 !important; }

/* RSS Widget */
.widget_rss h1 img {
  display: none; }

.widget_rss ul {
  margin: 0;
  list-style: none; }

.widget_rss li {
  margin: 32px 0; }

.widget_rss li:first-child {
  margin-top: 0; }

.widget_rss li a {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: uppercase; }

.widget_rss .rss-date {
  margin-top: 12px;
  display: block;
  font-weight: bold; }

.widget_rss .rssSummary {
  margin-top: 12px; }

.widget_rss cite {
  display: block;
  margin-top: 12px;
  font-style: italic; }
  #footer .widget_rss cite {
    color: rgba(255, 255, 255, 0.8); }

/* Highlight Widget */
.widget_ctfw-highlight {
  padding: 0; }

.widget_ctfw-highlight .uplifted-widget-title {
  margin: 0;
  padding: 0;
  font-size: 1em; }

.widget_ctfw-highlight.uplifted-widget-has-title > * {
  top: 0; }

.widget_ctfw-highlight.uplifted-widget-has-title {
  margin-top: 30px; }

.widget_ctfw-highlight > :not(.uplifted-widget-title):first-of-type,
.widget_ctfw-highlight .uplifted-widget-first-element {
  padding-top: 0 !important; }

/* Gallery Widget */
.widget_ctfw-gallery {
  *zoom: 1; }
  .widget_ctfw-gallery:before, .widget_ctfw-gallery:after {
    content: " ";
    display: table; }
  .widget_ctfw-gallery:after {
    clear: both; }
  .widget_ctfw-gallery br {
    display: none; }

/* Sermons Widget */
.uplifted-sermons-widget-entry.uplifted-widget-entry-first {
  margin-top: 0; }

/* Series */
.uplifted-widget-entry-meta > li.uplifted-sermons-widget-entry-series a {
  white-space: normal; }

/* Events Widget */
.uplifted-events-widget-entry-time {
  font-style: italic; }

/* People Widget */
.uplifted-people-widget-entry-position {
  font-weight: bold; }

.uplifted-people-widget-entry-phone {
  font-style: italic; }

/* Giving Widget */
.uplifted-giving-widget-button {
  margin-top: 1.5em;
  text-align: center; }
  .uplifted-giving-widget-button a {
    cursor: "pointer";
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 0.5em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.75em;
    padding-left: 1.5em;
    font-size: 0.875em;
    background-color: #0fcfc5;
    border-color: #0c9f98;
    color: white;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff !important; }
    .uplifted-giving-widget-button a:hover, .uplifted-giving-widget-button a:focus {
      background-color: #0fcfc5; }
    .uplifted-giving-widget-button a:hover, .uplifted-giving-widget-button a:focus {
      color: white; }
    .uplifted-giving-widget-button a:hover {
      background-color: #e8665a; }

/* FlexSlider */
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0;
  position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  width: 100%; }
  .flexslider ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .flexslider li a {
    display: block; }
  .flexslider li .flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.6));
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .flexslider li .flex-caption .flex-position {
      text-align: center;
      width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
      @media screen and (min-width: 768px) {
        .flexslider li .flex-caption .flex-position {
          max-width: 35em; } }
    .flexslider li .flex-caption h2 {
      margin-bottom: 0.1em;
      color: white; }
      @media screen and (min-width: 768px) {
        .flexslider li .flex-caption h2 {
          font-size: 3em; } }
      .flexslider li .flex-caption h2 a {
        color: white; }
        .flexslider li .flex-caption h2 a:hover {
          color: #0fcfc5; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav a {
  margin: 0;
  z-index: 10;
  overflow: hidden;
  font-size: 40px;
  line-height: 1;
  display: block;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .flex-direction-nav a.flex-prev {
    left: 10px; }
    .flex-direction-nav a.flex-prev:before {
      font-family: "Flexslider";
      content: '\f001'; }
  .flex-direction-nav a.flex-next {
    right: 10px; }
    .flex-direction-nav a.flex-next:after {
      font-family: "Flexslider";
      content: '\f002'; }

.flex-direction-nav .flex-prev {
  text-align: right; }

.flex-direction-nav .flex-next {
  text-align: left; }

.flexslider:hover .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.flexslider:hover .flex-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: default; }

.flex-control-nav {
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 40;
  margin: 0; }
  .flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1; }
    .flex-control-nav li a {
      width: 3.2em;
      height: .7em;
      display: block;
      background: #666;
      background: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      text-indent: -9999px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
      .flex-control-nav li a:hover {
        background: #fff;
        background: rgba(255, 255, 255, 0.8); }
      .flex-control-nav li a.flex-active {
        background: #fff;
        cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    cursor: default; }

.slide-text {
  z-index: 999;
  -webkit-transition: 200ms opacity ease-in-out;
  -moz-transition: 200ms opacity ease-in-out;
  -o-transition: 200ms opacity ease-in-out;
  transition: 200ms opacity ease-in-out; }
  .slide-text .slide-title {
    margin: 0; }
  .slide-text .slide-title a,
  .slide-text p {
    display: block;
    padding: .3em .8em; }
  .slide-text .slide-title a {
    background-color: #0fcfc5;
    color: blue; }
  .slide-text p {
    background-color: rgba(50, 50, 48, 0.8);
    color: white;
    padding: 1em; }

.flex-direction-nav {
  display: none; }

@media screen and (min-width: 768px) {
  .flex-direction-nav {
    display: block; }

  .slide-text {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 60%;
    left: 50%; }
    .slide-text .slide-title {
      margin-bottom: .1em; }
    .slide-text .slide-title a,
    .slide-text p {
      display: inline-block; }
    .slide-text p {
      max-width: 55%; } }
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    right: 10px; } }
.uplifted-slide-video {
  background-color: #000; }
  .uplifted-slide-video .oembed-container {
    display: none; }
  .uplifted-slide-video.visible .flex-image-container {
    background-color: #000; }
    .uplifted-slide-video.visible .flex-image-container img {
      opacity: .15;
      -webkit-filter: blur(3px);
      position: absolute;
      top: 0; }
  .uplifted-slide-video.visible .oembed-container {
    display: block; }

/* Pages */
.uplifted-main-title > span {
  font-size: .6em;
  color: #b2b2b2; }

.uplifted-content-block {
  color: #323232; }
  .uplifted-content-block h1, .uplifted-content-block h2, .uplifted-content-block h3, .uplifted-content-block h4, .uplifted-content-block h5, .uplifted-content-block h6 {
    color: #323232; }

#uplifted-sermon-full-player {
  margin-bottom: 3em; }

.search-results h1 {
  font-size: 1.875em; }
  .search-results h1 #search-terms {
    color: #0fcfc5; }

body.term-post-format-gallery #content > .panel {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none; }

.term-post-format-gallery h1.archive-title {
  display: none; }

.single-attachment #uplifted-content .hentry {
  background-color: white;
  margin-bottom: 1.5em;
  padding: 24px;
  border: 1px solid #e6e6e6; }
.single-attachment .entry-header {
  word-wrap: break-word; }
  .single-attachment .entry-header h1 {
    margin-top: 0; }
.single-attachment .entry-attachment {
  margin: 0 -24px 1.5em;
  position: relative; }
  .single-attachment .entry-attachment .attachment img {
    width: 100%; }
  .single-attachment .entry-attachment .previous-image,
  .single-attachment .entry-attachment .next-image {
    position: absolute;
    top: 45%;
    left: 0; }
    .single-attachment .entry-attachment .previous-image a,
    .single-attachment .entry-attachment .next-image a {
      background-color: #0fcfc5;
      color: #fff;
      position: relative;
      width: 60px;
      height: 0;
      padding-top: 35px;
      display: inline-block;
      overflow: hidden; }
      .single-attachment .entry-attachment .previous-image a:hover,
      .single-attachment .entry-attachment .next-image a:hover {
        background-color: #0fcfc5; }
      .single-attachment .entry-attachment .previous-image a:before,
      .single-attachment .entry-attachment .next-image a:before {
        font-family: "flexslider-icon";
        font-size: 18px;
        content: '\f001';
        position: absolute;
        top: 30%;
        left: 39%; }
  .single-attachment .entry-attachment .next-image {
    right: 0;
    left: auto; }
    .single-attachment .entry-attachment .next-image a:before {
      content: '\f002'; }
.single-attachment .entry-meta {
  font-size: .7em;
  font-weight: bold;
  color: #b2b2b2; }
  .single-attachment .entry-meta a {
    color: #323232; }
    .single-attachment .entry-meta a:hover {
      color: #0fcfc5; }
.single-attachment .entry-description {
  line-height: 1.45; }
  .single-attachment .entry-description p {
    margin: 1.5em 0 0 0; }

.page-template-page-templateshomepage-php #container {
  width: auto;
  padding: 0;
  float: none;
  overflow: auto;
  max-width: none; }
.page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid white;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 26px;
  margin-bottom: 4px;
  font-size: 15px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4); }
  .page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay:before {
    color: white;
    left: 1px;
    position: relative; }
    @media screen and (min-width: 860px) {
      .page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay:before {
        left: 2px; } }
  @media screen and (min-width: 860px) {
    .page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay {
      border-width: 4px;
      width: 60px;
      height: 60px;
      line-height: 52px;
      font-size: 30px;
      margin-bottom: 0; } }
.page-template-page-templateshomepage-php .uplifted-slide-video a:hover .flex-play-overlay {
  background-color: #0fcfc5; }
.page-template-page-templateshomepage-php .uplifted-slide-video.visible .flex-play-overlay {
  display: none; }
.page-template-page-templateshomepage-php #uplifted-intro,
.page-template-page-templateshomepage-php #uplifted-home-bottom-widgets {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70em;
  *zoom: 1; }
  .page-template-page-templateshomepage-php #uplifted-intro:before, .page-template-page-templateshomepage-php #uplifted-intro:after,
  .page-template-page-templateshomepage-php #uplifted-home-bottom-widgets:before,
  .page-template-page-templateshomepage-php #uplifted-home-bottom-widgets:after {
    content: " ";
    display: table; }
  .page-template-page-templateshomepage-php #uplifted-intro:after,
  .page-template-page-templateshomepage-php #uplifted-home-bottom-widgets:after {
    clear: both; }
  .page-template-page-templateshomepage-php #uplifted-intro .row > div.large-4:nth-child(3n+1),
  .page-template-page-templateshomepage-php #uplifted-home-bottom-widgets .row > div.large-4:nth-child(3n+1) {
    clear: both;
    float: left; }
  .page-template-page-templateshomepage-php #uplifted-intro .row > div.large-4:last-child,
  .page-template-page-templateshomepage-php #uplifted-home-bottom-widgets .row > div.large-4:last-child {
    float: left; }
.page-template-page-templateshomepage-php .uplifted-intro-wrapper,
.page-template-page-templateshomepage-php #uplifted-home-bottom-widgets {
  margin-bottom: 3em; }
.page-template-page-templateshomepage-php .uplifted-intro-wrapper {
  background-color: #E0EBAF;
  padding: 24px 0;
  border: 1px solid #d8dde8;
  border-left: none;
  border-right: none;
  color: #323232; }
.page-template-page-templateshomepage-php #uplifted-intro-inner {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }
.page-template-page-templateshomepage-php #uplifted-intro-inner {
  text-align: center; }
  .page-template-page-templateshomepage-php #uplifted-intro-inner #uplifted-intro-heading {
    font-size: 2em;
    color: #323232;
    border-bottom: 3px solid #d8dde8;
    display: inline-block;
    text-align: center;
    padding-bottom: .3em;
    margin-bottom: 1em; }
  .page-template-page-templateshomepage-php #uplifted-intro-inner .panel {
    padding-bottom: 1.5em;
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .page-template-page-templateshomepage-php #uplifted-intro-inner .panel {
        padding-top: 1.5em; } }
  @media screen and (min-width: 768px) {
    .page-template-page-templateshomepage-php #uplifted-intro-inner #uplifted-intro-content {
      font-size: 1.2em; } }
  .page-template-page-templateshomepage-php #uplifted-intro-inner #uplifted-intro-content p:last-child {
    margin-bottom: 0; }
.page-template-page-templateshomepage-php .uplifted-highlight {
  margin: 1.875em 0;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 50%;
  float: left; }
  .page-template-page-templateshomepage-php .uplifted-highlight a {
    display: block;
    position: relative; }
  .page-template-page-templateshomepage-php .uplifted-highlight img {
    display: block; }
.page-template-page-templateshomepage-php .uplifted-caption-image-caption {
  color: #323232; }
  @media screen and (max-width: 640px) {
    .page-template-page-templateshomepage-php .uplifted-caption-image-caption {
      padding: 1em; } }
.page-template-page-templateshomepage-php .slides .uplifted-caption-image-caption {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.6)); }
@media screen and (min-width: 641px) {
  .page-template-page-templateshomepage-php .flexslider {
    margin-bottom: 0; }
  .page-template-page-templateshomepage-php #ctcom-home-highlights {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 70em;
    *zoom: 1; }
    .page-template-page-templateshomepage-php #ctcom-home-highlights:before, .page-template-page-templateshomepage-php #ctcom-home-highlights:after {
      content: " ";
      display: table; }
    .page-template-page-templateshomepage-php #ctcom-home-highlights:after {
      clear: both; }
  .page-template-page-templateshomepage-php .uplifted-caption-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    color: white;
    padding: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1)); }
    .page-template-page-templateshomepage-php .uplifted-caption-image-caption .uplifted-caption-image-title {
      color: white;
      margin-bottom: .25em; }
    .page-template-page-templateshomepage-php .uplifted-caption-image-caption .uplifted-caption-image-description {
      color: white; }
  .page-template-page-templateshomepage-php #uplifted-home-bottom-widgets .uplifted-sermons-widget-entry-icons {
    display: none; } }

/* Post */
.uplifted-content-meta {
  margin-bottom: 1.5em;
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 24px;
  color: #323232; }
  .uplifted-content-block .uplifted-content-meta h1, .uplifted-content-meta h2, .uplifted-content-meta h3, .uplifted-content-meta h4, .uplifted-content-meta h5, .uplifted-content-meta h6 {
    color: #323232; }

#uplifted-loop-after-content .hentry,
.blog #wrapper .hentry {
  padding: 0; }

.page-template-page-templatespeople-php #wrapper .uplifted-entry-full.hentry,
.page-template-page-templatessermons-php #wrapper .uplifted-entry-full.hentry,
.page-template-page-templateslocations-php #wrapper .uplifted-entry-full.hentry,
.page-template-page-templatesevents-upcoming-php #wrapper .uplifted-entry-full.hentry,
.page-template-page-templatesevents-past-php #wrapper .uplifted-entry-full.hentry {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 0; }

.uplifted-entry-image {
  max-width: 100%; }
  .uplifted-entry-image img {
    border: none;
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
    display: block; }

.uplifted-content-meta {
  padding: 24px; }

.uplifted-entry-meta {
  list-style: none;
  position: relative;
  overflow: hidden;
  margin-left: 0; }
  .uplifted-entry-meta li {
    float: left;
    margin: 0 .5em .5em 0;
    padding-left: 2em;
    position: relative; }
    @media screen and (min-width: 860px) {
      .uplifted-entry-meta li {
        margin: 0 2em .5em 0; } }
  .uplifted-entry-meta a {
    color: #323232;
    border-bottom: 1px solid #e6e6e6; }
    .uplifted-entry-meta a:hover {
      color: #0fcfc5; }
  .uplifted-entry-meta .genericon, .uplifted-entry-meta .page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay, .page-template-page-templateshomepage-php .uplifted-slide-video .uplifted-entry-meta .flex-play-overlay, .uplifted-entry-meta #menu-social ul li a, #menu-social ul li .uplifted-entry-meta a {
    font-size: 1.3em;
    position: absolute;
    left: 0;
    top: -2px; }

.uplifted-entry-title {
  font-weight: 400;
  line-height: 1.2; }
  @media screen and (min-width: 568px) {
    .uplifted-entry-title {
      font-size: 2.125em; } }

.uplifted-entry-footer .view-details {
  display: inline-block;
  padding: .75em 0; }
.uplifted-entry-footer .genericon, .uplifted-entry-footer .page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay, .page-template-page-templateshomepage-php .uplifted-slide-video .uplifted-entry-footer .flex-play-overlay, .uplifted-entry-footer #menu-social ul li a, #menu-social ul li .uplifted-entry-footer a {
  font-size: 1.3em;
  position: relative;
  top: -1px;
  margin-right: .3em; }
.uplifted-entry-footer .genericon-location {
  top: auto; }
.uplifted-entry-footer .genericon-cloud-download {
  top: -2px; }
.uplifted-entry-footer .genericon-standard {
  font-size: 1.5em; }

.uplifted-author-box {
  margin: 1.5em 0;
  overflow: auto; }
  .uplifted-author-box .uplifted-author-avatar {
    float: left;
    margin: 0 1em 1em 0;
    overflow: hidden;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px; }
  .uplifted-author-box .uplifted-author-content h1 {
    font-size: 1.2em; }

/* Attachment Post */
.type-attachment .uplifted-entry-attachment {
  margin: 0 -24px; }

/* Wordpress */
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sticky .panel {
  border: 4px solid #e6e6e6; }

.gallery-caption {
  display: inherit; }

.bypostauthor {
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: inset 0 6px 0 #0fcfc5; }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

img.alignright {
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.wp-caption {
  text-align: center;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  max-width: 100% !important; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 !important;
  width: auto !important;
  height: auto !important; }

.wp-caption p.wp-caption-text {
  font-size: .8em;
  color: #b2b2b2;
  padding: 1em 0;
  margin: 0;
  clear: both;
  font-style: italic; }

.wp-video,
.wp-audio {
  margin: 0 auto 2em; }

/* Galleries */
/*
  *
  * Gallery Archive Page
  *
  */
.page-template-page-templatesgalleries-php.uplifted-no-sidebar #uplifted-content,
.page-template-page-templatesgalleries-php.uplifted-has-sidebar #uplifted-content {
  width: 100%; }

.page-template-page-templatesgallery-php .uplifted-entry-content .gallery {
  background-color: white;
  padding: 24px;
  border: 1px solid #e6e6e6; }

.gallery-item {
  margin-bottom: 1.5em; }

.gallery-item a,
.gallery-item img {
  display: block;
  margin: 0 auto; }

.gallery-caption {
  padding: 0 0 1.5em;
  font-size: .9em;
  line-height: 1.5;
  text-align: left;
  font-style: italic; }

.uplifted-caption-image-caption {
  background-color: white;
  padding: 24px;
  border: 1px solid #e6e6e6; }
  .uplifted-caption-image-caption .uplifted-caption-image-title {
    font-family: "Oswald", Verdana, Geneva, sans-serif;
    font-size: 1.5em; }
  .uplifted-caption-image-caption .uplifted-caption-image-description {
    color: #b2b2b2;
    font-size: .8em; }

@media screen and (min-width: 628px) {
  .gallery {
    margin-bottom: 1.5em; }

  .gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative; }
    .gallery-item a,
    .gallery-item img {
      margin-bottom: 0; }

  .gallery-icon {
    margin: 0; }

  .gallery-columns-1 .gallery-item {
    max-width: 100%; }

  .gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(unquote("50% - 4px"));
    max-width: calc(unquote("50% - 4px")); }

  .gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(unquote("33.3% - 4px"));
    max-width: calc(unquote("33.3% - 4px")); }

  .gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(unquote("25% - 4px"));
    max-width: calc(unquote("25% - 4px")); }

  .gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(unquote("20% - 4px"));
    max-width: calc(unquote("20% - 4px")); }

  .gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(unquote("16.7% - 4px"));
    max-width: calc(unquote("16.7% - 4px")); }

  .gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(unquote("14.28% - 4px"));
    max-width: calc(unquote("14.28% - 4px")); }

  .gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(unquote("12.5% - 4px"));
    max-width: calc(unquote("12.5% - 4px")); }

  .gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(unquote("11.1% - 4px"));
    max-width: calc(unquote("11.1% - 4px")); }

  .gallery-columns-1 .gallery-item:nth-of-type(1n),
  .gallery-columns-2 .gallery-item:nth-of-type(2n),
  .gallery-columns-3 .gallery-item:nth-of-type(3n),
  .gallery-columns-4 .gallery-item:nth-of-type(4n),
  .gallery-columns-5 .gallery-item:nth-of-type(5n),
  .gallery-columns-6 .gallery-item:nth-of-type(6n),
  .gallery-columns-7 .gallery-item:nth-of-type(7n),
  .gallery-columns-8 .gallery-item:nth-of-type(8n),
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0; }

  .gallery-caption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    color: #fff;
    margin: 0;
    font-size: .6em;
    max-height: 53%;
    font-style: normal;
    opacity: 0;
    padding: 2em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
    .gallery-caption:before {
      content: "";
      height: 100%;
      min-height: 49px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .gallery-item:hover .gallery-caption {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
      display: none; } }
/* Breadcrumbs */
.ctfw-breadcrumbs {
  font-size: .8em;
  margin: 1em 1em 2em;
  color: #b2b2b2; }
  .ctfw-breadcrumbs a {
    color: #b2b2b2;
    margin: 0 .3em; }
    .ctfw-breadcrumbs a:hover {
      color: #0fcfc5; }

/* Sermons */
.single-ctc_sermon.uplifted-no-sidebar #uplifted-content,
.single-ctc_sermon.uplifted-has-sidebar #uplifted-content {
  width: 100% !important; }

.single-ctc_sermon #uplifted-sidebar-right {
  display: none !important; }

/* 
  *
  * Single Sermon Page 
  *
  */
.single-ctc_sermon #uplifted-content .hentry {
  background-color: transparent;
  border: none; }

.single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta {
  text-align: center;
  margin: .5em 0; }
  @media screen and (min-width: 768px) {
    .single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta {
      font-size: 1.2em; } }
  .single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta ul {
    display: inline-block;
    font-weight: bold; }
    .single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta ul li {
      margin-right: 0;
      padding: 0 .3em; }
      .single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta ul li:first-child:after {
        content: " | ";
        padding-left: .3em; }
      .single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta ul li a {
        color: #323232;
        border: none; }
        .single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta ul li a:hover {
          color: #e8665a; }
.single-ctc_sermon #uplifted-sermon-full-audio-player iframe {
  margin-top: 1.5em; }
.single-ctc_sermon .single-sermon-content {
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .single-ctc_sermon .single-sermon-content {
      padding-right: 0; } }
.single-ctc_sermon .uplifted-entry-content {
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 24px;
  margin-bottom: 1.5em; }

/* Single Sermon Faux Sidebar */
.single-sermon-meta-sidebar {
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    .single-sermon-meta-sidebar {
      display: none; } }
  .single-sermon-meta-sidebar .uplifted-entry-title-meta {
    text-align: left;
    margin: 0 0 1.5em;
    padding: 24px;
    background-color: white;
    border: 1px solid #e6e6e6; }
    .single-sermon-meta-sidebar .uplifted-entry-title-meta ul li {
      float: none;
      border: none; }
  .single-sermon-meta-sidebar h3 {
    color: #e8665a; }

/* Sermon Media Module */
.uplifted-list-buttons-container {
  margin: .5em 0 2em; }

.uplifted-list-buttons {
  margin: 0;
  list-style: none;
  display: inline; }
  .uplifted-list-buttons:last-child {
    float: right; }
  .uplifted-list-buttons li {
    display: inline-block;
    margin-right: .5em; }
    .uplifted-list-buttons li:last-child {
      margin-right: 0; }
    .uplifted-list-buttons li a {
      cursor: "pointer";
      font-family: inherit;
      font-weight: normal;
      line-height: 1;
      margin: 0 0 0.5em;
      position: relative;
      text-decoration: none;
      text-align: center;
      display: inline-block;
      padding-top: 0.75em;
      padding-right: 1.5em;
      padding-bottom: 0.75em;
      padding-left: 1.5em;
      font-size: 0.875em;
      background-color: #323232;
      border-color: #191919;
      color: white;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      color: #cbcbcb; }
      .uplifted-list-buttons li a:hover, .uplifted-list-buttons li a:focus {
        background-color: #0fcfc5; }
      .uplifted-list-buttons li a:hover, .uplifted-list-buttons li a:focus {
        color: white; }

.single-ctc_sermon .pagination,
.single-ctc_sermon #comments {
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .single-ctc_sermon .pagination,
    .single-ctc_sermon #comments {
      padding-right: 0; } }

/* People */
.person-profile-card {
  overflow: hidden; }
  .person-profile-card .uplifted-entry-header {
    padding: 24px; }
  .person-profile-card .uplifted-entry-title a:hover {
    color: #0fcfc5; }
  .person-profile-card .uplifted-entry-meta {
    padding: 0; }
    .person-profile-card .uplifted-entry-meta .entry-meta-item {
      float: none; }
      .person-profile-card .uplifted-entry-meta .entry-meta-item.uplifted-person-position {
        font-size: 1.3em; }
        @media screen and (min-width: 568px) {
          .person-profile-card .uplifted-entry-meta .entry-meta-item.uplifted-person-position {
            margin-bottom: .5em;
            padding-bottom: .5em;
            border-bottom: 1px solid #e6e6e6; } }

/*
 *
 * People Archive Page
 *
 */
.page-template-page-templatespeople-php #uplifted-content {
  width: 100%; }
.page-template-page-templatespeople-php #uplifted-sidebar-right {
  display: none; }
@media screen and (min-width: 860px) {
  .page-template-page-templatespeople-php #uplifted-loop-after-content > article {
    width: 48%;
    float: left;
    margin: 0 1%; }
    .page-template-page-templatespeople-php #uplifted-loop-after-content > article:nth-child(odd) {
      margin-left: 0;
      clear: both; }
    .page-template-page-templatespeople-php #uplifted-loop-after-content > article:nth-child(even) {
      margin-right: 0; } }

/* Location */
.ctfw-google-map {
  display: block;
  min-height: 400px; }

.uplifted-event-full-map,
.uplifted-event-full-direction {
  margin-bottom: 1.5em; }

#menu-social {
  margin-top: 10px; }
  @media screen and (min-width: 641px) {
    #menu-social {
      margin-top: 0;
      float: right; } }
  #menu-social ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0; }
    #menu-social ul li {
      display: inline-block;
      position: relative;
      margin: 0 0 0 7px;
      padding: 0; }
      #menu-social ul li a {
        font-size: 18px;
        height: 18px;
        width: 18px; }
        #menu-social ul li a:before {
          color: white; }
      #menu-social ul li a[href*="wordpress.org"]:before,
      #menu-social ul li a[href*="wordpress.com"]:before {
        content: '\f205'; }
        #menu-social ul li a[href*="wordpress.org"]:before:hover,
        #menu-social ul li a[href*="wordpress.com"]:before:hover {
          color: #21759b; }
      #menu-social ul li a[href*="facebook.com"]:before {
        content: '\f203'; }
        #menu-social ul li a[href*="facebook.com"]:before:hover {
          color: #3b5998; }
      #menu-social ul li a[href*="twitter.com"]:before {
        content: '\f202'; }
        #menu-social ul li a[href*="twitter.com"]:before:hover {
          color: #33ccff; }
      #menu-social ul li a[href*="dribbble.com"]:before {
        content: '\f201'; }
        #menu-social ul li a[href*="dribbble.com"]:before:hover {
          color: #ea4c89; }
      #menu-social ul li a[href*="plus.google.com"]:before {
        content: '\f206'; }
        #menu-social ul li a[href*="plus.google.com"]:before:hover {
          color: #dd4b39; }
      #menu-social ul li a[href*="pinterest.com"]:before {
        content: '\f210'; }
        #menu-social ul li a[href*="pinterest.com"]:before:hover {
          color: #c8232c; }
      #menu-social ul li a[href*="github.com"]:before {
        content: '\f200'; }
        #menu-social ul li a[href*="github.com"]:before:hover {
          color: #171515; }
      #menu-social ul li a[href*="tumblr.com"]:before {
        content: '\f214'; }
        #menu-social ul li a[href*="tumblr.com"]:before:hover {
          color: #34526f; }
      #menu-social ul li a[href*="youtube.com"]:before {
        content: '\f213'; }
        #menu-social ul li a[href*="youtube.com"]:before:hover {
          color: #c4302b; }
      #menu-social ul li a[href*="flickr.com"]:before {
        content: '\f211'; }
        #menu-social ul li a[href*="flickr.com"]:before:hover {
          color: #ff0084; }
      #menu-social ul li a[href*="vimeo.com"]:before {
        content: '\f212'; }
        #menu-social ul li a[href*="vimeo.com"]:before:hover {
          color: #1AB7EA; }
      #menu-social ul li a[href*="instagram.com"]:before {
        content: '\f215'; }
        #menu-social ul li a[href*="instagram.com"]:before:hover {
          color: #3f729b; }
      #menu-social ul li a[href*="codepen.io"]:before {
        content: '\f216'; }
        #menu-social ul li a[href*="codepen.io"]:before:hover {
          color: #000; }
      #menu-social ul li a[href*="linkedin.com"]:before {
        content: '\f208'; }
        #menu-social ul li a[href*="linkedin.com"]:before:hover {
          color: #0e76a8; }

.tribe-theme-uplifted .ctfw-breadcrumbs {
  max-width: 1000px; }
.tribe-theme-uplifted.events-archive #tribe-events-pg-template {
  margin-top: 60px; }
.tribe-theme-uplifted .tribe-events-list h2.tribe-events-page-title {
  margin-top: .75em;
  margin-bottom: 0;
  font-weight: 400; }
.tribe-theme-uplifted .tribe-events-list h2.tribe-events-list-event-title {
  font-weight: 100; }
.tribe-theme-uplifted.single-tribe_events .tribe-events-event-image {
  margin-left: -25px;
  margin-right: -25px; }
.tribe-theme-uplifted .tribe-events-list-separator-month {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Oswald", Verdana, Geneva, sans-serif;
  letter-spacing: 2px; }
.tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #0fcfc5;
  border-color: #0c9f98;
  color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
  .tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, .tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
    background-color: #0fcfc5; }
  .tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, .tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
    color: white; }
.tribe-theme-uplifted #tribe-events-content.tribe-events-list, .tribe-theme-uplifted.single-tribe_events #tribe-events {
  margin-bottom: 1.5em;
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 24px; }
.tribe-theme-uplifted .tribe-events-calendar thead th {
  background-color: #e8ebf2;
  color: #323232;
  border-top: 1px solid #e8ebf2;
  border-left-color: #e8ebf2;
  border-right-color: #e8ebf2; }
.tribe-theme-uplifted #tribe-bar-form {
  background-color: rgba(255, 255, 255, 0.3); }
.tribe-theme-uplifted .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-theme-uplifted .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  color: rgba(0, 0, 0, 0.4);
  background-color: #e8ebf2; }
.tribe-theme-uplifted #tribe-events-content .tribe-events-calendar td {
  border-color: #e8ebf2; }
.tribe-theme-uplifted .tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-theme-uplifted .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  color: rgba(0, 0, 0, 0.6);
  background-color: #f2f3f7; }
.tribe-theme-uplifted #tribe-events-content .tribe-events-calendar td {
  background-color: white; }
.tribe-theme-uplifted .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-theme-uplifted .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
.tribe-theme-uplifted #tribe_events_filters_wrapper input[type=submit],
.tribe-theme-uplifted .tribe-events-button,
.tribe-theme-uplifted .entry-content .tribe-events-button,
.tribe-theme-uplifted .tribe-events-button.tribe-inactive,
.tribe-theme-uplifted .entry-content .tribe-events-button:hover,
.tribe-theme-uplifted .tribe-events-button:hover,
.tribe-theme-uplifted .tribe-events-button.tribe-active:hover {
  background-color: #e8665a; }
.tribe-theme-uplifted #tribe-events-content .tribe-events-tooltip h4,
.tribe-theme-uplifted #tribe_events_filters_wrapper .tribe_events_slider_val,
.tribe-theme-uplifted .single-tribe_events a.tribe-events-ical,
.tribe-theme-uplifted .single-tribe_events a.tribe-events-gcal {
  color: #e8665a; }
.sermonMonth {
    font-weight: bold;
    padding-top: 0.5em;
    text-align: center;
    vertical-align: top;
    width: 12%;
}
.sermonDay {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    width: 5%;
}
.sermonTitle {
    font-style: italic;
    text-align: center;
    vertical-align: top;
}
.sermonComment, .sermonArtist {
    text-align: center;
    vertical-align: top;
    width: 21%;
}
.sermonComment, .sermonArtist {
    vertical-align: top;
    width: 20%;
}

.sermonYear {
    background-color: #1E8CCC;
}
.weddingIntro {
    background-color: #eea9b8;
    border: 3px double black;
    color: black;
    padding: 10px;
    width: 90%;
}
.weddingContact {
    border: 3px double black;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    width: 90%;
}

.weddingPastor {
    border: 3px double black;
    background-color: #6e8b3d;
    color: black;
    padding: 10px;
    width: 90%;
}

.weddingUsage {
    background-color: #9acd32;
    border: 3px double black;
    margin-top: 20px;
    padding: 10px;
    width: 90%;
}
#uplifted-home-content {
    background: none repeat scroll 0 0 #ffffff;
}
.flexslider {
    border-bottom: 14px solid #7bc625;
    border-top: 14px solid #7bc625;
    margin-top: 24px;
}
.uplifted-image {
    border-bottom: 14px solid #7bc625;
    border-top: 14px solid #7bc625;
}
.home-welcome {
    margin-top: 40px;
}
.page-template-page-templateshomepage-php #uplifted-intro-inner #uplifted-intro-heading {
    display: none;
}
.textwidget > p {
    font-size: 14px;
}
.uplifted-widget .uplifted-widget-title {
    border-bottom: medium none;
    color: #436eb3 !important;
    display: inline-block;
    font-family: "Open Sans",Verdana,Geneva,sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.8em;
}
#uplifted-home-bottom-widgets .uplifted-widget {
    min-height: 499px;
}
#footer .uplifted-widget {
    min-height: 420px;
}

.blue-btn {
    background: none repeat scroll 0 0 rgb(67, 110, 179);
    border: 1px solid #75c71d;
    color: rgb(255, 255, 255);
    padding: 12px;
    width: 104px;
}
#search-2 {
    margin-top: 58px;
}
.search-form button {
    background-color: #7bc625 !important;
}