* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 22px; line-height: 26px; color: #000; font-family: 'Source Sans Pro', sans-serif;  background: #fff; }
*::-webkit-input-placeholder { opacity:1; color: #000; }
*::-moz-placeholder {opacity:1;color: #000; }
*:-ms-input-placeholder {opacity:1;color: #000;}

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Source Sans Pro', sans-serif;  }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
b,strong { font-weight:600;}
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; font-size:0; line-height:0; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
p a { color: #036F96; text-decoration:underline; }
p a:hover { text-decoration:none; }
.mob-show { display: none !important; }

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }
.animated { display:inline-block; }

.shop_btn  { font-size: 14px; line-height: 28px; padding: 0px 15px; border:0; cursor: pointer; text-transform: uppercase; display: inline-block; vertical-align: top; background: #5b5b5b; color: #fff; transition:all 0.3s; -webkit-transition:all 0.3s; }
.shop_btn:hover { background:#000; }


/* wrapper */
#wrapper { overflow: hidden; padding-top:53px; width: 100%; min-height: 100%; position: relative; }
.cont_wrapper { max-width: 1120px; padding: 0 15px; margin: auto; position: relative; }
.layout_wrapper { max-width:1280px; margin:0 auto; position:relative; }
.flex-wrap { display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; }


.head-wrap { width: 100%; position: absolute; left:0; top:0; padding-bottom:53px; background: #fff; z-index:99; }
.ad_container { width: 100%; min-height:110px; background-color: #fff; display: none}
.ad_container .ad { display: block; width: 100%; text-align: center; max-width: 100%; margin: 0px auto; padding: 10px 0; max-height: 110px; }
.ad_container .ad img { vertical-align: top; }

/*********Header Css*********/
header{ width:100%; background:#151515; text-align:center;  position:absolute; z-index:999999; left:0; bottom:0;   }
header .header_inner{float:left; width:100%; padding:0 20px; border-top:4px solid #bce2f1; position:relative; min-height:55px; z-index:99;}
header.show { position: fixed; top:0; bottom: auto; }
.ad iframe { background: rgba(0,0,0,0.05); }

header .logobar { float: left; padding: 10px 0 0px 0px; }
header .logobar a.site-logo { display:inline-block; max-width: 123px; vertical-align: middle; }
header .logobar a.brand-logo { display:inline-block; max-width: 160px; vertical-align: middle; }
header .logobar .plus { display:inline-block; max-width: 10px; margin: 0 10px; vertical-align: middle; }

header a.paid_logo{ display:inline-block;width:auto;  margin:0 auto;vertical-align:top; color:#000; text-transform:uppercase; font-family: 'Source Sans Pro', sans-serif; font-size:13px; line-height: 18px; font-weight:600; background:#bce2f1; padding:0 10px 3px 10px; position:absolute; top:0; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%);}
a.paid_logo i{ padding:0 0 0 5px; font-size:13px; }
header .show_text { float:left; width:100%; font-family: 'Source Sans Pro', sans-serif; font-size:11px; font-weight:600; color:#151515; text-transform:uppercase; text-align:center; background:#fff; padding:8px 20px; margin:0; position:relative; display:none; line-height:14px; position:absolute; left:0; top:100%; width:100%; box-shadow: 0px 2px 2px rgba(0,0,0,0.1); }
header .show_text a { color: #003865; }
header .show_text span.close{ position:absolute; right:2px; top:10px; width:20px; height:20px; cursor:pointer;}
header .show_text span.close:before, header .show_text span.close:after { position:absolute; left:10px; content:""; height:13px; width:1px; background-color:#151515; }
header .show_text span.close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }
header .show_text span.close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }
header ul.social_icon{ list-style:none; float:right; width:auto; margin-top:9px;}
header ul.social_icon li{ list-style:none; display:inline-block; float:left; margin-left:10px;  }
header ul.social_icon li:first-child{ margin-left:0; }
header ul.social_icon li a{ display:block; width:30px; height:30px; border-radius:50%; border:2px solid #fff; opacity:1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
header ul.social_icon li a i{ font-size:15px; line-height:26px; vertical-align: top; color:#fff; display:inline-block; }
header ul.social_icon li a:hover{opacity:0.7; }

/*top_banner_bar*/
.top_banner_bar { padding: 130px 0 0 0; width: 100%; height:90vh; min-height: 500px; background-position: center top; background-size:cover; }
.top_banner_bar .text { max-width: 300px; text-align:center; margin-left: -22px; }
.top_banner_bar .text p { padding: 30px 0 0 0; font-size: 28px; line-height: 32px; font-weight:300; letter-spacing: -0.015em; }
.top_banner_bar .text p strong { font-weight:600; }

/*content-part*/
#content-part { width: 100%; position: relative; }

/*Intro-Part*/
sup { font-size: 75% !important; line-height: 0 !important; position: relative; top: -4px; }

.intro_part { width:100%;  padding:145px 0 50px; position: relative; z-index:1; }
.intro_part .cloud { position:absolute; left:0; top:0; width:100%; }
.intro_part .cloud img { display:block; margin: 0 auto; }
.intro_part .layout_wrapper { padding: 0 20px; }
.intro_part .left { width: 45%; }
.intro_part .left img { margin: 0 0 0 50px; width: 545px; max-width: 545px; }
.intro_part .right { padding: 50px 0px 0 0px; width: 55%; text-align:center; }
.intro_part .right h1 { padding-bottom: 30px; font-family: 'AL_Nevrada'; font-size: 78px; line-height: 0.9; letter-spacing:0.03em; font-weight:normal; } 
.intro_part .right p { font-family: 'Gotham'; font-size: 17px; font-weight:500; line-height:1.4; } 
.intro_part .scroll_arrow { max-width: 80px; margin:auto; display: block; }
.intro_part .scroll_arrow:hover { transform: translate(0,5px); -webkit-transform: translate(0,5px); }


.logos { margin:65px 0 100px; padding:0; text-align: center; }
.logos span.plus ,
.logos a { display: inline-block; vertical-align: middle; } 
.logos .william { max-width: 143px; }
.logos .fw { max-width: 160px; }
.logos span.plus { max-width: 10px; margin: 0 10px; }

/*month_part*/
.month_part { padding-bottom: 50px; position: relative; width: 100%; }
.month_sec [class*="cloud_"] img { width: 100%; max-width:100%; animation-duration: 3s; -webkit-animation-duration: 3s; }
.intro_part .cloud img  { animation-duration: 3s; -webkit-animation-duration: 3s; }

.month_sec .cloud_1 { display: block; position:absolute; right:0; top:-95px; max-width:389px; } 
.month_sec .cloud_2 { max-width:408px; display: block; position:absolute; left:0; top:40px; }
.month_sec .cloud_3 { display: block; position:absolute; right:0; top:55px; max-width:389px; } 

/*month_sec*/
.month_sec { padding: 80px 0 10px 0; position: relative; width: 100%; }
.month_sec .flex-wrap { align-items:flex-start; -webkit-align-items:flex-start; }
.month_sec .detail-slider { width: 100%; }
.month_sec .detail-slider .slides { width: 100%; }
.month_sec .image { width: 45%; max-height:520px; }
.month_sec .text { position: relative; z-index: 1; margin: 0px -40px 0 0; margin-bottom: 0px; margin-bottom: 65px; width: calc(55% + 40px); transform: translate(80px,0); }
.month_sec.second .text { transform: translate(0); }


.month_sec .slick-arrow { z-index: 1; width: 38px; opacity: 0.40; height: 38px; border: 0; cursor: pointer; font-size: 0; line-height: 0; background: url(../images/arrow-prev.png) center center no-repeat; background-size: auto; background-size: 100% 100%; display: inline-block; vertical-align: top; margin:30px 0 0 0; /*position: absolute; left: 56%; top: 195px;*/ }
.month_sec .slick-arrow.slick-next { /*left: calc(46% + 132px);*/ background-image: url(../images/arrow-next.png); margin-left:15px; }
.month_sec .slick-arrow:hover { opacity:100; }
.month_sec .slick-arrow.slick-disabled { pointer-events: none; opacity: 0.20; }

.month_sec h2 { padding-bottom: 15px; font-size: 80px; line-height:1; font-family: 'AL_Nevrada'; letter-spacing:-0.02em; }
.month_sec h2.month_name { font-family: 'Gotham'; font-size: 40px; font-weight: 300; letter-spacing: normal; line-height: 1.2; padding:10px 0 20px; } 

/*.month_sec .slides:not(:first-child) h2,
.month_sec h2.faded { opacity:0.25; }
*/
.month_sec p { font-size: 17px; font-weight: 300; font-style: normal; letter-spacing: normal; line-height: 1.3; font-family: 'Gotham'; }
.month_sec .text .inner { /*margin-right:-60px;*/ }
.month_sec .image1 img { max-width: 570px; margin: -14px 0 0 -77px; }
.month_sec .image2 img { max-width: 523px; margin: 0px 0 0px -165px; }
.month_sec .image3 img { max-width: 552px; margin: -9px 0 0 -181px; }
.month_sec .image4 img { max-width: 578px; margin: 0px 0 0 -164px; }

.month_sec.second .image img { float: right; }
.month_sec.second .image1 img { max-width: 575px; margin: -15px -85px 0 0; }
.month_sec.second .image2 img { max-width: 620px; margin: 25px -205px 0px 0; }
.month_sec.second .image3 img { max-width: 442px; margin: 43px -60px 0 0; }
.month_sec.second .image4 img { max-width: 514px; margin: 28px -180px 0px 0; }
.month_sec.second .image1 + .text { transform: translate(0,0); width: calc(55% + 80px); margin-right:-80px; }
.month_sec.second .image2 + .text .btn_group { margin-top:80px; }
.month_sec.second .image3 + .text .btn_group { margin-top:60px; }
.month_sec.second .image4 + .text .scrollable_area { margin-bottom:15px; }

.month_sec.third .image1 img { max-width: 600px; margin: -45px 0px 0 -37px; }
.month_sec.third .image2 img { max-width: 540px; margin: -10px 0px 0 -148px; }
.month_sec.third .image2 + .text .scrollable_area { max-width: 380px; }

.month_sec.third .image3 img { max-width: 521px; margin: -24px 0px 0 -133px; }
.month_sec.third .image4 img { max-width: 430px; margin: 9px 0px 0 -70px; }
.month_sec.third { padding-top: 120px; }

.month_sec.fourth .image1 img { max-width: 530px; margin: 70px 0px 0 0px; }
.month_sec.fourth .image2 img { max-width: 464px; margin: 30px 0px 0 50px; }
.month_sec.fourth .image3 img { max-width: 456px; margin: 80px 0 0 70px; }
.month_sec.fourth .image4 img { max-width: 417px; margin: 80px 0px 0 50px; }

.month_sec.fourth .text .inner { max-width: 350px; }
.month_sec.fourth .detail-slider .slick-list { overflow: hidden !important; }


.month-slider .slick-track { display:flex; -webkit-display:flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content:space-between; -webkit-justify-content:space-between; width:100% !important; }
.month-slider .slick-track .month { float: none !important; width:auto !important; }
.month-slider .slick-track:after,
.month-slider .slick-track:before { display: none !important; }


.month_sec .cont_wrapper { max-width: 780px; }
.month_sec .detail-slider .slick-list { overflow:visible !important; }
.month_sec .month-slider .slick-list { overflow:visible !important; }
.month_sec .month-slider .slick-track { margin: 45px 0 0 0; border-top: 4px solid #d5d5d5; }
.month_sec .month-slider .month { padding-top:15px; }
.month_sec .month-slider .month:first-child { width: 0 !important; height:0; opacity:0; padding:0; display: none; }
.month_sec .month-slider .month:first-child .month-name { display: none; }
.month_sec .btn_group { white-space:nowrap; }

.month_sec .month-slider .month-name { transition:none; -webkit-transition:none; cursor: pointer; width: auto; color: #5b5b5b; font-family: 'Gotham'; font-size: 20px; font-weight: 300; line-height: 1.1; display: inline-block; vertical-align:top; position:relative; }
.month_sec .month-slider .month-name:after { width: 0%; height:4px; border-radius: 2px; -webkit-border-radius: 2px; content:''; position:absolute; left:0; top: -19px; background:#5b5b5b; transition:all 0.3s; -webkit-transition:all 0.3s; }
.month_sec .month-slider .slick-current .month-name { font-weight:700; }
.month_sec .month-slider .month-name:hover:after,
.month_sec .month-slider .slick-current .month-name:after { width: 100%; }

.month_sec .month-slider .month:nth-of-type(2) { text-align: center; } 
.month_sec .month-slider .month:nth-of-type(3) { text-align: center; } 
.month_sec .month-slider .month:nth-of-type(4) { text-align: right; } 

.month_sec.first .month-slider .month:nth-of-type(2) { text-align: left; }
.month_sec .slides .text { margin-bottom:0; } 
.month_sec .scrollable_area { margin-top:0px; margin-bottom: 40px; }
.month_sec h3 { font-family: 'Gotham'; font-size: 15px; font-weight: 900; line-height:1.2;letter-spacing:normal; margin:0; padding:0 0 10px 0; }
.month_sec .scrollable_area li,
.month_sec .scrollable_area p { padding-bottom: 18px; margin:0; color: #000; font-family: 'Gotham'; font-size: 12px; line-height:1.5; font-weight: 300; }
.month_sec h4 { font-family: 'Gotham'; font-size: 12px; font-weight: 500; line-height:1.2;letter-spacing:normal; margin:0; padding:0 0 7px 0; color: #5b5b5b; }
.month_sec h5 { font-family: 'Gotham'; font-size: 12px; font-weight: 500; line-height:1.2;letter-spacing:normal; margin:0; padding:0 0 5px 0; color: #5b5b5b; }
.month_sec .scrollable_area li { padding: 0 0 5px 10px; position: relative; }
.month_sec .scrollable_area li:before { content:'-'; position:absolute; left:0; top:0; }  
.month_sec .scrollable_area ul { padding-bottom: 18px; }

.month_sec.reversed .detail-slider .flex-wrap .image { order:1; }
.month_sec.reversed .detail-slider .text .inner { margin:0; } 
.month_sec .detail-slider .text .inner { position: relative; }
.month_sec .detail-slider .text .inner .pair_button { background: #fff; border: 2px solid #c5c589; /*position: absolute; left: 20px; bottom: 20px;*/ position: relative; font-weight: 700; text-transform: capitalize; font-size: 13px; line-height: 1.3; color: #1f2428; display: inline-block; padding:  11px 15px 11px 42px; border-radius: 10px; -webkit-border-radius: 10px; font-family: 'Gotham'; }
.month_sec .detail-slider .text .inner .pair_button.space { padding-top: 23px; padding-bottom: 23px; }
.month_sec .detail-slider .text .inner .pair_button small { display:block; font-weight:300; font-size: 13px; }
.month_sec .detail-slider .text .inner .pair_button.sauvignon { border-color: #360d12; }
.month_sec .detail-slider .text .inner .pair_button.sauvignon:hover { color: #360d12; }
.month_sec .detail-slider .text .inner .pair_button.sauvignon2 { border-color: #8e9558; }
.month_sec .detail-slider .text .inner .pair_button.sauvignon2:hover { color: #8e9558; }
.month_sec .detail-slider .text .inner .popup_button { margin-left: 10px; font-family: 'Gotham'; padding:  11px 20px; font-weight: 700; text-transform: capitalize; color: #fff; display: inline-block; vertical-align: top; border-radius: 9px; border: 1px solid #c5c589; background: #77a3c9; font-size: 13px; line-height: 1.3; }
.month_sec .detail-slider .text .inner .popup_button small { display: block; font-weight:300; font-size: 13px; }
.month_sec .detail-slider .text .inner .pair_button .bottle { position: absolute; left: 13px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); max-height: 71px; width: auto; }
.month_sec .detail-slider .text .inner .pair_button:hover { color: #bca90e; }
.month_sec.reversed .slick-arrow { left:0; }
.month_sec.reversed .slick-arrow.slick-next { left:60px; }

.month_sec.second .detail-slider .text h2 { padding-bottom: 25px; } 
.month_sec.second .detail-slider .text h2.month_name { padding-top:0; margin-top:-5px; padding-bottom: 15px; }
.month_sec.second .detail-slider .slides:not(:first-child) .text .inner { max-width: 375px;}

.month_sec.second h2 { letter-spacing: 0.015em; } 
/*.month_sec.second .text { margin-bottom: 75px; }*/
.month_sec.third .slides:first-child h2 { padding-bottom: 25px; } 



#fall-sec .mCustomScrollBox:after ,
#summer-sec .mCustomScrollBox:after ,
#winter-sec .mCustomScrollBox:after ,
#spring-sec .mCustomScrollBox:after { height: 105px; width: calc(100% - 15px); content: ''; position: absolute;left: 15px; bottom: 0; background: #fff; }

#fall-sec .mCSB_inside > .mCSB_container , 
#summer-sec .mCSB_inside > .mCSB_container ,
#winter-sec .mCSB_inside > .mCSB_container ,
#spring-sec .mCSB_inside > .mCSB_container { padding-bottom: 110px; }

.mCSB_scrollTools { width: 6px; left: 0; right: auto; opacity:100; }
.mCSB_inside > .mCSB_container { margin: 0 0 0 20px; }
.mCSB_scrollTools .mCSB_draggerRail { width: 6px; background:#d8d8d8; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:#5b5b5b; width:6px; }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background:#5b5b5b; }

.footer { width: 100%; background: #151515; padding: 25px 0 20px; text-align: center; z-index: 9999; line-height: 20px; }
.footer a.footer_logo { display: inline-block; line-height: 20px; vertical-align: top; }
.footera.footer_logo img { vertical-align: top; width: 169px; }
.footer ul { list-style: none; padding: 16px 0 0; line-height: 20px; }
.footer ul li { display: inline-block; vertical-align: top; font-family: 'Source Sans Pro', sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; color: #fff; padding: 0 5px 0 8px; background: url(../images/link_sep.jpg) no-repeat left center; }
.footer ul li:first-child { background: none; }
.footer ul li a { display: block; color: #fff; }
.footer ul li a:hover, footer ul li a:focus { color: #888888; }


/*recipe_popups*/
.recipe_popups { transition:all 0.3s; -webkit-transition:all 0.3s; visibility:hidden; opacity:0; width: 100%; max-width: 1110px; height:700px; position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); background:#fff; margin-top:35px; box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5); border: 2px solid #e2f1fe; }
.recipe_popups.show { z-index:9; visibility:visible; opacity:100; }
.recipe_popups .the_month { display: none; position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; }
.recipe_popups .the_month.active { display: block; }
.recipe_popups .the_month > .flex-wrap { width: 100%; height:100%; } 
.recipe_popups .left_side { height: 100%; width: 65%; padding: 40px 40px 40px 50px; }
.recipe_popups .right_side { padding: 35px 30px; max-height:100%; width: 35%; background:#e2f1fe; height:100%; }
.recipe_popups .mCustomScrollbar { max-height:525px; }
.recipe_popups .left_side h2 { padding:0; font-size: 50px; line-height:1.1; } 
.recipe_popups .left_side .head { justify-content:space-between; -webkit-justify-content:space-between; } 
.recipe_popups .print-side .link { background: none; border:0; cursor: pointer; margin: 6px 0 0 15px; display: inline-block; vertical-align: top; }
.recipe_popups .print-side .link:hover { opacity:0.50; } 
.recipe_popups .left_side figure { width: 100%; height:calc(100% - 155px); text-align: center; display: block; } 

.recipe_popups .left_side figure img { max-width: 73%; display: inline-block; vertical-align: top; margin: -30px 0 0 -41px; }
.recipe_popups #february-month .left_side figure img { max-width: 75%; margin: 0px 0 0 -41px;  }
.recipe_popups #march-month .left_side figure img { max-width: 80%; margin: 0px 0 0 -20px;  }
.recipe_popups #april-month .left_side figure img { max-width: 100%; margin: 0px 0 0 0px;  }
.recipe_popups #may-month .left_side figure img { max-width: 83%; margin: -35px 0 0 -140px; }
.recipe_popups #june-month .left_side figure img { max-width: 89%; margin: 25px 0 0 51px; }
.recipe_popups #june-month .left_side .popup_button { min-width:44%; }
.recipe_popups #july-month .left_side figure img { max-width: 65%; margin: 23px 0 0 95px; }
.recipe_popups #august-month .left_side figure img { max-width: 72%; margin: -7px 0 0 100px; }
.recipe_popups #september-month .left_side figure img { max-width: 66%; margin: -46px 0 0 61px; }

.recipe_popups .left_side .btn_group { white-space:normal; display: flex; flex-wrap:wrap; }
.recipe_popups .left_side .btn_group { margin-top:30px; }
.recipe_popups .right_side h2.month-name { font-family: 'Gotham'; font-size: 40px; font-weight: 300; letter-spacing: normal; line-height: 1.2; padding:10px 0 10px; }
.recipe_popups .right_side h4 { font-size: 16px; text-transform:uppercase; font-weight:300; }
.recipe_popups .scrollable_area li { padding-bottom:0px; }
.recipe_popups .scrollable_area { width: calc(100% + 20px); margin-left:-20px; }
.recipe_popups .mCustomScrollBox::after { display: none; } 
.recipe_popups .mCSB_inside > .mCSB_container { padding-bottom: 0px !important; } 
.recipe_popups .popup_close { width: 40px; height:40px; position:absolute; right:-50px; top:-30px; background:url(../images/close.png) center center no-repeat; background-size:100% 100%; opacity:100; font-size:0; line-height:0; }
.recipe_popups .paging { width: 42px; height: 42px; position:absolute; left:-65px; top:50%; margin-top:-20px; background:url(../images/arrow-prev.png) center center no-repeat; font-size:0; background-size:100% auto; background-color:#fff; border-radius: 50%; -webkit-border-radius: 50%; }
.recipe_popups .paging.next { left:auto; right:-65px; background-image:url(../images/arrow-next.png); }

.recipe_popups .left_side .pair_button { background: #fff; border: 2px solid #c5c589; /*position: absolute; left: 20px; bottom: 20px;*/ position: relative; font-weight: 700; text-transform: capitalize; font-size: 16px; line-height: 1.3; color: #1f2428; display: inline-block; padding:  11px 15px 11px 42px; border-radius: 10px; -webkit-border-radius: 10px; font-family: 'Gotham'; }
.recipe_popups .left_side .pair_button.space { padding-top: 23px; padding-bottom: 23px; }
.recipe_popups .left_side .pair_button small { display:block; font-weight:300; font-size: 16px; }
.recipe_popups .left_side .pair_button.sauvignon { border-color: #360d12; }
.recipe_popups .left_side .pair_button.sauvignon:hover { color: #360d12; }
.recipe_popups .left_side .pair_button.sauvignon2 { border-color: #8e9558; }
.recipe_popups .left_side .pair_button.sauvignon2:hover { color: #8e9558; }
.recipe_popups .left_side .popup_button { min-width:48%; min-height:72px; margin-left: 20px; font-family: 'Gotham'; padding:  11px 20px; font-weight: 700; text-transform: capitalize; color: #fff; display: flex; -webkit-display: flex; align-items:center; -webkit-align-items:center; justify-content:center; -webkit-justify-content:center; vertical-align: top; border-radius: 9px; border: 1px solid #c5c589; background: #77a3c9; font-size: 16px; line-height: 1.3; }
.recipe_popups .left_side .pair_button .bottle { position: absolute; left: 13px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); max-height: 82px; width: auto; }
.recipe_popups .left_side .pair_button:hover { color: #bca90e; }



@media print {

body * { visibility: hidden; }
.recipe_popups.show, 
.recipe_popups.show * { visibility: visible; }
.recipe_popups.show { position:absolute; left:50%; top:0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }

.month_sec,
.month_part { position: static; }

.recipe_popups .paging,
.recipe_popups .popup_close { display: none; }
.recipe_popups .left_side { height: auto; width: 100%; padding: 30px 20px; }
.recipe_popups .right_side { padding: 0px 20px 20px; max-height: inherit; width: 100%; background: #fff; height: auto; }
.recipe_popups .the_month > .flex-wrap { height:auto; }
.recipe_popups .the_month { position: relative; height:auto; }
.recipe_popups { height:auto; }
.recipe_popups .left_side figure img { max-width: 250px; margin-top:15px !important; margin-bottom: 0 !important; }
.recipe_popups .left_side .btn_group { display: none; }
.recipe_popups .mCustomScrollbar { max-height:inherit !important; margin-bottom:0; }
.recipe_popups .right_side h2.month-name { padding-top:0; }
}

