@charset "UTF-8";
/*!
Theme Name: VCH
Theme URI: #
Description: VCH Custom Theme
Version: 1.0
Author: VCH
Author URI: #
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vch
Tags: black
*/
/* GRID */
/**
 * Micro clearfix, as per: http://cssmojo.com/latest_new_clearfix_so_far/
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after, .container:after, .main-navigation ul:after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5, h6, ul, ol, dd, table, p, address, pre, hr {
  margin: 0 0 1.625rem;
  padding: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* Note: This file is updated by Sagar, To remove ducplication of styles. */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Note: This file is updated by Sagar, To remove ducplication of styles. */
/**
 * 1. Set the global `box-sizing` state to `border-box`.
 *    http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * 2. Set font family. [normalize.css]
 * 3. Set the base element’s `font-size` to the value of your choosing.
 * 4. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your project’s
 *    base font size.
 * 5. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. [normalize.css]
 *
 */
html {
  box-sizing: border-box;
  /* [1] */
  font-family: "Roboto", sans-serif;
  /* [2] */
  font-size: 1rem;
  line-height: 1.625;
  /* [3] */
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [5] */
  -webkit-text-size-adjust: 100%;
  /* [5] */
  color: #444;
  /* [additional] */
}

/**
 * 1. Inherit box-sizing to make it easier to change the property for components
 *    that leverage other behavior.
 *    https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*:before,
*:after {
  box-sizing: inherit;
  /* [1] */
}

/**
 * 1. Fallback for when there is no custom background color defined. [WordPress]
 * 2. Remove default margin. [normalize.css]
 */
body {
  background: #ffffff;
  /* [1] */
  margin: 0;
  /* [2] */
  overflow-x: hidden;
}
body.home {
  background: #FFF;
}
body.mce-content-body {
  font-family: inherit;
  margin: 15px;
}

/**
 * 1. Remove border when inside `a` element in IE 8/9/10. [normalize.css]
 * 2. Offset `alt` text from surrounding copy.
 * 3. Make sure images are scaled correctly.
 * 4. Fluid images for responsive purposes.
 * 5. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 *
 */
img {
  border: 0;
  /* [1] */
  font-style: italic;
  /* [2] */
  height: auto;
  /* [3] */
  max-width: 100%;
  /* [4] */
  vertical-align: middle;
  /* [5] */
}

/* Default Links */
a {
  color: #2a75ba;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #2a75ba;
  outline: 0;
  text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Remove default vertical scrollbar in IE 8/9/10/11. */
  padding-left: 3px;
  width: 100%;
}

.button, .single-post .comments-area input[type="submit"], .contact-form-row .submit-wrap input[type="submit"] {
  background-color: #1d8be0;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025rem;
  overflow: hidden;
  padding: 0.75rem 1.875rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.button:hover, .single-post .comments-area input[type="submit"]:hover, .contact-form-row .submit-wrap input[type="submit"]:hover {
  /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
}
.button.invert, .single-post .comments-area input.invert[type="submit"], .contact-form-row .submit-wrap input.invert[type="submit"] {
  background-color: #fff;
  color: #ef6e7e;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

/* Image Caption Style */
.wp-caption {
  background-color: #e6e6e6;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
.wp-caption.alignleft {
  margin: 0.5rem 2rem 1.625rem 0;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  margin: 0.5rem 0 1.625rem 2rem;
}

.wp-caption-text {
  color: #666;
  font-size: 0.875rem;
  padding: 0.5rem;
  text-transform: uppercase;
}

#tinymce.mce-content-body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 15px !important;
}

/* Gallery */
.gallery {
  margin: 0 -10px 10px;
}
.gallery br + br {
  display: none;
}

.gallery-item {
  display: inline-block;
  margin: 0;
  padding: 10px;
  vertical-align: top;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}

.gallery-caption {
  color: #666;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}

.gallery-icon {
  overflow: hidden;
  text-align: center;
}
.gallery-icon .attachment-thumbnail {
  background-color: whitesmoke;
  margin: 0;
  max-width: 100%;
  padding: 5px;
}

.gallery .gallery-item {
  width: 50%;
}

/* End - Gallery */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  /*margin: 0 0 1.5em;*/
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  /*margin: 1.5em 0 0;*/
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
h1 {
  font-size: 1.75rem;
  line-height: 1.85714;
  /*font-weight: 400;*/
  letter-spacing: 0.05rem;
}

h2 {
  font-size: 1.625rem;
  line-height: 1;
  /*font-weight: 400;*/
}

h3 {
  font-size: 1.5rem;
  line-height: 1.08333;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.3;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.44444;
}

h6 {
  font-size: 1rem;
  line-height: 1.625;
}

ul, ol, dd {
  margin-left: 1.625rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Crude table styles; tables are very difficult to keep on the baseline.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid #E1E1E1;
  padding: 13px;
  text-align: left;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

.rthd-comment-content th,
.rthd-comment-content td {
  vertical-align: top;
}
.rthd-comment-content th:first-child,
.rthd-comment-content td:first-child {
  width: 18%;
}

/**
 * Paragraphs
 */
/**
 * Not strictly a paragraph, but probably doesn’t need its own section.
 */
/**
 * CODE
 */
pre {
  background: #f5f5f5;
  border: 1px solid #ddd;
  max-width: 100%;
  overflow: auto;
  /* Contain overflow in all browsers. */
  padding: 1rem;
}
pre code.bash, pre > code {
  background: transparent;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
}
pre code code.bash {
  font-size: inherit;
}

code {
  padding: 0.125rem 0.375rem;
  margin: 0 0.1875rem;
  font-size: 80%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/**
 * 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
 *    font-size smaller than 1em.
 */
code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  /* [1] */
}

/**
 * Set up quote marks on quoting elements.
 */
q,
blockquote {
  border-left: 4px solid #ccc;
  color: #999;
  font-style: italic;
  margin: 0 0 1.625rem 1.625rem;
  padding-left: 1rem;
}

/**
 * HR
 */
hr {
  background-color: #ddd;
  border: 0;
  box-sizing: content-box;
  /* Address differences between Firefox and other browsers. Source- normalize.css */
  height: 1px;
}

/**
 * Address margin not present in IE 8/9 and Safari. [normalize.css]
 */
figure {
  margin: 1rem 1.625rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1170px;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column.reverse {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.column {
  display: inline-block;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}

.column-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.column-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.column-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.column-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

@media (max-width: 640px) {
  .hide-for-small {
    display: none !important;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .hide-for-medium {
    display: none !important;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .hide-for-large {
    display: none !important;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }
}
.site-header {
  position: relative;
  z-index: 20;
}

.top-header {
  border-bottom: 1px solid #e5e5e5;
}

.google-tr {
  float: right;
  padding: 5px 20px;
  min-height: 35px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.google-tr .goog-te-gadget-simple {
  margin: 0;
  padding: 0;
  border: none;
}
.google-tr img {
  display: none;
}
.google-tr .goog-te-gadget-simple .goog-te-menu-value {
  margin: 0;
  font-size: 12px;
  color: #777;
}
.google-tr .goog-te-gadget-simple .goog-te-menu-value:before {
  content: "Google Translate";
}
.google-tr .goog-te-gadget-simple .goog-te-menu-value:hover {
  color: #000;
  text-decoration: none;
}
.google-tr .goog-te-gadget-simple .goog-te-menu-value span {
  display: none;
}

.header-search {
  position: relative;
  float: right;
  padding: 9px 20px 5px 20px;
  min-height: 35px;
  font-size: 12px;
  border-left: 1px solid #e5e5e5;
}
.header-search:after {
  position: absolute;
  right: 21px;
  top: 11px;
  content: "\f002";
  font: normal 14px/1 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
}
.header-search label input {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 40px;
  -webkit-transition: .5s all;
          transition: .5s all;
}
.header-search label input:focus {
  width: 200px;
  outline: none;
}
.header-search input {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.header-search .search-submit {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 24px;
  height: 24px;
  font-size: 0;
  color: #777;
  z-index: 1;
}
.header-search .search-submit:hover {
  color: #000;
}

.main-header {
  padding: 35px 0;
}

.site-branding {
    display: inline-flex;
    flex-direction: row;
}
.site-branding .logo {
    height:125px;
}
.site-branding .title-hldr {
    margin: auto 12px;
}
.site-branding-centered {
    display: block;
    text-align: center;
}
.site-branding-centered .logo {
    height:100px;
}
.donate-center {
    text-align: center;
}
.site-title {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
}
.site-title a {
  color: #001111;
  letter-spacing: 3px;
}
.site-title a:hover {
  text-decoration: none;
}

.site-description {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.social-menu {
  margin: 34px 0;
  padding: 0;
  list-style: none;
}
.social-menu.centered {
    margin-top:12px;
    margin-bottom:6px;
}
.social-menu li {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle;
}
.social-menu a {
  padding: 3px 0 0;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 1rem;
  height: 38px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: background 300ms ease 0s;
          transition: background 300ms ease 0s;
  width: 38px;
  text-decoration: none;
}
.social-menu a:hover {
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.25);
}
.social-menu .instagram a {
  background: #8caac3;
}
.social-menu .twitter a {
  background: #66cdf4;
}
.social-menu .facebook a {
  background: #3b5998;
}
.social-menu .donate {
  margin-left: 20px;
  padding: 15px 25px;
  border-radius: 4px;
  background: #6fb353;
}
.social-menu .donate a {
  padding: 0;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: normal;
}
.social-menu .donate a:hover {
  box-shadow: none;
}

/* vch-slider */
.vch-slider-container.vc_row {
  margin: 0;
}
.vch-slider-container .vc_col-sm-12 {
  padding: 0;
}
.vch-slider-container .vc_images_carousel .vc_carousel-control .icon-prev,
.vch-slider-container .vc_images_carousel .vc_carousel-control .icon-next {
  padding: 5px 0 0 3px;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .header-search label input:focus {
    width: 135px;
  }

  .main-header {
    padding: 15px 0;
  }

  .site-branding {
    float: none;
    margin: 0 0 15px;
  }
  .site-branding .site-title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .site-branding .site-description {
    font-size: 10px;
  }

  .social-menu {
    float: none;
  }
  .social-menu li {
    margin: 0 0 0 10px;
  }
  .social-menu li:first-child {
    margin-left: 0;
  }
  .social-menu .donate {
    margin-left: 15px;
    padding: 7px 15px;
  }
  .social-menu .donate a {
    font-size: 12px;
  }
}
@media screen and (max-width: 359px) {
  .header-search label input:focus {
    width: 95px;
  }

  .site-branding .site-title {
    font-size: 14px;
  }
}
.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}

.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-loader {
  top: 40%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  -webkit-transition: stroke-dashoffset 0.2s;
          transition: stroke-dashoffset 0.2s;
  stroke: #ef6e7e;
}

/* Animations */
/* Initial animation of header elements */
.loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
          animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
            transform: translate3d(0, 800px, 0);
  }
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
            transform: translate3d(0, 800px, 0);
  }
}
/* Header elements when loading finishes */
.loaded .ip-loader {
  opacity: 1;
}

.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
          animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
            transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
            transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
/* Header animation when loading finishes */
.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
          animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
/* Content animations */
.loaded .site-header,
.loaded .site-content {
  -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
          animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

@-webkit-keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0);
  }
}

@keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0);
  }
}
/* Change layout class for header */
.layout-switch .ip-header {
  position: absolute;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
  background: #f3f5f7;
  box-shadow: inset 1px 1px 2px #eaedef;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  border-right: 1px solid #ebedef;
}

.primary-menu > ul > li {
  padding-bottom: 18px;
}
.primary-menu > ul > .menu-item-has-children:after {
  bottom: -30px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  opacity: 0;
}
.primary-menu > ul > .menu-item-has-children:hover:after {
  bottom: 0;
  opacity: 1;
}

.main-navigation a {
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 2.1875rem;
  text-decoration: none;
  text-transform: uppercase;
}
.main-navigation a:hover {
  color: #1d8be0;
}
.main-navigation .current-menu-item > a {
  color: #fff;
  background: #1d8be0;
}

.main-navigation ul ul {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  /*border-radius: 3px;*/
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  margin-top: 20px;
  top: 60px;
  z-index: 1;
  left: 0;
  visibility: hidden;
  padding: 0;
}

.main-navigation ul ul ul {
  top: 10px;
}

.main-navigation ul ul a {
  color: #444;
  width: 200px;
  text-align: left;
  text-transform: inherit;
}
.main-navigation ul ul a:hover {
  color: #fff;
  background: #1d8be0;
}

.main-navigation ul ul li {
  border: none;
  border-bottom: 1px solid #dcdada;
}
.main-navigation ul ul li:last-child {
  border: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  opacity: 1;
  margin-top: -7px;
  visibility: visible;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.menu-item-has-children > a {
  padding-right: 32px;
  position: relative;
}
.menu-item-has-children > a:after {
  color: inherit;
  content: '\f0dd';
  font-size: 13px;
  font-family: "fontawesome";
  font-weight: normal;
  display: inline-block;
  margin-top: -2px;
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-title {
    font-size: 20px;
    line-height: 26px;
  }

  .site-description {
    font-size: 12px;
  }

  .main-navigation a {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation {
    position: relative;
  }
  .main-navigation .menu-toggle {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    /*position: absolute;
    right: 10px;
    top: -54px;*/
    margin:0 auto;
    border: none;
    background: none;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation li {
    display: block;
    border: none;
    border-bottom: 1px solid #dcdada;
  }
  .main-navigation a {
    padding: 10px 20px;
    text-align: left;
  }
  .main-navigation ul ul {
    position: relative;
    top: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: none;
  }
  .main-navigation ul ul li {
    border-bottom: 1px solid #ebedef;
  }
  .main-navigation ul ul li:first-child a {
    padding-top: 0;
  }
  .main-navigation ul ul a {
    display: block;
    padding-left: 40px;
  }
  .main-navigation ul ul a:hover {
    color: #444;
    background: none;
  }
  .main-navigation ul li:hover ul, .main-navigation ul li:focus ul {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  .main-navigation .menu-toggle {
    right: 2px;
  }
}
.site-content {
  z-index: 10;
  font-size: 15px;
}

.home-slider .flexslider {
  position: relative;
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  border: none;
  box-shadow: none;
}
.home-slider .flexslider .flex-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: none;
}
.home-slider h2 {
  margin: 0 0 15px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}
.home-slider h2 a {
  color: #fff;
  text-decoration: none;
}
.home-slider h2 a:hover {
  color: #fff;
}
.home-slider p {
  margin: 0;
}
.home-slider p a {
  margin: 30px 0 0;
}
#primary .home-slider .flex-control-paging {
  margin: 0;
  top: auto;
  bottom: 0;
}
#primary .home-slider .flex-control-paging a {
  background: #1d8be0;
}
#primary .home-slider .flex-control-paging a.flex-active {
  background: #fff;
}
#primary .home-slider .flex-direction-nav li a {
  padding-top: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
}
#primary .home-slider .flex-direction-nav li a:before {
  font-family: 'fontawesome';
  font-size: 35px;
  color: #000;
}
#primary .home-slider .flex-direction-nav li a.flex-prev {
  padding-right: 3px;
}
#primary .home-slider .flex-direction-nav li a.flex-prev:before {
  content: "\f104";
}
#primary .home-slider .flex-direction-nav li a.flex-next {
  padding-left: 5px;
}
#primary .home-slider .flex-direction-nav li a.flex-next:before {
  content: "\f105";
}

.aio-icon-description p:empty {
  display: none;
}

.entry-content .vc_row {
  margin-bottom: 55px;
}
.entry-content .vc_grid-container {
  margin: 0;
}
.entry-content .aio-icon-box {
  margin-bottom: 25px !important;
}
.entry-content .aio-icon-header h3.aio-icon-title {
  margin-top: -5px;
  font-size: 22px;
  font-weight: 500;
}

/* Programs conducted */
.programs-row {
  padding: 50px 0 20px;
}
#primary .programs-row .section-heading h2 {
  margin: 0 0 60px;
  font-size: 30px;
  font-weight: 500 !important;
}
.programs-row .aio-icon-box {
  margin: 0;
}
.programs-row .aio-icon-description P:last-child {
  margin: 0;
}
.programs-row .ult-team-member-wrap {
  margin: 0 auto;
  max-width: 260px;
}
.programs-row .ult-team-member-wrap .ult-team-member-image {
  border-radius: 100%;
}
.programs-row .ult-team-member-wrap .ult-team-member-description P {
  padding: 0 40px;
}
.programs-row .ult-team-member-wrap h2.ult-team-member-name {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

/* News feed */
.vch-recent-list .vc_row {
  margin: 0;
}
.vch-recent-list .vc_grid-item {
  margin: 0 0 30px;
}
.vch-recent-list .vc_grid-item:last-child {
  margin: 0;
}
.vch-recent-list .vc_grid-item-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.vch-recent-list .vc_gitem-animated-block {
  width: 130px;
}
.vch-recent-list .vc_gitem-animated-block img {
  min-width: 130px;
  min-height: 130px;
}
.vch-recent-list .vc_gitem-zone {
  padding-left: 20px;
  font-size: 14px;
  background: none !important;
}
.vch-recent-list .vc_gitem-zone div {
  padding: 0;
  margin: 0;
}
.vch-recent-list .vc_gitem-zone h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.vch-recent-list .vc_gitem-zone p {
  margin: 0;
}
.vch-recent-list .vc_gitem-zone p:empty {
  display: none;
}
.vch-recent-list .vc_gitem-zone .vc_btn3-container a {
  margin: 0;
  padding: 0;
  color: #1d8be0;
  background: none;
}
.vch-recent-list .vc_gitem-zone .vc_btn3-container a:hover {
  color: #1d8be0;
  background: none;
}

.entry-content .vch-banner {
  padding: 130px 0;
}
.entry-content .vch-banner .vc_parallax-inner:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.entry-content .vch-banner .vc_btn3 {
  padding: 12px 30px;
  font-weight: 500;
}

/* vch events list */
.vch-events-list {
  padding-right: 20px;
}
.vch-events-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.vch-events-list li {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.vch-events-list img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 130px;
  min-height: 130px;
}
.vch-events-list h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
}
.vch-events-list h4 a {
  color: #444;
  text-decoration: none;
}
.vch-events-list h4 a:hover {
  color: #444;
}
.vch-events-list span {
  font-size: 14px;
  color: #777;
}
.vch-events-list p {
  margin: 5px 0 0;
}

/* vch-mini-calendar */
.vch-mini-calendar, .tribe-mini-calendar-wrapper {
  max-width: 325px;
}
.vch-mini-calendar .tribe-mini-calendar-list-wrapper .list-info h2, .tribe-mini-calendar-wrapper .tribe-mini-calendar-list-wrapper .list-info h2 {
  margin: 0 0 5px;
  padding: 5px 0 0;
}
.vch-mini-calendar .tribe-mini-calendar-list-wrapper .list-info h2 a, .tribe-mini-calendar-wrapper .tribe-mini-calendar-list-wrapper .list-info h2 a {
  font-size: 16px;
  font-weight: 400;
}
.vch-mini-calendar .tribe-mini-calendar-list-wrapper .tribe-events-duration, .tribe-mini-calendar-wrapper .tribe-mini-calendar-list-wrapper .tribe-events-duration {
  color: #777;
}
.vch-mini-calendar .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event, .tribe-mini-calendar-wrapper .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event {
  border-bottom: 1px dotted #bbb;
}
.vch-mini-calendar .tribe-mini-calendar, .tribe-mini-calendar-wrapper .tribe-mini-calendar {
  margin-bottom: 0;
  border-top: 1px solid #e3e6e9;
  border-left: 1px solid #e3e6e9;
}
.vch-mini-calendar .tribe-mini-calendar thead, .vch-mini-calendar .tribe-mini-calendar th, .vch-mini-calendar .tribe-mini-calendar td, .vch-mini-calendar .tribe-mini-calendar span, .tribe-mini-calendar-wrapper .tribe-mini-calendar thead, .tribe-mini-calendar-wrapper .tribe-mini-calendar th, .tribe-mini-calendar-wrapper .tribe-mini-calendar td, .tribe-mini-calendar-wrapper .tribe-mini-calendar span {
  color: #666 !important;
  background: none !important;
}
.vch-mini-calendar .tribe-mini-calendar thead, .vch-mini-calendar .tribe-mini-calendar th, .vch-mini-calendar .tribe-mini-calendar td, .tribe-mini-calendar-wrapper .tribe-mini-calendar thead, .tribe-mini-calendar-wrapper .tribe-mini-calendar th, .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
  font-weight: 400;
  border: none;
  border-right: 1px solid #e3e6e9 !important;
  border-bottom: 1px solid #e3e6e9 !important;
}
.vch-mini-calendar .tribe-mini-calendar .tribe-mini-calendar-nav td, .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav td {
  padding: 5px !important;
  background: #f3f5f7 !important;
}
.vch-mini-calendar .tribe-mini-calendar .tribe-mini-calendar-nav td span, .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav td span {
  font-weight: 400;
}
.vch-mini-calendar .tribe-mini-calendar thead, .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
  background: rgba(243, 245, 247, 0.4) !important;
}
.vch-mini-calendar .tribe-mini-calendar thead th, .tribe-mini-calendar-wrapper .tribe-mini-calendar thead th {
  padding: 5px 0;
}
.vch-mini-calendar .tribe-mini-calendar tbody span, .vch-mini-calendar .tribe-mini-calendar tbody a, .tribe-mini-calendar-wrapper .tribe-mini-calendar tbody span, .tribe-mini-calendar-wrapper .tribe-mini-calendar tbody a {
  padding: 10px 0 !important;
  font-weight: 400;
  vertical-align: middle;
}
.vch-mini-calendar .tribe-mini-calendar .tribe-events-has-events a, .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events a {
  color: #1d8be0 !important;
  background: #f3f5f7 !important;
}
.vch-mini-calendar .tribe-mini-calendar .tribe-events-has-events a:before, .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events a:before {
  display: none !important;
}

/* testimonial */
#primary .testimonial {
  text-align: center;
}
.testimonial .testimonial-img {
  margin: 0 0 20px;
}
.testimonial .testimonial-img .wpb_row {
  margin: 0;
}
.testimonial .testimonial-img figure, .testimonial .testimonial-img div {
  display: block;
}
.testimonial .testimonial-img img {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  max-height: 240px;
  border-radius: 100%;
}
.testimonial p {
  margin: 0;
  color: #777;
}
.testimonial .testimonial-name {
  display: block;
  margin: 10px 0 0;
  color: #1d8be0;
}

@media screen and (max-width: 767px) {
  .home-slider h2 {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .home-slider p {
    margin: 0 0 10px;
    font-size: 12px;
  }
  .home-slider p a {
    margin: 10px 0 0;
    padding: 8px 12px;
    font-size: 12px;
  }
  #primary .home-slider .flex-control-paging {
    bottom: -14px;
  }
  #primary .home-slider .flex-direction-nav li a {
    padding: 0;
    width: 30px;
    height: 30px;
  }
  #primary .home-slider .flex-direction-nav li a:before {
    font-size: 20px;
    line-height: 30px;
    vertical-align: text-top;
  }
  #primary .home-slider .flex-direction-nav li a.flex-prev, #primary .home-slider .flex-direction-nav li a.flex-next {
    padding: 0;
  }

  .row-events .wpb_column {
    margin: 0 0 40px;
  }
  .row-events .wpb_column:last-child {
    margin: 0;
  }
  .row-events .vch-events-list {
    padding-right: 0;
  }
  .row-events .vch-events-list img {
    margin: 0 15px 15px 0 !important;
  }

  .entry-content .programs-row .vc_row {
    margin-bottom: 0;
  }

  .row-vch-banner .vc_btn3-container.vc_btn3-container {
    text-align: center;
  }

  .entry-content .vch-banner {
    padding: 70px 0;
  }
  .entry-content .vch-banner h2 {
    line-height: 1.4;
  }
  .entry-content .vch-banner .vc_btn3:first-child {
    margin: 0 0 20px;
  }

  .testimonial {
    margin: 55px 0 0;
  }
}
@font-face {
  font-family: 'themify';
  src: url("./fonts/themify.eot?-fvbane");
  src: url("./fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("./fonts/themify.woff?-fvbane") format("woff"), url("./fonts/themify.ttf?-fvbane") format("truetype"), url("./fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

.home-latest-blog .post {
  background: white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.home-latest-blog .post:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.home-latest-blog h4 {
  margin: 0;
}
.home-latest-blog h4 a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #272727;
  line-height: 27px;
}
.home-latest-blog .entry-header {
  border-bottom: 1px solid #e4e5e7;
}

.home-latest-blog .entry-header,
.home-latest-blog .entry-footer {
  padding: 15px;
}

body:not(.page-template-full-width):not(.page-template-properties) .site-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body:not(.page-template-full-width):not(page-template-properties) #primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#secondary {
  width: 325px;
  margin-left: 120px;
}

/* About us */
#primary .page-heading h2 {
  margin: 50px 0;
  font-size: 30px;
  font-weight: 600;
}

.page-slider .vc_images_carousel .vc_carousel-control span {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
}
.page-slider .vc_images_carousel .vc_carousel-control span:before {
  color: #000;
  font-family: "fontawesome";
  font-size: 27px;
}
.page-slider .vc_images_carousel .vc_carousel-control span.icon-prev {
  padding-right: 2px;
  content: "\f104";
}
.page-slider .vc_images_carousel .vc_carousel-control span.icon-next {
  padding-left: 2px;
  content: "\f105";
}
.page-slider .vc_images_carousel .vc_carousel-indicators li {
  border: transparent;
  background: #1d8be0;
}
.page-slider .vc_images_carousel .vc_carousel-indicators li.vc_active {
  background: #fff;
}

#primary .entry-content .vch-company-feature {
  margin: 0;
  padding: 55px 0;
  background: #f3f5f7;
}
.entry-content .vch-company-feature .feature-heading h2 {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 1.2;
}
.entry-content .vch-company-feature .feature-img {
  margin: 0 0 20px;
}
.entry-content .vch-company-feature .feature-img img {
  max-height: 255px;
}
.entry-content .vch-company-feature .feature-text {
  margin: 0 0 20px;
}
.entry-content .vch-company-feature .feature-text p {
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
.entry-content .vch-company-feature .feature-button a {
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
}
.entry-content .about-us-banner {
  margin-bottom: 0;
}
.entry-content .our-staff-row {
  margin-bottom: 0;
}

/* Programs page */
.custom-banner-heading.uvc-heading .uvc-main-heading h2 {
  margin: 40px 0 20px;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.141);
}
.custom-banner-heading .uvc-sub-heading {
  font-size: 20px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.141);
}

.custom-text-block p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

.properties-row {
  position: relative;
  background: #f3f5f7;
}
.properties-row:before {
  position: absolute;
  content: '';
  left: -500%;
  width: 1000%;
  height: 100%;
  background: #f3f5f7;
  z-index: -1;
}
.properties-row h2 {
  margin: 0;
  padding: 55px 0;
  font-size: 40px;
  text-align: center;
}

.property-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.property-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding: 20px;
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px);
  border: 3px solid #e8e7e7;
  background: #fbfcfb;
}
.property-list .property-img {
  margin: 0 24px 0 0;
  max-width: 240px;
}
.property-list h4 {
  margin: 0 0 10px;
  color: #1d8be0;
}
.property-list p {
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  color: #666;
}
.property-list p strong {
  font-weight: 500;
}

/* News Page */
.news-content {
  margin: 0 0 55px;
}
.news-content .entry-header {
  position: relative;
}

.page-title {
  margin: 15px 0;
}

.entry-header img {
  margin: 0 0 25px;
}
.entry-header .entry-title {
  margin: 0 0 10px;
}
.entry-header .entry-title a {
  color: #444;
}

.entry-footer {
  overflow: hidden;
}
.entry-footer .entry-meta {
  float: right;
  padding: 5px 0 0;
}
.entry-footer .read-more {
  float: left;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  background: #1d8be0;
}

/* Single post/news page */
.entry-header .single-post-img {
  display: inline-block;
  position: relative;
  margin: 30px 0 25px;
}
.entry-header .single-post-img img {
  display: block;
  margin: 0;
}
.entry-header .single-post-img:before {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.entry-header .single-post-title {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: -10px 0 0;
  font-size: 40px;
  color: #fff;
}

.single-post .nav-links a {
  text-decoration: none;
}
.single-post .nav-links .nav-previous a:before {
  display: inline-block;
  margin: 0 8px 0 0;
  content: '\f177';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #2a75ba;
  vertical-align: middle;
}
.single-post .nav-links .nav-next a:after {
  display: inline-block;
  margin: 0 0 0 8px;
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #2a75ba;
  vertical-align: middle;
}
.single-post .comments-area .comment-form-comment label {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
}
.single-post .comments-area input[type="submit"] {
  border: none;
}

/* siddebar */
.siddebar-area .widget-title {
  margin: 30px 0;
  font-size: 22px;
  font-weight: 500;
}

/* Contact Page */
.vch-map iframe {
  pointer-events: none;
}

#primary .contact-heading h2 {
  margin: 0 0 50px;
}

.contact-form-row input[type="text"], .contact-form-row textarea {
  padding: 4px;
  height: 44px;
  border: 1px solid #e8e7e7;
  background: #f3f5f7;
}
.contact-form-row textarea {
  resize: vertical;
}
.contact-form-row .ninja-forms-required-items {
  margin: 0 0 15px;
  font-size: 13px;
}
.contact-form-row .text-wrap {
  display: inline-block;
  margin-bottom: 35px;
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
}
.contact-form-row .text-wrap + .text-wrap {
  display: inline-block;
  margin-left: 100px;
  width: -webkit-calc(50% - 54px);
  width: calc(50% - 54px);
}
.contact-form-row .textarea-wrap, .contact-form-row .spam-wrap {
  margin-bottom: 40px;
}
.contact-form-row .submit-wrap input[type="submit"] {
  min-width: 150px;
  border: none;
}

@media screen and (max-width: 1024px) {
  body:not(.page-template-full-width):not(.page-template-properties) .site-content {
    display: block;
  }

  body:not(.page-template-full-width):not(page-template-properties) #primary {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }

  #secondary {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Programs page */
  .property-list li {
    margin: 0 0 15px;
    padding: 15px;
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .property-list .property-img {
    margin: 0 15px 0 0;
    max-width: 120px;
  }
  .property-list h4 {
    margin: 0 0 5px;
    font-size: 1rem;
  }
  .property-list p {
    font-size: 11px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* About us */
  #primary .page-heading h2 {
    margin: 30px 0;
  }

  .page-slider {
    margin: 0 0 30px !important;
  }

  .vch-company-feature .wpb_wrapper {
    margin: 0 0 50px;
    text-align: center;
  }
  .vch-company-feature .wpb_wrapper .vc_figure {
    display: block;
    margin: 0 auto;
  }

  /* Programs page */
  .properties-row h2 {
    padding: 30px 0;
    font-size: 30px;
  }

  .property-list {
    padding-bottom: 15px;
  }
  .property-list li {
    margin: 0 auto 20px;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .property-list .property-img {
    margin: 0 0 15px;
  }

  /* News page */
  .entry-footer {
    text-align: left;
  }
  .entry-footer .entry-meta {
    float: none;
  }
  .entry-footer .read-more {
    float: none;
    display: inline-block;
    margin: 15px 0 0;
  }

  /* Single post/news page */
  .news-content {
    margin: 0 0 30px;
  }

  .entry-header .single-post-img {
    margin: 20px 0;
  }
  .entry-header .single-post-title {
    left: 40px;
    font-size: 20px;
    line-height: 26px;
  }

  /* siddebar */
  #secondary {
    max-width: 290px;
  }

  /* Contact page */
  .vch-map iframe {
    height: 300px !important;
  }

  .contact-form-row .text-wrap,
  .contact-form-row .text-wrap + .text-wrap {
    margin: 0 0 35px;
    width: 100%;
  }
  .contact-form-row input.ninja-forms-req {
    margin: 5px 0 0 !important;
  }
}
.site-footer {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  background: #000;
}

.footer-cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-cnt section {
  margin: 0;
}
.footer-cnt h2 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
}
.footer-cnt .textwidget h2 + p {
  margin: 0;
}
.footer-cnt .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-cnt .menu li {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 10px 0 0;
  width: 33.33%;
}
.footer-cnt .menu a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-cnt .menu a:hover {
  color: #fff;
}
.site-content.container {
  padding-top: 20px;
}

#secondary h2{font-weight:normal; margin-bottom: 10px;}
#secondary ul{margin:0;padding:0;list-style:none;}
#secondary ul li{padding:5px 0;;}
#secondary ul li a{color:#444;}
@media screen and (max-width: 767px) {
  .footer-cnt {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-cnt section:first-child {
    margin: 0 0 30px;
  }

  .widget-title {
    line-height: 1.4;
  }
}

.ult_main_cl.ult-adjust-bottom-margin {
margin-bottom:16px !important;
}
.ult_main_cl .ult_crlink, p .ult_main_cl .ult_crlink {
display: list-item;
list-style:none;
clear:both;
}

/*# sourceMappingURL=style.css.map */
