@charset "UTF-8";
/*!
Theme Name: shandon hotel
Theme URI: https://www.shandonhotelspa.com
Author: Underscores.me
Author URI: https://www.shandonhotelspa.com
Description: Custom Theme for SHandon Hotel
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shandon-hotel
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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 {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.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 {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Trirong", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: 35px;
  font-weight: 200;
  font-style: normal;
  margin-top: 30;
  padding: 0 60px 13px;
  margin-bottom: 20px;
  color: #303b41;
}

.entry-header {
  text-align: center;
}

h1,
h2 {
  font-size: 35px;
  font-weight: 200;
  font-style: normal;
  margin-top: 30;
  padding: 0 60px 13px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 2.5;
}
@media (max-width: 600px) {
  h1,
  h2 {
    line-height: 1.5;
    margin-bottom: 0px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 200;
  font-style: normal;
  margin-top: 0;
  padding: 0 13px;
  margin-bottom: 20px;
  color: #000000;
}

.h2animation {
  animation: h2animator ease-in-out 0.9s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: h2animator ease-in-out 0.9s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: h2animator ease-in-out 0.9s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: h2animator ease-in-out 0.9s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: h2animator ease-in-out 0.9s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

h1:after {
  content: "";
  display: block;
  height: 1px;
  background: #c69a43;
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  margin: auto;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

h2:after {
  content: "";
  display: block;
  height: 1px;
  background: #c69a43;
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  margin: auto;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

@keyframes h2animator {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes h2animator {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes h2animator {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes h2animator {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes h2animator {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
p {
  margin-bottom: 1.5em;
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

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 https://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. */
}

#content {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  #content {
    width: 100%;
  }
}
hr {
  background-color: #cccccc7d;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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 {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: absolute;
  top: -10000px;
  font-family: "Tinos", serif;
  font-size: 15px;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  padding: 15px 0 40px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 900px) {
  .main-navigation {
    display: none;
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .main-navigation {
    display: none;
    padding-top: 0px;
  }
}

.SHmobileMenu {
  display: block;
}

.SHmobileMenu ul {
  display: inline-grid;
  background-color: #000000;
}

.SHmobileMenu ul li {
  width: 220px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.SHmobileMenu ul li a {
  padding: 8px 130px 8px 30px !important;
  white-space: nowrap;
}

.SHmobileMenu ul ul a {
  white-space: nowrap;
  padding: 8px 130px 8px 10px !important;
}

@media (max-width: 900px) {
  .wpmenucartli {
    display: none;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 30px 20px;
  transition: all 1s;
}
@media (max-width: 900px) {
  .main-navigation ul ul {
    position: fixed;
    margin-left: 100px;
    top: 60px;
    background-color: #4f575d;
    padding: 0px 20px 0px;
  }
}
@media (max-width: 600px) {
  .main-navigation ul ul {
    position: fixed;
    margin-left: 100px;
    top: 60px;
    background-color: #4f575d;
    padding: 0px 20px 0px;
  }
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
  width: 10%;
  padding: 3px 5px 24px;
  text-align: center;
}

@media (max-width: 900px) {
  .main-navigation ul li.menu-item-has-children > a:after {
    color: white;
    content: " ►";
    font-size: 20px;
    vertical-align: -1px;
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .main-navigation ul li.menu-item-has-children > a:after {
    color: white;
    content: " ►";
    font-size: 20px;
    vertical-align: -1px;
    margin-left: 10px;
  }
}

.menu-item-has-children:hover:after {
  content: " ";
  position: absolute;
  border-top: solid 0px transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.9);
  width: 0;
  height: 0;
  left: 40%;
  top: 40px;
}

.menu-item-has-children:hover::after {
  animation: animationFrames ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000000;
}

#menu-item-4989 .sub-menu {
  column-count: 1;
}

.sub-menu {
  column-count: 2;
  text-align: center;
  padding: 20px 20px;
}

.sub-menu li {
  width: auto;
}

.sub-menu li:last-of-type {
  padding-bottom: 20px;
}

.sub-menu li {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  text-decoration: none;
  white-space: normal;
}

.sub-menu li a {
  color: white;
  text-transform: capitalize;
  text-shadow: none;
}

.sub-menu li a:hover {
  color: red;
  text-shadow: none;
}

.menu-item-184,
.menu-item-1510,
.menu-item-152,
.menu-item-547,
.menu-item-192 {
  border-top: 0px !important;
}

.sub-menu li:first-of-type {
  border-top: 0px;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .sub-menu li:first-of-type {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .sub-menu li:first-of-type {
    padding-top: 10px;
  }
}

/* menu animation */
.SHmenu-animation {
  animation: animationFrames ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

@keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fade in up */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* menu animation ends*/
/* Small menu. 
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.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;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* 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 {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: 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 {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: 0px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.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.66%;
}

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

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

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

.gallery-caption {
  display: block;
}

.site-branding {
  margin: auto auto auto 0;
  position: absolute;
  left: 50%;
  z-index: 140;
}
@media (max-width: 600px) {
  .site-branding {
    top: 8px;
  }
}
@media (max-width: 900px) {
  .site-branding {
    top: 8px;
  }
}

.shandon_bounce {
  animation: bounce 2s infinite alternate;
  -webkit-animation: bounce 2s infinite alternate;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.SHscrollDownBtn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 130px;
  height: 200px;
  z-index: 20;
  margin-left: -65px;
  padding: 55px 0 0 0px;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
  background: url(http://www.digital-door.com/shandon3/wp-content/themes/shandon-hotel/assets/sh-scrollbutton.png)
    no-repeat top left;
  background-size: contain;
  transition: background-color 0.3s;
  animation: animationFrames linear 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 3s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

.SHscrollDownBtn a {
  color: white !important;
  text-decoration: none !important;
  font-family: "Tinos", serif !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px #000000;
}

.SHscrollDownBtn:hover {
  color: #4caf50 !important;
}

.SHscrollArrow {
  width: 30px;
  padding-top: 7px;
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px);
  }
  15% {
    transform: translate(0px, -25px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  45% {
    transform: translate(0px, -15px);
  }
  60% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  15% {
    -moz-transform: translate(0px, -25px);
  }
  30% {
    -moz-transform: translate(0px, 0px);
  }
  45% {
    -moz-transform: translate(0px, -15px);
  }
  60% {
    -moz-transform: translate(0px, 0px);
  }
  75% {
    -moz-transform: translate(0px, -5px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, -25px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
  }
  45% {
    -webkit-transform: translate(0px, -15px);
  }
  60% {
    -webkit-transform: translate(0px, 0px);
  }
  75% {
    -webkit-transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px);
  }
  15% {
    -o-transform: translate(0px, -25px);
  }
  30% {
    -o-transform: translate(0px, 0px);
  }
  45% {
    -o-transform: translate(0px, -15px);
  }
  60% {
    -o-transform: translate(0px, 0px);
  }
  75% {
    -o-transform: translate(0px, -5px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  15% {
    -ms-transform: translate(0px, -25px);
  }
  30% {
    -ms-transform: translate(0px, 0px);
  }
  45% {
    -ms-transform: translate(0px, -15px);
  }
  60% {
    -ms-transform: translate(0px, 0px);
  }
  75% {
    -ms-transform: translate(0px, -5px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes scrollBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounceScroll {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounceScroll {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceScroll {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.floatButton {
  border: solid 0px #4caf50;
  color: white;
  padding: 25px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  position: relative;
  z-index: 100;
  background: url(http://www.digital-door.com/shandon3/wp-content/themes/shandon-hotel/assets/btn-background.svg)
    no-repeat top left;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.floatButton svg:hover {
  background: url(http://www.digital-door.com/shandon3/wp-content/themes/shandon-hotel/assets/btn-background-hover.svg)
    no-repeat top left;
  background-size: contain;
  cursor: pointer;
}

.floatButton a {
  font-size: 10px;
  color: white;
  text-decoration: none;
}

.floatMenuBox {
  position: fixed;
  top: 33%;
  right: 125px;
  width: 400px;
  height: 227px;
  padding-top: 10px;
  background-color: #000000;
  border-radius: 5px;
  z-index: 100;
}
@media (max-width: 900px) {
  .floatMenuBox {
    position: fixed;
    top: auto;
    left: 0px;
    bottom: 70px;
    width: 98%;
    height: auto;
    margin: 0 1% 0 1%;
  }
}
@media (max-width: 600px) {
  .floatMenuBox {
    position: fixed;
    top: auto;
    left: 0px;
    bottom: 70px;
    width: 98%;
    height: auto;
    margin: 0 1% 0 1%;
  }
}

#SHweather {
  display: none;
}

#SHsearch {
  display: none;
}

.SH_booking_Container {
  display:none;
  position: absolute;
  top: 70px;
  right: 40px;
  z-index: 130;
}
@media (max-width: 600px) {
  .SH_booking_Container {
    top: 15px;
    right: 4px;
  }
}
@media (max-width: 900px) {
  .SH_booking_Container {
    top: 15px;
    right: 4px;
  }
}

.SHmainButton {
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 0px 4px #c69a43;
  box-shadow: 0px 0px 0px 4px #c69a43;
  font-size: 16px;
  font-family: "Tinos", serif !important;
  padding: 7px 40px 6px;
  color: #ffffff;
  background-color: #c69a43;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.SHmainButton a:link {
  text-decoration: none;
}

.SHmainButton a:hover {
  color: white;
}

.SHmainButton a:active {
  color: white;
}

.SHmainButton:visited {
  color: white;
}

.SHmainButton:hover {
  background-color: #e1b04f;
  -webkit-box-shadow: 0px 0px 0px 4px #e1b04f;
  box-shadow: 0px 0px 0px 4px #e1b04f;
  color: white;
}

.SH_booking_Container a {
  color: white;
}

.SH_booking_Container a:hover {
  background-color: #e1b04f;
  -webkit-box-shadow: 0px 0px 0px 4px #e1b04f;
  box-shadow: 0px 0px 0px 4px #e1b04f;
}

.SHmainButton > i {
  margin-left: 5px;
  display: inline;
}

.SHResButton {
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 0px 4px #c69a43;
  box-shadow: 0px 0px 0px 4px #c69a43;
  font-size: 16px;
  font-family: "Tinos", serif !important;
  padding: 7px 40px 6px;
  color: #ffffff;
  background-color: #c69a43;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .SHResButton {
    font-size: 20px;
    padding: 14px 20px;
  }
}
@media (max-width: 900px) {
  .SHResButton {
    font-size: 20px;
    padding: 14px 20px;
  }
}

.SHResButton a:hover {
  color: white;
}

.SHResButton:hover {
  background-color: #e1b04f;
  -webkit-box-shadow: 0px 0px 0px 4px #e1b04f;
  box-shadow: 0px 0px 0px 4px #e1b04f;
  color: white;
}

.SHResButton > i {
  margin-left: 5px;
  display: inline;
}

.res-position-fixed {
  position: fixed;
  right: 40px;
  top: 30px;
}
@media (max-width: 600px) {
  .res-position-fixed {
    right: 4px;
    top: 15px;
  }
}
@media (max-width: 900px) {
  .res-position-fixed {
    right: 4px;
    top: 15px;
  }
}

.site-branding-fixed {
  margin: auto auto auto 0;
  position: fixed;
  top: 8px;
  left: 50%;
}

.custom-logo {
  margin-left: -50%;
  width: 100px;
  transition: width 0.3s;
}
@media (max-width: 600px) {
  .custom-logo {
    width: 40px;
  }
}
@media (max-width: 900px) {
  .custom-logo {
    width: 40px;
  }
}

.custom-logo-fixed {
  width: 70px;
}
@media (max-width: 600px) {
  .custom-logo-fixed {
    width: 60px;
  }
}
@media (max-width: 900px) {
  .custom-logo-fixed {
    width: 60px;
  }
}

.SHmenuBackground {
  position: fixed;
  top: -80px;
  left: 0px;
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  z-index: 120;
}
@media (max-width: 600px) {
  .SHmenuBackground {
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 30px 45px;
    top: 0px;
  }
}
@media (max-width: 900px) {
  .SHmenuBackground {
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 30px 45px;
    top: 0px;
  }
}

.SHmenuBackground-fixed {
  display: block;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 40px 45px;
  -webkit-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px);
}
@media (max-width: 600px) {
  .SHmenuBackground-fixed {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    padding: 30px 45px;
  }
}
@media (max-width: 900px) {
  .SHmenuBackground-fixed {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    padding: 30px 45px;
  }
}

.SH_burger {
  position: absolute;
  left: 40px;
  top: 20px;
  cursor: pointer;
  color: #c69a43;
  font-size: 30px;
}
@media (max-width: 600px) {
  .SH_burger {
    top: 10px;
  }
}
@media (max-width: 900px) {
  .SH_burger {
    top: 10px;
  }
}

.SH_burger_close {
  position: absolute;
  left: 40px;
  top: 20px;
  color: #c69a43;
  display: none;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 30px;
}
@media (max-width: 600px) {
  .SH_burger_close {
    top: 10px;
  }
}
@media (max-width: 900px) {
  .SH_burger_close {
    top: 10px;
  }
}

.navPosFixed {
  position: fixed;
  top: 80px;
  /*background-color: #000000;*/
}
@media (max-width: 900px) {
  .navPosFixed {
    top: 60px;
    background-color: transparent;
  }
}
@media (max-width: 600px) {
  .navPosFixed {
    top: 60px;
    background-color: transparent;
  }
}

.SHhomeGrid1 {
  height: 550px;
  position: relative;
  background: url("http://www.digital-door.com/shandon3/wp-content/uploads/2018/03/gift-vouchers.jpg")
    center center no-repeat; /*/wp-content/uploads/2018/04/gift-vouchers.jpg*/
  background-size: cover;
}

.SHhomeGrid1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: black;
  width: 100%;
  height: 195px;
}

.SHhomeGrid2 {
  height: 550px;
  background-image: url("http://www.digital-door.com/shandon3/wp-content/uploads/2018/03/activities.jpg");
  /*background-image: url("/wp-content/uploads/2018/04/activities.jpg");*/
  background-position: center;
}

.SHhomeGrid2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: black;
  width: 100%;
  height: 195px;
}

.SHhomeGrid3 {
  height: 550px;
  background-image: url("http://www.digital-door.com/shandon3/wp-content/uploads/2018/03/spa-treatments.jpg"); /*/wp-content/uploads/2018/04/spa-treatments.jpg*/
  background-position: center;
}

.SHhomeGrid3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: black;
  width: 100%;
  height: 195px;
}

.SHhomeGrid4 {
  height: 550px;
  background-image: url("http://www.digital-door.com/shandon3/wp-content/uploads/2018/03/restaurant.jpg"); /*/wp-content/uploads/2018/04/restaurant.jpg*/
  background-position: center;
}

.SHhomeGrid4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: black;
  width: 100%;
  height: 195px;
}

.SHhometext {
  width: 1100px;
  margin: auto auto;
}

.page-id-2 h1 {
  width: 1100px;
  margin: auto auto;
  display: none;
}

.parallax {
  background-image: url("https://www.shandonhotelspa.com/wp-content/uploads/2016/06/Original-Shandon-1.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 900px) {
  .parallax {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  .parallax {
    background-attachment: scroll;
  }
}

.historyBox {
  height: 100px;
  width: 100%;
  margin: -100px 0 0 0;
  background-color: #000000;
  color: white;
  text-align: center;
  padding: 20px;
}

.historyBox h3 {
  color: white;
  padding: 0px;
}

@media (max-width: 950px) {
  .historyBox h3 {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  .historyBox {
    height: auto;
  }
}

.historyBox a {
  color: white;
}

.historyBox h4 {
  color: white;
  padding: 0px;
}

.SHhistoryLogo {
  margin: -10px 40% 0;
  width: 50px;
}

.SHheader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
}

.SHsideButtons {
  display: block;
  position: fixed;
  right: 30px;
  top: 300px;
  width: 75px;
  height: 260px;
  padding: 30px 10px;
  z-index: 1000;
}

.SHsideButtons a:visited {
  color: white;
}
.SHsideButtons a:hover {
  color: #e1b04f;
}

.SHsideButtons a {
  padding: 24px 20px 24px 22px;
  color: white;
}
@media (max-width: 900px) {
  .SHsideButtons {
    display: none;
  }
}
@media (max-width: 600px) {
  .SHsideButtons {
    display: none;
  }
}

@media (max-width: 900px) {
  #showSearch {
    display: none;
  }
}
@media (max-width: 600px) {
  #showSearch {
    display: none;
  }
}

@media (max-width: 900px) {
  #showWeather {
    display: none;
  }
}
@media (max-width: 600px) {
  #showWeather {
    display: none;
  }
}

@media (max-width: 900px) {
  #gotoBlog {
    display: none;
  }
}
@media (max-width: 600px) {
  #gotoBlog {
    display: none;
  }
}

.hebe .tp-tab-desc {
  color: black;
  font-size: 21px;
  font-family: "Trirong", serif;
}

.hebe .tp-tab-desc:hover::after {
  content: " ";
  position: absolute;
  border-top: solid 0px transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c69a43;
  width: 0;
  height: 0;
  left: 50px;
  top: 40px;
}

.tp-tab.selected::after {
  content: " ";
  position: absolute;
  border-top: solid 0px transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c69a43;
  width: 0;
  height: 0;
  left: 50px;
  top: 40px;
}

.tp-revslider-slidesli {
  transform: none !important;
}

.SHrow {
  text-align: center;
  position: relative;
  bottom: -62%;
  /*transform: translateY(-50%); */
}

.SHrow h1 {
  font-weight: 400;
  color: white;
  text-shadow: 1px 1px #000000;
}

.SHrow h2 {
  font-weight: 400;
  color: white;
  text-shadow: 1px 1px #000000;
  padding: 0px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.SHrow h3 {
  font-weight: 400;
  color: white;
  text-shadow: 1px 1px #000000;
  font-size: 18px;
}

.bsgridNoMargin::before {
  content: "";
  background-image: url(/wp-content/uploads/2018/04/Shandon-Spa-1.png);
  display: block;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}

/* maps */
#map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#floating-panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  padding-left: 10px;
}

#right-panel {
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  padding-left: 10px;
}

#right-panel select,
#right-panel input {
  font-size: 15px;
}

#right-panel select {
  width: 100%;
}

#right-panel i {
  font-size: 12px;
}

#right-panel {
  height: 100%;
  float: right;
  width: 390px;
  overflow: auto;
}

#floating-panel {
  background: #fff;
  padding: 5px;
  font-size: 14px;
  font-family: Arial;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
  display: none;
}

@media print {
  #map {
    height: 500px;
    margin: 0;
  }

  #right-panel {
    float: none;
    width: auto;
  }
}
#origin-inputs {
  position: absolute !important;
  left: 200px !important;
  bottom: -10px !important;
  top: unset !important;
}

.SHmapButton {
  display: none;
  height: 100px;
  width: 100px;
  line-height: 100%;
  letter-spacing: 1px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px #c69a43;
  font-size: 16px;
  font-family: "Tinos", serif !important;
  padding: 30px 20px;
  color: #ffffff;
  background-color: #c69a43;
  border: solid 1px #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

.SHmapButton a:hover {
  color: white;
}

.SHmapButton:hover {
  background-color: #e1b04f;
  box-shadow: 0px 0px 0px 4px #e1b04f;
  color: white;
}

/*#btn-dublin-airport{ position: absolute; z-index: 150; left: 50px; top: 50px; }
#btn-belfast-airport{ position: absolute; z-index: 150; left: 150px; top: 50px; }
#btn-belfastcity-airport{ position: absolute; z-index: 150; left: 250px; top: 50px; }
#btn-knock-airport{ position: absolute; z-index: 150; left: 350px; top: 50px; }
#btn-cityofderry-airport{ position: absolute; z-index: 150; left: 450px; top: 50px; }*/
/* maps end*/
/* footer area */
.site-footer {
  background-color: #000000;
  color: white;
  font-size: 12px;
  border-bottom: solid 3px #c69a4350;
}

.site-footer .row {
  padding: 70px 0 30px 0;
  border-bottom: solid 1px #c69a4320;
}

.site-footer a {
  color: white;
  text-decoration: none;
  list-style: none;
}

.site-footer h4 {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c69a43;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 900px) {
  .site-footer h4 {
    border-bottom: 0px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .site-footer h4 {
    border-bottom: 0px;
    text-align: center;
  }
}

.site-footer .alignleft {
  width: 60px;
  clear: both;
  float: none;
}

.site-footer ul {
  margin: 0;
  padding: 2px;
}

.site-footer li {
  list-style: none;
  margin-bottom: 10px;
}

.SHthumbAligned img {
  border: solid 2px white;
}

.SHfooterLogo {
  width: 100%;
  padding: 30px 0 0;
  background-color: #000000;
  text-align: center;
}

.SHfooterSocialBtn {
  border-radius: 0;
  box-shadow: 0px 0px 0px 4px #c69a43;
  font-size: 20px;
  width: 45px;
  padding: 6px;
  color: #ffffff;
  background-color: #c69a43;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 10px;
  transition: all 0.3s;
}

#menu-footer-menu {
  display: none;
  display: -ms-flexbox;
  width: 100%;
  list-style: none;
  background-color: #333;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  #menu-footer-menu {
    display: block;
  }
}

#menu-footer-menu li {
  width: 33.333%;
  text-align: center;
}
@media (max-width: 600px) {
  #menu-footer-menu li {
    width: auto;
    height: 60px;
  }
}

#menu-footer-menu li a {
  color: white;
  text-decoration: none;
  display: block;
  background-color: #000000;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 10px;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  font-family: "Trirong", serif;
}
@media (max-width: 900px) {
  #menu-footer-menu li a {
    height: 75px;
  }
}
@media (max-width: 600px) {
  #menu-footer-menu li a {
    width: auto;
    height: 60px;
  }
}

#menu-footer-menu li a:hover {
  color: white;
  background-color: #495963;
}

.menu-footer-menu-container {
  background-color: #333;
}

.menu-footer-menu-container-fixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 900px) {
  .menu-footer-menu-container-fixed {
    position: initial;
  }
}
@media (max-width: 600px) {
  .menu-footer-menu-container-fixed {
    position: initial;
  }
}

/*footer ends*/
.SHgalleryLink {
  width: 100%;
  text-align: center;
}

.SHgalleryLink a {
  display: block;
  background-color: #000000;
  padding: 10px;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 25px;
  font-family: "Trirong", serif;
  color: white;
  text-decoration: none;
  margin-top: -15px;
  margin-bottom: -40px;
}

.SHgalleryLink a:hover {
  background-color: #4a5863;
}

.SHfooterSocialBtnrow2 {
  background-color: transparent;
  border: solid 1px black;
  color: black;
  /* height: 41px; */
  padding: 10px 15px;
  font-size: 20px;
  /* width: 60px; */
  border-radius: 3px;
  margin-right: 10px;
}

.SHfooterSocialBtnrow2 a:visited {
  color: black !important;
}

.SHfooterSocialBtnrow2 i {
  color: black !important;
}

.SHfooterSocialBtnrow2 a:hover {
  color: #c69a43;
}

.SHsocialrow2 {
  color: #000;
  font-size: 34px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  font-family: "Trirong", serif;
  margin: 70px 0 70px 0px;
}

.shsearch {
  padding: 75px;
}

.shsearch input[type="search"] {
  color: #f9f9f9 !important;
  background-color: #000000;
  border-bottom: solid 2px white;
  border-top: none;
  border-left: none;
  border-right: none;
}

#rev_slider_3_1_forcefullwidth {
  z-index: 10;
}

/* make elements 100% width even when content has maximum of 1100px - mainly used on homepage elements */
.SHfullWidth {
  background-color: #ebebeb;
  padding: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.SHfullWidth2 {
  background-color: #ebebeb;
  padding: 0;
  /*width: 100vw;
    position: relative;*/
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-bottom: solid 100px black;
}

@media (max-width: 1000px) {
  .SHfullWidth2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.SHmobileBtns {
  width: 25%;
  background-color: #000000;
  font-size: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.SHmobileBtns a {
  color: white;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.SHmobileBtns a:hover {
  color: white;
  background-color: #495963;
}

.SHmobileBtnsRow {
  display: none;
  width: 100%;
  font-size: 30px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  z-index: 100;
}
@media (max-width: 1800px) {
  .SHmobileBtnsRow {
    display: none;
  }
}
@media (max-width: 1200px) {
  .SHmobileBtnsRow {
    display: none;
  }
}
@media (max-width: 900px) {
  .SHmobileBtnsRow {
    display: inline-flex;
  }
}
@media (max-width: 600px) {
  .SHmobileBtnsRow {
    display: inline-flex;
  }
}

.defaultcss {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .defaultcss {
    margin-bottom: 70px;
  }
}
@media (max-width: 900px) {
  .defaultcss {
    margin-bottom: 70px;
  }
}

.defaultcss .SHmenuBackground {
  display: block !important;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  padding: 80px 45px;
  -webkit-transform: translate(0, 80px) !important;
  -ms-transform: translate(0, 80px) !important;
  transform: translate(0, 80px) !important;
}
@media (max-width: 600px) {
  .defaultcss .SHmenuBackground {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.85) !important;
    padding: 30px 45px !important;
    top: 0px !important;
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important;
  }
}
@media (max-width: 900px) {
  .defaultcss .SHmenuBackground {
    display: block;
    background-color: rgba(0, 0, 0, 0.85) !important;
    padding: 30px 45px !important;
    top: 0px !important;
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important;
  }
}

.defaultcss .SH_booking_Container {
  position: fixed;
  right: 40px;
  top: 30px;
}
@media (max-width: 900px) {
  .defaultcss .SH_booking_Container {
    top: 15px;
    right: 4px;
  }
}

.SHmenuBackgroundchange {
  background: #00000080 !important;
  padding: 40px 45px !important;
}

.defaultcss .site-branding {
  margin: auto auto auto 0;
  position: fixed;
  top: 8px;
  left: 50%;
  z-index: 140;
}
@media (max-width: 600px) {
  .defaultcss .site-branding {
    position: fixed;
    top: 8px;
  }
}
@media (max-width: 900px) {
  .defaultcss .site-branding {
    position: fixed;
    top: 8px;
  }
}

.defaultcss .site-branding-fixed {
  margin: auto auto auto 0;
  position: fixed;
  top: 8px;
  left: 50%;
}

.defaultcss .custom-logo {
  margin-left: -50%;
  width: 116px;
  transition: width 0.3s;
  /*background: #000000;*/
  border-radius: 70px;
  padding: 0 8px 8px 8px;
}
@media (max-width: 600px) {
  .defaultcss .custom-logo {
    width: 56px;
  }
}
@media (max-width: 900px) {
  .defaultcss .custom-logo {
    width: 56px;
    background: inherit !important;
  }
}

.defaultcss .custom-logo-fixed {
  width: 67px;
}
@media (max-width: 600px) {
  .defaultcss .custom-logo-fixed {
    width: 56px;
  }
}
@media (max-width: 900px) {
  .defaultcss .custom-logo-fixed {
    width: 56px;
  }
}

.ShfooterBlock {
  height: auto;
}
@media (max-width: 600px) {
  .ShfooterBlock {
    text-align: center;
    border-bottom: solid 1px #6b6b6b;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .ShfooterBlock {
    text-align: center;
    border-bottom: solid 1px #6b6b6b;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.inlineMap input {
  width: 300px;
  height: 40px;
  font-size: 20px;
}

#footerR2C1,
#footerR2C2,
#footerR2C3,
#footerR2C4 {
  display: inherit;
}
@media (max-width: 600px) {
  #footerR2C1,
  #footerR2C2,
  #footerR2C3,
  #footerR2C4 {
    display: none;
  }
}
@media (max-width: 900px) {
  #footerR2C1,
  #footerR2C2,
  #footerR2C3,
  #footerR2C4 {
    display: none;
  }
}

/* Blog */
.ShBlogTemplate {
  border-bottom: solid 1px #c69a43;
}

.ShBlogTemplate h3 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.ShBlogTemplate .entry-title a {
  text-decoration: none !important;
  color: #000000;
}

.ShBlogTemplate .posted-on {
  color: #c69a43;
}

.ShBlogTemplate .posted-on a {
  text-decoration: none !important;
  color: #c69a43;
}

.ShBlogTemplate .posted-on a:visited {
  color: #c69a43;
}

.ShBlogTemplate .posted-on a:hover {
  color: #000000;
}

.ShBlogTemplate a:visited {
  color: #000000;
}

.ShBlogTemplate a:hover {
  color: #c69a43;
}

.ShBlogTemplate .hentry {
  margin-left: 2%;
  margin-right: 2%;
}

.ShBlogTemplate img {
  border: solid 1px #c69a43;
  padding: 5px;
}

.SHreadmore {
  text-align: center;
}

.SHreadmore a:visited {
  color: white;
}

.leftColumn {
  float: left;
  width: 66%;
  padding: 10px;
}

.rightColumn {
  float: left;
  width: 33%;
  padding: 10px;
}

/* Clear floats after the columns */
.SH2columnrow:after {
  content: "";
  display: table;
  clear: both;
}

.nav-links {
  margin-top: 15px;
}

.nav-links a {
  color: #c69a43;
  text-decoration: none;
}

.woocommerce .col-1 {
  max-width: 100%;
}

.woocommerce .col-2 {
  max-width: 100%;
}

.woocommerce h1:after {
  width: 0px;
}

.woocommerce h2:after {
  width: 0px;
}

.additional_information_tab {
  display: none;
}

/* hide headers in room posts */
.postid-4949 .entry-title {
  display: none;
}

.postid-4957 .entry-title {
  display: none;
}

.postid-4955 .entry-title {
  display: none;
}

.postid-4953 .entry-title {
  display: none;
}

.postid-4951 .entry-title {
  display: none;
}

.postid-5842 .entry-title {
  display: none;
}

.postid-5855 .entry-title {
  display: none;
}

.postid-5873 .entry-title {
  display: none;
}

.entry-summary h1 {
  font-size: 30px;
}

.woocommerce div.product {
  margin-top: 30px;
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex: 1 33%;
}

.shGalleryimg {
  padding: 10px;
  border: solid 1px #d4d4d4;
  background-color: #f7f7f7;
  transition: all 0.7s;
}

.shGalleryimg:hover {
  opacity: 0.6;
}

.page-two-column .panel-content .entry-header {
  display: none;
}

.ShfooterBlock i {
  background-color: #c69a43;
  padding: 15px;
  font-size: 20px;
  border-radius: 3px;
  transition: all 0.3s;
}

.ShfooterBlock i:hover {
  background-color: #e1b04f;
}

/* these are temp css and need to be fixed prperly */
/*.postid-4066 .post-thumbnail{
    display:none
}

.postid-4066 .entry-header{ display:none }

.postid-4066 .entry-footer{ display:none }

.postid-4066 .nav-links{ display:none }

.postid-4066 .content-area {margin-top: -25px;}*/

/*# sourceMappingURL=style.css.map */
.header-space {
  margin-top: 140px !important;
}
