/*
	Theme Name: Pub Quiz Today
	Description: Pub Quiz Today WordPress Theme
	Version: 1
	Author: Dave Playford
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
list-style: none;
}
ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;	
}
ul li {
color: #454545; 
font-size: 1em; 
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
a {
color: inherit;
font-family: "PT Serif", serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a:focus {
outline:0;
}
a:hover{
color: #e5007d;
}
p { 
color: #454545; 
font-size: 1em; 
font-family: "PT Serif", serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}

/*================================*/
/*          Colours               */
/*                                */
/*    Pink:     #e5007d           */
/*    Yellow:   #ffed00           */
/*    Orange:   #d80073          */
/*                                */
/*================================*/

/*===== Fonts =====*/
@font-face {
font-family: "gamebubble";
  src: url("fonts/GameBubble.eot");
  src: url("fonts/GameBubble.eot?#iefix") format("embedded-opentype"),
       url("fonts/GameBubble.woff") format("woff"),
       url("fonts/GameBubble.ttf") format("truetype"), 
       url("fonts/GameBubble.svg#GameBubble") format("svg");
font-weight: normal;
font-style: normal;
}

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: "PT Serif", serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#header {
position: relative;
border-top: 5px solid #e5007d;
width: 100%;
}

#logo {
display: block;
width: 273px;
margin: 0 auto;
padding: 0;
}

#shop-menu {
position: absolute;
top: 20px;
right: 10px;
}

#header-contact {
position: absolute;
top: 35px;
right: 10px;
}

#menu {
position: absolute;
left: 10px;
top: 10px;
height: 50px;
z-index: 999;
}

.header-text {
padding: 40px 0;
margin: 0;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.blue {
background: #e5007d;
}

.quiz-header {
padding: 0 0 20px 0;
margin: 0;
}

.quiz-text {
padding: 0 0 20px 0;
margin: 0;
}

.mail-text {
padding: 20px 0 0;
margin: 0;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer-logo {
display: block;
width: 300px;
margin: 0 auto;
padding: 0;
}

#footer {
width: 100%;
padding: 20px 0 80px 0;
margin: 0;
}

#baseline {
background: #e5007d;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 120px 10px 40px 10px;
margin: 0 auto;
}

#header-shop-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
padding: 80px 10px 80px 10px;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-slim-wrapper {
width: 100%;
max-width: 1400px;
padding: 30px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-top-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px 120px 10px;
margin: 0 auto;
overflow: hidden;
}

.text-container {
padding: 0;
margin: 0;
}

.product-text-container {
width: 100%;
max-width: 600px;
margin: 0 auto;
}

.flex-wrapper {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
gap: 25px;
}

#footer-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#footer-logo {
display: block;
width: 350px;
margin: 0 auto;
padding: 0;
}

#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.one-column {
display: block;
float: left;
width: 100%;
padding: 20px;
margin: 0; 
}

.two-column {
width: 50%;
padding: 0;
margin: 0; 
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
}

.three-column.blue01 {
background: #e5007d;
min-height: 550px;
padding: 80px 50px;
}

.three-column.blue02 {
background: #005cff;
min-height: 550px;
padding: 80px 50px;
}

.three-column.blue03 {
background: #4239d4;
min-height: 550px;
padding: 80px 50px;
}

.three-column.first {
padding: 20px 10px 20px 0;
}

.three-column.last {
padding: 20px 0 20px 10px;
}

.inner-column {
background: #ffffff;
border-radius: 10px;
padding: 20px;
margin: 0;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.small {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.extralarge {
padding: 100px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #20201e;
font-size: 1.1em;
font-weight: 600; 
}

nav a {
position: relative;
color: #20201e; 
display: block; 
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
line-height: 50px;
padding: 0 25px; 
text-decoration: none; 
}

nav a.last {
padding: 0 0 0 25px;
}

nav a:hover {
color: #e5007d;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0;
text-indent: unset; 
}

nav > ul { 
text-align: right; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: inline-block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Spans =====*/
span.small {
font-size: 0.875em !important;
}

span.yellow {
color: #ffed00;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.top {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #e5007d;
font-family: "PT Serif", serif;
font-size: 3.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h2 {
color: #e5007d;
font-family: "PT Serif", serif;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h2.white {
color: #ffffff;
}

h2.blue {
color: #e5007d;
}

.text-container h2 {
padding: 20px 0;	
}

h3 {
color: #20201e;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h3.sub {
font-size: 2.5em;
}

h3.white {
color: #ffffff;
}

h3.yellow {
color: #ffed00;
}

h3.pink {
color: #e5007d;
}

.quiz-header h3 {
font-family: "PT Serif", serif;
font-size: 3em;
}

.text-container h3 {
padding: 20px 0;	
}

h4 {
color: #20201e;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h4.white {
color: #ffffff;
}

h4.yellow {
color: #ffed00;
}

h4.blue {
color: #e5007d;
}

.quiz-header h4 {
font-family: "PT Serif", serif;
font-size: 2em;
}

.text-container h4 {
padding: 20px 0;	
}

h5 {
color: #20201e;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h5.white {
color: #ffffff;
}

h5.yellow {
color: #ffed00;
}

h5.blue {
color: #e5007d;
}

.quiz-header h5 {
font-family: "PT Serif", serif;
font-size: 1.6em;
}

.mail-text h5 {
font-family: "PT Serif", serif;
font-size: 1.6em;
}

.text-container h5 {
padding: 20px 0;	
}

/*===== Paragraphs =====*/
p.main-text {       
color: #20201e; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.yellow {       
color: #ffed00; 
}

p.main-text.pink {       
color: #e5007d; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.1em; 
}

.text-container.white p.main-text {
color: #ffffff;
}

p.banner-text {
color: #20201e;
font-size: 3em;
margin: 0;
padding: 0;
line-height: 1.2em;
}

p.sub-banner-text {
color: #20201e;
font-size: 1.8em;
margin: 0;
padding: 0;
line-height: 1.2em;
}

p.sub-banner-text.white {
color: #ffffff;
}

p.error-text {       
color: #e5007d; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #20201e; 
font-size: 1.1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #20201e;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

/*===== Buttons =====*/
a.button {
background: #e5007d;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "PT Serif", serif;
font-size: 1em;
font-weight: 600;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

a.button:hover {
background: #d80073;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
transition: all 0.5s ease-in-out;
}

a.link-foot:link, a.link-foot:visited, a.link-foot:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #e5007d;
text-decoration: underline;
}

a.link-foot:hover {
text-decoration: underline;
}

a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 32px;
width: 32px;
text-decoration: none;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #f07c00; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #20201e; 
font-size: 1em; 
line-height: 1.7em;
}

/*===== Footer =====*/
ul.footmenu {
list-style-type: none;
padding: 0;
margin: 30px 0 0;
}	

ul.footmenu li {
display: inline-block;
color: #ffffff;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
line-height: 2em;
padding: 0 25px;
text-indent: unset; 
margin: 0;
}

ul.footmenu li a:hover {
text-decoration: none;	
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.top {
display: inline-block;
position: relative;
top: 5px;
}

/*===== Animations =====*/

/*=== Fade In  ===*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/*=== Fade In Down ===*/
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/*=== Fade In Up ===*/
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/*=== Fade In Left ===*/
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0) }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/*=== Fade In Right ===*/
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

.animatein.in-view {  
animation: fadeIn;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateleft.in-view {  
animation: fadeInLeft;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateright.in-view {  
animation: fadeInRight;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

/*=== Optional Delays  ===*/
.one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }
.five { animation-delay: 1.8s !important; }

/*===== MeanMenu =====*/
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #f5f5f5;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: "PT Serif", serif;
    font-weight: 400
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #f5f5f5;
    height: 2px;
    margin-top: 4px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 24px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
	background: #222534;
    position: relative;
    float: left;
    width: 100%;
	box-sizing: border-box;
	text-indent: unset;
	margin: 0;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
    color: #f5f5f5;
    border-top: 1px solid #cbcbcb;
    text-decoration: none;
    text-transform: uppercase;
	box-sizing: border-box;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
    color: #37b6fd;
}

.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 0 0 0 20px;
    text-shadow: none!important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	height: 50px;
    border-bottom: 2px solid #37b6fd;
    margin-bottom: 0
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 60px;
    height: 50px;
    padding: 0 20px 10px 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 400;
    background: rgba(255, 255, 255, .1);
    border: none!important;
    border-left: 1px solid #cbcbcb!important
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none!important
}

/*===== Wordpress =====*/

/*===== Page Navi Styles =====*/
.wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: "PT Serif", serif;
font-size: 15px; 
color: #454545; 
text-decoration: none;
border: 1px solid #6c7755; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #6c7755;
color: #ffffff;
border: 1px solid #6c7755;
}

.wp-pagenavi span.current { 
font-weight: bold; 
}

/*===== WP Form =====*/
form.search {
margin: 0 0 30px 0;
}

/*===== Search Box =====*/
input.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: "PT Serif", serif;
font-size: 1em;
height: 35px;
line-height: 18px;
padding: 2px 3px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

button.search-submit {
background-color: transparent;
display: inline-block;
border: none;
padding: 10px 0 0 10px;
position: relative;
cursor: pointer;
color: #6c7755; 
font-size: 1em; 
font-family: "PT Serif", serif;
font-weight: 400;
}

button.search-submit::after {
border-right: 2px solid #6c7755;
border-top: 2px solid #6c7755;
content: "";
display: inline-block;
height: 0.4em;
transform: rotate(45deg);
width: 0.4em;
margin-bottom: 1px;
margin-left: 3px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

button.search-submit:hover::after {
margin-left: 15px;	
}

/*===== WP Widgets =====*/
input.wpcf7-text {
border: 1px solid #ffffff;
border-radius: 5px;
color: #454545;
font-family: "PT Serif", serif;
font-size: 1em;
font-weight: 400;
height: 30px;
line-height: 18px;
margin: 0 auto 10px;
padding: 5px;
width: 95%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.wpcf7-text:focus {
border: 1px solid #3d2763;
}

input.wpcf7-text.error {
border: 1px solid #ffffff;
}

textarea.wpcf7-textarea {
border: 1px solid #ffffff;
border-radius: 5px;
color: #454545;
font-family: "PT Serif", serif;
font-size: 1em;
font-weight: 400;
height: 50px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px 5px;
width: 95%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.wpcf7-textarea:focus {
border: 1px solid #3d2763;
}

textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}

select.wpcf7-select {
border: 1px solid #ffffff;
border-radius: 5px;
color: #454545;
font-family: "PT Serif", serif;
font-size: 1em;
height: 47px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px;
width: 97%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.wpcf7-radio {
font-family: "PT Serif", serif;
font-size: 1em !important;
}

.wpcf7-list-item-label {
font-size: 1em !important;
}

input.wpcf7-submit {
background: #006e2b;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
font-weight: 400;
letter-spacing: 1px;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.wpcf7-submit:hover {
background: #6caf06;
}

div.wpcf7-response-output {
float: left;
width: 95%;
font-size: 1em;
font-weight: 300;
line-height: 1.3em;
margin: 1em 0 1em !important;
padding: 10px 1em !important;
}

span.wpcf7-not-valid-tip {
color: #a40019;
margin: 0 0 20px 0;	
}

/*===== Images =====*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignnone {float:left; margin:0 1em 1em 0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignnone {float:left; margin:0 1em 1em 0}

/*************************************/
/******** Woocommerce Overrides ******/
/*************************************/
.woocomerce.columns-1 {
display: block;
}

.woocommerce ul.products {
margin: 0 !important;
}

.woocommerce.columns-1 ul.products li.product {
box-shadow: none;
background: transparent;
margin: 0 !important;
text-align: center;
}

.greyBox .woocommerce-page.columns-3 ul.products li.product, .greyBox .woocommerce.columns-3 ul.products li.product {
text-align:center;
background-color: #f9f9f9;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 1.5em;
color: #232323;
}

.woocommerce ul.products li.product .price {
color: #e5007d;
font-size: 1.3em;
font-weight: 600;
display: block;
line-height: 1.5em;
padding-bottom: 20px;
}

.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce a.button {
background: #e5007d;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "PT Serif", serif;
font-size: 1em;
font-weight: 600 !important;
padding: 12px 40px;
margin: 0;
outline: none;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.woocommerce a.button:hover {
background: #d80073!important;
}

.woocommerce button.button.alt:hover {
background: #d80073!important;
}

.woocommerce td.product-name dl.variation dt {
float: unset !important;
margin: 10px 0 0;	
}

.woocommerce div.product div.images .flex-control-thumbs li {
box-sizing: border-box;
padding: 10px;	
}

.woocommerce div.product div.images img {
max-width: 500px;
border-radius: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
border-radius: 7px;
}

a.edit  {
background: #e33e20;
border: 0 none;
border-radius: 12px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "PT Serif", serif;
font-size: 1em;
font-weight: 600 !important;
white-space: normal;
padding: 15px 30px;
margin: 0 0 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; 
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product .button:hover {
background: #f07c00;
}

.woocommerce ul.products li.product .button {
display: none;
}

.woocommerce button.button.alt.disabled:hover {
background: #f07c00;
}

.woocommerce div.product form.cart .button:hover{
opacity:100;
}

.woocommerce a.button:hover {
color: #ffffff;
background: #f07c00;
}

.woocommerce button.button:hover {
background: #d80073!important;
color: #ffffff !important;
}

.woocommerce del {
padding: 0 10px;
font-size: 1.2em;
opacity: .7;
}

.woocommerce ins {
padding: 0 10px;
font-size: 1.3em;
color: #006639;
text-decoration: none;
}

.woocommerce span.onsale {
background-color:transparent;
color: #006639;
font-family: 'Monster', sans-serif;
transform: rotate(20deg);
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
font-size: 2em;
text-shadow: 2px 2px #000;
top: 10px !important;
right: 27% ;
}

#coupon_code {
border-radius: 7px;
top: 0;
position: relative;
width: 250px;
display: inline-block;
float: none;
padding: 14px 10px;
margin: 0 0 5px;
}

.product_meta {
display:none;
}

.woocommerce .quantity .qty {
padding: 9px 7px;
font-size: 1.2em;
margin: 0 25px 0 0;
}

.woocommerce div.product form.cart .variations select{
padding: 7px;
font-size: 1em;
}

.woocommerce div.product form.cart .variations td {
width: 30%;
display: inline-block;
}

.woocommerce div.product form.cart .variations tr {
margin: 10px 0 0 0;
display: inline-block;
width: 100%;
}

.woocommerce div.product form.cart .variations{
margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0 3em;
width: 20%;
}

.productDesc {
padding: 0 10px 0;
overflow: visible;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
text-align:center;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
padding:10px;
}

.woocommerce-info::before {
color: #ffffff;
}

.woocommerce-info, .woocommerce-message {
border-top: none;
font-family: "PT Serif", serif;
font-size: 1em;
font-weight: 500;
}

a.showlogin, a.showcoupon, a.woocommerce-privacy-policy-link {
font-weight: 600;
}

a.checkout-button {
margin: 0 0 20px 0 !important;
}

.woocommerce-checkout #payment {
background: #eeeeee !important;
}

.woocommerce-terms-and-conditions-wrapper {
padding: 20px 20px 0;
}

.woocommerce-privacy-policy-text p {
font-size: 0.9em;
}

.wapf-field-label {
	width: 30%;
    display: inline-block;
}

.wapf-field-input {
	width: 60%;
    display: inline-block;
}

.smallT .wapf-field-input, .mediumT .wapf-field-input, .largeT .wapf-field-input, .xlargeT .wapf-field-input {
	width: 50px;
}

.wapf-field-input input {
height: 40px;
padding: 5px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
border: 1px solid #cccccc;
border-radius: 10px;
color: #454545;
font-family: "PT Serif", serif;
font-size: 1em;
font-weight: 500;
height: 50px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px 20px;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.woocommerce-info, .woocommerce-message {
background-color: #e5007d;
border-radius: 10px;
}

.woocommerce .woocommerce-message .button {
background: #e5007d;
}

.woocommerce a.button.wc-forward {
background: #ffed00 !important;
text-decoration: none !important;
border: 0 none;
border-radius: 7px;
padding: 12px 20px !important;
color: #20201e !important;
opacity: 1 !important;
}

.woocommerce a.button.wc-forward:hover {
background: #ffc200 !important;	
}

.woocommerce-error {
background-color: #e5007d;
border-radius: 10px;
}

.showElement {
display:inline-block !important;
}

.woocommerce ul.products li.product .onsale {
right: 10px !important;
}

.productWrapper .type-product h2, .productWrapper .type-product .price, .productWrapper .type-product .button  {
	width:40%;
	text-align:left;
	display: block;
	padding: 10px;
	margin: 0 0 0 5% !important;
	float:left;
}

.productWrapper .type-product .price  {
	padding: 10px 10px 10px 25px;
}

.productWrapper .type-product .button  {
	width: 20%;
    margin: 0 22% 0 5% !important;
}

.productWrapper .type-product h2  {
	padding: 120px 10px 10px !important;
	font-size: 3em !important;
}

.woocommerce ul.products li.product a img {
display: block !important;
float: right !important;
border-radius: 10px !important;
padding: 20px;
margin: 0 !important;
}

.related.products {
  display: none;
}

.wapf-field-input {
height: 40px;
}

.woocommerce h1 {
color: #e5007d;
font-family: "PT Serif", serif;
font-size: 4.5em;
}

.woocommerce h2 {
color: #e5007d;
font-family: "PT Serif", serif;
font-size: 3.5em;
font-weight: 600;
padding: 0 0 20px 0;
}

.woocommerce-Address-title h3 {
padding: 20px 0;
text-transform: uppercase;
font-weight: 700;
}

.woocommerce-product-details__short-description {
padding: 20px 0 40px;
}

.woocommerce div.product p.stock {
color: #231f20;
font-weight: 600;
font-size: 1em;
}

.woocommerce-privacy-policy-text {
padding: 20px 0;
}

.woocommerce ul.order_details {
margin: 20px 20px 3em;
}

.woocommerce a.button.alt:hover {
background: #f07c00;
}

.woocommerce div.product form.cart {
position: relative;
z-index: 100;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #e5007d;
font-size: 1.25em;
font-weight: 700;
}

.woocommerce-variation-price {
padding: 10px 0;
}

.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
font-weight: 500;	
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
top: 2px;
font-weight: 500;
text-transform: uppercase;
border-radius: 7px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
background: #e5007d !important;
border-radius: 7px;	
padding: 18px 25px 15px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
top: 0;
font-weight: 500;
text-transform: uppercase;
border-radius: 7px;
}

#tab-description h2 {
font-size: 2em;
padding: 0 0 20px 0;
}

#tab-additional_information h2 {
font-size: 2em;
font-weight: 300;
}

ul.event-custom-price li {
color: #ffffff;;
}

ul.woocommerce-error li {
color: #ffffff;
padding: 5px 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
color: #ffffff !important;	
}

.woocommerce-billing-fields {
text-align: left;
}

.woocommerce table.shop_table {
margin-top: 10px;	
}

/*Remove Zoom*/
.woocommerce-product-gallery__image.flex-active-slide, .woocommerce-product-gallery__image {
    pointer-events: none !important;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce table.shop_attributes th {
	text-align: left;
}

.woocommerce #payment #place_order {
margin: 40px 0 0;
}

a.shipping-calculator-button {
color: #006639;
font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 1.5em;
font-weight: 600;
padding: 0;
white-space: normal;
}

aside.sidebar {
display: none;
}

ul.wc-item-meta li {
color: #ffffff;
text-indent: unset;
}

.woocommerce ul.order_details {
margin: 20px auto 3em !important;
display: inline-block;
}

.woocommerce ul.order_details li {
font-size: 0.75em !important;
text-indent: unset;
}

.woocommerce ul.order_details li.woocommerce-order-overview__date {
bottom: 0 !important;
}

ul.wc-item-meta li p {
color: #ffffff;
}

.woocommerce-table--order-details ul li {
color: #454545 !important;
}

.woocommerce-table--order-details ul li p {
color: #454545 !important;
}

/*===== Account screens =====*/
.woocommerce-account .woocommerce-MyAccount-navigation {
float: none !important;
width: 100%;
padding: 0 0 40px 0;	
}

nav.woocommerce-MyAccount-navigation ul {
background-color: #231f20;
border-radius: 10px 10px 0 0;
text-align: center;
}

nav.woocommerce-MyAccount-navigation ul li {
margin-left: 0 !important;
overflow: hidden;
}

nav.woocommerce-MyAccount-navigation ul li a {
color: #ffffff;
margin-left: 65px !important;
padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
color: #c2c8d1;
}

.woocommerce-account .woocommerce-MyAccount-content {
float: none !important;
width: 100% !important;	
}

.mep-user-ticket-list {
display: none;
}

address {
color: #454545;
font-size: 1.1em;
font-family: "PT Serif", serif;
padding: 0;
line-height: 1.7em;
}

.woocommerce-EditAccountForm {
text-align: left;
}

.woocommerce-message {
outline: none;
}

/*===== Product Tabs =====*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: none;	
}

/*===== Product Quantity =====*/
.single-product div.product form.cart .quantity {
float: none;
margin: 0;
display: inline-block;
}

button.minus {
background: #ffffff;
position: absolute;
left: 0;
border: 1px solid #cccccc;
font-size: 1.5em;
padding: 7px 15px;
}

.woocommerce div.product form.cart div.quantity {
margin: 0 4px 0 42px !important;
}

input.qty[type=number] {
-webkit-appearance: none;
-moz-appearance: textfield;
margin: 0;
}

button.plus {
background: #ffffff;
position: absolute;
left: 113px;
border: 1px solid #cccccc;
font-size: 1.5em;
padding: 7px 15px;	
}

/*===== Basket =====*/
.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header-image {
background: #e5007d !important;
border-radius: 10px 0 0 0;
color: #ffffff;
font-size: 1.2em;
font-weight: 600;
height: 50px;
text-align: center !important;
vertical-align: middle;
padding: 0 !important;
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header-product {
background: #e5007d !important;
visibility: unset !important;
border-radius: 0;
color: #ffffff;
font-size: 1.2em;
font-weight: 600;
height: 50px;
text-align: center !important;
vertical-align: middle;
padding: 0 !important;
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header-total {
background: #e5007d !important;
border-radius: 0 10px 0 0;
color: #ffffff;
font-size: 1.2em;
font-weight: 600;
height: 50px;
text-align: center !important;
vertical-align: middle;
padding: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
background: #e5007d !important;
height: 50px;
color: #fff !important;
vertical-align: middle !important;
display: inline-block !important;
width: 100%;
border-radius: 10px 10px 0 0 !important;
text-align: center !important;
font-size: 1em !important;
padding: 0 !important;
line-height: 50px !important;
}  
	
.wc-block-components-totals-item {
font-weight: 500;
}

.wc-block-components-button:not(.is-link) {
background: #e5007d;
color: #fff;
font-weight: 600;
border-radius: 7px;
margin: 20px 0 0;
}

.woocommerce .quantity .qty {
outline: none;	
}

.woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
opacity: 0 !important;
}

form.woocommerce-shipping-calculator {
display: none;
}
	
/*===== Product Size =====*/
.woocommerce div.product form.cart .variations td {
width: 100% !important;
padding: 0 0 20px;
}

/*===== Message Tick =====*/
.woocommerce-message::before {
color: #e5007d !important;
}

/*===== Square =====*/
#wc-square-digital-wallet {
margin: 0 !important;
}

/*===== Shipping Text =====*/
p.woocommerce-shipping-destination {
display: none;
}

/*===== Quiz night attribute select ======*/
.quiz-night-field {
margin: 0 0 20px;
}

.quiz-night-field label {
display: block;
padding: 0 0 10px;
}

.quiz-night-field select#quiz_night {
max-width: 100%;
min-width: 75%;
display: inline-block;
margin-right: 1em;
font-size: 1em;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 3em;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto;
background-size: 16px;
-webkit-background-size: 16px;
background-position: calc(100% - 12px) 50%;
height: 40px;
}


/*************************************/
/********    Woocommerce END    ******/
/*************************************/

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {
				  
#header-wrapper {
padding: 60px 10px 60px 10px;	
}

.quiz-text {
min-height: auto;
}

.quiz-text p {
font-size: 0.9em;
}

#footer-logo {
width: 250px;
}

.main-content-wrapper {
padding: 60px 10px;
}

.three-column.blue01 {
width: 100%;
min-height: auto;
padding: 40px 30px;
}	
	
.three-column.blue02 {
width: 100%;
min-height: auto;
padding: 40px 30px;
}	
	
.three-column.blue03 {
width: 100%;
min-height: auto;
padding: 40px 30px;
}

.flex-wrapper {
flex-flow: column nowrap;
gap: 40px;
}

.two-column {
width: 100%;
}

section.large {
padding: 40px 0 0;
}

h1 {
font-size: 2.3em;
}

.woocommerce h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.3em;
}

.woocommerce h2 {
font-size: 2em;
}

.quiz-header h3 {
font-size: 2.1em;
}

.quiz-header h4 {
font-size: 1.6em;
}

.quiz-header h5 {
font-size: 1.4em;
}

.mail-text h5 {
font-size: 1.4em;
}

h3 {
font-size: 1.4em;
}

h3.sub {
font-size: 1.6em;
}

p.banner-text {
font-size: 1.8em;
}

p.sub-banner-text {
font-size: 1.3em;
}

p.error-text { 
font-size: 8em; 
}			  

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header-wrapper {
padding: 60px 10px 60px 10px;	
}

.quiz-text {
min-height: auto;
}

.quiz-text p {
font-size: 0.9em;
}

#footer-logo {
width: 300px;
}

.main-content-wrapper {
padding: 60px 10px;
}

.three-column.blue01 {
width: 100%;
min-height: auto;
padding: 40px 30px;
}	
	
.three-column.blue02 {
width: 100%;
min-height: auto;
padding: 40px 30px;
}	
	
.three-column.blue03 {
width: 100%;
min-height: auto;
padding: 40px 30px;
}

.flex-wrapper {
flex-flow: column nowrap;
gap: 40px;
}

.two-column {
width: 100%;
}

section.large {
padding: 40px 0 0;
}

h1 {
font-size: 2.5em;
}

.woocommerce h1 {
font-size: 2.5em;
}

.woocommerce h2 {
font-size: 2em;
}

.quiz-header h3 {
font-size: 2.1em;
}

.quiz-header h4 {
font-size: 1.6em;
}

.quiz-header h5 {
font-size: 1.4em;
}

.mail-text h5 {
font-size: 1.4em;
}

h2 {
font-size: 2.5em;
}

h3 {
font-size: 1.4em;
}

h3.sub {
font-size: 1.6em;
}

p.banner-text {
font-size: 2em;
}

p.sub-banner-text {
font-size: 1.3em;
}			  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {
			  
#header-wrapper {
padding: 60px 10px 60px 10px;	
}

.quiz-text {
min-height: auto;
}

.quiz-text p {
font-size: 0.9em;
}

.main-content-wrapper {
padding: 60px 10px;
}

.three-column.blue01 {
width: 50%;
padding: 40px 20px;
}	
	
.three-column.blue02 {
width: 50%;
padding: 40px 20px;
}	
	
.three-column.blue03 {
width: 50%;
padding: 40px 20px;
}

.flex-wrapper {
flex-flow: column nowrap;
gap: 40px;
}

.two-column {
width: 100%;
}

section.large {
padding: 60px 0 0;
}

h1 {
font-size: 2.8em;
}

.woocommerce h1 {
font-size: 3.2em;
}

.quiz-header h3 {
font-size: 2.1em;
}

.quiz-header h4 {
font-size: 1.6em;
}

.quiz-header h5 {
font-size: 1.4em;
}

.mail-text h5 {
font-size: 1.4em;
}

h3.sub {
font-size: 1.8em;
}

p.banner-text {
font-size: 2.2em;
}

p.sub-banner-text {
font-size: 1.5em;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 769px) {
			  
#header-wrapper {
padding: 60px 10px 60px 10px;	
}

.quiz-text {
min-height: auto;
}

.quiz-text p {
font-size: 0.9em;
}

.main-content-wrapper {
padding: 60px 10px;
}

.three-column.blue01 {
width: 50%;
padding: 40px 20px;
}	
	
.three-column.blue02 {
width: 50%;
padding: 40px 20px;
}	
	
.three-column.blue03 {
width: 50%;
padding: 40px 20px;
}

h1 {
font-size: 2.8em;
}

.woocommerce h1 {
font-size: 3.5em;
}

.quiz-header h3 {
font-size: 2.3em;
}

.quiz-header h4 {
font-size: 1.6em;
}

.quiz-header h5 {
font-size: 1.4em;
}

.mail-text h5 {
font-size: 1.4em;
}

h3 {
font-size: 1.4em;
}

h3.sub {
font-size: 2em;
}

p.banner-text {
font-size: 2.5em;
}

p.sub-banner-text {
font-size: 1.7em;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1200.99px) 
			  and (min-width: 1025px) {
				  
#header-wrapper {
padding: 60px 10px 60px 10px;	
}

.quiz-text {
min-height: auto;
}

.quiz-text p {
font-size: 0.9em;
}

.three-column.blue01 {
padding: 40px 20px;
}	
	
.three-column.blue02 {
padding: 40px 20px;
}	
	
.three-column.blue03 {
padding: 40px 20px;
}

h3.sub {
font-size: 2em;
}

.quiz-header h3 {
font-size: 2.3em;
}

.quiz-header h4 {
font-size: 1.6em;
}

.quiz-header h5 {
font-size: 1.4em;
}

.mail-text h5 {
font-size: 1.4em;
}

p.banner-text {
font-size: 2.8em;
}

p.sub-banner-text {
font-size: 1.7em;
}  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1400.99px) 
			  and (min-width: 1201px) {

.quiz-text {
min-height: 175px;
}

.three-column.blue01 {
padding: 40px 20px;
}	
	
.three-column.blue02 {
padding: 40px 20px;
}	
	
.three-column.blue03 {
padding: 40px 20px;
}

h3.sub {
font-size: 2.2em;
}	

.quiz-header h3 {
font-size: 2.3em;
}

.quiz-header h4 {
font-size: 1.6em;
}

.quiz-header h5 {
font-size: 1.4em;
}

.mail-text h5 {
font-size: 1.4em;
}  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1700px) 
			  and (min-width: 1401px) {
				  
.three-column.blue01 {
padding: 60px 40px;
}	
	
.three-column.blue02 {
padding: 60px 40px;
}	
	
.three-column.blue03 {
padding: 60px 40px;
}

.quiz-header h3 {
font-size: 2.6em;
}			  

}