/*******************************************************
 *
 * Template Blog
 *
 *******************************************************/

.ip-banner {
	display: none;
}

#inner-page-wrapper .blog-container .section-title p {
	font-size: 38px;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.container {
	width: 100%;
	padding: 0;
}

.content-container {
	max-width: 60%;
	margin: 0 auto;
}

.blog-banner {
	position: relative;
	display: block;
	width: 100%;
}

.blog-banner::before {
	content: '';
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	position: absolute;
	width: 100%;
	height: 30%;
	left: 0;
	top: 0;
	z-index: 1;
}

.blog-banner::after {
	content: '';
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.blog-banner canvas {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.blog-smi-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 45px;
	margin: auto;
	width: fit-content;
	height: fit-content;
	z-index: 9999;
}

.blog-smi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.blog-smi a {
    color: white;
    font-size: 24px;
    margin-bottom: 35px;
    transition: all ease-in-out 0.35s;
}

.blog-smi a:hover {
    opacity: 0.6;
}

.blog-smi a:last-child {
    margin-bottom: 0;
}

.blog-smi a {
    text-shadow: none;
}

.blog-content-wrapper {
	padding: 0 28px;
	margin-top: -150px;
	  position: relative;
	  z-index: 2;
}

.kempinski-logo img {
	margin: 0 auto;
}

.blog-container .section-title-container {
	height: auto;
	text-align: center;
}

#inner-page-wrapper .blog-container .section-title span {
	font-size: 89.96px !important;;
}

.first-video .section-title p::after {
	display: none;
}

#inner-page-wrapper .first-video .section-title p {
	width: auto;
	text-transform: none;
	font-weight: 500;
	margin-top: 10px;
}

.video-wrapper {
	position: relative;
}

.video-wrapper canvas {
	display:block;
	width: 100%;
	height: auto;
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.first-video .blog-cta {
	margin: 60px auto 0;
}

.blog-content p {
	font-size: 15px;
	font-family: var(--poppins);
	font-weight: 300;
	color: #565656;
	line-height: 26px;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
}

.blog-content p:last-child {
	margin-bottom: 0;
}

.sub-title-big {
	font-size: 37px;
	font-weight: 500;
	font-family: var(--poppins);
	color: #565656;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 45px;
}

.sub-title-small {
	font-weight: 500;
	font-family: var(--poppins);
	font-size: 23px;
	color: #9a2e36;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.first-video .section-title-container {
	padding-bottom: 50px;
}

.first-video .content-container {
	padding: 130px 0 110px;
}

.experience-bg-content {
	position: relative;
}
.experience-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
}

.experience-bg canvas {
	display: block;
    width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	filter: grayscale(1);
	opacity: 0.3;
}

.experience-bg-content .blog-content {
	position: relative;
	min-height: 800px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 120px;
}

.blog-cta {
	width: fit-content;
	height: 60px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--poppins);
	letter-spacing: 0.34em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #767676;
	border: 2px solid #767676;
	transition: all ease-in-out 0.35s;
	padding: 0 20px;
}

.blog-cta:hover {
	background: #a33038;
	color: white;
	border: 2px solid #a33038;
}

.white-but {
	color: #fff;
	border: 2px solid #fff;
}

.experience-bg-content .sub-title-big {
	color: #fff;
}

.experience-bg-content .blog-content p {
	color: #fff;
}

.kempinski-experience .blog-cta {
	margin-top: 50px;
	margin-left: auto;
  margin-right: auto;
}

.blog-content p em {
	font-weight: 400;
	font-size: 18px;
}

.experience-img {
	display: block;
	margin-top: -180px;
	z-index: 2;
	position: relative;
}

.experience-img img {
	width: 85%;
	margin: 0 auto;
	filter: drop-shadow(0px 5px 25px rgba(0,0,0,0.5));
}

.experience-img .blog-content {
	padding-top: 100px;
  padding-bottom: 50px;
}

.experience-journey {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.experience-journey > div {
	width: 50%;
}

.experience-journey .journey-content {
	padding: 30px 90px;
}

.journey-content .blog-cta {
	margin-left: 0;
}

.second-video {
	padding: 150px 0 100px 0;
}

#inner-page-wrapper .second-video .section-title {
	text-align: center;
	display: block;
	width: fit-content;
	margin: 0 auto !important;
	padding-bottom: 70px;
}

.video-preload {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	cursor: pointer;
	z-index: 2;
	background: #000;
}

.video-preload img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	opacity: 0.8;
}

.video-preload i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    transition: all 0.3s ease;
	font-size: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 45px 50px;
}

.second-video .video-wrapper video {
	opacity: 0;
}

#inner-page-wrapper .ownership-opp .section-title {
	width: fit-content;
	margin: 0 auto !important;
	padding-bottom: 70px;
	display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#inner-page-wrapper .ownership-opp .section-title p {
	margin-bottom: 15px;
}
#inner-page-wrapper .ownership-opp .section-title span {
	line-height: 0.8;
}

#inner-page-wrapper .ownership-opp .section-title span:last-child {
	padding-left: 110px;
}

.ownership-img img {
	width: 85%;
	margin: 0 auto;
}

.ownership-opp .blog-cta {
	margin: 60px auto 0;
}

.ownership-opp .content-container {
	padding: 130px 0;
}

.ownership-content-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ownership-content-wrap > div {
	width: 50%;
}

.ownership-content-wrap .ownership-content-text {
	padding: 30px 90px;
}

.ownership-content-wrap .blog-cta {
	margin-left: 0;
}

.ownership-cta-grp {
	display: flex;
	flex-flow: column;
	padding-top: 15px;
}

.ownership-content-wrap.site-plan {
	margin-top: 40px;
}

.ownership-content-wrap.site-plan .blog-cta {
	margin-top: 30px;
	width: 100%;
  max-width: 400px;
}

.third-video {
	padding: 150px 0 100px;
}

.third-video-img {
	margin-top: 70px;
}

.third-video-img img {
	width: 85%;
	margin: 0 auto;
}

.third-video .section-title {
	padding-top: 60px;
	text-align: center;
	padding-bottom: 20px;
}

.third-video .blog-content .blog-cta {
	width: 100%;
	max-width: 400px;
	margin: 60px auto 0;
}

.ftr-contact::before {
	background-image: url(../../images/blog/blog-form-bg.jpg);
	 background-attachment: scroll; 
}


.aiosp-wrap .aiosp-container.aiosp-ref-\#blog-popup .aios-popup-body {
	width: 80%;
  min-height: auto;
  background: #fff;
}
.popup-container {
	padding: 30px 25px;
}
.popup-logo {
	padding-bottom: 58px;
}
.popup-logo img {
	margin: 0 auto;
}
.popup-title {
	font-family: var(--poppins);
	font-size: 37px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 45px;
}
.popup-text p {
	font-size: 15px;
	font-family: var(--poppins);
  margin-bottom: 30px;
  color: #000;
	line-height: 26px;
  font-weight: 300;
	text-transform: uppercase;
}
.popup-text p strong {
	display: block;
}
.aios-popup-body .aiosp-close {
	color: #fff;
	right: 0;
	top: 0;
	opacity: 1;
	font-size: 45px;
	font-weight: 100;
	background: #a33038;
}

.third-video .blog-content .blog-cta.faq {
	max-width: 300px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 @media only screen and (max-width: 1440px) {
	 .blog-smi a {
	    font-size: 1.5vw;
	}
}

@media only screen and (max-width: 1199px) {
	.blog-content-wrapper {
		margin-top: -80px;
	}
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
	.blog-content p {
	    font-size: 13px;
	}
	
	.blog-logo img {
		max-width: 80%;
  		margin: 0 auto;
	}
	
	.sub-title-big {
		font-size: 16px;
	}
	
	.blog-content-wrapper {
		margin-top: -50px;
	}
	
	#inner-page-wrapper .section-title {
		display: flex !important;
		flex-direction: column;
	  align-items: center ;
	  justify-content: center;
	}
	
	#inner-page-wrapper .blog-container .section-title span {
		font-size: 60px !important;
	    line-height: 1 !important;
	}
	
	.content-container {
		max-width: 100%;
	}
	
	.experience-journey {
		gap: 50px;
		flex-flow: column;
	}
	.experience-journey > div {
		width: 100%;
	}	
	.experience-journey .journey-content {
		padding: 0;
		text-align: center;
	}
	.journey-content .blog-cta {
		margin-left: auto;
	}
	.experience-journey {
		padding-top: 50px;
	}
	
	.second-video {
		padding-top: 80px;
	}
	
	.ownership-opp .content-container {
		padding: 50px 0;
	}
	.ownership-content-wrap {
		justify-content: center;
		flex-flow: column;
		text-align: center;
	}
	.ownership-content-wrap > div {
		width: 100%;
	}
	.ownership-content-wrap .blog-cta {
		margin-left: auto;
	}
	.ownership-content-wrap .ownership-content-text {
		padding: 30px 0 0;
	}
	.ownership-content-img{
		margin-top: 60px;
	}
	#inner-page-wrapper .ownership-opp .section-title span {
		line-height: 0.8 !important;
		padding: 0 !important;
	}
	
	.third-video-img img {
		width: 100%;
	}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {	
	.blog-content-wrapper {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 567px) {	
	
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
	.sub-title-big {
		font-size: 12px;
	}
	
	#inner-page-wrapper .blog-container .section-title span {
	    font-size: 45px !important;
	    line-height: 1.2 !important;
	}
}