/* @override 
	https://pariswinecup.com/cont/css/styles_framework_parisWineCup.css
	https://local.pariswinecup.com/cont/css/styles_framework_parisWineCup.css
*/

/* @group Reset and defaults */

html {
	font-size: 1.2em;
}

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

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

img {
	width: 100%;
}

/* @end */

/* @group Global modifiers and clases */

/* @end */

/* @group Template Layouts */
.stackOnMobile, .innerStackOnMobile .listing {
	flex-direction: column !important;
}

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

.mobile .paddOnMobile {
	padding: 0rem 5% 0rem 5% !important;
}

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

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

#wrapper #mainContentArea {
	padding-top: 7rem !important;
	min-height:unset;
	padding-bottom: 2rem;
}

body.detailedLayout1 #mainContentArea > section > header {
	min-height: unset;
	background-size: cover;
	margin: 0rem 0rem 0rem 0rem;
}

body.detailedLayout1 #mainContentArea > section > header h1 {
	font-size: 2.5rem;
}

.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;
	font-size: 0.75rem;
}

.btn.rectangle {
	padding: 0.4rem 1rem 0.4rem 1rem;
}

.xScroll {
	overflow-x: scroll;
}
/* @end */

/* @group Global Molecules */

/* @group Button Atoms */

/* @end */

/* @group Header Style Atoms */
#wrapper > header {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-direction: row;
	box-shadow: 0 0 5px #000;
	z-index: 9;
	width: 100%;
	flex-wrap: wrap;
}

#wrapper > header > .stack1{
	flex-basis: 85%;
	padding: 0 !important;
	margin: 0;
	align-items: center;
	order: 3;
}

#wrapper > header > .stack1 > .col1 {
	flex-basis: 100%;
}

#wrapper > header .stack.logo .col1 .logo {
	padding-top: 0;
	flex-basis: 100%;
}

#wrapper > header .logo .col1 .logo img {
    width: 95%;
}

#wrapper > header .logo .col1 h4 {
	font-size: 0.8rem;
}

#wrapper > header > .stack2{
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	order: 4;
}

#wrapper > header > .stack3{
	height: 5rem !important;
	flex-basis: 15%;
	background: none;
	background-color: unset !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	order: 2;
}

#wrapper > header > .stack4{
	order: 1;
	width: 100%;
}

#wrapper > header > .stack4.userMenu ul {
	justify-content: flex-end;
}

#wrapper > header > .stack4.userMenu ul li{
	font-size: 0.8rem;
}

#wrapper > header > .stack4.userMenu ul li a {
	padding-top: 0rem;
	padding-bottom: 0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
}

#wrapper > header > .stack4.userMenu ul li a img {
	display: inline-block;
	height: 0.9rem;
	margin-right: 0.2rem;
}

.headerStyle1 h1 {
	font-size: 1.5rem;
}
/* @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 */

/* @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 Listing Layouts */
.listContainerStyle2 > * {
	flex-basis: 45%;
}

.cardListStyle3 h2 {
	font-size: 1.2rem;
}
/* @group prev Next nav molecule */

/* @end */

/* @end */

/* @group Detailed View Styles */
.detailedLayout1 #mainContentArea > section > header h1 {
	background-color: rgba(0,0,0,0.5);
}
/* @end */



/* @end */

/* @group Section Specific Styles & overrides */

/* @group Mobile menu top claim */

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

.box.mobileMenuTopClaim .body p {
	color: #D49F41;
}

/* @end */

/* @group Home  */

#home .stack1 > img {
	bottom: 1rem;
	right: 8%;
	width: 15%;
}

#home #wrapper .homePresentationHeader article {
	background-size: cover !important;
	background-repeat: no-repeat;
}

#home #wrapper .homePresentationHeader h1 {
	font-size: 1.5rem !important;
}

#home #wrapper #tabGroup-presentationBoxHome ul {
	justify-content: space-between !important;
	margin: 2rem 0;
	padding: 0 !important;
	border-bottom: 1px solid #D49F41;
	height: 3rem;
}

#home #wrapper #tabGroup-presentationBoxHome ul li {
	padding: 0 !important;
	font-size: 0.9rem !important;
	flex-basis: 30%;
	padding: 0.2rem 1rem!important;
	border: 1px solid #D49F41;
	color: #FFF !important;
	height: 3rem;
	background-color: #D49F41;
}

@media screen and (max-width: 350px) {
  
  #home #wrapper #tabGroup-presentationBoxHome ul {
  	height: 2.2rem;
  }
  
  #home #wrapper #tabGroup-presentationBoxHome ul li {
  	font-size: 0.7rem !important;
  	padding: 0.2rem 0.5rem !important;
  	height: 2.2rem;
  }
}

@media screen and (max-width: 400px) {
  
  #home #wrapper #tabGroup-presentationBoxHome ul {
  	height: 2.8rem;
  }
  
  #home #wrapper #tabGroup-presentationBoxHome ul li {
  	font-size: 0.8rem !important;
  	padding: 0.2rem 0.8rem !important;
  	height: 2.8rem;
  }
}

#home #wrapper #tabGroup-presentationBoxHome ul li.r-tabs-state-active {
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	color: #D49F41 !important;
}

#home #wrapper #tabGroup-presentationBoxHome div.r-tabs-panel{
	padding: 1rem;
	background-color: #FFF;
	border: 1px solid #D49F41;
}

#home #wrapper .awardsSectionHomePage.box .body > div img {
	width: 100% !important;
	height: auto !important;
}

body#home .box.blog .listing article,
body#home .box.blog .listing article,
body#home .box.podcasts .listing article {
	padding-bottom: 1rem;
}

#home .box.blog article p,
#home .box.blog article p,
.detail .box.blog article p,
.detail .box.blog article p,
.detail .box.podcasts article p {
	color: #b7b7b7;
}

#home .box.blog.col1 .listing article:nth-child(5) p {
	color: #f3e5ce !important;
}

body#home #wrapper #tabGroup-presentationBoxHome .r-tabs-panel article .body,
body#home .awardsSectionHomePage.box .aside1 {
	column-count: 1;
}
/* @end */

/* @group footer */
#wrapper > footer {
	padding-top: 0;
}

#wrapper > footer .footerNavMenuContainer {
	padding: 1.5rem 0 1.5rem 0;
}

#wrapper > footer .footerNavMenuContainer > div{
	justify-content: center;
}

#wrapper > footer .footerNavMenuContainer .col1 {
	flex-basis: 100%;
}

#wrapper footer .box.mediaPartners header h1{
	font-size: 1.5rem;
}

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

#wrapper .stack.otherCompetitionsContainer {
	height: unset;
}

#wrapper .stack.otherCompetitionsContainer .box.otherCompetitions article {
	height: unset;
	margin-bottom: 1.5rem;
}

#wrapper .stack.otherCompetitionsContainer .box article .imgContainer {
	margin-bottom: 1rem;
}

.box.videos footer nav,
.box.blog footer nav, 
.box.blog footer nav, 
.box.podcasts footer nav, 
#home .stack.blog nav, 
#blog.home main > nav {
	padding: 2rem 0rem 2rem 0rem;
}

#wrapper > footer .footerNavMenuContainer .col1 p {
	text-align: center;
}
/* @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)
}

.mobile nav.main ul ul {
	width: unset;
	position: unset;
	background: none;
	display: unset;
}

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

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;
}
/* @end */

/* @group subscribe */

/* @end */

/* @group Judges */
#home #wrapper .box.judges .listing .judge{
	flex-basis: 45%;
	margin-bottom: 2rem;
}

#judges.list main .listing article {
	flex-basis: 47%;
}

#judges.list main {
	padding-top: 1rem;
}

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

.box.judges .listing .judge .imgContainer img, 
#judges.list main .listing article .imgContainer img {
	margin: 0rem;
}
/* @end */

/* @group Gen */
#gen #wrapper #mainContentArea iframe {
	width: 100%;
	height: auto;
	display: block;
}

#gen.detailedLayout1.recID-250 #mainContentArea section .body p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#gen.detailedLayout1.recID-250 #mainContentArea section .body a {
	flex-basis: 45%;
	margin-bottom: 1rem;
}

#gen.detailedLayout1.recID-250 #mainContentArea section .body a img{
	width: 100% !important;
	height: auto !important;
	display: block;
}
/* @end */

/* @group medal stickers */
#productItems.list #mainContentArea {
	padding-top: 8rem !important;
}
#productItems.list #mainContentArea .col2 header h1 {
	font-size: 1.5rem;
}
/* @end */

/* @group competition results */
.resultsNavigationContainer {
	position: unset;
	width: unset;
}

#gen.competitionResults main header h1 {
	font-size: 1.2rem;
}

#gen.competitionResults main .listing article .txt {
	flex-basis: 60%;
}

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

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

.mobile#gen.competitionResults main .listing article .txt ul li, .mobile#competitionResults main .listing article .txt ul li {
	font-size: 0.8rem;
	line-height: 1.15;
}

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

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

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

.mobile.competitionResults.awardsValidator #wrapper > header {
	display: block;
}

/* @end */

/* @group media partners */

/* @end */

/* @group contact page */

/* @end */

/* @group Banners */


/* @end */

/* @group Blog */
#blog.blog.home #wrapper #mainContentArea .stack1 {
	padding-top: 1rem;
}

#blog.blog.home #wrapper #mainContentArea .stack1 article {
	flex-direction: column;
	height: unset;
}

#blog.blog.home #wrapper #mainContentArea article h2,
#blog.blog.home #wrapper #mainContentArea .stack3 .special h2 a {
	font-size: 1.5rem;
}

#blog.blog.home #wrapper #mainContentArea .stack2 article .txt {
    min-height: 9rem;
    overflow: hidden;
}
#blog.blog.home #wrapper #mainContentArea .stack3 .starred article .imgContainer {
	position: relative;
	overflow: unset;
}
#blog.blog.home #wrapper #mainContentArea .stack3 .icn {
	bottom: -1.5rem;
	top: unset;
}

#blog.blog.home #wrapper #mainContentArea .stack3 .special article {
	min-height: unset;
}

.box.blog footer nav,
.box.blog footer nav,
.box.podcasts footer nav,
#home .stack.blog nav,
#blog.home main > nav {
	padding-bottom: 2rem;
}

#blog.blog.detailedLayout1 #mainContentArea section .body p img{
	width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 !important;
}

#blog.blog.detailedLayout1 #mainContentArea main .body table tr{
	display: flex;
    flex-direction: column;
    background-color: #FFF;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

#blog.blog.detailedLayout1 #mainContentArea main .body table tr td{
	width: 100% !important;
    padding: 1rem;
}

#blog.blog.detailedLayout1 #mainContentArea main .body table tr td img{
	width: auto !important;
    height: 15rem !important;
}

#blog.blog.detail #wrapper #mainContentArea > section > footer article,
#podcasts.detail #wrapper #mainContentArea > section > footer article {
	margin-bottom: 1rem;
}

#videos.videos.list.listLayout1 main .col2 .listing article,
#blog.blog.blog.listLayout1 main .col2 .listing article {
	flex-direction: column;
}

#videos.videos.list.listLayout1 main .col2 .listing article .imgContainer img {
	width: 100%;
	margin: 0;
}

#videos.videos.detail.detailedLayout1 article iframe {
	width: 100%;
	min-height:unset !important;
}

#videos.videos.detail.detailedLayout1 #mainContentArea section .subTitle h2 {
	font-size: 1.2rem;
}

#videos.videos.detail.detailedLayout1 #mainContentArea footer.additionalPosts .listing {
	flex-direction: column;
}

#videos.videos.detail.detailedLayout1 #mainContentArea footer.additionalPosts .listing article {
	margin-bottom: 1rem;
}

.mobile .listLayout1 main .col2 .listing article .txt h3 {
	margin: 1rem 0rem 0rem 0rem;
}

.mobile .listLayout1 main .col2 .listing article .imgContainer {
	margin: 0rem 0% 0.5rem 0%;
}
/* @end */

/* @group signUp form */
#signUpModalTabs ul{
	padding-top: 0.99rem !important;
	width: 94% !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;
}

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

/* @group Password Retrieval Standalone */

/* @end */

/* @group participant zone */

/* @end */

/* @group resetPassword design */

/* @end */

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

/* PZone form */

.form main article  {
	padding: 0rem 4% 0rem 4%;
}

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

/* @end */