/*
 Theme Name:   Adomus Child
 Theme URI:    https://hotelwp.com/
 Description:  Adomus Child Theme
 Version: 1.0
 Author:       HotelWP
 Author URI:   https://hotelwp.com/
 Template:     adomus
 Text Domain:  adomus-child
*/


/*
1) html tags and general elements
2) hero
    2.1) hero layout
    2.2) header
    2.3) main menu
    2.4) mobile menu
    2.5) header misc
3) booking
4) blog
    4.1) news
    4.2) comments
    4.3) sidebar
5) advanced template layout
    5.1) owner row
    5.2) video block row
    5.3) accom row
    5.4) gallery row
    5.5) testimonials row
    5.6) news row
    5.7) cta row
    5.8) map and contact row
    5.9) pages row
	5.10) text img row
    5.11) misc
6) footer
7) slick slider
8) misc
9) Contact
10) Booking
*/

.main-wrapper {
	display: none;
	background-color: #ffffff;
}

/* 2.1) hero layout */


.wrapper {
	position: relative;
	top: 0;
	left: -25%;
	color: #ffffff;
	z-index: 0;
}

.logo_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
	width: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;

}

.title_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
	width: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
}

.logo_top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	width: 190px;
	height: 20px;
	padding: 0;
	margin-bottom: 10px;
}

.logo_image {
	height: 150px;
}

.logo_image_small {
	height: 150px;
}

.text_head {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 50px;
	white-space: nowrap;		
}

.text_sub {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	white-space: nowrap;		
	margin-top: 20px;
}

.line_top {
	opacity: 0;
	height: 20px;
	width: 15%;
	border-bottom: 3px solid #ffffff;
	display: block;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.line_bottom {
	opacity: 0;
	height: 20px;
	width: 15%;
	border-top: 3px solid #ffffff;
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.delay-1 {
	animation-delay: .5s;
}

.delay-2 {
	animation-delay: 1s;
}

.delay-3 {
	animation-delay: 2s;
}

.delay-4 {
	animation-delay: 4s;
}


.visible {
	display: inherit;
}
	
	
#hero-scroll {
	margin-bottom: 80px;
}	

#hero-scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#hero-scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#hero-scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}		

/* end 2.1) hero layout */

/* 2.2) header */


/* end 2.2) header */

/* 2.3) main menu */


#.main-menu .current-menu-ancestor > a,
.main-menu .current-menu-item > a {
	color: #ffffff;
	border-bottom: 0;
	font-weight: 900;
}


.main-menu > li:last-child {
	margin-right: 0;
	right: 0;
}


/* end 2.3) main menu */

/* 2.4) mobile menu */

/* end 2.4) mobile menu */

/* 6) footer */


.site_footer {
	padding: 0;
	text-align: center;
	background-color: #111;
	color: rgb(217, 206, 180);
	position: relative;
}	

.main_footer_container {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("img/footer.jpg");
}

.main_footer_container a:hover {
	text-decoration: none;
}

.footer_nfh_link {
	margin: 0 auto;
	text-align: center;
	color: #d3af92;
	font-size: 20px
}

.footer_nfh_link .logo {
	width: 50px;
	display: block;
	margin: 0 auto 8px
}

.footer_social {
	display: block;
}
.footer_nfh_link {
	display: table;
}

.social-cell {
	display: table-cell;
}

.social-cell span {
	display: block;
	color: rgb(217, 206, 180);
	margin-right: 10px;
}

.social-cell span:hover {
	color: #ffffff;
	text-decoration: none;
}


.footer_address_wrapper {
	text-align: center;
	margin: 0 auto 30px;
	max-width: 500px;
	font-size: 20px
}

.footer_address_wrapper .line {
	display: block;
}

.line_padtop {
	display: block;
	padding-top: 40px;
}
.line_padbottom {
	display: block;
	padding-bottom: 40px;
}

.footer_address_wrapper a {
	color: rgb(217, 206, 180);
}

.footer_address_wrapper a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer_logo {
	padding-top: 70px;
	padding-bottom: 60px;
}


.final_footer_links {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	text-align: center;
}

.final_footer_links .line {
	display: grid;
}

.final_footer_links a {
	color: rgb(217, 206, 180);
}

.final_footer_links a:hover {
	color: #ffffff;
	text-decoration: none;
}




/* end 6) footer */





article {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

.v_align_outer {
	width: 100%;
	height: 100%;
	display: table;
}

.v_align_inner {
	width: 100%;
	height: 500px;
	display: table-cell;
	vertical-align: middle
}

.row-2col {
	position: relative;
	width: 100%;
	display: table;
}

.row-2col .col {
	float: left;
	clear: both;
	text-align: inherit;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

.row-2col .col::after {
	content: '';
	clear: none;
}

.row-2col.flip_cols .col1 {
	position: relative;
	left: 0;
	display: table-cell;
}

.row-2col.flip_cols .col2 {
	position: relative;
	left: 0;
	display: table-cell;
}

.col_content-container {
	height: 100%;
	position: relative;
	text-align: center;
	display: table;
}

.col_img-container {
	position: relative;
	background-color: #2a2a2a;
  height: 100%;
}

.col_border {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px
}

.col_border .col_content-wrapper {
	overflow: hidden;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}


.col_border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 30px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y
}

.dots-akaroa::before {
	background-image: url("img/dots-horz-akaroa.png"), url("img/dots-horz-akaroa.png"), url("img/dots-vert-akaroa.png"), url("img/dots-vert-akaroa.png");
}

.dots-regal_blue::before {
	background-image: url("img/dots-horz-regal_blue.png"), url("img/dots-horz-regal_blue.png"), url("img/dots-vert-regal_blue.png"), url("img/dots-vert-regal_blue.png");
}

.dots-thunder::before {
	background-image: url("img/dots-horz-thunder.png"), url("img/dots-horz-thunder.png"), url("img/dots-vert-thunder.png"), url("img/dots-vert-thunder.png");
}

.col_content-container .text_content,
.col_content-container .block-book {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.335, 0.015, 0.04, 0.995);
	transition: -webkit-transform 0.6s cubic-bezier(0.335, 0.015, 0.04, 0.995);
	transition: transform 0.6s cubic-bezier(0.335, 0.015, 0.04, 0.995);
	transition: transform 0.6s cubic-bezier(0.335, 0.015, 0.04, 0.995), -webkit-transform 0.6s cubic-bezier(0.335, 0.015, 0.04, 0.995)
}


.bg-akaroa .col_content-container {
	background-color: rgb(217, 206, 180);
	color: rgb(34, 31, 32)
}

.bg-akaroa .col_img-container {
	background-color: #7A7465;
}

.bg-regal_blue .col_content-container {
	background-color: rgb(28, 51, 86);
	color: rgb(255, 255, 255);
}

.bg-regal_blue .col_img-container {
	background-color: #102035
}

.bg-thunder .col_content-container {
	background-color: rgb(34, 31, 32);
	color: rgb(217, 206, 180);
}

.bg-thunder .col_img-container {
	background-color: #110F10;
}


.block_subtitle {
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	padding: 0;
}

.block_title {
    font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 25px;
	padding: 0 15px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.block_title .sub {
	display: block;
	letter-spacing: 6px;
	font-size: 18px;
	margin-top: 6px
}

.block_subtitle+.block_title {
	margin-top: 30px
}

.block_desc {
	width: 85%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 16px;
	padding-top: 25px;
}

button {
	-webkit-tap-highlight-color: transparent
}

button:focus {
	outline: none
}

a.button {
	background: transparent;

}

.button {
	display: inline-block;
	padding: 0 10px;
	height: 52px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid rgba(211, 175, 146, 0.3);
	color: #d3af92;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 2px;
	text-indent: 2px;
	position: relative;
	-webkit-box-shadow: 0 1px 3px 1px transparent;
	box-shadow: 0 1px 3px 1px transparent;
	-webkit-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease, letter-spacing 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.5s ease, background 0.5s ease, border 0.5s ease, letter-spacing 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.5s ease, background 0.5s ease, border 0.5s ease, box-shadow 0.5s ease, letter-spacing 0.5s ease, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.5s ease, background 0.5s ease, border 0.5s ease, box-shadow 0.5s ease, letter-spacing 0.5s ease, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.button.akaroa {
	color: rgb(34, 31, 32);
	border: 1px solid rgba(34, 31, 32, 0.3);
}

.button.akaroa:not(.no-hover):hover {
	color: rgb(34, 31, 32);
	border: 1px solid rgba(34, 31, 32, 0.3);
}

.button.regal_blue {
	color: rgb(255, 255, 255);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.button.regal_blue:not(.no-hover):hover {
	color: rgb(255, 255, 255);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.button.thunder {
	color: rgb(217, 206, 180);
	border: 1px solid rgba(217, 206, 180, 0.3);
}

.button.thunder:not(.no-hover):hover {
	color: rgb(217, 206, 180);
	border: 1px solid rgba(217, 206, 180, 0.3);
}

.button:not(:last-child) {
	margin-right: 15px
}

.button:not(.no-hover):hover {
	letter-spacing: 4px;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
	color: #d3af92;
	border-color: rgba(211, 175, 146, 0.4);
	background-color: rgba(255, 255, 255, 0.03)
}

.button:active {
	-webkit-transition-duration: 0.05s;
	transition-duration: 0.05s;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
	border-color: rgba(211, 175, 146, 0.3)
}

.button:active::before {
	opacity: 0
}

.two_button_wrapper:before,
.two_button_wrapper:after {
	content: " ";
	display: table
}

.two_button_wrapper:after {
	clear: both
}

.button_wrapper {
	margin: 10px auto 0
}

.button_wrapper .button {
	margin-top: 20px
}

.two_button_wrapper {
	position: relative;
	max-width: 400px;
	width: 75%
}

.two_button_wrapper .button {
	float: left;
	min-width: 0;
	padding: 0;
	width: calc(50% - 15px)
}

.two_button_wrapper .button:last-of-type {
	float: right
}

.block_title+.button_wrapper .button {
	margin-top: 10px
}


.room_sign {
	display: table-cell;
	width: 200px;
}


.vivere-icon {
	width: 30px;
}





/*
8) Misc
*/


.contactTitle h2 {
	margin-bottom: 0;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell1 {
	width: 10%;
	border: 0;
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
	color: rgb(28, 51, 86);
}
.divTableCell2 {
	width: 90%;
	border: 0;
	display: table-cell;
	padding: 0;
	vertical-align: top;
}
.divTableCell2Title {
	color: rgb(28, 51, 86);
	font-size: 18px;
}
.divTableBody {
	display: table-row-group;
}

/*
9) Contact
*/

input[type="text"], input[type="email"], input[type="number"], textarea, .dk-selected {
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #bbb;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

.hotelwp-contact-form .form-error, .hotelwp-cf-error {
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-top: 6px;
}

.below-hero-title, .section-title {
    text-align: left;
	color: rgb(28, 51, 86);
}

.section-title h2 {
    padding-top: 0;
}

/*
10) Booking
*/

.hero-booking-form .dk-selected,
.hero-booking-form input[type="text"] {
	background: #fff;
	color: #000;
	font-weight: 700;
	padding-left: 20px;
	font-size: 20px;
}

.hero-booking-form input[type="text"]:focus,
.hero-booking-form .dk-select-open-up .dk-selected,
.hero-booking-form .dk-select-open-down .dk-selected {
	background: #fff;
}


.hb-datepick-check-in-out-trigger {
    bottom: 20px;
	padding-right: 10px;
	font-size: 26px;
}

.hb-datepick-check-in-out-trigger::before {
    content: "\f073";
	font-family: 'Font Awesome 5 Free';
	color: #bbb;
	bottom: 15px;
}

.hero-booking-form input[type="submit"] {
    padding: 16px;
}

.hero-booking-form .hb-search-error {
	color: red;
	font-weight: normal;
}


.hero-booking-form .hb-people-wrapper .hb-adults .dk-selected::after {
    content: "\f107";
	font-family: "Font Awesome 5 Free";
	color: #bbb;
	font-weight: 600;
    bottom: 13px;
	padding-right: 10px;
	font-size: 26px;
}


div.hb-resa-summary-content {
	background-color: #fff !important;
	border: 1px dashed #bbb !important;
	border-radius: 5px;
}

.hb-accom-page .hb-accom {
	border: none !important;
	margin-bottom: 0 !important;
}

.hb-accom-single-choice {
	border: 1px dashed #bbb;
	padding: 20px;
	border-radius: 5px;
}

.hb-booking-details-form {
	padding-top: 20px;
}

.hb-searched-summary {
	font-size: 20px;
	font-weight: bold;
}

.reservation_title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.hb-price-breakdown-title {
	padding-top: 15px;
}
