
#locationSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}
#locationSec:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    background: var(--image-background-gradient);
    position: absolute;
    top: 0;
    left: 0;
}
#locationSec span.verticalTitle {
    font-size: 15px;
    color: var(--text-color);
	font-weight: 500;
    line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
    top: 50%;
    left: calc(var(--container-padding) / 2);
	z-index: 2;
	writing-mode: vertical-rl;
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
#locationSec .location {
	display: flex;
	flex-direction: row-reverse;
}
#locationSec .location .image {
	position: relative;
	float: left;
    width: 50%;
	padding-top: 100px;
	padding-bottom: 100px;
}
#locationSec .location .thumb1 {
	float: right;
    width: 70%;
}
#locationSec .location .thumb1 img {
	width: 100%;
    height: auto;
}
#locationSec .location .thumb2 {
	width: 63%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#locationSec .location .thumb2 img {
	width: 100%;
    height: auto;
}
#locationSec .location .content {
	position: relative;
    float: left;
    width: 50%;
	padding-right: 70px;
	align-self: center;
}
#locationSec .location .content h3 {
	margin: 0 0 20px 0;
    font-size: 50px;
    color: var(--primary-color);
	font-weight: 300;
    line-height: 70px;
}
#locationSec .location .content p {
	margin: 0 0 20px 0;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 28px;
}
#locationSec .location .content p:last-child {
	margin-bottom: 0;
}
#locationSec .location .content a.link {
    position: relative;
	display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 0 0 27px;
	font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 28px;
	text-decoration: underline;
    text-underline-offset: 3px;
    transition: all .3s ease-in-out;
}
#locationSec .location .content a.link:hover {
	color: var(--secondary-color);
}
#locationSec .location .content a.link img {
    position: absolute;
    top: 3px;
    left: 0;
}











/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

#locationSec span.verticalTitle				{ font-size: 13px; left: 4px; transform: translateX(0) translateY(-50%) rotate(-180deg); }
#locationSec .location .content h3			{ font-size: 50px; line-height: 60px; }
#locationSec .location .content p			{ font-size: 16px; line-height: 26px; }
#locationSec .location .content a.link		{ font-size: 16px; line-height: 26px; }


}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {


#locationSec								{ padding-top: 70px; padding-bottom: 70px; }
#locationSec span.verticalTitle				{ display: none; }
#locationSec .location						{ align-items: flex-start; }
#locationSec .location .image				{ padding-top: 0; padding-bottom: 70px; }
#locationSec .location .content				{ padding-right: 30px; }
#locationSec .location .content h3			{ font-size: 40px; line-height: 50px; }
#locationSec .location .content p			{ font-size: 16px; line-height: 26px; }
#locationSec .location .content a.link		{ font-size: 16px; line-height: 26px; }


}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#locationSec								{ padding-top: 50px; padding-bottom: 50px; }
#locationSec span.verticalTitle				{ display: none; }
#locationSec .location						{ flex-direction: column; }
#locationSec .location .image				{ width: 100%; padding-top: 0; padding-bottom: 50px; }
#locationSec .location .content				{ width: 100%; padding-top: 30px; padding-right: 0; }
#locationSec .location .content h3			{ font-size: 30px; line-height: 40px; }
#locationSec .location .content p			{ font-size: 16px; line-height: 26px; }
#locationSec .location .content a.link		{ font-size: 16px; line-height: 26px; }

}
