/*
Theme Name: Bee Gees Decades
Theme URI: #
Author: Jon Owen
Author URI: http://fivered.co.uk/
Description: Bee Gees Decades.
Version: 2021.1
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column
Text Domain: beegees

Bee Gees Decades WordPress Theme © 2021 Bee Gees Decades
*/
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Oswald:wght@500&display=swap');
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;font-size:100%;font:inherit;vertical-align:baseline}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
html{
	scroll-behavior:smooth; 
	font-family: 'Fraunces', serif;
	height: -webkit-fill-available;
}
body{
	line-height:1.5;
	font-family: 'Fraunces', serif; 
	margin:0;
	font-size: 18px;
	min-height: 100vh;
  	min-height: -webkit-fill-available;
	position: relative;
	height: 100%;
}
#wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
a {
	text-decoration-skip-ink:auto;
	color: #9a1c00;
	text-decoration: none;
}
a:hover {
	text-decoration-skip-ink:auto;
	color: #44222c;
	text-decoration: underline;
}
.header {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#header {
    background: #44222c;
	color: #fff;
}
.gform_validation_errors {
    position: fixed !important;
    bottom: 0.5rem !important;
    z-index: 999;
    left: 0.5rem;
    right: 0.5rem;
    width: calc(100% - 1rem) !important;
    display: block;
	box-shadow: 0px 21px 46px 0px rgba(0,0,0,0.42) !important;
-webkit-box-shadow: 0px 21px 46px 0px rgba(0,0,0,0.42) !important;
-moz-box-shadow: 0px 21px 46px 0px rgba(0,0,0,0.42) !important;
}
.gform_validation_errors::before {content: 'Click each issue to scroll to the field'; display: block; margin-bottom: 0.5rem; color: #44222c; }
.hero {
	min-height: 100vh;
}
.hero h1 {
    margin: 0px auto 0 2rem;
    font-size: 6rem;
}
.hero h2 {
    padding: 0 2rem;
    font-family: 'Fraunces', serif;
    max-width: 25vw;
    margin: 0px auto 0 2rem;
}
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    align-content: center;
}
.wp-block-buttons {
    padding: 2rem;
    position: absolute;
    bottom: 4rem;
    left: 2rem;
}
a.hero-link {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    border: 2px solid #fff;
}
a.hero-link:hover {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
	background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
h1, h2, h3, h4 {
	padding: 2rem;
    line-height: 3rem;
    max-width: 900px;
    margin: 0 auto;
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 5rem;
    letter-spacing: -0.25rem;
    text-transform: uppercase;
}
h2 {
	font-size: 3rem;
    letter-spacing: -0.08rem;
    margin: 0 auto 2.5rem auto;
    padding: 2rem 2rem 0 2rem;
}
h3 {
	font-size: 2rem;
    color: #44222c;
    padding: 0;
    border-bottom: 1px solid;
    margin: 0 2rem;
    display: block;
}
hr {margin-top: 2rem;}
p {
	padding: 0.5rem 2rem 0.5rem 2rem;
    line-height: 2rem;
    max-width: 900px;
    margin: 0 auto;
}
table {	
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
}
.wp-block-table {
    font-size: 0.85rem;
}
th, td {	
    padding: 0.5rem;
}
.standfirst {
    font-size: 2rem;
    line-height: 1.5em;
    margin-bottom: 1rem;
}
.wp-block-column:nth-child(1) p:nth-child(1) {
	font-size: 1.35rem;
    line-height: 3rem;
    font-style: italic;
    padding-bottom: 1rem;
    padding-top: 2rem;
    font-weight: 300;
}
.wp-block-column:nth-child(1) {
	max-width: 800px;
}
.wp-block-column:nth-child(2) {
	max-width: 400px;
}
.wp-block-column:nth-child(2) {
	font-size: 0.85rem;
	padding-bottom: 4rem;
}
.wp-block-column:nth-child(2) p:nth-child(1){
    margin-top: 2rem;
}

.wp-block-columns {
    display: flex;
    padding-bottom: 4rem;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: row;
	background: #f5f1ea;
}
.gform_wrapper {
    margin: 2rem auto 0 auto;
    padding: 2rem;
    width: 100%;
    max-width: 900px;
    background: #eae5dd;
}
h2.gform_title {
	margin: 1rem 1rem 1rem 0;
    padding: 0;
	color: #44222c;
}
h3.gsection_title {
    margin: 1rem 0;
    padding: 0;
    color: #44222c;
    letter-spacing: -0.08rem;
    font-weight: 300;
    font-size: 2rem;
}
.wp-block-cover h3 {border: none; margin: 0;}
input, select, textarea {
    border: 1px solid #ccc;
    line-height: 2rem;
    margin-top: 5px;
    font-family: inherit;
    font-size: 1.2rem;
    color: #44222c;
	height: 50px;
}
.gform_wrapper .gform_validation_errors>h2 {
    clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.gform_wrapper .gform_validation_errors>h2::before {
    color: #c02b0a;
    font-size: 1.25rem !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    padding: 0 1rem 1rem 0 !important;
    line-height: 1.5em !important;
	content: 'There are problems with your order details' !important;
}
#gform_1_validation_container > h2 > span {display: none;}
#ginput_product_price_1_1 {font-size: 1.5rem;}
#ginput_base_price_1_1 {font-size: 1.5rem;}
#input_1_12 {font-size: 1.5rem;}
.gform_wrapper .gform_validation_errors>ol a {
    color: #5f1100 !important;
    font-size: 14px !important;
    text-decoration: none;
}
input[type="submit"] {
    border: 2px solid #44222c !important;
    line-height: 2rem !important;
    margin-top: 5px !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.2rem !important;
    color: #fff !important;
    height: 50px !important;
    background: #44222c !important;
    padding: 0.5rem 2rem;
    cursor: pointer;
	white-space: pre-wrap;
}
input[type="submit"]:hover {
    border: 2px solid #44222c !important;
    line-height: 2rem !important;
    margin-top: 5px !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.2rem !important;
    color: #44222c !important;
    height: 50px !important;
    background: #fff !important;
    padding: 0.5rem 2rem;
    cursor: pointer;
	white-space: pre-wrap;
}
input[type=checkbox] {
    width: 22px;
    border: 1px solid #f1f1f1 !important;
    line-height: 22px;
    margin: 4px 10px 0 0;
    display: block;
    float: left;
    height: 22px;
    align-items: center;
    align-content: center;
}
input[type=radio] {
    width: 22px;
    border: 1px solid #f1f1f1 !important;
    line-height: 22px;
    margin: 4px 10px 0 0;
    display: block;
    float: left;
    height: 32px;
    align-items: center;
    align-content: center;
}
.gchoice {
    display: block;
    margin-bottom: 10px;
}
.validation_message {
    background: #6f1e26 !important;
    border: none !important;
    font-size: 14px !important;
    padding: 10px !important;
    color: #fff !important;
    height: auto;
    line-height: 1.5em !important;
    display: block;
    margin: 0;
}
#footer {margin: 6rem 0 0 0; width: 100%; background: #44222c; padding: 1rem 1rem 8rem 1rem;}
.footerinner {margin: 0 auto; max-width: 900px; width: 100%; color: #fff; font-size: 0.7rem;}
#footer > div > a
{color: #e2cfb1;}
#footer > div > a
{color: #fff; text-decoration: underline;}
@media (max-width: 900px) {
.wp-block-columns {
    flex-direction: column;
}
.wp-block-column:nth-child(2) {
    max-width: 100%;
}
}
@media (min-width: 0) {
.wp-block-column:not(:first-child) {
    margin-left: 0 !important;
}
}
@media (max-width: 768px) {
.hero h1 {
    margin: auto;
    font-size: 5rem;
	padding: 1rem;
}
.hero h2 {
    margin: auto;
	max-width: none;
	padding: 1rem;
}	
.wp-block-buttons {
    padding: 0;
}
}
