/*-----------------------------------------------------------------------------------*/
/*	1. CSS RESET
/*  http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 1. Base Body Styles -----------------------------------------------------------------------------------------------*/
body {
  background: url(../images/body.png) #f0ece1;
  color: #a0a0a0;
  font: 13px 'Droid Sans', sans-serif;
  line-height: 21px;
}

.website-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/website-loader.gif") center center no-repeat #ffffff;
  z-index: 999999;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #d3af80;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:visited {
  color: #d3af80;
}
a:active, a:focus, a:hover {
  color: #824328;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #9d7653;
  font-family: 'Droid Serif', serif;
}

h1 {
  font-size: 32px;
  line-height: 38px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
}

h5 {
  font-size: 13px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}

p {
  line-height: 20px;
}

em, code, strong, b {
  margin: 0 2px;
}

strike, em, strong, b {
  color: #676666;
}

code {
  color: #824328;
}

ins, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

article address {
  padding: 1em;
  border-left: 5px solid #ebd09b;
}

pre {
  max-width: 100%;
  margin: 10px 0;
  display: block;
  padding: 1em;
  background: #fdf4e3;
  border-left: 5px solid #ebd09b;
  font-family: "Courier New",Courier,monospace;
  white-space: pre-wrap;
}

tt {
  font-family: "Courier New",Courier,monospace;
}

sub {
  font-size: 8px;
  vertical-align: bottom;
}

sup {
  font-size: 10px;
  vertical-align: top;
}

form {
  width: 100%;
  margin-bottom: 15px;
}
form div, form p {
  margin-bottom: 15px;
}
form label {
  color: #824328;
  display: block;
}
form input[type="text"], form input[type="password"], form select, form textarea {
  padding: 5px 5px;
  outline: none;
  font-size: 13px;
  color: #ab7868;
  background-color: #fff9f1;
  border: 1px solid #fff;
}
.screen-reader-text {
  display: none;
}

.lt-ie9 form input[type="text"], form input[type="password"], .lt-ie9 form select, .lt-ie9 form textarea {
  border: 1px solid #e6e6e6;
}
.lt-ie9 form input[type="text"].error, .lt-ie9 form select.error, .lt-ie9 form textarea.error {
  border: 1px solid #ff1a3a;
}

form select {
  height: 30px;
  padding: 5px 1px;
  width: 213px;
}
form input[type="text"], form input[type="password"] {
  width: 198px;
  height: 30px;
}

form textarea {
  width: 90%;
  height: 120px;
  line-height: 20px;
  resize: vertical;
}
form input[type="text"]:focus, form textarea:focus {
  background-color: #f6e0c4;
}
form fieldset {
  margin-bottom: 15px;
  border: 1px solid #FBDFAA;
  padding: 10px;
}
form fieldset legend {
  padding: 4px 10px;
  color: #824328;
}
form fieldset p, form fieldset div {
  margin-bottom: 10px !important;
}
form fieldset label {
  display: inline-block;
}
form fieldset input[type="radio"], form fieldset input[type="checkbox"] {
  vertical-align: top;
  height: 20px;
  width: auto;
  padding: 0;
  margin: 0 5px 0 2px;
}

.button {
  cursor: pointer;
  display: inline-block;
  background-color: #824328;
  border: 2px solid #ffffff;
  padding: 5px 12px;
  color: #fff;
  font-size: 13px;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
  display: inline-block;
  font-variant: small-caps;
  background-color: #d2ae7e;
  border: 1px solid #ffffff;
  padding: 2px 10px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0 0 2px #d2ae7e;
  -moz-box-shadow: 0 0 0 2px #d2ae7e;
  -webkit-box-shadow: 0 0 0 2px #d2ae7e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  cursor: pointer;
  display: inline-block;
  background-color: #d2ae7e;
  border: 1px solid #ffffff;
  padding: 2px 10px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0 0 2px #d2ae7e;
  -moz-box-shadow: 0 0 0 2px #d2ae7e;
  -webkit-box-shadow: 0 0 0 2px #d2ae7e;
}

.button:hover, .button:focus {
  background-color: #55240f;
}

input[type="submit"]:hover, input[type="reset"]:hover {
  background-color: #9d7653;
  box-shadow: 0 0 0 2px #9d7653;
  -moz-box-shadow: 0 0 0 2px #9d7653;
  -webkit-box-shadow: 0 0 0 2px #9d7653;
}

button:hover, button:focus {
  background-color: #55240f;
}

.post-password-required input[type="password"] {
  display: block;
  margin: 0 10px 10px 0;
  padding: 0 5px;
}

/*  1.1 Common CSS3 Styles -------------------------------------------------------------------------------------------*/
.light_shadow, form input[type="text"], form select, form textarea, .event-section, .single-gallery-item .gallery-item img {
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  -moz-box-shadow: 0 0 0 1px #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6;
}

.button_shadow, .button {
  -webkit-box-shadow: #f9f9f9 -1px -1px 0, 1px 1px 1px #d8d8d8;
  -moz-box-shadow: #f9f9f9 -1px -1px 0, 1px 1px 1px #d8d8d8;
  box-shadow: #f9f9f9 -1px -1px 0, 1px 1px 1px #d8d8d8;
}

.light_transition, .button:hover, .button:focus, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, button:focus, article.page a.read-more,
article.post a.read-more,
a.read-more, .readmore:hover, .readmore:focus {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* 2.1 Fonts ---------------------------------------------------------------------------------------------------------*/
#header ul li > ul > li > a,
#pagination,
#rsvp-form .contact-form .readmore,
a.readmore,
.event-single article small,
.article-date,
ul.carousel .price span,
#header ul li a {
  font-family: 'Droid Serif', serif;
}

#commentform, form, article dl, .contact-form, #contact-form, #rsvp-form, textarea {
  font-family: 'Droid Sans', sans-serif;
}

#contact-form .contact-form #message, #contact-form .contact-form label {
  font-family: 'Droid Sans', sans-serif;
}

/* 2.2 Image Alignment -----------------------------------------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 0 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 2.3 Image Caption -------------------------------------------------------------------------------------------------*/
.wp-caption {
  background: #fff;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
  visibility: visible;
}

.gallery-caption {
  visibility: visible;
}

.bypostauthor {
  visibility: visible;
}

/* 2.4 Image Border --------------------------------------------------------------------------------------------------*/
.img-border {
  display: block;
  margin-bottom: 15px;
  border: 6px solid #fafafa;
}

article.page a.read-more,
article.post a.read-more,
a.read-more {
  display: inline-block;
  color: #fff;
  background: #d3af80;
  padding: 3px 15px;
  /*  padding-right: 15px;*/
  font-variant: small-caps;
  /*  background: url(../images/rm-arrow.png) no-repeat right 5px;*/
}
article.page a.read-more:hover,
article.post a.read-more:hover,
a.read-more:hover {
  color: #fff;
  background-color: #9d7653;
  /*    background: url(../images/rm-arrow.png) no-repeat right -28px;*/
}

.readmore {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-variant: small-caps;
  padding: 3px 10px 2px;
  border: 1px solid #ffffff;
  background-color: #d2ae7e;
  box-shadow: 0 0 0 2px #d2ae7e;
  -moz-box-shadow: 0 0 0 2px #d2ae7e;
  -webkit-box-shadow: 0 0 0 2px #d2ae7e;
}
.readmore:hover, .readmore:focus {
  background-color: #9d7653;
  box-shadow: 0 0 0 2px #9d7653;
  -moz-box-shadow: 0 0 0 2px #9d7653;
  -webkit-box-shadow: 0 0 0 2px #9d7653;
}

.btn-wrapper {
  background: url("../images/page-title.png") repeat-x 0 center;
}

.btn-inner-wrapper {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
}

/* 2.5 Bottom Strip --------------------------------------------------------------------------------------------------*/
.bottom-strip-wrapper {
  background: #f7f7f7;
  height: 4px;
}

/* 2.6 Page Head -----------------------------------------------------------------------------------------------------*/
.daydream-banner {
  background-color: #d3c2a4;
}
.daydream-banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.page-head h1 {
  background: url(../images/page-title.png) repeat-x 0 20px;
  text-align: center;
  font-variant: small-caps;
  margin-bottom: 20px;
  line-height: 38px;
  font-size: 28px;
}
.page-head h1 span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 7px;
}
.page-head p {
  text-align: center;
  margin-bottom: 25px;
}

.welcome-text {
  font-family: 'droid serif',serif;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  text-align: center;
}

/* 2.7 Top & Bottom Container Styles ---------------------------------------------------------------------------------*/
.container-top {
  /*  background: url(../images/container-top.png) no-repeat center top;*/
  margin: -34px 0 16px;
}

.container-bottom {
  /*  background: url(../images/container-bottom.png) no-repeat center top;*/
  margin-bottom: -38px;
}

.container-top, .container-bottom {
  width: 100%;
  height: 54px;
  overflow: hidden;
}

/* 2.8 Separator Styles ----------------------------------------------------------------------------------------------*/
.separator {
  background: url(../images/sep-line.png) white repeat-x center center;
  height: 30px;
  border: none;
  margin: 0 0 25px;
}

.lt-ie8 hr {
  border: none;
  color: #f3eade;
  height: 1px;
}

/* 2.9 Widgets -------------------------------------------------------------------------------------------------------*/
.widget {
  padding: 0 0 40px;
  margin-bottom: 30px;
  background: url(../images/widget-bottom-bg.png) left bottom no-repeat;
}
.widget h3 {
  font-size: 20px;
  line-height: 28px;
  font-variant: small-caps;
  margin-bottom: 15px;
}
.widget h4 {
  color: #d3af80;
  margin-bottom: 15px;
  line-height: 22px;
}
.widget p {
  margin-bottom: 15px;
}
.widget p span {
  color: #d2ae7e;
  margin-bottom: 4px;
}
.widget a {
  margin-bottom: 4px;
}
.widget a:hover, .widget a:focus {
  color: #824328;
}
.widget ul {
  margin-bottom: 15px;
}
.widget ul ul {
  margin-bottom: 0;
}
.widget ul li {
  background: url(../images/list-bullet.png) no-repeat 0 10px;
  padding-left: 20px;
  margin-bottom: 0;
}
.widget ul li a {
  display: inline-block;
  color: #d3af80;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  line-height: 27px;
}
.widget ul li a:hover, .widget ul li a:focus {
  color: #824328;
}

.widget ul li li li {
  margin-left: -20px;
}

/* 2.10 Sidebar Contact Detail Widget Styles -------------------------------------------------------------------------*/
#sidebar button, #sidebar input, #sidebar label, #sidebar select, #sidebar textarea, #sidebar option {
  margin-bottom: 10px;
}
#sidebar li.book-icon {
  color: #d3af80;
  padding-left: 25px;
  margin-bottom: 5px;
  background: url(../images/book.png) no-repeat 0 3px;
}
#sidebar li.mail-icon {
  color: #d3af80;
  padding-left: 25px;
  margin-bottom: 5px;
  background: url(../images/list-mail-icon.png) no-repeat 0 5px;
}
#sidebar li.phone-icon {
  color: #d3af80;
  padding-left: 25px;
  margin-bottom: 5px;
  background: url(../images/list-phone-icon.png) no-repeat 0 0;
}
#sidebar .social ul {
  overflow: hidden;
}
#sidebar .social li {
  float: left;
  background: none;
  padding: 0;
  height: 32px;
  line-height: 38px;
  margin: 0 9px 0 0;
  color: #a0a0a0;
}
#sidebar .social li a {
  display: inline-block;
  width: 32px;
  height: 32px;
}
#sidebar .social li.twitter a {
  background: url(../images/twitter.png) 0 0 no-repeat;
}
#sidebar .social li.facebook a {
  background: url(../images/facebook.png) 0 0 no-repeat;
}
#sidebar .social li.twitter:hover a, #sidebar .social li.facebook:hover a {
  background-position: bottom;
}
#sidebar .widget .sidebar-menu-item:first-of-type {
  padding-top: 0;
}
#sidebar .widget .sidebar-menu-item:last-of-type {
  border-bottom: none;
}
#sidebar .sidebar-menu-item h4 {
  color: #D3AF80;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 22px;
}
#sidebar .sidebar-menu-item .thumb-link {
  display: block;
  position: relative;
  width: 180px;
  height: 80px;
}
#sidebar .sidebar-menu-item .thumb-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 50px;
  background: url(../images/post-a-bg.png);
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 15px 10px;
  display: none;
}
#sidebar .sidebar-menu-item .sidebar-menu-thumb {
  margin: 0;
  padding: 0;
  max-width: 100%;
  border: none;
}
#sidebar .sidebar-menu-item .sidebar-menu-thumb:hover {
  background: #fafafa;
}
#sidebar .sidebar-menu-item p {
  margin-bottom: 5px;
}

#sidebar input[type="text"], #sidebar select, #sidebar textarea {
  height: 30px;
  width: auto;
  max-width: 98%;
  padding: 5px 5px;
  outline: none;
  font-size: 13px;
  color: #ab7868;
  background-color: #fff9f1;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  -moz-box-shadow: 0 0 0 1px #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6;
}
#sidebar .wp-smiley {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
#sidebar .widget_rss h3 a {
  color: #9d7653;
}
#sidebar .widget_rss h3 a:hover,
#sidebar .widget_rss h3 a:focus {
  color: #d3af80;
}

#sidebar .widget_rss img {
  vertical-align: top;
  margin: 0;
}
#sidebar .widget_rss li {
  border-bottom: 1px solid #F0EBE3;
  margin-bottom: 10px;
  background: none;
  padding: 0 0 10px;
}
#sidebar .widget_rss li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#sidebar .widget_rss cite {
  display: block;
  font-weight: bold;
  color: #514032;
  text-align: right;
}
#sidebar .widget_rss li a.rsswidget {
  display: block;
}
#sidebar .widget_rss li .rss-date {
  margin: 0 0 10px;
}
#sidebar .widget_rss li .rssSummary {
  margin: 0 0 10px;
}
#sidebar .widget_tag_cloud a {
  display: inline-block;
  padding: 0 5px;
  background-color: #d3af80;
  color: #FFFFFF;
  border: 1px solid #d3af80;
  font-size: 12px !important;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#sidebar .widget_tag_cloud a:hover {
  background-color: #ffffff;
  color: #d3af80;
}

/* calendar widget */
.widget_calendar { }
#wp-calendar { width: 100%; border: none; }
#wp-calendar caption { text-align: center; color: #9d7653; font-size: 12px; font-width: bold; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { text-align: center; background-color: #fbdfaa; padding: 2px; color: #514032; font-weight: bold; }
#wp-calendar tbody { color: #f8f8f8; }
#wp-calendar tbody a { color: #d3af80; }
#wp-calendar tbody td { color: #514032; font-size: 11px; font-weight: normal; text-align: center; padding:2px; border: none;}
#wp-calendar tbody td:hover { background: #FBDFAA; color: #ffffff; }
#wp-calendar tbody td:hover a { color: #ffffff; }
#wp-calendar tbody .pad { background: none; border: none; }
#wp-calendar tfoot .pad,
#wp-calendar tfoot #next,
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding: 2px; border: none; padding: 0; }

/* 2.11 Pagination ---------------------------------------------------------------------------------------------------*/
#pagination {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
#pagination span {
  margin: 0 6px;
}
#pagination a.readmore {
  padding: 2px 8px;
  margin: 0 2px 10px;
  color: #fff;
}
#pagination a.readmore:hover {
  color: #fff;
}
#pagination a:hover, #pagination a.current {
  color: #fff;
  background-color: #9d7653;
  box-shadow: 0 0 0 2px #9d7653;
  -moz-box-shadow: 0 0 0 2px #9d7653;
  -webkit-box-shadow: 0 0 0 2px #9d7653;
}

/* 3. Layouts --------------------------------------------------------------------------------------------------------*/
#container {
  position: relative;
  z-index: 1000;
  width: 930px;
  margin: -60px auto 45px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #fce2af;
}

.content {
  width: 820px;
  padding: 0 53px 0;
  margin: auto;
}

#sidebar {
  float: left;
  width: 180px;
  padding: 20px 0 50px 0;
}

#main-content {
  float: right;
  width: 610px;
  padding: 16px 0 50px 0;
}

/* 3.2 Sidebar Rigth  ------------------------------------------------------------------------------------------------*/
.content.right #sidebar {
  float: right;
}
.content.right #main-content {
  float: left;
}
.content.full-width #main-content {
  width: 100%;
  float: none;
  padding: 0;
  clear: both;
}
.content.floated-gallery #main-content {
  margin-bottom: 5px;
}

/* 4. Header ---------------------------------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  background-color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #cfbc91;
}
#header-wrapper .header-wrapper-inner {
  background: url("../images/header-wrapper-bg.png") repeat-x left top;
  border-bottom: 1px solid #FCE2AF;
}
#header-wrapper .container-bottom {
  width: 69px;
  margin: 0 auto -38px;
  background: url("../images/header-bottom.png") no-repeat center top;
  position: relative;
  z-index: 3000;
}

#header {
  width: 960px;
  margin: auto;
  padding: 1px 0 0;
  position: relative;
}

/* 4.1 Logo ----------------------------------------------------------------------------------------------------------*/
#logo {
  width: 230px;
  text-align: center;
  margin: 20px auto 0;
}
#logo img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
#logo h2 {
  color: #9d7653;
  font-size: 36px;
  margin-bottom: 10px;
  font-variant: small-caps;
}
#logo h2 a {
  color: #9d7653;
}
#logo h2 a:hover,
#logo h2 a:focus {
  color: #9d7653;
}
#logo span {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  color: #d2ae7e;
  text-transform: uppercase;
}

/* 4.2 Header Menus --------------------------------------------------------------------------------------------------*/
.main-menu {
  position: absolute;
  bottom: -29px;
}
.main-menu.left {
  left: 10px;
}
.main-menu.right {
  right: 10px;
}
.main-menu > div > ul > li {
  position: relative;
}
.main-menu.left > div > ul > li {
  float: left;
  padding: 0 10px 25px 0;
}
.main-menu.right > div > ul > li {
  float: right;
  padding: 0 0 25px 10px;
}
.main-menu > div > ul > li > a {
  color: #9d7653;
  font-size: 18px;
  text-transform: uppercase;
  background: url(../images/bullet-one.png) no-repeat right center;
}
.main-menu.left > div > ul > li > a {
  padding-right: 15px;
  background-position: right center;
}
.main-menu.right > div > ul > li > a {
  padding-left: 15px;
  background-position: left center;
}
.main-menu > div > ul > li:last-child > a {
  background: none;
}
.main-menu > div > ul > li > a:hover, .main-menu > div > ul > li > a:active, .main-menu > div > ul > li > a:focus {
  color: #d2ae7e;
  text-decoration: underline;
}
.main-menu.left .sub-menu {
  left: -10px;
}
.main-menu.right .sub-menu {
  left: 10px;
}
.main-menu .sub-menu {
  background: #fff;
  display: none;
  width: 208px;
  position: absolute;
  top: 40px;
  z-index: 12000;
  border-bottom: 2px solid #dec4a0;
}
.main-menu .sub-menu .menu-item {
  text-align: left;
  cursor: pointer;
  float: none;
  padding: 2px;
  position: relative;
  border-bottom: 1px solid #e7e5e0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-menu .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.main-menu .sub-menu .menu-item:hover > a {
  color: #fff;
  background-color: #e8d6bc;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-menu .sub-menu .menu-item > a {
  display: block;
  font-size: 14px;
  padding: 8px 10px 7px;
}
.main-menu .sub-menu .menu-item:focus > a {
  color: #9d7653;
}
.main-menu .sub-menu .menu-item .sub-menu {
  top: 0;
  left: 208px;
}
.main-menu .responsive-nav {
  display: none;
  margin: 10px auto 0;
  padding: 5px;
  border: 1px solid #CCC;
}

/* 5. Footer ---------------------------------------------------------------------------------------------------------*/
#footer-wrapper {
  margin-top: -115px;
  width: 100%;
  background: #f7f7f7;
  padding-top: 4px;
}
#footer-wrapper .footer-wrapper-inner {
  background: url(../images/footer-wrapper-inner-bg.png);
  padding-bottom: 0;
}

#footer {
  width: 960px;
  margin: auto;
  text-align: center;
  padding: 100px 0 30px;
}
#footer address, #footer p {
  font-size: 11px;
  color: #9d7653;
  margin-bottom: 0;
}
#footer a {
  font-size: 11px;
  color: #9d7653;
  margin-bottom: 5px;
}
#footer a:hover {
  color: #9a6536;
}

#get-in-touch {
  text-align: center;
  margin-bottom: 20px;
  line-height: 46px;
}
#get-in-touch span {
  display: inline-block;
  width: 70px;
  padding: 0 10px;
  vertical-align: middle;
  height: 43px;
}
#get-in-touch span.flower-left {
  background: url(../images/flower-left.png) no-repeat center center;
}
#get-in-touch span.flower-right {
  background: url(../images/flower-right.png) no-repeat center center;
}
#get-in-touch strong {
  font-family: 'Great Vibes', cursive;
  letter-spacing: 1px;
  font-size: 34px;
  line-height: 46px;
  color: #9d7653;
  font-weight: normal;
  vertical-align: middle;
}

#footer-address {
  text-align: center;
  font-size: 11px;
  margin-bottom: 20px;
  color: #9d7653;
}
#footer-address span {
  display: inline-block;
  margin-right: 20px;
}
#footer-address .home-address {
  padding-left: 24px;
  background: url(../images/home-ico.png) no-repeat 0 1px;
}
#footer-address .phone {
  padding-left: 22px;
  background: url(../images/phone-ico.png) no-repeat 0 2px;
}
#footer-address .email {
  padding-left: 24px;
  background: url(../images/mail-ico.png) no-repeat 0 5px;
  margin-right: 0;
}

#footer-menu {
  margin-bottom: 22px;
}
#footer-menu ul li {
  display: inline;
  margin-left: 12px;
  margin-right: 12px;
}
#footer-menu ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #9d7653;
}
#footer-menu ul li a:hover, #footer-menu ul li a:focus {
  color: #bc9068;
}
#footer-menu .responsive-nav {
  display: none;
  margin: 10px auto 0;
  padding: 5px;
  border: 1px solid #CCC;
}

.social-nav {
  margin-bottom: 10px;
}
.social-nav li {
  display: inline;
  width: 32px;
  height: 32px;
  margin: 0 3px 0 3px;
}
.social-nav li a {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.social-nav li.vk a {
  background: url(../images/vk.png) 0 0 no-repeat;
}
.social-nav li.instgram a {
  background: url(../images/instgram.png) 0 0 no-repeat;
}
.social-nav li.yahoo a {
  background: url(../images/yahoo.png) 0 0 no-repeat;
}
.social-nav li.twitter a {
  background: url(../images/twitter.png) 0 0 no-repeat;
}
.social-nav li.facebook a {
  background: url(../images/facebook.png) 0 0 no-repeat;
}
.social-nav li.mail a {
  background: url(../images/mail.png) 0 0 no-repeat;
}
.social-nav li.rss a {
  background: url(../images/rss.png) 0 0 no-repeat;
}
.social-nav li.google-pluse a {
  background: url(../images/google-pluse.png) 0 0 no-repeat;
}
.social-nav li.in a {
  background: url(../images/in.png) 0 0 no-repeat;
}
.social-nav li.pinterest a {
  background: url(../images/pinterest.png) 0 0 no-repeat;
}
.social-nav li.vk:hover a, .social-nav li.instgram:hover a, .social-nav li.yahoo:hover a, .social-nav li.twitter:hover a, .social-nav li.facebook:hover a, .social-nav li.mail:hover a, .social-nav li.rss:hover a, .social-nav li.google-pluse:hover a, .social-nav li.in:hover a, .social-nav li.pinterest:hover a {
  background-position: bottom;
}

/* 6.1 Home Slider ---------------------------------------------------------------------------------------------------*/
.slider-wrapper {
  background-color: #000;
  width: 100%;
  height: auto;
  margin: auto;
}

.flexslider {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider-wrapper .flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-direction-nav {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-direction-nav li a {
  display: block;
  text-indent: -999em;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 150;
  cursor: pointer;
}
.flex-direction-nav li a.flex-next {
  background: url(../images/slider-nav-right.png) no-repeat top left;
  right: 0.5%;
}
.flex-direction-nav li a.flex-next:hover {
  background-position: bottom left;
}
.flex-direction-nav li a.flex-prev {
  background: url(../images/slider-nav-left.png) no-repeat 0 0;
  left: 0.5%;
}
.flex-direction-nav li a.flex-prev:hover {
  background-position: bottom;
}

.flexslider:hover .flex-direction-nav {
  opacity: 1;
}

/* 6.2 Wedding Couple Intro ------------------------------------------------------------------------------------------*/
.couple-intro {
  font-size: 14px;
  text-align: center;
  margin-bottom: 39px;
}
.couple-intro h3.declaration {
  font-family: 'Great Vibes', cursive;
  letter-spacing: 1px;
  font-size: 34px;
  line-height: 46px;
}
.couple-intro .location {
  display: inline;
}

.couple-intro ~ p {
  text-align: center;
}

.image-frame {
  width: 220px;
  height: 220px;
}
.image-frame img {
  width: 200px;
  height: 200px;
  margin: 4px auto 0;
  border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  -webkit-box-shadow: 0 0 5px 1px #e6e6e6;
  -moz-box-shadow: 0 0 5px 1px #e6e6e6;
  box-shadow: 0 0 5px 1px #e6e6e6;
}
.image-frame.bride {
  float: left;
  margin: 5px 0 0 -26px;
}
.image-frame.groom {
  float: right;
  margin: 5px -26px 0 0;
}

.lt-ie9 .image-frame {
  background: none;
}

.lt-ie9 .image-frame img {
  border: 1px solid #eaeaea;
  padding: 5px;
  background: #fff;
}

.couple-titles {
  float: left;
  width: 430px;
  margin: 15px 0 25px;
  background: url(../images/and.png) no-repeat center top;
}
.couple-titles header {
  margin-top: 4px;
  padding: 5px 2px 3px;
  width: 31%;
  border-top: 4px double #f1f1f1;
}
.couple-titles header h2 {
  font-variant: small-caps;
  font-size: 44px;
  color: #343434;
  line-height: 44px;
  margin-bottom: 13px;
}
.couple-titles header h2 a {
  color: #343434;
}
.couple-titles header h3 {
  font-size: 18px;
  color: #343434;
  line-height: 36px;
}
.couple-titles header.bride-name {
  float: left;
  text-align: right;
  background: url(../images/couple-titles-bg.png) no-repeat right bottom;
}
.couple-titles header.groom-name {
  float: right;
  text-align: left;
  background: url(../images/couple-titles-bg.png) no-repeat left bottom;
}

.couple-intro .venue {
  font-size: 14px;
  font-family: 'Droid Serif', serif;
}

/* 6.3 Template Items ------------------------------------------------------------------------------------------------*/
ul.template-items {
  margin: 40px 0 30px -50px;
}
ul.template-items li {
  float: left;
  text-align: center;
  width: 240px;
  margin-left: 50px;
  padding-bottom: 4px;
}
ul.template-items li img:hover {
  background: #fafafa;
}
ul.template-items li h2 {
  font-variant: small-caps;
  margin-bottom: 5px;
  line-height: 38px;
  font-size: 26px;
  background: url("../images/page-title.png") repeat-x 0 16px;
}
ul.template-items li h2 span {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0 7px;
}
ul.template-items li h3 {
  margin-bottom: 14px;
  word-spacing: 4px;
  font-size: 18px;
}
ul.template-items li p {
  margin-bottom: 20px;
}
ul.template-items li a.readmore {
  color: #fff;
  font-size: 15px;
}
ul.template-items li figure {
  margin-bottom: 18px;
}
ul.template-items li img {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 0;
}

.lt-ie9 .template-items li img {
  width: auto;
  height: auto;
}

/* 6.4 Carousel ------------------------------------------------------------------------------------------------------*/
.carousel {
  width: 820px;
  position: relative;
  margin: 0 0 25px;
}

.es-nav-prev, .es-nav-next {
  display: inline-block;
  background: url(../images/scroll.png) no-repeat 0 0;
  position: absolute;
  top: 55px;
  height: 11px;
  width: 8px;
  cursor: pointer;
  text-indent: -999em;
}

.es-nav-prev {
  background-position: 0 0;
  left: 0;
}
.es-nav-prev:hover {
  background-position: 0 -15px;
}

.es-nav-next {
  background-position: -9px 0;
  right: 0;
}
.es-nav-next:hover {
  background-position: -9px -15px;
}

.es-carousel {
  width: 780px;
  overflow: hidden;
  height: 170px;
  margin: auto;
  padding-top: 75px;
  margin-top: -65px;
}
.es-carousel li {
  float: left;
  width: 102px !important;
  text-align: center;
}
.es-carousel figure {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 6px 5px;
  margin-bottom: 3px;
  cursor: pointer;
}

.content .es-carousel img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.lt-ie9 .content .es-carousel img {
  width: auto;
  height: auto;
}

.es-carousel li:hover figure {
  background-color: #f8f8f8;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.es-carousel li figure:hover img {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.price {
  width: 60px;
  margin: auto;
  text-align: center;
  background: url(../images/shape-two.png) no-repeat top center;
  border-bottom: 1px solid #eae4d9;
  padding: 19px 0 8px;
}

.single-menu-item .price {
  float: right;
  margin-top: 8px;
}

.price span {
  display: block;
  background-color: #d3af80;
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
  line-height: 26px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.single-menu-item .price:hover span, .es-carousel li:hover .price span {
  background-color: #824328;
}

/* 6.5 Blockquote ----------------------------------------------------------------------------------------------------*/
blockquote {
  border: 1px solid #efefef;
  background: url(../images/quote-icon.png) #f9f9f9 no-repeat 20px 25px;
  margin-bottom: 25px;
  padding: 20px 15px 15px 100px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
}

.content blockquote p {
  margin-bottom: 3px;
  text-align: left;
}

#container blockquote p.author {
  text-align: left;
  color: #d2ae7e;
  margin: 0;
}

blockquote span.text-highlight {
  color: #d2ae7e;
}

/*	7. About Us Page -------------------------------------------------------------------------------------------------*/
.content h2.title-heading {
  font-size: 28px;
  line-height: 40px;
  font-variant: small-caps;
}
.content h4 {
  font-size: 16px;
}
.content img {
  max-width: 98%;
  margin-bottom: 15px;
  padding: 5px;
  background: #fff9f1;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content a:hover img {
  background: #ffffff;
}
.content h2.title-heading, .content h4, .content p {
  margin-bottom: 15px;
}

.lt-ie9 .content img {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 5px;
}

/* 7.1 Article -------------------------------------------------------------------------------------------------------*/
article ol, article ul, article h1, article h2, article h3, article h4, article h5, article h6, article dl, article address, article table {
  margin-bottom: 15px;
}
article ol {
  list-style: decimal;
  padding-left: 30px;
}
article ul {
  list-style: disc;
  padding-left: 25px;
}
article dl dt, article dl dd {
  margin-bottom: 5px;
}
article ol li, article ul li {
  margin-bottom: 5px;
}
article dl {
  padding-left: 15px;
}
article dl dt {
  color: #676666;
  font-weight: bold;
  font-weight: normal;
}

/*	8. Team Page -----------------------------------------------------------------------------------------------------*/
.team-page .team-member {
  margin-bottom: 20px;
}
.team-page section img {
  display: block;
  margin-bottom: 15px;
  padding: 6px;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.team-page section img:hover {
  background: #eaeaea;
}
.team-page h2 {
  font-variant: small-caps;
  line-height: 30px;
  margin-bottom: 10px;
}
.team-page p {
  line-height: 20px;
}

h3.designation {
  color: #d2ae7e;
  margin-bottom: 10px;
  line-height: 30px;
}

/*	9. Contact Us Page -----------------------------------------------------------------------------------------------*/
.fullwidth-map {
  margin-bottom: 15px;
}

.map-container {
  padding: 6px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.map-container:hover {
  background: #fafafa;
}

#map {
  width: 100%;
  height: 300px;
}

#map img {
  max-width: none;
  width: auto;
  margin: 0;
  border: none;
  box-shadow: none;
}

/* 9.1 Form Styles ---------------------------------------------------------------------------------------------------*/
#searchform #s {
  padding: 0 5px;
  width: 168px;
}

.lt-ie9 #searchform #s {
  padding: 0 10px;
  line-height: 30px;
}

#contact-form h2 {
  font-size: 28px;
  line-height: 40px;
  font-variant: small-caps;
  margin-bottom: 15px;
}

.contact-form {
  width: 468px;
  position: relative;
}
.contact-form p {
  /*    float: left;*/
  margin-bottom: 16px;
  /*    width: 213px;*/
}
.contact-form p.adjust {
  /*      margin-right: 42px;*/
}

#commentform label, .contact-form label {
  color: #824328;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 2px;
}

#commentform label span, .contact-form label span {
  margin-left: 3px;
  color: #D7332C;
}

#commentform input[type="text"], .contact-form input[type="text"] {
  width: 96%;
  height: 24px;
}

.lt-ie9 #commentform input[type="text"], .lt-ie9 .contact-form input[type="text"] {
  line-height: 24px;
}

.contact-form #message {
  width: 96%;
  height: 194px;
  margin-bottom: 22px;
  resize: vertical;
}
.contact-form input.error, .contact-form #message.error {
  border: 1px solid #ff1a3a;
}

.error-container {
  margin-bottom: 15px;
}
.error-container label {
  display: block;
  line-height: 20px;
  margin-bottom: 2px;
}
.error-container label.error {
  color: #ff1a3a;
  border: none;
  margin-bottom: 0;
}

.contact-form #contact-loader {
  display: none;
  margin-bottom: 13px;
  border: none;
  box-shadow: none;
  position: absolute;
  left: 130px;
}

#rsvp-form .contact-form #contact-loader {
  position: static;
  margin: 0 auto;
}

#commentform {
  margin: 0 auto 15px;
  padding: 0;
}
#commentform textarea {
  width: 97%;
  resize: vertical;
}

.content .captcha-container label {
  display: inline-block;
}
.content .captcha-container .captcha-img {
  border: none;
  box-shadow: none;
  margin: 0 5px 0 5px;
  vertical-align: middle;
}
.content .captcha-container .captcha {
  width: 60px;
  vertical-align: middle;
}

#respond {
  margin-top: 10px;
}
#respond #commentform label {
  display: inline;
}
#respond #commentform textarea, #respond #commentform input[type=text] {
  display: block;
  margin-top: 5px;
  margin-left: 1px;
}

/*	10. Our Menu Page ------------------------------------------------------------------------------------------------*/
#container .our-menu .title-heading {
  margin: 20px 0 0;
}
#container .our-menu .title-heading:first-child {
  margin: 0;
}

.our-menu .content h2.title-heading {
  margin-bottom: 0;
  background: url(../images/our-menu-bg.png) repeat-x left bottom;
}
.our-menu #main-content article {
  padding: 20px 0;
  background: url(../images/our-menu-bg.png) repeat-x left bottom;
}
.our-menu #main-content article img {
  margin: 5px 15px 15px 0;
}
.our-menu #main-content article img.alignleft {
  margin: 5px 20px 15px 0;
}
.our-menu #main-content article .post-content {
  width: 345px;
  float: left;
}
.our-menu #main-content article .post-content p {
  margin-bottom: 5px;
}
.our-menu #main-content article h3.post-title {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 16px;
}
.our-menu #main-content article h3.post-title a {
  font-size: 16px;
}
.our-menu #main-content article .price {
  float: right;
  margin-top: 17px;
}
.our-menu #main-content article:hover .price span {
  background-color: #824328;
}
.our-menu #main-content article:last-child {
  background: none;
  padding-bottom: 10px;
}

.format-video .embed-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

embed, iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-container {
  margin: 0 0 15px;
}

/*	11. Event Listing Page -------------------------------------------------------------------------------------------*/
.article-date {
  float: left;
  width: 46px;
  height: 38px;
  padding: 7px 3px;
  margin-top: 10px;
  border: 4px double #b99586;
  text-align: center;
  color: #824328;
  font-size: 14px;
  line-height: 24px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.article-date span {
  display: block;
  font-size: 15px;
  line-height: 10px;
}

.lt-ie9 .article-date {
  background: url(../images/date-bg.png) no-repeat center center;
  border: none;
  padding: 11px 7px;
}

.event .post-content {
  float: right;
  width: 480px;
  padding: 5px 0 20px;
  margin-bottom: 14px;
  background: url(../images/sep-line-stars.png) no-repeat center bottom;
}

.search .event .post-content {
  padding: 5px 0 0;
  margin-bottom: 0;
  background: none;
}

.event h3.post-title {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  color: #824328;
  text-transform: none;
}
.event h3.post-title a {
  color: #824328;
  text-transform: none;
}
.event h3.post-title a:hover, .event h3.post-title a:focus {
  color: #501b05;
}
.event small {
  color: #d3af80;
  font-size: 13px;
  line-height: 10px;
}
.event small span {
  color: #514032;
}
.event .event-thumb {
  float: left;
  margin: 0 15px 15px 0;
}

/*	12. Event Listing Page -------------------------------------------------------------------------------------------*/
.event-single article {
  padding: 0 0 35px;
  margin-bottom: 32px;
  background: url(../images/sep-line-stars.png) no-repeat center bottom;
}
.event-single .article-date {
  margin: 0 18px 25px 1px;
}
.event-single article h2.post-title {
  font-variant: small-caps;
  line-height: 32px;
  margin-bottom: 0;
}
.event-single article small {
  color: #d3af80;
  font-size: 13px;
  line-height: 20px;
}
.event-single article small span {
  color: #514032;
}
.event-single article small span.left {
  margin-left: 40px;
}

/*	13. News Page ----------------------------------------------------------------------------------------------------*/
.article-content {
  width: 510px;
  float: right;
}

.news article {
  padding: 0 0 35px;
  margin-bottom: 32px;
  background: url(../images/sep-line.png) no-repeat center bottom;
}
.news .article-post-date {
  float: left;
  color: #9d7653;
  font-family: 'Droid serif';
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  width: 54px;
  padding: 8px 26px 62px 0;
  background: url(../images/article-post-date-bg.png) no-repeat right bottom;
}
.news .article-post-date span {
  font-size: 36px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
}

.post-meta {
  font-family: 'Droid serif';
  margin-bottom: 15px;
}
.post-meta span, .post-meta small a {
  vertical-align: middle;
}

.post-meta .comment-count {
  float: right;
}
.post-meta .comment-count a {
  display: block;
  padding: 0 7px;
  background-color: #dfc6a4;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
.post-meta .comment-count a:hover {
  color: #f1f1f1;
}

.news article h2.post-title {
  color: #9d7653;
  font-variant: small-caps;
  line-height: 32px;
  margin-bottom: 15px;
}
.news article h2.post-title a {
  color: #9d7653;
  font-variant: small-caps;
  line-height: 32px;
  margin-bottom: 0;
}
.news article h2.post-title a:hover {
  color: #D3AF80;
}
.news .content article .post-thumb {
  margin-bottom: 0;
}
.news article small {
  color: #d3af80;
  font-size: 13px;
  line-height: 10px;
}
.news article small span {
  color: #514032;
}
.news article small span.left {
  margin-left: 40px;
}
.news article a.read-more-content {
  display: inline-block;
  float: right;
  padding: 0 9px;
  text-align: center;
  background: url(../images/read-more-content-bg.png) no-repeat left center;
}
.article-tags {
  clear: both;
  margin: 30px 0 0;
  color: #514032;
}
.article-tags a {
  padding: 0 2px;
}

.sticky .article-content {
  background: url('../images/sticky-bg.png') #FFF9F1;
  padding: 20px;
  width: 470px;
  color: #514032;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  -moz-box-shadow: 0 0 0 1px #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6;
}

/*	14. FAQ Page -----------------------------------------------------------------------------------------------------*/
.faq-list {
  margin-bottom: 25px;
}
.faq-list dt {
  position: relative;
  padding: 0 10px 0 40px;
  line-height: 35px;
  margin-bottom: 1px;
  color: #824328;
  border: 1px solid #fbdfaa;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.faq-list dt span {
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/toggle-btn.png) no-repeat 0 0;
}
.faq-list dt.current span {
  background-position: bottom;
}
.faq-list dd {
  display: none;
  padding: 20px 20px 0;
  margin-bottom: 0;
}

.lt-ie8 .faq-list dt span {
  top: 0;
}

/*	15. RSVP Page ----------------------------------------------------------------------------------------------------*/
.rsvp-post-thumb {
  position: relative;
  text-align: center;
  margin-bottom: 23px;
}
.rsvp-post-thumb figure {
  width: 75.60976%;
  margin: 0 auto;
}
.rsvp-post-thumb figure img {
  margin-bottom: 0;
}
.rsvp-post-thumb .corner {
  width: 81px;
  height: 132px;
  position: absolute;
  top: 0;
}
.rsvp-post-thumb .left-side {
  left: 0;
  background: url("../images/rsvp-ornament-left.png") no-repeat 0 0;
}
.rsvp-post-thumb .right-side {
  right: 0;
  background: url("../images/rsvp-ornament-right.png") no-repeat 0 0;
}

.rsvp-post-content {
  width: 620px;
  margin: auto;
}
.rsvp-post-content article {
  margin-bottom: 18px;
}

.rsvp-inner-wrap div.rsvp-error-wrapper {
  clear: both;
  margin-bottom: 0;
}

#rsvp-form .title-heading {
  font-size: 21px;
  font-family: 'Droid Sans', sans-serif;
  margin-bottom: 2px;
}
#rsvp-form .reception-details .title-heading {
  margin-bottom: 10px;
}
#rsvp-form .reception-details label {
  margin-bottom: 3px;
}
#rsvp-form .reception-details input[type="text"] {
  height: 28px;
}
#rsvp-form .reception-details .selectwrap input[type="text"] {
  padding-right: 38px;
  width: 248px;
}
#rsvp-form .event-section p {
  margin-bottom: 1px;
}
#rsvp-form .event-section .title-heading {
  font-size: 18px;
  margin-bottom: 0;
}
#rsvp-form .event-section label {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#rsvp-form label {
  width: 100%;
}
#rsvp-form input[type="text"] {
  padding: 0 10px;
  width: 276px;
}
#rsvp-form .contact-form textarea {
  width: 276px;
  padding: 10px;
}
#rsvp-form .contact-form {
  width: 100%;
}
#rsvp-form .contact-form .event-section p {
  margin-bottom: 1px;
}
#rsvp-form .contact-form p {
  float: none;
  margin-bottom: 5px;
  width: 100%;
}
#rsvp-form .contact-form #message {
  height: 107px;
  margin-bottom: 0;
}
#rsvp-form .contact-form #menuNotes {
  height: 222px;
}
#rsvp-form .contact-form .readmore {
  margin-bottom: 0;
}
#rsvp-form .contact-form .btn-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
#rsvp-form .contact-form .btn-inner-wrapper {
  margin-bottom: 0;
}

#message-sent {
  margin-bottom: 10px;
  color: red;
}

.event-section {
  border: 1px solid #FFFFFF;
  background-color: #fff9f1;
  padding: 11px 23px 32px;
  margin-bottom: 18px;
}
.event-section p {
  margin-bottom: 1px;
  padding-top: 2px;
}
.event-section input[type="checkbox"] {
  margin: 3px 9px 0 0;
}

.lt-ie9 .event-section input[type="checkbox"] {
  margin: 1px 9px 0 0;
}

.rsvp-inner-wrap {
  width: 620px;
  margin: 0 auto 0;
}

.reception-details {
  width: 300px;
}
.reception-details.left-side {
  float: left;
}
.reception-details.right-side {
  float: right;
}

#commentform .readmore {
  margin-bottom: 15px;
  padding: 6px 12px 5px;
  font-size: 11px;
  cursor: pointer;
}

/* Check Box Styles --------------------------------------------------------------------------------------------------*/
input[type="checkbox"] {
  display: inline-block;
}

/* Select Options Styles ---------------------------------------------------------------------------------------------*/
.selectwrap {
  position: relative;
  display: block;
}

.selectwrap input {
  cursor: pointer;
  padding-right: 30px;
  background: url("../images/select-box-bg.png") no-repeat 273px center;
}

.selectbox-wrapper {
  width: 99.9%;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1800;
}
.selectbox-wrapper ul {
  background-color: #fff;
  border: 1px solid #DEC4A0;
}
.selectbox-wrapper ul li {
  color: #AB7868;
  padding: 6px 12px;
  border-bottom: 1px solid #DEC4A0;
  cursor: default;
}
.selectbox-wrapper ul li:hover {
  background-color: #FFF9F1;
}

/*	16. Features Page ------------------------------------------------------------------------------------------------*/
section h2 {
  margin-bottom: 15px;
}

.featurs section {
  margin-bottom: 30px;
}

/* 16.1 Accordion Styles ---------------------------------------------------------------------------------------------*/
.toggle, .accordion {
  margin-bottom: 25px;
  padding-left: 0;
  text-align: left;
}

.toggle dt, .accordion dt {
  position: relative;
  padding: 8px 10px 7px 40px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #824328;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  background: #fffdfa;
}

.toggle dt span, .accordion dt span {
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/toggle-btn.png) no-repeat 0 0;
}

.toggle dt.current span, .accordion dt.current span {
  background-position: bottom;
}

.toggle dd, .accordion dd {
  display: none;
  padding: 20px;
  margin-bottom: 0;
}

.lt-ie8 .toggle dt span, .lt-ie8 .accordion dt span {
  top: 0;
}

/* 16.2 Tabs Styles --------------------------------------------------------------------------------------------------*/
.tabs-nav {
  list-style: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
.tabs-nav li {
  float: left;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-bottom: none;
  background: none;
}
.tabs-nav li.active {
  line-height: 31px;
}
.tabs-nav li a {
  background: #fffdfa;
  border: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  border-left: none;
  color: #824328;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 16px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.tabs-nav li:first-child a {
  border-left: 1px solid #f4f4f4;
}
.tabs-nav li a:hover {
  background: #f7f7f7;
  color: #824328;
}
.tabs-nav li.active a {
  color: #824328;
  background: #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #e4e4e4;
}

.tabs-container {
  border: 1px solid #f4f4f4;
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
}
.tabs-container .tab-content {
  padding: 10px;
  margin-bottom: 0;
}

.lt-ie9 .tabs-container .tab-content {
  background-color: #fff;
}

/* 16.3 Messages Styles ----------------------------------------------------------------------------------------------*/
.content p.error {
  padding: 10px 20px 10px 45px;
  background: #d74c47;
  border: 1px solid #c22b26;
  border-left-width: 4px;
  color: #7e1613;
}
.content p.success {
  padding: 10px 20px 10px 45px;
  background: #87d05b;
  border: 1px solid #6bb53e;
  border-left-width: 4px;
  color: #284b13;
}
.content p.info {
  padding: 10px 20px 10px 45px;
  background: #d9f5fc;
  border: 1px solid #bbe7f2;
  border-left-width: 4px;
  color: #38b6d7;
}
.content p.notice {
  padding: 10px 20px 10px 45px;
  background: #f1e884;
  border: 1px solid #d5cb61;
  border-left-width: 4px;
  color: #6b6631;
}
.content .dropcap {
  font-size: 62px;
  margin-right: 6px;
  padding-top: 4px;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 5px;
  color: #824328;
}

/* 16.4 Table  Styles ------------------------------------------------------------------------------------------------*/
table {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 11px;
}
table caption {
  padding: 0 0 5px 0;
  width: auto;
  font-style: italic;
  text-align: right;
}

th {
  border: 1px solid #fbdfaa;
  color: #824328;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: left;
  padding: 4px;
}

td {
  border: 1px solid #fbdfaa;
  font-size: 12px;
  padding: 4px;
}

/*	17. Columns Style ------------------------------------------------------------------------------------------------*/
.columns {
  margin: 0 0 0 -2%;
  overflow: hidden;
}
.columns .one-third {
  width: 31.33%;
  margin: 0 0 0 2%;
  float: left;
}
.columns .two-third {
  width: 64.66%;
  margin: 0 0 0 2%;
  float: left;
}
.columns .one-fourth {
  width: 23%;
  margin: 0 0 0 2%;
  float: left;
}
.columns .three-fourth {
  width: 73%;
  margin: 0 0 0 2%;
  float: left;
}
.columns .one-half {
  width: 48%;
  margin: 0 0 0 2%;
  float: left;
}
.columns .single-col {
  width: 98%;
  margin: 0 0 0 2%;
}

.lt-ie8 .columns {
  margin: 0 0 0 0;
}
.lt-ie8 .columns .one-fourth {
  width: 22%;
  margin: 0 0 0 2%;
  float: left;
}

/*	18. Comments -----------------------------------------------------------------------------------------------------*/
#comments #reply-title {
  margin-bottom: 15px;
}
#comments .commentlist {
  margin: 20px 0 0;
  padding: 0 0 5px;
  overflow: hidden;
}
#comments .comment {
  border: none;
  list-style: none;
  margin: 30px 0 0;
  padding: 10px 0;
}
#comments .comment > article {
  margin: 0;
  overflow: hidden;
}
#comments .comment .avatar {
  box-shadow: none;
  background: #fff;
  float: left;
  margin: 2px 10px 10px 2px;
  position: relative;
  z-index: 1;
  padding: 1px;
  border: 2px solid #fce2af;
}

.lt-ie9 #comments .comment .avatar {
  border-width: 1px;
}

#comments .comment .comment-body, #comments .comment .comment-meta {
  float: right;
  margin: 0;
  width: 84%;
}
#comments .comment .comment-body p {
  margin-bottom: 10px;
}
#comments .comment .comment-meta {
  margin-bottom: 0;
}
#comments .comment .author {
  font-size: 13px;
  color: #D3AF80;
  margin: 0 0 10px 0;
}
#comments .comment .author a {
  color: #D3AF80;
  margin: 0 0 10px 0;
}
#comments .comment .author cite {
  color: #4c595c;
  font-style: normal;
}
#comments .comment .author .comment-reply-link {
  font-size: 11px;
}
#comments .comment time {
  margin: 1px 0 5px;
}
#comments .comment .author a:hover, #comments .comment .comment-meta a:hover {
  color: #824328;
}
#comments .commentlist .children {
  margin: 0;
  padding: 10px 0 0 85px;
  position: relative;
}
#comments .commentlist .children .comment {
  margin: 30px 0 0;
}
#comments .commentlist .children .comment:last-child {
  padding-bottom: 0;
}

#comments .commentlist .children .depth-2 .comment-body, #comments .commentlist .children .depth-2 .comment-meta {
  width: 82%;
}
#comments .commentlist .children .depth-3 .comment-body, #comments .commentlist .children .depth-3 .comment-meta {
  width: 78%;
}
#comments .commentlist .children .depth-4 .comment-body, #comments .commentlist .children .depth-4 .comment-meta {
  width: 74%;
}
#comments .commentlist .children .depth-5 .comment-body, #comments .commentlist .children .depth-5 .comment-meta {
  width: 66%;
}

/*	19. Gallery Template -------------------------------------------------------------------------------------------- */
#filter-by {
  padding: 9px 0;
  text-align: center;
  margin-bottom: 30px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
#filter-by li {
  display: inline;
  margin: 0;
  padding: 0;
  background: url(../images/filter-sep-bg.png) right center no-repeat;
}
#filter-by li a {
  font-family: 'Droid serif' serif;
  display: inline-block;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 10px;
  padding: 7px 9px;
  margin: 0 5px 5px;
  border: none;
  cursor: pointer;
}
#filter-by li a.active, #filter-by li a:hover {
  background-color: #cfbc91;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gallery-item {
  margin-bottom: 20px;
  border: 1px solid #E9E9E9;
}
.gallery-item figure {
  border: 4px solid #FFFFFF;
  margin: 0;
  position: relative;
  line-height: 0;
}
.gallery-item figure a {
  display: block;
  overflow: hidden;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.gallery-item .item-title {
  font-family: "Droid Sans", sans-serif;
  padding: 12px 0 7px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.gallery-item .item-title a {
  color: #131009;
}
.gallery-item .item-title a:hover {
  color: #4B4719;
}
.gallery-item time {
  color: #131009;
  padding: 2px 0;
  display: block;
  font-size: 11px;
}
.gallery-item .item-type-link {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #FCE2AF;
}
.gallery-item .item-type-link a {
  font-size: 11px;
  font-weight: normal;
  font-variant: small-caps;
}

dl.gallery-item {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.single-gallery-item .gallery-item img {
  max-width: 98%;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  -moz-box-shadow: 0 0 0 1px #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6;
}

.lt-ie9 .gallery-item figure img {
  border: none;
  padding: 0;
}

#gallery-container .gallery-item p {
  font-size: 12px;
}

.single-gallery-item div.post-thumb {
  margin-bottom: 15px;
}
.single-gallery-item .gallery-item {
  border: none;
}

.gallery-contents {
  padding: 0 6px;
}
.gallery-contents small {
  font-size: 11px;
  border-top: 1px solid #ededed;
  display: block;
  margin: 0 -4px;
  padding: 6px 4px;
}
.gallery-contents small span {
  color: #a0a0a0;
}
.gallery-contents small a {
  margin: 0 3px;
}

#gallery-container {
  margin-bottom: 62px;
}

.gallery-4-columns {
  margin: 0 0 0 -20px;
}
.gallery-4-columns .gallery-item {
  width: 185px;
  float: left;
  margin-left: 20px;
}

.gallery-3-columns {
  margin: 0 0 0 -20px;
}
.gallery-3-columns .gallery-item {
  width: 258px;
  float: left;
  margin-left: 20px;
}

.gallery-2-columns {
  margin: 0 0 0 -20px;
}
.gallery-2-columns .gallery-item {
  width: 390px;
  float: left;
  margin-left: 20px;
}

/*	20. Isotope Styles ---------------------------------------------------------------------------------------------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*	21. Scroll Top -------------------------------------------------------------------------------------------------- */
a#scroll-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #d3af80 url(../images/scroll-top.png) center 16px no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
a#scroll-top:hover {
  background-color: #824328;
}


/*	22. WP Email Capture Widget Styles -------------------------------------------------------------------------------------------------- */
#wp_email_capture {
  margin: 15px 0 0;
}
#wp_email_capture label {
  display: none;
}

.wp-email-capture-error {
  background: none;
  font-weight: normal;
  width: auto;
  color: red;
  margin: 0 0 10px;
}


/*	23. Display Tweets Widget Styles -------------------------------------------------------------------------------------------------- */
.widget_displaytweetswidget p {
  padding-bottom: 15px;
  border-bottom: 1px solid #F0EBE3;
}

.widget_displaytweetswidget p:last-child {
  border: none;
  padding-bottom: 0;
}


/*	23. Flickr Badges Widget Styles -------------------------------------------------------------------------------------------------- */
.zframe-flickr-wrap-ltr {
  margin: 0 0 0 -8px;
}

.zframe-flickr-wrap-ltr img {
  margin: 0 0 7px 7px;
}