@font-face {
  font-family: 'LeckerliOne';
  src: url(../fonts/LeckerliOne-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'CinzelDecorative';
  src: url(../fonts/CinzelDecorative-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Light.ttf) format('truetype');
  font-weight: lighter;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Italic.ttf) format('truetype');
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'rotis';
  src: url('../fonts/AgfaRotisSemiSerif-Bold.ttf') format('truetype');
}
/**
* 0.0 General
*
* The style of General section.
*/
body {
  color: #949494;
  font-family: 'Open Sans', Serif;
  font-size: 14px;
  background-color: #fff;
  /*background-image: url(../image/bg-sand-pattern.png);*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404040;
}
a:link,
a:visited {
  color: #f5b53d;
}
a:hover,
a:focus {
  color: #f5a91b;
  outline: none;
  text-decoration: none;
}
.page section {
  padding: 85px 0px;
}
.me-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f0e1;
  box-shadow: 0px 0px 2.91px 0.09px rgba(204, 204, 204, 0.294);
}
/* section title */
h1.header-title {
  font-family: 'CinzelDecorative';
  font-size: 30px;
  margin-top: 0px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.me-title {
  margin-top: 0px;
  text-align: center;
}
.me-title p {
  margin-top: 10px;
  color: #808080;
  margin-bottom: 50px;
}
.icon {
  width: 30px;
  height: 30px;
}
.me-title .icon {
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: #a1e1e5;
}
.me-title .right-line,
.me-title .left-line {
  background-color: #c7c7c7;
  width: 25px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
/* separator */
.me-separator {
  height: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
/* navigation */
.navbar {
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  position: absolute;
  z-index: 500;
}
.navbar-inner {
  position: relative;
}
.navbar-brand {
  float: none;
  font-family: 'LeckerliOne';
  font-size: 40px;
  line-height: 1;
  padding: 20px;
  color: #fff;
  display: inline-block;
  height: auto;
}
ul.nav.navbar-nav {
  padding: 0;
  margin: 0px -15px;
}
ul.nav.navbar-nav > li {
  margin-top: 15px;
  margin-bottom: 0px;
}
.navbar-center {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
}
#me-navbar {
  text-align: right;
  font-size: 14px;
}
.nav > li > a {
  color: rgba(0, 0, 0, 0.5);
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.nav > li > a:active,
.nav > li.active > a:active {
  outline: none;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  left: 0;
  position: fixed;
  right: 0;
}
/* Table */
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
/* for menu toggle */
.navbar-header {
  padding: 22px 0px;
}
button.navbar-toggle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
button.navbar-toggle .icon-bar {
  background-color: #fff;
}
button.navbar-toggle:hover,
button.navbar-toggle:focus {
  background-color: #ddd;
}
/* for waypoint */
.navbar {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 0.5s ease 0s;
  height: 80px;
  max-height: 80px;
  /*position: fixed;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-size: 0px;
}
ul.navbar-nav > li,
.navbar-brand {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 0.5s ease 0s;
}
/* Large header */
.me-header-large {
  height: 80px;
}
/* Small header */
.me-header-small {
  height: 50px;
}
.me-header-small .navbar-header {
  padding: 7px 0px;
}
.me-header-small .navbar-brand {
  font-size: 30px;
  padding: 5px;
}
.me-header-small .nav.navbar-nav li {
  margin: 0px;
}
/* Darker header */
.me-header-darker {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}
.me-header-darker .navbar-header {
  padding: 7px 0px;
}
.me-header-darker .navbar-brand {
  font-size: 30px;
  padding: 5px;
}
.me-header-darker .nav.navbar-nav li {
  margin: 0px;
}
/* logo for preloading */
.me-slide-box {
  /*background-image: url('../image/logo_bg_blue.png');*/
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 50%;
  width: 30%;
  /*width: 300px;*/
  height: 50%;
  /*height: 70vh;*/
  /*height: 197px;*/
  max-width: 450px;
  max-height: 250px;
  min-width: 255px;
  min-height: 190px;
  margin: 0 auto;
  display: block;
  /*padding: 3% 0;*/
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.me-slide-box svg#default-logo,
.me-slide-box img#custom-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px;
}
.me-slide-box .me-slide-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.me-slide-box .me-slide-content .me-font-slide-title {
  font-family: 'GreatVibes-Regular';
  font-size: 3vw;
  letter-spacing: 2px;
  z-index: 5;
  padding: 0;
  margin: 0;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  color: inherit;
  /*position: absolute;
			top: 0;*/
}
.loaded .me-slide-box {
  /*background-image: url('../image/logo_bg.png');*/
}
.me-slide-box .me-font-date {
  font-size: 1.4vw;
  fill: currentColor;
}
.ip-logo .me-slide-box {
  transition: color 1s ease;
  color: #404040;
}
.loaded .ip-logo .me-slide-box {
  color: rgba(255, 255, 255, 0.8);
}
@-webkit-keyframes animLoadedSlide {
  to {
    -webkit-transform: translate3d(70%, 0, 0);
  }
}
@keyframes animLoadedSlide {
  to {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
  }
}
/* after loaded, logo will be moved to the right */
@media only screen and (min-width: 769px) {
  .loaded .me-slide-box {
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-animation: animLoadedSlide 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation: animLoadedSlide 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  }
}
/* for tablet */
@media only screen and (max-width: 768px) {
  .me-slide-box .me-font-slide-title {
    font-size: 24px;
  }
  .me-slide-box .me-font-date {
    font-size: 14px;
  }
  .navbar {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
}
/* for small device - hide logo */
@media only screen and (max-width: 480px) {
  .loaded .me-slide-box {
    display: none;
  }
}
/**
* 1. Header
*
* Contain the bxSlider
*/
#me-slider {
  /*background: transparent url(../image/slider-1.jpg) no-repeat 50% top;*/
  background-attachment: fixed;
  /*height: 890px;*/
  height: auto;
  position: relative;
  padding: 0px;
}
#me-slider .sand-bottom {
  background: url(../image/sand-decoration-slider.png) no-repeat;
  background-position: center bottom;
  background-size: 1600px 100px;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 100;
}
div#heroslider {
  position: relative;
  min-height: 179px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (min-width: 768px) {
  div#heroslider {
    min-height: 429px;
  }
}
div#heroslider.closed {
  height: 0;
}
div#heroslider .bx-wrapper {
  margin: 0 auto;
}
div#heroslider .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  z-index: 1;
}
div#heroslider ul.bxslider {
  margin: 0;
  background: #212121;
  height: 100%;
}
div#heroslider ul.bxslider li img {
  /*min-height: 100%; min-width: 1600px; */
  /*width: 100%; */
  margin: 0 auto;
  /* if need to show image real size just remove this line */
}
/* Uncomment the width for the image to stretch across the entire viewport. */
div#heroslider ul.bxslider li div {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 70%;
  max-width: 940px;
}
div#heroslider ul.bxslider li div p {
  display: table;
  position: relative;
}
div#heroslider ul.bxslider li div p.line1 {
  font-size: 48px;
  margin-left: -50%;
  padding: 10px 30px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
div#heroslider ul.bxslider li div p.line2 {
  font-size: 24px;
  margin-left: -50%;
  padding: 10px 30px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
div#heroslider ul.bxslider li div a {
  display: inline-block;
  position: relative;
  margin-left: -50%;
  padding: 10px 30px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  background: #0098d7;
}
/* bx_slider widget */
aside.widget.Bx-Slider-widget {
  margin-bottom: 0px;
}
/* new arrow for previous and next button */
#heroslider .bx-wrapper .bx-prev {
  background: url("../image/prev-next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 8%;
}
#heroslider .bx-wrapper .bx-prev:hover {
  background: url("../image/prev-next.png") no-repeat scroll -70px 0 rgba(0, 0, 0, 0);
}
#heroslider .bx-wrapper .bx-next {
  background: url("../image/prev-next.png") no-repeat scroll -35px 0 rgba(0, 0, 0, 0);
  right: 8%;
}
#heroslider .bx-wrapper .bx-next:hover {
  background: url("../image/prev-next.png") no-repeat scroll -105px 0 rgba(0, 0, 0, 0);
}
#heroslider .bx-wrapper .bx-controls-direction a {
  height: 76px;
  width: 35px;
}
/* bx-pager */
#heroslider .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 40px;
  z-index: 50;
}
/* media query for bxslider */
/*@media only screen and  (max-width: 768px) {

	div#heroslider {
		min-height: 80px;
	}

}
*/
/**
* 1.0  separator content section
*
* Blank section before content
*/
section#me-separator-content {
  height: 0px;
  padding: 0px;
}
/**
* 1.1 # About-us
*
* The style of About-us Section.
*/
#me-about-us {
  /*padding-bottom: 0px;*/
}
.icon-flower {
  width: 34px;
  height: 32px;
}
img.sand-couple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
canvas#speech-left {
  display: block;
  position: absolute;
  left: -5px;
  top: 38px;
}
canvas#speech-right {
  display: block;
  position: absolute;
  right: -5px;
  top: 38px;
}
.couple img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#me-about-us h2.person-name {
  font-family: 'LeckerliOne', Arial, Serif;
  color: #72d1d7;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 24px;
}
#me-about-us #person-1,
#me-about-us #person-2 {
  padding: 20px 15px 20px 15px;
  min-height: 358px;
  position: relative;
}
#me-about-us #person-1 {
  margin-right: -15px;
}
#me-about-us #person-2 {
  margin-left: -15px;
}
#person-1:after {
  content: none;
  position: absolute;
  border-style: solid;
  border-width: 20px 0 20px 16px;
  border-color: transparent #f8f0e1;
  display: block;
  width: 0;
  z-index: 1;
  right: -15px;
  top: 38px;
}
@media only screen and (min-width: 768px) {
  #person-1:after {
    content: '';
  }
}
#person-2:after {
  content: none;
  position: absolute;
  border-style: solid;
  border-width: 20px 16px 20px 0;
  border-color: transparent #f8f0e1;
  display: block;
  width: 0;
  z-index: 1;
  left: -15px;
  top: 38px;
}
@media only screen and (min-width: 768px) {
  #person-2:after {
    content: '';
  }
}
#person-1 p,
#person-2 p {
  min-height: 200px;
}
#me-about-us .social-box {
  margin-top: 20px;
}
#me-about-us .couple {
  position: relative;
  overflow: hidden;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  /*min-height: 358px;*/
}
.frame-inner {
  margin: 20px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/**
* 1.2 Timeline
*
* The style of timeline section
*/
#me-timeline {
  /*padding-bottom: 0px;*/
}
/**
* 1.3 Special
*
* The style of Special section. The media query is at the end.
*/
#me-special {
  padding-bottom: 70px;
}
#me-special .image-box {
  height: 150px;
  line-height: 150px;
}
#me-special .image-box img {
  display: inline-block;
  vertical-align: bottom;
}
.special-item h2 {
  color: #404040;
  font-size: 24px;
}
.bg-sand {
  background: transparent url(../image/bg-sand.png) no-repeat;
  height: 106px;
  position: relative;
  top: 40px;
  z-index: -1;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .bg-sand {
    visibility: visible;
  }
}
#me-special .special-1,
#me-special .special-2 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #me-special .special-1,
  #me-special .special-2 {
    margin-bottom: 0px;
  }
}
/**
* 1.4 Registry
*
* The style of Gift section. No media query.
*/
#me-registry {
  /*padding-bottom: 0px;*/
}
#me-registry h2 {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 14px;
}
.gift-box {
  padding: 24px 28px;
  margin-bottom: 10px;
}
.gift-box-inner {
  position: relative;
}
.gift-box-inner p {
  margin-bottom: 30px;
}
.gift-box a {
  position: absolute;
  bottom: 0;
}
.me-box-image {
  /*width: 55%;*/
  width: 274px;
  margin-right: 25px;
  float: left;
  height: 200px;
  overflow: hidden;
}
.me-box-image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
aside.widget.th-gift a {
  color: #f5a91b;
}
aside.widget.th-gift a:hover {
  color: #f5b53d;
}
/**
* 1.5 Gallery
*
* The style of Gallery section. No media query.
*/
#me-gallery {
  padding-bottom: 85px;
}
.icon-gallery {
  width: 30px;
  height: 30px;
}
/**
* 1.6 Testimonails
*
* The style of Testimonails section.
*/
#testimonials .bx-wrapper .bx-pager {
  bottom: -60px;
}
#testimonials .bx-viewport ul {
  padding-left: 0px;
}
#testimonials h3 {
  font-size: 14px;
}
#me-testimonails {
  background-image: url('../image/bg-testimonails.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  height: 343px;
  padding-top: 67px;
  position: relative;
  color: #808080;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #me-testimonails {
    background-image: url("../image/bg-testimonails@2x.jpg");
    background-size: 1600px auto;
  }
}
@media only screen and (min-width: 1281px) {
  #me-testimonails {
    background-attachment: fixed;
  }
}
#me-testimonails h1 {
  color: #fff;
}
#me-testimonails .content {
  background-color: rgba(255, 255, 255, 0.502);
  height: 124px;
  padding: 30px 0;
  margin-top: 25px;
}
@media only screen and (min-width: 1281) {
  #me-testimonails .content {
    height: auto;
  }
}
#me-testimonails .sand-top {
  background: transparent url(../image/sand-decoration-top.png) no-repeat;
  background-position: center top;
  width: 100%;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
#me-testimonails .sand-bottom {
  background: url(../image/sand-decoration-bottom.png) no-repeat;
  background-position: center bottom;
  background-size: 1600px 26px;
  height: 26px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 100;
}
/**
* 1.7 Recent Blog
*
* The style of 'Recent Blog' section. The Media query is at the end.
*/
#me-blog {
  padding-bottom: 85px;
}
#me-blog i.fa {
  color: #e1e1e1;
}
.icon-blog {
  width: 30px;
  height: 30px;
}
.me-blog-content h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.me-blog-item {
  padding: 15px;
  min-height: 268px;
  position: relative;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f0e1;
  box-shadow: 0px 0px 2.91px 0.09px rgba(204, 204, 204, 0.294);
}
.me-featured-video > iframe {
  min-height: 235px;
}
.me-featured-video img {
  max-width: 100%;
  height: auto;
}
.me-featured-image,
.me-featured-video {
  position: relative;
  width: 37%;
  max-height: 268px;
  overflow: hidden;
  min-height: 130px;
}
.me-featured-image-hidden {
  width: 0px;
}
.me-featured-image img {
  max-width: 100%;
  height: auto;
}
/* bubble speech for .blog-odd */
.blog-odd .me-featured-image:before {
  border-color: transparent #f8f0e1 transparent transparent;
  border-width: 18px;
  border-style: solid;
  position: absolute;
  right: -4px;
  top: 20px;
  width: 0px;
  content: "";
}
/* bubble speech for .blog-even */
.blog-even .me-featured-image:before {
  border-color: transparent transparent transparent #f8f0e1;
  border-width: 18px;
  border-style: solid;
  position: absolute;
  left: -5px;
  top: 20px;
  width: 0px;
  content: "";
}
/* picture frame */
.me-featured-image:after {
  margin: 20px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
/* flag */
.me-flag-date {
  width: 104px;
  height: 31px;
  display: inline-block;
  position: absolute;
  top: 6px;
  line-height: 31px;
  color: #fff;
  z-index: 1;
}
.blog-odd .me-flag-date {
  left: 0;
  padding-left: 10px;
  text-align: left;
}
.blog-odd .me-flag-date svg {
  position: absolute;
  z-index: -5;
  width: 100%;
  left: -1px;
}
.blog-even .me-flag-date {
  right: -2px;
  padding-right: 10px;
  text-align: right;
}
.blog-even .me-flag-date svg {
  position: absolute;
  z-index: -5;
  width: 100%;
  right: -1px;
}
.me-blog-content {
  position: absolute;
  top: 0;
  height: 100%;
  max-width: 685px;
  width: 60%;
}
.me-blog-content-full {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
.me-featured-image-hidden {
  width: 0px;
}
.me-blog-content p {
  max-height: 80px;
  overflow: hidden;
}
.blog-odd .me-featured-image,
.blog-odd .me-featured-video {
  /* margin-right: 25px; */
  margin-right: 3%;
  float: left;
}
.blog-even .me-featured-image,
.blog-even .me-featured-video {
  margin-left: 3%;
  float: right;
}
.blog-odd .me-blog-content {
  right: 0px;
  padding-right: 15px;
}
.blog-even .me-blog-content {
  left: 15px;
}
.blog-even .me-blog-content-full {
  right: 0;
  left: 0;
}
.tags-comments a {
  color: #959595;
}
.tags-comments a:focus,
.tags-comments a:hover {
  color: #f5a91b;
}
.blog-odd .tags-comments,
.blog-even .tags-comments {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-left: 15px;
}
.readmore:link,
.readmore:visited {
  width: 100px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #edce91;
  color: #fff;
  border: none;
  font-style: italic;
  line-height: 1.1;
}
.readmore:hover,
.readmore:focus {
  background-color: #edc576;
  color: #fff;
}
.blog-more a {
  margin-top: 25px;
}
/* sticky post */
.sticky:after {
  color: #72d1d7;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  padding-right: 0.5em;
  position: absolute;
  right: 5px;
  text-decoration: inherit;
  top: -5px;
}
@media only screen and (max-width: 480px) {
  .me-featured-image,
  .me-featured-video,
  .me-blog-content {
    width: 100%;
  }
  .me-featured-image-hidden {
    display: none;
  }
  .blog-odd .me-featured-image:before,
  .blog-even .me-featured-image:before {
    display: none;
  }
  .me-blog-content {
    position: relative;
    height: auto;
  }
  .blog-odd .me-blog-content {
    float: right;
  }
  .blog-even .me-blog-content {
    float: left;
  }
  .tags-comments {
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
    float: right;
    padding-top: 10px;
  }
}
/**
* 1.8 RSVP Section
*
* Map + countdown + rsvp
*/
#me-join-with-us .sand-top {
  background: url(../image/sand-decoration-top.png) no-repeat;
  height: 26px;
  width: 100%;
  position: absolute;
  top: -10px;
  background-position: center top;
  background-size: 1600px 26px;
  z-index: 10;
  /*	right: 0;
	left: 0;*/
  overflow: hidden;
}
#me-join-with-us {
  /*background: transparent url(../image/bg_rsvp.jpg) no-repeat;*/
  background-image: url('../image/bg_rsvp.jpg');
  /*background: transparent url(../image/bg_contact.jpg) no-repeat;*/
  background-position: 50% 0%;
  background-attachment: scroll;
  /*background-size: 1600px auto;*/
  background-size: cover;
  /*transform: translate(0,0);*/
  color: #fff;
  padding-bottom: 0px;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #me-join-with-us {
    background-image: url("../image/bg_rsvp@2x.jpg");
    background-size: 1600px auto;
  }
}
@media only screen and (min-width: 1281px) {
  #me-join-with-us {
    background-attachment: fixed;
  }
}
#me-join-with-us.me-section-contact {
  background-image: url('../image/bg_contact.jpg');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #me-join-with-us.me-section-contact {
    background-image: url("../image/bg_contact@2x.jpg");
    background-size: 1600px auto;
  }
}
#me-join-with-us .icon-rsvp {
  background-image: url('../image/title-icon/icon-rsvp.svg');
  width: 24px;
  height: 37px;
}
#me-join-with-us .left-line,
#me-join-with-us .right-line {
  background-color: #fff;
}
#me-join-with-us h1 {
  color: #fff;
}
#me-join-with-us h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.wedding-date {
  color: #f2d9aa;
}
.btn-attend {
  background: rgba(0, 0, 0, 0.102) url(../image/btn-attend.png) no-repeat;
  border: none;
  width: 136px;
  height: 35px;
}
a.btn-attend:hover,
a.btn-attend:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
#me-join-with-us .content p {
  line-height: 2;
}
#me-join-with-us .content img {
  /*padding: 20px 0px 50px 0px;*/
}
#me-join-with-us .widget-title {
  text-align: left;
  font-size: 1.7em;
  color: #ffffff;
  background-image: none;
}
/* countdown */
.me-countdown {
  padding-left: 0px;
}
@media only screen and (min-width: 1281px) {
  .me-countdown {
    padding-left: 18%;
  }
}
.me-countdown aside.widget.th-rsvp {
  text-align: right;
}
.me-countdown .form-group {
  float: right;
}
.me-countdown #btn-rsvp-widget-submit {
  font-weight: 700;
}
.me-countdown .select2-selection {
  text-align: left;
}
.me-countdown aside.color-picker-widget {
  margin-bottom: 0px;
}
/* rsvp */
.me-countdown .th-rsvp {
  margin-bottom: 30px;
}
/* map */
.map-label {
  color: #72d1d7;
}
/* contact form 7  */
.me-section .widget_custom_cf7 {
  text-align: left;
}
.me-section textarea.wpcf7-form-control,
.me-section input.wpcf7-form-control {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 6px 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .me-section textarea.wpcf7-form-control,
  .me-section input.wpcf7-form-control {
    width: auto;
  }
}
.me-section textarea.wpcf7-form-control {
  max-height: 150px;
}
.me-section .wpcf7-form-control.wpcf7-submit {
  /*background-image: url(../image/btn_send.png);*/
  width: 136px;
  height: 35px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  background-color: #f2d9aa;
  color: #404040;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.me-section .ajax-loader {
  padding-bottom: 0px;
}
.me-section .wpcf7-response-output {
  border-color: #f2d9aa;
  margin: 5px 0px 0px;
}
/* footer */
footer p {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 18px 0px;
  margin: 0px;
  line-height: 1.1;
  font-size: 12px;
}
/**
* 2.0 Blog index page
* Auther: Themehome
* Show blog index page in masonry style
*/
/* blog header */
.me-blog-header {
  background: transparent url(../image/bg-blog-header.jpg) no-repeat 50% top;
  background-attachment: fixed;
  height: 350px;
  position: relative;
}
/* page header */
.me-blog-header h1 {
  letter-spacing: 0;
  color: #010101;
  position: relative;
  top: 180px;
  text-transform: none;
}
/* blog content in masonry style */
.me-blog-contents {
  padding-top: 45px;
}
.blog-masonry {
  position: relative;
}
.blog-masonry .content-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f0e1;
  width: 262px;
  float: left;
  margin: 15px;
  position: relative;
}
.blog-masonry .content-box img {
  width: 100%;
  height: auto;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.blog-masonry .content-box .small-wave {
  background: transparent url(../image/blog/small_wave.png) 50% 50% no-repeat;
  height: 6px;
}
.blog-masonry .content-box h3 {
  font-size: 16px;
  margin: 25px 0px;
}
.blog-masonry .content-box a {
  color: inherit;
}
.blog-masonry .content-box {
  box-shadow: 0 0 0 0 #f2d9aa;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -kthtml-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-masonry .content-box:hover {
  box-shadow: 0 0 1px 3px #f2d9aa;
}
.blog-masonry .content-box a:hover {
  color: #8ebfc3;
}
.blog-masonry .content-box p {
  margin-bottom: 15px;
}
.blog-masonry .post-meta-data {
  display: inline-block;
  margin: 15px 0px;
}
.icon-footer {
  background-image: url('../image/title-icon/icon-footer.png');
  width: 3%;
  height: auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.me-site-info {
  color: #404040;
  padding: 10px 0px 15px 0px;
  font-weight: lighter;
}
/* search submit form */
aside.widget_search {
  position: relative;
}
aside.widget_search label {
  width: 100%;
}
.screen-reader-text {
  display: none;
}
input[type="search"] {
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 32px;
  width: 100%;
  padding-left: 7px;
}
/* search submit */
.me-sidebar input.search-submit[type="submit"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../image/btn-search.png);
  background-position: 50% 50%;
  width: 22px;
  height: 22px;
  padding: 0px;
  outline: none;
  border: none;
  color: transparent;
  position: absolute;
  top: 7px;
  right: 7px;
}
/* blog sidebar */
.widget-title {
  font-size: 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  text-align: center;
}
aside.widget {
  margin-bottom: 50px;
}
aside.widget > ul {
  list-style-type: none;
  padding-left: 60px;
  margin-top: 25px;
}
aside.widget > ul > li {
  padding-bottom: 15px;
}
aside.widget a {
  color: #959595;
}
aside.widget a:hover {
  color: #8ebfc3;
}
/* sidebar */
.me-sidebar {
  overflow: hidden;
}
/* rss */
.widget_rss ul li {
  list-style-type: none;
  padding-left: 0;
  border-bottom: 1px solid #E6E6E6;
}
.widget_rss ul li a {
  font-size: 16px;
  padding: 7px 0;
  color: #8DD1D6;
  transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  display: block;
}
.widget_rss ul li cite:before {
  font-family: FontAwesome;
  content: "\f007";
  display: inline-block;
  padding-right: 3px;
  font-style: normal;
}
.widget_rss ul li cite {
  color: #6AD1D6;
}
/* blog footer */
hr.hr-footer {
  width: 45%;
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
  border-color: #d7d7d7;
}
/* blog pagination */
nav.navigation.pagination {
  margin-top: 35px;
}
nav.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 1px 7px 2px 7px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #72d1d7;
  color: #72d1d7;
}
nav.navigation.pagination .current {
  background-color: #72d1d7;
  color: #fff;
}
/**
* 3.0 Single Blog
* Auther: Themehome
* Show standard single post
*/
.me-single-post {
  margin-bottom: 70px;
}
.me-post-article {
  margin-bottom: 40px;
}
.me-post-article img {
  margin-right: 10px;
}
.me-post-article h3 {
  padding-top: 10px;
  font-size: 20px;
}
img.single-post-thumbnail {
  width: 100%;
  height: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.blog-default article.format-standard > p {
  padding: 30px 0px 20px;
  line-height: 2em;
}
.blog-masonry article.format-standard > p {
  padding: 0px;
}
.fa-blue {
  color: #72d1d7;
  font-size: 20px;
}
.me-post-share,
.me-post-tags {
  margin-top: 20px;
}
.me-post-share {
  display: none;
}
.me-separator-brown {

}
.me-single-post > .me-separator {
  margin-top: 55px;
  margin-bottom: 45px;
}
/**
* 3.1 Single Blog - Comment List
* Auther: Themehome
* Comment List Style
*/
h2.comments-title {
  font-size: 20px;
}
hr.comment-item {
  margin-top: 10px;
  margin-bottom: 0;
  border-color: #eaeaea;
}
.me-comment-item {
  padding-top: 40px;
}
.me-comment-text > p {
  min-height: 40px;
}
.me-avatar {
  float: left;
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2d9aa;
  margin-left: 20px;
  margin-right: 60px;
  overflow: hidden;
}
.me-avatar:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\f007";
  font-size: 40px;
  line-height: 100px;
  color: #404040;
  left: 35px;
}
.me-avatar > img {
  z-index: 1;
  position: relative;
}
.me-comment-time {
  float: right;
  color: #808080;
}
.me-reply-item {
  text-align: right;
}
a.comment-reply-link {
  color: #404040;
}
ol.comment-list {
  margin-bottom: 70px;
}
ol.comment-list li {
  list-style: none;
}
/**
* 3.2 Single Blog - Comment Form
* Auther: Themehome
* Comment Form Style
*/
.comment-respond {
  margin-top: 20px;
}
h3.comment-reply-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.me-comment-input {
  margin: 0 0 20px;
}
.me-comment-input textarea,
.me-comment-input input[type="tel"],
.me-comment-input input[type="url"],
.me-comment-input input[type="time"],
.me-comment-input input[type="text"],
.me-comment-input input[type="date"],
.me-comment-input input[type="email"],
.me-comment-input input[type="number"],
.me-comment-input input[type="search"],
.me-comment-input input[type="password"],
.me-comment-input input[type="datetime"] {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  outline: medium none !important;
  padding: 8px 12px;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -kthtml-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  vertical-align: baseline;
  width: 100%;
}
.form-submit {
  text-align: right;
}
/* submit button */
.form-submit input#submit {
  padding: 6px 27px;
  font-style: italic;
  background-color: #edce91;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.form-submit input#submit:hover,
.form-submit input#submit:focus {
  background-color: #edc576;
  color: #fff;
}
/**
* 4. Default Page template
* Auther: Themehome
* Style of default page template
*/
.me-page-header {
  background: transparent url(../image/bg-blog-header.jpg) no-repeat 50% top;
  background-attachment: fixed;
  height: 350px;
  position: relative;
}
.me-page-header h1 {
  letter-spacing: 0;
  color: #010101;
  position: relative;
  top: 180px;
  text-transform: none;
}
.me-page-contents {
  padding-top: 45px;
}
/**
* 5. Search Page template
* Auther: Themehome
* Style of search result page template
*/
.byline,
.updated:not(.published) {
  display: none;
}
.comments-link {
  padding-right: 20px;
}
/**
* CSS for wordpress
* Auther: Themehome
*
*/
/* caption */
.wp-caption.alignleft {
  text-align: left;
}
.wp-caption.alignright {
  text-align: right;
}
.wp-caption.aligncenter {
  text-align: center;
}
/* gallery */
/* bypostauthor */
/* Entry Content */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
  height: auto;
}
