/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Misc
# Header
# Slideshow
# Audio
# Wedding
# Couple
# Parents
# Events
# People
# RSVP
# Gallery
# Journal
# Rating
# Rooms
# Service
# Amenity
# Team Slide
# Booking Form
# Reservation Form
# Contact Form
# Blog Grid
# Sticky Loop
# Post List
# Induslife Footer Widget
# Instagram
# Footer
# Keyframes
# Viewport

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; /* unit test reset */
}

body {
  overflow-x: hidden;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus,
div:focus {
  text-decoration: none;
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cinzel', serif;
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #252629;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  background: #eee;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark,
ins {
  text-decoration: none;
  background: #fff9c0;
}

big {
  font-size: 125%;
}
 /* Font Awesome Fix */
.fa {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

hr {
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #eee;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside !important;
}

ul li,
ol li {
  line-height: 35px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  width: 100%;
  margin: 0 0 1.5em;
}

table,
table td,
table th {
  border: solid 1px #37415b;
}

table td,
table th {
  padding: 10px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-size: 12px;
  line-height: 1;
  padding: .6em 1em .4em;
  color: rgba(0, 0, 0, .8);
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
  border-color: #aaa #bbb #bbb;
  outline: none;
  box-shadow: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  padding: 3px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
  color: #111;
  outline: none;
}

label {
  color: #252629;
}

input,
textarea,
select {
  width: 100%;
  padding: 10px !important;
  border: solid 1px #37415b !important;
  border-radius: 0 !important;
}

input[type='submit'] {
  font-weight: bold;
  width: auto;
  margin-top: 20px;
  padding: 16px 38px !important;
  transition: all .4s ease;
  color: #252629 !important;
  background: transparent;
}

input[type='submit']:hover {
  color: #fff !important;
  background: #111;
}

.post-password-form input,
.search-form input {
  height: 42px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
a:visited {
  color: #252629;
}

a:hover,
a:focus,
a:active {
  color: #8d8d8d;
}

a:hover,
a:active {
  outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation li {
  line-height: 26px;
}

.main-navigation ul ul {
  position: absolute;
  z-index: 99999;
  /* right: 0; unit test issue */
  display: none;
  text-align: left;
}

.main-navigation ul ul li {
  display: block;
}

.main-navigation ul ul ul {
  top: 0;
  display: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
  animation: slideInRightShort .4s 1 forwards;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  right: 100%;
  display: block;
  animation: slideInRightShort .4s 1 forwards;
}

.menu-toggle {
  font-size: 18px;
  display: none;
  float: right;
  border: none;
  background: none;
}

.menu-toggle span {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 8px;
  transition: all .2s ease;
  background: #333;
}

.main-navigation.toggled .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.main-navigation.toggled .menu-toggle span:nth-child(1) {
  transform: rotate(40deg) translateY(11px) translateX(9px);
}

.main-navigation.toggled .menu-toggle span:nth-child(3) {
  transform: rotate(140deg) translateY(5px) translateX(-3px);
}

.main-navigation.toggled .menu-toggle {
  position: absolute;
  z-index: 1000;
  /*top: -62px;*/
  right: 0;
}

.main-navigation.toggled .menu-toggle span {
  /*background: #fff;*/
}

.main-navigation ul li {
  display: inline-block;
  float: none;
  padding: 15px 20px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: all .4s ease;
  border-bottom: solid 2px transparent;
}
.main-navigation ul.children li {
  padding: 15px 20px; 
  /* unit theme issue */
  }

.main-navigation ul li:hover,
.main-navigation ul .current-menu-item,
.main-navigation ul .current-menu-ancestor,
.main-navigation ul .current-menu-parent {
  border-bottom-color: #ffb1fd;
}

.main-navigation .menu-item-has-children {
  position: relative;
  padding-right: 26px;
}

.main-navigation .menu-item-has-children:before {
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  position: absolute;
  right: 4px;
  content: '\e259';
  color: #ffb1fd;
}

ul.sub-menu .menu-item-has-children:before {
  right: 20px !important;
}

.main-navigation ul li a {
  font-size: 16px;
  position: relative;
  display: block;
  overflow: hidden;
  color: #252629;
}

.main-navigation ul ul li {
  border: none!important;
}

.main-navigation ul ul li a {
  font-size: .96em;
  color: #252629;
}

.main-navigation ul ul li a:hover {
  opacity: .8;
}

.nav-center-logo {
  position: absolute;
  right: 10px;
}

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

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

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

.post-navigation,
.posts-navigation {
  margin-top: 40px !important;
}

.post-navigation a,
.posts-navigation a {
  display: inline-block;
  padding: 5px 0;
  color: #252629;
  border-bottom: solid 4px #252629;
}

.post-navigation a:hover,
.posts-navigation a:hover {
  padding-bottom: 7px;
  border-bottom: solid 2px #252629;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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


/* Do not show the outline on the skip link target. */

#content[tabindex='-1']:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.widget-title:before,
.widget-title:after,
.panel-grid:before,
.panel-grid:after {
  display: table;
  table-layout: fixed;
  content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget-title:after,
.panel-grid:before {
  clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 12px;
  border: 1px solid #eee;
}


/* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%;
}

.secondary-widget {
  margin-top: 5px;
}

.widget-title {
  font-size: 16px;
  width: 100%;
  margin-top: 0;
  padding: 12px 20px;
  letter-spacing: 2px;
  color: #fff;
  background: #252629;
}

.widget ul {
  margin-left: 0;
  padding-left: 0;
}

.widget ul li {
  line-height: 35px;
  list-style: none;
  word-break: break-word;
}

.widget_rss ul li {
  margin-bottom: 20px;
}

.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget .search-form input {
  height: auto;
}

.widget .search-form label {
  display: block;
}

.widget .search-form input[type='submit'] {
  margin-top: 10px;
}

.calendar_wrap #next {
  text-align: right;
}

.calendar_wrap tfoot td {
  border: none;
}

.tagcloud a {
  font-family: inherit;
  padding: 5px;
}

.mc_merge_var {
  position: relative;
}

.mc_header_email {
  display: none !important;
}

.mc_input {
  position: relative;
  z-index: 0;
  padding: 15px 10px!important;
}

#mc_signup_form {
  margin-top: 20px;
}

#mc_signup_form input:not(#mc_signup_submit) {
  color: #333 !important;
}

#mc_display_rewards {
  display: none;
}

#mc_signup_submit {
  width: auto !important;
  margin: 0;
  color: #fff !important;
  border-color: #fff !important;
}

.mc_signup_submit {
  text-align: left !important;
}

.mc_form_inside .updated {
  display: block !important;
  margin-bottom: 14px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.wpcf7 .ajax-loader {
    display: block !important;
    margin: 10px auto 24px !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  position: relative;
  padding-top: 2px;
}

.sticky:before {
  font-family: 'Glyphicons Halflings';
  font-size: 32px;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-right: 10px;
  content: '\e044';
  text-align: right;
  color: #252629;
  border-top: solid 5px #ffb1fd;
}

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

.blog .hentry,
.archive .hentry,
.search-results .hentry,
.post-loop .hentry {
  margin-bottom: 80px;
}

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

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

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

.page-template-fluid .page-content,
.page-template-fluid .entry-content,
.page-template-fluid .entry-summary {
  margin-top: 0;
}

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

.page-header {
  margin: 0;
  padding: 30px 0 20px;
  border-bottom: none;
  background: #f7f7f7;
  box-shadow: 0 0 25px rgba(0, 0, 0, .02) inset;
}

.entry-title,
.page-title,
.archive-description {
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  color: #252629;
}

.single .entry-title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.entry-meta {
  margin-bottom: 0;
  padding: 5px 10px;
  color: #252629;
  background: #f1f1f1;
}

.entry-meta a {
  margin-right: 10px;
  margin-left: 5px;
}

.entry-footer {
  padding: 5px 0;
  border-bottom: solid 4px #f1f1f1;
}

.entry-footer span {
  margin-right: 15px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
  word-break: break-word;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 20px;
}

.comment-list li {
  margin-bottom: 20px;
  list-style: none;
}

.comment-author img {
  margin: 10px 10px 10px 0;
}

comment-metadata a {
  display: block;
  margin: 20px;
}

.comment-body .edit-link {
  margin-left: 10px;
}

.comment-metadata {
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #f3f3f3;
}

.comment-reply-link {
  display: inline-block;
  padding: 2px 20px;
  transition: all .4s ease;
  border: solid 1px #37415b;
  background: #f1f1f1;
}

.comment-reply-link:hover {
  color: #252629 !important;
  background: #ffb1fd;
}

.comment-list .children {
  margin-top: 20px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
  margin-bottom: -6px;
  border: none;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 0 14px;
  text-align: center;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

.gallery-icon a {
  position: relative;
  display: block;
}

.gallery-icon a:before {
  font-family: 'Glyphicons Halflings';
  font-size: 36px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  content: '\e003';
  transition: all .2s ease;
  transform: translateY(-50%);
  opacity: 0;
  color: #fff;
}

.gallery-icon a:hover:before {
  opacity: 1;
}

.gallery-icon a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  content: '';
  transition: all .2s ease;
  opacity: 0;
  background: rgba(0, 0, 0, .26);
}

.gallery-icon a:hover:after {
  opacity: 1;
}

.gallery-caption {
  font-size: 22px;
  position: absolute;
  right: 10px;
  bottom: -100%;
  left: 10px;
  display: block;
  padding: 2px 20px 12px;
  transition: all .4s ease;
  background: rgba(255, 255, 255, .77);
}

.gallery-item:hover figcaption {
  bottom: 0;
}


/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

::-webkit-input-placeholder {
  color: #404040;
}

::-moz-placeholder {
  color: #404040;
}

:-ms-input-placeholder {
  color: #404040;
}

:-moz-placeholder {
  color: #404040;
}

.site-preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/circle.svg) no-repeat center #fff;
}

.so-panel {
  margin-bottom: 0 !important;
}

.panel-grid {
  margin-bottom: 0 !important;
}

.no-padding,
.no-padding .panel-grid-cell {
  padding: 0 !important;
}

.no-cell-gap .panel-grid-cell {
  width: inherit !important;
}

.cell-padding-40 .panel-grid-cell {
  padding: 40px !important;
}

.cell-padding-right-20 .panel-grid-cell {
  padding-right: 20px !important;
}

.break-all-word {
  word-break: break-all;
}

.text-center div {
  text-align: center !important;
}

.text-left div {
  text-align: left !important;
}

.overlay {
  position: relative;
}

.overlay:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .5);
}

.overlay div {
  position: relative;
  z-index: 1;
}

.grayscale {
  -moz-filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -o-filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -webkit-filter: grayscale(40%);
  filter: gray;
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
}

.grayscale-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-hover-block:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.margin-top-40 {
  margin-top: 40px !important;
}

.border-text {
  padding: 6px 10px;
  border: solid 1px #e8e8e8;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, .05);
}

.image-shadow {
  box-shadow: 2px 1px 20px rgba(0, 0, 0, .22);
}

.social-network a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  padding: 7px;
  text-align: center;
  border: solid 1px #d4d4d4;
  border-radius: 100%;
}

.social-network.large a {
  font-size: 20px;
  width: 60px;
  height: 60px;
  padding: 12px;
}

.home .page-content,
.home .entry-content,
.home .entry-summary {
  margin: 0;
}

.theiaStickySidebar {
  padding-bottom: 0 !important;
}

.so-panel .widget-title {
  font-size: 24px;
  padding: 0;
  color: #252629;
  border-bottom: none;
  background: none;
}

.so-panel.widget {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.col-center {
  float: none;
  margin: 0 auto;
}

.img-center {
  margin: auto;
}

.img-fill {
  width: 100%;
}

.col-centered {
  float: none;
  margin: auto;
}

.divider-bottom {
  position: relative;
}

.divider-bottom:before,
.divider-bottom:after {
  position: absolute;
  left: 50%;
  height: 1px;
  content: '';
  transform: translateX(-50%);
}

.divider-bottom:before {
  bottom: 5px;
  width: 40%;
  background: #ffb1fc;
}

.divider-bottom:after {
  bottom: 0;
  width: 60%;
  background: #757F74;
}

.white-text *,
.widget-title-white .widget-title {
  color: #fff !important;
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.half-background-grey {
  position: relative;
}

.half-background-grey:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40%;
  content: '';
  background: #f6f6f6;
}

.section-title {
  max-width: 800px;
  margin: 0 auto 60px;
}

.section-title .widget-title {
  font-size: 32px;
}

.section-title.white-text .widget-title {
  color: #fff;
}

.section-title-icon .widget-title {
  position: relative;
  display: inline;
  float: none !important;
}

.section-title-icon .widget-title:before,
.section-title-icon .widget-title:after {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  content: '';
  background-size: contain;
}

.section-title-icon .widget-title:before {
  left: -45px;
  background: url(../images/wedding/title-icon-1.png) no-repeat;
}

.section-title-icon .widget-title:after {
  right: -45px;
  background: url(../images/wedding/title-icon-2.png) no-repeat;
}

.section-title.white-text .widget-title:before {
  left: -45px;
  background: url(../images/wedding/title-icon-3.png) no-repeat;
}

.section-title.white-text .widget-title:after {
  right: -45px;
  background: url(../images/wedding/title-icon-4.png) no-repeat;
}

.section-title2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 5px;
}

.section-title2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 10px;
  content: '';
  background: url(../images/hotel/title-icon-1.png) no-repeat;
}

.section-title2.title-icon-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 10px;
  content: '';
  background: url(../images/hotel/title-icon-2.png) no-repeat;
}

.section-title2.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-title2 h2 {
  font-size: 36px;
  margin-top: 10px;
}

.section-title2.title-icon-2 h2 {
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.section-title2 h3,
.section-title2 h4 {
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #cea80f;
}

.section-title3 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 55px;
}

.section-title3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 30px;
  content: '';
  background: url(../images/creative/title-icon-1.png) no-repeat;
}

.section-title3.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-title3 .widget-title {
  font-size: 38px;
}

.section-title3 .textwidget {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title4 {
  position: relative;
  padding-top: 10px;
}

.section-title4 h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-title4:before {
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  content: '';
  background: #111;
}

.section-title4.text-center:before {
  left: 50%;
  transform: translateX(-50%);
}

.section-title4.yellow-border:before {
  background: #ffcd00;
}

.section-title5 h3 {
  margin-top: 0;
}

.section-title5 p:first-child {
  margin-bottom: 2px;
}

.blue-heading .widget-title,
.blue-heading h3,
.blue-heading h3 a {
  color: #757F74 !important;
}

.ow-button-base a {
  border: none !important;
  background: url(../images/wedding/btn-img-1.png) no-repeat top center !important;
  background-size: contain !important;
  box-shadow: none !important;
}


/* preload */

.ow-button-base a:before {
  position: absolute;
  display: none;
  content: '';
}

.ow-button-base a span {
  color: #252629;
}

.ow-button-base a:hover,
.ow-button-base a:before {
  background: url(../images/wedding/btn-img-2.png) no-repeat top center !important;
  background-size: contain !important;
}

.button2 {
  margin-top: 35px;
}

.button2 .ow-button-base a,
.button2 .ow-button-base a:hover {
  position: relative;
  padding-top: 46px !important;
  background: none !important;
}

.button2 .ow-button-base a:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 75px;
  height: 30px;
  content: '';
  transform: translateX(-50%);
  background: url(../images/creative/title-icon-1.png) no-repeat;
}

.button3 .ow-button-base a,
.button3 .ow-button-base a:hover {
  position: relative;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: solid 1px #e8e8e8 !important;
  background: transparent !important;
}

.button3 .ow-button-base a {
  box-shadow: 0 0 0 rgba(0, 0, 0, .12) !important;
}

.button3 .ow-button-base a:hover {
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12) !important;
}

.button3 .ow-button-base a:after {
  content: none !important;
}

.outline-button {
  margin-top: 25px;
}

.outline-button .ow-button-base a,
.outline-button .ow-button-base a:hover {
  position: relative;
  padding-top: 15px !important;
  transition: all .4s ease;
  border: solid 2px !important;
  background: none !important;
}

.outline-button.dark .ow-button-base a,
.outline-button.dark .ow-button-base a span {
  color: #111 !important;
}

.outline-button.dark .ow-button-base a:hover span {
  color: #fff !important;
}

.outline-button.dark .ow-button-base a:hover {
  background: #111 !important;
}

.outline-button.light .ow-button-base a,
.outline-button.light .ow-button-base a span {
  color: #fff !important;
}

.outline-button.light .ow-button-base a:hover span {
  color: #111 !important;
}

.outline-button.light .ow-button-base a:hover {
  background: #fff !important;
}

.outline-button .ow-button-base a:after {
  content: none !important;
}

.more-link {
  font-size: 14px;
  line-height: 25px;
  display: table;
  /*padding: 10px 40px;*/
  padding: 10px 20px;
  transition: all .2s ease;
  text-align: center;
  color: #252629;
  border: solid 1px #e8e8e8;
  box-shadow: 0 0 0 rgba(0, 0, 0, .12);
  /*background: url(../images/wedding/btn-img-1.png) no-repeat top center;
  background-size: contain;*/
}

.more-link:hover {
  /*background: url(../images/wedding/btn-img-2.png) no-repeat top center;
  background-size: contain;*/
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12);
}

.more-link2 {
  font-size: 14px;
  line-height: 25px;
  display: table;
  margin: 10px 0;
  transition: all .4s ease;
  color: #cea80f !important;
  border-bottom: solid 1px;
}

.more-link2:hover {
  border-color: transparent;
}

.span-reading-time {
  position: relative;
  padding-left: 20px;
}

.span-reading-time:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0;
  content: '\e023';
}

.number-item h4 {
  font-size: 46px;
}

.img-hover-block {
  position: relative;
  overflow: hidden;
}

.img-hover-block img {
  width: 100%;
  margin: 0 !important;
  transition: all .2s linear;
}

.img-hover-block:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: all .4s linear;
  transform: translateX(100%);
  background: rgba(0, 0, 0, .52);
}

.img-hover-block p {
  font-size: 18px;
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 60px;
  left: 40px;
  margin: 0 !important;
  transition: all .2s ease .6s;
  opacity: 0;
}

.img-hover-block p strong {
  font-size: 25px;
  display: block;
}

.img-hover-block:hover img {
  transform: scale(.9, .9);
}

.img-hover-block:hover:before {
  transform: translateX(0);
}

.img-hover-block:hover p {
  opacity: 1;
}

.mosaicflow__column {
  float: left;
}

.mosaicflow__column img {
  display: block;
  width: 100%;
  height: auto;
}

.mosaic-gallery .gallery-columns-2 .gallery-item,
.mosaic-gallery .gallery-columns-3 .gallery-item,
.mosaic-gallery .gallery-columns-4 .gallery-item,
.mosaic-gallery .gallery-columns-5 .gallery-item,
.mosaic-gallery .gallery-columns-6 .gallery-item,
.mosaic-gallery .gallery-columns-7 .gallery-item,
.mosaic-gallery .gallery-columns-8 .gallery-item,
.mosaic-gallery .gallery-columns-9 .gallery-item {
  max-width: 100%;
}

.lsow-portfolio-wrap .lsow-portfolio-header {
  margin-bottom: 40px !important;
}

.text-center .lsow-portfolio-wrap .lsow-taxonomy-filter {
  float: none !important;
}

.icon-left .sow-features-feature {
  flex-direction: inherit !important;
}

.icon-left .sow-icon-container {
  float: left;
  overflow: hidden;
  width: 25% !important;
}

.icon-left .sow-icon-container,
.icon-top .sow-icon-container {
  transition: all .4s ease-in;
  border: solid 2px transparent;
}

.icon-left .sow-features-feature:hover .sow-icon-container,
.icon-top .sow-features-feature:hover .sow-icon-container {
  color: transparent !important;
  border-color: #111;
}

.icon-left .sow-features-feature .textwidget {
  float: left;
  width: 72%;
  padding-left: 10%;
  text-align: left;
}

.team-square-image .lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper img,
.team-square-image .lsow-team-members.lsow-style2 .lsow-team-member .lsow-image-wrapper img {
  width: 100%;
  border-radius: 0 !important;
}

.call-block h2 {
  font-size: 64px;
}

.lsow-social-list {
  text-align: right;
}

.lsow-team-members.lsow-style2 .lsow-team-member-wrapper .lsow-team-member-text .lsow-social-list i {
  font-size: 16px;
}

.lsow-team-members.lsow-style2 {
  margin-bottom: 10% !important;
}

.black-yellow-cell .panel-grid-cell:nth-child(even) {
  background: #ffcd00;
}

.black-yellow-cell .panel-grid-cell:nth-child(odd) {
  background: #111;
}

.odometers-no-margin-bottom .lsow-odometers .lsow-odometer {
  margin-bottom: 0;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar {
  line-height: 0;
  margin-bottom: 6px;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar .lsow-stats-title {
  font-size: 14px;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar .lsow-stats-bar-content,
.small-stats-bars .lsow-stats-bars .lsow-stats-bar .lsow-stats-bar-bg {
  border-radius: 0;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar .lsow-stats-bar-wrap {
  overflow: hidden;
  height: 6px;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar > p {
  display: none;
}

.cell-divider-icon {
  position: relative;
}

.cell-divider-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 30px;
  content: '';
  transform: translate(-50%, -50%);
  background: url(../images/restaurant/cell-divider-icon-1.png) no-repeat;
}

.border-row {
  position: relative;
  z-index: 1;
}

.border-row:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10%;
  display: block;
  content: '';
  border: solid 5px #eee;
  background: #fff;
}

.border-row .panel-grid-cell:first-child {
  padding-right: 40px;
}

.border-row .widget_text {
  margin-bottom: 40px !important;
  padding: 10px 5px;
  background: #fff;
}

.border-row .widget-title {
  font-size: 42px;
  margin-bottom: 0;
}

.border-row .widget_text .textwidget {
  padding-left: 20%;
}

.border-row .lsow-number span {
  font-size: 42px !important;
  color: #e75820;
}

.border-row .lsow-number {
  line-height: 46px !important;
  margin-bottom: 0 !important;
}

.border-row .lsow-stats-title {
  font-size: 14px;
}

.border-row h3 {
  margin-top: 0;
}

.border-row img.alignleft {
  display: inline-block;
  float: none !important;
  width: 31%;
  margin-top: 20px;
  margin-right: 2% !important;
}

.border-row img.alignleft:last-child {
  margin-right: 0 !important;
}

.restaurant-testimonial {
  background-repeat: no-repeat !important;
  background-position: right bottom;
}

.restaurant-testimonial .border-row .panel-grid-cell:first-child {
  padding-right: 0;
}

.restaurant-testimonial .lsow-testimonials-slider {
  padding-right: 40px;
  padding-left: 40px;
}

.restaurant-menu {
  padding-right: 10px;
  padding-left: 10px;
}

.restaurant-menu .panel-grid {
  margin-bottom: 20px !important;
}

.restaurant-menu p:first-child {
  margin-bottom: 0;
}

.slick-object {
  position: relative;
}

.slick-object-item {
  position: absolute;
  top: 50%;
  right: 11%;
  left: 11%;
  transform: translateY(-50%);
}

.slick-object-item .siteorigin-widget-tinymce {
  width: 330px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.slick-object-item .siteorigin-widget-tinymce h3 {
  margin-top: 0;
}

.slick-object-item .siteorigin-widget-tinymce p:first-child {
  margin-bottom: 2px;
}

.slick-object-item .panel-grid-cell:last-child .siteorigin-widget-tinymce {
  float: right;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  position: relative;
  z-index: 999;
  top: 0;
  display: table;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  width: 100%;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.5);
}

.site-header-absolute {
  position: absolute;
  margin-bottom: 0;
  border-bottom: none;
  background-color: rgba(255, 255, 255, .5);
}

.site-header-absolute-content {
  padding-top: 1px;
}

.site-header.affix {
  position: fixed;
  top: 0;
  width: 100%;
}

.site-header > .row {
  display: flex;
  align-items: center;
  max-width: 1490px;
  margin: auto;
}

.site-branding img {
  max-height: 100%;
}

.site-title {
  margin: 0;
}

.site-title a {
  font-size: 48px;
  color: #252629;
}

.site-description {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/

.site-audio {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
}

.site-audio a {
  font-family: 'Glyphicons Halflings';
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffb1fd;
  border-radius: 100%;
  background: #252629;
}

.site-audio a:hover,
.site-audio a:focus {
  text-decoration: none;
}

.site-audio a:before {
  content: '\e002';
}

.site-audio a.mute:before {
  content: '\e014';
}

.soundcloud iframe {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 300px;
  height: 230px;
}


/*--------------------------------------------------------------
# Couple
--------------------------------------------------------------*/

.photo-icon,
.bouquet-img {
  position: relative;
}

.photo-icon img {
  border-radius: 100%;
}

.photo-icon:after {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 78px;
  height: 31px;
  content: '';
  transform: translateX(-50%);
  background: url(../images/wedding/photo-icon-1.png) no-repeat center;
}

.bouquet-img img {
  width: 100%;
}

.bouquet-img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: url(../images/wedding/bouquet-img-1.png) no-repeat top center;
  background-size: cover;
}


/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/

#countdown .section-title {
  margin-bottom: 0 !important;
}

.countdown > div {
  font-size: 18px;
  display: inline-block;
  width: 130px;
  height: 130px;
  margin: 40px 10px 0;
  vertical-align: top;
  color: #fff;
}

.countdown > div > span {
  font-size: 40px;
  line-height: 1;
  display: block;
  padding-top: 32px;
}

.countdown > div:nth-child(even) {
  background: url(../images/wedding/countdown-img-1.png) no-repeat;
  background-size: contain;
}

.countdown > div:nth-child(odd) {
  background: url(../images/wedding/countdown-img-2.png) no-repeat;
  background-size: contain;
}


/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/

.event-text {
  position: relative;
  z-index: 1;
  width: 350px;
  height: 350px;
  margin: -150px auto 40px;
  padding-top: 76px !important;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, .12);
}

.event-text strong {
  display: block;
}


/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/

.quote {
  max-width: 540px;
  margin: auto;
  padding: 20px 40px;
  border-radius: 100px;
  background: #fff;
}

.quote * {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}


/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

.timeline {
  position: relative;
  margin: auto;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  content: '';
  transform: translateX(-50%);
  background: #ffb1fc;
}

.timeline-row {
  position: relative;
}

.timeline-col {
  max-width: 360px;
  margin: auto;
}

.timeline-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 130px;
  height: 130px;
  padding-top: 34px;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 100%;
  background: #eff8ff;
}

.timeline-date:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: '';
  border: solid 3px #fff;
  border-radius: 100%;
}

.timeline-date .glyphicon {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  color: #ffb1fc;
}


/*--------------------------------------------------------------
# RSVP
--------------------------------------------------------------*/

#RSVP {
  position: relative;
}

.rsvp-badge {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.rsvp {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto -140px;
  padding: 40px;
  border: solid 20px #fff;
  background-color: #fff;
  background-image: url(../images/wedding/rsvp-corner-img-1.png), url(../images/wedding/rsvp-corner-img-2.png), url(../images/wedding/rsvp-corner-img-3.png), url(../images/wedding/rsvp-corner-img-4.png);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right, bottom left;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.rsvp input,
.rsvp select,
.rsvp textarea {
  margin-bottom: 20px;
  border-width: 0 0 1px !important;
  border-color: #ccc !important;
}

.rsvp textarea {
  max-height: 180px;
  margin-bottom: 0;
}

.rsvp input[type='submit'] {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 70px !important;
  color: #252629;
  border: none !important;
  background: url(../images/wedding/btn-img-1.png) no-repeat top center !important;
  background-size: contain !important;
}

.rsvp input[type='submit']:hover {
  color: #252629 !important;
  background: url(../images/wedding/btn-img-2.png) no-repeat top center !important;
  background-size: contain !important;
}


/*--------------------------------------------------------------
# People
--------------------------------------------------------------*/

.people {
  max-width: 800px;
  margin: auto;
}

.people .blue-heading h3 {
  margin-top: 0;
}

.people .owl-carousel .owl-item img {
  width: auto;
  max-width: 60%;
}

.people .owl-carousel .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}

.people .owl-carousel .owl-prev,
.people .owl-carousel .owl-next {
  position: absolute;
  opacity: 0 !important;
  color: transparent !important;
  background: transparent !important;
}

.people .owl-carousel:hover .owl-prev,
.people .owl-carousel:hover .owl-next {
  opacity: 1 !important;
}

.people .owl-carousel .owl-prev {
  left: 0;
}

.people .owl-carousel .owl-next {
  right: 0;
}

.people .owl-carousel .owl-prev:after,
.people .owl-carousel .owl-next:after {
  font-family: 'Glyphicons Halflings';
  font-size: 24px;
  position: absolute;
  color: #869791 !important;
}

.people .owl-carousel .owl-prev:after {
  left: 0;
  content: '\e257';
}

.people .owl-carousel .owl-next:after {
  right: 0;
  content: '\e258';
}


/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/

.post-grid .entry-meta {
  position: relative;
  width: 130px;
  height: 130px;
  margin: -70px auto 0;
  padding-top: 57px;
  text-align: center;
  border-radius: 100%;
  background: #eff8ff;
}

.post-grid .entry-meta.entry-meta-no-margin-top {
  margin-top: 0;
}

.post-grid .entry-meta:before {
  font-family: 'Glyphicons Halflings';
  font-size: 22px;
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  content: '\e143';
  color: #ffb1fc;
}

.post-grid .entry-meta:after {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: '';
  border: solid 3px #fff;
  border-radius: 100%;
}

.post-grid .entry-meta .posted-on {
  font-size: 0;
}

.post-grid .entry-meta .posted-on a {
  font-size: 16px;
  background: transparent;
}

.post-grid .more-link {
  display: inline-block;
}

.post-grid-divider {
  margin: 20px auto;
}


/*--------------------------------------------------------------
# Rating
--------------------------------------------------------------*/

.rating-section .fa {
  font-size: 38px;
  color: #cea80f;
}


/*--------------------------------------------------------------
# Rooms
--------------------------------------------------------------*/

.x_rooms .so-widget-sow-features {
  margin-bottom: 40px;
}

.x_rooms .border-text {
  margin-top: 15px;
}

.x_rooms .entry-header {
  margin-bottom: 40px;
}

.x_rooms .entry-title {
  position: relative;
  padding-right: 0;
  padding-bottom: 14px;
  padding-left: 0;
  text-align: left;
}

.x_rooms .entry-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 5px;
  content: '';
  background: url(../images/hotel/title-icon-2.png) no-repeat;
}

.x_rooms .sow-icon-container {
  color: transparent !important;
}

.x_rooms .sow-icon-image {
  background-size: 40px!important;
}

.x_rooms .sow-features-feature .textwidget {
  float: left;
  width: 78%;
  padding-left: 10%;
  text-align: left;
}

.owl-carousel-room .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}

.owl-carousel-room .owl-prev,
.owl-carousel-room .owl-next {
  position: absolute;
  opacity: 0 !important;
  color: transparent !important;
  background: transparent !important;
}

.owl-carousel-room:hover .owl-prev,
.owl-carousel-room:hover .owl-next {
  opacity: 1 !important;
}

.owl-carousel-room .owl-prev {
  left: -50px;
}

.owl-carousel-room .owl-next {
  right: -50px;
}

.owl-carousel-room .owl-prev:after,
.owl-carousel-room .owl-next:after {
  font-family: 'Glyphicons Halflings';
  font-size: 24px;
  position: absolute;
  color: #869791 !important;
}

.owl-carousel-room .owl-prev:after {
  left: 0;
  content: '\e257';
}

.owl-carousel-room .owl-next:after {
  right: 0;
  content: '\e258';
}


/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/

.x_service > div > .entry-content {
  padding: 35px 35px 10px;
  border: solid 2px #cea80f;
}

.x_service .widget_text {
  position: relative;
  margin-bottom: 26px !important;
  padding-bottom: 14px;
}

.x_service .widget_text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 5px;
  content: '';
  background: url(../images/hotel/title-icon-2.png) no-repeat;
}

.owl-carousel-service-nav {
  margin-bottom: 40px;
  text-align: center;
}

.owl-carousel-service-nav li {
  display: inline-block;
  text-transform: uppercase;
}

.owl-carousel-service-nav > li > a {
  line-height: 16px;
  position: relative;
  display: block;
  padding: 0 10px;
  border: solid #ddd;
  border-width: 0 2px 0 0;
}

.owl-carousel-service-nav > li:last-child > a {
  border-right: none;
}

.owl-carousel-service-nav > li > a.current {
  color: #cea80f;
}

.owl-carousel-service-nav > li > a.current:after {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: '\e259';
  transform: translateX(-50%);
}


/*--------------------------------------------------------------
# Amenity
--------------------------------------------------------------*/

.amenity-content {
  position: relative;
  padding: 30px;
  background: #f6f6f6;
}

.amenity-content:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 20px;
  border-color: transparent;
  border-bottom-color: #f6f6f6;
}

.owl-carousel-amenity > .owl-stage-outer > .owl-stage > .owl-item:nth-child(even) .amenity-content:after {
  top: 100%;
  bottom: auto;
  border-top-color: #f6f6f6;
  border-bottom-color: transparent;
}

.amenity-content .entry-title {
  margin-top: 0;
}

.owl-carousel-amenity .featured-image {
  margin-bottom: 0;
}

/* To cover non image fi */
.no-featured-image {
    min-width: 92%;
    position: absolute;
    min-height: 4.8em;
    background: #91a7ff;
}

/*--------------------------------------------------------------
# Team Slide
--------------------------------------------------------------*/

.team-slide-nav li {
  display: block;
}

.team-slide-nav > li > a {
  margin-bottom: 10px;
  border: solid 4px #eee !important;
}

.team-slide-nav > li > a.current {
  border-color: #ffcd00 !important;
}

.team-slide-nav > li > a.current:after {
  content: none;
}

.team-slide .entry-title {
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}


/*--------------------------------------------------------------
# Booking Form
--------------------------------------------------------------*/

.booking-form input,
.booking-form select,
.booking-form textarea {
  margin-bottom: 20px;
  border: solid 1px #e8e8e8 !important;
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12);
}

.booking-form select {
  height: 47px;
}

.booking-form textarea {
  max-height: 180px;
  margin-bottom: 0;
}

.booking-form input[type='submit'] {
  font-size: 16px;
  display: inherit;
  margin: 0 auto;
  padding: 20px 70px !important;
  color: #fff !important;
  border: none !important;
  background: #cea80f;
}

.booking-form input[type='submit']:hover {
  background: #252629;
}

.has-label br {
  display: none;
}

.input-label {
  display: block;
  margin-bottom: 4px;
}


/*--------------------------------------------------------------
# Reservation Form
--------------------------------------------------------------*/

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  margin-bottom: 20px;
  border: solid 1px #e8e8e8 !important;
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12);
}

.reservation-form select {
  height: 47px;
}

.reservation-form textarea {
  max-height: 241px;
  margin-bottom: 0;
}

.reservation-form input[type='submit'] {
  font-size: 16px;
  display: inherit;
  margin: 0 auto;
  padding: 15px 25px !important;
  color: #fff !important;
  border: none !important;
  background: #e75820;
}

.reservation-form input[type='submit']:hover {
  background: #252629;
}

.reservation-form .input-label {
  color: #fff;
}


/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.contact-form::-webkit-input-placeholder {
  font-weight: bold;
}

.contact-form::-moz-placeholder {
  font-weight: bold;
}

.contact-form:-ms-input-placeholder {
  font-weight: bold;
}

.contact-form:-moz-placeholder {
  font-weight: bold;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-bottom: 20px;
  transition: all .4s ease;
  border: solid 1px #c7c7c7 !important;
  border-color: transparent transparent #c7c7c7 transparent !important;
  background: transparent;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #c7c7c7 !important;
}

.contact-form textarea {
  max-height: 180px;
  margin-bottom: 0;
}

.contact-form input[type='submit'] {
  font-size: 16px;
  display: inherit;
  margin: 0;
  text-transform: uppercase;
  color: #111 !important;
  border-width: 1px !important;
  border-color: #111 !important;
}

.contact-form input[type='submit']:hover {
  color: #fff !important;
  background: #252629;
}


/*--------------------------------------------------------------
# Blog Grid
--------------------------------------------------------------*/

.blog-grid .entry-header {
  position: relative;
  margin-top: 26px;
  margin-bottom: 26px;
  padding-bottom: 14px;
}

.blog-grid .entry-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 5px;
  content: '';
  background: url(../images/hotel/title-icon-2.png) no-repeat;
}

.orange-skin .blog-grid .entry-header:after {
  content: none !important;
}

.blog-grid .entry-meta {
  padding: 0;
  background: transparent;
}

.blog-grid .entry-meta .glyphicon {
  color: #cea80f;
}

.orange-skin .blog-grid .entry-meta .glyphicon {
  color: #e75820;
}

.blog-grid .more-link {
  display: inline-block;
  border: solid 1px #e8e8e8 !important;
  background: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, .12);
}

.blog-grid .more-link:hover {
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12);
}

.blog-grid.hoverable .featured-image {
  position: relative;
  overflow: hidden;
  background: #efefef;
}

.blog-grid.hoverable .entry-header {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding-bottom: 0;
  transition: all .4s ease;
  background: #fff;
}

.blog-grid.hoverable .entry-header:after {
  background: none;
}

.blog-grid.hoverable .entry-title {
  font-size: 18px;
  margin-bottom: 18px;
  text-align: left;
}

.blog-grid.hoverable .entry-content {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  min-height: 100%;
  margin: 0;
  padding: 20px;
  transition: all .4s ease;
  border: none;
  background: #f1f1f1;
}

.blog-grid.hoverable .entry-content .more {
  display: inline-block;
  margin-left: 5px;
}

.blog-grid.hoverable .featured-image:hover .entry-header {
  z-index: 1;
}

.blog-grid.hoverable .featured-image:hover .entry-content {
  bottom: 0;
}


/*--------------------------------------------------------------
# Sticky Loop
--------------------------------------------------------------*/

.featured-image2.hidden {
  display: none;
}

.show-featured-image .featured-image2.hidden {
  display: block !important;
}

.entry-title-left .entry-title {
  margin-bottom: 10px;
  padding-left: 0;
  text-align: left;
}

.entry-title-left .entry-meta {
  margin-bottom: 10px;
}

.hide-entry-footer .entry-footer {
  display: none;
}

.button-outline .more-link {
  font-weight: bold;
  border: solid 1px;
  background: none !important;
}


/*--------------------------------------------------------------
# Post List
--------------------------------------------------------------*/

.post-list .entry-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  text-align: left;
}

.post-list .entry-meta {
  padding-left: 0;
  border-bottom: solid 1px #eee;
  background: none;
}

.post-list .entry-meta .byline {
  display: none;
}

.induslife-index-post-list .hentry {
  margin-bottom: 40px;
  /*Induslife Post List*/
}


/*--------------------------------------------------------------
# Induslife Footer Widget
--------------------------------------------------------------*/

.induslife-footer-widget .widget-title {
  margin-bottom: 26px;
  color: #fff;
}

.induslife-footer-widget hr {
  background: #333;
}

.induslife-footer-widget,
.induslife-footer-widget .menu a {
  color: #a0a0a0;
}

.induslife-footer-widget .social-network a {
  color: #fff;
}

.induslife-footer-widget .menu {
  column-count: 2;
  column-gap: 20px;
}

.induslife-footer-widget .menu a {
  position: relative;
  display: block;
  padding-left: 20px;
  transition: all .2s ease;
  color: #a0a0a0;
}

.induslife-footer-widget .menu a:hover {
  color: #fff;
}

.induslife-footer-widget .menu a:before {
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  content: '\e258';
  color: #ffcd00;
}


/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/

.instagram-3-col li {
  display: inline-block;
  width: 33%;
  padding: 5px;
}

.instagram-3-col {
  margin-right: -5px;
  margin-left: -5px;
}

.null-instagram-feed > div > p > a {
  display: block;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.n2-ss-layer {
  opacity: 0;
  animation-fill-mode: forwards;
}

.back-to-top {
  line-height: 30px;
  position: fixed;
  z-index: 9999;
  right: 40px;
  bottom: 40px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: opacity .2s ease-out;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  color: #444;
  border: 0;
  border-radius: 2px;
  background: #c8d3ff;
}

.back-to-top:hover {
  background: #e9ebec;
}

.back-to-top.show {
  opacity: 1;
}

.site-footer {
  background: #252629;
}

.site-footer .site-info {
  padding: 40px 20px;
}

.site-footer .site-copyright {
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 0;
  color: #f1f1f1;
}


/*--------------------------------------------------------------
# Keyframes
--------------------------------------------------------------*/

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRightShort {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Theme Unit test
--------------------------------------------------------------*/
.aligncenter.wp-block-button {
  display: table;
}
.wp-block-button {
  padding: 0px 0px 20px;
}
.entry-content {
  /* padding-top: 20px; banner issue */
}
p.wp-block-cover-text {
  color: #635252  !important;
}
a.wp-block-button__link {
  max-width: 250px;
}
.wp-block-cover {
  margin-bottom: 100px!important;
}
.main-navigation ul ul ul {
  margin-left: -200px;
}


/*--------------------------------------------------------------
# Viewport
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
  .icon-left .sow-features-feature {
    display: block !important;
  }
  .icon-left .sow-features-feature .textwidget {
    float: none !important;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .icon-left .sow-icon-container {
    display: block !important;
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }
  .icon-left .sow-icon-fontawesome {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }

}

@media screen and (max-width: 1199px) {
  .cell-padding-20-sm .panel-grid-cell {
    padding: 20px !important;
  }
}

@media screen and (min-width: 992px) {
  .main-navigation > div > ul {
    float: right;
  }
  .nav-center .main-navigation > div > ul {
    float: none;
    text-align: center;
  }
  .main-navigation ul ul {
    min-width: 200px;
    margin: 7px 0 0 -10px;
    /* padding: 12px; unit test issue */
    background: #e1f0ff;
  }
  .x_rooms .sow-features-feature {
    flex-direction: inherit !important;
  }
  .featured-image {
    max-height: 35em;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 991px) {
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled > div > ul {
    display: block;
  }
  .main-navigation.toggled:before {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, .7);
  }
  .main-navigation.toggled > div:before {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 17px;
    width: 263px;
    height: 96px;
    content: '';
    animation: fadeIn .4s 1 .5s forwards;
    opacity: 0;
    background: #fff;
  }
  .main-navigation.toggled > div {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    animation: slideInRight .8s 1 forwards;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .45);
  }
  .main-navigation > div > ul {
    position: absolute;
    top: 115px;
    right: 10px;
    bottom: 40px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
  }
  .main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .main-navigation ul li {
    display: block;
  }
  .main-navigation ul li a {
    /*color: #fff;*/
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul,
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    position: relative;
    left: 0;
  }
  .main-navigation .menu-item-has-children:before {
    right: 35px;
  }
  .main-navigation ul ul.sub-menu {
    display: none !important;
  }
  .main-navigation ul ul.sub-open {
    display: block !important;
  }
  .no-float-xs {
    float: none !important;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 100%;
  }
  .back-to-top.show {
    display: none !important;
  }
      /* iphone 10 width issue*/
  .ft_header_wrapper.ft-header-absolute{
    position: relative !important;
  }
    /* unit test fix*/
  figure {
    overflow-x: hidden;
  }
  
}

@media screen and (max-width: 780px) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #event .alignleft,
  #event .alignright {
    float: none !important;
    margin: auto !important;
    text-align: center !important;
  }
  .timeline:before,
  .timeline-date:before {
    content: none;
  }
  .timeline-col {
    text-align: center !important;
  }
  .timeline-date {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin: 10px auto 40px;
    padding: 5px 10px;
    transform: none;
    border-radius: 50px;
  }
  .timeline-date .glyphicon {
    position: relative;
    top: 6px;
    display: inline-block;
    padding-right: 4px;
  }
  a.more-link {
    margin-bottom: 5em;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar .site-header-absolute,
  .admin-bar .site-header.affix {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header-absolute,
  .admin-bar .site-header.affix {
    top: 42px;
  }
}

@media screen and (max-width: 767px) {
  .comment-list .children {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .site-header.affix {
    top: 0;
  }
}

@media screen and (max-width: 599px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    display: block;
    float: none;
    margin: 0 auto 25px;
    text-align: center;
  }
  .section-title-icon .widget-title:before,
  .section-title-icon .widget-title:after {
    content: none;
  }
  .event-text {
    font-size: 12px;
    width: 260px;
    height: 260px;
    padding: 36px 40px 0!important;
  }
  .event-text h3 {
    font-size: 18px;
  }
  .quote {
    margin: auto 20px;
  }
  .rsvp {
    padding: 40px 20px;
  }
  /* countdown mobile strech */
  #countdown img {
    min-height: 30em;
}

@media screen and (max-width: 426px) {

.main-navigation.toggled .menu-toggle {
    top: -30px;
    right: 7px;
}
button.menu-toggle.pull-right {
    margin-left: -2em;
}
.site-description {
    font-size: 11px;
}
.site-title a {
    font-size: 36px;
}

}
  ## Captions
  ## Galleries
# Misc
# Header
# Slideshow
# Audio
# Wedding
# Couple
# Parents
# Events
# People
# RSVP
# Gallery
# Journal
# Rating
# Rooms
# Service
# Amenity
# Team Slide
# Booking Form
# Reservation Form
# Contact Form
# Blog Grid
# Sticky Loop
# Post List
# Induslife Footer Widget
# Instagram
# Footer
# Keyframes
# Viewport

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus,
div:focus {
  text-decoration: none;
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cinzel', serif;
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #252629;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  background: #eee;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark,
ins {
  text-decoration: none;
  background: #fff9c0;
}

big {
  font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

hr {
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #eee;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside !important;
}

ul li,
ol li {
  line-height: 35px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  width: 100%;
  margin: 0 0 1.5em;
}

table,
table td,
table th {
  border: solid 1px #37415b;
}

table td,
table th {
  padding: 10px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-size: 12px;
  line-height: 1;
  padding: .6em 1em .4em;
  color: rgba(0, 0, 0, .8);
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
  border-color: #aaa #bbb #bbb;
  outline: none;
  box-shadow: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  padding: 3px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
  color: #111;
  outline: none;
}

label {
  color: #252629;
}

input,
textarea,
select {
  width: 100%;
  padding: 10px !important;
  border: solid 1px #37415b !important;
  border-radius: 0 !important;
}

input[type='submit'] {
  font-weight: bold;
  width: auto;
  margin-top: 20px;
  padding: 16px 38px !important;
  transition: all .4s ease;
  color: #252629 !important;
  background: transparent;
}

input[type='submit']:hover {
  color: #fff !important;
  background: #111;
}

.post-password-form input,
.search-form input {
  height: 42px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
a:visited {
  color: #252629;
}

a:hover,
a:focus,
a:active {
  color: #8d8d8d;
}

a:hover,
a:active {
  outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation li {
  line-height: 26px;
}

.main-navigation ul ul {
  position: absolute;
  z-index: 99999;
  right: 0;
  display: none;
  text-align: left;
}

.main-navigation ul ul li {
  display: block;
}

.main-navigation ul ul ul {
  top: 0;
  display: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
  animation: slideInRightShort .4s 1 forwards;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  right: 100%;
  display: block;
  animation: slideInRightShort .4s 1 forwards;
}

.menu-toggle {
  font-size: 18px;
  display: none;
  float: right;
  border: none;
  background: none;
}

.menu-toggle span {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 8px;
  transition: all .2s ease;
  background: #333;
}

.main-navigation.toggled .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.main-navigation.toggled .menu-toggle span:nth-child(1) {
  transform: rotate(40deg) translateY(11px) translateX(9px);
}

.main-navigation.toggled .menu-toggle span:nth-child(3) {
  transform: rotate(140deg) translateY(5px) translateX(-3px);
}

.main-navigation.toggled .menu-toggle {
  position: absolute;
  z-index: 1000;
  /* top: -62px; */
  right: 0;
}

.main-navigation.toggled .menu-toggle span {
  /*background: #fff;*/
}

.main-navigation ul li {
  display: inline-block;
  float: none;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: all .4s ease;
  border-bottom: solid 2px transparent;
}

.main-navigation ul li:hover,
.main-navigation ul .current-menu-item,
.main-navigation ul .current-menu-ancestor,
.main-navigation ul .current-menu-parent {
  border-bottom-color: #ffb1fd;
}

.main-navigation .menu-item-has-children {
  position: relative;
  padding-right: 26px;
}

.main-navigation .menu-item-has-children:before {
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  position: absolute;
  right: 4px;
  content: '\e259';
  color: #ffb1fd;
}

.main-navigation ul li a {
  font-size: 16px;
  position: relative;
  display: block;
  overflow: hidden;
  color: #252629;
}

.main-navigation ul ul li {
  border: none!important;
}

.main-navigation ul ul li a {
  font-size: .96em;
  color: #252629;
}

.main-navigation ul ul li a:hover {
  opacity: .8;
}

.nav-center-logo {
  position: absolute;
  right: 10px;
}

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

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

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

.post-navigation,
.posts-navigation {
  margin-top: 40px !important;
}

.post-navigation a,
.posts-navigation a {
  display: inline-block;
  padding: 5px 0;
  color: #252629;
  border-bottom: solid 4px #252629;
}

.post-navigation a:hover,
.posts-navigation a:hover {
  padding-bottom: 7px;
  border-bottom: solid 2px #252629;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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


/* Do not show the outline on the skip link target. */

#content[tabindex='-1']:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.widget-title:before,
.widget-title:after,
.panel-grid:before,
.panel-grid:after {
  display: table;
  table-layout: fixed;
  content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget-title:after,
.panel-grid:before {
  clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 12px;
  border: 1px solid #eee;
}


/* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%;
}

.secondary-widget {
  margin-top: 5px;
}

.widget-title {
  font-size: 16px;
  width: 100%;
  margin-top: 0;
  padding: 12px 20px;
  letter-spacing: 2px;
  color: #fff;
  background: #252629;
}

.widget ul {
  margin-left: 0;
  padding-left: 0;
}

.widget ul li {
  line-height: 35px;
  list-style: none;
  word-break: break-word;
}

.widget_rss ul li {
  margin-bottom: 20px;
}

.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget .search-form input {
  height: auto;
}

.widget .search-form label {
  display: block;
}

.widget .search-form input[type='submit'] {
  margin-top: 10px;
}

.calendar_wrap #next {
  text-align: right;
}

.calendar_wrap tfoot td {
  border: none;
}

.tagcloud a {
  font-family: inherit;
  padding: 5px;
}

.mc_merge_var {
  position: relative;
}

.mc_header_email {
  display: none !important;
}

.mc_input {
  position: relative;
  z-index: 0;
  padding: 15px 10px!important;
}

#mc_signup_form {
  margin-top: 20px;
}

#mc_signup_form input:not(#mc_signup_submit) {
  color: #333 !important;
}

#mc_display_rewards {
  display: none;
}

#mc_signup_submit {
  width: auto !important;
  margin: 0;
  color: #fff !important;
  border-color: #fff !important;
}

.mc_signup_submit {
  text-align: left !important;
}

.mc_form_inside .updated {
  display: block !important;
  margin-bottom: 14px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  position: relative;
  padding-top: 2px;
}

.sticky:before {
  font-family: 'Glyphicons Halflings';
  font-size: 32px;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-right: 10px;
  content: '\e044';
  text-align: right;
  color: #252629;
  border-top: solid 5px #ffb1fd;
}

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

.blog .hentry,
.archive .hentry,
.search-results .hentry,
.post-loop .hentry {
  margin-bottom: 80px;
}

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

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

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

.page-template-fluid .page-content,
.page-template-fluid .entry-content,
.page-template-fluid .entry-summary {
  margin-top: 0;
}

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

.page-header {
  margin: 0;
  padding: 30px 0 20px;
  border-bottom: none;
  background: #f7f7f7;
  box-shadow: 0 0 25px rgba(0, 0, 0, .02) inset;
}

.entry-title,
.page-title,
.archive-description {
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  color: #252629;
}

.single .entry-title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.entry-meta {
  margin-bottom: 0;
  padding: 5px 10px;
  color: #252629;
  background: #f1f1f1;
}

.entry-meta a {
  margin-right: 10px;
  margin-left: 5px;
}

.entry-footer {
  padding: 5px 0;
  border-bottom: solid 4px #f1f1f1;
}

.entry-footer span {
  margin-right: 15px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
  word-break: break-word;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 20px;
}

.comment-list li {
  margin-bottom: 20px;
  list-style: none;
}

.comment-author img {
  margin: 10px 10px 10px 0;
}

comment-metadata a {
  display: block;
  margin: 20px;
}

.comment-body .edit-link {
  margin-left: 10px;
}

.comment-metadata {
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #f3f3f3;
}

.comment-reply-link {
  display: inline-block;
  padding: 2px 20px;
  transition: all .4s ease;
  border: solid 1px #37415b;
  background: #f1f1f1;
}

.comment-reply-link:hover {
  color: #252629 !important;
  background: #ffb1fd;
}

.comment-list .children {
  margin-top: 20px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
  margin-bottom: -6px;
  border: none;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 0 14px;
  text-align: center;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

.gallery-icon a {
  position: relative;
  display: block;
}

.gallery-icon a:before {
  font-family: 'Glyphicons Halflings';
  font-size: 36px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  content: '\e003';
  transition: all .2s ease;
  transform: translateY(-50%);
  opacity: 0;
  color: #fff;
}

.gallery-icon a:hover:before {
  opacity: 1;
}

.gallery-icon a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  content: '';
  transition: all .2s ease;
  opacity: 0;
  background: rgba(0, 0, 0, .26);
}

.gallery-icon a:hover:after {
  opacity: 1;
}

.gallery-caption {
  font-size: 22px;
  position: absolute;
  right: 10px;
  bottom: -100%;
  left: 10px;
  display: block;
  padding: 2px 20px 12px;
  transition: all .4s ease;
  background: rgba(255, 255, 255, .77);
}

.gallery-item:hover figcaption {
  bottom: 0;
}


/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

::-webkit-input-placeholder {
  color: #404040;
}

::-moz-placeholder {
  color: #404040;
}

:-ms-input-placeholder {
  color: #404040;
}

:-moz-placeholder {
  color: #404040;
}

.site-preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/xtrail-loader.png) no-repeat center #fff;
}

.so-panel {
  margin-bottom: 0 !important;
}

.panel-grid {
  margin-bottom: 0 !important;
}

.no-padding,
.no-padding .panel-grid-cell {
  padding: 0 !important;
}

.no-cell-gap .panel-grid-cell {
  width: inherit !important;
}

.cell-padding-40 .panel-grid-cell {
  padding: 40px !important;
}

.cell-padding-right-20 .panel-grid-cell {
  padding-right: 20px !important;
}

.break-all-word {
  word-break: break-all;
}

.text-center div {
  text-align: center !important;
}

.text-left div {
  text-align: left !important;
}

.overlay {
  position: relative;
}

.overlay:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .5);
}

.overlay div {
  position: relative;
  z-index: 1;
}

.grayscale {
  -moz-filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -o-filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -webkit-filter: grayscale(40%);
  filter: gray;
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
}

.grayscale-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-hover-block:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.margin-top-40 {
  margin-top: 40px !important;
}

.border-text {
  padding: 6px 10px;
  border: solid 1px #e8e8e8;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, .05);
}

.image-shadow {
  box-shadow: 2px 1px 20px rgba(0, 0, 0, .22);
}

.social-network a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  padding: 7px;
  text-align: center;
  border: solid 1px #d4d4d4;
  border-radius: 100%;
}

.social-network.large a {
  font-size: 20px;
  width: 60px;
  height: 60px;
  padding: 12px;
}

.home .page-content,
.home .entry-content,
.home .entry-summary {
  margin: 0;
}

.theiaStickySidebar {
  padding-bottom: 0 !important;
}

.so-panel .widget-title {
  font-size: 24px;
  padding: 0;
  color: #252629;
  border-bottom: none;
  background: none;
}

.so-panel.widget {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.col-center {
  float: none;
  margin: 0 auto;
}

.img-center {
  margin: auto;
}

.img-fill {
  width: 100%;
}

.col-centered {
  float: none;
  margin: auto;
}

.divider-bottom {
  position: relative;
}

.divider-bottom:before,
.divider-bottom:after {
  position: absolute;
  left: 50%;
  height: 1px;
  content: '';
  transform: translateX(-50%);
}

.divider-bottom:before {
  bottom: 5px;
  width: 40%;
  background: #ffb1fc;
}

.divider-bottom:after {
  bottom: 0;
  width: 60%;
  background: #757F74;
}

.white-text *,
.widget-title-white .widget-title {
  color: #fff !important;
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.half-background-grey {
  position: relative;
}

.half-background-grey:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40%;
  content: '';
  background: #f6f6f6;
}

.section-title {
  max-width: 800px;
  margin: 0 auto 60px;
}

.section-title .widget-title {
  font-size: 32px;
}

.section-title.white-text .widget-title {
  color: #fff;
}

.section-title-icon .widget-title {
  position: relative;
  display: inline;
  float: none !important;
}

.section-title-icon .widget-title:before,
.section-title-icon .widget-title:after {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  content: '';
  background-size: contain;
}

.section-title-icon .widget-title:before {
  left: -45px;
  background: url(../images/wedding/title-icon-1.png) no-repeat;
}

.section-title-icon .widget-title:after {
  right: -45px;
  background: url(../images/wedding/title-icon-2.png) no-repeat;
}

.section-title.white-text .widget-title:before {
  left: -45px;
  background: url(../images/wedding/title-icon-3.png) no-repeat;
}

.section-title.white-text .widget-title:after {
  right: -45px;
  background: url(../images/wedding/title-icon-4.png) no-repeat;
}

.section-title2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 5px;
}

.section-title2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 10px;
  content: '';
  background: url(../images/hotel/title-icon-1.png) no-repeat;
}

.section-title2.title-icon-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 10px;
  content: '';
  background: url(../images/hotel/title-icon-2.png) no-repeat;
}

.section-title2.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-title2 h2 {
  font-size: 36px;
  margin-top: 10px;
}

.section-title2.title-icon-2 h2 {
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.section-title2 h3,
.section-title2 h4 {
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #cea80f;
}

.section-title3 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 55px;
}

.section-title3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 30px;
  content: '';
  background: url(../images/creative/title-icon-1.png) no-repeat;
}

.section-title3.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-title3 .widget-title {
  font-size: 38px;
}

.section-title3 .textwidget {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title4 {
  position: relative;
  padding-top: 10px;
}

.section-title4 h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-title4:before {
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  content: '';
  background: #111;
}

.section-title4.text-center:before {
  left: 50%;
  transform: translateX(-50%);
}

.section-title4.yellow-border:before {
  background: #ffcd00;
}

.section-title5 h3 {
  margin-top: 0;
}

.section-title5 p:first-child {
  margin-bottom: 2px;
}

.blue-heading .widget-title,
.blue-heading h3,
.blue-heading h3 a {
  color: #757F74 !important;
}

.ow-button-base a {
  border: none !important;
  background: url(../images/wedding/btn-img-1.png) no-repeat top center !important;
  background-size: contain !important;
  box-shadow: none !important;
}


/* preload */

.ow-button-base a:before {
  position: absolute;
  display: none;
  content: '';
}

.ow-button-base a span {
  color: #252629;
}

.ow-button-base a:hover,
.ow-button-base a:before {
  background: url(../images/wedding/btn-img-2.png) no-repeat top center !important;
  background-size: contain !important;
}

.button2 {
  margin-top: 35px;
}

.button2 .ow-button-base a,
.button2 .ow-button-base a:hover {
  position: relative;
  padding-top: 46px !important;
  background: none !important;
}

.button2 .ow-button-base a:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 75px;
  height: 30px;
  content: '';
  transform: translateX(-50%);
  background: url(../images/creative/title-icon-1.png) no-repeat;
}

.button3 .ow-button-base a,
.button3 .ow-button-base a:hover {
  position: relative;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: solid 1px #e8e8e8 !important;
  background: transparent !important;
}

.button3 .ow-button-base a {
  box-shadow: 0 0 0 rgba(0, 0, 0, .12) !important;
}

.button3 .ow-button-base a:hover {
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12) !important;
}

.button3 .ow-button-base a:after {
  content: none !important;
}

.outline-button {
  margin-top: 25px;
}

.outline-button .ow-button-base a,
.outline-button .ow-button-base a:hover {
  position: relative;
  padding-top: 15px !important;
  transition: all .4s ease;
  border: solid 2px !important;
  background: none !important;
}

.outline-button.dark .ow-button-base a,
.outline-button.dark .ow-button-base a span {
  color: #111 !important;
}

.outline-button.dark .ow-button-base a:hover span {
  color: #fff !important;
}

.outline-button.dark .ow-button-base a:hover {
  background: #111 !important;
}

.outline-button.light .ow-button-base a,
.outline-button.light .ow-button-base a span {
  color: #fff !important;
}

.outline-button.light .ow-button-base a:hover span {
  color: #111 !important;
}

.outline-button.light .ow-button-base a:hover {
  background: #fff !important;
}

.outline-button .ow-button-base a:after {
  content: none !important;
}

.more-link {
  font-size: 14px;
  line-height: 25px;
  display: table;
  /*padding: 10px 40px;*/
  padding: 10px 20px;
  transition: all .2s ease;
  text-align: center;
  color: #252629;
  border: solid 1px #e8e8e8;
  box-shadow: 0 0 0 rgba(0, 0, 0, .12);
  /*background: url(../images/wedding/btn-img-1.png) no-repeat top center;
  background-size: contain;*/
}

.more-link:hover {
  /*background: url(../images/wedding/btn-img-2.png) no-repeat top center;
  background-size: contain;*/
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12);
}

.more-link2 {
  font-size: 14px;
  line-height: 25px;
  display: table;
  margin: 10px 0;
  transition: all .4s ease;
  color: #cea80f !important;
  border-bottom: solid 1px;
}

.more-link2:hover {
  border-color: transparent;
}

.span-reading-time {
  position: relative;
  padding-left: 20px;
}

.span-reading-time:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0;
  content: '\e023';
}

.number-item h4 {
  font-size: 46px;
}

.img-hover-block {
  position: relative;
  overflow: hidden;
}

.img-hover-block img {
  width: 100%;
  margin: 0 !important;
  transition: all .2s linear;
}

.img-hover-block:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: all .4s linear;
  transform: translateX(100%);
  background: rgba(0, 0, 0, .52);
}

.img-hover-block p {
  font-size: 18px;
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 60px;
  left: 40px;
  margin: 0 !important;
  transition: all .2s ease .6s;
  opacity: 0;
}

.img-hover-block p strong {
  font-size: 25px;
  display: block;
}

.img-hover-block:hover img {
  transform: scale(.9, .9);
}

.img-hover-block:hover:before {
  transform: translateX(0);
}

.img-hover-block:hover p {
  opacity: 1;
}

.mosaicflow__column {
  float: left;
}

.mosaicflow__column img {
  display: block;
  width: 100%;
  height: auto;
}

.mosaic-gallery .gallery-columns-2 .gallery-item,
.mosaic-gallery .gallery-columns-3 .gallery-item,
.mosaic-gallery .gallery-columns-4 .gallery-item,
.mosaic-gallery .gallery-columns-5 .gallery-item,
.mosaic-gallery .gallery-columns-6 .gallery-item,
.mosaic-gallery .gallery-columns-7 .gallery-item,
.mosaic-gallery .gallery-columns-8 .gallery-item,
.mosaic-gallery .gallery-columns-9 .gallery-item {
  max-width: 100%;
}

.lsow-portfolio-wrap .lsow-portfolio-header {
  margin-bottom: 40px !important;
}

.text-center .lsow-portfolio-wrap .lsow-taxonomy-filter {
  float: none !important;
}

.icon-left .sow-features-feature {
  flex-direction: inherit !important;
}

.icon-left .sow-icon-container {
  float: left;
  overflow: hidden;
  width: 25% !important;
}

.icon-left .sow-icon-container,
.icon-top .sow-icon-container {
  transition: all .4s ease-in;
  border: solid 2px transparent;
}

.icon-left .sow-features-feature:hover .sow-icon-container,
.icon-top .sow-features-feature:hover .sow-icon-container {
  color: transparent !important;
  border-color: #111;
}

.icon-left .sow-features-feature .textwidget {
  float: left;
  width: 72%;
  padding-left: 10%;
  text-align: left;
}

.team-square-image .lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper img,
.team-square-image .lsow-team-members.lsow-style2 .lsow-team-member .lsow-image-wrapper img {
  width: 100%;
  border-radius: 0 !important;
}

.call-block h2 {
  font-size: 64px;
}

.lsow-social-list {
  text-align: right;
}

.lsow-team-members.lsow-style2 .lsow-team-member-wrapper .lsow-team-member-text .lsow-social-list i {
  font-size: 16px;
}

.lsow-team-members.lsow-style2 {
  margin-bottom: 10% !important;
}

.black-yellow-cell .panel-grid-cell:nth-child(even) {
  background: #ffcd00;
}

.black-yellow-cell .panel-grid-cell:nth-child(odd) {
  background: #111;
}

.odometers-no-margin-bottom .lsow-odometers .lsow-odometer {
  margin-bottom: 0;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar {
  line-height: 0;
  margin-bottom: 6px;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar .lsow-stats-title {
  font-size: 14px;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar .lsow-stats-bar-content,
.small-stats-bars .lsow-stats-bars .lsow-stats-bar .lsow-stats-bar-bg {
  border-radius: 0;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar .lsow-stats-bar-wrap {
  overflow: hidden;
  height: 6px;
}

.small-stats-bars .lsow-stats-bars .lsow-stats-bar > p {
  display: none;
}

.cell-divider-icon {
  position: relative;
}

.cell-divider-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 30px;
  content: '';
  transform: translate(-50%, -50%);
  background: url(../images/restaurant/cell-divider-icon-1.png) no-repeat;
}

.border-row {
  position: relative;
  z-index: 1;
}

.border-row:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10%;
  display: block;
  content: '';
  border: solid 5px #eee;
  background: #fff;
}

.border-row .panel-grid-cell:first-child {
  padding-right: 40px;
}

.border-row .widget_text {
  margin-bottom: 40px !important;
  padding: 10px 5px;
  background: #fff;
}

.border-row .widget-title {
  font-size: 42px;
  margin-bottom: 0;
}

.border-row .widget_text .textwidget {
  padding-left: 20%;
}

.border-row .lsow-number span {
  font-size: 42px !important;
  color: #e75820;
}

.border-row .lsow-number {
  line-height: 46px !important;
  margin-bottom: 0 !important;
}

.border-row .lsow-stats-title {
  font-size: 14px;
}

.border-row h3 {
  margin-top: 0;
}

.border-row img.alignleft {
  display: inline-block;
  float: none !important;
  width: 31%;
  margin-top: 20px;
  margin-right: 2% !important;
}

.border-row img.alignleft:last-child {
  margin-right: 0 !important;
}

.restaurant-testimonial {
  background-repeat: no-repeat !important;
  background-position: right bottom;
}

.restaurant-testimonial .border-row .panel-grid-cell:first-child {
  padding-right: 0;
}

.restaurant-testimonial .lsow-testimonials-slider {
  padding-right: 40px;
  padding-left: 40px;
}

.restaurant-menu {
  padding-right: 10px;
  padding-left: 10px;
}

.restaurant-menu .panel-grid {
  margin-bottom: 20px !important;
}

.restaurant-menu p:first-child {
  margin-bottom: 0;
}

.slick-object {
  position: relative;
}

.slick-object-item {
  position: absolute;
  top: 50%;
  right: 11%;
  left: 11%;
  transform: translateY(-50%);
}

.slick-object-item .siteorigin-widget-tinymce {
  width: 330px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.slick-object-item .siteorigin-widget-tinymce h3 {
  margin-top: 0;
}

.slick-object-item .siteorigin-widget-tinymce p:first-child {
  margin-bottom: 2px;
}

.slick-object-item .panel-grid-cell:last-child .siteorigin-widget-tinymce {
  float: right;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  position: relative;
  z-index: 999;
  top: 0;
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.site-header-absolute {
  position: absolute;
  margin-bottom: 0;
  border-bottom: none;
  background-color: rgba(255, 255, 255, .5);
}

.site-header-absolute-content {
  padding-top: 1px;
}

.site-header.affix {
  position: fixed;
  top: 0;
  width: 100%;
}

.site-header > .row {
  display: flex;
  align-items: center;
}

.site-branding img {
  max-height: 100%;
}

.site-title {
  margin: 0;
}

.site-title a {
  font-size: 48px;
  color: #252629;
}

.site-description {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/

.site-audio {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
}

.site-audio a {
  font-family: 'Glyphicons Halflings';
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffb1fd;
  border-radius: 100%;
  background: #252629;
}

.site-audio a:hover,
.site-audio a:focus {
  text-decoration: none;
}

.site-audio a:before {
  content: '\e002';
}

.site-audio a.mute:before {
  content: '\e014';
}

.soundcloud iframe {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 300px;
  height: 230px;
}


/*--------------------------------------------------------------
# Couple
--------------------------------------------------------------*/

.photo-icon,
.bouquet-img {
  position: relative;
}

.photo-icon img {
  border-radius: 100%;
}

.photo-icon:after {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 78px;
  height: 31px;
  content: '';
  transform: translateX(-50%);
  background: url(../images/wedding/photo-icon-1.png) no-repeat center;
}

.bouquet-img img {
  width: 100%;
}

.bouquet-img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: url(../images/wedding/bouquet-img-1.png) no-repeat top center;
  background-size: cover;
}


/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/

#countdown .section-title {
  margin-bottom: 0 !important;
}

.countdown > div {
  font-size: 18px;
  display: inline-block;
  width: 130px;
  height: 130px;
  margin: 40px 10px 0;
  vertical-align: top;
  color: #fff;
}

.countdown > div > span {
  font-size: 40px;
  line-height: 1;
  display: block;
  padding-top: 32px;
}

.countdown > div:nth-child(even) {
  background: url(../images/wedding/countdown-img-1.png) no-repeat;
  background-size: contain;
}

.countdown > div:nth-child(odd) {
  background: url(../images/wedding/countdown-img-2.png) no-repeat;
  background-size: contain;
}


/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/

.event-text {
  position: relative;
  z-index: 1;
  width: 350px;
  height: 350px;
  margin: -150px auto 40px;
  padding-top: 76px !important;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, .12);
}

.event-text strong {
  display: block;
}


/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/

.quote {
  max-width: 540px;
  margin: auto;
  padding: 20px 40px;
  border-radius: 100px;
  background: #fff;
}

.quote * {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}


/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

.timeline {
  position: relative;
  margin: auto;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  content: '';
  transform: translateX(-50%);
  background: #ffb1fc;
}

.timeline-row {
  position: relative;
}

.timeline-col {
  max-width: 360px;
  margin: auto;
}

.timeline-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 130px;
  height: 130px;
  padding-top: 34px;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 100%;
  background: #eff8ff;
}

.timeline-date:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: '';
  border: solid 3px #fff;
  border-radius: 100%;
}

.timeline-date .glyphicon {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  color: #ffb1fc;
}


/*--------------------------------------------------------------
# RSVP
--------------------------------------------------------------*/

#RSVP {
  position: relative;
}

.rsvp-badge {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.rsvp {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto -140px;
  padding: 40px;
  border: solid 20px #fff;
  background-color: #fff;
  background-image: url(../images/wedding/rsvp-corner-img-1.png), url(../images/wedding/rsvp-corner-img-2.png), url(../images/wedding/rsvp-corner-img-3.png), url(../images/wedding/rsvp-corner-img-4.png);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right, bottom left;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.rsvp input,
.rsvp select,
.rsvp textarea {
  margin-bottom: 20px;
  border-width: 0 0 1px !important;
  border-color: #ccc !important;
}

.rsvp textarea {
  max-height: 180px;
  margin-bottom: 0;
}

.rsvp input[type='submit'] {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 70px !important;
  color: #252629;
  border: none !important;
  background: url(../images/wedding/btn-img-1.png) no-repeat top center !important;
  background-size: contain !important;
}

.rsvp input[type='submit']:hover {
  color: #252629 !important;
  background: url(../images/wedding/btn-img-2.png) no-repeat top center !important;
  background-size: contain !important;
}


/*--------------------------------------------------------------
# People
--------------------------------------------------------------*/

.people {
  max-width: 800px;
  margin: auto;
}

.people .blue-heading h3 {
  margin-top: 0;
}

.people .owl-carousel .owl-item img {
  width: auto;
  max-width: 60%;
}

.people .owl-carousel .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}

.people .owl-carousel .owl-prev,
.people .owl-carousel .owl-next {
  position: absolute;
  opacity: 0 !important;
  color: transparent !important;
  background: transparent !important;
}

.people .owl-carousel:hover .owl-prev,
.people .owl-carousel:hover .owl-next {
  opacity: 1 !important;
}

.people .owl-carousel .owl-prev {
  left: 0;
}

.people .owl-carousel .owl-next {
  right: 0;
}

.people .owl-carousel .owl-prev:after,
.people .owl-carousel .owl-next:after {
  font-family: 'Glyphicons Halflings';
  font-size: 24px;
  position: absolute;
  color: #869791 !important;
}

.people .owl-carousel .owl-prev:after {
  left: 0;
  content: '\e257';
}

.people .owl-carousel .owl-next:after {
  right: 0;
  content: '\e258';
}


/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/

.post-grid .entry-meta {
  position: relative;
  width: 130px;
  height: 130px;
  margin: -70px auto 0;
  padding-top: 57px;
  text-align: center;
  border-radius: 100%;
  background: #eff8ff;
}

.post-grid .entry-meta.entry-meta-no-margin-top {
  margin-top: 0;
}

.post-grid .entry-meta:before {
  font-family: 'Glyphicons Halflings';
  font-size: 22px;
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  content: '\e143';
  color: #ffb1fc;
}

.post-grid .entry-meta:after {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: '';
  border: solid 3px #fff;
  border-radius: 100%;
}

.post-grid .entry-meta .posted-on {
  font-size: 0;
}

.post-grid .entry-meta .posted-on a {
  font-size: 16px;
  background: transparent;
}

.post-grid .more-link {
  display: inline-block;
}

.post-grid-divider {
  margin: 20px auto;
}


/*--------------------------------------------------------------
# Rating
--------------------------------------------------------------*/

.rating-section .fa {
  font-size: 38px;
  color: #cea80f;
}


/*--------------------------------------------------------------
# Rooms
--------------------------------------------------------------*/

.x_rooms .so-widget-sow-features {
  margin-bottom: 40px;
}

.x_rooms .border-text {
  margin-top: 15px;
}

.x_rooms .entry-header {
  margin-bottom: 40px;
}

.x_rooms .entry-title {
  position: relative;
  padding-right: 0;
  padding-bottom: 14px;
  padding-left: 0;
  text-align: left;
}

.x_rooms .entry-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 5px;
  content: '';
  background: url(../images/hotel/title-icon-2.png) no-repeat;
}

.x_rooms .sow-icon-container {
  color: transparent !important;
}

.x_rooms .sow-icon-image {
  background-size: 40px!important;
}

.x_rooms .sow-features-feature .textwidget {
  float: left;
  width: 78%;
  padding-left: 10%;
  text-align: left;
}

.owl-carousel-room .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}

.owl-carousel-room .owl-prev,
.owl-carousel-room .owl-next {
  position: absolute;
  opacity: 0 !important;
  color: transparent !important;
  background: transparent !important;
}

.owl-carousel-room:hover .owl-prev,
.owl-carousel-room:hover .owl-next {
  opacity: 1 !important;
}

.owl-carousel-room .owl-prev {
  left: -50px;
}

.owl-carousel-room .owl-next {
  right: -50px;
}

.owl-carousel-room .owl-prev:after,
.owl-carousel-room .owl-next:after {
  font-family: 'Glyphicons Halflings';
  font-size: 24px;
  position: absolute;
  color: #869791 !important;
}

.owl-carousel-room .owl-prev:after {
  left: 0;
  content: '\e257';
}

.owl-carousel-room .owl-next:after {
  right: 0;
  content: '\e258';
}


/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/

.x_service > div > .entry-content {
  padding: 35px 35px 10px;
  border: solid 2px #cea80f;
}

.x_service .widget_text {
  position: relative;
  margin-bottom: 26px !important;
  padding-bottom: 14px;
}

.x_service .widget_text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 5px;
  content: '';
  background: url(../images/hotel/title-icon-2.png) no-repeat;
}

.owl-carousel-service-nav {
  margin-bottom: 40px;
  text-align: center;
}

.owl-carousel-service-nav li {
  display: inline-block;
  text-transform: uppercase;
}

.owl-carousel-service-nav > li > a {
  line-height: 16px;
  position: relative;
  display: block;
  padding: 0 10px;
  border: solid #ddd;
  border-width: 0 2px 0 0;
}

.owl-carousel-service-nav > li:last-child > a {
  border-right: none;
}

.owl-carousel-service-nav > li > a.current {
  color: #cea80f;
}

.owl-carousel-service-nav > li > a.current:after {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: '\e259';
  transform: translateX(-50%);
}


/*--------------------------------------------------------------
# Amenity
--------------------------------------------------------------*/

.amenity-content {
  position: relative;
  padding: 30px;
  background: #f6f6f6;
}

.amenity-content:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 20px;
  border-color: transparent;
  border-bottom-color: #f6f6f6;
}

.owl-carousel-amenity > .owl-stage-outer > .owl-stage > .owl-item:nth-child(even) .amenity-content:after {
  top: 100%;
  bottom: auto;
  border-top-color: #f6f6f6;
  border-bottom-color: transparent;
}

.amenity-content .entry-title {
  margin-top: 0;
}

.owl-carousel-amenity .featured-image {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Team Slide
--------------------------------------------------------------*/

.team-slide-nav li {
  display: block;
}

.team-slide-nav > li > a {
  margin-bottom: 10px;
  border: solid 4px #eee !important;
}

.team-slide-nav > li > a.current {
  border-color: #ffcd00 !important;
}

.team-slide-nav > li > a.current:after {
  content: none;
}

.team-slide .entry-title {
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}


/*--------------------------------------------------------------
# Booking Form
--------------------------------------------------------------*/

.booking-form input,
.booking-form select,
.booking-form textarea {
  margin-bottom: 20px;
  border: solid 1px #e8e8e8 !important;
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12);
}

.booking-form select {
  height: 47px;
}

.booking-form textarea {
  max-height: 180px;
  margin-bottom: 0;
}

.booking-form input[type='submit'] {
  font-size: 16px;
  display: inherit;
  margin: 0 auto;
  padding: 20px 70px !important;
  color: #fff !important;
  border: none !important;
  background: #cea80f;
}

.booking-form input[type='submit']:hover {
  background: #252629;
}

.has-label br {
  display: none;
}

.input-label {
  display: block;
  margin-bottom: 4px;
}


/*--------------------------------------------------------------
# Reservation Form
--------------------------------------------------------------*/

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  margin-bottom: 20px;
  border: solid 1px #e8e8e8 !important;
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12);
}

.reservation-form select {
  height: 47px;
}

.reservation-form textarea {
  max-height: 241px;
  margin-bottom: 0;
}

.reservation-form input[type='submit'] {
  font-size: 16px;
  display: inherit;
  margin: 0 auto;
  padding: 15px 25px !important;
  color: #fff !important;
  border: none !important;
  background: #e75820;
}

.reservation-form input[type='submit']:hover {
  background: #252629;
}

.reservation-form .input-label {
  color: #fff;
}


/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.contact-form::-webkit-input-placeholder {
  font-weight: bold;
}

.contact-form::-moz-placeholder {
  font-weight: bold;
}

.contact-form:-ms-input-placeholder {
  font-weight: bold;
}

.contact-form:-moz-placeholder {
  font-weight: bold;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-bottom: 20px;
  transition: all .4s ease;
  border: solid 1px #c7c7c7 !important;
  border-color: transparent transparent #c7c7c7 transparent !important;
  background: transparent;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #c7c7c7 !important;
}

.contact-form textarea {
  max-height: 180px;
  margin-bottom: 0;
}

.contact-form input[type='submit'] {
  font-size: 16px;
  display: inherit;
  margin: 0;
  text-transform: uppercase;
  color: #111 !important;
  border-width: 1px !important;
  border-color: #111 !important;
}

.contact-form input[type='submit']:hover {
  color: #fff !important;
  background: #252629;
}


/*--------------------------------------------------------------
# Blog Grid
--------------------------------------------------------------*/

.blog-grid .entry-header {
  position: relative;
  margin-top: 26px;
  margin-bottom: 26px;
  padding-bottom: 14px;
}

.blog-grid .entry-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 5px;
  content: '';
  background: url(../images/hotel/title-icon-2.png) no-repeat;
}

.orange-skin .blog-grid .entry-header:after {
  content: none !important;
}

.blog-grid .entry-meta {
  padding: 0;
  background: transparent;
}

.blog-grid .entry-meta .glyphicon {
  color: #cea80f;
}

.orange-skin .blog-grid .entry-meta .glyphicon {
  color: #e75820;
}

.blog-grid .more-link {
  display: inline-block;
  border: solid 1px #e8e8e8 !important;
  background: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, .12);
}

.blog-grid .more-link:hover {
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .12);
}

.blog-grid.hoverable .featured-image {
  position: relative;
  overflow: hidden;
  background: #efefef;
}

.blog-grid.hoverable .entry-header {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding-bottom: 0;
  transition: all .4s ease;
  background: #fff;
}

.blog-grid.hoverable .entry-header:after {
  background: none;
}

.blog-grid.hoverable .entry-title {
  font-size: 18px;
  margin-bottom: 18px;
  text-align: left;
}

.blog-grid.hoverable .entry-content {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  min-height: 100%;
  margin: 0;
  padding: 20px;
  transition: all .4s ease;
  border: none;
  background: #f1f1f1;
}

.blog-grid.hoverable .entry-content .more {
  display: inline-block;
  margin-left: 5px;
}

.blog-grid.hoverable .featured-image:hover .entry-header {
  z-index: 1;
}

.blog-grid.hoverable .featured-image:hover .entry-content {
  bottom: 0;
}


/*--------------------------------------------------------------
# Sticky Loop
--------------------------------------------------------------*/

.featured-image2.hidden {
  display: none;
}

.show-featured-image .featured-image2.hidden {
  display: block !important;
}

.entry-title-left .entry-title {
  margin-bottom: 10px;
  padding-left: 0;
  text-align: left;
}

.entry-title-left .entry-meta {
  margin-bottom: 10px;
}

.hide-entry-footer .entry-footer {
  display: none;
}

.button-outline .more-link {
  font-weight: bold;
  border: solid 1px;
  background: none !important;
}


/*--------------------------------------------------------------
# Post List
--------------------------------------------------------------*/

.post-list .entry-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  text-align: left;
}

.post-list .entry-meta {
  padding-left: 0;
  border-bottom: solid 1px #eee;
  background: none;
}

.post-list .entry-meta .byline {
  display: none;
}

.induslife-index-post-list .hentry {
  margin-bottom: 40px;
  /*Induslife Post List*/
}


/*--------------------------------------------------------------
# Induslife Footer Widget
--------------------------------------------------------------*/

.induslife-footer-widget .widget-title {
  margin-bottom: 26px;
  color: #fff;
}

.induslife-footer-widget hr {
  background: #333;
}

.induslife-footer-widget,
.induslife-footer-widget .menu a {
  color: #a0a0a0;
}

.induslife-footer-widget .social-network a {
  color: #fff;
}

.induslife-footer-widget .menu {
  column-count: 2;
  column-gap: 20px;
}

.induslife-footer-widget .menu a {
  position: relative;
  display: block;
  padding-left: 20px;
  transition: all .2s ease;
  color: #a0a0a0;
}

.induslife-footer-widget .menu a:hover {
  color: #fff;
}

.induslife-footer-widget .menu a:before {
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  content: '\e258';
  color: #ffcd00;
}


/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/

.instagram-3-col li {
  display: inline-block;
  width: 33%;
  padding: 5px;
}

.instagram-3-col {
  margin-right: -5px;
  margin-left: -5px;
}

.null-instagram-feed > div > p > a {
  display: block;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.n2-ss-layer {
  opacity: 0;
  animation-fill-mode: forwards;
}

.back-to-top {
  line-height: 30px;
  position: fixed;
  z-index: 9999;
  right: 40px;
  bottom: 40px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: opacity .2s ease-out;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  color: #444;
  border: 0;
  border-radius: 2px;
  background: #f5f5f5;
}

.back-to-top:hover {
  background: #e9ebec;
}

.back-to-top.show {
  opacity: 1;
}

.site-footer {
  background: #252629;
}

.site-footer .site-info {
  padding: 40px 20px;
}

.site-footer .site-copyright {
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 0;
  color: #f1f1f1;
}


/*--------------------------------------------------------------
# Keyframes
--------------------------------------------------------------*/

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRightShort {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# Viewport
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
  .icon-left .sow-features-feature {
    display: block !important;
  }
  .icon-left .sow-features-feature .textwidget {
    float: none !important;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .icon-left .sow-icon-container {
    display: block !important;
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }
  .icon-left .sow-icon-fontawesome {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1199px) {
  .cell-padding-20-sm .panel-grid-cell {
    padding: 20px !important;
  }
}

@media screen and (min-width: 992px) {
  .main-navigation > div > ul {
    float: right;
  }
  .nav-center .main-navigation > div > ul {
    float: none;
    text-align: center;
  }
  .main-navigation ul ul {
    min-width: 200px;
    margin: 2px 0 0;
    padding: 12px;
    background: #e1f0ff;
  }
  .x_rooms .sow-features-feature {
    flex-direction: inherit !important;
  }
}

@media screen and (max-width: 991px) {
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled > div > ul {
    display: block;
  }
  .main-navigation.toggled:before {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, .7);
  }
  .main-navigation.toggled > div:before {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 17px;
    width: 263px;
    height: 96px;
    content: '';
    animation: fadeIn .4s 1 .5s forwards;
    opacity: 0;
    background: #fff;
  }
  .main-navigation.toggled > div {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    animation: slideInRight .8s 1 forwards;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .45);
  }
  .main-navigation > div > ul {
    position: absolute;
    top: 115px;
    right: 10px;
    bottom: 40px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
  }
  .main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .main-navigation ul li {
    display: block;
  }
  .main-navigation ul li a {
    /*color: #fff;*/
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul,
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    position: relative;
    left: 0;
  }
  .main-navigation .menu-item-has-children:before {
    right: 35px;
  }
  .main-navigation ul ul.sub-menu {
    display: none !important;
  }
  .main-navigation ul ul.sub-open {
    display: block !important;
  }
  .no-float-xs {
    float: none !important;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 100%;
  }
  .back-to-top.show {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #event .alignleft,
  #event .alignright {
    float: none !important;
    margin: auto !important;
    text-align: center !important;
  }
  .timeline:before,
  .timeline-date:before {
    content: none;
  }
  .timeline-col {
    text-align: center !important;
  }
  .timeline-date {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin: 10px auto 40px;
    padding: 5px 10px;
    transform: none;
    border-radius: 50px;
  }
  .timeline-date .glyphicon {
    position: relative;
    top: 6px;
    display: inline-block;
    padding-right: 4px;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar .site-header-absolute,
  .admin-bar .site-header.affix {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header-absolute,
  .admin-bar .site-header.affix {
    top: 42px;
  }
}

@media screen and (max-width: 767px) {
  .comment-list .children {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .site-header.affix {
    top: 0;
  }
}

@media screen and (max-width: 599px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    display: block;
    float: none;
    margin: 0 auto 25px;
    text-align: center;
  }
  .section-title-icon .widget-title:before,
  .section-title-icon .widget-title:after {
    content: none;
  }
  .event-text {
    font-size: 14px;
    width: 260px;
    height: 260px;
    padding: 36px 40px 0!important;
  }
  .event-text h3 {
    font-size: 18px;
  }
  .quote {
    margin: auto 20px;
  }
  .rsvp {
    padding: 40px 20px;
  }
}