/*
Theme Name: O Naturel 2022
Theme URI: https://www.webstudio.nz
Author: Webstudio
Author URI: https://www.webstudio.nz
Description: Bootstrap 5.1.3
Version: 1.0
License: Webstudio NZ Limited
License URI: http://www.webstudio.nz
Tags: Webstudio
Text Domain: bootstrap5.1.3
*/

body, td, th {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	color: #333333;
	background-color: #ffffff;
	font-size: 20px; /* Default 16px */
}
p {
	line-height: 2em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
}

@font-face {
    font-family: 'o_naturel___amendedregular';
    src: url('/onaturel-webfont.woff2') format('woff2'),
         url('/onaturel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.onaturel {
	font-family: 'o_naturel___amendedregular', sans-serif;
	font-size: 50px;
}

/* HEADINGS */
h1 {
	font-size: 40px; /* Default 40px */
}
h2 {
	font-size: 32px; /* Default 32px */
}
h3 {
	font-size: 28px; /* Default 28px */
}
h4 {
	font-size: 24px; /* Default 24px */
}
h5 {
	font-size: 20px; /* Default 20px */
}
h6 {
	font-size: 18px; /* Default 16px */
}
/* END HEADINGS */


a:link {
	color: #911a1d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #911a1d;
}
a:hover {
	color: #911a1d;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #911a1d;
}



/* COLOURS */
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.wine {
	color: #911a1d;
}
.green {
	color: #849a3b;
}
.purple {
	color: #40134c;
}

/* BUTTONS */
.btn-wine {
	background-color: #911a1d;
	color: #FFF;
	border-radius: 5px;
}
.btn-wine:hover {
	background-color: #911a1d;
	color: #FFF;
	border-radius: 5px;
}
.btn-green {
	background-color: #849a3b;
	color: #FFF;
	border-radius: 5px;
}
.btn-green:hover {
	background-color: #849a3b;
	color: #FFF;
	border-radius: 5px;
}
.btn-purple {
	background-color: #40134c;
	color: #FFF;
	border-radius: 5px;
}
.btn-purple:hover {
	background-color: #40134c;
	color: #FFF;
	border-radius: 5px;
}
body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #911a1d;
	color: #FFF;
	border-radius: 5px;
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

/* SECTION WINE */
.section-wine {
	background: #911a1d;
	color: #ffffff;
}
.section-wine a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-wine a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-wine a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-wine a:active {
	color: #ffffff;
	text-decoration: none;
}


/* SECTION BEIGE */
.section-beige {
	background: #f6e9d8;
	color: #333333;
}
.section-beige a:link {
	color: #333333;
	text-decoration: none;
}
.section-beige a:visited {
	color: #333333;
	text-decoration: none;
}
.section-beige a:hover {
	color: #333333;
	text-decoration: none;
}
.section-beige a:active {
	color: #333333;
	text-decoration: none;
}


/* SECTION GREY */
.section-grey {
	background: #F8F8F8;
	color: #000;
}
.section-grey a:link {
	color: #000;
	text-decoration: none;
}
.section-grey a:visited {
	color: #000;
	text-decoration: none;
}
.section-grey a:hover {
	color: #000;
	text-decoration: none;
}
.section-grey a:active {
	color: #000;
	text-decoration: none;
}



/* MOBILE MENU */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #911a1d;
    overflow-y: scroll; /* was hidden */
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%; /* was 25% */
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px; /* was 36px */
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #ffffff;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}





/* BOOTSTRAP CAROUSEL CAPTION */
.carousel-caption {
	top: 70%;
	transform: translateY(-50%);
	bottom: initial;
}
.carousel-caption h1 {
/*	background: rgba(0,0,0,.5);
	padding: 30px;*/
}


/* TEXT ALIGNS */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
@media (max-width: 767px) {
.text-left-not-xs, .text-center-not-xs, .text-right-not-xs {
	text-align: inherit;
}
.text-left-xs {
	text-align: left;
}
.text-center-xs {
	text-align: center;
}
.text-right-xs {
	text-align: right;
}
}
/* END TEXT ALIGNS */


/* WORDPRESS */
.alignleft {
	float: left;
	margin-right: 15px
}
.alignright {
	float: right;
	margin-left: 15px
}


/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}

