@charset "utf-8";
/*
	Theme Name: HCN
	Author: Matt Feindell
*/

/* general */

pre {
	color: #333;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
* {}
.no-margins,
.no-margins * {
	margin: 0 !important;
}
.no-gutters > .row,
.no-gutters > .row > div[class*='col'] {
	padding-left: 0;
	padding-right: 0;
}
.img-cover,
.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.w90 {
	max-width: 90%;
}
.w75 {
	max-width: 75%;
}
.w60 {
	max-width: 60%;
}
.w50 {
	max-width: 50%;
}
.yellow-btn,
.yellow-btn:hover {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: .55em 2.5em;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px;
	background-color: #FF9900;
	text-transform: uppercase;
	border: 1px solid #FF9900;
}
.yellow-btn:hover {
	color: #FF9900;
	background-color: #fff;
}
.white-txt * {
	color: #fff;
}

/* fonts */

.noto {
	font-family: "Noto Sans", sans-serif;
}
* {
	font-family: "Noto Sans", sans-serif;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {}
h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 1.15em;
}
p {
	font-size: 20px;
}

/* header */

#site-header {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1010;
	position: fixed;
	background: transparent;
	transition: all ease-in-out .5s;
}
#site-header > .container-fluid {
	max-width: 95%;
}
#site-header > .container-fluid > .row {
	padding-top: 1em;
}
#site-header .navbar-brand > img {
	max-width: 100%;
	transition: all ease-in-out .5s;
}
#site-header.scroll {
	background-color: #053C50;
	transition: all ease-in-out .5s;
}
#site-header.scroll > .container-fluid > .row {
	padding-top: .25em;
}
#site-header.scroll .navbar-brand > img {
	max-width: 55%;
	transition: all ease-in-out .5s;
}
#site-header .yellow-btn {
	font-size: 14px;
	justify-self: end;
	align-self: center;
	text-transform: none;
}
#site-header .yellow-btn:hover {
	color: #FF9900;
	background-color: #fff;
	border: 1px solid #FF9900;
}

/* main nav(s) */

.navbar {
	padding: 0;
}
.navbar-expand-lg {}
.navbar-brand {}
.navbar-collapse {}
.navbar-nav {
	width: 100%;
	justify-content: center;
}
.nav-item {}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link {
	color: #FF9900;
}
.active > .nav-link {}
.dropdown-menu {
	background-color: #10262E;
}
.dropdown-menu > li a {
	color: #fff;
	text-transform: uppercase;
}
.nav-item.show > a {
	color: #FF9900 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	background-color: #FF9900; 
}

/* page content */

#page-content {}
#page-content > .container > .row {}

/* blog content */

#blog-content {}
#blog-content > .container > .row {}

/* single content */

#single-content {}
#single-content > .container > .row {}

/* flexible */

.hero-banner > img,
#flexible > section {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.flex-content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-banner > video {
	width: 100%;
	display: block;
	aspect-ratio: calc(16/9);
}
.home-banner-content {
	top: 50%;
	width: 100%;
	position: absolute;
	transform: translateY(-25%);
}
.home-banner-content > .container {
	max-width: 1485px;
}
.home-banner .home-banner-content h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: .5em;
	line-height: 1.15em;
}
.home-banner .home-banner-content p {
	color: #fff;
}
.hero-banner {
	position: relative;
}
.hero-banner .hero-content {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.page-smart-hotel-solutions .hero-banner .hero-content,
.page-hotel-solutions .hero-banner .hero-content,
.blog .hero-banner .hero-content,
.page-invest .hero-banner .hero-content,
.page-contact-us .hero-banner .hero-content {
	top: 60%;
}

.hero-banner .hero-content br {
	display: none;
	visibility: hidden;
}
.hero-banner .hero-content h2 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 0;
	font-weight: 700;
	line-height: 1.15em;
}
.hero-banner .hero-content p {
	color: #fff;
	font-size: 24px;
}
.pull-up-img img:first-of-type {
	margin-top: -15%;
	position: relative;
}
.box-slider {
	padding-top: 4em;
	padding-bottom: 4em;
}
.box-slider > .container {
	max-width: 1270px;
}
.box-slider .slick-slider .slick-track {
    display: flex;
}
.box-slider .slick-list {
	margin: 0 -1em;
}
.box-slider .slick-slide {
	height: auto;
	margin: 0 1em;
}
.box-slider .slick-slide > div,
.box-slider .slick-slide > a > div {
	height: 100%;
	padding: 1em 2em;
	text-align: center;
	background-color: #fff;
}
.box-slider h3 {
	color: #fff;
	text-align: center;
}
.box-slider .slick-slide > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.box-slider .slick-slide > a {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.box-slider .slick-slide > a:hover {
	opacity: .85;
	text-decoration: none;
}
.box-slider .slick-slide > div > p,
.box-slider .slick-slide > a > div > p {
	margin-bottom: 0;
}
.box-slider .slick-slide > div > p:first-of-type,
.box-slider .slick-slide > a > div > p:first-of-type {
	margin-bottom: .5em;
}
.box-slides .slick-prev {
	top: 50%;
	left: -60px;
	z-index: 1010;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
}
.box-slides .slick-next {
	top: 50%;
	right: -60px;
	z-index: 1010;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
}
.diamond-list {
	padding: 0;
	margin: 0 auto 1.5em;
}
.diamond-list > li {
	font-size: 20px;
	list-style: none;
	padding-left: 20px;
	background-image: url('./images/layout/hcn-diamond-bullet.png');
	background-position: left 9.5px;
	background-repeat: no-repeat;
	background-size: auto;
}
.page-digital-concierge-solution .flex-content-2 > .container > .row > div[class*='col'] > div,
.page-interactive-city-guides .flex-content-2 > .container > .row > div[class*='col'] > div,
.page-hotel-marketing .flex-content-2 > .container > .row > div[class*='col'] > div,
.page-group-business-meeting-events .flex-content-2 > .container > .row > div[class*='col'] > div {
	display: flex;
	flex-direction: column;
}
.icon-list ul {
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.icon-list ul > li {
	padding: 1em 2em;
	list-style: none;
}
.icon-list ul > li:nth-of-type(odd) {
	background-color: #E5E5E5;
}
.icon-list > ul > li > img {
	margin: 0;
}
.home .flex-content-5 h3 {
	margin-bottom: .25em;
}
.team {
	padding-top: 4em;
	padding-bottom: 4em;
	background-color: #F2F2F2;
}
.team > .container {
	max-width: 1400px;
}
.team-member img {
	margin-bottom: 1.5em;
}
.team-member p {
	margin-bottom: .5em;
}
.team-member p:first-of-type {
	margin-bottom: 0;
}
.bio-link > a {
	color: #01AAE5;
	font-size: 20px;
	text-decoration: underline;
}
.bio-link > img {
	margin-bottom: 0;
}
#team-modal > .modal-dialog {
	max-width: 80vw;
	/* max-width: 1500px; */
}
#team-modal .close {
	color: #fff;
	margin: .5em 0;
	font-weight: normal;
}
.team-bio > .container-fluid > .row {
	padding-top: 4em;
	padding-bottom: 4em;
}
.team-bio > .container-fluid > .row > div[class*='col']:last-of-type {
	padding-right: 2em;
}
.team-bio h2 {
	margin-bottom: 0;
}
#team-modal .team-bio > .container-fluid > .row > div[class*='col']:last-of-type .close {
	margin: 0;
	color: #01AAE5;
	font-size: 20px;
	align-self: start;
	text-decoration: underline;
}
.two-col-slider {
	padding-top: 4em;
	padding-bottom: 4em;
}
.two-col-slider ul {
	padding-left: 1.5em;
}
.two-col-slider ul > li {
	font-size: 20px;
}
.two-col-slider .slick-prev {
	top: 50%;
	left: 10%;
	z-index: 1010;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
}
.two-col-slider .slick-next {
	top: 50%;
	right: 10%;
	z-index: 1010;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
}
.tabs .nav li > a {
	display: block;
	padding: .5em 1em;
	background-color: #D8D8D8;
}
.tabs .nav {
	margin-bottom: 2em;
}
.tabs .nav li > a:hover {
	color: inherit;
	text-decoration: none;
}
.tabs .nav li.active > a,
.tabs .nav li > a.active {
	font-weight: 700;
	background-color: #FF9900;
}
.tab-content .diamond-list {
	margin-bottom: 4em;
}
.page-hotel-solutions #tab-0 .diamond-list {
	columns: 2;
}
.tab-content .two-col-slider {
	background-color: #F2F2F2;
}
.tab-content .tab-banner {
	display: flex;
	padding-top: 6em;
	padding-bottom: 6em;
	align-items: center;
	justify-content: center;
}
.tab-content .tab-banner-content {
	padding: 2em;
	background-color: rgba(255, 255, 255, .9);
}
.page-hotel-solutions .tab-banner-content p {
	font-size: 30px;
	line-height: 1.15em;
	margin-bottom: .25em;
}
.page-hotel-solutions #tab-1 .tab-banner-content p:last-of-type {
	font-size: 48px;
}
.page-hotel-solutions #tab-3 .tab-banner-content p:first-of-type {
	font-size: 48px;
}
.posts-btns {
	padding-top: 1.5em;
	margin-bottom: 4em;
	padding-bottom: 1.5em;
	background-color: #f2f2f2;
}
.posts-btns > .container > .row > div[class*='col'] {
	text-align: center;
}
.posts-btns ul {
	padding: 0;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.posts-btns ul > li {
	display: block;
	font-size: 20px;
	list-style: none;
	line-height: 1em;
}
.posts-btns ul > li > span {
	font-size: 20px;
	cursor: pointer;
	padding-left: 1.5em;
	padding-right: 1.5em;
	vertical-align: middle;
}
.posts-btns ul > li > span:hover {
	color: #FF9900;
}
.posts-feed > .container {
	max-width: 1600px;
}
.post-listing {
	padding-bottom: 2.5em;
}
.post-listing > div {
	height: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.post-listing > div > a {
	display: block;
}
.post-listing > div > a > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1/.5;
	object-position: center;
}
.post-listing > div > a > span,
.post-listing > div > a:hover > span {
	left: 0;
	top: 10px;
	padding: 0 .5em;
	font-size: 16px;
	position: absolute;
	color: rgb(33, 37, 41);
	background-color: #FF9900;
}
.post-listing > div > div {
	padding: 1em;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #F8F8F8;
}
.post-listing > div > div > a {
	color: #FF9900;
	font-size: 20px;
	margin-top: auto;
	text-decoration: underline;
}
.lwd-pagination-container {
	width: 100%;
	margin: 0 auto;
}
.lwd-pagination {
	display: flex;
	padding: 2em 0;
	align-items: center;
	justify-content: center;
}
.lwd-pagination > li {
	display: block;
	list-style: none;
}
.lwd-pagination > li > a {
	font-size: 20px;
	padding: 0 1.5em;
}
.lwd-pagination > li > a:hover,
.lwd-pagination > li.active > a {
	color: #FF9900;
}
#single-content > .container:first-of-type > .row {
	padding-top: 4em;
}
#single-content > .container:last-of-type > .row {
	padding-top: 4em;
	padding-bottom: 4em;
}
#single-content > .container:first-of-type > .row > div[class*='col'] > h2:first-of-type {
	margin-bottom: .5em;
}
#single-content > .container:first-of-type > .row > div[class*='col'] > p:first-of-type {
	color: #959595;
}
.also-like > img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/.5;
	object-fit: cover;
	margin-bottom: 1em;
	object-position: center;
}
.also-like > p > a,
.prev-next > p > a {
	color: #FF9900;
	text-decoration: underline;
}
#header-search {
	display: flex;
	margin-right: 1.5em;
	align-items: center;
	justify-content: center;
}
#header-search input[type='text'] {
	color: #fff;
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
}
#header-search:focus,
#header-search input[type='text']:focus,
#header-search input[type='text']:focus-visible {
	outline: 0;
	border: none;
	border-bottom: 1px solid #fff;
}
#header-search input[type='image'] {}
.no-results {
	width: 100%;
	margin-bottom: 2em;
}
.locations > .row {
	padding-bottom: 2em;
}
.locations > .row > div[class*='col'] > div {
	background-color: #F5F5F5;
}
.free-consultation > .row > div[class*='col'] {
	min-height: 100vh;
	justify-content: center;
}
.free-consultation > .row > div[class*='col'] > div {
	padding: 4em;
	margin-top: 10em;
	margin-bottom: 4em;
	background-color: #fff;
}
.home .flex-content-2,
.home .flex-content-5,
.page-smart-hotel-solutions .flex-content-2,
.page-hotel-solutions .flex-content-2,
.page-group-business-meeting-events .flex-content-3,
.page-invest .flex-content-2,
.page-contact-us .flex-content-2 {
	padding-top: 4em;
	padding-bottom: 4em;
}
.post-type-archive-team .flex-content-2,
.page-what-are-hotel-room-tablets .flex-content-2,
.page-what-are-hotel-room-tablets .flex-content-6,
.page-digital-concierge-solution .flex-content-2,
.page-interactive-city-guides .flex-content-2,
.page-group-business-meeting-events .flex-content-2 {
	padding-bottom: 2em;
}
.page-what-are-hotel-room-tablets .flex-content-5 {
	padding-top: 4em;
}
.page-what-are-hotel-room-tablets .flex-content-7 {
	padding-top: 6em;
	padding-bottom: 6em;
}
.page-what-are-hotel-room-tablets .flex-content-5 > .container,
.page-what-are-hotel-room-tablets .flex-content-6 > .container,
.page-what-are-hotel-room-tablets .flex-content-7 > .container {
	max-width: 1400px;
} 
.home .flex-content-5 p:first-of-type {
	margin-bottom: .5em;
}

/* footer */

footer {
	background-color: #053C50;
}
footer > .container-fluid {
	max-width: 95%;
}
footer > .container-fluid > .row {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
footer > .container-fluid > .row > div[class*='col']:nth-of-type(2) {
	text-align: right;
}
footer * {
	margin: 0;
	color: #fff;
}
footer p {}
footer a {
	color: inherit;
}
.footer-content {
	padding-top: 4em;
	padding-bottom: 4em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-content h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15em;
	margin-bottom: .5em;
}
.footer-fine-print {
	font-size: 14px;
}
.footer-links {
	padding: 0;
	display: flex;
	align-items: end;
	justify-content: end;
}
.footer-links > li {
	font-size: 20px;
	list-style: none;
	margin-left: .5em;
}
.footer-links > li > a {
	font-size: 14px;
}
.footer-links > li:first-of-type {
	margin-left: 0;
}
footer .socials {
	padding: 0;
	display: flex;
	align-items: end;
	justify-content: end;
}
footer .socials > li {
	list-style: none;
	margin-left: .5em;
}
footer .socials > li:first-of-type {
	margin-left: 0;
}

/* form(s) */

#frm_form_2_container {}
#frm_form_2_container label {}
#frm_form_2_container input[type='tel'],
#frm_form_2_container input[type='text'],
#frm_form_2_container input[type='email'] {
	border-radius: 0;
	box-shadow: none;
}
#frm_form_2_container select {
	border-radius: 0;
	box-shadow: none;
}
#frm_form_2_container textarea {
	border-radius: 0;
	box-shadow: none;
}
#frm_form_2_container .frm_required { color: inherit; }
#frm_checkbox_14-0 label { display: flex; }
#frm_checkbox_14-0 label > input {
	margin-top: 2px;
}
#frm_form_2_container .frm_submit {
	align-items: center;
	justify-content: center;
}
#frm_form_2_container .frm_button_submit {
	color: #fff;
	border: none;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: .55em 2.5em;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px;
	background-color: #FF9900;
	text-transform: uppercase;
}
#frm_form_2_container .frm_button_submit:after {}

#frm_form_3_container {}
#frm_form_3_container label {}
#frm_form_3_container input[type='tel'],
#frm_form_3_container input[type='text'],
#frm_form_3_container input[type='email'] {
	border-radius: 0;
	box-shadow: none;
}
#frm_form_3_container select {
	border-radius: 0;
	box-shadow: none;
}
#frm_form_3_container textarea {
	border-radius: 0;
	box-shadow: none;
}
#frm_form_3_container .frm_required { color: inherit; }
#frm_checkbox_14-0 label { display: flex; }
#frm_checkbox_14-0 label > input {
	margin-top: 2px;
}
#frm_form_3_container .frm_submit {
	align-items: center;
	justify-content: center;
}
#frm_form_3_container .frm_button_submit {
	color: #fff;
	border: none;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: .55em 2.5em;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px;
	background-color: #FF9900;
	text-transform: uppercase;
}
#frm_form_3_container .frm_button_submit:after {}
