/*css for contact us*/

#html-body{
	background-color: #fff;
}

.top-container{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
}

.cms-contact-us .top-container{
	background-image: url(../images/contact-us-banner.png);
}
.page-title {
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
}

.breadcrumbs .items{
	display: flex;
	flex-wrap: wrap;

}

.breadcrumbs{
	padding: 25px 28px;
}

.breadcrumbs .items .item a, .breadcrumbs .items .item strong{
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 14px;
	text-align: left;
	color: #fff;
}

.breadcrumbs .items .item:not(:last-child):after{
	content: '/';
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	font-family: inherit;
	color: #fff;
}

.contentTitleWrapper{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.contactUsContent{
    position: relative;
}

.contactUsContent .container{
	position: relative;
}
.contactUsContent .container:after{
	background-image: url(../images/background-gradient.png);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 310px;
    background-position: right;
	display: none;
}

/*@media(min-width: 1600px){
	.contactUsContent:after{
		width: 800px;
	}
}*/

@media(max-width: 1366px){
	.contactUsContent .container:after{
		right: 0px;
    	height: 350px;
    	width: 100%;
    	background-position: 175%;
	}
}

.contactIMG{
	background-size: contain;
	background-repeat: no-repeat;
    height: 520px;
    position: relative;
    margin-top: -130px;
    background-position: center;
    background-size: 65%;
}
.contactUsContent::after {
    content: '';
    background-image: url(/media/wysiwyg/contact-bg1.png);
    background-repeat: no-repeat;
    background-position: -90px 50%;
    position: absolute;
    left: 0;
    right: 0;
    height: 325px;
    width: 100%;
    top: 0;
    z-index: 1;
    background-size: cover;
}
.contactUsContent .container {
    z-index: 2;
}
@media (max-width: 1320px) {

	div.contactUsContent .contactMSG{
		max-width: 50%;
		padding-bottom: 70px;
		width: 380px;
	}

	.contactUsContent h2,
	.contentPageHeading{
		margin-bottom: 20px;
	}

	.contactUsContent .container>.flex{
		justify-content: space-between;
	}
}

@media (max-width: 1023px) {

	.top-container{
		height: 100px;
	}
	div.contactUsContent .contactIMG{
		margin-top: 30px;
	    height: auto;
	    background-position: 100px;
	}

	.contactUsContent .container{
		padding-right: 0px;
		padding-left: 32px;

	}

	.contactUsContent .container:after{
		right: 0px;
	    height: 320px;
	    width: 60%;
	    background-position: left;
	}

	body .contactUsContent h2,
	body .contentPageHeading{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.page-title{
		font-size: 32px;
	}

}

@media (max-width: 767px) {
	div.contactUsContent .contactIMG,
	.contactUsContent .container:after{
		display: none !important;
	}

	div.contactUsContent .contactMSG{
		max-width: 100% !important;
		width: 100%;
		padding: 40px 0;
	}

	.contactUsContent .container{
		padding: 0 20px !important;
	}

	.breadcrumbs{
		display: none;
	}

	.page-title{
		font-size: 26px;
	}
}





.contactUsContent h2,
.contentPageHeading{
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -0.02em;
	line-height: 48px;
	text-align: left;
	color: #000;
	margin-bottom: 30px;
}

.contactUsContent p,
.contentPagePara{
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;
	display: block;
	width: 100%	;

}

.contactUsContent p strong{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.contactUsContent .contactMSG {
	justify-content: flex-start;
    flex-direction: column;
    height: auto;
    padding-top: 40px;
}

.classContactStrip{
	padding: 40px 0 50px 0;
}

.classContactStrip .container>.flex-row{
	justify-content: space-between;
	gap: 20px;
}


.icon-wrapper{
	flex: 0 0 auto;
	justify-content: center;
}


@media(max-width: 1023px){
	.icon-wrapper{
		flex: 0 0 50%;
		justify-content: flex-start;
		max-width: 50%;
	}

	.icon-wrapper:nth-child(3),
	.icon-wrapper:nth-child(4){
		margin-top: 40px;
	}

	.classContactStrip .container>.flex-row{
		gap: 0px;
		flex-wrap: wrap;
	}
	div.contactUsContent .contactIMG {
		background-position: 0;
		background-size: 135%;
		margin-top: -95px;
	}
}
@media(max-width: 900px){
	div.contactUsContent .contactIMG {
		margin-top: -75px;
		height: auto;
		background-position: -35px;
		background-size: 150%;
	}
}


@media(max-width:767px){
	.icon-wrapper{
		flex: 0 0 100%;
		justify-content: flex-start;
		max-width: 300px;
	}

	.icon-wrapper+.icon-wrapper{
		margin-top: 40px;
	}

	.classContactStrip .container>.flex-row{
		justify-content: center;
	}
}

.contactInfo{
	max-width: 217px;
	padding-left: 15px;
}

.contactInfo p{
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #000;

}

.contactInfo p strong{
	display: inline-block;
	width: 100%;
	font-family: "PT Serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #000;
	margin-bottom: 5px;
}

.contactInfo p a{
	display: inline-block;
	width: 100%;
}
[id*="amform-form"] #page-1{
    display: grid;
	grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
  	"area1 area1"
    "area2 area5"
    "area3 area6"
    "area4 area6"
    "area7 area7"
    "area8 area8";
}

.cms-contact-us [id*="amform-form"] #page-1,
.cms-sell-your-wine [id*="amform-form"] #page-1,
.category-sell-your-wine-collection [id*="amform-form"] #page-1{
  	grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  	 grid-template-areas:
    "area2 area5"
    "area3 area6"
    "area4 area6"
    "area7 area7"
    "area8 area8";
}

@media(max-width: 1024px){
	[id*="amform-form"] div#page-1 .fieldset-block{
		max-width: 440px;
	}
}

@media(max-width: 1023px){
	body [id*="amform-form"] div#page-1 .fieldset-block{
		max-width: 100%;
		margin-bottom: 20px;
	}

	[id*="amform-form"] #page-1{
		display: block;
	}
}

[id*="amform-form"] #page-1 .fieldset-block{
	max-width: 460px;
	width: 100%;
}
@media(min-width: 1025px) and (max-width: 1279px) {
	.sell-your-wine-form .fieldset-block{
		max-width: 430px !important;
	}
}

.amform-hthree{
	margin: 0 auto;
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #740000;
	width: 100%;
}

[id*="amform-form"] #page-1 .fieldset-block.amform-hthree{
    grid-area: area1;
    max-width: 100%;
}

[id*="amform-form"] #page-1 .fieldset-block:nth-child(2),
.cms-contact-us [id*="amform-form"] #page-1 .fieldset-block:first-child,
.cms-sell-your-wine [id*="amform-form"] #page-1 .fieldset-block:first-child,
.category-sell-your-wine-collection [id*="amform-form"] #page-1 .fieldset-block:first-child {
	grid-area: area2;
}
[id*="amform-form"] #page-1 .fieldset-block:nth-child(3),
.cms-contact-us [id*="amform-form"] #page-1 .fieldset-block:nth-child(2),
.cms-sell-your-wine [id*="amform-form"] #page-1 .fieldset-block:nth-child(2),
.category-sell-your-wine-collection [id*="amform-form"] #page-1 .fieldset-block:nth-child(2) {
	grid-area: area3;
}
[id*="amform-form"] #page-1 .fieldset-block:nth-child(4),
.cms-contact-us [id*="amform-form"] #page-1 .fieldset-block:nth-child(3),
.cms-sell-your-wine [id*="amform-form"] #page-1 .fieldset-block:nth-child(3),
.category-sell-your-wine-collection [id*="amform-form"] #page-1 .fieldset-block:nth-child(3) {
	grid-area: area4;
}
[id*="amform-form"] #page-1 .fieldset-block:nth-child(5),
.cms-contact-us [id*="amform-form"] #page-1 .fieldset-block:nth-child(4),
.cms-sell-your-wine [id*="amform-form"] #page-1 .fieldset-block:nth-child(4),
.category-sell-your-wine-collection [id*="amform-form"] #page-1 .fieldset-block:nth-child(4) {
	grid-area: area5;
	margin-left: auto;
}
.cms-wine-concierge [id*="amform-form"] #page-1 .fieldset-block:nth-child(6),
.cms-contact-us [id*="amform-form"] #page-1 .fieldset-block:nth-child(5),
.cms-sell-your-wine [id*="amform-form"] #page-1 .fieldset-block:nth-child(5),
.category-sell-your-wine-collection [id*="amform-form"] #page-1 .fieldset-block:nth-child(5) {
	grid-area: area6;
	margin-left: auto;
}
[id*="amform-form"] #page-1 .fieldset-block:nth-child(7),
.cms-contact-us [id*="amform-form"] #page-1 .fieldset-block:nth-child(6)
.cms-sell-your-wine [id*="amform-form"] #page-1 .fieldset-block:nth-child(6),
.category-sell-your-wine-collection [id*="amform-form"] #page-1 .fieldset-block:nth-child(6) {
	grid-area: area7 !important;
}
[id*="amform-form"] #page-1 .amcform-toolbar{
	grid-area: area8;
}
[id*="amform-form"] [data-element="from-content"]{
	max-width: 1058px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	width: 100%;
	padding: 30px 30px;
}

@media(max-width: 1200px){
	[id*="amform-form"] [data-element="from-content"]{
		max-width: calc(100% - 50px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width: 1023px){
	[id*="amform-form"] [data-element="from-content"]{
		max-width: 500px;
	}

	[id*="amform-form"] #page-1 div.fieldset-block{
		max-width: 100%;
		max-height: unset;
	}
}

@media(max-width: 767px){
	[id*="amform-form"] [data-element="from-content"]{
		max-width: calc(100% - 40px);
	}
}

.sign-up-check>div>span{
	display: none;
}
[id*="amform-form"] #page-1 div.amcform-toolbar,
[id*="amform-form"] #page-1 div.sign-up-check{
	max-width: 100%;
	width: 100%;
    justify-content: flex-start;
    width: 100%;
}

[id*="amform-form"] #page-1 label{
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #000;
}

[id*="amform-form"] #page-1 input[type="text"],
[id*="amform-form"] #page-1 input[type="email"],
[id*="amform-form"] #page-1 select,
[id*="amform-form"] #page-1 textarea{
	height: 50px;
	border-radius: 25px;
	background: #fff;
	border: 1px solid #707070;
	max-width: 100%;
}

[id*="amform-form"] #page-1 input[type="checkbox"]+label{
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 13px;
	line-height: 50px;
	text-align: left;
	color: #000;

}

[id*="amform-form"] #page-1 textarea[id*="textarea"]{
	height: 145px;
	border-radius: 15px;

}

[id*="amform-form"] #page-1 div.sign-up-check{
	border-top: 1px solid #707070;
	margin-top: 30px;
}

[id*="amform-form"] #page-1 div.amcform-toolbar button{
	width: 168px;
	height: 50px;
	background: #740000;
	font-family: "PT Serif";
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.stayConnectedHeading{
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -0.02em;
	line-height: 48px;
	text-align: center;
	color: #000;
	width: 100%;
	margin-bottom: 13px;
}

.stayConnected{
	max-width: 735px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 100px;
}

.stayConnected .container>.flex-row{
	justify-content: space-between;
}

.follow-heading{
	font-family: "PT Serif";
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #000;
	margin-bottom: 0 !important;

}

.stayConnected h3{
	font-family: "PT Serif";
	font-weight: bold;
	font-size: 26px;
	line-height: 20px;
	text-align: left;
	color: #000;
	margin: 3px 0 5px 0;
}

.stayConnected .handle{
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 14px !important;
	line-height: 20px;
	text-align: left;
	color: #740000 !important;
}

.stayConnected  svg{
	margin-right: 20px;
}

@media(max-width: 1023px){
	.stayConnectedHeading{
		font-size: 32px;
	}
}


@media(max-width: 767px){
	.stayConnectedHeading{
		font-size: 32px;
		margin-bottom: 20px;
	}

	.stayConnected .container>.flex-row{
		flex-direction: column;
		align-items: center;
	}

	.stayConnected .container>.flex-row .social-account + .social-account{
		margin-top: 45px;
	}

	.stayConnected{
		margin-bottom: 70px;
	}
}

/*CSS for about us page*/

.cms-about-us .top-container,
.cms-about-sokolin .top-container{
	background-image: url(../images/about-banner.png);
}

.aboutUsContent{
	padding: 50px 0;
}

.cms-about-us h2{
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -0.02em;
	line-height: 48px;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}


.aboutUsContent p{
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;
}

.aboutIMG img{
	margin-top: -80px;
    position: relative;
}


.aboutIMG{
	max-width: 474px;
	width: 100%;
}

.aboutMSG{
	max-width: calc(100% - 474px);
	width: 100%;
}

.aboutMSG p{
	max-width: 620px;
	margin-top: 20px;
}


.testimonial{
	background-image: url(/media/img/quoteBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 258px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.quoteWrapper {
	display: flex;
	justify-content: space-between;
}

.quoteWrapper .portrait img{
	position: relative;
	top: -100px;
	max-width: 449px;
    display: block;
}

.quoteWrapper .portrait{
    overflow: visible;
    display: block;
}

.quoteContent{
	width: 598px;
    margin-left: 20px;
    margin-top: 20px;
}

blockquote p{
	font-family: "Open Sans";
	font-weight: 600;
	font-style: italic;
	font-size: 40px;
	letter-spacing: -0.02em;
	line-height: 48px;
	text-align: left;
	color: #fff;

}

.quoteContent cite{
	font-family: "Open Sans";
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	letter-spacing: -0.02em;
	line-height: 48px;
	text-align: left;
	color: #fff;

}

blockquote p q:before,
blockquote p q:before{
	font-family: "Open Sans";
	font-weight: 600;
	font-style: italic;
	font-size: 70px;
	letter-spacing: -0.02em;
	line-height: 48px;
	text-align: left;
	color: #fff;
	display: inline-block;
    position: relative;
    top: 20px;
    margin-right: 10px;
    height: 30px;
}

.timelineDesc p{
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;

}

.AboutTimeline{
	margin-bottom: 70px;
}
.timelineWrapper{
	max-width: 846px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 70px;
}

.timelineBlockWrapper + .timelineBlockWrapper{
	margin-top: -30px;
}

.timelineBlockWrapper:last-child{
	margin-top: 50px;
}
.timelineWrapper:before{
	left: 50%;
    margin-left: -2px;
    content: "";
    position: absolute;
    top: 70px;
    height: calc(100% - 70px);
    width: 4px;
    background: transparent;
    z-index: 0;
}
.timelineWrapper:after{
	left: 50%;
    margin-left: -2px;
    content: "";
    position: absolute;
    top: 70px;
    height: calc(100% - 70px);
    width: 4px;
    background-color: #707070;
    z-index: -1;
}

.timelineWrapper h3{
	font-family: "PT Serif";
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
	display: block;
	width: 100%;
	margin-bottom: 17px;
}

.timelineBlockWrapper .cd-timeline-content{
	max-width: 400px;
	width: 100%;
	background-color: #F4F4F4;
	display: flex;
}

.timelineBlockWrapper.full-width .cd-timeline-content{
	max-width: 100%;
}

.timelineBlockWrapper .cd-timeline-content.align-right{
	margin-left: auto;
}
.timelineBlockWrapper .cd-timeline-content.align-right .year,
.timelineBlockWrapper .cd-timeline-content.align-right .timelineInfo{
	text-align: left !important;
}

.timelineBlockWrapper .cd-timeline-content .textContent{
	padding-top: 15px;
	padding-bottom: 23px;
}

.timelineBlockWrapper.full-width .timelineInfo{
	text-align: left !important;
}


.timelineBlockWrapper.full-width .year{
	font-size: 20px !important;
	margin-bottom: 20px;
}

.timelineBlockWrapper.full-width .cd-timeline-content .textContent{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.timelineBlockWrapper .cd-timeline-content .year{
	font-family: "PT Serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
	color: #000;
	padding-left: 10px;
	padding-right: 25px;
	text-transform: uppercase;
}

.timelineBlockWrapper .cd-timeline-content .timelineInfo{
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	color: #575757;
	padding-left: 10px;
	padding-right: 25px;
}


.scroller{
	height: 90%;
    position: absolute;
    z-index: 999;
    width: 4px;
    left: 50%;
    top: 70px;
    margin-left: -2px;
    -webkit-appearance: none;
    appearance: none;
    height: var(--scroll);
}

.cd-timeline-block{
	position: relative;
}

.cd-timeline-img.cd-picture{
	background-image: url(/media/img/timelineIcon.svg);
	width: 28.34px;
	height: 23.75px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
}

.align-right .cd-timeline-img.cd-picture{
	background-image: url(/media/img/timelineIcon-right.svg);
}


progress[value="100"]::-webkit-progress-bar {
	background-color: #33ad59;

}

progress::-webkit-progress-value {
	background-color: #33ad59;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.ourCommitment{
	width: 100%;
	max-width: 100%;
	padding: 50px 0;
	background-color: #DBDBDB;
}

.ourCommitment h3{
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -0.02em;
	line-height: 48px;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}


.ourCommitment p{
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;
}

.imgFlexBox{
	margin-top: 60px;
	margin-bottom: 40px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.flexBoxImgCol{
	display: flex;
    flex-wrap: wrap;
    max-width: 760px;
    width: 100%;
    padding-right: 50px;
}



.flexBoxContent{
	display: flex;
	flex-wrap: wrap;
	max-width: 415px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.flexBoxContent p{
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;
}

.flexBoxContent h3{
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -0.02em;
	line-height: 48px;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}

.flexBoxImgCol .flexRow{
	flex: 100%;
    max-width: 100%;
    flex-direction: row;
    display: flex;
    grid-gap: 20px;
    align-items: flex-end;
}

.flexBoxImgCol .flexRow:nth-child(even){
	align-items: flex-start !important;
}

.flexBoxImgCol .flexRow img{
	vertical-align: top;
    margin-top: 20px;
    width: auto;
    object-fit: contain;
    display: inline-block;
}

/* SiteMap Design */
.mageworx_htmlsitemap-index-index .page-header + .top-container {
	display: none;
}
.mageworx_htmlsitemap-index-index .page-main .columns {
	max-width: 100%;
	padding: 0;
}
.mageworx_htmlsitemap-index-index .page-main .top-container.custom-sitemap {
	display: block;
}
.mageworx_htmlsitemap-index-index .page-main .top-container.custom-sitemap li {
	list-style: none;
}
.mageworx_htmlsitemap-index-index .page-main .xsitemap  h3 {
	margin-bottom: 0;
}
.mageworx_htmlsitemap-index-index .page-main .xsitemap  li.level-0.category {
	list-style: none;
	margin: 10px 0;
}
.mageworx_htmlsitemap-index-index .page-main .xsitemap  li.level-0.category a {
	padding-bottom: 5px;
	display: block;
}
/*Sell your wine */
.category-sell-your-wine-collection #category-view-container {
	padding: 0;
}

@media(min-width: 1280px) {
	.mageworx_htmlsitemap-index-index .page-main .sitemap-container {
		max-width: 85%;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

@media(max-width: 1024px){
	.aboutIMG{
		display: none;
	}

	.aboutMSG{
		max-width: 860px;
	}

	.aboutMSG p{
		max-width: 100%;
		margin-top: 0px;
	}

	.quoteContent{
		margin: 0;
		width: calc(100% - 400px);
		padding-top: 25px;
	}

	.quoteWrapper .portrait{
		left: -100px;
	    width: 400px;
	    position: relative;
	    overflow: visible;
	    display: block;
	}

	.testimonial .container{
		padding-left: 0;
	}
}


@media(min-width:1280px){
	.main .container {
	    max-width: 1280px;
	}
}

@media (max-width: 1200px) {
	.imgFlexBox{
		display: none;
	}

	.ourCommitment{
		background-color: #fff;
	}

	.AboutTimeline{
		margin-bottom: 0px;
	}

	.timelineWrapper{
		display: none;
	}
}


@media (max-width: 1023px) {
	.cms-about-us h2{
		font-size: 32px;
	}
	.quoteWrapper .portrait img{
		max-width: 253px;
		top: -56px;

	}

	.quoteWrapper .portrait{
		left: 0px;
		max-width: 290px;
	}

	.testimonial{
		height: 145px;
		margin-top: 50px;
	}

	blockquote p{
		font-size: 22px;
		line-height: 26px;
	}

	.testimonial .container{
		max-width: 655px;
    	padding: 0 20px;
	}

	.quoteContent{
		width: calc(100% - 257px);
	    padding-top: 0;
	    height: calc(100% - 50px);
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}

	blockquote p q:before, blockquote p q:before{
		font-size: 39px;
		top: 10px;
		line-height: 27px;
	}

	.cms-about-us h2,
	.ourCommitment h3{
		font-size: 32px;
		line-height: 40px;
	}
}


@media(max-width: 767px){
	.quoteWrapper{
		flex-direction: column;
	}

	.quoteWrapper .portrait img{
		top: -107%;
		height: 177px;
	}

	.testimonial{
		margin-top: 200px;
	}

	.quoteWrapper{
		flex-direction: column;
	    width: 100%;
	    justify-content: center;
	    align-items: center;
	    align-items: center;
    	height: 125px;

	}

	.quoteContent{
		margin-top: -152px;
		width: 100%;
    	max-width: 350px;
	}

	.quoteWrapper .portrait{
		max-width: 206px;
		width: 100%;
	}
}

@media(min-width: 1536px){
	.main.container{
		max-width: 1280px;
	}
}

@media(max-width: 1535px){
	.cms-contact-us div.container{
		max-width: 1280px;
	}
}


.cms-wine-concierge-services .top-container{
	background-image: url(/media/img/wine-concierge.jpg);
}

.cms-wine-concierge-services .main .container{
	max-width: 1135px;
}

.concierge-mainBlock{
	padding-bottom: 50px;
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible !important;
    margin-top: -80px;
    padding-top: 130px;

}

.conciergeIMG{
	position: initial;
	max-width: calc(100% - 460px);
}

.conciergeIMG img{
	margin-top: 0;
    position: absolute;
    width: auto;
    max-width: 860px;
    top: 0;
}

@media(max-width:1024px){
	.conciergeIMG img{
		right: -18%;
	}
}

.conciergeMSG{
	max-width: 460px;
    width: 100%;
}

.conciergeMSG p{
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;
}

.conciergeMSG p strong{
	font-weight: bold;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.conciergeMSG .contentPageHeading{
	max-width: 400px;
}

.consult{
	margin-bottom: 50px;
	max-width: 1085px;
	margin-left: 0;
	margin-right: auto;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	height: auto;

}

.conaultHeader{
	height: 72px;
	border-radius: 10px 10px 0px 0px;
	background: linear-gradient(#464646 0%, #0e0e0e 100%);
	display: flex;
	justify-content: center;
	align-items: center;

}

.conaultHeader h3{
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.consultQuery>.flex{
	justify-content: space-between;
}

.consultQuery{
	padding: 20px 50px 40px 50px;
}

.query{
	max-width: calc(50% - 25px);
	width: 100%;
	list-style: disc;
}

.query li{
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #000;
}

.consultantMessage{
	margin-bottom: 50px;
}

.consultantMessage h3{
	font-family: "PT Serif";
	font-weight: normal;
	font-size: 40px;
	line-height: 20px;
	text-align: left;
	color: #000;
	margin-bottom: 30px;
}

.consultantMessage .para{
	max-width: 1058px;
}

.consultantMessage p{
	font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000;
}

.consultantMessage p + p{
	margin-top: 27px;
}

.consultantMessage p strong{
	font-weight: bold;
}

.cms-wine-concierge [id*="amform-form"] [data-element="from-content"]{
	margin-left: 0px;
}

@media(max-width: 1200px){

	.cms-wine-concierge [id*="amform-form"] [data-element="from-content"]{
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	.concierge-mainBlock{
		margin-top: -55px;
    	padding-top: 90px;
	}

	.conciergeMSG{
		max-width: 380px;
	}

	.conaultHeader{
		height: 55px;
	}

	.conaultHeader h3{
		font-size: 26px;
		line-height: 50px;
	}

	.query{
		max-width: 100%;
	}

	.consultantMessage h3{
		font-size: 32px;
		line-height: 40px;
	}

	.amform-hthree{
		font-size: 22px;
		line-height: 28px;
		text-align: left !important;
	}

	.cms-wine-concierge [id*="amform-form"] [data-element="from-content"]{
		max-width: 500px;
		padding-top: 10px;
		margin-left: auto;
	}

	.conciergeIMG img{
		right: -210px;
		width: 680px;
	}
}

.fieldset-block select{
	padding: 2px 20px 2px 30px;
	border: none;
	background-image: url(/media/img/down-arrow.svg) !important;
	background-position: 95% center !important;
	background-repeat: no-repeat !important;
	font-style: italic;
}

@media(max-width: 767px){
	.concierge-mainBlock{
		margin-top: 0px;
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.conciergeMSG,
	.conciergeIMG{
		max-width: 100%;
		width: 100%;
	}
	.conciergeIMG img{
	    left: 50%;
	    bottom: 0;
	    transform: translateX(-50%);
	    position: relative;
	}

	.contentTitleWrapper{
		width: 100%;
	}

	.conaultHeader h3{
		font-size: 22px;
		line-height: 28px;
		max-width: 284px;
		margin: 0 auto;
	}

	.conaultHeader{
		height: 74px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.consultMain{
		margin-top: -20px;
		position: relative;
		z-index: 10;
	}

	.consultQuery{
		padding: 20px 23px 40px 40px;
	}
}


.cms-sell-your-wine .top-container{
	background-image: url(/media/img/sell-your-wine.jpg);
}

.sellYourWine{
	padding-bottom: 50px;
    position: relative;
    max-width: 100%;
    overflow-x: visible;
    overflow-y: visible !important;
    margin-top: -20px;
    padding-top: 70px;
}
.sellYourWine p {
	z-index: 3;
}

.wineMSG p {
	font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000;
}

.wineMSG p strong{
	font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.wineIMG{
	position: initial;
    max-width: calc(100% - 460px);
}

.wineIMG img {
    margin-top: 0;
    position: absolute;
    width: fit-content;
    max-width: 59%;
    top: 0;
    z-index: 1;
}

.valuation{
	margin-bottom: 50px;
    padding: 50px 0;
    background-color: #F2F2F2;
    margin-top: 30px;
}

.valuation .flex-row{
	justify-content: space-between;
}

.valuationIMG{
	width: 474px;
	margin-top: 8px;
}

.valuationMSG{
	width: 542px;
}

.valuationMSG p{
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;
}
.valuationMSG p + p{
	margin-top: 20px;
}
.cms-sell-your-wine .main .container {
    max-width: 1135px;
}

.incomparable{
	margin-bottom: 50px;
}

.sell-your-wine-form .container{
	max-width: 1135px;
}

.sell-your-wine-form [id*="amform-form"] [data-element="from-content"]{
	margin-left: 0;
	padding-bottom: 30px;
}

.sell-your-wine-form [id*="amform-form"] [data-element="from-content"]{
	max-width: 100%;
}

@media (max-width: 1024px) {
	.sellYourWine{
		margin-top: 0;
		padding-top: 50px;
	}
	.wineIMG img{
		right: -210px;
	}

	.wineMSG{
		max-width: 400px;
	}

	.cms-sell-your-wine .main .container{
		padding: 0 38px;
	}
}

@media (max-width: 1115px) {
	.cms-sell-your-wine .main .valuation .container{
		padding-left: 13px;
	}

	.valuationMSG{
		max-width: calc(100% - 474px);
		margin-left: 45px;
	}

	.valuation .flex-row{
		flex-wrap: nowrap;
	}
}

@media(max-width: 1023px){
	.valuation .flex-row{
		flex-direction: column;
	}

	.cms-sell-your-wine .main .valuation .container{
		max-width: 514px;
		padding: 0 20px;
	}

	.valuationMSG{
		width: 100%;
		margin-top: 30px;
		max-width: 100%;
		margin-left: 0px;
	}

	.valuationIMG{
		margin-top: 0px;
	}

	.wineIMG img{
		margin-right: -75px;
	}

	body .wantToSell .contentPageHeading{
		font-size: 26px;
		line-height: 32px;
	}

	.cms-sell-your-wine .main .container{
		padding: 0 32px;
	}
}

.wantToSell{
	margin-bottom: 20px;
}

body .wantToSell .contentPageHeading{
	font-family: "PT Serif";
	font-weight: bold;
	font-size: 30px;
	line-height: 22px;
	text-align: left;
	color: #740000;

}

@media(max-width: 767px){
	.wineIMG{
		display: none !important;
	}

	.wineMSG{
		width: 100%;
	}

	.cms-sell-your-wine .main .container{
		padding: 0 20px;
	}

	.valuationIMG{
		width: 100%;
		max-width: 100%;
	}

	body .wantToSell .contentPageHeading{
		line-height: 32px;
	}
}
