/*
Theme Name: Cromwell Cherries 2021
Theme URI: https://www.webstudio.nz
Author: Webstudio
Author URI: https://www.webstudio.nz
Description: Bootstrap 4.5.2
Version: 1.0
License: Webstudio NZ Limited
License URI: http://www.webstudio.nz
Tags: Webstudio
Text Domain: bootstrap4.5.2
*/

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

/* MOBILE 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: 20px; /* Default 16px */
}
/* END MOBILE HEADINGS */


.yesteryear {
	font-family: 'Yesteryear', cursive;
    font-size: 1.5em;
}


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



/* COLOURS */
.white {
	color: #ffffff;
}
.red {
	color: #c10230;
}
.magenta {
	color: #ec008c;
}

/* BUTTONS */
.btn-red {
	background-color: #c10230;
	color: #FFF;
	border-radius: 0px;
}
.btn-red:hover {
	background-color: #c10230;
	color: #FFF;
	border-radius: 0px;
}
body .gform_wrapper .gform_footer input[type=submit] {
    background-color: #c10230;
	color: #FFF;
	border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px;
}
.btn-wine {
	background-color: #8a2432;
	color: #FFF;
	border-radius: 0px;
}
.btn-wine:hover {
	background-color: #8a2432;
	color: #FFF;
	border-radius: 0px;
}
.btn-white {
	background-color: #ffffff;
	color: #c10230;
	border-radius: 0px;
}
.btn-white:hover {
	background-color: #ffffff;
	color: #c10230;
	border-radius: 0px;
}


/* SECTION RED */
.section-red {
	background: #c10230;
	color: #ffffff;
}
.section-red a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-red a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-red a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-red a:active {
	color: #ffffff;
	text-decoration: none;
}

/* SECTION WINE */
.section-wine {
	background: #8a2432;
	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 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;
}


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


/* MOBILE MENU */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #c10230;
    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: #fff;
    display: block;
    transition: 0.3s;
}

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

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

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


/* 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 */


/* 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) {
.container {
max-width: 540px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.container {
max-width: 720px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.container {
max-width: 1010px; /* WAS 960px + 50px*/
}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.container {
max-width: 1240px; /* WAS 1140px + 100px*/
}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
.container {
max-width: 1520px; /* WAS 1320px + 200px*/
}
}


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