/*
* Author: Wisely Themes
* Author URI: http://themeforest.net/user/wiselythemes
* Theme Name: Lilac
* Tags: right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
*/

/* Table of Content
==================================================

	#Typography
	#General
	#Header
	#Navigation
	#Home
	#Our Story
	#Timeline
	#The Weddding
	#Wedding Location
	#Bridesmaids & Groomsmen
	#Wedding Gifts
	#Gallery
	#Blog
	#RSVP
	#Footer
	#PrettyPhoto
	#Media Queries */


/* #Typography
================================================== */

a:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    color: #7b6386;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 70px;
    font-family: 'Dancing Script', cursive;
}
h2 {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
h4 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
h5 {
    font-size: 12pt;
}

/* #General
================================================== */

html {
    overflow: auto;
}
body {
    padding: 0;
    height: 100%;
    color: #66686c;
    overflow: hidden;
    line-height: 25px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
::selection {
    background: #7b6386;
    color: #fff;
}
::-moz-selection {
    background: #7b6386;
    color: #fff;
}
.color {
    color: #7b6386;
}
.bg-color {
    background-color: #7b6386;
    color: #fff;
}
.bg-color::selection {
    background: #fff;
    color: #7b6386;
}
.bg-color::-moz-selection {
    background: #fff;
    color: #7b6386;
}
.bg-color-overlay {
  position: relative;

}
/*.bg-color-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #73627b;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}*/
.bg-color-overlay::selection {
  background: #fff;
  color: #7b6386;
}
.bg-color-overlay::-moz-selection {
  background: #fff;
  color: #7b6386;
}
.right {
    float: right;
}
.left {
    float: left;
}
a {
    color: #7b6386;
}
a:hover,
a:focus {
    color: #7b6386;
    text-decoration: none;
}
img {
    max-width: 100%;
}
input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}
#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    text-align: center;
}
#preloader img {
    display: block;
    margin: -90px auto 0 auto;
    position: relative;
    top: 46%;
	max-height:200px;
}
#preloader > div {
    text-align: center;
    display: block;
}
#preloader > div.heartbeat:not(:required):after,
#preloader > div.heartbeat:not(:required):before {
    background: #7b6386;
}
@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    14% {
        -webkit-transform: rotate(45deg) scale(1.3);
        -moz-transform: rotate(45deg) scale(1.3);
        -ms-transform: rotate(45deg) scale(1.3);
        -o-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3);
        -webkit-opacity: 0.85;
        -moz-opacity: 0.85;
        opacity: 0.85;
    }
    28% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    42% {
        -webkit-transform: rotate(45deg) scale(1.3);
        -moz-transform: rotate(45deg) scale(1.3);
        -ms-transform: rotate(45deg) scale(1.3);
        -o-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3);
        -webkit-opacity: 0.85;
        -moz-opacity: 0.85;
        opacity: 0.85;
    }
    70% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
}
@-moz-keyframes heartbeat {
    0% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    14% {
        -webkit-transform: rotate(45deg) scale(1.3);
        -moz-transform: rotate(45deg) scale(1.3);
        -ms-transform: rotate(45deg) scale(1.3);
        -o-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3);
        -webkit-opacity: 0.85;
        -moz-opacity: 0.85;
        opacity: 0.85;
    }
    28% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    42% {
        -webkit-transform: rotate(45deg) scale(1.3);
        -moz-transform: rotate(45deg) scale(1.3);
        -ms-transform: rotate(45deg) scale(1.3);
        -o-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3);
        -webkit-opacity: 0.85;
        -moz-opacity: 0.85;
        opacity: 0.85;
    }
    70% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
}
@-o-keyframes heartbeat {
    0% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    14% {
        -webkit-transform: rotate(45deg) scale(1.3);
        -moz-transform: rotate(45deg) scale(1.3);
        -ms-transform: rotate(45deg) scale(1.3);
        -o-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3);
        -webkit-opacity: 0.85;
        -moz-opacity: 0.85;
        opacity: 0.85;
    }
    28% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    42% {
        -webkit-transform: rotate(45deg) scale(1.3);
        -moz-transform: rotate(45deg) scale(1.3);
        -ms-transform: rotate(45deg) scale(1.3);
        -o-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3);
        -webkit-opacity: 0.85;
        -moz-opacity: 0.85;
        opacity: 0.85;
    }
    70% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
}
@keyframes heartbeat {
    0% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    14% {
        -webkit-transform: rotate(45deg) scale(1.3);
        -moz-transform: rotate(45deg) scale(1.3);
        -ms-transform: rotate(45deg) scale(1.3);
        -o-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3);
        -webkit-opacity: 0.85;
        -moz-opacity: 0.85;
        opacity: 0.85;
    }
    28% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
    42% {
        -webkit-transform: rotate(45deg) scale(1.3);
        -moz-transform: rotate(45deg) scale(1.3);
        -ms-transform: rotate(45deg) scale(1.3);
        -o-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3);
        -webkit-opacity: 0.85;
        -moz-opacity: 0.85;
        opacity: 0.85;
    }
    70% {
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
}
.heartbeat {
    font-weight: 100;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -18px auto 0 -18px;
    width: 36px;
    height: 36px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.heartbeat:not(:required) {
    -webkit-animation: heartbeat 1300ms ease 0s infinite normal;
    -khtml-animation: heartbeat 1300ms ease 0s infinite normal;
    -moz-animation: heartbeat 1300ms ease 0s infinite normal;
    -ms-animation: heartbeat 1300ms ease 0s infinite normal;
    -o-animation: heartbeat 1300ms ease 0s infinite normal;
    animation: heartbeat 1300ms ease 0s infinite normal;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.heartbeat:not(:required):after,
.heartbeat:not(:required):before {
    position: absolute;
    content: "";
    background: #fff;
}
.heartbeat:not(:required):before {
    top: 12px;
    left: 0;
    width: 36px;
    height: 24px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
}
.heartbeat:not(:required):after {
    top: 0;
    left: 12px;
    width: 24px;
    height: 13px;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
    z-index: 99;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
}
#wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: transparent;
    content: '';
    z-index: 1002;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#wrapper.open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}
#wrapper.open::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
section {
    position: relative;
    padding: 70px 0;
    background-color: #ffffff;
    z-index: 0;
}
.wrap-section .container_full .vc_col-sm-12 {
    padding: 0px;
}
.section-title {
    float: none;
    text-align: center;
    position: relative;
    margin: 0 auto 80px;
    padding-bottom: 21px;
}
.widget{
	margin-bottom:60px;
}
.widget .section-title::before {
    height: 0;
}
.widgettitle {
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
    margin: 50px 0 30px;
    padding: 0 0 20px;
    position: relative;
}
.widgettitle::before {
    background-color: #7b6386;
    bottom: -3px;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    width: 22%;
}
.widgettitle:hover::before {
    width: 32%;
}
.section-title::before {
    content: "";
    width: 24%;
    height: 1px;
    background-color: #7b6386;
    position: absolute;
    bottom: 0;
    left: 38%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.section-title::after {
    content: "";
    width: 10%;
    height: 3px;
    background-color: #7b6386;
    position: absolute;
    bottom: -1px;
    left: 45%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
h2.section-title {
	margin-bottom:60px;
}
.section-desc {
    clear: both;
    margin-bottom: 60px !important;
    text-align: center;
	font-size:18px;
	line-height:28px;
}
.bg-color,
.bg-color-overlay {
    color: #fff;
}
.bg-color .section-title,
.bg-color-overlay .section-title {
    color: #fff;
}
.bg-color .section-title::before,
.bg-color-overlay .section-title::before,
.bg-color .section-title::after,
.bg-color-overlay .section-title::after {
    background-color: #fff;
}
.bg-color h1,
.bg-color-overlay h1,
.bg-color h2,
.bg-color-overlay h2,
.bg-color h3,
.bg-color-overlay h3,
.bg-color h4,
.bg-color-overlay h4,
.bg-color h5,
.bg-color-overlay h5 {
    color: #fff;
}
.center {
    float: none;
    text-align: center;
    margin: 0 auto;
}
.btn {
    padding: 6px 13px;
    font-size: 20pt;
    border: 3px solid transparent;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn i {
    margin-right: 10px;
}
.btn:focus {
    outline: none;
}
.btn:hover,
.btn:focus {
    color: #000;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: none !important;
    box-shadow: none;
}
.btn-small {
    font-size: 12pt;
    padding: 7px 15px;
    border-width: 2px;
}
.btn-default,
.btn-default:focus,
.btn-default.focus {
    color: rgba(123, 99, 134, 0.65);
    background-color: transparent;
    border-color: rgba(123, 99, 134, 0.65);
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #7b6386;
    background-color: transparent;
    border-color: #7b6386;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default2,
.btn-default2:focus,
.btn-default2.focus {
    color: rgba(255, 255, 255, 0.65);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.65);
}
.btn-default2:hover,
.btn-default2:active,
.btn-default2.active,
.open > .dropdown-toggle.btn-default2 {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}
.btn-default2.disabled,
.btn-default2[disabled],
fieldset[disabled] .btn-default2,
.btn-default2.disabled:hover,
.btn-default2[disabled]:hover,
fieldset[disabled] .btn-default2:hover,
.btn-default2.disabled:focus,
.btn-default2[disabled]:focus,
fieldset[disabled] .btn-default2:focus,
.btn-default2.disabled.focus,
.btn-default2[disabled].focus,
fieldset[disabled] .btn-default2.focus,
.btn-default2.disabled:active,
.btn-default2[disabled]:active,
fieldset[disabled] .btn-default2:active,
.btn-default2.disabled.active,
.btn-default2[disabled].active,
fieldset[disabled] .btn-default2.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-color,
.btn-color:focus,
.btn-color.focus {
    color: rgba(255, 255, 255, 0.65);
    background-color: #7b6386;
    border-color: rgba(255, 255, 255, 0.65);
}
.btn-color:hover,
.btn-color:active,
.btn-color.active,
.open > .dropdown-toggle.btn-color {
    color: #fff;
    background-color: #7b6386;
    border-color: #fff;
}
.btn-color:active,
.btn-color.active,
.open > .dropdown-toggle.btn-color {
    background-image: none;
}
.btn-color.disabled,
.btn-color[disabled],
fieldset[disabled] .btn-color,
.btn-color.disabled:hover,
.btn-color[disabled]:hover,
fieldset[disabled] .btn-color:hover,
.btn-color.disabled:focus,
.btn-color[disabled]:focus,
fieldset[disabled] .btn-color:focus,
.btn-color.disabled.focus,
.btn-color[disabled].focus,
fieldset[disabled] .btn-color.focus,
.btn-color.disabled:active,
.btn-color[disabled]:active,
fieldset[disabled] .btn-color:active,
.btn-color.disabled.active,
.btn-color[disabled].active,
fieldset[disabled] .btn-color.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #fff !important;
    background-color: #da4f49 !important;
    border-color: inherit !important;
}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff !important;
    background-color: #5bb75b !important;
    border-color: inherit !important;
}
.btn.ribbon {
    padding: 5px 16px;
    margin: 0 34px;
    position: relative;
    color: rgba(123, 99, 134, 0.65);
    text-align: center;
    background: #fff;
    display: inline-block;
    font-size: 25px;
    line-height: 28pt;
    border-color: #7b6386;
}
.btn.ribbon::before,
.btn.ribbon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    z-index: -1;
    font-family: "lilac" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44pt;
    color: #7b6386;
}
.btn.ribbon::before {
    content: "e";
    left: -39px;
}
.btn.ribbon::after {
    content: "f";
    right: -39px;
}
.btn.ribbon i,
.btn.ribbon .icon,
.btn.ribbon .fa {
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px;
	font-size:30px;
}
.btn.ribbon .fa {
    font-size: 18pt;
    top: -5px;
}
.btn.ribbon .icon {
    margin-top: -4px;
	vertical-align:unset;
    width: auto;
}
.btn.ribbon:hover {
    color: #7b6386;
}
.btn.ribbon.btn-color {
    background: #7b6386;
    border-color: #fff;
    color: rgba(255, 255, 255, 0.65);
}
.btn.ribbon.btn-color::before,
.btn.ribbon.btn-color::after {
    color: #7b6386;
}
.btn.ribbon.btn-color::before {
    content: "g";
}
.btn.ribbon.btn-color::after {
    content: "h";
}
.btn.ribbon.btn-color:hover {
    color: #fff;
}
.bg-color .btn.ribbon.btn-color,
.bg-color-overlay .btn.ribbon.btn-color {
	background:transparent !important;
    border-color: #fff;
    color: rgba(255, 255, 255, 0.65);
}
.bg-color .btn.ribbon.btn-color::before,
.bg-color-overlay .btn.ribbon.btn-color::before,
.bg-color .btn.ribbon.btn-color::after,
.bg-color-overlay .btn.ribbon.btn-color::after {
    color: #fff;
}
.bg-color .btn.ribbon.btn-color::before,
.bg-color-overlay .btn.ribbon.btn-color::before {
    content: "e";
    left: -38px;
}
.bg-color .btn.ribbon.btn-color::after,
.bg-color-overlay .btn.ribbon.btn-color::after {
    content: "f";
    right: -38px;
}
.bg-color .btn.ribbon.btn-color:hover,
.bg-color-overlay .btn.ribbon.btn-color:hover {
    color: #fff;
}
.btn.ribbon.disabled,
.btn.ribbon[disabled],
fieldset[disabled] .btn.ribbon,
.btn.ribbon.disabled:hover,
.btn.ribbon[disabled]:hover,
fieldset[disabled] .btn.ribbon:hover,
.btn.ribbon.disabled:focus,
.btn.ribbon[disabled]:focus,
fieldset[disabled] .btn.ribbon:focus,
.btn.ribbon.disabled.focus,
.btn.ribbon[disabled].focus,
fieldset[disabled] .btn.ribbon.focus,
.btn.ribbon.disabled:active,
.btn.ribbon[disabled]:active,
fieldset[disabled] .btn.ribbon:active,
.btn.ribbon.disabled.active,
.btn.ribbon[disabled].active,
fieldset[disabled] .btn.ribbon.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.animate-fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animate-from-top {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animate-from-bottom {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animate-from-left {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animate-from-right {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animation-fade {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.animation-from-bottom,
.animation-from-top {
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.animation-from-left,
.animation-from-right {
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.parallax {
    position: relative;
    overflow: hidden;
    background-position: center center;
    /*background-attachment: fixed;*/
}
/*.parallax::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #73627b;
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.parallax::selection {
    background: #fff;
    color: #7b6386;
}
.parallax::-moz-selection {
    background: #fff;
    color: #7b6386;
}*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    /* display none until init */
    
    position: relative;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-dot,
.owl-controls .owl-nav div {
    cursor: pointer;
}
.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/* Styling Next and Prev buttons */

.owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -32px;
    background: #fff;
    width: 33px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 3px solid #7b6386;
}
.owl-controls .owl-nav div {
    color: #7b6386;
    zoom: 1;
    font-size: 12px;
    padding: 8px 12px 8px 9px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.owl-controls .owl-nav div.owl-prev {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.owl-controls .owl-nav div.owl-prev:before {
    content: "\f053";
}
.owl-controls .owl-nav div.owl-next:before {
    content: "\f054";
}
.owl-controls .owl-nav div.owl-prev:hover,
.owl-controls .owl-nav div.owl-next:hover {
    background-color: #7b6386;
    color: #fff;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-controls.clickable .owl-nav div:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/

.owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    /* *display: inline;*/
}
.owl-controls .owl-dot span {
    display: block;
    width: 17px;
    height: 17px;
    margin: 5px 6px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #7b6386;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span {
    background: rgba(123, 99, 134, 0.7);
}
.bg-color .owl-controls .owl-dot span,
.bg-color-overlay .owl-controls .owl-dot span {
    background: rgba(123, 99, 134, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.bg-color .owl-controls .owl-dot.active span,
.bg-color-overlay .owl-controls .owl-dot.active span,
.bg-color .owl-controls .owl-dot:hover span,
.bg-color-overlay .owl-controls .owl-dot:hover span {
    background: rgba(123, 99, 134, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.8);
}
/* If PaginationNumbers is true */

.owl-controls .owl-dot span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}
.owl-hidden{
	height:0px;
	margin-top:0;
	margin-bottom:0;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.pattern {
    background-image: url('../images/pattern.png');
}
.divider-bottom-1 {
    padding-bottom: 290px !important;
}
.divider-bottom-1::after {
    content: "";
    width: 100%;
    height: 241px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: top center;
    background-image: url('../images/divider_1.png');
    z-index: 0;
}
.divider-bottom-2 {
    padding-bottom: 485px;
}
.divider-bottom-2::after {
    content: "";
    width: 100%;
    height: 782px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: top center;
    background-image: url('../images/divider_2.png');
    z-index: -1;
}
.divider-bottom-2.divider-bg-color::after {
    background-color: #7b6386;
}
.divider-bottom-2.divider-pattern::before {
    content: "";
    width: 100%;
    height: 782px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat;
    background-position: top center;
    background-image: url('../images/pattern.png');
    z-index: -1;
}
.divider-bottom-2.divider-pattern.divider-bg-color::after {
	background-color: transparent;
}
.divider-bottom-2.divider-pattern.divider-bg-color::before {
  background-color: #7b6386;
}
.divider-bottom-3::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: top center;
    background-image: url('../images/divider_3.png');
    z-index: 1;
}
.divider-top-1::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: top center;
    background-image: url('../images/divider_4.png');
}
.divider-top-1.bg-color-overlay::before {
    height: 100% !important;
}
.divider-top-2 {
    padding-top: 240px !important;
}
.divider-top-2::before {
    content: "";
    width: 100%;
    height: 241px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: top center;
    background-image: url('../images/divider_5.png');
    z-index: 0;
}
.divider-bottom-3 .wpb_row{
	margin-bottom:0;
}


/* #Header
================================================== */

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.nav-section {
    padding: 0;
    height: 80px;
    background: none repeat scroll 0 0 #ffffff;
    text-align: center;
    border-bottom: 1px solid #e3e7eb;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.nav-section .nav-logo {
    float: left;
    margin-top: 10px;
}
.nav-section .nav-logo img {
    height: 60px;
}
/* #Navigation

================================================== */

.navbar {
    float: right;
    margin: 0px 30px 0 0;
    min-height: 0;
    border: none;
}
.navbar-nav > li > a {
    padding: 0 15px;
    display: block;
    color: #66686c;
    line-height: 80px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16pt;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
    background-color: transparent;
    color: #7b6386;
}
.navbar-nav > li.dropdown > a .caret {
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid;
    margin-left: 10px;
}
.navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.94);
    text-align: center;
    padding: 0;
    border: none;
    display: none;
    font-size: 14pt;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    left: 50%;
    margin-left: -80px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.navbar-nav .open > .dropdown-menu,
.navbar-nav .dropdown-menu:hover {
    display: block;
}
.navbar-nav .dropdown-menu > li > a {
    display: block;
    line-height: 1;
    padding: 12px;
    font-family: 'Open Sans Condensed', sans-serif !important;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-nav .dropdown-menu > li > a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 86%;
    left: 7%;
    bottom: 0;
    background-color: #e2e7ec;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li.active > a {
    background-color: #fff;
    color: #7b6386;
}
.navbar-nav .dropdown-submenu {
    position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    /*display:block !important;*/
    
    max-height: 0;
    overflow: hidden;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    max-height: 500px;
    overflow: visible;
}
.navbar-nav .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #66686c;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px;
}
.navbar-nav .dropdown-submenu:hover > a:after {
    border-left-color: #7b6386;
}
.navbar-nav .dropdown-submenu .pull-left {
    float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
#nav-mobile-btn {
    background-color: #7b6386;
    border: 0;
    color: #fff;
    font-size: 28px;
    width: 40px;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    float: right;
    margin-top: 19px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#nav-mobile-btn:active,
#nav-mobile-btn:hover {
    background-color: #897491;
}
.nav-mobile {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #F7F8FA;
    padding: 15px;
    overflow: auto;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-mobile > i {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav-mobile > i:hover,
.nav-mobile > i:active {
    color: #4e5153;
    background-color: #f1f3f6;
}
.nav-mobile h2 {
    text-align: center;
    margin: 10px 0 25px;
    color: #4d4f52;
}
.nav-mobile h2 i {
    margin-right: 10px;
}
.nav-mobile a {
    color: #66686c;
}
.nav-mobile a:hover {
    color: #7b6386;
    text-decoration: none;
}
.nav-mobile a:focus {
    text-decoration: none;
}
.nav-mobile ul {
    list-style: none;
}
.nav-mobile > ul {
    padding: 0 0 20px;
}
.nav-mobile > ul li {
    margin-bottom: 10px;
}
.nav-mobile > ul li > a {
    margin-bottom: 10px;
    display: block;
}
.nav-mobile > ul > li {
    margin-bottom: 20px;
    padding-left: 10px;
}
.nav-mobile > ul ul {
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-mobile::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nav-mobile.open {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.nav-mobile.open::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.stuck #mobile-nav {
    margin-right: 10%;
}
/* #Home

================================================== */

#home {
    position: relative;
    padding-bottom: 0px;
    min-height: 200px;
    background: transparent;
    padding-top: 200px;
    text-align: center;
}
#home::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #73627b;
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.hero-title {
    color: #fff;
    font-family: 'Dancing Script', cursive;
    font-size: 90pt;
    font-weight: bold;
    margin-bottom: 90px;
    position: relative;
    min-height: 55px;
}
.hero-title small {
    font-size: 36pt;
}
.hero-title span:first-child:before {
    content: "c";
    font-family: "lilac" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -122px;
    top: -40px;
}
.hero-title span:last-child:after {
    content: "d";
    font-family: "lilac" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -122px;
    top: -40px;
}
.hero-divider {
    width: 40%;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.hero-divider:after {
    content: "";
    width: 40%;
    height: 5px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: -16px;
}
.hero-subtitle {
    color: #fff;
    font-size: 62pt;
    font-family: 'Open Sans Condensed', sans-serif;
    min-height: 55px;
    text-transform: uppercase;
    margin-top: 68px;
}
.hero-text {
    color: #fff;
    font-size: 32pt;
    font-family: 'Dancing Script', cursive;
    min-height: 64px;
    line-height: 1;
    margin-bottom: 10px;
}
#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(../images/progress.gif) no-repeat center center;
}
#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
    padding: 0;
    max-width: none;
    -webkit-backface-visibility: hidden;
}
#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
    max-width: none;
}
#supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
}
/*Speed*/

#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}
/*Quality*/

#supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}
#supersized a {
    width: 100%;
    height: 100%;
    display: block;
}
#supersized li.prevslide {
    z-index: -20;
}
#supersized li.activeslide {
    z-index: -10;
}
#supersized li.image-loading {
    background: #111111 url(../images/progress.gif) no-repeat center center;
    width: 100%;
    height: 100%;
}
#supersized li.image-loading img {
    visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
    display: inline;
}
.countdown {
    margin-bottom: 30px;
}
.countdown > div {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 0 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.countdown > div:last-child {
    border-right: none;
}
.countdown > div > span {
    font-size: 17pt;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
}
.countdown > div > div {
    font-size: 67pt;
}
.countdown .end {
    font-size: 24pt;
}
.free-wall {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
    padding: 0;
    max-width: none;
    -webkit-backface-visibility: hidden;
}
.free-wall .item {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
    float: left;
    overflow: hidden;
    height: 33.3333%;
}
.free-wall .item img {
    height: 100%;
    width: 100%;
    visibility: hidden;
}
.free-wall .item[data-state="init"] {
    display: none;
}
.free-wall .item[data-state="start"] {
    display: block;
    animation: start 0.5s;
    -webkit-animation: start 0.5s;
}
.free-wall .item[data-state="move"] {
    transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
    -webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}
/* #OUR STORY

================================================== */

.story-elem {
    position: relative;
    margin-top: 50px;
}
.story-elem .image {
    position: relative;
    width: 100%;
}
.story-elem .image img {
    width: 100%;
}
.story-elem .image .hover-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0px solid transparent;
    background-color: rgba(123, 99, 134, 0.7);
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.story-elem .image .hover-info .sn-icons {
    float: none;
    position: relative;
    top: 50%;
    margin-top: -23px;
    padding: 0;
}
.story-elem .image .hover-info .sn-icons a {
    color: #fff !important;
    border-color: #fff;
}
.story-elem .image:hover .hover-info {
    border-width: 15px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.story-elem h3 {
    padding: 15px 0 20px;
    margin: 15px 4% 10px;
    position: relative;
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
}
.story-elem h3::after {
    content: "";
    width: 22%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #7b6386;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.story-elem h3 small {
    display: block;
    color: #7b6386;
    font-size: 25px;
	margin-top:10px;
}
.story-elem:hover h3::after {
    width: 32%;
}
.story-content {
    padding: 30px 4% 25px;
    width: 100%;
}
.balloon-left,
.balloon-right {
    position: absolute;
    top: -32px;
    left: -88px;
    font-family: 'Dancing Script', cursive;
    font-size: 50pt;
    color: #fff;
    z-index: 1;
    padding: 60px 30px;
}
.balloon-left::before,
.balloon-right::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -5px;
    width: 100%;
    height: 100%;
    background: #7b6386;
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.balloon-left::after,
.balloon-right::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 44px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid inset inset inset;
    border-width: 80px 16px 0 16px;
    border-color: #7b6386 transparent transparent transparent;
    line-height: 0px;
    _border-color: #7b6386 #000000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.balloon-right {
    left: auto;
    right: -88px;
}
.balloon-right::before {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}
.balloon-right::after {
    bottom: -20px;
    right: auto;
    left: 80px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}
.quote-fullwidth {
    font-size: 38pt;
    line-height: 38pt;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-family: 'Dancing Script', cursive;
}
/* #Timeline

================================================== */

.timeline {
    position: relative;
    padding-top: 20px;
}
.timeline::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #7b6386;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    clear: both;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -ms-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}
.timeline::after {
    content: "";
    display: table;
    clear: both;
}
.timeline .year {
    clear: both;
    padding: 89px 0 67px;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.timeline .year .ribbon {
    padding: 5px 16px;
    margin: 0;
    position: relative;
    color: #7b6386;
    text-align: center;
    background: #fff;
    display: inline-block;
    font-size: 28pt;
    line-height: 28pt;
    font-family: 'Open Sans Condensed', sans-serif;
    border: 3px solid #7b6386;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.timeline .year .ribbon::before,
.timeline .year .ribbon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    z-index: -1;
    font-family: "lilac" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44pt;
}
.timeline .year .ribbon::before {
    content: "e";
    left: -38px;
}
.timeline .year .ribbon::after {
    content: "f";
    right: -38px;
}
.timeline .event_left,
.timeline .event_right {
    clear: left;
    float: left;
    margin: 20px 0;
    width: 50%;
    position: relative;
    z-index: 1;
}
.timeline .event_left::before,
.timeline .event_right::before {
    content: "";
    position: absolute;
    background-color: #7b6386;
    display: block;
    width: 70px;
    height: 3px;
    top: 50px;
    right: 0px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.timeline .event_left::after,
.timeline .event_right::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 38px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(123, 99, 134, 0.5);
    box-sizing: border-box;
    display: block;
    height: 25px;
    width: 25px;
    z-index: 1;
    -webkit-transition: border-color 0.3s linear;
    -moz-transition: border-color 0.3s linear;
    -ms-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
}
.timeline .event_left .event_panel,
.timeline .event_right .event_panel {
    border: 3px solid rgba(123, 99, 134, 0.5);
    margin: 0 70px 0 0;
    padding: 25px 35px 48px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: border-color 0.3s linear;
    -moz-transition: border-color 0.3s linear;
    -ms-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
}
.timeline .event_left .event_panel::after,
.timeline .event_right .event_panel::after {
    content: " ";
    display: table;
    clear: both;
}
.timeline .event_left .event_panel::before,
.timeline .event_right .event_panel::before {
    content: "";
    position: absolute;
    right: -6px;
    top: 44px;
    background-color: rgba(123, 99, 134, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 13px;
    width: 13px;
    z-index: 2;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.timeline .event_left .event_panel h3,
.timeline .event_right .event_panel h3 {
    position: relative;
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
    padding: 15px 0 20px;
    margin-bottom: 50px;
}
.timeline .event_left .event_panel h3::after,
.timeline .event_right .event_panel h3::after {
    content: "";
    width: 80px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #7b6386;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.timeline .event_left .event_panel:hover h3::after,
.timeline .event_right .event_panel:hover h3::after {
    width: 120px;
}
.timeline .event_left .event_panel p,
.timeline .event_right .event_panel p {
    font-size: 15px;
	line-height:25px;
}
.timeline .event_left .event_panel iframe,
.timeline .event_right .event_panel iframe,
.timeline .event_left .event_panel img,
.timeline .event_right .event_panel img {
    max-width: 100%;
    border: 0;
}
.timeline .event_left:hover,
.timeline .event_right:hover {
    z-index: 3;
}
.timeline .event_left:hover::before,
.timeline .event_right:hover::before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 3;
}
.timeline .event_left:hover::after,
.timeline .event_right:hover::after {
    border-color: #7b6386;
    z-index: 3;
}
.timeline .event_left:hover .event_panel,
.timeline .event_right:hover .event_panel {
    border-color: #7b6386;
}
.timeline .event_left:hover .event_panel::before,
.timeline .event_right:hover .event_panel::before {
    background-color: #7b6386;
    z-index: 4;
}
.timeline .event_right {
    clear: right;
    float: right;
    margin: 60px 0 10px;
}
.timeline .event_right::before {
    width: 70px;
    top: 50px;
    right: auto;
    left: 0px;
}
.timeline .event_right::after {
    right: auto;
    left: -13px;
}
.timeline .event_right .event_panel {
    margin: 0 0 0 70px;
}
.timeline .event_right .event_panel::before {
    left: -7px;
    right: auto;
}
.timeline .events-video {} .timeline .events-video iframe {
    width: 100%;
    height: 250px !important;
}
.timeline-gallery .item {
    margin: 0 2px;
    position: relative;
    overflow: hidden;
}
.timeline-gallery .item img {
    width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.timeline-gallery .item a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(123, 99, 134, 0.8);
    border: 0px solid transparent;
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.timeline-gallery .item a .btn {
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 2;
    bottom: -32px;
    margin-bottom: -16px;
    left: 50%;
    margin-left: -16px;
    border-width: 2px;
    padding: 0;
    font-size: 16pt;
    line-height: 27px;
}
.timeline-gallery .item:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.timeline-gallery .item:hover > a {
    visibility: visible;
    border: 10px solid transparent;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.timeline-gallery .item:hover > a .btn {
    bottom: 49%;
}
.timeline-gallery .item img,
.timeline-gallery a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.timeline_footer {
    clear: both;
    padding: 40px 0 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    margin-top: 0;
    display: inline-block;
}
.timeline_footer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -13px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 3px solid rgba(123, 99, 134, 0.5);
    box-sizing: border-box;
    display: block;
    height: 25px;
    width: 25px;
    z-index: 1;
}
.timeline_footer::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: -7px;
    background-color: rgba(123, 99, 134, 0.5);
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 13px;
    width: 13px;
    z-index: 2;
}
.timeline_footer .punchline {
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #7b6386;
    margin-top: 15px;
}
.timeline_footer .punchline span {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
    font-size: 100px;
    display: block;
    line-height: 110px;
    margin-top: 25px;
}
/* #The Wedding

================================================== */

.invite {
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.5);
    padding: 50px 35px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 60px;
	background:url('../images/invitation_pattern.png');
}
.invite::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -22px;
    right: -22px;
    bottom: -22px;
    border: 8px solid rgba(255, 255, 255, 0.5);
    z-index: -1;
}
.invite .invite_authors {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
    padding: 35px 48px 25px 0;
    width: 43%;
    float: left;
    display: block;
}
.invite .invite_authors span {
    display: block;
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    text-transform: none;
    position: relative;
	margin:10px auto;
}
.invite .invite_authors span .icon {
    position: relative;
    top: 12px;
    margin: 0 12px;
    width: auto;
}
.invite .invite_info {
    width: 57%;
    float: left;
    display: block;
    padding-left: 48px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    border-left: 3px solid rgba(255, 255, 255, 0.2);
}
.invite .invite_info .date {
    padding-top: 40px;
    font-size: 80px;
    line-height: 1;
    margin: 40px 0 22px 0;
	position:relative;
	font-weight:700;
	font-family: 'Open Sans Condensed', sans-serif;
}
.invite .invite_info .date::before {
    content: "";
    width: 74%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 13%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.invite .invite_info .date::after {
    content: "";
    width: 30%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: -1px;
    left: 35%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.invite .invite_info .hour {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}
/* #Wedding Location

================================================== */

.map_canvas {
    width: 100%;
    height: 440px;
    position: relative;
}
.map_canvas img {
    max-width: none;
}
.marker {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    color: #7b6386;
    border: 2px solid #7b6386;
    font-size: 16pt;
    line-height: 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.marker::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #000000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.marker::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #7b6386 transparent transparent transparent;
    line-height: 0px;
    _border-color: #7b6386 #000000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.marker:hover {
    background-color: #7b6386;
    border-color: #fff;
    color: #fff;
}
.marker:hover::after {
    border-color: #7b6386 transparent transparent transparent;
}
.marker:hover::before {
    border-color: #ffffff transparent transparent transparent;
}
.marker > div {
    margin: 0;
    padding: 0;
}
.infoWindow {
    width: 200px;
}
.map_pins {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 6px 0;
    text-align: center;
    margin-bottom: 45px;
}
.pins {
    list-style: none;
    color: #66686c;
    padding: 0;
    margin: 0;
}
.pins li {
    display: inline-block;
    padding: 0;
    margin: 6px 25px;
}
.pins li i,
.pins li .fa {
    margin-right: 5px;
    font-size: 14pt;
    position: relative;
    top: 3px;
}
.location-info {
    position: relative;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 50px;
}
.location-info::before {
    top: 60px;
}
.location-info .event_left,
.location-info .event_right {
    margin-top: 0;
}
.location-info .event_left::before,
.location-info .event_right::before {
    width: 70px;
    top: 51px;
}
.location-info .event_left::after,
.location-info .event_right::after {
    top: 39px;
}
.location-info .event_left .event_panel,
.location-info .event_right .event_panel {
    margin: 0 70px 0 0;
    padding: 20px 10px;
}
.location-info .event_left .event_panel::before,
.location-info .event_right .event_panel::before {
    top: 45px;
}
.location-info .event_left .event_panel .info-left,
.location-info .event_right .event_panel .info-left {
    text-align: center;
    width: 31%;
    float: left;
    padding-right: 30px;
}
.location-info .event_left .event_panel .info-right,
.location-info .event_right .event_panel .info-right {
    width: 69%;
    float: left;
    border-left: 1px solid rgba(173, 177, 181, 0.5);
    padding-left: 30px;
}
.location-info .event_left .event_panel .info-right h4,
.location-info .event_right .event_panel .info-right h4{
	margin-bottom:10px;
}
.location-info .event_left .event_panel .info-right p,
.location-info .event_right .event_panel .info-right p {
    color: #66686c;
}
.location-info .event_left .event_panel h4 small,
.location-info .event_right .event_panel h4 small {
    display: block;
    font-family: 'Dancing Script', cursive;
    color: #7b6386;
    margin-top: 8px;
	font-size:25px;
}
.location-info .event_right .event_panel {
    margin: 0 0 0 70px;
}
/* #Bridesmaids & Groomsmen

================================================== */

#bridesmaidsgroomsmen {
    background-image: url("../images/wedding-img.jpg");
}
.bridesmaids-groomsmen-buttons .btn {
    margin: 10px;
}
.bridesmaids-groomsmen-slider .item {
    position: relative;
    margin: 0 10px 35px;
    text-align: center;
    width: auto;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bridesmaids-groomsmen-slider .item .image {
    width: 100%;
    /*max-height: 260px;*/
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: background-size 0.3s ease-out;
    -moz-transition: background-size 0.3s ease-out;
    -ms-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    transition: background-size 0.3s ease-out;
}
.bridesmaids-groomsmen-slider .item .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.bridesmaids-groomsmen-slider .item .image .info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
    border: 0px solid transparent;
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    padding: 10px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(123, 99, 134, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(123, 99, 134, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(123, 99, 134, 0.5);
}
.bridesmaids-groomsmen-slider .item .image .info h3 {
    color: #7b6386;
    margin-top: 70px;
	margin-bottom: 0;
    font-size: 24pt;
}
.bridesmaids-groomsmen-slider .item .image .info .title {
    display: block;
    color: #66686c;
    text-transform: uppercase;
}
.bridesmaids-groomsmen-slider .item:hover .image {
    background-size: auto 120%;
}
.bridesmaids-groomsmen-slider .item:hover .image img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.bridesmaids-groomsmen-slider .item:hover .image > .info {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    border: 10px solid transparent;
}
.bridesmaids-groomsmen-slider .item.disabled {
    display: none;
}
/* #Wedding Gifts

================================================== */
.wedding-gifts {
    position: relative;
    min-height: 420px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 1% 20px 1%;
    border: 1px solid #7b6386;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #7b6386;
    padding: 18px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.wedding-gifts::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    border: 0px solid transparent;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wedding-gifts:hover::before {
    background-color: rgba(123, 99, 134, 0.9);
    border: 15px solid transparent;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.wedding-gifts > i {
    position: relative;
    font-size: 44pt;
    margin-top: 120px;
    margin-bottom: 5px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wedding-gifts:hover > i {
    color: #fff;
    margin-top: 50px;
}
.wedding-gifts h3 {
    position: relative;
	margin:0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wedding-gifts:hover h3 {
    color: #fff !important;
}
.wedding-gifts .info {
    position: relative;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: -80px;
}
.wedding-gifts .info img {
    background: rgba(255, 255, 255, 0.15);
    margin: 5px auto;
    padding: 5px 10px;
}
.wedding-gifts .info .btn {
    margin: 4px 8px;
}
.wedding-gifts:hover {
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.wedding-gifts:hover .info {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 20px;
}

/* #Gallery

================================================== */

#gallery {
    background-image: url("../images/img-gallery.jpg");
}
.gallery-desc {
    color: rgba(115, 119, 123, 0.7) !important;
	line-height:40px;
}
.gallery-desc strong{
color:#66686c;
}
.bg-color .gallery-desc,
.bg-color-overlay .gallery-desc {
    color: rgba(255, 255, 255, 0.7) !important;
}
.bg-color .gallery-desc strong,
.bg-color-overlay .gallery-desc strong {
    color: #fff !important;
}
.gallery-wrapper {
    position: relative;
}
.gallery-wrapper .gallery-left,
.gallery-wrapper .gallery-right {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -38px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    padding: 6px 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40pt;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery-wrapper .gallery-left::before,
.gallery-wrapper .gallery-right::before {
    content: "\f0a8";
}
.gallery-wrapper .gallery-left:hover,
.gallery-wrapper .gallery-right:hover {
    background-color: #7b6386;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.gallery-wrapper .gallery-right {
    right: 20px;
    left: auto;
}
.gallery-wrapper .gallery-right::before {
    content: "\f0a9";
}
.gallery-wrapper:hover .gallery-left,
.gallery-wrapper:hover .gallery-right {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.gallery-scroller {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: -7px;
    position: relative;
    margin-bottom: 0px;
    /*margin-bottom: -35px;*/
	bottom:-7px;
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.gallery-scroller.grabbing{
	cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.gallery-scroller ul {
    list-style: none;
    padding: 0;
    margin: 0;
	height:380px;
}
.gallery-scroller li {
    display: inline-block;
    position: relative;
    width: 380px;
    height: 380px;
    overflow: hidden;
    padding: 0;
    margin: 0 -2px;
    background-color: #7b6386;
}
.gallery-scroller li img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.gallery-scroller li:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.gallery-scroller li > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(123, 99, 134, 0.7);
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    text-align: center;
    border: 0px solid transparent;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.gallery-scroller li > span i,
.gallery-scroller li > span .fa {
    color: #7b6386;
    background-color: #fff;
    font-size: 18pt;
    padding: 10px;
    margin: -12px 10px auto;
    position: relative;
    top: 25%;
    border: 2px solid #7b6386;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.gallery-scroller li > span i:hover,
.gallery-scroller li > span .fa:hover {
    color: #fff;
    background-color: #7b6386;
    border-color: #fff;
}
.gallery-scroller li:hover span {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    border-width: 15px;
}
.gallery-scroller li:hover span i,
.gallery-scroller li:hover span .fa {
    top: 50%;
}
.gallery-scroller li img,
.gallery-scroller li span,
.gallery-scroller li span i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery-scroller li.tweet {
    white-space: normal;
    display: inline-block;
    border: 15px solid transparent;
    padding: 15px;
    background-color: #73627b;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.gallery-scroller li.tweet h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 28pt;
    text-align: center;
    text-transform: none;
    margin-top: 70px;
	color:#fff;
}
.gallery-scroller li.tweet .info {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
}
.gallery-scroller li.tweet .info a {
    color: rgba(255, 255, 255, 0.5);
}
.gallery-scroller li.tweet .tweet_text {
    width: 100%;
	color:#fff;
}
.gallery-scroller li.tweet .tweet_text a {
    color: rgba(255, 255, 255, 0.5);
}
/* #Blog

================================================== */

.blog-listing .item {
    margin: 0 auto 43px;
    text-align: left;
    position: relative;
}
.blog-listing .item .image {
    width: 100%;
	min-height:100px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-listing .item .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.blog-listing .item .image a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(123, 99, 134, 0.8);
    border: 0px solid transparent;
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.blog-listing .item .image a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%;
}
.blog-listing .item .image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.blog-listing .item .image:hover > a {
    visibility: visible;
    border: 15px solid transparent;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.blog-listing .item .image:hover > a .btn {
    top: 49%;
}
.blog-listing .item .info-blog {
    padding: 25px 12px;
}
.blog-listing .item .info-blog h3 {
    padding-bottom: 20px;
    margin-bottom: 30px;
	font-size:25px;
    position: relative;
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
    text-align: left;
    width: 100%;
}
.blog-listing .item .info-blog h3::after {
    content: "";
    width: 82px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #7b6386;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.blog-listing .item .info-blog h3::before {
    content: "";
    clear: both;
    display: table;
}
.blog-listing .item .info-blog h3 a {
    color: #7b6386;
}
.blog-listing .item .info-blog h3 a:hover {
    text-decoration: none;
    color: #66686c;
}
.blog-listing .item .info-blog h3 small {
    display: block;
    font-style: italic;
    margin-top: 4px;
}
.blog-listing .item .bottom-info {
    padding: 10px;
    margin: 30px 0 15px;
    border: 1px solid #E4E4E4;
    font-size: 13px;
    background-color: #F9FaFC;
    color: #adb1b5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.blog-listing .item .bottom-info li {
    display: inline-block;
    margin-right: 14px;
}
.blog-listing .item .bottom-info li:last-child {
    margin-right: 0px;
}
.blog-listing .item .bottom-info li i {
    margin-right: 5px;
}
.blog-listing .item .bottom-info li a {
    color: #adb1b5;
}
.blog-listing .item .bottom-info li a:hover {
    color: #66686c;
}
.blog-listing .item.disabled {
    display: none;
}
.blog-listing .date,
.blog-main-image .date {
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 6px;
}
.blog-listing .ribbon,
.blog-main-image .ribbon {
    padding: 5px 10px;
    margin: 0;
    position: relative;
    color: #7b6386;
    text-align: center;
    background: #fff;
    display: inline-block;
    font-size: 35px;
    line-height: 28pt;
    font-family: 'Open Sans Condensed', sans-serif;
    border: 3px solid #7b6386;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.blog-listing .ribbon small,
.blog-main-image .ribbon small {
	font-size:25px;
}
.blog-listing .ribbon::before,
.blog-main-image .ribbon::before,
.blog-listing .ribbon::after,
.blog-main-image .ribbon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    right: -38px;
    z-index: -1;
    font-family: "lilac" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44pt;
    content: "f";
}
.blog-listing .ribbon::after,
.blog-main-image .ribbon::after {
    content: "h";
    color: #fff;
    z-index: -2;
    font-size: 42pt;
    bottom: -12px;
    right: -37px;
}
.pagination {
    text-align: center;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.pagination ul > li {
    display: inline-block;
    width: 48px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    float: left;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    font-size: 12pt;
    border: 1px solid #e4e4e4;
}
.pagination ul > li a {
    display: block;
    width: 48px;
    height: 43px;
    color: #66686c;
}
.pagination ul > li a:hover,
.pagination ul > li a:focus {
    text-decoration: none;
}
.pagination ul li:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin-right: 10px;
}
.pagination ul li:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 10px;
}
.pagination ul li:hover,
.pagination ul li.active {
    background-color: #f9fafc;
}
.sidebar h2 {
    padding: 15px 0 20px;
    margin: 50px 4% 15px;
    position: relative;
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
    text-align: left;
}
.sidebar h2::after {
    content: "";
    width: 22%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #7b6386;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.sidebar h2::before {
    background-color: transparent;
}
.sidebar h2 small {
    display: block;
    color: #adb1b5;
    font-size: 17pt;
}
.sidebar h2:hover::after {
    width: 32%;
}
.sidebar h2:first-child {
    margin-top: 0;
    padding-top: 0;
}
.categories {
    list-style: none;
    padding: 0 15px;
}
.categories li {
    margin: 8px 0;
}
.categories li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.categories li a {
    color: #66686c;
    padding-top: 8px;
    display: inline-block;
}
.categories li a span {
    color: #adb2b6;
}
.categories li a:hover {
    color: #7b6386;
    text-decoration: none;
}
.categories li a:hover span {
    color: #7b6386;
}
.categories li:hover:before {
    color: #7b6386;
}
.categories li + li {
    border-top: 1px solid #e3e3e3;
}
.blog-accordion {
    margin-bottom: 50px;
}
.blog-accordion.panel-group {
    border: none !important;
    margin-bottom: 0 !important;
}
.blog-accordion.panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #e4e4e4;
}
.blog-accordion.panel-group .panel .panel-heading .panel-title > a {
    background-color: transparent !important;
}
.blog-accordion.panel-group .panel .panel-heading .panel-title > a:hover,
.blog-accordion.panel-group .panel .panel-heading .panel-title > a:focus {
    text-decoration: none;
}
.blog-accordion.panel-group .panel .panel-heading .panel-title > a:after {
    display: none !important;
}
.blog-accordion.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body,
.blog-accordion.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body,
.blog-accordion.panel-group .panel .panel-heading + .panel-collapse.in .panel-body,
.blog-accordion.panel-group .panel .panel-heading + .panel-collapse.in .panel-body {
    background-color: transparent !important;
}
.blog-accordion.panel-group .panel .panel-body {
    padding-top: 0;
    border: 0;
}
.blog-accordion.panel-group .panel .panel-body ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.blog-accordion.panel-group .panel .panel-body ul li {
    margin: 8px 0;
}
.blog-accordion.panel-group .panel .panel-body ul li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.blog-accordion.panel-group .panel .panel-body ul li a {
    color: #66686c;
}
.blog-accordion.panel-group .panel .panel-body ul li a:hover {
    color: #7b6386;
    text-decoration: none;
}
.blog-accordion.panel-group .panel .panel-body ul li:hover:before {
    color: #7b6386;
}
.tags {
    list-style: none;
    margin: 0 0 40px;
}
.tags li {
    display: inline-block;
    margin: 3px 1px;
}
.tags li a {
    color: #66686c;
    display: block;
    padding: 6px 9px;
    background-color: #f1f3f6;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.tags li a:hover {
    background-color: #7b6386;
    color: #fff;
    text-decoration: none;
}
.blog-title {
    position: relative;
    text-transform: none;
    font-size: 24pt;
    margin-bottom: 60px;
    margin-top: 150px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 50px;
}
.blog-title::before {
    background-color: #7b6386;
    bottom: 0;
    content: "";
    height: 1px;
    left: 38%;
    opacity: 0.5;
    position: absolute;
    width: 24%;
}
.blog-title::after {
    background-color: #7b6386;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 45%;
    opacity: 0.5;
    position: absolute;
    width: 10%;
}
.blog-main-image {
    position: relative;
    margin-bottom: 20px;
	min-height:100px;
}
.blog-main-image img {
    max-width: 100%;
}
.blog-main-image .date {
    left: -7px;
}
.blog-bottom-info {
    width: 100%;
    text-align: left;
    margin: 0;
    margin-bottom: 80px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    clear: both;
}
.blog-bottom-info > ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    background-color: #f9fafc;
    display: inline-block;
    border-right: 1px solid #e3e3e3;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.blog-bottom-info > ul li {
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 8px 16px 0;
    border-right: 1px solid #E4E4E4;
    color: #66686c;
}
.blog-bottom-info > ul li a:hover{
	color: #adb1b5 !important;
}
.blog-bottom-info > ul li:last-child {
    border-right: none;
}
.blog-bottom-info > ul li .fa {
    color: #adb2b6;
    font-size: 18px;
    margin-right: 3px;
}
.blog-bottom-info > ul li [class^="icon-"],
.blog-bottom-info > ul li [class*=" icon-"] {
    color: #adb2b6;
    float: left;
    font-size: 18px;
    margin-right: 3px;
    margin-top: -3px;
}
.blog-bottom-info #post-author {
    float: right;
    line-height: 54px;
    padding: 0 16px;
}
.blog-bottom-info #post-author i {
    font-size: 15pt;
    color: #7b6386;
    margin-right: 5px;
}
.blog-bottom-info:after,
.blog-bottom-info:before {
    content: " ";
    display: table;
}
.blog-bottom-info:after {
    clear: both;
}
.post-content h2 {
    padding: 15px 0 20px;
    position: relative;
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
    text-align: left;
    width: 100%;
}
.post-content h2::after {
    content: "";
    width: 82px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #7b6386;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.post-content h2::before {
    content: "";
    clear: both;
    display: table;
}
.post-content img {
    max-width: 100%;
    margin-bottom: 25px;
}
.post-content img.right {
    float: right;
    margin-left: 15px;
}
.post-content img.left {
    float: left;
    margin-right: 15px;
}
.post-content .highlight-bold {
    font-weight: 700;
    font-size: 17px;
	line-height:27px;
    position: relative;
    margin-bottom: 40px;
}
.post-content .highlight-color {
    font-size: 21pt;
    color: #7b6386;
    line-height: 1.3;
    font-family: 'Dancing Script', cursive;
    font-weight: 300;
    margin-bottom: 40px;
}
.post-content p {
    margin-bottom: 40px;
	/*clear:both;*/
}
.post-content .quote {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    margin: 40px 0;
    padding: 30px 40px;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'Dancing Script', cursive;
}
.post-content .quote:before,
.post-content .quote:after {
    color: #acacac;
    font-size: 48pt;
    font-weight: 700;
    position: absolute;
}
.post-content .quote:before {
    content: "\"";
    left: 30px;
    top: 23px;
}
.post-content .quote:after {
    bottom: -6px;
    content: "\"";
    right: 30px;
}
.post-content .quote span {
    color: #7b6386;
}
.wp-block-image figcaption{
	margin-top:0;
}
.post-nav-links{
	clear:both;
	margin-top:20px;
	margin-bottom:40px;
}
.share-wrapper {
    border: 1px solid #e3e3e3;
    margin: 70px 0 100px;
    padding: 0px 18px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.share-wrapper h5 {
    display: inline-block;
    margin-right: 15px;
    margin: 0 15px 8px 0;
    position: relative;
    top: -2px;
}
.share-wrapper .sn-icons {
    float: none;
    display: inline-block;
    margin: 3px 0 8px 0;
    padding: 0;
}
.share-wrapper .sn-icons li {
    margin-left: 3px;
}
.share-wrapper .sn-icons li a {
    font-size: 12pt;
    height: 27px;
    width: 27px;
    line-height: 24px;
}
.share-wrapper .print-button {
    float: right;
    font-size: 15pt;
    padding-left: 20px;
    border-left: 1px solid #e3e3e3;
    color: #adb2b6;
    margin: 8px 0 !important;
}
.share-wrapper .print-button:hover {
    color: #7b6386;
}
/*.parallax h2.section-title:before,
.parallax h2.section-title:after {
    background-color: #fff !important;
}
.parallax h2.section-title {
    color: #fff !important;
}*/

.blog-main h2.section-title {
    font-family: 'Dancing Script', cursive;
    font-size: 32pt;
    text-transform: none;
    margin-bottom: 30px;
}
.blog-main h2.section-title .icon,
.blog-main h2.section-title .fa {
    margin: 0 7px;
    position: relative;
    top: 10px;
}
.blog-main h2.section-title::before,
.blog-main h2.section-title::after {
    display: none;
}
#respond {
    float: left;
    width: 100%;
}
#respond .comment-reply-title {
    padding: 0 15px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
#respond .comment-reply-title a {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff !important;
    float: right;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 12pt;
    margin-top: 10px;
    padding: 7px 15px;
    text-transform: uppercase;
}
#respond form {
    float: left;
    width: 100%;
}
#respond form .form-control {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}
.comments #respond {
    position: relative;
    border: 8px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 60px;
    float: left;
    width: 100%;
    background: #7b6386;
}
.comments {
    margin-bottom: 20px;
    padding: 0 30px;
    float: left;
    width: 100%;
}
.comments h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 32pt;
    text-transform: none;
    margin-bottom: 30px;
}
.comments h2.section-title .icon,
.comments h2.section-title .fa {
    margin: 0 7px;
    position: relative;
    top: 10px;
}
.comments h2.section-title::before,
.comments h2.section-title::after {
    display: none;
}
.comments .comments-list {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0;
}

.comments .comment-content {
    width: 100%;
    float: left;
}
.comments .comment-content .comment_image {
    border: 2px solid rgba(123, 99, 134, 0.5);
    width: 12%;
    min-height: 15px;
    display: inline-block;
    position: relative;
}
.comments .comment-content .comment_image::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 31px;
    background-color: rgba(123, 99, 134, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 13px;
    width: 13px;
    z-index: 2;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.comments .comment-content .comment_image::after {
    content: "";
    position: absolute;
    right: -36px;
    top: 25px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(123, 99, 134, 0.5);
    box-sizing: border-box;
    display: block;
    height: 25px;
    width: 25px;
    z-index: 1;
}
.comments .comment-content .comment_image img {
    width: 100%;
}
.comments ul.children {
    float: left;
    width: 100%;
    padding-left: 15%;
    list-style: none;
}
.comments .comment-content .comment {
    float: right;
    position: relative;
    width: 77%;
    padding: 18px;
    margin-bottom: 35px;
    border: 2px solid rgba(123, 99, 134, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.comments .comment-content .comment::before {
    content: "";
    position: absolute;
    background-color: #7b6386;
    display: block;
    width: 10%;
    height: 3px;
    top: 36px;
    left: -10%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.comments .comment-content .comment h4 {
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
    margin-bottom: 15px;
    font-weight: 300;
    position: relative;
    text-transform: none;
    padding-bottom: 5px;
    z-index: -1;
}
.comments .comment-content .comment h4::after {
    content: "";
    width: 82px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #7b6386;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.comments .comment-content .comment h4 small {
    display: block;
    font-size: 10pt;
    margin: 5px 0 10px;
    font-family: 'Open Sans', sans-serif;
}
.comments .comment-content .comment .comment-reply-link,
.comments .comment-content .comment .comment-edit-link {
    float: right;
    margin-bottom: 14px;
    z-index: 1;
    background: transparent;
    border: 2px solid rgba(123, 99, 134, 0.65);
    color: rgba(123, 99, 134, 0.65);
    font-size: 12pt;
    padding: 7px 15px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.comments .comment-content .comment .comment-edit-link {
    margin-right: 5px;
}
.comments .comment-content .comment .comment-reply-link:hover,
.comments .comment-content .comment .comment-edit-link:hover,
.comments .comment-content .comment .comment-reply-link:focus,
.comments .comment-content .comment .comment-edit-link:focus {
    border-color: #7b6386;
    color: #7b6386;
    text-decoration: none;
}
.comments .comment-content .comment .btn {
    float: right;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}
/* #RSVP

================================================== */

#form-rsvp .form-wrap .form-control {
    margin-bottom: 20px;
}
.radio-lilac .wpcf7-list-item input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.radio-lilac .wpcf7-list-item span.wpcf7-list-item-label {
    padding: 0 34px;
    height: 54px;
    display: inline-block;
    line-height: 54px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    text-indent: -9999px;
}
.radio-lilac .wpcf7-list-item.first span.wpcf7-list-item-label {
    width: 93px;
}
.radio-lilac .wpcf7-list-item.last span.wpcf7-list-item-label {
    width: 91px;
}
.radio-lilac .wpcf7-list-item.first span {
    background-image: url(../images/checked.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-lilac .wpcf7-list-item.last span {
    background-image: url(../images/checked.png);
    background-position: -127px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-lilac .wpcf7-list-item.first span.checked {
    background-image: url(../images/checked.png);
    background-position: 0 -66px;
}
.radio-lilac .wpcf7-list-item.last span.checked {
    background-image: url(../images/checked.png);
    background-position: -127px -66px;
}
.wpcf7-checkbox.form-control{
	border:0;
	padding-left: 0;
    padding-right: 0;
	margin-bottom:0 !important;
}
.wpcf7-checkbox.form-control.align-right{
	text-align:right;
}
.wpcf7-checkbox.form-control.align-left{
	text-align:left;
}
.check-lilac .wpcf7-list-item.first{
	margin-left:0;
}
.check-lilac .wpcf7-checkbox.center .wpcf7-list-item.first{
	margin-left: -15px;
}
.check-lilac .wpcf7-checkbox.center span.wpcf7-list-item {
	margin-left: 30px;
}
.check-lilac .wpcf7-list-item label{
	margin-bottom: 30px;
}
.check-lilac .wpcf7-list-item label input{
	display:none;
}
.check-lilac .wpcf7-list-item label span.wpcf7-list-item-label{
	background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: #fff;
	margin-bottom:20px;
	border-radius: 5px;
    box-shadow: none;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 15pt;
    height: auto;
    padding: 12px 15px;
	font-weight: normal;
	cursor:pointer;
}
.check-lilac .wpcf7-list-item label span.wpcf7-list-item-label.checked{
	background-color: rgba(255,255,255, 0.24);
	border: 2px solid rgba(255, 255, 255, 0.9);
}
.form-wrap {
    position: relative;
    border: 3px solid rgba(123, 99, 134, 0.5);
    padding: 0;
    margin-top: 25px;
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.form-wrap::before {
    content: "";
    position: absolute;
    top: -19px;
    left: -19px;
    right: -19px;
    bottom: -19px;
    border: 8px solid rgba(123, 99, 134, 0.5);
    z-index: -1;
}
.form-wrap::after {
    content: " ";
    clear: both;
    display: table;
}
.form-wrap h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    text-transform: none;
    margin-bottom: 30px;
    text-align: center;
}
.form-wrap h3 .icon,
.form-wrap h3 .fa {
    margin: 0 2px;
    position: relative;
    top: 10px;
    width: auto;
    height: auto;
}
.form-wrap h3 small {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: rgba(115, 119, 123, 0.5);
    font-size: 10pt;
}
.form-wrap .form-content {
    padding: 25px 30px;
    background-color: transparent;
    float: left;
    width: 100%;
}
.form-wrap .form-content .highlighted {
	background:url('../images/invitation_pattern.png');
}
.form-wrap section {
	padding: 25px 30px;
	background-color: transparent;
    float: left;
    width: 100%;
    border-top: 3px solid rgba(123, 99, 134, 0.5);
}
.form-wrap section.highlighted {
	background:url('../images/invitation_pattern.png');
}
.form-wrap section:first-child {
    border-top: 0;
}
.form-wrap section::after {
  content: " ";
  display: table;
  clear: both;
}
.form-wrap .btn {
    border-width: 2px;
}
.form-wrap button[type="submit"].ribbon {
    border-width: 3px;
}
.form-submit {
    float: left;
    width: 100%;
    text-align: center;
}
.form-submit input {
    /*background: url(../images/button-comment.png) no-repeat 0 0;
    width: 426px;
    border: none;
    display: inline-block;
    font-size: 28pt;
    line-height: 28pt;
    margin: 0 34px;
    padding: 7px 16px 16px;
    position: relative;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    position: relative;*/
}
.form-submit input:hover {
    /*background-position: 0 -69px;
    color: #fff;*/
}
.form-wrap .form-content .form-submit input:before {
    /*content: "e";
    left: -28px;*/
}
.form-wrap.bg-color {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 8px solid transparent;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.form-wrap.bg-color::before {
    display: none;
}
.form-wrap.bg-color h3 small {
    color: rgba(255, 255, 255, 0.5);
}
.form-wrap .line_above {
    background: rgba(123, 99, 134, 0.5) none repeat scroll 0 0;
    height: 35px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: -42px;
    width: 3px;
}
.form-wrap .line_above::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -7px;
    background-color: rgba(123, 99, 134, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 13px;
    width: 13px;
    z-index: 2;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.form-wrap .line_above::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -13px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(123, 99, 134, 0.5);
    box-sizing: border-box;
    display: block;
    height: 25px;
    width: 25px;
    z-index: 1;
}
.radio-lilac {
    margin-bottom: 20px;
    text-align: center;
}
.radio-lilac .wpcf7-list-item.first {
    padding-right: 15px;
    margin: 0;
    display: inline-block;
}
.radio-lilac .wpcf7-list-item.last {
    padding-left: 15px;
    margin: 0;
    display: inline-block;
}
.radio-lilac .wpcf7-list-item > span {
    float: left;
}
.radio-lilac button {
    margin: 0 15px 20px;
}
.add_button {
    width: 100%;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    background-color: transparent;
    border-color: rgba(123, 99, 134, 0.7);
    border-width: 2px;
    color: #7b6386;
    height: auto;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15pt;
    padding: 12px 15px;
}
.form-group label {
    margin: 0;
    padding: 5px 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
textarea.form-control {
    min-height: 130px;
	height: 130px;
    margin-top: 20px;
    width: 100%;
}
.form-control::-webkit-input-placeholder {
    color: #7b6386;
}
.form-control:-moz-placeholder {
    color: #7b6386;
}
.form-control::-moz-placeholder {
    color: #7b6386;
}
.form-control:-ms-input-placeholder {
    color: #7b6386;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: #7b6386;
}
.add_list {
    margin-bottom: 20px;
}
.add_list .form-control {
    border: 1px solid rgba(123, 99, 134, 0.5);
    background-color: rgba(123, 99, 134, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
    border-bottom: none;
}
.add_list .input-group .form-control {
    border-right: none;
}
.add_list .input-group:last-child .form-control {
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
}
.add_list .input-group:last-child .input-group-addon {
    border-bottom: 1px solid rgba(123, 99, 134, 0.5);
}
.add_list .input-group-addon {
    position: relative;
    background-color: rgba(123, 99, 134, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: rgba(123, 99, 134, 0.5);
    font-size: 15pt;
    padding-right: 25px;
    border-bottom: none;
}
.add_list .input-group-addon:hover {
    color: #7b6386;
    cursor: pointer;
}
.add_list .input-group-addon::after {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    height: 50%;
    border-left: 1px solid rgba(123, 99, 134, 0.5) !important;
}
.btn .line_above {
    background: rgba(123, 99, 134, 0.5) none repeat scroll 0 0;
    height: 49px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: -49px;
    width: 3px;
}
.btn .line_above::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -6px;
    background-color: rgba(123, 99, 134, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 13px;
    width: 13px;
    z-index: 2;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.btn .line_above::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -12px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(123, 99, 134, 0.5);
    box-sizing: border-box;
    display: block;
    height: 25px;
    width: 25px;
    z-index: 1;
}
.bg-color .form-wrap,
.bg-color-overlay .form-wrap {
    border: 3px solid rgba(255, 255, 255, 0.5);
}
.bg-color .form-wrap::before,
.bg-color-overlay .form-wrap::before {
    border: 8px solid rgba(255, 255, 255, 0.5);
}
.bg-color .form-wrap h3 small,
.bg-color-overlay .form-wrap h3 small {
    color: rgba(255, 255, 255, 0.5);
}
.bg-color .form-wrap section.highlighted,
.bg-color-overlay .form-wrap section.highlighted {
	background:url('../images/invitation_pattern.png');
}
.bg-color .form-wrap section,
.bg-color-overlay .form-wrap section {
    border-top: 3px solid rgba(255, 255, 255, 0.5);
}
.bg-color .form-wrap section:first-child,
.bg-color-overlay .form-wrap section:first-child {
    border-top: 0;
}
.bg-color .radio-lilac .btn-default,
.bg-color-overlay .radio-lilac .btn-default,
.bg-color .radio-lilac .btn-default:focus,
.bg-color-overlay .radio-lilac .btn-default:focus,
.bg-color .radio-lilac .btn-default.focus,
.bg-color-overlay .radio-lilac .btn-default.focus {
    color: rgba(255, 255, 255, 0.65);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.65);
}
.bg-color .radio-lilac .btn-defaul:hover,
.bg-color-overlay .radio-lilac .btn-defaul:hover,
.bg-color .radio-lilac .btn-default:active,
.bg-color-overlay .radio-lilac .btn-default:active,
.bg-color .radio-lilac .btn-default.active,
.bg-color-overlay .radio-lilac .btn-default.active,
.bg-color .radio-lilac .open > .dropdown-toggle.btn-default,
.bg-color-overlay .radio-lilac .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}
.bg-color .form-control,
.bg-color-overlay .form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}
.bg-color .form-control::-webkit-input-placeholder,
.bg-color-overlay .form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #fff;
}
.bg-color .form-control:-moz-placeholder,
.bg-color-overlay .form-control:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #fff;
}
.bg-color .form-control::-moz-placeholder,
.bg-color-overlay .form-control::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #fff;
}
.bg-color .form-control:-ms-input-placeholder,
.bg-color-overlay .form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #fff;
}
.bg-color .form-control:focus,
.bg-color-overlay .form-control:focus {
    border-color: #fff;
}
.bg-color .add_list .form-control,
.bg-color-overlay .add_list .form-control {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: none;
}
.bg-color .add_list .input-group .form-control,
.bg-color-overlay .add_list .input-group .form-control {
    border-right: none;
}
.bg-color .add_list .input-group:last-child .form-control,
.bg-color-overlay .add_list .input-group:last-child .form-control {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.bg-color .add_list .input-group:last-child .input-group-addon,
.bg-color-overlay .add_list .input-group:last-child .input-group-addon {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.bg-color .add_list .input-group-addon,
.bg-color-overlay .add_list .input-group-addon {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}
.bg-color .add_list .input-group-addon:hover,
.bg-color-overlay .add_list .input-group-addon:hover {
    color: #fff;
}
.bg-color .add_list .input-group-addon::after,
.bg-color-overlay .add_list .input-group-addon::after {
    border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.bg-color .btn .line_above,
.bg-color-overlay .btn .line_above {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.bg-color .btn .line_above::before,
.bg-color-overlay .btn .line_above::before {
    background-color: rgba(255, 255, 255, 0.5);
}
.bg-color .btn .line_above::after,
.bg-color-overlay .btn .line_above::after {
    background-color: #7b6386;
    border: 3px solid rgba(255, 255, 255, 0.5);
}
.invalid {
    border-color: #db2020 !important;
}
.bg-color .comment-form a{
	color:rgba(255,255,255, 0.8);
}
/* #Footer

================================================== */

#footer {
    text-align: left;
    padding: 20px 0;
    font-size: 10pt;
    border-top: 1px solid rgba(123, 99, 134, 0.5);
    position: relative;
    background-color: #fff;
}
#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(123, 99, 134, 0.2);
}
#footer p {
    float: left;
    padding-top: 30px;
}
#footer a {
    color: #7b6386;
}
#footer a:hover {
    color: #7b6386;
}
#footer.bg-color,
#footer.bg-color-overlay {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #7b6386;
}
#footer.bg-color::before,
#footer.bg-color-overlay::before {
    background-color: rgba(255, 255, 255, 0.2);
}
#footer.bg-color a,
#footer.bg-color-overlay a {
    color: rgba(255, 255, 255, 0.5);
}
#footer.bg-color a:hover,
#footer.bg-color-overlay a:hover {
    color: #fff;
}
.sn-icons {
    float: right;
    list-style: none;
    padding: 0 0 0 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.sn-icons li {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
}
.sn-icons a {
    display: inline-block;
    font-size: 19pt;
    overflow: hidden;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 1px solid #7b6386;
    color: #7b6386;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sn-icons a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.bg-color .sn-icons a,
.bg-color-overlay .sn-icons a {
    color: #fff !important;
    border-color: #fff;
}
/* #PrettyPhoto

================================================== */

div.lilac .pp_next:hover,
div.lilac div.lilac .pp_previous:hover {
    cursor: pointer;
}
div.lilac .pp_expand {
    font-family: FontAwesome;
    cursor: pointer;
}
div.lilac .pp_expand:before {
    content: "\f0b2";
    color: #fff;
}
div.lilac .pp_contract {
    font-family: FontAwesome;
    cursor: pointer;
}
div.lilac .pp_contract:before {
    content: "\f066";
    color: #fff;
}
div.lilac .pp_close {
    font-family: FontAwesome;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
div.lilac .pp_close:before {
    content: "\f05c";
    color: #fff;
}
div.lilac .pp_description {
    margin-right: 60px;
    color: #fff;
    font-weight: 700;
    text-indent: 10px;
}
div.lilac .pp_nav .pp_play {
    font-family: FontAwesome;
    height: 15px;
    width: 14px;
}
div.lilac .pp_nav .pp_play:before {
    content: "\f04b";
    color: #fff;
}
div.lilac .pp_nav .pp_pause {
    font-family: FontAwesome;
    height: 15px;
    width: 14px;
}
div.lilac .pp_nav .pp_pause:before {
    content: "\f04c";
    color: #fff;
}
div.lilac .pp_arrow_previous {
    font-family: FontAwesome;
}
div.lilac .pp_arrow_previous:before {
    content: "\f053";
    color: #fff;
}
div.lilac .pp_arrow_next {
    font-family: FontAwesome;
}
div.lilac .pp_arrow_next:before {
    content: "\f054";
    color: #fff;
}
div.lilac .pp_loaderIcon {
    background: url(../images/progress.gif) center center no-repeat;
}
div.lilac .pp_details {
    position: relative;
    background-color: #7b6386;
}
div.lilac .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}
div.lilac .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
div.pp_pic_holder a:focus {
    outline: none;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    padding: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0 0 0 10px;
    display: none;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}
.pp_social .twitter {
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: -1px 10px 0 0;
}
.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin: 2px 5px 0 10px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 20px;
    margin: 3px 5px 0 0;
    overflow: hidden;
    width: 9px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}
.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a img {
    border: 0;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px!important;
}
a.pp_next,
a.pp_previous {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22pt;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
    top: 50%;
    position: relative;
    margin-top: -25px;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
a.pp_next:before,
a.pp_previous:before {
    display: block;
}
a.pp_next {
    float: right;
    margin-right: 10px;
}
a.pp_next:before {
    content: "\f0a9";
    color: #fff;
}
a.pp_previous {
    float: left;
    margin-left: 10px;
}
a.pp_previous:before {
    content: "\f0a8";
    color: #fff;
}
.pp_content:hover a.pp_next,
.pp_content:hover a.pp_previous {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
a.pp_next:hover,
a.pp_previous:hover {
    background-color: #7b6386;
    text-decoration: none;
}
a.pp_next:focus,
a.pp_previous:focus {
    text-decoration: none;
}
a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 12px;
    z-index: 20000;
    overflow: hidden;
    text-decoration: none;
}
a.pp_close {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    line-height: 22px;
    font-size: 18pt;
    overflow: hidden;
}
.pp_loaderIcon {
    display: block;
    height: 31px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 31px;
    margin: -15px 0 0 -15px;
}
#pp_full_res {
    line-height: 1!important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}
div.lilac .pp_gallery a.pp_arrow_previous,
div.lilac .pp_gallery a.pp_arrow_next {
    margin-top: 8px!important;
}
div.lilac .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #fff;
}
div.lilac #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}
.pp_top,
.pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_top,
* html .pp_bottom {
    padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
    display: none;
}
/* #Template Settings Panel

================================================== */

#template-settings {
    position: fixed;
    width: 185px;
    top: 85px;
    left: -188px;
    background-color: #f7f8fa;
    z-index: 2000;
    padding: 12px 10px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#template-settings > i {
    position: absolute;
    top: 0px;
    right: -36px;
    cursor: pointer;
    background-color: #f7f8fa;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    font-size: 20pt;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#template-settings h4 {
    color: #ababab;
    font-weight: 700;
    margin-bottom: 5px;
}
#template-settings input,
#template-settings select {
    margin-bottom: 20px;
}
#template-settings input {
    width: 149px;
}
#template-settings select {
    width: 150px;
    height: 28px;
    padding: 4px 0 0 5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ababab;
    color: #ababab;
    font-size: 9pt;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#template-settings > div {
    font-size: 9pt;
}
/* #404                                            

==================================================*/

.404-page {
    padding: 100px 0;
    float: left;
    width: 100%;
    text-align: center;
}


/* #WP

================================================== */
.admin-bar .stuck{
	top: 32px;
}
#form-rsvp .form-wrap .wpcf7-not-valid-tip,
#form-rsvp .form-wrap .wpcf7-not-valid-tip{
	border-radius: 4px;
    padding: 15px;
    margin-bottom: 25px;
    margin-top: -5px;
    width: 100%;
    text-align: center;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.invalid .wpcf7-validation-errors{
	border-radius: 4px;
    padding: 15px;
    width: 100%;
    text-align: center;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
#main-blog-single .blog-bottom-info > ul li a{
	color: #73777b;
}
.form-wrap  .logged-in-as a{
	color: #fff;
}
.admin-bar .nav-mobile.open{
	margin-top: 32px;
}
/*Page-404--------------------------------*/
.error404 .content .error_pagenotfound{
	padding: 180px 0 150px 0;
	text-align: center;
}
.error404 .content strong{
	font-size: 100px;
	display: inline-block;
	line-height: 1.4;
	font-family: "Dancing Script";
	color: #ad9fb3;
	font-weight: bold;
}
.error404 .content .error_pagenotfound .but_goback{
	background-color: transparent;
    border: 1px solid rgba(173, 159, 179, 0.65);
    color: rgba(173, 159, 179, 0.65);
    padding: 6px 20px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}
.error404 .content .error_pagenotfound .but_goback:hover{
	border-color: #ad9fb3;
	color: #ad9fb3;
	text-decoration: none;
}
/* Blog------------------------------------*/
.blog-cats-list{
	float: left;
	width: 100%;
}
.blog-cats-list .post{
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e3e3e3;
}
.blog-cats-list .post h2{
	border-bottom: 1px solid rgba(173, 159, 179, 0.5);
    margin: 50px 0 35px;
    padding: 15px 0 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.blog-cats-list .post h2:after{
	background-color: #ad9fb3;
    bottom: -3px;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 82px;
}
.blog-sidebar .wpb_content_element{float: left; width: 100%; margin-bottom: 0px !important;}
.blog-sidebar .widget .widgettitle{margin-top: 0px;}
/*Contac-form------------------------------*/

#form-rsvp .highlighted{
	float: left;
	width: 100%;
	padding: 25px 30px;
}
#form-rsvp  .radio-lilac input[type="radio"]{
	/*display: none;*/
}
#form-rsvp  .radio-lilac input[type="radio"]:checked + span.wpcf7-list-item-label{
	color: #000;
}
/*Widget-----------------------------------*/
.widget{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.widget .section-title{
	margin: 50px 0 15px 0;
}
.widget label{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.widget select{
	float: left;
	width: 100%;
	padding: 0 10px;
	border-radius: 0px;
	border: 1px solid #e4e4e4;
}
.widget select option{
	padding: 6px 10px;
}
.widget ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 8px 0px 8px 20px;
	position: relative;
}
.widget ul li:before{
	content: "\f054";
	position: absolute;
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    left: 0;
    color: #73777b;
    top: 11px;
}
.widget ul.children,
.widget ul.sub-menu{
	margin-top: 8px;
	border-top: 1px solid #e4e4e4;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.widget ul li a{
	color: #73777b;
	float: left;
	min-height: 20px;
}
.widget ul li:hover > a{
	color: #ad9fb3;
}
.widget ul li:hover::before{
	color: #ad9fb3;
}
.widget.widget_rss ul li a{
	font-weight: bold;
}
.widget.widget_rss .rss-date{
	position: relative;
	padding-left: 10px;
	margin-left: 5px;
}
.widget.widget_rss .rss-date:before{
	position: absolute;
	content: "-";
	left: 0;
}
.widget.widget_nav_menu 
.widget .tagcloud{
	float: left;
	width: 100%;
}
.widget .tagcloud a{
	float: left;
	margin: 3px 3px;
	background-color: #f1f3f6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #73777b;
    font-size: 14px !important;
    display: block;
    padding: 6px 9px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget .tagcloud a:hover{
	background-color: #ad9fb3;
    color: #fff;
}
.widget.widget_search #searchform{
	position:reltive;
}
.widget.widget_search button{
	padding: 6px 10px;
	background:none;
	border:0;
	position:absolute;
	top:0;
	right:18px;
}
.widget.widget_search input{
	width: 100%;
	float: left;
	padding: 6px 36px 6px 10px;
	border-radius: 0px;
	border: 1px solid #e4e4e4;
}
/* page-links-----------------------------------------------*/
.page-links{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.page-links span{
	border: 1px solid #e4e4e4;
    display: inline-block;
    float: left;
    font-size: 12pt;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 48px;
}
.page-links a span{
	border: 1px solid #e4e4e4;
    display: inline-block;
    float: left;
    font-size: 12pt;
    height: 43px;
    line-height: 43px;
    text-align: center;
    transition: background-color 0.2s ease-out 0s;
    width: 48px;
}
.page-links > span,
.page-links a span:hover{
	background: #f9fafc;
}
.page-links span.page-links-title{
	width: auto;
	height: auto;
	border: none;
	text-align: inherit;
	margin-right: 8px;
	background: transparent;
}
.share-wrapper{
	float: left;
}
.sticky{
	border: 1px solid #e4e4e4;
	padding: 20px;
	box-shadow: none;
}
.gallery .gallery-item{
	margin: 0;
}
.pagination ul > li a{
	height: 41px;
	width: 46px;
}
.pagination .pagi-active a{
	background: #f9fafc;
}
#main-blog-cats .main-blog-page,
#main-page{
	margin-top: 150px;
}
.blog-cats-list h3{
	margin-bottom: 20px;
}
.post .post-password-form input{
	padding: 6px 10px;
	border-radius: 0;
	border: 1px solid #e4e4e4;
}
ul.nav > li > .dropdown-menu li .dropdown-menu{
	left: 100%;
    margin: 0;
    top: 0;
}
ul.nav > li > .dropdown-menu li:hover .dropdown-menu{
	display: block;
}
.comments{
	width: 100%;
}
.comments #respond .logged-in-as,
.comments #respond .logged-in-as a{
	color: #fff;
}



/* #Media Queries

================================================== */

@media (min-width: 768px) and (max-width: 1199px) {
    .location-info .event_left .event_panel .info-left,
    .location-info .event_right .event_panel .info-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .location-info .event_left .event_panel .info-right,
    .location-info .event_right .event_panel .info-right {
        width: 100%;
        border-left: 0;
        border-top: 1px solid rgba(123, 99, 134, 0.5);
        padding-top: 15px;
    }
}
@media (max-width: 1199px) {
    .hero-title {
        font-size: 70pt;
    }
    .hero-title span:first-child:before {
        left: -98px;
        top: -30px;
    }
    .hero-title span:last-child:after {
        right: -98px;
        top: -30px;
    }
    .hero-subtitle {
        font-size: 46pt;
    }
    .blog-bottom-info > ul {
        width: 100%;
        border-right: none;
    }
}
@media (max-width: 992px) {
    .nav {
        display: none;
    }
    #nav-mobile-btn {
        display: block;
    }
    .hero-title {
        font-size: 60pt;
        margin-bottom: 50px;
    }
    .hero-title span:first-child:before {
        left: -82px;
        top: -24px;
    }
    .hero-title span:last-child:after {
        right: -82px;
        top: -24px;
    }
    .hero-subtitle {
        font-size: 38pt;
        margin-top: 40px;
    }
    .balloon-left,
    .balloon-right {
        padding: 40px 30px;
        font-size: 30pt;
        left: -40px;
    }
    .balloon-right {
        left: auto;
        right: -40px;
    }
    .invite .invite_authors,
    .invite .invite_info {
        width: 100%;
        padding: 0;
    }
    .invite .invite_info {
        border: none;
        margin-top: 40px;
    }
    #footer {
        text-align: center;
    }
    #footer .sn-icons {
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .comments h3 .icon {
        display: none;
    }
    .form-wrap .btn[type="submit"] .icon {
        display: none;
    }
    .form-submit input {
        margin: 0;
    }
    .comments .form-submit input {
        font-size: 22pt;
        font-weight: normal;
        line-height: 27px;
        margin: 0;
        padding: 7px 16px 17px;
        position: relative;
        text-transform: uppercase;
        width: 350px;
        background-size: cover;
    }
    .comments .form-submit input:hover {
        background-position: 0 -57px;
    }
}
@media (max-width: 767px) {
    .nav {
        float: left;
        margin: 0;
    }
    .nav li {
        float: left;
    }
    .hero-title {
        font-size: 50pt;
    }
    .hero-title span:first-child:before {
        left: -70px;
        top: -20px;
    }
    .hero-title span:last-child:after {
        right: -70px;
        top: -20px;
    }
    .hero-subtitle {
        font-size: 30pt;
    }
    .countdown > div > div {
        font-size: 46pt;
    }
    .balloon-left,
    .balloon-right {
        left: 8px;
    }
    .balloon-right {
        left: auto;
        right: -4px;
    }
    .quote-fullwidth {
        font-size: 28pt;
    }
    .timeline .event_left,
    .timeline .event_right {
        width: 100%;
        padding: 0 15px;
    }
    .timeline .event_left::before,
    .timeline .event_right::before,
    .timeline .event_left::after,
    .timeline .event_right::after {
        display: none;
    }
    .timeline .event_left .event_panel,
    .timeline .event_right .event_panel {
        margin: 0;
    }
    .timeline .event_left .event_panel::before,
    .timeline .event_right .event_panel::before {
        display: none;
    }
    .wedding-gifts {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
	.gallery-scroller ul {
		height: 250px;
	}
    .gallery-scroller li {
        height: 250px;
        width: 250px;
    }
    .gallery-scroller li.tweet {
        border: 8px solid transparent;
        padding: 12px;
    }
    .gallery-scroller li.tweet h3 {
        font-size: 20pt;
        margin-top: 12px;
    }
    .gallery-scroller li.tweet .info {
        width: 100%;
        margin-bottom: 16px;
    }
    .gallery-scroller li.tweet .tweet_text {
        width: 100%;
    }
    .gallery-scroller li.tweet .tweet_text a {
        color: rgba(255, 255, 255, 0.5);
    }
    .comments {
        padding: 0;
    }
    .form-wrap .btn[type="submit"] {
        font-size: 24pt;
    }
    .comments .form-submit input {
        background-size: cover;
        font-size: 16pt;
        font-weight: normal;
        line-height: 17px;
        margin: 0;
        padding: 7px 16px 12px;
        position: relative;
        text-transform: uppercase;
        width: 247px;
    }
    .comments .form-submit input:hover {
        background-position: 0 -40px;
    }
}
@media (max-width: 570px) {
    .form-submit input {
        font-size: 22pt;
        font-weight: normal;
        line-height: 27px;
        margin: 0;
        padding: 7px 16px 17px;
        position: relative;
        text-transform: uppercase;
        width: 350px;
        background-size: cover;
    }
    .form-submit input:hover {
        background-position: 0 -57px;
    }
}
@media (max-width: 480px) {
    .form-submit input {
        background-size: cover;
        font-size: 16pt;
        font-weight: normal;
        line-height: 17px;
        margin: 0;
        padding: 7px 16px 12px;
        position: relative;
        text-transform: uppercase;
        width: 247px;
    }
    .form-submit input:hover {
        background-position: 0 -40px;
    }
    .hero-title {
        font-size: 36pt;
        margin-bottom: 15px;
    }
    .hero-title span:first-child:before {
        left: -52px;
        top: -10px;
    }
    .hero-title span:last-child:after {
        right: -52px;
        top: -10px;
    }
    .hero-subtitle {
        font-size: 24pt;
        margin-top: 12px;
    }
    .hero-text {
        font-size: 22pt;
    }
    .countdown > div {
        padding: 0 12px;
    }
    .countdown > div > div {
        font-size: 26pt;
    }
    .countdown > div > span {
        font-size: 14pt;
    }
    h1.section-title {
        font-size: 36pt;
    }
    .invite .invite_authors {
        font-size: 69pt;
    }
    .invite .invite_authors span {
        font-size: 30pt;
    }
    .invite .invite_info {
        font-size: 23pt;
    }
    .invite .invite_info .date {
        font-size: 44pt;
    }
    .section-desc h1 {
        font-size: 44pt;
    }
    .timeline_footer .punchline span {
        font-size: 50pt;
    }
    .location-info .event_left .event_panel .info-left,
    .location-info .event_right .event_panel .info-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .location-info .event_left .event_panel .info-right,
    .location-info .event_right .event_panel .info-right {
        width: 100%;
        border-left: 0;
        border-top: 1px solid rgba(123, 99, 134, 0.5);
        padding-top: 15px;
    }
    .gallery-desc {
        font-size: 18pt;
    }
    .pagination #previous,
    .pagination #next {
        width: 100%;
        margin-bottom: 5px;
    }
    .pagination #previous li,
    .pagination #next li {
        float: none;
    }
    .comments h3 .icon {
        display: none;
    }
    .form-wrap .btn[type="submit"] {
        white-space: normal;
    }
    .form-wrap .btn[type="submit"] .icon {
        display: none;
    }
    .submit_form .icon {
        display: none !important;
    }
	.check-lilac .wpcf7-checkbox span.wpcf7-list-item{
		display:block;
	}
	.check-lilac .wpcf7-checkbox.center .wpcf7-list-item.first,
	.check-lilac .wpcf7-checkbox.center span.wpcf7-list-item{
		margin-left:0;
	}
}
@media (max-width: 390px) {
    #form-rsvp .center {
        float: left;
        width: 100%;
    }
    #form-rsvp input.wpcf7-submit {
        background-size: cover;
        width: 260px;
        margin: 0 !important;
    }
    .radio-lilac .wpcf7-list-item {
        padding: 0 !important;
    }
    .radio-lilac .wpcf7-list-item.first {
        margin-bottom: 10px;
    }
	.check-lilac .wpcf7-checkbox.center{
		float:none !important;
	}
}
/* Retina Images ***************************************************/

@media (min-resolution: 144dpi) {
    .divider-bottom-1 {
        padding-bottom: 580px;
    }
    .divider-bottom-1::after {
        height: 482px;
        background-image: url('../images/divider_1@2x.png');
    }
    .divider-bottom-2 {
        padding-bottom: 970px;
    }
    .divider-bottom-2::after {
        height: 1564px;
        background-image: url('../images/divider_2@2x.png');
    }
    .divider-top-2 {
        padding-bottom: 480px;
    }
    .divider-top-2::before {
        height: 482px;
        background-image: url('../images/divider_5@2x.png');
    }
}

.archive .blog-bottom-info{
	margin-bottom:40px;
}

.archive .blog-cats-list .post{
	margin-bottom:60px;
}

#video_fallback{
    position: fixed;
    left: 0;
    top: 0;
	height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: -6;
}

.youtube-video-background {
	position: fixed;
	background: transparent;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
}

.youtube-video-foreground,
.youtube-video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .youtube-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .youtube-video-foreground { width: 300%; left: -100%; }
}

.background-video{
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  max-width: none;
}