/*!
Theme Name: samou
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

@font-face {
    font-family: Manrope-Regular;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/samou/fonts/Manrope-Regular.ttf") format("truetype");
}
.Manrope-Regular{
	font-family: Manrope-Regular;
}

@font-face {
    font-family: Manrope-Medium;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/samou/fonts/Manrope-Medium.ttf") format("truetype");
}
.Manrope-Medium{
	font-family: Manrope-Medium;
}

@font-face {
    font-family: Manrope-SemiBold;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/samou/fonts/Manrope-SemiBold.ttf") format("truetype");
}
.Manrope-SemiBold{
	font-family: Manrope-SemiBold;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	font-family: 'Manrope-Medium';
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

#contact .croppedContent, #colophon .croppedContent {
	max-width: 60%;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


.croppedContent {
	max-width: 60%;
	margin: auto;
}

.whiteFontColor {
	color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.href {
	color: #000000;
	text-decoration: none;
}

#colophon {
	padding-top: 120px;
	padding-bottom: 80px;
}

.footer-title {
	margin-bottom: 50px;
}

a#wt-cli-accept-all-btn, .cli-tab-footer .wt-cli-privacy-accept-btn {
    background: #000000 !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    border-radius: 0;
}

.mobile #masthead {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.desktop #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0;
}

.mobile.mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
	filter: invert(1);
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
    z-index: 999;
    position: relative
}

.error404 #masthead, .error404 #colophon {
	display: none;
}

.error404 #content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.error404 {
	background-color: #ffffff;
}

.error404 .underline_link {
	margin-top: 125px;
}

.mobile #logo h1 {
    display: block;
    min-width: 290px;
}

.privacy-policy #main {
	margin-bottom: 294px;
}

.privacy-policy .how-to-find-us-wrapper, .privacy-policy .pharmacy-inquiry-wrapper {
	display: none;
}

.privacy-policy .croppedContent p {
	margin-bottom: 25px;
}

.privacy-policy .croppedContent h3 {
	margin-bottom: 70px;
}

.privacy-policy .header_wrapper {
	padding-top: 80px;
}

.mobile .privacy-policy .w-75 {
	width: 100% !important;
}

.mobile .privacy-policy .croppedContent h3 {
    margin-bottom: 50px;
}

.header_wrapper img {
    object-fit: cover;
    height: max-content;
    width: 100%;
}

.header_wrapper {
	height: calc(100vh - 9.8vw);
}

.centered_text {
	text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
	font-family: 'Manrope-SemiBold' !important;
	-webkit-font-smoothing: antialiased;
}

a:hover {
    color: initial;
}

.img_col {
	max-width: max-content;
}

.img_main_col {
    width: 100%;
    /* max-height: 82vh; */
    max-height: 563px;
    object-fit: cover;
}

.mobile .img_main_col {
    margin: auto;
    display: block;
    margin-bottom: 30px;
    width: 70%;
    height: 100%;
    max-height: max-content;
}

.mobile .header_wrapper {
    height: calc(100vh - 60px);
}

.mobile .header_wrapper img {
    height: 32vh;
}

.mobile .centered_text {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mobile .classes {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mobile .wines {
	padding-top: 60px;
	padding-bottom: 60px;
}

.mobile .image_and_text {
	padding-top: 60px;
	padding-bottom: 90px;
}

.mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 35px !important;
}

.privacy-policy .header_wrapper {
    height: auto;
}

.mobile .privacy-policy #main {
    margin-bottom: 94px;
}

.mobile .privacy-policy #colophon h2 {
    margin-bottom: 50px;
}

.mobile .privacy-policy .croppedContent h2 {
    margin-bottom: 50px;
}

.desktop .privacy-policy #colophon h2 {
    margin-bottom: 50px;
}

#logo h1 {
    font-weight: 600;
	line-height: 0;
}

p, #classes h4, #wine h2 {
	max-width: 1600px;
	margin: auto;
}

.wpml-ls-legacy-list-horizontal a {
    color: #777777;
}

.wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-horizontal a {
	padding: 0;
}

.mobile #colophon {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wpml-ls-item-en {
	order: 2;
}

.wpml-ls-item-el {
	order: 1;
}

.bg_img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
    height: 100%;
}

.desktop .desktop-ml-19 {
	margin-left: 0 !important;
}

.grapes_img {
	object-fit: contain;
	height: auto;
}

.classes .mb-5:last-child, .wines .mb-5:last-child {
    margin-bottom: 0 !important;
}

.mobile .desktop-ml-19 {
    max-width: 90%;
    margin: auto !important;
}

.mobile .wpml-ls-legacy-list-horizontal>ul {
    display: flex;
    justify-content: flex-start;
}

#colophon {
	background-color: #FDF9B4;
}

.wpml-ls-legacy-list-horizontal a span {
    vertical-align: unset;
}

.wpml-ls ul {
	display: flex;
}

.mid_col .wpml-ls-last-item {
	margin-left: 15px;
	margin-right: 15px;
}

.contact_row {
    padding-bottom: 64px;
}

.mobile .contact_row {
    padding-bottom: 50px;
}

.contact_row .wpcf7-form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #777;
	color: #777777;
	width: 100%;
}

.contact_row .wpcf7-form-control:active, .contact_row .wpcf7-form-control:focus, .contact_row .wpcf7-form-control:hover {
	outline: 0;
	box-shadow: none;
}

.wpcf7-textarea {
	height: 100px;
	resize: none;
}

.mobile .wpcf7-textarea {
	height: 50px;
}

.wpcf7-submit {
    border: none !important;
    padding: 0 !important;
}

.wpcf7-spinner {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: x-small;
    right: 0;
}

.wpcf7-response-output {
    position: absolute;
    left: 0;
    right: 0;
    border: none !important;
    font-size: small;
	color: #777777;
    padding: 0 !important;
}

.wpcf7 p {
    max-width: 100%;
}

.wpcf7-form {
    max-width: 50%;
    margin: auto;
}

.mobile .wpcf7-form {
    max-width: 80%;
    margin: auto;
}

.grecaptcha-badge {
	display: none !important;
}

#classes h4 * {
    text-align: justify !important;
}

.mobile #classes h4 *, .mobile #wine *:not(h4), .mobile #about *:not(h4), .mobile #contact * {
    margin-bottom: 15px;
	font-size: 15px;
}

.desktop #classes, .desktop #wine, .desktop #about {
	padding: 0;
	/* height: 100vh; */
	height: 70vh;
	display: flex;
}

.separator span {
    display: flex;
    align-items: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	text-align: center;
}

.wpml-ls-last-item {
    margin-left: 0 !important;
	margin-right: 0 !important;
}

.mobile #logo img {
    max-width: 100px;
}

.customh4 {
	text-align: left;
    color: #905bf4;
}

#masthead .mega-menu-item:last-child a {
    margin-right: 0 !important;
}

.desktop #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	display: flex;
    align-items: center;
    justify-content: center;
}

.mobile #logo {
    width: max-content;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    max-width: 100px;
}

.mobile #new_footer img {
    max-width: 153px;
	margin-bottom: 15px;
}

.mobile .mid_col.separator * {
    font-size: 12px;
}

.mobile .separator span {
    padding-left: 8px;
}

.mobile .contact_row .wpcf7-form-control {
    padding: 10px;
    font-size: 15px;
}

.mobile .wpcf7-response-output {
    position: relative;
}

.mobile .croppedContent {
    max-width: 70%;
}

.mobile #contact .croppedContent {
    max-width: 90%;
}

.mobile #classes, .mobile #wine, .mobile #about {
    min-height: max-content;
	height: max-content;
}

.mobile #classes {
	padding-top: 50px;
	padding-bottom: 50px;
}

.custom_h4_wrap h4 {
	font-weight: 600;
}

p {
    letter-spacing: 0.5px;
}

.custom_h4_wrap h4 {
    letter-spacing: 0.7px;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media only screen and (max-width: 992px) {
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		max-width: 100%;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
	}

	.mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		margin-bottom: 12px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        content: "";
        z-index: 9;
        display: none !important
    }

    .mobile #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
		max-width: 100%;
        height: 100vh;
        max-height: 100vh;
        overflow: auto;
		z-index: 99;
    }
}

@media (min-width: 320px) {
	.error__404 {
		font-size: 150px;
	}

	h1, h1 p {
		font-size: 24px;
	}
	
	h2, h2 p {
		font-size: 35px;
	}
	
	h3, h3 p {
		font-size: 30px;
	}
	
	h4, h4 p {
		font-size: 20px;
	}
	
	p {
		font-size: 18px;
	}

	.grapes_img {
		max-width: 230px;
	}
}

@media (min-width: 992px) {
	.img_main_col {
		object-fit: contain;
		object-position: left;
	}

	.col-lg-sm {
		flex: 0 0 auto;
		width: 32%;
	}

	.col-lg-md {
		flex: 0 0 auto;
		width: 36%;
	}

	.error__404 {
		font-size: 20.833vw;
	}

	h1, h1 p {
		font-size: 3.125vw;
	}
	
	h2, h2 p {
		font-size: 3.906vw;
	}
	
	h3, h3 p {
		font-size: 2.344vw;
	}
	
	h4, h4 p {
		font-size: max(1.66vw, 19px);
	}
	
	p {
		font-size: 1.458vw;
	}

	.grapes_img {
		max-width: 19.906vw;
	}

	.centered_text {
		padding-top: 14vw;
		padding-bottom: 14vw;
	}
	
	.classes {
		padding-top: 4.7vw;
		padding-bottom: 4.7vw;
	}
	
	.wines {
		padding-top: 6.3vw;
		padding-bottom: 6.3vw;
	}

	#contact .row {
		display: flex;
		/* flex-direction: column; */
		align-items: center;
		justify-content: center;
	}

	.image_and_text .croppedContent, .image_and_text .row {
		height: 100%;
	}
	
	.image_and_text {
		padding-top: 0;
        padding-bottom: 0;
        height: 70vh;
    }

	#colophon {
		padding-top: 120px;
		padding-bottom: 80px;
	}

	/* NEW */
	#classes h4 * {
		margin-bottom: 0.78vw;
		font-size: max(1.04vw, 13px);
	}
	
	#classes h4 * {
		margin-bottom: 0.78vw;
		font-size: max(1.04vw, 13px);
	}
	
	#wine *:not(h4), #about *:not(h4), #contact * {
		margin-bottom: 0.78vw;
		font-size: max(1.04vw, 13px);
	}
	
	#new_footer img {
		max-width: max(10.1vw, 120px);
		margin-bottom: max(1.04vw, 13px);
	}
	
	.separator span {
		padding-left: 0.36vw;
	}
	
	.pb20 {
		padding-bottom: max(1.04vw, 13px);
	}
	
	#logo img {
		max-width: max(9.89vw, 120px);
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: max(0.78vw, 12px) !important;
	}
	
	.desktop-ml-19 {
		padding-left: 4.16vw;
	}
	
	#about .croppedContent {
		padding-right: 26.5vw;
	}
	
	.pt270 {
		padding-top: 14.06vw;
	}

	.pt170 {
		padding-top: 8.85vw;
	}
	
	.pe_big p {
		padding-right: 26.5vw;
	}
	
	.mobile #logo img {
		max-width: 5.2vw;
	}
	
	.customh4 {
		font-size: max(1.66vw, 19px) !important;
		margin-bottom: 0.52vw !important;
	}

	#masthead {
		padding-top: 0.78vw;
		padding-bottom: 0.78vw;
		padding-left: 2.1vw;
		padding-right: 3.38vw;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		margin-right: 1.56vw;
		line-height: 2.08vw;
		height: 2.08vw;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		height: 2.08vw;
	}

	.mid_col.separator * {
		font-size: max(0.83vw, 13px);
	}

	.contact_row .wpcf7-form-control {
		padding: 0.52vw;
		font-size: max(0.83vw, 13px);
	}
}

@media (min-width: 992px) and (max-width: 1400px) {
	.desktop #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0;
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	.bg_img {
		background-position: center !important;
	}
}

@media (min-width: 1600px) {
	.centered_text {
		padding-top: 22vw;
		padding-bottom: 19.55vw;
	}
	
	.classes {
		padding-top: 8.7vw;
		padding-bottom: 8.5vw;
	}
	
	.wines {
		padding-top: 9.3vw;
		padding-bottom: 9.3vw;
	}

	#colophon {
		padding-top: 120px;
		padding-bottom: 80px;
	}
}

@media (min-width: 1920px) {
	.error__404 {
		font-size: 400px;
	}

	h1, h1 p {
		font-size: 60px;
	}
	
	h2, h2 p {
		font-size: 75px;
	}
	
	h3, h3 p {
		font-size: 45px;
	}
	
	h4, h4 p {
		font-size: 40px;
	}
	
	p {
		font-size: 28px;
	}

	.img_main_col {
		max-height: 563px;
	}

	.grapes_img {
		max-width: 349px;
	}

	.centered_text {
		padding-top: 422px;
		padding-bottom: 375px;
	}
	
	.classes {
		padding-top: 157px;
		padding-bottom: 163px;
	}
	
	.wines {
		padding-top: 178px;
		padding-bottom: 179px;
	}
	
	.image_and_text {
		padding-top: 0;
		padding-bottom: 0;
	}

	/* NEW */
	#classes h4 * {
		margin-bottom: 15px;
		font-size: 20px;
	}
	
	#classes h4 * {
		margin-bottom: 15px;
		font-size: 20px;
	}
	
	#wine *:not(h4), #about *:not(h4), #contact * {
		margin-bottom: 15px;
		font-size: 17px;
	}
	
	#new_footer img {
		max-width: 194px;
		margin-bottom: 20px;
	}
	
	.separator span {
		padding-left: 7px;
	}
	
	.pb20 {
		padding-bottom: 20px;
	}
	
	#logo img {
		max-width: 190px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 15px !important;
	}
	
	.desktop-ml-19 {
		padding-left: 80px;
	}
	
	#about .croppedContent {
		padding-right: 510px;
	}
	
	.pt270 {
		padding-top: 270px;
	}

	.pt170 {
		padding-top: 170px;
	}
	
	.pe_big p {
		padding-right: 510px;
	}
	
	.mobile #logo img {
		max-width: 100px;
	}
	
	.customh4 {
		font-size: 32px !important;
		margin-bottom: 10px !important;
	}

	#masthead {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 2.1vw;
		padding-right: 65px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		margin-right: 30px;
		line-height: 40px;
		height: 40px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		height: 40px;
	}

	.mid_col.separator * {
		font-size: 16px;
	}

	.contact_row .wpcf7-form-control {
		padding: 10px;
		font-size: 16px;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/