#welcomeSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}
#welcomeSec:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    background: var(--image-background-gradient);
    position: absolute;
    top: 0;
    left: 0;
}
#welcomeSec 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);
}
#welcomeSec .welcome {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
    margin-top: 100px;
}
#welcomeSec .welcome .image {
	position: relative;
	float: left;
    width: 50%;
	padding-top: 100px;
	padding-bottom: 100px;
}
#welcomeSec .welcome .thumb1 {
	float: right;
    width: 70%;
}
#welcomeSec .welcome .thumb1 img {
	width: 100%;
    height: auto;
}
#welcomeSec .welcome .thumb2 {
	width: 63%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#welcomeSec .welcome .thumb2 img {
	width: 100%;
    height: auto;
}
#welcomeSec .welcome .content {
	position: relative;
    float: left;
    width: 50%;
	padding-right: 70px;
	align-self: center;
}
#welcomeSec .welcome .content h1 {
	margin: 0 0 20px 0;
    font-size: 50px;
    color: var(--primary-color);
	font-weight: 300;
    line-height: 70px;
}
#welcomeSec .welcome .content h2 {
	margin: 0 0 20px 0;
    font-size: 20px;
    color: var(--primary-color);
	font-weight: 500;
    line-height: 25px;
}
#welcomeSec .welcome .content p {
	margin: 0 0 20px 0;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 28px;
}
#welcomeSec .welcome .content p:last-child {
	margin-bottom: 0;
}
#welcomeSec .welcome .content a.button {
	display: inline-block;
    padding: 18px 43px;
    border: 2px solid var(--secondary-color);
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 20px;
	letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
#welcomeSec .welcome .content a.button:hover {
	background-color: var(--secondary-color);
	color: #ffffff;
}

#welcomeSec .welcome .section-wines {
    margin-bottom: 30px;
}

#welcomeSec .welcome .section-wines p   {
    position: relative;
	display: inline-block;
    margin: 0;
    margin-bottom: 20px;
	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;

}

#welcomeSec .welcome .section-wines a span:hover {
    color: var(--secondary-color);
}

#welcomeSec .welcome .content .section-content__buttons {
    display: flex;
    flex-direction: column-reverse;
    justify-content:flex-start;
    align-items: flex-start;
}




















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

#welcomeSec span.verticalTitle				{ font-size: 13px; left: 4px; transform: translateX(0) translateY(-50%) rotate(-180deg); }
#welcomeSec .welcome .content h1			{ font-size: 50px; line-height: 60px; }
#welcomeSec .welcome .content h2			{ font-size: 18px; line-height: 23px; }
#welcomeSec .welcome .content p				{ 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) {

#welcomeSec span.verticalTitle				{ display: none; }
#welcomeSec .welcome						{ align-items: flex-start; }
#welcomeSec .welcome .image					{ padding-top: 70px; padding-bottom: 70px; }
#welcomeSec .welcome .content				{ padding: 70px 0; padding-right: 30px; }
#welcomeSec .welcome .content h1			{ font-size: 40px; line-height: 50px; }
#welcomeSec .welcome .content h2			{ font-size: 17px; line-height: 22px; }
#welcomeSec .welcome .content p				{ font-size: 16px; line-height: 26px; }
#welcomeSec .welcome .content a.button		{ padding: 10px 15px; }

}


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

#welcomeSec span.verticalTitle				{ display: none; }
#welcomeSec .welcome						{ flex-direction: column; }
#welcomeSec .welcome .image					{ width: 100%; padding-top: 50px; padding-bottom: 50px; }
#welcomeSec .welcome .content				{ width: 100%; padding: 30px 0 50px 0; padding-right: 0; }
#welcomeSec .welcome .content h1			{ font-size: 30px; line-height: 40px; }
#welcomeSec .welcome .content h2			{ font-size: 17px; line-height: 22px; }
#welcomeSec .welcome .content p				{ font-size: 16px; line-height: 26px; }
#welcomeSec .welcome .content a.button		{ padding: 10px 15px; }

}
