/* @override 
	https://sommelierschoiceawards.com/cont/css/styles_public_sommeliersChoiceAwardsUS.css
	https://local.sommelierschoiceawards.com/cont/css/styles_public_sommeliersChoiceAwardsUS.css
*/

/* @group Reset and defaults */

html {
	font-size: 1.2em;
}

.mobile .contentViewport {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.mobile .bgColor {
	background-color: #f9f9f9;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

/* @end */

/* @group Global modifiers and clases */
.mobile .flexLayout2 .col1,
.mobile .flexLayout2 .col2,
.mobile .flexLayout2 .col3 {
	flex-basis: unset !important;
}

/* @end */

/* @group Template Layouts */
.mobile #wrapper > header .logoBar {
    height: unset;
}
.mobile #wrapper #mainContentArea {
	padding-top: 7rem !important;
}

.stackOnMobile, 
.innerStackOnMobile .listing {
	/* display flex contents in a vertical fashion when they have a default side by side layout */
	flex-direction: column !important;
}

.stackOnMobile > *, 
.innerStackOnMobile .listing > * {
	flex-basis: 100% !important;
}

.mobile .paddOnMobile {
	/* apply padding to a edge to edge element that has no padding by default */
	padding: 0rem 4% 0rem 4% !important;
}

.mobile #wrapper {
	padding: 0rem 0px 0px 0px;
}

.mobile .hideOnMobile {
	display: none !important;
}

.mobile nav.prevNext {
	font-size: 0.75rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
}

.mobile nav.prevNext > a,.mobile nav.prevNext > span{
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	
}

.xScroll {
	overflow-x: scroll;
}

.mobile .fancybox-overlay {
	z-index: 9;
}
/* @end */

/* @group Global Molecules */

/* @group Button Atoms */

/* @end */

/* @group Header Style Atoms */
#wrapper > header {
	height: 7rem !important;
	position: fixed !important;
	display: flex;
	flex-direction: column-reverse;
	box-shadow: 0 0 5px #d3d3d3;
}

#wrapper > header .stack1 .col1 {
	flex-basis: 100%;
	padding: 0;
	height: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#wrapper > header .stack1 .col1 .mobileMenuOpener{
	flex-basis: 7%;
	font-size: 1.9rem;
}

#wrapper > header .stack1 .col1 > a:nth-child(2) {
	flex-basis: 20%;
}

#wrapper > header .stack1 .col1 #badge {
	position: unset;
	width: 100%;
	display: block;
}

#wrapper > header .stack1 .col1 > a:nth-child(3) {
	flex-basis: 89%;
}

#wrapper > header .stack1 .col1 #mainLogo {
	position: unset;
	width: 100%;
	display: block;
}

#wrapper > header .stack1 .col1 h4 {
	font-size: 0.7rem;
	top: 3.2rem;
	right: 1rem;
	left: unset;
}

#wrapper > header .stack2 {
	margin: 0;
}
/* @end */

/* @group Main Header Molecule */

/* @end */

/* @group Main Menu Molecule */

/* @end */

/* @group Menu molecules (not main menu) */

/* @end */

/* @group Links Bar Molecule */

/* @end */

/* @group Background Styles */

/* @end */

/* @group Login Form Molecule */

/* @end */

/* @group Social Sharing Molecule */

/* @end */

/* @group Form Molecules */

/* @end */

/* @group Main Footer Molecule */
#wrapper > footer .stack1 {
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#wrapper > footer .stack1 nav.secondary ul {
	width: 100%;
	column-count: 1;
}

#wrapper > footer .stack1 .col1 {
	order: 2;
	text-align: center;
	margin-bottom: 1rem;
}

#wrapper > footer .stack1 .col2 {
	text-align: center;
	order: 1;
	margin-bottom: 0.5rem;
}

#wrapper > footer .stack1 .col2 img {
	width: 40%;
}

#wrapper > footer .stack1 .col3 {
	order: 3;
}

#wrapper > footer .stack1 .col3 > div.box.socialNetworkLinks.widget{
	flex-basis: 100%;
}

#wrapper > footer .stack1 .col3 > div.box.socialNetworkLinks ul {
	justify-content: space-around;
}

footer .top100Wines .newsletterRegistrationFormWithEditableClaim.top100Wines .imgContainer {
	width: 100%;
}

footer .stack.top100Wines .box.top100Wines .body {
	padding: 1rem 0 0 0;
}

footer .stack.top100Wines .box.top100Wines .formContainer {
	margin: 0;
	padding: 0;
}

footer .stack.mediaPartners {
	padding: 1rem 0 1rem 0;
}
/* @end */

/* @end */

/* @group Layouts (box, list, detailed) */

/* @group Box Styles */

/* @group boxLayoutX (controlling general boxes layout) */

/* @end */

/* @group boxStyleX & innerBoxStyleX (for use inside boxes) */

/* @end */

/* @end */

/* @group Article Styles */  

.articleStyle1 aside .aside1 .btn {
	padding: 0.4rem 3% 0.4rem 3%;
	font-size: 0.6rem;
}

.mobile#gen .articleStyle2 .body {
	padding: 0;
}

.mobile .articleStyle2 .body p {
	line-height: 1.6;
	word-break: break-word;
}

.articleStyle2 .body h4 {
	word-break: break-word;
}

.mobile .articleStyle2 .body h1, 
.mobile .articleStyle2 .body h2, 
.mobile .articleStyle2 .body h3 {
	line-height: 1.6;
}

/* articleStyle7 : company brand page */
.mobile .articleStyle7 article.productInfo{
	margin: 0rem 0% 0rem 0%;
}

.mobile .articleStyle7 header {
	margin: 1rem 0% 2rem 0%;
}

.mobile .articleStyle7 .companyDetails .col2 h1, 
.mobile .articleStyle7 .productsList header h1 {
	font-size: 1.5rem;
}

.mobile .articleStyle7 h2 {
	word-wrap: break-word;
}

.mobile .articleStyle7 .productDetails .col1 .imageContainer img {
	max-height: 15rem;
}

.mobile .articleStyle7 .col2 {
	padding: 0rem 0% 0rem 0%;
}

.mobile .articleStyle7 article.productInfo .medalContainer article {
	margin: 1rem 0% 1rem 0%;
}

.mobile .articleStyle7 .medalContainer article .imageContainer {
	flex-basis: 35%;
	display: flex;
}

.mobile .articleStyle7 .medalContainer article .txt {
	flex-basis: 65%;
}

.mobile .articleStyle7 .techDetails ul {
	flex-basis: 45%;
	padding: 1.5rem 0% 1.5rem 0%;
}

/* innerArticleStyle8: winners company list page; */
.mobile .innerArticleStyle8 .col2 header {
	margin: 2rem 2% 2rem 0%;
}

.mobile .innerArticleStyle8 .col2 header > div {
	flex-wrap: wrap;
  	margin: 0rem 5%;
  	line-height: 1.7;
}
.mobile .innerArticleStyle8 .col2 header h2 {
	margin-right: 15%;	
}

.mobile .innerArticleStyle8 .listing{
	padding: 0rem 0% 0rem 0%;
}

.mobile .innerArticleStyle8 .listing article {
	flex-basis: 48%;
	margin: 0rem 2% 0.7rem 0rem;
}

.mobile .innerArticleStyle8 .listing article .txt h1 {
	font-size: 0.8rem;
}

.mobile .innerArticleStyle8 .listing article .txt h2 {
	font-size: 0.7rem;
}

.mobile .innerArticleStyle8 .listing article .actions {
	width: 90%;
	font-size: 0.7rem;
}

/* @end */

/* @group Carousel Styles */

.mobile .owl-nav {
	width: 100%;
	left: 0%;
}

/* @end  */

/* @group Listing Layouts */

body.list.listStyle2 main header {
	padding-bottom: 1rem;
}
/* @group prev Next nav molecule */

/* @end */

/* @end */

/* @group Detailed View Styles */
body.detailedLayout1 #mainContentArea > section > article > main .subTitle,
body.detailedLayout1 #mainContentArea > section > article > main .body,
body.detailedLayout1 #mainContentArea > section > article > main .soundCloud {
	padding-left: 0;
}
/* @end */



/* @end */

/* @group Section Specific Styles & overrides */

/* @group Mobile menu top claim */

.box.mobileMenuTopClaim{
	padding: 1rem 8% 1rem 8%;
}

.box.mobileMenuTopClaim .body p {
	color: #6DC6C2;
}

/* @end */

/* @group Home  */

#home .stack1 img.badge {
	top: 0.5rem;
	left: 43%;
	width: 16%;
}

#home main .stack2 .id-285 {
	margin: 0;
}

#home #wrapper #mainContentArea main .box {
	height: unset;
}

#home main .stack1 .box.homePresentationHeader article {
	background-size: cover;
}

#home main .stack1 .box.homePresentationHeader .body {
	padding: 2rem 0% 0rem 0%;
	min-height: unset;
	background-color: rgba(0, 0, 0, 0.5);
}

#home main .stack1 .box.homePresentationHeader .body h1 {
	font-size: 1.8rem;
	opacity: 1;
	margin-bottom: 0.5rem;
	padding: 0;
}

#home main .stack1 .box.homePresentationHeader .body h2 {
	opacity: 1;
	padding: 0;
	margin: 0.8rem 0 0.5rem 0;
}

#home main .stack1 .box.homePresentationHeader .body h3 {
	font-size: 0.9rem;
}

#home main .stack1 .homePresentationHeader a {
	font-size: 0.7rem;
}

#home main .stack2 {
	margin-top: 1rem;
}

#home main .stack2 > .box article {
	position: static;
	width: 100%;
	height: unset;
	top: unset;
	left: unset;
	right: unset;
	flex-direction: column !important;
}

#home main .stack2 .body p {
	margin-bottom: 1rem;
}

#home main .stack2 > .box article .imgContainer, #home main .stack2 > .box article .txt{
	width: 100%;
	height: unset;
}

#home main .stack2 .id-283 .body,
#home main .stack2 .id-284 .body,
#home main .stack2 .id-285 .body{
	height: unset;
	padding: 1rem !important;
}

#home main .testimonials .carrouselItem {
	border: 0;
}

#home main .blogBlock1 .box.blog .listing article {
	flex-direction: column;
	margin-bottom: 1rem;
}

#home main .blogBlock1 .stack1.blog article .imgContainer {
	flex-basis: unset;
	margin-bottom: 1rem;
}

#home main .blogBlock1 .stack1.blog header h1 {
	padding: 1.5rem 0 1.5rem 0;
}

#home main .blogBlock1 .stack1.blog .listing article .txt {
	flex-basis: unset;
}

#home main .blogBlock1 .box.blog .listing article .txt h2 {
	font-size: 1.2rem !important;
}

#home main .blogBlock1 .box.blog .listing article .readMore {
	left: unset;
}

#home main .stack3.blog, .additionalPosts {
    padding: 1.5rem 0rem 1.5rem 0rem;
}
/* @end */

/* @group footer */
footer.additionalPosts header {
	padding-bottom: 2rem;
}

.stack3.blog .listing article,
.box.blog.additionalPosts .listing article {
	flex-direction: column;
}

.stack3.blog .listing article .txt h2,
.box.blog.additionalPosts .listing article .txt h2 {
	margin-top: 0.5rem;
	font-weight: 400;
	font-size: 1rem;
}

.stack3.blog .listing article .txt p,
.box.blog.additionalPosts .listing article .txt p {
	font-size: 0.9rem;
}
/* @end */

/* @group Mobile menu*/
.mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
	border-color: rgb(0, 0, 0, 0);
}
.mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
	border-color: rgba(255, 255, 255, 0.5)
}

li ul > li > a {
	padding: 7px 10px 7px 10% !important;
}

li.customMobileMenu ul > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

li.customMobileMenu ul > li > a > img{
	width: 6%;
	margin-right: 0.3rem;
}

nav.main {
	width: 80% !important;
}

nav.primary ul li ul {
	width: 100%;
	display: unset;
	position: unset;
}

nav.main ul li a {
	padding-left: 10%;
	font-size: 0.7rem;
}

nav.main ul li:hover a {
	background-image: none;
}

nav.main ul ul {
	background-image: none;
}

nav.main ul ul li {
	padding-left: 15px;
}

nav.main ul ul li a {
	border: 0 !important;
}

nav.main ul li a:hover,
nav.main ul ul li a:hover{
    color: #C8AECD;
}
/* @end */

/* @group subscribe */
.stack.top100Wines .box.top100Wines .formContainer input {
	width: 100%;
	margin-bottom: 0.5rem;
}
/* @end */

/* @group competition Result */
#gen.competitionResults.globalList #wrapper #mainContentArea main {
	padding-top: 1rem;
}

#gen.competitionResults main .col1 h2 {
	font-size: 1.2rem;
}

#gen.competitionResults.globalList main .col1 nav ul li a {
	font-size: 0.9rem;
}

#gen.competitionResults.globalList .listing article br{
	display: none;
}

#gen.competitionResults.globalList main .col2 header h1 {
	font-size: 1.5rem;
}

#gen.competitionResults main .listing article .txt h1,
#competitionResults main .listing article .txt h1 {
	font-size: 0.9rem !important;
}

#gen.competitionResults.globalList main .listing > h2 {
	font-size: 1.1rem;
}

#gen.default #mainContentArea .col.col2 p,
#gen.singleColumn #mainContentArea .col.col1 p,
#gen.contact #mainContentArea .col.col2 p,
#gen.participantsZone #mainContentArea .col.col2 p {
	font-size: 1rem;
}

#gen.default #mainContentArea .col.col2 p {
	word-break: break-word;
}

.mobile#gen.competitionResults main .listing article .imgContainer {
	flex-basis: 22%;
}

#gen.competitionResults main .listing article,
#competitionResults.awardsValidator main .listing article {
	margin-top: 0.5rem;
}

#gen.competitionResults main .listing article .txt ul li,
#competitionResults main .listing article .txt ul li {
	padding-top: 0.2rem;
	line-height: 1.5;
	font-size: 0.9rem;
}
/* @end */

/* @group Judges */
#judges.list main .listing,
.judges.box .listing {
	margin: 0;
}

#judges.list main .listing article,
.judges.box .listing article {
	flex-basis: 45%;
}

#judges.list main .listing article ul,
.judges.box .listing article ul {
	flex-wrap: wrap;
}

#judges.list main .listing article ul li,
.judges.box .listing article ul li {
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}
/* @end */

/* @group Gen */
body.detailedLayout1 main header {
	width: 100%;
	padding-top: 1rem;
}

body.detailedLayout1 main .imgContainer {
	width: 100%;
}

body.detailedLayout1 #mainContentArea > main > section > article > main > .body {
	width: 100%;
	margin: 1rem 0 0 0;
}

body.detailedLayout1 main iframe{
	width: 100%;
}

#gen.default #mainContentArea .col.col2 h1,
#gen.singleColumn #mainContentArea .col.col1 h1,
#gen.contact #mainContentArea .col.col2 h1 {
	font-size: 1.2rem;
}

#gen.twoColLeftSidebarWithOptionalPic .flexLayout1 .col1,
#gen.twoColLeftSidebarWithOptionalPic .flexLayout1 .col2 {
	width: unset;
	margin-right: unset;
}
/* @end */

/* @group Product Items */
#productItems.list #wrapper #mainContentArea main .listing article{
	flex-basis: 42% !important;
}
/* @end */

/* @group media partners */
.mobile footer .box.mediaPartners {
	text-align: center;
}

.mobile footer .box.mediaPartners .carrouselItem .imgContainer{
	width: 50%;
	margin: auto;
	height: 136px;
	display: flex;
	align-items: center;
}

.mobile footer .box.mediaPartners .carrouselItem h1 a {
	font-size: 0.7rem;
}

#productBrands.productBrands #wrapper #mainContentArea main header {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

#productBrands.productBrands #wrapper #mainContentArea main .productBrandsListing .col1 {
	flex-basis: unset !important;
}

#productBrands.productBrands #wrapper #mainContentArea .listing{
	align-items: stretch;
	justify-content: space-between;
}

#productBrands.productBrands #wrapper #mainContentArea .listing article {
	flex-basis: 45%;
	margin: 0 0 2rem 0;
	height: unset;
}

#productBrands.productBrands #wrapper #mainContentArea .listing article .name{
	font-size: 0.7rem;
}

#productBrands.productBrands #wrapper #mainContentArea .listing article .imgContainer {
	min-height: 5rem;
}
/* @end */

/* @group contact page */

/* @end */

/* @group Banners */
.mobile .box.banners article {
    padding: 0rem 0rem 0rem 0%;
}

/* @end */

/* @group Blog */
.box.blog .listing article {
	flex-direction: column;
	margin-bottom: 1rem;
}

.box.blog .listing article a{
	text-align: right;
}

body.list.listStyle1 main .col2 {
	margin: 0 !important;
}

body.list.listStyle1 main .col2 .listing article {
	flex-direction: column;
}

body.list.listStyle1 main .col2 .listing article:last-child{
	border: 0;
}

body.list.listStyle1 nav.prevNext {
	padding-top: 1rem;
}

body.blog.detail #mainContentArea > section > header {
	padding-top: 1rem;
}

body.blog.detail #mainContentArea > section > header h1 {
	font-size: 1.7rem;
}

body.blog.detail #mainContentArea section article main {
	flex-basis: 100%;
}

body.blog.detail #mainContentArea section article main .subTitle,
body.blog.detail #mainContentArea section article main .body {
	padding-left: 0;
}

body.detail main .body p img{
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

body.blog.detail #mainContentArea .subTitle h2 {
	font-size: 1.2rem;
}
body.blog .stack1.blog article .imgContainer{
	margin-bottom: 1rem;
}
body.blog .stack1.blog article .imgContainer img {
	margin: 0;
}

body.blog .stack1.blog article .txt h2 {
	font-size: 1.5rem;
}

body.blog .stack1.blog article .txt p {
	font-size: 0.9rem;
}
/* @end */

/* @group signUp form */
#signUpModalTabs > ul{
	padding-top: 0.99rem !important;
	width: 95% !important;
	margin: auto !important;
}

#signUpModalTabs ul > li{
	font-size: 0.7rem !important;
	padding-bottom: 0.5rem !important;
	height: 2rem !important;
}

#signUpModalTabs ul > li:first-child{
	margin-left: 0 !important;
}

#signUpModalTabs ul > li:last-child{
	margin-left: 1.5% !important;
	margin-right: 0 !important;
}

form.standard .twoCol .col1 {
	margin-right: unset;
}

form.standard p,form.standard label {
	font-size: 0.7rem !important;
}

input {
	font-size: 0.7rem !important;
}

/* @end */

/* @group Password Retrieval Standalone */
.passwordRetrievalStandalone {
	padding: 0;
}

.passwordRetrievalStandalone main {
	width: 100%;
	padding: 0 2rem;
}

.passwordRetrievalStandalone main header img {
	margin-bottom: 1rem;
}
/* @end */

/* @group participant zone */
.form main > section > article {
	padding: 0;
	margin-top: 2rem;
}

body.detail.loggedInUser main header h1 {
	font-size: 1.8rem;
}
/* @end */

/* @group podcast */
.list main .col2 header h1 {
	font-size: 1.5rem;
	margin-top: 1rem;
}

#podcasts.detailedLayout1 #wrapper #mainContentArea header {
	margin-top: 1rem;
}

#podcasts.detailedLayout1 #wrapper #mainContentArea header h3{
	margin-bottom: 0.5rem;
}

#podcasts.detailedLayout1 #wrapper #mainContentArea header h1{
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	font-size: 1.5rem;
}

.additionalPosts .listing article{
	margin-bottom: 1rem;
}

.additionalPosts .listing article .txt h3,
.additionalPosts .listing article .txt h2,
.additionalPosts .listing article .txt p{
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
/* @end */

/* @group videos */
#videos.videos.detail.detailedLayout1 #wrapper #mainContentArea header h3,
#videos.videos.detail.detailedLayout1 #wrapper #mainContentArea header h1{
	margin-bottom: 1rem;
}

#videos.videos.detail.detailedLayout1 #wrapper #mainContentArea header h1 {
	font-size: 1.2rem;
	font-weight: 600;
}

#videos.videos.detail.detailedLayout1 #wrapper #mainContentArea main iframe {
	min-height: unset !important;
}

#videos.videos.detail.detailedLayout1 #wrapper #mainContentArea main .subTitle {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}

#videos.listLayout1.videos #wrapper #mainContentArea main .col1 {
	min-height: unset;
}
/* @end */

/* @group resetPassword design */

/* @end */

/* @group Go to top*/
.goToTop {
	bottom: 2rem;
	right: 1rem;
}
/* @end */

/* PZone form */

.form main article .body .pZone h1,
.form main article .body .pZone p.subTitle {
	padding: 0rem;
}

/* @end */


/* articleStyle2 : video detail page; */

.mobile .articleStyle5 .restrictedContentInfo {
  width: 18rem;
  padding: 0.5rem 0rem 0rem 0rem;
  top: 4.3%;
}

.mobile .articleStyle5 .restrictedContentInfo p {
  font-size: 0.8rem;
}

.mobile .articleStyle5 > .txt h1 {
	font-size: 0.8rem;
}

/* @end */

/* @end */

