/*!
Theme Name: XOXO
Theme URI: http://Yeahthemes.com
Author: Yeahthemes
Author URI: http://Yeahthemes.com/
Description: Beautifully Elegant Wedding Wordpress Theme
Version: 1.1.0
License: GNU General Public License v2.0
License URI: license.txt
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: yeahthemes
 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

***********************************************************************************************************
  *                                                                                                     *
    *    __   _______    _    _   _ _____ _   _ _____ __  __ _____ ____         ____ ___  __  __      *
  *      \ \ / / ____|  / \  | | | |_   _| | | | ____|  \/  | ____/ ___|       / ___/ _ \|  \/  |       *
*         \ V /|  _|   / _ \ | |_| | | | | |_| |  _| | |\/| |  _| \___ \      | |  | | | | |\/| |         *
    *      | | | |___ / ___ \|  _  | | | |  _  | |___| |  | | |___ ___) |  _  | |__| |_| | |  | |       *      
  *        |_| |_____/_/   \_\_| |_| |_| |_| |_|_____|_|  |_|_____|____/  (_)  \____\___/|_|  |_|     *
*                                                                                                       *
  *                 Premium WordPress Themes by YeahThemes.com - http://Yeahthemes.com                    *
    *                                   Copyright (c) YeahThemes                                        *
  *                                 http://themeforest.net/user/Yhthms                                *    
*                                                                                                         *
  *                            -------------------------------------------                              *
    *                                     DO NOT EDIT THIS FILE                                       *
  *                                                                                                     *
***********************************************************************************************************

*/
/**
 * Default Framework CSS
 ***************************************************************/
* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
label > * {
  margin-top: 10px;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
.button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none !important;
}
button:not(.btn),
.button:not(.btn),
[type="button"]:not(.btn),
[type="reset"]:not(.btn),
[type="submit"]:not(.btn) {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  white-space: nowrap;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
textarea.form-control {
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control),
input[type="number"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control) {
  /*color: #666;*/
  max-width: 100%;
  height: 34px;
  padding: 6px 12px;
}
input[type="number"] {
  width: auto;
}
textarea,
textarea.form-control {
  height: auto;
  max-width: 100%;
  padding: 6px 12px;
}
/* Select */
select {
  display: inline-block;
  -webkit-appearance: button;
  -webkit-padding-end: 20px;
  border-width: 1px;
  border-style: solid;
  color: #555;
  border-color: #CCC;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset, 0 1px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset, 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset, 0 1px 3px rgba(0,0,0,0.1);
  background-color: #FFF;
  background-image: url("images/ui-select.svg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.05))) !important;
  background-image: url("images/ui-select.svg"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%) !important;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  text-shadow: white 0 1px 0;
  height: 34px;
  min-height: 34px;
  padding: 6px 12px;
  font-size: inherit;
  max-width: 100%;
}
.webkit-browser select {
  padding: 6px 30px 6px 12px !important;
  line-height: normal;
}
.webkit-browser select[multiple="multiple"],
body.webkit-browser.flat-ui select[multiple="multiple"] {
  padding: 10px !important;
  background: none !important;
}
select:disabled {
  opacity: .5;
}
select:hover {
  color: #333;
  border-color: #aaa;
}
select:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #444;
}
embed,
iframe,
object {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  /*display:block;*/
}
video {
  max-width: 100%;
  height: auto !important;
}
fieldset {
  clear: both;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  padding: 15px;
  margin-bottom: 15px;
}
fieldset legend {
  display: inline-block;
  width: auto;
  border-width: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0;
  font-weight: bold;
}
fieldset label {
  margin: 0;
  display: inline-block;
}
/**
 *
 * WORDPRESS NATIVE CSS
 *
 * Reset
 * Alignment
 * Content
 * Formats
 * Media
 * Navigation
 * Comments
 * Widgets
 * Plugin Compatibilities
 */
/**
 * Alignment
 ***************************************************************/
.alignleft {
  display: inline;
  float: left;
  margin: .5em 1.5em .5em 0;
}
.alignright {
  display: inline;
  float: right;
  margin: .5em 0 .5em 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.5em auto;
}
/**
 * Content
 ***************************************************************/
.post-password-form label {
  display: block;
}
.post-password-form input[type="password"] {
  width: auto;
  display: inline-block;
}
.sticky {
  background-color: transparent;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.pagination-nav {
  white-space: nowrap;
}
.pagination-nav .page-numbers {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination-nav .page-numbers.current {
  font-weight: bold;
}
.pagination-nav .page-numbers.next {
  padding-right: 0;
}
.pagination-nav .page-numbers.prev {
  padding-left: 0;
}
/**
 * Media
 ***************************************************************/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  position: relative;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: hidden;
}
.wp-caption:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  pointer-events: none;
  z-index: -1px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0;
  text-align: center;
  font-style: italic;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery .gallery-item {
  float: left;
  width: 80px;
  text-align: center;
  margin-right: 15px;
  margin-top: 7px;
  margin-bottom: 8px;
}
.gallery .gallery-caption {
  font-style: italic;
}
.gallery dd {
  margin: 5px 0 0;
}
.wp-video {
  height: auto !important;
}
.mejs-container.mejs-video {
  height: auto !important;
}
.mejs-container.mejs-video .mejs-inner,
.mejs-container.mejs-video .mejs-mediaelement {
  position: relative !important;
}
/**
 * Comments
 ***************************************************************/
.comments-area {
  margin-bottom: 30px;
  padding-top: 30px;
  clear: both;
}
.comments-area .comments-title {
  margin-top: 0;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-form .form-submit {
  clear: both;
}
.comment-list {
  padding-left: 0;
  margin-bottom: 60px;
}
.comment-list ul.children {
  padding-left: 60px;
}
.comment-list li {
  list-style: none;
  position: relative;
  margin-top: 15px;
}
.comment-list li.bypostauthor > .comment-body {
  position: relative;
}
.comment-list li .comment-number {
  position: absolute;
  right: 0;
  color: #EEE;
  font-size: 48px;
  line-height: 1;
  top: 0;
  z-index: -1;
}
.comment-list .comment-meta .vcard img.avatar {
  width: 45px;
  height: auto;
  left: 0;
  top: 5px;
  position: absolute;
}
.comment-list li .comment-body {
  padding-left: 60px;
}
.comment-list li .comment-body .comment-author,
.comment-list li .comment-body .comment-metadata {
  display: inline-block;
  vertical-align: baseline;
}
.comment-list li.pingback .comment-body {
  padding-left: 0;
}
.comment-body {
  position: relative;
  padding-bottom: 15px;
}
.comment-body:before {
  content: '';
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.comment-metadata time *,
.comment-reply-edit * {
  font-size: 10px;
  text-transform: uppercase;
}
.comment-metadata time * i,
.comment-reply-edit * i {
  font-size: 12px !important;
}
.comment-metadata time *.comment-reply-link,
.comment-reply-edit *.comment-reply-link {
  margin-right: 15px;
}
.comment-meta cite {
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}
.comment-content {
  clear: both;
  margin-right: 45px;
}
.form-allowed-tags {
  margin-top: 15px;
}
.form-allowed-tags code {
  background: none;
  padding: 10px 0;
  font-size: 12px;
  clear: both;
  display: block;
  font-family: "Courier New", Courier, monospace;
  white-space: normal !important;
}
/**
 * Widgets
 ***************************************************************/
.widget {
  margin: 0 0 30px;
  position: relative;
  clear: both;
  /* Make sure select elements fit in widgets */
}
.widget:after {
  content: " ";
  display: table;
  clear: both;
}
.widget:first-child {
  padding-top: 0;
}
.widget:first-child:before {
  border-width: 0;
}
.widget select {
  max-width: 100%;
}
.widget ul li {
  list-style: none;
}
.widget ul li ul {
  margin-left: 15px;
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header ul li {
  display: inline-block;
  margin-right: 15px;
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header ul li:last-child {
  margin-right: 0;
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header.size-small {
  margin-bottom: 15px;
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header.size-small ul li {
  font-weight: bold;
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header.size-big ul li {
  font-weight: inherit;
}
.widget.yt-smart-tabby-widget .yt-smart-tabby-widget-content > div > ul > li,
.widget > ul > li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.widget.yt-smart-tabby-widget .yt-smart-tabby-widget-content > div > ul > li ul li,
.widget > ul > li ul li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.widget.widget_nav_menu ul li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.widget-title {
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
}
/* Core widget */
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/* Calendar widget */
.widget_calendar table {
  width: 100%;
  text-transform: uppercase;
}
.widget_calendar table caption {
  margin-bottom: 15px;
}
.widget_calendar table td,
.widget_calendar table th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
/**
 * Framework widgets
 *
 * Ads 125
 * Flickr
 *
 */
.yt-ads125-widget .yt-ads-space125-block,
.yt-flickr-widget .yt-flickr-content-wrapper > div {
  display: inline-block;
  padding: 0 15px 15px 0;
  max-width: 145px;
}
.yt-ads125-widget .yt-ads-space125-block {
  max-width: 50%;
}
.yt-fb-likebox {
  position: relative;
  overflow: hidden;
}
.yt-fb-likebox > iframe {
  max-width: 100%;
  width: 100%!important;
}
.yt-twitter-timelines-widget .tweet-time {
  font-size: 11px;
  text-transform: uppercase;
}
.yt-twitter-timelines-widget ul li {
  margin: 15px 0 0 0;
  padding: 0;
}
.yt-twitter-timelines-widget ul li:first-child {
  margin: 0;
}
.yt-twitter-profile-wrapper > * {
  overflow: hidden;
}
.yt-twitter-profile-wrapper .yt-twitter-profile-header img {
  margin-right: 15px;
  float: left;
  width: 48px;
  height: 48px;
}
.yt-twitter-profile-wrapper .yt-twitter-profile-header h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin: 5px 0;
}
.yt-twitter-profile-wrapper .yt-twitter-profile-body {
  font-style: italic;
  margin: 15px 0 0;
  padding: 10px 0;
  position: relative;
}
.yt-twitter-profile-wrapper .yt-twitter-profile-body:before {
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.yt-twitter-profile-footer > * {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 0 0 0;
}
.yt-twitter-profile-footer strong {
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.yt-mailchimp-subscription-form-content {
  position: relative;
}
.flickr_badge_image {
  display: inline-block;
  padding: 0 15px 15px 0;
  max-width: 145px;
}
/**
 * Plugin Compatibilities: Infinite Scroll
 */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination-nav,
.infinite-scroll .direction-nav,
.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;
}
.infinite-scroll #infinite-handle {
  clear: both;
  position: relative;
  z-index: 1;
}
.infinite-scroll #infinite-handle span {
  background: #FFF;
  border-radius: 0;
  font-size: inherit;
  font-size: 14px;
  padding: 6px 12px;
  display: block;
  text-align: center;
  color: #777777;
  position: relative;
  max-width: 120px;
  margin: 0 auto;
}
.infinite-scroll #infinite-handle span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.infinite-scroll .infinite-loader .spinner {
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
  clear: both;
}
/* Jetpack stats*/
img#wpstats {
  display: none;
  margin: 15px auto;
}
/* Jetpack Tiled Galleries*/
.gallery-row {
  margin-right: auto;
  margin-left: auto;
}
/**
 * Extra base columns
 */
.fullwidth,
.full-width,
.widefat {
  width: 100%;
  clear: both;
}
/**
 * Smooth scroll
 */
.smooth-scroller {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/**
 * Tabby tab
 */
.yt-tabby-tabs-content > * {
  display: none;
}
.yt-tabby-tabs-content > *.active {
  display: block;
}
.screen-reader-text {
  display: none;
}
#wpadminbar {
  -webkit-backface-visibility: hidden;
}
#wpadminbar * {
  -webkit-transform: translate3d(0, 0, 0);
}
[placeholder]::-webkit-input-placeholder {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
[placeholder] :-moz-placeholder {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
[placeholder]:focus:-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
[placeholder] ::-moz-placeholder {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
[placeholder] :-ms-input-placeholder {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
[placeholder]:focus:-ms-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
/**
 * Extra base columns
 */
.fullwidth,
.full-width,
.widefat {
  width: 100%;
  clear: both;
}
.yt-col-1-1, .yt-col-1-2, .yt-col-1-3, .yt-col-2-3, .yt-col-1-4, .yt-col-2-4, .yt-col-3-4, .yt-col-1-5, .yt-col-2-5, .yt-col-3-5, .yt-col-4-5, .yt-col-1-6, .yt-col-2-6, .yt-col-3-6, .yt-col-4-6, .yt-col-5-6 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
[class^="yt-col-"],
[class*=" yt-col-"] {
  width: 100%;
}
@media (min-width: 992px) {
  /* Two columns*/
  .yt-col-1-2 {
    width: 50%;
  }
  /* Three columns*/
  .yt-col-1-3 {
    width: 33.33333333%;
  }
  .yt-col-2-3 {
    width: 66.66666667%;
  }
  /* Four columns*/
  .yt-col-1-4 {
    width: 25%;
  }
  .yt-col-2-4 {
    width: 50%;
  }
  .yt-col-3-4 {
    width: 75%;
  }
  /* Five columns*/
  .yt-col-1-5 {
    width: 20%;
  }
  .yt-col-2-5 {
    width: 40%;
  }
  .yt-col-3-5 {
    width: 60%;
  }
  .yt-col-4-5 {
    width: 80%;
  }
  /* Six columns*/
  .yt-col-1-6 {
    width: 16.66666667%;
  }
  .yt-col-2-6 {
    width: 33.33333333%;
  }
  .yt-col-3-6 {
    width: 50%;
  }
  .yt-col-4-6 {
    width: 66.66666667%;
  }
  .yt-col-5-6 {
    width: 83.33333333%;
  }
  /* Six columns*/
}
/**
 * Clear helper
 */
@media (max-width: 767px) {
  .clear-left-xs {
    clear: left !important;
  }
  .clear-right-xs {
    clear: right !important;
  }
  .clear-xs {
    clear: both !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear-left-sm {
    clear: left !important;
  }
  .clear-right-sm {
    clear: right !important;
  }
  .clear-sm {
    clear: both !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear-left-md {
    clear: left !important;
  }
  .clear-right-md {
    clear: right !important;
  }
  .clear-md {
    clear: both !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .clear-left-lg {
    clear: left !important;
  }
  .clear-right-lg {
    clear: right !important;
  }
  .clear-lg {
    clear: both !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
/**
 * Blur
 */
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);
}
/**
 * Site modal box
 */
.site-modal {
  padding: 30px 15px;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 9;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.site-modal.active {
  z-index: 999999;
}
.site-modal .site-modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #FFF;
  z-index: 1;
}
.site-modal-inner {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  /* position: absolute; */
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.site-modal-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.site-modal-heading {
  margin-top: 0;
  line-height: 1.3;
}
.site-modal-content {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  background: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
  position: relative;
}
span.site-modal-close {
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  font-size: 18px;
  font-weight: auto;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  text-align: center;
  padding: 0;
  right: -16px;
  left: auto;
  top: -16px;
  position: absolute;
  color: #FFF;
  background-color: #333;
  font-weight: bold;
  cursor: pointer;
}
/**
 * Helpers
 */
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.visibility-hidden {
  visibility: hidden;
}
.visibility-visible {
  visibility: visible;
}
.hidden,
display-none {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-style: solid;
  border-color: #eeeeee;
}
.border-top {
  border-width: 1px 0 0 0;
}
.border-right {
  border-width: 0 1px 0 0;
}
.border-bottom {
  border-width: 0 0 1px 0;
}
.border-left {
  border-width: 0 0 0 1px;
}
/**
 * Divider
 */
.divider {
  display: block;
  clear: both;
  /*float:left;*/
  width: 100%;
  min-height: 0;
  max-height: 0;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.divider:before,
.divider:after {
  content: " ";
  display: table;
}
.divider:after {
  clear: both;
}
/**
 * List with seperator
 *
 */
.list-with-separator li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 1px 0 0;
  border-style: solid;
}
.list-with-separator li:first-child {
  border-width: 0;
}
.list-with-separator li ul {
  margin-top: 5px;
}
.list-with-separator li li:first-child {
  border-width: 1px 0 0;
}
/**
 * Bootstrap
 */
/**
 * Nav
 */
ul.nav.nav-tabs {
  margin-left: 0;
}
ul.nav.nav-tabs + .tab-content {
  overflow: hidden;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
  position: relative;
  z-index: 1;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
  margin-right: 20px;
  float: left;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right {
  border-left: 1px solid #ddd;
  margin-left: 20px;
  float: right;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
/**
 * Visual composer
 */
.yt-vc-column {
  margin-bottom: 30px;
}
.yt-vc-element {
  margin-bottom: 30px;
}
.yt-vc-element:last-child,
.yt-vc-element p:last-child {
  margin-bottom: 0;
}
.yt-vc-element-heading {
  margin-top: 0;
  clear: both;
  float: none !important;
}
* {
  -webkit-font-smoothing: subpixel-antialiased;
  outline-color: transparent;
}
.fa {
  vertical-align: middle;
}
img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
body {
  line-height: 1.75;
}
a[href] {
  transition: color linear 0.2s, opacity linear 0.2s, background-color linear 0.2s, border-color linear 0.2s;
  -webkit-transition: color linear 0.2s, opacity linear 0.2s, background-color linear 0.2s, border-color linear 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
blockquote {
  position: relative;
  font-size: inherit;
  padding: 15px 30px 15px 45px;
  border-width: 0;
  font-style: italic;
}
blockquote:before,
blockquote:after {
  font-style: normal;
  font-family: serif;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: -1;
  font-size: 64px;
  height: 32px;
  color: #000;
  opacity: 0.05;
  filter: alpha(opacity=5);
  pointer-events: none;
}
blockquote:before {
  content: '“';
  left: 0;
  top: 0;
}
blockquote:after {
  content: '”';
  right: 0;
  bottom: 0;
}
.form-control {
  min-height: 40px;
}
.btn {
  padding: 10px 15px;
}
[type="submit"],
[type="button"],
.btn {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.font-couriernew {
  font-family: "Courier", monospace;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 16px;
}
em {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
html select {
  background-color: #FFF;
  background-image: url("images/ui-select.svg") !important;
}
/**
 * Hot fix for iOS
 */
/**
 * Hot fix for mejs mediaelementjs
 */
.mejs-container {
  margin-bottom: 15px;
}
[data-parallax] {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
[data-parallax] > * {
  position: absolute;
  min-height: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.full-width-wrapper {
  width: 100%;
  clear: both;
}
.zigzag-border {
  position: relative;
}
.zigzag-border:before,
.zigzag-border:after {
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAgCAYAAABkWOo9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZtJREFUeNrsmM8rRFEUx68XipQkG2Yn5Q+wkY1YsGKBXhZmpSj5D2RjRfwLFiZlp+Q/wE52moUmGRY0TJMVj/F8j+6rl8Z7991fj7xTn82bO3c+c3v33HuOwxh7AodgBjSz9KMXLIF9cAHuwQt94Ie4Am5Kgn1gD3jfnAIaPjwC3RYlJ0D1B5dIUaIE+i1IToHXGMlIUeIW5AxKDoKagKTvxExEkgegxYAkzVkAnSKDHYExI2DDgCjNOZTkC74AH2BBo+Q0n9NPgPDAd7CoQXJOcPNIiwbsSqauDrAtsZLSokQFrIEeQcEVcCP5W180BbaSUQcn4AwU+R+gFesCA2AYjIF21fdFVdRaOOyPRCaaiWai/01UtUaq82RPXIJH/iyc8MdBmw5Z2SN0PcERugrKKkeo7UvJjo1Lia5rnhtRaSqL0irkNe4N19TFedPARt7SLXpqqLhrBeeionF59A7MgzcDoh6vw55VE/41GOW1vakocllPNo8eW27pTCZt6ZRSbpIV+GvWUDRoO87+orbjcqjt+EBtx08BBgAmwnQGoak+PQAAAABJRU5ErkJggg==");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 21px 16px;
  -webkit-mask-origin: content;
  background-color: inherit;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 8px;
}
.zigzag-border:before {
  z-index: 2;
}
.zigzag-border:after {
  background-color: #000;
  opacity: 0.07;
  filter: alpha(opacity=7.000000000000001);
  z-index: 1;
}
.zigzag-border-top:before {
  -webkit-mask-position: top center;
  top: -7px;
}
.zigzag-border-top:after {
  -webkit-mask-position: top center;
  top: -8px;
}
.zigzag-border-bottom:before {
  -webkit-mask-position: bottom center;
  bottom: -7px;
}
.zigzag-border-bottom:after {
  -webkit-mask-position: bottom center;
  bottom: -8px;
}
.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.5s infinite ease-in-out;
  animation: load7 1.5s infinite ease-in-out;
}
/*Preloader*/
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -0.75em;
  z-index: 9999999999;
}
.loader:before {
  left: -2.5em;
}
.loader:after {
  left: 2.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
    -webkit-box-shadow: 0 2.5em 0 -1.3em #ffffff;
    -moz-box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #ffffff;
    -webkit-box-shadow: 0 2.5em 0 0 #ffffff;
    -moz-box-shadow: 0 2.5em 0 0 #ffffff;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
    -webkit-box-shadow: 0 2.5em 0 -1.3em #ffffff;
    -moz-box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #ffffff;
    -webkit-box-shadow: 0 2.5em 0 0 #ffffff;
    -moz-box-shadow: 0 2.5em 0 0 #ffffff;
  }
}
/*FadeInUp*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInZoom {
  0% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes fadeInZoom {
  0% {
    -moz-transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  -webkit-animation-duration: 500ms;
  -moz-animation-name: fadeInZoom;
  -moz-animation-duration: 500ms;
  animation-name: fadeInZoom;
  animation-duration: 500ms;
}
#page {
  position: relative;
}
.inner-wrapper {
  position: relative;
  z-index: 2;
  background-color: #FFF;
}
/********************************************************
 * HEADER
 ********************************************************/
.site-header {
  position: relative;
  z-index: 5;
  height: 65px;
  display: table;
}
.site-header > .site-banner {
  left: 0;
  right: 0;
  top: 0;
  height: 65px;
  padding: 10px 0;
}
.site-header.sticky-header > .site-banner {
  position: fixed;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background-color: #FFF;
  z-index: 9999999999;
  opacity: 0.95 !important;
  filter: alpha(opacity=95) !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.onepage-mode .site-header.sticky-header > .site-banner .menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.onepage-mode .site-header .menu {
  opacity: 0;
  filter: alpha(opacity=0);
}
.site-banner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.site-banner .site-branding {
  display: inline-block;
  vertical-align: middle;
}
.site-banner.text-inverted .main-navigation .menu li a {
  color: #888;
}
.site-title {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.site-title img {
  height: 45px;
  width: auto;
}
.site-description {
  font-size: 13px;
  margin: 0;
  text-transform: none;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  font-style: italic;
  color: #aaa;
}
/**
 * Menu
 */
.main-navigation {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.main-navigation .menu {
  margin-left: -10px;
}
.main-navigation .menu li {
  display: inline-block;
  position: relative;
}
.main-navigation .menu li.menu-item-logo {
  transition: opacity linear 0.2s;
  -webkit-transition: opacity linear 0.2s;
  -moz-transition: opacity linear 0.2s;
}
.main-navigation .menu li a {
  display: inline-block;
  padding: 0 25px;
}
.main-navigation .menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  z-index: 2;
}
.main-navigation .menu li.menu-item-has-children > a .menu-item-indicator {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.main-navigation .menu li.menu-item-has-children .menu-item-has-children > a .menu-item-indicator {
  float: right;
  display: inline-block;
  vertical-align: middle;
  position: static;
}
.main-navigation .menu > li > a {
  height: 45px;
  line-height: 45px;
}
.main-navigation .menu > li > ul:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: -5px;
  left: 10px;
  background-color: inherit;
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 1;
  left: 50%;
  margin-left: -5px;
}
.main-navigation .menu > li:before {
  content: '';
  background-image: url('images/menu-active.png');
  transition: opacity linear 0.2s;
  -webkit-transition: opacity linear 0.2s;
  -moz-transition: opacity linear 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.main-navigation .menu > li.current-menu-item {
  position: relative;
}
.main-navigation .menu > li.current-menu-item:before {
  background-repeat: no-repeat;
  background-size: 31px 34px;
  width: 31px;
  height: 34px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -19px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .menu ul {
  text-align: left;
  visibility: hidden;
  position: absolute;
  min-width: 180px;
  max-width: 180px;
  left: 50%;
  top: 100%;
  margin-left: -90px;
  background: #FFF;
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: opacity linear .3s, transform ease .3s;
  -webkit-transition: opacity linear 0.3s, -webkit-transform ease 0.3s;
}
.main-navigation .menu ul li {
  display: block;
}
.main-navigation .menu ul li > *:not(ul) {
  padding: 8px 10px;
  display: block;
}
.main-navigation .menu ul li:before {
  border-top: 1px solid #EEE;
  content: '';
  display: block;
  height: 0;
  top: 0;
  left: 10px;
  right: 10px;
  position: absolute;
}
.main-navigation .menu ul li:first-child:before {
  display: none;
}
.main-navigation .menu ul ul {
  top: 0;
  left: 100%;
  margin-left: 0;
}
.site-audio-player {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 15px;
  width: 24px;
  height: 24px;
  display: block;
  color: #FFF;
  cursor: pointer;
}
.text-inverted .site-audio-player {
  color: #888;
}
.site-audio-player .sound-on {
  position: absolute;
  font-size: 14px;
  top: -4px;
  right: -7px;
  visibility: hidden;
  transition: opacity linear .2s;
  -webkit-transition: opacity linear .2s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.site-audio-player.is-playing .sound-on {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.site-audio-player .site-audio-player-controls {
  max-width: 100px;
  min-width: 100px;
  margin-left: -50px;
}
.site-audio-player .site-audio-player-controls span {
  display: inline-block;
  cursor: pointer;
  transition: opacity linear .2s;
  -webkit-transition: opacity linear .2s;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.site-audio-player .site-audio-player-controls span i {
  margin-right: 0;
}
.site-audio-player .site-audio-player-controls span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/********************************************************
 * MAIN
 ********************************************************/
.site-main {
  position: relative;
  z-index: 1;
}
/**
 * Hero Banner
 */
.hero-banner {
  background: #333;
  position: relative;
  margin-top: -75px;
  padding-top: 0;
  overflow: hidden;
}
.hero-banner .hero-banner-groom-area,
.hero-banner .hero-banner-bride-area {
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  padding-top: 100px;
}
.hero-banner .hero-banner-groom-area h3,
.hero-banner .hero-banner-bride-area h3 {
  line-height: 1.25;
  color: #FFF;
}
.hero-banner .hero-banner-groom-area h3 span.first-name,
.hero-banner .hero-banner-bride-area h3 span.first-name {
  font-size: 48px;
  font-size: 2em;
  font-weight: 100;
  display: block;
}
.hero-banner .hero-banner-groom-area h3 span.last-name,
.hero-banner .hero-banner-bride-area h3 span.last-name {
  letter-spacing: .3em;
}
.hero-banner .hero-banner-slider {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hero-banner .hero-banner-overlay-layer {
  top: 0;
  bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  left: 0;
  right: 0;
  display: table;
  min-height: inherit;
  height: inherit;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-banner .hero-banner-overlay-layer > * {
  display: table-cell;
  vertical-align: middle;
}
.hero-banner .hero-banner-ampersand {
  font-size: 2em;
  font-family: serif;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}
.hero-banner .hero-banner-timer {
  font-size: 110px;
  font-size: 7.85em;
  font-weight: 900;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  letter-spacing: .1em;
}
.hero-banner .hero-banner-timer .countdown-section {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.hero-banner .hero-banner-timer .countdown-label {
  font-size: 14px;
  font-weight: normal;
  font-family: "Courier New", monospace;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
  overflow: hidden;
}
.hero-banner .hero-banner-message {
  margin-top: 30px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.gradient-shadow-overlay {
  position: relative;
}
.gradient-shadow-overlay:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 245px;
  display: block;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/**
 * Page title
 */
.page-title-wrapper {
  margin-top: -120px;
  padding-top: 185px;
  text-align: center;
  position: relative;
}
.page-title-wrapper > * {
  position: relative;
  z-index: 2;
}
.page-title-wrapper [data-parallax] > * {
  height: 110% !important;
}
.page-title-wrapper .page-title-wrapper-bg {
  background-color: #363b3f;
}
.page-title-wrapper > .container {
  padding-top: 30px;
  background: url("images/title-deco-top.png") center top no-repeat;
  background-size: 84px 37px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.page-title-wrapper .page-title {
  font-size: 48px;
  color: #FFF;
  position: relative;
  padding: 0 50px;
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 20px;
}
.page-title-wrapper .page-title:before,
.page-title-wrapper .page-title:after {
  content: '';
  position: absolute;
  width: 106px;
  height: 40px;
  display: block;
  top: 50%;
  margin-top: -20px;
  background-size: 106px 40px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.page-title-wrapper .page-title:before {
  left: -100px;
  background-image: url("images/title-deco-left.png");
}
.page-title-wrapper .page-title:after {
  right: -100px;
  background-image: url("images/title-deco-right.png");
}
/**
 * Global sharing buttons
 */
.social-share-buttons {
  font-family: "Courier New", monospace;
}
.social-share-buttons i {
  margin: 0;
  vertical-align: middle;
}
.social-share-buttons label {
  margin: 0 0 0 10px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.social-share-buttons .counter {
  border: 1px solid #ddd;
  background-color: #FFF;
  margin-left: 8px;
}
.social-share-buttons > * {
  display: inline-block;
  margin-right: 15px;
  margin: 5px 8px;
}
.social-share-buttons > span,
.social-share-buttons > li > span {
  height: 100%;
  display: inline-block;
  padding: 0 8px;
  cursor: pointer;
  text-align: center;
  position: relative;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  transition: color linear 0.2s, background-color linear 0.2s, border-color linear 0.2s;
  -webkit-transition: color linear 0.2s, background-color linear 0.2s, border-color linear 0.2s;
}
.social-share-buttons.style-default > span,
.social-share-buttons.style-default > li > span {
  border: 1px solid #ddd;
  background-color: #FFF;
}
.social-share-buttons.style-default label {
  text-transform: uppercase;
}
.social-share-buttons.style-default [data-service]:hover * {
  color: #FFF;
}
.social-share-buttons.style-default .twitter i {
  color: #00aeef;
}
.social-share-buttons.style-default .twitter:hover {
  background-color: #00aeef;
  border-color: #00aeef;
}
.social-share-buttons.style-default .facebook i {
  color: #3b5998;
}
.social-share-buttons.style-default .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-share-buttons.style-default .google-plus i {
  color: #eb4026;
}
.social-share-buttons.style-default .google-plus:hover {
  background-color: #eb4026;
  border-color: #eb4026;
}
.social-share-buttons.style-default .pinterest i {
  color: #ca212a;
}
.social-share-buttons.style-default .pinterest:hover {
  background-color: #ca212a;
  border-color: #ca212a;
}
.social-share-buttons.style-default .tumblr i {
  color: #559fca;
}
.social-share-buttons.style-default .tumblr:hover {
  background-color: #559fca;
  border-color: #559fca;
}
.social-share-buttons.style-default .more i {
  color: #aaa;
}
.social-share-buttons.style-default .counter {
  padding: 0 5px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.social-share-buttons.style-default .counter:after {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: -4px;
  margin-top: -4px;
  top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.social-share-buttons.style-color label,
.social-share-buttons.style-color i {
  color: #FFF;
}
.social-share-buttons.style-color .twitter {
  background-color: #00aeef;
}
.social-share-buttons.style-color .facebook {
  background-color: #3b5998;
}
.social-share-buttons.style-color .google-plus {
  background-color: #eb4026;
}
.social-share-buttons.style-color .linkedin {
  background-color: #0074a1;
}
.social-share-buttons.style-color .tumblr {
  background-color: #559fca;
}
.social-share-buttons.style-color .pinterest {
  background-color: #ca212a;
}
.social-share-buttons.style-color .more {
  background-color: #EEE;
}
.social-share-buttons.style-color .more i {
  color: #aaa;
}
.social-share-buttons.style-outline > span,
.social-share-buttons.style-outline > li > span {
  border: 1px solid #ddd;
}
.social-share-buttons.size-large {
  margin-bottom: 5px;
}
.social-share-buttons.size-large > span,
.social-share-buttons.size-large > li > span {
  line-height: 32px;
  min-width: 32px;
}
.social-share-buttons.size-large i {
  font-size: 20px;
}
.social-share-buttons.size-small {
  font-size: 11px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.social-share-buttons.size-small > span,
.social-share-buttons.size-small > li > span {
  line-height: 22px;
  padding: 0 7px;
  min-width: 24px;
}
.social-share-buttons.size-small > span:not(.more):not(.counter),
.social-share-buttons.size-small > li > span:not(.more):not(.counter) {
  min-width: 84px;
}
.social-share-buttons.size-small i {
  font-size: 16px;
}
/**
 * Global search for blog pages
 */
.site-global-search {
  padding: 25px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #EEE;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.site-global-search form > * {
  display: inline-block;
}
.site-global-search form > *:not(:first-child) {
  margin-left: 10px;
}
.site-global-search form [type="search"].form-control {
  max-width: 280px;
}
.site-global-search form i {
  margin-left: 5px;
}
/**
 * Main content
 */
.content-area,
.widget-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.site-content > article.hentry,
.site-content > article.page {
  margin-bottom: 60px;
}
.site-content > article.hentry:first-child .entry-title,
.site-content > article.page:first-child .entry-title {
  margin-top: 0;
}
.onepage-mode .site-content > article.page .entry-thumbnail {
  display: none;
}
.site-content > article.hentry .entry-meta .entry-tags {
  text-transform: uppercase;
  font-size: 12px;
}
.site-content > article.hentry .entry-meta > span {
  text-transform: uppercase;
  font-size: 12px;
}
.site-content > article.hentry .entry-meta > span:first-child:before {
  display: none;
}
.site-content > article.hentry .entry-meta > span:before {
  content: '/';
  margin-right: 15px;
  margin-left: 15px;
  color: #000;
  font-family: "Georgia";
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.site-content > article.hentry .entry-meta > span i {
  color: #aaa;
  margin-right: 5px;
  font-size: 16px;
}
.single .site-content > article.hentry {
  margin-bottom: 30px;
}
.entry-content ol:not([class]),
.entry-content ul:not([class]) {
  margin-left: 45px;
  margin-bottom: 15px;
}
footer.entry-meta {
  text-align: center;
}
footer.entry-meta .edit-link {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
footer.entry-meta .edit-link * {
  margin: 0 10px;
}
/**
 * Timeline blog
 */
.blog.blog-style-timeline .content-area,
.archive.blog-style-timeline .content-area {
  position: relative;
}
.blog.blog-style-timeline .content-area:before,
.archive.blog-style-timeline .content-area:before {
  content: "";
  display: block !important;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  z-index: 1;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.blog.blog-style-timeline .site-content article.hentry,
.archive.blog-style-timeline .site-content article.hentry {
  z-index: 2;
  width: 50%;
  margin-bottom: 65px;
  position: relative;
}
.blog.blog-style-timeline .site-content article.hentry:first-child,
.archive.blog-style-timeline .site-content article.hentry:first-child {
  margin-top: 120px;
}
.blog.blog-style-timeline .site-content article.hentry:before,
.archive.blog-style-timeline .site-content article.hentry:before,
.blog.blog-style-timeline .site-content article.hentry:after,
.archive.blog-style-timeline .site-content article.hentry:after {
  content: '';
  display: block;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #FFF;
}
.blog.blog-style-timeline .site-content article.hentry:before,
.archive.blog-style-timeline .site-content article.hentry:before {
  top: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.blog.blog-style-timeline .site-content article.hentry:after,
.archive.blog-style-timeline .site-content article.hentry:after {
  top: auto;
  bottom: -5px;
  height: 6px;
  z-index: -2;
  border-width: 0 1px 1px 1px;
}
.blog.blog-style-timeline .site-content article.hentry.odd,
.archive.blog-style-timeline .site-content article.hentry.odd {
  float: left;
  clear: left;
  padding-right: 60px;
  padding: 30px 60px 30px 30px;
}
.blog.blog-style-timeline .site-content article.hentry.odd:before,
.archive.blog-style-timeline .site-content article.hentry.odd:before {
  right: 30px;
  left: 0;
}
.blog.blog-style-timeline .site-content article.hentry.odd:after,
.archive.blog-style-timeline .site-content article.hentry.odd:after {
  right: 35px;
  left: 5px;
}
.blog.blog-style-timeline .site-content article.hentry.odd .entry-header:before,
.archive.blog-style-timeline .site-content article.hentry.odd .entry-header:before {
  left: auto;
  right: 0;
  margin-right: -67px;
}
.blog.blog-style-timeline .site-content article.hentry.even,
.archive.blog-style-timeline .site-content article.hentry.even {
  float: right;
  clear: right;
  padding-left: 60px;
  padding: 30px 30px 30px 60px;
}
.blog.blog-style-timeline .site-content article.hentry.even:before,
.archive.blog-style-timeline .site-content article.hentry.even:before {
  left: 30px;
  right: 0;
}
.blog.blog-style-timeline .site-content article.hentry.even:after,
.archive.blog-style-timeline .site-content article.hentry.even:after {
  left: 35px;
  right: 5px;
}
.blog.blog-style-timeline .site-content article.hentry.even .entry-header:before,
.archive.blog-style-timeline .site-content article.hentry.even .entry-header:before {
  right: auto;
  left: 0;
  margin-left: -67px;
}
.blog.blog-style-timeline .site-content article.hentry.sticky,
.archive.blog-style-timeline .site-content article.hentry.sticky {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.blog.blog-style-timeline .site-content article.hentry.sticky:first-child,
.archive.blog-style-timeline .site-content article.hentry.sticky:first-child {
  margin-top: 15px;
}
.blog.blog-style-timeline .site-content article.hentry.sticky:before,
.archive.blog-style-timeline .site-content article.hentry.sticky:before {
  right: 0;
  left: 0;
}
.blog.blog-style-timeline .site-content article.hentry.sticky:after,
.archive.blog-style-timeline .site-content article.hentry.sticky:after {
  left: 5px;
  right: 5px;
}
.blog.layout-right-sidebar .site-content article.hentry.odd,
.archive.layout-right-sidebar .site-content article.hentry.odd,
.blog.layout-left-sidebar .site-content article.hentry.odd,
.archive.layout-left-sidebar .site-content article.hentry.odd,
.blog.layout-default .site-content article.hentry.odd,
.archive.layout-default .site-content article.hentry.odd {
  padding-right: 30px;
  padding: 30px 45px 30px 30px;
}
.blog.layout-right-sidebar .site-content article.hentry.odd:before,
.archive.layout-right-sidebar .site-content article.hentry.odd:before,
.blog.layout-left-sidebar .site-content article.hentry.odd:before,
.archive.layout-left-sidebar .site-content article.hentry.odd:before,
.blog.layout-default .site-content article.hentry.odd:before,
.archive.layout-default .site-content article.hentry.odd:before {
  right: 15px;
  left: 0;
}
.blog.layout-right-sidebar .site-content article.hentry.odd:after,
.archive.layout-right-sidebar .site-content article.hentry.odd:after,
.blog.layout-left-sidebar .site-content article.hentry.odd:after,
.archive.layout-left-sidebar .site-content article.hentry.odd:after,
.blog.layout-default .site-content article.hentry.odd:after,
.archive.layout-default .site-content article.hentry.odd:after {
  right: 35px;
  left: 5px;
}
.blog.layout-right-sidebar .site-content article.hentry.odd .entry-header:before,
.archive.layout-right-sidebar .site-content article.hentry.odd .entry-header:before,
.blog.layout-left-sidebar .site-content article.hentry.odd .entry-header:before,
.archive.layout-left-sidebar .site-content article.hentry.odd .entry-header:before,
.blog.layout-default .site-content article.hentry.odd .entry-header:before,
.archive.layout-default .site-content article.hentry.odd .entry-header:before {
  left: auto;
  right: 0;
  margin-right: -52px;
}
.blog.layout-right-sidebar .site-content article.hentry.even,
.archive.layout-right-sidebar .site-content article.hentry.even,
.blog.layout-left-sidebar .site-content article.hentry.even,
.archive.layout-left-sidebar .site-content article.hentry.even,
.blog.layout-default .site-content article.hentry.even,
.archive.layout-default .site-content article.hentry.even {
  padding-left: 30px;
  padding: 30px 30px 30px 45px;
}
.blog.layout-right-sidebar .site-content article.hentry.even:before,
.archive.layout-right-sidebar .site-content article.hentry.even:before,
.blog.layout-left-sidebar .site-content article.hentry.even:before,
.archive.layout-left-sidebar .site-content article.hentry.even:before,
.blog.layout-default .site-content article.hentry.even:before,
.archive.layout-default .site-content article.hentry.even:before {
  left: 15px;
  right: 0;
}
.blog.layout-right-sidebar .site-content article.hentry.even:after,
.archive.layout-right-sidebar .site-content article.hentry.even:after,
.blog.layout-left-sidebar .site-content article.hentry.even:after,
.archive.layout-left-sidebar .site-content article.hentry.even:after,
.blog.layout-default .site-content article.hentry.even:after,
.archive.layout-default .site-content article.hentry.even:after {
  left: 35px;
  right: 5px;
}
.blog.layout-right-sidebar .site-content article.hentry.even .entry-header:before,
.archive.layout-right-sidebar .site-content article.hentry.even .entry-header:before,
.blog.layout-left-sidebar .site-content article.hentry.even .entry-header:before,
.archive.layout-left-sidebar .site-content article.hentry.even .entry-header:before,
.blog.layout-default .site-content article.hentry.even .entry-header:before,
.archive.layout-default .site-content article.hentry.even .entry-header:before {
  right: auto;
  left: 0;
  margin-left: -67px;
}
/**
 * Comment area
 */
.comments-area {
  padding: 0;
}
.comment-list .comment-meta {
  margin-bottom: 10px;
}
.comment-list .comment-meta cite {
  font-size: 14px;
  text-transform: uppercase;
}
.comment-list .comment-meta time {
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
}
.comment-list .comment-meta .vcard img.avatar {
  width: 60px;
}
.comment-list li .comment-body {
  padding-left: 80px;
}
.comment-list i {
  margin-right: 5px;
}
/**
 * Posts/Pages navigation
 */
.direction-nav[role="navigation"] > * {
  width: 145px;
}
.pagination-nav[role="navigation"],
.direction-nav[role="navigation"] {
  position: relative;
  z-index: 1;
  text-align: center;
  clear: both;
}
.pagination-nav[role="navigation"] > *,
.direction-nav[role="navigation"] > * {
  display: inline-block;
  border: 1px solid #EEE;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 8px 15px;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #FFF;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px;
  text-align: center;
}
.neverending.blog .pagination-nav,
.neverending.blog .direction-nav,
.neverending.archive .pagination-nav,
.neverending.archive .direction-nav {
  display: none;
}
.single .pagination-nav,
.single .direction-nav {
  clear: both;
}
.single .pagination-nav > *,
.single .direction-nav > * {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
}
.single .pagination-nav > * .pager-title,
.single .direction-nav > * .pager-title {
  display: none;
}
/********************************************************
 * FOOTER
 ********************************************************/
/**
 * Couple Tweets
 */
.footer-couple-tweets {
  padding: 60px 0;
}
.yeahslider.couple-tweets-slider {
  max-width: 710px;
  margin: 0 auto;
}
.yeahslider.couple-tweets-slider i {
  margin-left: 10px;
  margin-right: 10px;
}
.yeahslider.couple-tweets-slider .yeahslider-control-nav {
  position: relative;
  bottom: -10px;
  margin: 10px auto;
}
.yeahslider.couple-tweets-slider .yeahslider-control-paging li a {
  width: 5px;
  height: 5px;
}
.yeahslider.couple-tweets-slider:hover .yeahslider-direction-nav li .nav-button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.yeahslider.couple-tweets-slider:hover .yeahslider-direction-nav li .yeahslider-prev {
  margin-left: -90px;
}
.yeahslider.couple-tweets-slider:hover .yeahslider-direction-nav li .yeahslider-next {
  margin-right: -90px;
}
.yeahslider.couple-tweets-slider .yeahslider-direction-nav li .nav-button {
  transition: color linear .2s, opacity linear .2s, transform linear .2s;
  -webkit-transition: color linear 0.2s, opacity linear 0.2s, -webkit-transform linear 0.2s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.yeahslider.couple-tweets-slider .yeahslider-direction-nav .yeahslider-prev {
  left: 50%;
  margin-left: -80px;
  top: 24px;
}
.yeahslider.couple-tweets-slider .yeahslider-direction-nav .yeahslider-next {
  right: 50%;
  margin-right: -80px;
  top: 24px;
}
.yeahslider.couple-tweets-slider .user-avatar {
  padding: 6px 0;
  display: inline-block;
  margin-bottom: 10px;
}
.yeahslider.couple-tweets-slider .user-avatar img {
  max-width: 56px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  margin: 0 auto;
}
.yeahslider.couple-tweets-slider .tweet-content {
  font-size: 16px;
}
.yeahslider.couple-tweets-slider .tweet-content a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: underline;
  font-style: italic;
}
.yeahslider.couple-tweets-slider .tweet-metadata {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  font-style: italic;
  margin-top: -5px;
  display: block;
}
/**
 * Footer Widgets
 */
.footer-widgets {
  padding: 60px 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-style: solid;
  border-width: 1px 0;
  border-color: #eee;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/**
 * Footer Info
 */
.footer-info {
  padding: 100px 0;
  text-align: center;
}
.footer-info .footer-message,
.footer-info .footer-credit {
  margin-top: 30px;
}
.footer-info .footer-social-media-links {
  position: relative;
  padding-top: 30px;
  margin-top: 20px;
}
.footer-info .footer-social-media-links:before {
  position: absolute;
  width: 80px;
  left: 50%;
  top: 0;
  margin-left: -40px;
  border-top: 1px solid #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  content: '';
}
.footer-info .footer-social-media-links i {
  font-size: 24px;
  margin: 0 12px;
}
.footer-info .footer-logo {
  max-width: 180px;
  margin-top: 0;
}
/********************************************************
* Widgets
********************************************************/
/**
 *Post list with thumbnail
 */
.post-list-with-thumbnail li {
  position: relative;
  padding-bottom: 15px;
  list-style: none;
}
.post-list-with-thumbnail li:before,
.post-list-with-thumbnail li:after {
  content: " ";
  display: table;
}
.post-list-with-thumbnail li:after {
  clear: both;
}
.post-list-with-thumbnail li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.post-list-with-thumbnail li a {
  display: block;
  font-weight: bold;
}
.post-list-with-thumbnail li a span.number {
  font-size: 250%;
  float: left;
  line-height: 1.1;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  font-weight: normal;
  transition: color linear .2s;
  -webkit-transition: color linear .2s;
}
.post-list-with-thumbnail li a span.number:before {
  content: '';
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  transform: rotateZ(15deg);
  -webkit-transform: rotateZ(15deg);
  -moz-transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
}
.post-list-with-thumbnail li .post-thumb {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
}
.post-list-with-thumbnail li .post-thumb .cat-tag {
  position: absolute;
  bottom: 10px;
  left: -10px;
  display: none;
}
.post-list-with-thumbnail li .post-thumb img {
  max-width: 100px;
}
.post-list-with-thumbnail li .post-thumb.large {
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 0;
  float: none;
}
.post-list-with-thumbnail li .post-thumb.large img {
  width: 100%;
  max-width: 100%;
}
.post-list-with-thumbnail li .entry-meta {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.post-list-with-thumbnail li.post-with-large-thumbnail {
  padding-bottom: 0;
}
.post-list-with-thumbnail li.post-with-large-thumbnail h2,
.post-list-with-thumbnail li.post-with-large-thumbnail h3,
.post-list-with-thumbnail li.post-with-large-thumbnail h4 {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}
.post-list-with-thumbnail.vertical {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.post-list-with-thumbnail.vertical li {
  padding-top: 10px;
  padding-bottom: 15px;
}
.post-list-with-thumbnail.vertical li.post-with-large-thumbnail {
  padding-top: 15px;
}
.post-list-with-thumbnail.vertical li:first-child {
  padding-top: 0;
}
.post-list-with-thumbnail.vertical li:before {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.post-list-with-thumbnail.vertical li:first-child:before {
  border-width: 0;
}
.post-list-with-format-icon .post-title:after {
  margin-left: 5px;
  content: '';
  font-family: "FontAwesome";
  color: #aaa !important;
}
.post-list-with-format-icon .format-video .post-title:after {
  content: '\f03d';
}
.post-list-with-format-icon .format-audio .post-title:after {
  content: '\f001';
}
.post-list-with-format-icon .format-gallery .post-title:after {
  content: '\f03e';
}
.post-list-with-format-icon .format-link .post-title:after {
  content: '\f0c1';
}
.post-list-with-format-icon .format-quote .post-title:after {
  content: '\f10d';
}
/********************************************************
 * 3rd Plugins Compatibility
 ********************************************************/
/**
 * VC Elements
 */
/**
 * Iconbox
 */
.yt-vc-iconbox .iconbox-heading {
  margin: 0;
}
.yt-vc-iconbox .iconbox-subline {
  margin-bottom: 10px;
  display: block;
}
.yt-vc-iconbox .iconbox-content {
  padding-top: 15px;
  overflow: hidden;
}
.yt-vc-iconbox .iconbox-image.img-circle {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
}
.yt-vc-iconbox.alignment-center {
  text-align: center;
}
.yt-vc-iconbox.alignment-center .iconbox-heading {
  margin: 15px 0 0 0;
}
.yt-vc-iconbox.alignment-center .iconbox-image {
  margin-bottom: 15px;
}
.yt-vc-iconbox.alignment-center .iconbox-content {
  clear: both;
  overflow: visible;
}
.yt-vc-iconbox.alignment-left .iconbox-subline {
  margin-bottom: 0;
}
.yt-vc-iconbox.alignment-left .iconbox-image {
  margin-right: 30px;
  float: left;
}
.yt-vc-iconbox.alignment-left .iconbox-image.img-circle {
  margin-top: 8px;
}
.yt-vc-iconbox.alignment-right .iconbox-subline {
  margin-bottom: 0;
}
.yt-vc-iconbox.alignment-right .iconbox-image {
  margin-left: 30px;
  float: right;
}
.yt-vc-iconbox.alignment-right .iconbox-image.img-circle {
  margin-top: 8px;
}
.yt-vc-iconbox.size-default .iconbox-image {
  max-width: 150px;
}
.yt-vc-iconbox.size-default .iconbox-subline {
  margin-bottom: 15px;
}
.yt-vc-iconbox.size-medium .iconbox-image {
  max-width: 100px;
}
.yt-vc-iconbox.size-small .iconbox-image {
  max-width: 64px;
}
/**
 * Timelines
 */
.yt-vc-timeline {
  position: relative;
  padding: 30px 0;
}
.yt-vc-timeline:before {
  content: "";
  display: block !important;
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  z-index: 1;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.yt-vc-timeline .yt-vc-timeline-item {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 15px;
}
.yt-vc-timeline .yt-vc-timeline-item:before {
  position: absolute;
  content: "";
  display: block !important;
  width: 14px;
  height: 14px;
  background-color: #333;
  top: 15px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
}
.yt-vc-timeline .yt-vc-timeline-item.position-left {
  clear: right;
  padding-right: 60px;
}
.yt-vc-timeline .yt-vc-timeline-item.position-left:before {
  right: 0;
  left: auto;
  margin-right: -7px;
}
.yt-vc-timeline .yt-vc-timeline-item.position-right {
  clear: left;
  padding-left: 60px;
}
.yt-vc-timeline .yt-vc-timeline-item.position-right:before {
  right: auto;
  left: 0;
  margin-left: -7px;
}
.yt-vc-timeline .yt-vc-timeline-item > *:first-child {
  margin-top: 0 !important;
}
.yt-vc-timeline .yt-vc-timeline-item .timeline-heading {
  margin: 0;
}
.yt-vc-timeline .yt-vc-timeline-item .timeline-subline {
  display: block;
  margin: 0;
}
.yt-vc-timeline .yt-vc-timeline-item .timeline-content {
  padding-top: 15px;
}
.yt-vc-timeline .yt-vc-timeline-item .timeline-content > p:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .yt-vc-timeline:before {
    left: 6px;
  }
  .yt-vc-timeline .yt-vc-timeline-item {
    width: auto;
    padding: 0 0 0 60px !important;
  }
  .yt-vc-timeline .yt-vc-timeline-item:before {
    left: 0 !important;
    right: auto !important;
    margin: 0 0 0 -1px !important;
  }
}
/**
 * divider
 */
.yt-vc-divider {
  position: relative;
  margin-bottom: 60px;
  margin-top: 30px;
  height: 1px;
  clear: both;
  pointer-events: none;
  z-index: 1 !important;
}
.yt-vc-divider.style-shadow-down > div.divider,
.yt-vc-divider.style-shadow-up > div.divider {
  border: none !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.yt-vc-divider.style-shadow-down > div.divider:before,
.yt-vc-divider.style-shadow-up > div.divider:before,
.yt-vc-divider.style-shadow-down > div.divider:after,
.yt-vc-divider.style-shadow-up > div.divider:after {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.yt-vc-divider.style-shadow-up > div.divider:before,
.yt-vc-divider.style-shadow-up > div.divider:after {
  bottom: 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 100%);
}
.yt-vc-divider.style-shadow-down > div.divider:before,
.yt-vc-divider.style-shadow-down > div.divider:after {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(1%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);
}
.yt-vc-divider.style-shadow-down > div.divider:before,
.yt-vc-divider.style-shadow-up > div.divider:before {
  height: 120px;
  opacity: .2;
}
.yt-vc-divider.style-shadow-down > div.divider:after,
.yt-vc-divider.style-shadow-up > div.divider:after {
  height: 5px;
  opacity: .5;
}
.yt-vc-divider > .divider {
  margin-bottom: 0;
  margin-top: 0;
}
/**
 * Gallery
 */
.yeahslider-gallery .go-to-fullscreen {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #FFF;
}
.yeahslider-gallery .go-to-fullscreen > i {
  margin-right: 0;
  color: #FFF;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.yeahslider-gallery .go-to-fullscreen:hover > i {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.yeahslider-gallery .go-to-fullscreen > [data-role="compress"] {
  display: none;
}
.is-fullscreen .yeahslider-gallery .go-to-fullscreen > [data-role="compress"] {
  display: block;
}
.yeahslider-gallery .go-to-fullscreen > [data-role="expand"] {
  display: block;
}
.is-fullscreen .yeahslider-gallery .go-to-fullscreen > [data-role="expand"] {
  display: none;
}
.yt-vc-gallery .slides > li {
  z-index: 1;
}
.yt-vc-gallery .slides > li div {
  transition: opacity linear .2s, transform linear .2s;
  -webkit-transition: opacity linear 0.2s, -webkit-transform linear 0.2s;
}
.yt-vc-gallery .slides > li.yeahslider-active-slide {
  overflow: hidden;
  z-index: 2;
}
.yt-vc-gallery.kenburn-effect .slides > li.yeahslider-active-slide img {
  transition: transform linear 24000ms;
  -webkit-transition: -webkit-transform linear 24000ms;
}
.yt-vc-gallery.kenburn-effect .slides > li.yeahslider-active-slide.kbe1 img {
  transform: scale(1.3) translate(-11.53846%, -11.53846%);
  -webkit-transform: scale(1.3) translate(-11.53846%, -11.53846%);
  -moz-transform: scale(1.3) translate(-11.53846%, -11.53846%);
  -ms-transform: scale(1.3) translate(-11.53846%, -11.53846%);
}
.yt-vc-gallery.kenburn-effect .slides > li.yeahslider-active-slide.kbe2 img {
  transform: scale(1.3) translate(-11.53846%, 11.53846%);
  -webkit-transform: scale(1.3) translate(-11.53846%, 11.53846%);
  -moz-transform: scale(1.3) translate(-11.53846%, 11.53846%);
  -ms-transform: scale(1.3) translate(-11.53846%, 11.53846%);
}
.yt-vc-gallery.kenburn-effect .slides > li.yeahslider-active-slide.kbe3 img {
  transform: scale(1.3) translate(11.53846%, -11.53846%);
  -webkit-transform: scale(1.3) translate(11.53846%, -11.53846%);
  -moz-transform: scale(1.3) translate(11.53846%, -11.53846%);
  -ms-transform: scale(1.3) translate(11.53846%, -11.53846%);
}
.yt-vc-gallery.kenburn-effect .slides > li.yeahslider-active-slide.kbe4 img {
  transform: scale(1.3) translate(11.53846%, 11.53846%);
  -webkit-transform: scale(1.3) translate(11.53846%, 11.53846%);
  -moz-transform: scale(1.3) translate(11.53846%, 11.53846%);
  -ms-transform: scale(1.3) translate(11.53846%, 11.53846%);
}
.yt-vc-gallery.kenburn-effect .slides > li.yeahslider-active-slide.kbe5 img {
  transform: scale(1.3) translate(0, 0);
  -webkit-transform: scale(1.3) translate(0, 0);
  -moz-transform: scale(1.3) translate(0, 0);
  -ms-transform: scale(1.3) translate(0, 0);
}
.yt-vc-gallery.animation-slide .slides > li.before-active > div,
.yt-vc-gallery.animation-slide .slides > li.after-active > div {
  opacity: .5;
}
.yt-vc-gallery.gallery-flexslider-3d .yeahslider-viewport {
  margin-right: -100%;
  margin-left: -100%;
  padding-left: 100%;
  padding-right: 100%;
}
.yt-vc-gallery.gallery-flexslider-3d .slides > li {
  -webkit-perspective: 500px;
  /* Chrome, Safari, Opera */
  -moz-perspective: 500px;
  perspective: 500px;
}
.yt-vc-gallery.gallery-flexslider-3d .slides > li.before-active > * {
  transform: scale(0.9) translateX(80px) translateZ(-120px) rotateY(30deg);
  -webkit-transform: scale(0.9) translateX(80px) translateZ(-120px) rotateY(30deg);
  -moz-transform: scale(0.9) translateX(80px) translateZ(-120px) rotateY(30deg);
  -ms-transform: scale(0.9) translateX(80px) translateZ(-120px) rotateY(30deg);
}
.yt-vc-gallery.gallery-flexslider-3d .slides > li.after-active > * {
  transform: scale(0.9) translateX(-80px) translateZ(-120px) rotateY(-30deg);
  -webkit-transform: scale(0.9) translateX(-80px) translateZ(-120px) rotateY(-30deg);
  -moz-transform: scale(0.9) translateX(-80px) translateZ(-120px) rotateY(-30deg);
  -ms-transform: scale(0.9) translateX(-80px) translateZ(-120px) rotateY(-30deg);
}
.yt-vc-gallery:hover .yeahslider-direction-nav a[href] {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.yt-vc-gallery .yeahslider-direction-nav .yeahslider-prev {
  margin-left: -96px;
  margin-top: -48px;
}
.yt-vc-gallery .yeahslider-direction-nav .yeahslider-next {
  margin-right: -96px;
  margin-top: -48px;
}
.yt-vc-gallery .yeahslider-direction-nav i {
  color: #aaa;
  font-size: 96px;
  margin-left: 0;
  margin-right: 0;
}
.yt-vc-gallery .yeahslider-direction-nav a[href] {
  color: #777;
  opacity: 0;
  filter: alpha(opacity=0);
}
.yt-vc-gallery .yeahslider-direction-nav a[href]:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.yeahslider.animation-fade {
  overflow: hidden;
}
.yeahslider.yeahslider-carousel-nav {
  margin-top: 20px;
  max-width: 580px;
  margin: 20px auto;
}
.yeahslider.yeahslider-carousel-nav .slides li {
  cursor: pointer;
  position: relative;
}
.yeahslider.yeahslider-carousel-nav .slides li .slide-num {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}
.yeahslider.yeahslider-carousel-nav .slides li img {
  max-width: 96px;
  margin: 0 auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity linear 0.3s;
  -webkit-transition: opacity linear 0.3s;
  -moz-transition: opacity linear 0.3s;
}
.yeahslider.yeahslider-carousel-nav .slides li.yeahslider-active-slide img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.yeahslider.yeahslider-carousel-nav:hover .yeahslider-direction-nav a[href] {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.yeahslider.yeahslider-carousel-nav .yeahslider-direction-nav .yeahslider-prev {
  margin-left: -20px;
  margin-top: -32px;
}
.yeahslider.yeahslider-carousel-nav .yeahslider-direction-nav .yeahslider-next {
  margin-right: -20px;
  margin-top: -32px;
}
.yeahslider.yeahslider-carousel-nav .yeahslider-direction-nav i {
  color: #aaa;
  font-size: 36px;
  margin-left: 0;
  margin-right: 0;
}
/**
 * Planning timeline
 */
.yt-vc-planning-timeline {
  overflow: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.yt-vc-planning-timeline > .yt-vc-planning-timeline-inner-wrapper {
  white-space: nowrap;
  position: relative;
  cursor: e-resize;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item {
  width: 130px;
  margin-right: 30px;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item > * {
  clear: both;
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item + .yt-vc-planning-timeline-item:last-child {
  margin-right: 0;
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item + .yt-vc-planning-timeline-item:last-child .planning-timeline-time:before {
  right: 0;
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item .planning-timeline-image {
  max-width: 96px;
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item .planning-timeline-time {
  display: block;
  position: relative;
  padding-top: 32px;
  margin-top: 30px;
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item .planning-timeline-time:before {
  content: '';
  border-top: 2px solid #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  top: 0;
  right: -30px;
  left: 0;
  position: absolute;
  display: block;
  height: 0;
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item .planning-timeline-time:after {
  content: '';
  border-left: 2px solid #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  width: 0;
  height: 16px;
  top: -7px;
  left: 50%;
  position: absolute;
  display: block;
  margin-left: -1px;
}
.yt-vc-planning-timeline .yt-vc-planning-timeline-item .planning-timeline-title {
  display: block;
  white-space: normal;
  margin-bottom: 0;
}
/**
 * Section
 */
.onepage-mode .content-area,
.onepage-mode .widget-area {
  padding-top: 0;
  padding-bottom: 0;
}
.onepage-mode .site-content article.page {
  margin-bottom: 0;
}
.onepage-mode .one-page-nav {
  position: fixed;
  top: 50%;
  margin-top: -53px;
  right: 0;
  z-index: 999999;
}
.onepage-mode .one-page-nav > a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 5px;
  background-color: #fff;
  color: #aaa;
  position: relative;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
}
.onepage-mode .one-page-nav > a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.onepage-mode .one-page-nav > a:hover {
  color: #555;
}
.onepage-mode .one-page-nav > a:hover:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.onepage-mode .one-page-nav > a i {
  font-size: 24px;
  margin: 0 auto;
}
.yt-vc-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.yt-vc-section > * {
  position: relative;
  z-index: 2;
}
.yt-vc-section .yt-vc-row:last-child {
  bottom: -30px;
  position: relative;
  margin-top: -30px;
}
/**
 * vc general css
 */
.compose-mode .vc_vc_row_inner {
  padding-top: 0;
}
.vc_editor .vc_yt_timeline_item {
  overflow: hidden;
}
.yt-vc-element-wrapper:before,
.yt-vc-element-wrapper:after {
  content: " ";
  display: table;
}
.yt-vc-element-wrapper:after {
  clear: both;
}
.yt-vc-element {
  z-index: 2;
  position: relative;
}
.yt-vc-element:before,
.yt-vc-element:after {
  content: " ";
  display: table;
}
.yt-vc-element:after {
  clear: both;
}
.yt-vc-element:last-child,
.yt-vc-element p:last-child {
  margin-bottom: 0;
}
.wpb_wrapper > *:last-child {
  margin-bottom: 0;
}
.wpb_row {
  margin-bottom: 0px;
}
.wpb_content_element {
  margin-bottom: 30px;
}
.container {
  max-width: 970px;
}
.iconbox-subline,
.timeline-subline,
.planning-timeline-time {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  color: #aaa;
}
/**
 * Contact form 7
 */
html div.wpcf7-response-output {
  border-width: 1px !important;
  margin-left: 0;
  margin-right: 0;
  padding: 1em;
}
.rsvp-form-row > * {
  margin-bottom: 30px;
}
.rsvp-form-row + .wpcf7-response-output {
  margin-top: 0;
}
.rsvp-form-row [type=submit] + .ajax-loader {
  display: none !important;
}
/********************************************************
 * RESPONSIVENESS
 ********************************************************/
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 991px and down) */
@media (max-width: 991px) {
  .main-menu-toggle {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
  }
  .main-menu-toggle > * {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 2px;
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
  }
  .main-menu-toggle > .bar1 {
    top: 5px;
  }
  .main-menu-toggle > .bar2 {
    top: 11px;
  }
  .main-menu-toggle > .bar3 {
    top: 17px;
  }
  .mobile-navigation {
    padding: 20px 0 15px;
    z-index: 15;
    width: 250px;
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow: auto;
    display: block;
    background-color: #222;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    transition: transform .45s ease, opacity .2s linear;
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.2s linear;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.2s linear;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.2s linear;
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
  }
  .mobile-navigation li.menu-item-gsearch {
    position: relative;
  }
  .mobile-navigation .main-menu-toggle {
    position: absolute;
    right: 10px;
    top: 20px;
    left: auto;
    display: block !important;
  }
  .mobile-navigation .main-menu-toggle > * {
    background-color: #FFF;
  }
  .mobile-navigation > div {
    padding: 20px;
  }
  .mobile-navigation .site-social-networks a {
    margin-right: 10px;
  }
  .mobile-navigation ul {
    padding: 0 20px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    text-transform: uppercase;
  }
  .mobile-navigation ul.menu {
    padding: 20px;
  }
  .mobile-navigation ul.menu:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-navigation ul li {
    list-style: none;
    white-space: nowrap;
    display: block;
  }
  .mobile-navigation ul li.menu-item-logo {
    margin-bottom: 30px;
  }
  .mobile-navigation ul li.menu-item-has-children > a:after {
    margin-left: 8px;
    right: 0;
    position: absolute;
  }
  .mobile-navigation ul li.lang-switcher a {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-navigation ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px 5px 0 ;
  }
  .mobile-navigation ul li a .menu-item-indicator {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .mobile-navigation ul li ul {
    display: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    padding-right: 0;
    margin-left: 15px;
  }
  .inner-wrapper {
    position: relative;
    background-color: #fff;
    z-index: 10;
  }
  .inner-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    z-index: 11;
    content: '';
    transition: opacity 0.45s linear;
    -webkit-transition: opacity 0.45s linear;
    -moz-transition: opacity 0.45s linear;
  }
  .active-mobile-menu {
    overflow: hidden;
    width: 100%;
  }
  .active-mobile-menu #page,
  .active-mobile-menu .inner-wrapper {
    overflow: hidden;
  }
  .active-mobile-menu .inner-wrapper:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
    pointer-events: initial;
  }
  .active-mobile-menu .main-menu-toggle {
    display: none;
  }
  .active-mobile-menu .main-menu-toggle > .bar1 {
    top: 11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    z-index: 2;
  }
  .active-mobile-menu .main-menu-toggle > .bar2 {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    z-index: 1;
  }
  .active-mobile-menu .main-menu-toggle > .bar3 {
    top: 11px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    z-index: 2;
  }
  .active-mobile-menu .mobile-navigation {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: initial;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .main-navigation .menu li {
    display: none;
  }
  .menu .menu-item-logo {
    display: inline-block !important;
  }
  .hero-banner {
    padding-bottom: 60px;
  }
  .hero-banner .hero-banner-groom-area,
  .hero-banner .hero-banner-bride-area {
    padding-top: 30px;
  }
  .hero-banner .hero-banner-groom-area h3,
  .hero-banner .hero-banner-bride-area h3 {
    margin-bottom: 0;
  }
  .hero-banner .hero-banner-groom-area h3 span.first-name,
  .hero-banner .hero-banner-bride-area h3 span.first-name {
    font-size: 36px;
    font-size: 1.5em;
  }
  .hero-banner .hero-banner-timer {
    font-size: 64px;
    font-size: 4.571em;
  }
}
/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {
  .hero-banner .hero-banner-image-area {
    margin-bottom: 15px;
  }
  .hero-banner .hero-banner-groom-area,
  .hero-banner .hero-banner-bride-area {
    padding-top: 0;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  }
  .blog.blog-style-timeline .site-content article.hentry,
  .archive.blog-style-timeline .site-content article.hentry {
    z-index: 2;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
    padding: 15px !important;
  }
  .blog.blog-style-timeline .site-content article.hentry:first-child,
  .archive.blog-style-timeline .site-content article.hentry:first-child {
    margin-top: 0;
  }
  .blog.blog-style-timeline .site-content article.hentry:before,
  .archive.blog-style-timeline .site-content article.hentry:before {
    right: 0 !important;
    left: 0 !important;
  }
  .blog.blog-style-timeline .site-content article.hentry:after,
  .archive.blog-style-timeline .site-content article.hentry:after {
    right: 5px !important;
    left: 5px !important;
  }
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-groom-area {
    text-align: right;
  }
  .hero-banner .hero-banner-bride-area {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .page-title-wrapper .page-title {
    padding-left: 0 30px;
  }
  .site-content article.hentry .entry-meta > span:before {
    margin-left: 10px;
    margin-right: 10px;
  }
  .hero-banner {
    padding-bottom: 60px;
  }
  .hero-banner .hero-banner-groom-area h3,
  .hero-banner .hero-banner-bride-area h3 {
    margin-bottom: 0;
  }
  .hero-banner .hero-banner-groom-area h3 span.first-name,
  .hero-banner .hero-banner-bride-area h3 span.first-name {
    font-size: 36px;
    font-size: 1.5em;
  }
  .hero-banner .hero-banner-timer {
    font-size: 36px;
    font-size: 2.58em;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  }
}
.main-navigation .menu li.lang-switcher img {
  margin-right: 5px;
}
.main-navigation .menu li.lang-switcher a {
  padding-left: 10px;
  padding-right: 10px;
}
