/*
Theme Name: Lord
Theme URI: 
Author: Studio Graficzne AM
Author URI: https://www.studiograficzneam.pl/
Description: 
Version: 
License: 
License URI: 
Text Domain: lord
Requires at least: 
Requires PHP: 
Tested up to: 
Tags: 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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 {
  color: #000;
  background-color: transparent;
}

a:active,
a:hover {
  color: #d6b469;
  text-decoration: none;
  outline: 0;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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;
}

b, 
strong {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000;
  font-weight: 400;
  font-family: 'Parisienne', cursive;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.25;
}
h1 {
  font-size: 3.75rem;
}
h2 {
  font-size: 3.125rem;
}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 2.1875rem;
}
h5 {
  font-size: 1.875rem;
}
h6 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 1199px) {
  h1 {
	font-size: 3.125rem;
  }
  h2 {
	font-size: 2.5rem;
  }
  h3 {
	font-size: 2.1875rem;
  }
  h4 {
	font-size: 1.875rem;
  }
  h5 {
	font-size: 1.5625rem;
  }	
  h6 {
	font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  h1 {
	font-size: 2.5rem;
  }
  h2 {
	font-size: 2.1875rem;
  }
  h3 {
	font-size: 1.875rem;
  }
  h4 {
	font-size: 1.5625rem;
  }
  h5 {
	font-size: 1.25rem;
  }	
  h6 {
	font-size: 1.25rem;
  }	
}
@media screen and (max-width: 767px) {
  h1 {
	font-size: 2.1875rem;
  }
  h2 {
	font-size: 1.875rem;
  }
  h3 {
	font-size: 1.5625rem;
  }
  h4 {
	font-size: 1.25rem;
  }
  h5 {
	font-size: 1.25rem;
  }	
  h6 {
	font-size: 1.25rem;
  }	
}

p {
  margin-bottom: 1.5em;
}
/*h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  color: #000;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 2;
  font-family: 'muli', sans-serif;
  background: #fff;
  overflow-x: hidden;
  /* Fallback for when there is no custom background color defined. */
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: 0.9375rem 0;
  color: #000;
  line-height: 1.5;
  background-color: #fff;
}
header#masthead.offset{
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
body.admin-bar header#masthead.fixed-top{
	top: 32px;
}
@media screen and (max-width: 768px) {
	body.admin-bar header#masthead.fixed-top{
		top: 46px;
	}
}
header#masthead a{ 
  color: #000;
}
header#masthead a:hover,
header#masthead a:focus{
  color: #d6b469;
}

.navbar-brand {
  display: none;
  margin: 0;
  padding: 0;
  height: auto;
}

@media screen and (max-width: 1199px) {
	.navbar-brand {
		display: inline-block;
		order: 2;
	}
}

.navbar-brand > a {
  color: #000;
  font-size: 1.25rem;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  color: #d6b469;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.offset .navbar-brand > a > img {
	max-height: 60px;
}
@media screen and (max-width: 1199px) {
	.navbar-brand > a > img {
		max-height: 60px;
	}
	.offset .navbar-brand > a > img {
		max-height: 40px;
	}
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
#page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
  }
  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
header#masthead .second-menu{
	margin: 0 0 0 15px;
	display: flex;
	color: #b2b2b2;
	font-size: 0.875rem;
}
@media screen and (max-width: 1199px) {
	header#masthead .second-menu{
		order: 3;
	}
}
header#masthead .second-menu a{
	color: #b2b2b2;
}
header#masthead .second-menu a:hover,
header#masthead .second-menu a:focus{
	color: #d6b469;	
}
header#masthead .second-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
header#masthead .second-menu ul.social{
	margin-left: 10px;
	/*padding-left: 10px;
	border-left: 2px solid #b2b2b2;*/
}
@media screen and (max-width: 767px) {
	header#masthead .second-menu ul.social{
		margin-left: 5px;
		padding-left: 5px;
	}	
}
header#masthead .second-menu ul li{
	margin: 0 5px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	header#masthead .second-menu ul li{
		margin: 0 3px;
	}	
}
header#masthead .second-menu ul.languages li a:hover,
header#masthead .second-menu ul.languages li a:focus,
header#masthead .second-menu ul.languages li.active a{
	color: #d6b469;		
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
	#masthead .navbar-nav{
		align-items: center;
	}
}
#masthead .navbar-nav > li > a {
  color: #000;
  padding: 0.625rem 1.875rem;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1479px) {
  #masthead .navbar-nav > li > a {
	padding: 0.3125rem 0.9375rem;
  }
}
@media screen and (max-width: 1199px) {
	#masthead .navbar-nav > li.logo{
		display: none;
	}
}
#masthead .navbar-nav > li.logo > a{
	padding: 0 1.875rem;
	width: 214px;
	height: 134px;
	text-align: left;
	text-indent: -9999px;
	background: transparent url('inc/assets/images/lord_logo2.png') no-repeat center center;
	box-sizing: content-box;
	transition: all 750ms ease-in-out;
}
@media screen and (max-width: 1479px) {
	#masthead .navbar-nav > li.logo > a{
		padding: 0 0.9375rem;	
	}
}
@media screen and (min-width: 1200px) and (max-width: 1479px) {
	#masthead .navbar-nav > li.logo > a{
		width: 160px;
		height: 100px;
		background-size: 160px 100px;
	}
}
#masthead.offset .navbar-nav > li.logo > a{
	width: 112px;
	height: 67px;
	background-size: 112px 67px;
}
#masthead .navbar-nav > li.logo > a:hover,
#masthead .navbar-nav > li.logo > a:focus{
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li > a:focus,
#masthead .navbar-nav > li.current_page_item > a,
#masthead .navbar-nav > li.current_page_ancestor > a,
#masthead .navbar-nav > li.current-menu-ancestor > a,
#masthead .navbar-nav > li.current-menu-item > a,
#masthead .navbar-nav > li.current-menu-parent > a,
#masthead .navbar-nav > li.current-page-ancestor > a {
  color: #d6b469;
  font-weight: 400;
  /*background: #f9f9f9;*/
}

@media screen and (min-width: 1200px) {
	#masthead .navbar-collapse{
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 1199px) {
	#masthead .navbar-collapse{
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #b2b2b2;
		order: 4;
	}	
}
.navbar-toggler{
	margin: 0;
	padding: 0;
	border: 0px none;
}
@media screen and (max-width: 1199px) {
	.navbar-toggler{
		margin-right: 15px;
		order: 1;
	}
}

.navbar-toggler .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:hover .navbar-toggler-icon,
.navbar-toggler:focus .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28214, 180, 105, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background: #d6b469 none repeat scroll 0 0;	
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.5;
  padding: 0.3125rem 1.875rem;
}
@media screen and (max-width: 1479px) {
  .dropdown-item {
	padding: 0.3125rem 0.9375rem;
  }
}

.dropdown-menu {
  margin: 0;
  padding: 0.625rem 0;
  min-width: 12.500rem;
  border: 0px none;
  border-radius: 0;
  -webkit-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 1199px) {
	.dropdown-menu {
		padding: 0;
	}
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  color: rgba(0, 0, 0, 0.7)!important;
  font-size: 0.875rem;
  font-weight: 300;
  white-space: normal;
  background: transparent;
  line-height: 1.5;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .current_page_item .dropdown-item,
.dropdown-menu .current_page_ancestor .dropdown-item,
.dropdown-menu .current-menu-ancestor .dropdown-item,
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .current-menu-parent .dropdown-item,
.dropdown-menu .current-page-ancestor .dropdown-item {
  color: #d6b469!important;
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 0.9375rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0.3125rem 0.9375rem;
  }

  #masthead .navbar-nav > li > a {
    padding: 0.3125rem 0.9375rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider .tp-bullets .tp-bullet{
	margin: 0px 0px 0px 2px!important;
	padding: 0px!important;
	width: 6px!important;
	height: 6px!important;
	background: rgba(255,255,255,0.5)!important;
	border: 0px none!important;
	border-radius: 50%!important;
}
.slider .tp-bullets .tp-bullet:hover,
.slider .tp-bullets .tp-bullet:focus,
.slider .tp-bullets .tp-bullet.selected{
	margin: 0px!important;
	width: 10px!important;
	height: 10px!important;
	background: rgba(255,255,255,1)!important;
}
@media only screen and (max-width: 576px) {
	.slider .slider-title{
		margin-top: -30px!important;
		font-size: 2.5rem!important;
		line-height: 1.25!important;
	}
	.slider .slider-desc{
		margin-top: 0px!important;
		font-size: 0.9375rem!important;
		line-height: 1.25!important;
	}
	.slider .slider-button{
		margin-top: 30px!important;
		padding: 0.325rem 0.9375rem!important;
		font-size: 0.9375rem!important;
		line-height: 1.25!important;
		border-width: 1px!important;
	}
	.slider .slider-scroll-down{
		width: 20px!important;
		height: 20px!important;
	}
}
/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner{
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
	background: #d6b469 url('inc/assets/images/banner.jpg') no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.banner{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.banner a{
	color: #fff;	
}
.banner h1{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 4.375rem;
	font-weight: 400;
	text-align: center;
}
@media only screen and (max-width: 1200px) {
	.banner h1 {
	  font-size: 3.75rem;
	}
}
@media only screen and (max-width: 992px) {
	.banner h1 {
	  font-size: 3.125rem;
	}
}
@media only screen and (max-width: 768px) {
	.banner h1 {
	  font-size: 2.5rem;
	}
}
.banner .breadcrumbs{
	margin: 15px 0px 0px 0px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}
.banner .breadcrumbs a{
	color: rgba(255, 255, 255, 0.5);
}
.banner .breadcrumbs a:hover,
.banner .breadcrumbs a:focus,
.banner .breadcrumbs a.current-item{
	color: rgba(255, 255, 255, 1);
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content{
  padding-top: 5.625rem;
  padding-bottom: 3.75rem;	
}
body:not(.home) #content.site-content{
	/*min-height: 376px;*/
	background: transparent url('inc/assets/images/lord_watermark.png') no-repeat 30px 30px;
	background-size: 15.67vw 19.58vw;
}
@media screen and (max-width: 1200px) {
	#content.site-content{
	  padding-top: 3.75rem;
	  padding-bottom: 1.875rem;	
	}
}
@media screen and (max-width: 992px) {
	#content.site-content{
	  padding-top: 3.75rem;
	  padding-bottom: 1.875rem;		
	}
}
@media screen and (max-width: 768px) {
	#content.site-content{
	  padding-top: 1.875rem;
	  padding-bottom: 0.9375rem;	
	}
}

.page-template-vc-page #content.site-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
/*.vc_desktop article .entry-footer,
.vc_mobile article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content,
.vc_mobile #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content,
.vc_mobile .entry-content {
  margin-top: 0;
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
footer#colophon {
  padding: 1.875rem 0;
  color: #cacaca;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
	footer#colophon {
		padding: 0.9375rem 0;
	}
}
footer#colophon a{
  color: #cacaca;	
}
footer#colophon a:hover,
footer#colophon a:focus{
  color: #d6b469!important;
}
footer#colophon span.separator{
	margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
	footer#colophon span.separator{
		display: block;
		margin-right: 0;
	}
}
footer#colophon a.credits{
  color: #737171;
}
footer#colophon .site-info{
	text-align: center;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

#footer-widget{
	color: #000;
	font-size: 0.9375rem;
	background-color: #fff;	
}
#footer-widget a{
	color: #000;	
}
#footer-widget a:hover,
#footer-widget a:focus{
  color: #d6b469!important;
}
#footer-widget .widget{
  margin-bottom: 0;
}
#footer-widget .templatera_shortcode > p{
	display: none;
}
#footer-widget h3{
	font-size: 3.125rem;
}
@media screen and (max-width: 1199px) {
	#footer-widget h3{
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 991px) {
	#footer-widget h3{
		font-size: 2.1875rem;
	}		
}
@media screen and (max-width: 767px) {
	#footer-widget h3{
		font-size: 1.875rem;
	}
}
#footer-widget .container > .row{
	margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
	#footer-widget .container > .row{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 767px) {
	#footer-widget .container > .row{
		margin-bottom: 30px;
	}	
}
#footer-widget .map-social a:hover,
#footer-widget .map-social a:focus{
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
@media screen and (min-width: 1200px) {
	#footer-widget .map-social.vc_row{
		margin-left: -30px;
		margin-right: -30px;
	}
	#footer-widget .map-social > .vc_column_container{
		padding: 15px;
	}
}
#footer-widget .map-social.vc_row > .social.vc_column_container > .vc_column-inner > .wpb_wrapper{
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	border-bottom: 4px solid #cfbe8a;
	-webkit-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.11);
}
#footer-widget .map-social .social h3{
	margin: 0 0 15px 0;
	font-size: 1.5625rem;
	font-weight: 300;
}
@media screen and (min-width: 1200px) {
	#footer-widget .map-social .social h3{
		line-height: 2;	
	}
}
@media screen and (max-width: 1200px) {
	#footer-widget .map-social .social h3{
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 1200px) {
	#footer-widget .contact.vc_row{
		margin: 0px -30px;
	}
}
#footer-widget .contact .box{
	border-right: 2px solid #d7c385;
}
@media screen and (min-width: 1200px) {
	#footer-widget .contact.vc_row > .box.vc_column_container > .vc_column-inner{
		padding: 0px 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#footer-widget .contact .box:nth-child(3n){
		border: 0px none;
	}
}
@media screen and (max-width: 767px) {
	#footer-widget .contact .box:nth-child(2n){
		border: 0px none;
	}	
}
#footer-widget .contact .box:last-child{
	border-right: 0px none;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  /*.vc_row.vc_column-gap-30{
    margin-left: -15px!important;
	margin-right: -15px!important;
  }
  .vc_row.vc_column-gap-30 > .vc_column_container{
	padding: 0px!important;
  }*/
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
#wpadminbar{
	position: fixed;
}
#cookie-law-info-bar{
	padding: 15px!important;
	font-size: 0.875rem!important;
}
@media only screen and (max-width: 768px) {
  .container{
	max-width: 100%;
  }
}
@media only screen and (min-width: 868px) and (max-width: 992px) {
  .container{
	max-width: 830px;
  }	
}
@media only screen and (min-width: 1260px) {
  .container{
	max-width: 1230px;
  }
}
@media only screen and (min-width: 1360px) {
  .container{
	max-width: 1330px;
  }
}
@media only screen and (min-width: 1460px) {
  .container{
	max-width: 1430px;
  }
}
#content .widget_nav_menu{
	padding: 15px;
	color: #878787;
	font-size: 0.875rem;
	font-weight: 300;
	background: #fff none;
	-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
}
#content .widget_nav_menu a{
	color: #878787;
}
#content .widget_nav_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .widget_nav_menu ul > li{
}
#content .widget_nav_menu ul > li > a{
	padding: .5rem 1rem;
	color: #878787;
	font-size: 0.875rem;
	font-weight: 300;
	background: transparent none;
}
#content .widget_nav_menu ul > li > a:hover,
#content .widget_nav_menu ul > li > a:focus,
#content .widget_nav_menu ul > li.current_page_item > a,
#content .widget_nav_menu ul > li.current_page_ancestor > a,
#content .widget_nav_menu ul > li.current-menu-ancestor > a,
#content .widget_nav_menu ul > li.current-menu-item > a,
#content .widget_nav_menu ul > li.current-menu-parent > a,
#content .widget_nav_menu ul > li.current-page-ancestor > a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
	background: transparent none;
}
#content .widget_nav_menu ul ul{
	display: none;
	padding: 0 0 0 15px;
}
#content .widget_nav_menu ul li.current_page_item > ul,
#content .widget_nav_menu ul li.current_page_ancestor > ul,
#content .widget_nav_menu ul li.current-menu-ancestor > ul,
#content .widget_nav_menu ul li.current-menu-item > ul,
#content .widget_nav_menu ul li.current-menu-parent > ul,
#content .widget_nav_menu ul li.current-page-ancestor > ul {
	display: block;
}
#content .wpb_text_column ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .wpb_text_column ul ul{
	margin: 0 0 0 1.875em;
}
#content .wpb_text_column ul li{
	margin-bottom: 15px;
	padding-left: 33px;
	min-height: 16px;
	background: transparent url('inc/assets/images/pointer.png') no-repeat 0px 5px;	
}
@media only screen and (max-width: 767px) {
	#content .wpb_text_column ul li{
		background-position: 0px 2px;
	}
}
#content .gallery{
	margin: 0px -15px;
}
#content .gallery br{
	display: none!important;
}
#content .gallery .gallery-item{
	float: none;
	margin: 0;
	padding: 15px;
}
@media screen and (min-width: 1200px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 20%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 16.6666666666%!important;
	}
}
@media screen and (max-width: 1199px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 25%!important;
	}	
}
@media screen and (max-width: 991px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 33.3333333333%!important;
	}
}
@media screen and (max-width: 767px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 50%!important;
	}
}
#content .gallery .gallery-item a{
	position: relative;
	display: block;
}
#content .gallery .gallery-item a:hover,
#content .gallery .gallery-item a:focus{
	-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	z-index: 2;
}
#content .gallery .gallery-item a:before{
	position: absolute;
	display: none;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6) url('inc/assets/images/magnify.png') center center no-repeat;
	z-index: 2;
}
#content .gallery .gallery-item a:hover:before,
#content .gallery .gallery-item a:focus:before{
	display: block;
}
#content .gallery .gallery-item img{
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0px none;
}
.left-icon .aio-icon-left .aio-icon-img{
	vertical-align: middle;
}
@media only screen and (min-width: 768px) {
	.left-icon .aio-icon-left .aio-icon, 
	.left-icon .aio-icon-left .aio-icon-img{
		margin-right: 30px!important;
	}
}
@media only screen and (max-width: 1199px) {
	.left-icon .aio-icon-left .aio-icon, 
	.left-icon .aio-icon-left .aio-icon-img{
		max-width: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.left-icon .aio-icon-left .aio-icon, 
	.left-icon .aio-icon-left .aio-icon-img{
		max-width: 30px;
	}
}
.left-icon .aio-icon-header .aio-icon-title{
	margin: 0;
}
#content .form-control{
	padding: .9375rem;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 400;
	background: #fff none;
	height: calc(1.5em + 1.875rem + 2px);
	border: 1px solid #b2b2b2;
	border-radius: 0px;	 	
}
@media only screen and (max-width: 767px) {
	#content .form-control{
		padding: .625rem .9375rem;
		height: calc(1.5em + 1.25rem + 2px);
	}
}
#content .form-control:hover,
#content .form-control:focus{
	border: 2px solid #d7c385;
}
#content textarea.form-control{
	height: 150px;
}
#content .btn,
#content .vc_btn3{
	padding: .9375rem 3.75rem;
	color: #000!important;
	font-size: .9375rem;
	line-height: 1.5;
	font-weight: 400;
	background: #fff none!important;
	border: 2px solid #d7c385!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media only screen and (max-width: 1199px) {
	#content .btn{
		padding: .625rem 1.875rem;
	}	
}
@media only screen and (max-width: 767px) {
	#content .btn{
		padding: .625rem .9375rem;
	}
}
#content .vc_btn3.vc_btn3-color-white{
	color: #000!important;
	background: #fff none!important;
	border: 2px solid #d7c385!important;
}
#content .vc_btn3.vc_btn3-color-black{
	color: #fff!important;
	background: #000 none!important;
	border: 2px solid #d7c385!important;
}
#content .vc_btn3.vc_btn3-color-sandy-brown{
	color: #fff !important;
	background: #d7c385 none !important;
	border: 2px solid #d7c385 !important;
}
#content .btn:hover,
#content .btn:focus,
#content .vc_btn3:hover,
#content .vc_btn3:focus{
	color: #fff!important;
	background: #d7c385 none!important;
	border: 2px solid #d7c385!important;
}
#content .vc_btn3.vc_btn3-color-white:hover,
#content .vc_btn3.vc_btn3-color-white:focus{
	color: #fff!important;
	background: #d7c385 none!important;
	border: 2px solid #d7c385!important;
}
#content .vc_btn3.vc_btn3-color-black:hover,
#content .vc_btn3.vc_btn3-color-black:focus{
	color: #000!important;
	background: #fff none!important;
	border: 2px solid #d7c385!important;
}
#content .vc_btn3.vc_btn3-color-sandy-brown:hover,
#content .vc_btn3.vc_btn3-color-sandy-brown:focus{
	color: #000!important;
	background: #fff none!important;
	border: 2px solid #d7c385!important;
}
#content .watermark{
	background: transparent url('inc/assets/images/lord_watermark.png') no-repeat 30px 30px;
	background-size: 15.67vw 19.58vw;	
}
#content .left.box.watermark,
#content .right.box.watermark{
	background: transparent url('inc/assets/images/lord_watermark.png') no-repeat 0px 0px;	
}
@media only screen and (min-width: 768px) {
	#content .hotel-restaurant .left .photo{
		float: right;
		margin-left: -45px;
		margin-right: -45px;
		width: calc(100% + 90px);
		max-width: 769px;
		text-align: right;
	}
	#content .hotel-restaurant .right.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper{
		margin: 0 0 0 15px;
		padding: 0 15px calc(75px + 10%) 10%;
		background: #fff none;
	}
	#content .hotel-restaurant .left.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper{
		margin: 0 38px 0 0;
		padding: 10% 5%;
		background: #fff none;
	}
	#content .hotel-restaurant .right .photo{
		float: left;
		margin-top: -75px;
		margin-left: -68px;
		width: calc(50vw + 68px);
		max-width: 1028px;
	}	
}
@media only screen and (min-width: 1200px) {
	#content .hotel-restaurant .right.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper{
		padding-bottom: calc(75px + 20%);
	}
	#content .hotel-restaurant .left.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper{
		padding: 10%;
	}
}
#content .hotel-restaurant .left.white-box .quote-box{
	display: inline-block;
	padding: 30px 0px 0px 45px;
	color: #000;
	font-size: 1.875rem;
	font-family: 'Parisienne', cursive;
	background: transparent url('inc/assets/images/quote.png') no-repeat 0 0;	
}
@media only screen and (max-width: 1199px) {
	#content .hotel-restaurant .left.white-box .quote-box{
		font-size: 1.5625rem;
	}
}
#content .rooms-apartments{
	overflow: visible;
	z-index: 2;
}
#content .rooms-apartments .white-box{
	padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
	#content .rooms-apartments .white-box{
		margin: 0 -5%;
		padding: 5% 5%;
		background: #fff none;
		-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
		box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	}
}
@media only screen and (min-width: 1200px) {
	#content .rooms-apartments .left{
		padding-right: 5%;	
	}
	#content .rooms-apartments .right{
		padding-left: 5%;
	}
}
#content .rooms-apartments .carousel{
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
	#content .rooms-apartments .carousel{
		padding-left: 45px;
		padding-right: 45px;
	}
}
#content .rooms-apartments .carousel .slick-prev,
#content .rooms-apartments .carousel .slick-prev i,
#content .rooms-apartments .carousel .slick-next,
#content .rooms-apartments .carousel .slick-next i{
	color: #d2d2d1!important;
}
#content .rooms-apartments .carousel .slick-prev:hover,
#content .rooms-apartments .carousel .slick-prev:hover i,
#content .rooms-apartments .carousel .slick-prev:focus,
#content .rooms-apartments .carousel .slick-prev:focus i,
#content .rooms-apartments .carousel .slick-next:hover,
#content .rooms-apartments .carousel .slick-next:hover i,
#content .rooms-apartments .carousel .slick-next:focus,
#content .rooms-apartments .carousel .slick-next:focus i{
	color: #d6b469!important;
}
#content .rooms-apartments .carousel .slick-prev{
	left: -30px;
}
#content .rooms-apartments .carousel .slick-next{
	right: -30px;
}
@media only screen and (min-width: 1200px) {
	#content .rooms-apartments .carousel .slick-prev{
		left: -60px;
	}
	#content .rooms-apartments .carousel .slick-next{
		right: -60px;
	}
}
#content .rooms-apartments .ult-content-box{
	padding: 30px;
	display: flex;
	min-height: 300px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#content .rooms-apartments .ult-content-box h3.title{
	color: #fff;
}
#content .rooms-apartments .ult-content-box .price{
	margin: 0 0 30px 0px!important;
	color: #d7c385;
	font-size: 1.5625rem;
	line-height: 1.5;
	font-weight: 300;
}
@media only screen and (min-width: 768px) {
	#content .restaurant .left.box.vc_column_container > .vc_column-inner{
		padding: 5% 15% 5% 15px;	
	}
	#content .restaurant .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 813px;
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	#content .restaurant .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .restaurant .right .photo{
		margin-left: 132px;
		width: calc(50vw - 147px);
	}
}
#content .open-hours .left-icon .aio-icon-left .aio-icon, 
#content .open-hours .left-icon .aio-icon-left .aio-icon-img{
	margin-right: 15px!important;
}
#content .open-hours .left-icon .aio-icon-description{
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	#content .restaurant-2 .left .photo{
		float: right;
		margin-right: -15px;
		width: calc(50vw);
		max-width: 889px;
		text-align: right;
	}
	#content .restaurant-2 .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 883px;
		text-align: left;
	}
	#content .restaurant-2 .left.box.vc_column_container > .vc_column-inner{
		padding: 15% 15% 15% 15px;
	}
	#content .restaurant-2 .right.box.vc_column_container > .vc_column-inner{
		padding: 15% 15px 15% 15%;
	}
}
@media only screen and (min-width: 1200px) {
	#content .restaurant-2 .left .photo{
		margin-right: 56px;
		width: calc(50vw - 71px);
	}
	#content .restaurant-2 .right .photo{
		margin-left: 62px;
		width: calc(50vw - 77px);
	}
	#content .restaurant-2 .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .restaurant-2 .right.box.vc_column_container > .vc_column-inner{
		padding-left: 10%;
	}
}
@media only screen and (min-width: 768px) {
	#content .menu .left.box.vc_column_container > .vc_column-inner{
		padding: 15% 15% 15% 15px;
	}
	#content .menu .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 866px;
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	#content .menu .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .menu .right .photo{
		margin-left: 94px;
		width: calc(50vw - 109px);
	}
}
@media only screen and (min-width: 768px) {
	.home #content .weddings .left .photo{
		float: right;
		margin-right: -15px;
		width: calc(50vw);
		max-width: 960px;
		text-align: right;
	}
	.home #content .weddings .right.box.vc_column_container > .vc_column-inner{
		padding: 15% 15px 15% 15%;
	}
}
@media only screen and (min-width: 768px) {
	#content .weddings .left.box.vc_column_container > .vc_column-inner{
		padding: 15% 15% 15% 15px;	
	}
	#content .weddings .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 866px;
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	#content .weddings .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .weddings .right .photo{
		margin-left: 94px;
		width: calc(50vw - 109px);
	}
}
@media only screen and (min-width: 768px) {
	#content .weddings-2 .left .photo{
		float: right;
		margin-right: -15px;
		width: calc(50vw);
		max-width: 884px;
		text-align: right;
	}
	#content .weddings-2 .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 882px;
		text-align: left;
	}
	#content .weddings-2 .left.box.vc_column_container > .vc_column-inner{
		padding: 15% 15% 15% 15px;
	}
	#content .weddings-2 .right.box.vc_column_container > .vc_column-inner{
		padding: 15% 15px 15% 15%;
	}
}
@media only screen and (min-width: 1200px) {
	#content .weddings-2 .left .photo{
		margin-right: 71px;
		width: calc(50vw - 86px);
	}
	#content .weddings-2 .right .photo{
		margin-left: 73px;
		width: calc(50vw - 88px);
	}
	#content .weddings-2 .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .weddings-2 .right.box.vc_column_container > .vc_column-inner{
		padding-left: 10%;
	}
}
#content .business{
	overflow: visible;
	z-index: 2;
}
@media only screen and (min-width: 768px) {
	.home #content .business .left.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper{
		position: relative;
		margin: 0 -15px 0 -15px;
		padding: 15%;
		background: #fff none;
		-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
		box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
		z-index: 2;
	}
	.home #content .business .left.white-box.vc_column_container > .vc_column-inner:before{
		position: absolute;
		content: '';
		bottom: 0px;
		right: 100%;
		width: 259px;
		height: 589px;
		background: transparent url('inc/assets/images/business_white_box_before.jpg') no-repeat 0 0;
	}
	.home #content .business .right.vc_column_container > .vc_column-inner{
		position: relative;
	}
	.home #content .business .right.vc_column_container > .vc_column-inner:before{
		position: absolute;
		right: 0px;
		bottom: -50px;
		content: '';
		width: 2px;
		height: 200px;
		background: #d7c385 none;
	}
	.home #content .business .right .photo{
		float: left;
		margin-left: -15px;
		width: 50vw;
		max-width: 853px;
		text-align: left;
	}
	#content .business .left.box.vc_column_container > .vc_column-inner{
		padding: 0% 15% 0% 15px;	
	}
	#content .business .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 866px;
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	.home #content .business .left.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper{
		margin: 0 -122px 0 -15px;
	}
	.home #content .business .right .photo{
		margin-left: 92px;
		width: calc(50vw - 107px);
	}
	#content .business .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .business .right .photo{
		margin-left: 94px;
		width: calc(50vw - 109px);
	}
}
.home #content .quote .quote-box{
	position: relative;
	display: inline-block;
	padding: 30px 45px;
	color: #000;
	font-size: 1.875rem;
	font-family: 'Parisienne', cursive;
}
@media only screen and (max-width: 767px) {
	.home #content .quote .quote-box{
		font-size: 1.5625rem;
	}
}
.home #content .quote .quote-box:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 34px;
	height: 30px;
	background: transparent url('inc/assets/images/quote.png') no-repeat 0 0;		
}
.home #content .quote .quote-box:after{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 34px;
	height: 30px;
	background: transparent url('inc/assets/images/quote.png') no-repeat 0 0;		
}
#content .quote{
	overflow: visible;
}
#content .quote .quote-block{
	margin: 0px;
}
#content .quote .quote-block.vc_row > .vc_column_container > .vc_column-inner{
	padding: 60px;
	background: #fff;
	border-bottom: 4px solid #cfbe8a;
	-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);	
}
@media only screen and (max-width: 767px) {
	#content .quote .quote-block.vc_row > .vc_column_container > .vc_column-inner{
		padding: 30px;
	}
}
#content .quote .quote-block .quote-box{
	display: inline-block;
	padding: 30px 0px 0px 45px;
	color: #000;
	font-size: 1.875rem;
	font-family: 'Parisienne', cursive;
	background: transparent url('inc/assets/images/quote.png') no-repeat 0 0;	
}
#content .quotes .quote{
	margin-bottom: 60px;
	padding-top: 45px;
	font-style: italic;
	background: transparent url('inc/assets/images/quote.png') no-repeat top center;		
}
@media only screen and (max-width: 767px) {
	#content .quotes .quote{
		margin-bottom: 60px;
	}
}
#content .quotes .quote:last-child{
	margin-bottom: 0;	
}
@media only screen and (max-width: 767px) {
	#content .atmosphere .quote .box{
		font-size: 1.5625rem;
	}
}
@media only screen and (min-width: 768px) {
	#content .atmosphere .left.box.vc_column_container > .vc_column-inner{
		padding: 10% 10% 10% 15px;
	}
	#content .atmosphere .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 866px;
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	#content .atmosphere .right .photo{
		margin-left: 79px;
		width: calc(50vw - 94px);
	}
}
@media only screen and (min-width: 768px) {
	#content .gardens .left .photo{
		float: right;
		margin-right: -15px;
		width: calc(50vw);
		max-width: 889px;
		text-align: right;
	}
	#content .gardens .right.box.vc_column_container > .vc_column-inner{
		padding: 15% 15px 15% 15%;
	}
}
@media only screen and (min-width: 1200px) {
	#content .gardens .left .photo{
		margin-right: 56px;
		width: calc(50vw - 71px);
	}
	#content .gardens .right.box.vc_column_container > .vc_column-inner{
		padding-left: 10%;
	}
}

@media only screen and (min-width: 768px) {
	#content .service .left.box.vc_column_container > .vc_column-inner{
		padding: 15% 15% 15% 15px;
	}
	#content .service .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 883px;
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	#content .service .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .service .right .photo{
		margin-left: 62px;
		width: calc(50vw - 77px);
	}
}
@media only screen and (min-width: 768px) {
	#content .events .left .photo{
		float: right;
		margin-right: -15px;
		width: calc(50vw);
		max-width: 889px;
		text-align: right;
	}
	#content .events .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 866px;
		text-align: left;
	}
	#content .events .left.box.vc_column_container > .vc_column-inner{
		padding: 15% 15% 15% 15px;	
	}
	#content .events .right.box.vc_column_container > .vc_column-inner{
		padding: 10% 15px 10% 15%;
	}
}
@media only screen and (min-width: 1200px) {
	#content .events .left .photo{
		margin-right: 56px;
		width: calc(50vw - 71px);
	}
	#content .events .right .photo{
		margin-left: 94px;
		width: calc(50vw - 109px);
	}
	#content .events .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .events .right.box.vc_column_container > .vc_column-inner{
		padding-left: 10%;
	}
}
@media only screen and (min-width: 768px) {
	#content .events-2 .left .photo{
		float: right;
		margin-right: -15px;
		width: calc(50vw);
		max-width: 884px;
		text-align: right;
	}
	#content .events-2 .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 882px;
		text-align: left;
	}
	#content .events-2 .left.box.vc_column_container > .vc_column-inner{
		padding: 15% 15% 15% 15px;
	}
	#content .events-2 .right.box.vc_column_container > .vc_column-inner{
		padding: 15% 15px 15% 15%;
	}
}
@media only screen and (min-width: 1200px) {
	#content .events-2 .left .photo{
		margin-right: 71px;
		width: calc(50vw - 86px);
	}
	#content .events-2 .right .photo{
		margin-left: 73px;
		width: calc(50vw - 88px);
	}
	#content .events-2 .left.box.vc_column_container > .vc_column-inner{
		padding-right: 10%;
	}
	#content .events-2 .right.box.vc_column_container > .vc_column-inner{
		padding-left: 10%;
	}
}
@media only screen and (min-width: 768px) {
	#content .about-us-location{
		background: transparent url('inc/assets/images/about_us_location_bg.jpg') no-repeat center left;
		background-size: cover;
	}
}
@media only screen and (min-width: 768px) {
	#content .boho-glam{
		background: transparent url('inc/assets/images/boho_glam_bg.jpg') no-repeat center right;
		background-size: cover;
	}
}
@media only screen and (min-width: 768px) {
	#content .weddings-location{
		background: transparent url('inc/assets/images/weddings_location_bg.jpg') no-repeat center right;
		background-size: cover;
	}
}
#content .boho-glam .right.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper,
#content .weddings-location .left.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper,
#content .about-us-location .right.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper{
	position: relative;
	padding: 30px;
	background: #fff none;
	-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	z-index: 2;
}
@media only screen and (min-width: 768px) {
	/*#content .weddings-location .left .photo{
		float: left;
		margin-right: calc(-50% - 60px);
		width: calc(50vw + 50% + 60px);
		max-width: 1370px;
		text-align: right;
	}
	#content .about-us-location .right .photo{
		float: right;
		margin-right: calc(-50% - 60px);
		width: calc(50vw + 50% + 60px);
		max-width: 1370px;
		text-align: right;
	}*/
	#content .boho-glam .right.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper,
	#content .weddings-location .left.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper,
	#content .about-us-location .right.white-box.vc_column_container > .vc_column-inner > .wpb_wrapper{
		padding: 10%;
	}
}
#content .boho-glam .left.white-box h3,
#content .weddings-location .left.white-box h3{
	font-size: 3.125rem;
}
@media only screen and (max-width: 1199px) {
	#content .boho-glam .left.white-box h3,
	#content .weddings-location .left.white-box h3{
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 991px) {
	#content .boho-glam .left.white-box h3,
	#content .weddings-location .left.white-box h3{
		font-size: 2.1875rem;
	}
}
@media only screen and (max-width: 767px) {
	#content .boho-glam .left.white-box h3,
	#content .weddings-location .left.white-box h3{
		font-size: 1.875rem;
	}
}
#content .about-us-location .right .info{
	color: #000;
	font-size: 1.875rem;
	font-family: 'Parisienne', cursive;	
}
@media only screen and (max-width: 1199px) {
	#content .about-us-location .right .info{
		font-size: 1.5625rem;
	}
}
#content .about-us .boxes{
	margin-left: 0px;
	margin-right: 0px;	
}
#content .about-us .boxes .box{
	padding: 15px;
}
@media only screen and (min-width: 1200px) {
	#content .about-us .boxes{
		margin-left: -15px;
		margin-right: -15px;
	}
	#content .about-us .boxes .box{
		padding: 30px;
	}
}
#content .about-us .boxes.vc_row > .box.vc_column_container > .vc_column-inner{
	padding: 30px 15px 15px 15px;
	color: #000;
	background: #fff none;
	-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
}
#content .about-us .boxes.vc_row > .box.featured.vc_column_container > .vc_column-inner{
	color: #fff;
	background: #d6b469;
}
#content .about-us .boxes .box .title{
	color: #000;
	font-size: .9375rem;
	font-weight: 700;
	text-transform: uppercase;
}
#content .about-us .boxes .box.featured .title{
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 600;
	line-height: 1.5;
	text-transform: none;
}
#content .subtitle{
	font-size: 1.5625rem;
}
@media only screen and (max-width: 1199px) {
	#content .subtitle{
		font-size: 1.25rem;
	}	
}
@media only screen and (min-width: 768px) {
	#content .rooms-about .left.box.vc_column_container > .vc_column-inner{
		padding: 10% 10% 10% 15px;
	}
	#content .rooms-about .right .photo{
		float: left;
		margin-left: -15px;
		width: calc(50vw);
		max-width: 886px;
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	#content .rooms-about .right .photo{
		margin-left: 59px;
		width: calc(50vw - 74px);
	}
}
#content .rooms-info .boxes .box{
	border-right: 2px solid #d7c385
}
@media screen and (min-width: 1200px) {
	#content .rooms-info .boxes.vc_row > .box.vc_column_container > .vc_column-inner{
		padding: 0px 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#content .rooms-info .boxes .box:nth-child(3n){
		border: 0px none;
	}
}
@media screen and (max-width: 767px) {
	#content .rooms-info .boxes .box:nth-child(2n){
		border: 0px none;
	}	
}
#content .rooms-info .boxes .box:last-child{
	border-right: 0px none;
}
#content .rooms-rooms .boxes .box .ult-content-box{
	text-align: center;	
}
@media only screen and (min-width: 768px) {
	#content .rooms-rooms .boxes .box .ult-content-box{
		position: relative;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 300px;
		transition: none!important;
	}
}
@media only screen and (max-width: 767px) {
	#content .rooms-rooms .boxes .box.featured .ult-content-box{
		position: relative;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 300px;
		transition: none!important;
	}	
}
#content .rooms-rooms .boxes .box .ult-content-box:hover,
#content .rooms-rooms .boxes .box .ult-content-box:focus{
	-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11)!important;
	-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11)!important;
	box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11)!important;
	z-index: 2;
}
#content .rooms-rooms .boxes .box:not(.featured) .ult-content-box:hover,
#content .rooms-rooms .boxes .box:not(.featured) .ult-content-box:focus{
	background: #fff url('inc/assets/images/rooms_rooms_box_photo_hover.jpg') no-repeat top center!important;
	background-size: contain!important;
}
#content .rooms-rooms .boxes .box.box2:not(.featured) .ult-content-box:hover,
#content .rooms-rooms .boxes .box.box2:not(.featured) .ult-content-box:focus{
	background: #fff url('inc/assets/images/rooms_rooms_box_box2_photo_hover.jpg') no-repeat top center!important;	
}
#content .rooms-rooms .boxes .box.box3:not(.featured) .ult-content-box:hover,
#content .rooms-rooms .boxes .box.box3:not(.featured) .ult-content-box:focus{
	background: #fff url('inc/assets/images/rooms_rooms_box_box3_photo_hover.jpg') no-repeat top center!important;	
}
#content .rooms-rooms .boxes .box.box4:not(.featured) .ult-content-box:hover,
#content .rooms-rooms .boxes .box.box4:not(.featured) .ult-content-box:focus{
	background: #fff url('inc/assets/images/rooms_rooms_box_box4_photo_hover.jpg') no-repeat top center!important;	
}
#content .rooms-rooms .boxes .box.box5:not(.featured) .ult-content-box:hover,
#content .rooms-rooms .boxes .box.box5:not(.featured) .ult-content-box:focus{
	background: #fff url('inc/assets/images/rooms_rooms_box_box5_photo_hover.jpg') no-repeat top center!important;	
}
#content .rooms-rooms .boxes .box.box6:not(.featured) .ult-content-box:hover,
#content .rooms-rooms .boxes .box.box6:not(.featured) .ult-content-box:focus{
	background: #fff url('inc/assets/images/rooms_rooms_box_box6_photo_hover.jpg') no-repeat top center!important;	
}
@media only screen and (max-width: 767px) {
	#content .rooms-rooms .boxes .box:not(.featured) .ult-content-box,
	#content .rooms-rooms .boxes .box:not(.featured) .ult-content-box{	
		padding-top: 150px;
	}
}
@media only screen and (min-width: 768px) {
	#content .rooms-rooms .boxes .box:not(.featured) .ult-content-box:hover .white-box,
	#content .rooms-rooms .boxes .box:not(.featured) .ult-content-box:focus .white-box{
		position: absolute;
		left: 0px;
		bottom: 0px;
		margin: 0px;
		padding: 15px;
		width: 100%;
		background: #fff none;
	}
}
@media only screen and (max-width: 767px) {
	#content .rooms-rooms .boxes .box:not(.featured) .ult-content-box .white-box,
	#content .rooms-rooms .boxes .box:not(.featured) .ult-content-box .white-box{
		display: block;
		padding: 15px;
		background: #fff none;
	}		
}
#content .rooms-rooms .boxes .box.featured .ult-content-box h3{
	margin: 0;
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 600;
	text-align: center;
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .title h3{
	margin: 0;
	color: #000;
	font-size: 2.5rem;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	#content .rooms-rooms .boxes .box .ult-content-box .white-box .title h3{
		margin: 0 0 15px 0;
		color: #fff;		
	}
	#content .rooms-rooms .boxes .box .ult-content-box:hover .white-box .title h3,
	#content .rooms-rooms .boxes .box .ult-content-box:focus .white-box .title h3{
		color: #000;
	}
}
@media only screen and (max-width: 1199px) {
	#content .rooms-rooms .boxes .box .ult-content-box .white-box .title h3{
		font-size: 2.1875rem;
	}
}
@media only screen and (max-width: 991px) {
	#content .rooms-rooms .boxes .box .ult-content-box .white-box .title h3{
		font-size: 1.875rem;
	}
}
@media only screen and (max-width: 767px) {
	#content .rooms-rooms .boxes .box .ult-content-box .white-box .title h3{
		margin: 0 0 15px 0;
		font-size: 2.5rem;
	}
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details > div{
	margin: 0px 15px 15px 15px;
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details > div:first-child{
	margin-left: 0px;
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details > div:last-child{
	margin-right: 0px;
}
@media only screen and (min-width: 768px) {
	#content .rooms-rooms .boxes .box .ult-content-box .white-box .details{
		display: none;	
	}
	#content .rooms-rooms .boxes .box .ult-content-box:hover .white-box .details,
	#content .rooms-rooms .boxes .box .ult-content-box:focus .white-box .details{
		display: flex;
	}
}
#content .room-info .details{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#content .room-info .details > div{
	margin: 0px 30px 15px 0px;
}
#content .room-info .details > div:last-child{
	margin-right: 0px;
}
@media only screen and (max-width: 1199px) {
	#content .room-info .details > div{
		margin: 0px 15px 15px 0px;
	}
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details .persons,
#content .room-info .details .persons{
	display: inline-flex;
	padding-left: 37px;
	min-height: 27px;
	background: transparent url('inc/assets/images/persons_icon.png') no-repeat 0 0!important;	
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details .size,
#content .room-info .details .size{
	display: inline-flex;
	padding-left: 42px;
	min-height: 26px;
	background: transparent url('inc/assets/images/size_icon.png') no-repeat 0 0!important;	
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details .beds,
#content .room-info .details .beds{
	display: inline-flex;
	padding-left: 43px;
	min-height: 29px;
	background: transparent url('inc/assets/images/beds_icon.png') no-repeat 0 0!important;	
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details .beds.one,
#content .room-info .details .beds.one{
	background: transparent url('inc/assets/images/beds_icon.png') no-repeat 0 0!important;	
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details .beds.two,
#content .room-info .details .beds.two{
	padding-left: 89px;
	min-height: 29px;
	background: transparent url('inc/assets/images/beds2_icon.png') no-repeat 0 0!important;	
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .details .beds.four,
#content .room-info .details .beds.four{
	padding-left: 135px;
	min-height: 27px;
	background: transparent url('inc/assets/images/beds4_icon.png') no-repeat 0 0!important;	
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .link{
	text-align: center;
}
@media only screen and (min-width: 768px) {
	#content .rooms-rooms .boxes .box .ult-content-box .white-box .link{
		display: none;
	}
	#content .rooms-rooms .boxes .box .ult-content-box:hover .white-box .link,
	#content .rooms-rooms .boxes .box .ult-content-box:focus .white-box .link{
		display: block;
	}
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .link a{
	color: rgba(0, 0, 0, 0.5);
}
#content .rooms-rooms .boxes .box .ult-content-box .white-box .link a:hover,
#content .rooms-rooms .boxes .box .ult-content-box .white-box .link a:focus{
	color: #d6b469;
}
@media only screen and (min-width: 768px) {
	#content .room-info .left-icon .aio-icon-left .aio-icon, 
	#content .room-info .left-icon .aio-icon-left .aio-icon-img{
		margin-right: 15px!important;
	}
}
@media only screen and (min-width: 768px) {
	#content .weddings-info.boxed{
		margin: 0;
		-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
		box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	}
}
#content .info-box{
	padding: 30px;
	color: #fff;
	background: #d7c385 none;
}
#content .events-info .info-box,
#content .weddings-info .info-box{
	background: #d6b469 none;
	-webkit-box-shadow: 0px 30px 49px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 30px 49px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 30px 49px 0px rgba(0, 0, 0, 0.11);
}
#content .info-box a{
	color: #fff;
}
#content .info-box h2{
	color: #fff;
}
#content .info-box .phone,
#content .info-box .email{
	font-size: 1.5625rem;
}
@media only screen and (max-width: 1199px) {
	#content .info-box .phone,
	#content .info-box .email{
		font-size: 1.25rem;
	}	
}
#content .info-box .phone{
	display: inline-block;
	margin-right: 60px;
	padding-left: 40px;
	min-height: 25px;
	line-height: 1;
	background: transparent url('inc/assets/images/info_box_phone_icon.png') 0px 0px no-repeat;
}
@media only screen and (max-width: 1199px) {
	#content .info-box .phone{
		margin-right: 30px;
	}
}
#content .info-box .email{
	display: inline-block;
	padding-left: 39px;
	min-height: 21px;
	line-height: 1;
	background: transparent url('inc/assets/images/info_box_email_icon.png') 0px 3px no-repeat;
}
#content .room-info .photo a{
	position: relative;
}
#content .room-info .photo a:before{
	position: absolute;
	display: none;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6) url('inc/assets/images/magnify.png') center center no-repeat;
}
#content .room-info .photo a:hover:before,
#content .room-info .photo a:focus:before{
	display: block;
}
#content .room-info .photo a:hover img,
#content .room-info .photo a:focus img{
	-webkit-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 12px 95px 0px rgba(0, 0, 0, 0.11);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	#content .contact .boxes.vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	#content .contact .boxes .box{
		padding: 0px 15px;
		flex: 0 1 50%;
	}
}
#content .contact .left-icon .aio-icon-left .aio-icon, 
#content .contact .left-icon .aio-icon-left .aio-icon-img{
	margin-right: 15px!important;
}
@media only screen and (max-width: 767px) {
	#content .contact .map iframe{
		height: 300px;
	}
}