/*
Theme Name: Pam Goodison Glass Artist
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk
Description: Another custom theme for a happy customer
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021.1
Requires at least: 5.0
Requires PHP: 7.0
*/

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}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{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}

/* ///// BASE ///// */
/* ///// BASE ///// */
/* ///// BASE ///// */

@font-face {
   font-family: 'Caviar Dreams';
   src: url('https: //pamgoodisonglass.co.uk/wp-content/themes/pamgoodison/fonts/CaviarDreams.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #000;
    box-sizing: border-box;
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    transition: all 0.4s ease;
    /*outline: 1px solid red !important;*/
}

body{
  font-family: 'Caviar dreams', sans-serif;
}


/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav.pgga-menu{
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  font-family: 'Caviar dreams', sans-serif;
  padding: 2.5em 2em;
  width: 100%;
  justify-self: center;
  max-width: 980px;
  z-index: 50;
}

nav.pgga-menu img{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

nav.pgga-menu ul{
  justify-self: center;
}

nav img{
  max-width: 276px;
  width: 100%;
}

nav svg{
  fill: rgba(255,255,255,0.0);
  grid-column-start: span 3;
}

#menu-svg{
  z-index: 100;
}
.main-nav{
    align-self: center;
    font-family: 'Caviar dreams', sans-serif;
    padding: 0;
}

.main-nav a{
  color: #000;
  font-size: 0.8em;
  padding: 4px 1em;
}



.main-nav a:hover{
  color: #529FA2;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.main-nav li{
  align-self: center;
  color: #fff;
  display: inline-block;
  font-family: 'Caviar dreams', sans-serif;
  font-size: 1.3em;
  vertical-align: middle;
}

.pgga-menu img{
  margin-bottom: -125px;
}

.woocommerce-page .pgga-menu img{
  margin-bottom: 0;
}

.main-nav ul{
  list-style-position: inside;
}

.nav-btn{
  display: none;
}

.side-nav {
  align-items: start;
  display: grid;
  color: #fff;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background: #529FA2;
  overflow-x: hidden;
  transition: 0.4s;
  padding: 60px 0 0 0 !important;
  list-style-type: none;
  z-index: 200;
}

.side-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  display: block;
  transition: 0.4s;
  text-align: center;
}

.side-nav a:hover{
  border-bottom: 0;
  padding-bottom: 0;
}

.side-nav img{
  margin: 0 auto;
  height: auto;
  width: 200px;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.nav-btn{
    color: #2b2b2b;
    font-size: 1.5em;
    justify-self: end;
    cursor: pointer;
    padding: 10px 0;
    width: 61px;
}

#nav-icon {
  width: 61px;
  height: 20px;
  position: relative;
  margin-top: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  background-color: #529FA2;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  border-radius: 4px;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 8px;
}

#nav-icon span:nth-child(3) {
  top: 16px;
}

.sub-menu{
  display: none;
}

.menu-item-has-children{
  position: relative;
}

.menu-item-has-children:hover>.sub-menu{
  background-color: #fff;
  display: block;
  position: absolute;
  width: 10em;
}

.sub-menu li{
  display: block;
  border-bottom: #dddddd 1px solid;
}

.sub-menu li:last-of-type{
  border: 0;
}

.sub-menu a{
  color: #fff;
  display: block;
  font-size: 0.6em;
  padding: 8px 1em;
  text-transform: none;
}

.sub-menu a:hover{
  padding-left: 1.5em;
}

.sub-menu a:after{
  content: "";
}

.side-nav li ul li a{
  color: #fff;
  font-size: 1em;
  padding: 4px 4px 4px 48px;
}

.side-nav li ul li a:hover{
  padding-left: 48px;
}

.side-nav li ul li {
  border: 0;
}

/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

main,body,article{
  display: grid;
}

section{
  display: grid;
  justify-self: center;
  padding: 2.5em 2em;
  width: 1200px;
}

section:last-of-type{
  padding-bottom: 5em;
}

footer{
  background-color: #529FA2;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 3em;
}

footer img{
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 1em;
}

footer a{
  color: #000;
}

footer a:hover{
  text-decoration: none;
}

.footer-left{
  justify-self: start;
}

.footer-right{
  justify-self: end;
}



/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */

h1, h2, h3, h4, h5, h6{
  color: #529FA2;
  font-family: 'Caviar dreams', sans-serif;
  line-height: 1;
  margin: 0.5em 0;
  text-align: center;
}

h1{
  font-size: 3em;
}

h2{
  font-size: 3em;
}

h3{
  font-size: 2.25em;
}

h4{
  font-size: 1.8em;
}

h5{
  font-size: 1.4em;
}

h6{
  font-size: 1em;
}

p{
  font-family: 'Caviar dreams', sans-serif;
  justify-self: center;
  line-height: 1.5;
  margin-bottom: 0.8em;
  max-width: 630px;
  text-align: center;
}

ul,ol{
  font-family: 'Caviar dreams', sans-serif;
  margin: 1.2em 0;
  padding: 0 6%;
}

ul{
  list-style-type: disc;
}

ol{
  list-style-type: decimal;
}

strong{
  font-weight: bold;
}

em{
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

a{
  color: #529FA2;
  cursor: pointer !important;
  text-decoration: none;
}

blockquote{
  display: grid;
  justify-self:  center;
  line-height: 1.5;
  margin: 1em 0;
}

blockquote p{
  font-family: 'Caviar dreams', sans-serif;
  text-align: center;
}

cite{
  color: #529FA2;
  font-family: 'Caviar dreams', sans-serif;
  font-size:  1em;
  font-weight: bold;
  text-align: center;
}

hr{
  background-color: #529FA2;
  border: 0;
  height: 1px;
  justify-self: center;
  margin: 2em 0;
  width: 80%;
}

a{
  font-weight: bold;
}

a:hover{
  padding-bottom: 2px;
  border-bottom: 1px solid #529FA2;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

a.button,.woocommerce a.button{
  border: transparent 1px solid;
  border-radius: 10px;
  background-color: #529FA2;
  color: #fff;
  font-weight: 600;
  justify-self: center;
  padding: 0.8em 2em !important;
  text-transform: uppercase;
  width: auto !important;
}

a.button:hover,.woocommerce a.button:hover{
  border: 1px solid #529FA2 !important;
  background-color: #fff;
  color: #529FA2;
}

a.woocommerce-LoopProduct-link:hover{
  border-bottom: 0;
  padding-bottom: 0;
}

.banner-section{
  padding: 1em 2em 0;
}

.blog-listing-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
  justify-self: center;
  max-width: 980px;
}

.blog-listing{
  align-self: start;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  justify-self: center;
  max-width: 320px;
}

.blog-listing h3{
  background-color: rgba(82,159,162,0.7);
  border-radius: 10px;
  color: #fff;
  font-size: 1.8em;
  padding: 15px 40px;
}

.blog-listing-head{
  align-content:  center;
  border-radius: 5px 5px 0 0;
  display: grid;
  height: 300px;
  grid-gap: 1em;
  padding: 2em;
}

.blog-listing-head a.button{
  font-size: 0.8em;
  padding: 0.6em 2em;
}

.blog-listing-content{
  background-color: #529FA2;
  border-radius: 0 0 5px 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.5em 1.5em 0.5em;
}

.blog-listing-content p{
  color: #fff;
  grid-column-start: span 2;
}

.blog-listing-content label{
  align-self: end;
  color: #fff;
  font-size: 0.9em;
  padding: 0;
}

.blog-listing-content ul{
  justify-self: end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-listing-content a{
  color:  #fff;
  font-size: 0.9em;
}

.blog-listing-content a:hover{
  border-bottom: 0;
}

.event-detail{
  padding: 5em 2em 0;
}

.event-detail ul{
  display: grid;
  justify-self: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.event-detail li{
  border-bottom: 1px solid #529FA2;
  display: inline;
  justify-self: start;
  margin-bottom: 0.5em;
  padding: 1em 0;
}

.event-listing-container a{
  justify-self: center;
  max-width: 980px;
  width: 100%;
}

.event-listing-container a:hover{
  padding-bottom: 1em;
  border-bottom:  1px solid #000;
}

.event-listing-container p:first-of-type{
  margin-top: 3em;
}

.event-listing{
  border-bottom: 1px solid #000;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 90px 180px;
  grid-column-gap: 0.5em;
  justify-self: center;
  max-width: 980px;
  padding:  1em 0;
  width: 100%;
}

a.event-listing:first-of-type{
  border-top: 1px solid #000;
  margin-top: 2em;
}

a.event-listing:last-of-type{
  margin-bottom: 3em !important;
}

.event-listing:hover{
  background: #f2f2f2;
}

.kit-box{
  border-radius: 5px;
  border: 1px solid #529FA2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-self: center;
  max-width: 980px;
  width: 100%;
  padding: 3em;
}

.kit-box h2{
  font-size: 2em;
}

.kit-social{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-self: center;
  max-width: 320px;
  width: 100%;
}

.kit-social h2{
  grid-column-start: span 3;
}

.kit-social img{
  justify-self: center;
}

.insta-feed{
  justify-self: center;
  max-width: 500px;
  width: 100%;
}

.main-banner{
  align-content: center;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-gap: 2em;
  justify-self: center;
  max-width: 980px;
  padding:  4em 2em;
  width: 100%;
}

.main-banner h1{
  background: rgba(82,159,162,0.7);
  border-radius: 10px;
  color: #fff;
  justify-self: center;
  margin-top: 0;
  padding: 0.6em 0.3em;
}

.main-banner a{
  justify-self: center;
}

.shop-cta-container{
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr 1fr;
  justify-self: center;
  max-width: 980px;
  width: 100%;
}

.shop-cta{
  align-content: center;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: grid;
  min-height: 410px;
  padding: 4em 1em;
}

.shop-cta h2{
  background: rgba(82,159,162,0.7);
  border-radius: 10px;
  color: #fff;
  justify-self: center;
  margin-top: 0;
  padding: 0.6em 0.3em;
}

.shop-cta a{
  justify-self: center;
}

.shop-cta.extended{
  grid-column-start: span 2;
}


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}

div.wpcf7{
  display: grid;
}

form.wpcf7-form p{
  display: grid;
  justify-self: stretch;
  max-width: 100%;
}

form{
  display: grid;
  grid-row-gap: 1.5em;
  justify-self: center;
  margin-top: 2em;
  max-width: 900px;
  width: 100%;
}

input,textarea{
  border: 1px solid #2b2b2b;
  padding: 1em;
  border-radius:  4px;
}

textarea{
  max-height: 104px;
}

input::placeholder, textarea::placeholder{
  color: #2b2b2b;
  font-size: 1em;
  text-align: center;
}

input[type="email"]::placeholder{
  font-size: 1em;
  text-align: center;
}

input[type="submit"]{
  border: transparent 1px solid;
  border-radius: 10px;
  background-color: #529FA2;
  color: #fff;
  font-weight: 600;
  justify-self: center;
  padding: 0.8em 2em !important;
  text-transform: uppercase;
  width: auto !important;
}

input[type="submit"]:hover{
  border: 1px solid #529FA2 !important;
  background-color: #fff;
  color: #529FA2;
}

input[type="search"]{
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  max-width: 255px;
  padding: 0.5em 1.5em;
}

input[type="search"]::placeholder{
  color: #000;
  font-size: 1em;
  text-align: left;
}

/* ///// WP ///// */
/* ///// WP ///// */
/* ///// WP ///// */

.has-text-align-left{
  text-align: left !important;
}

.has-text-align-right{
  text-align: right !important;
}

.has-text-align-center{
  text-align: center !important;
}

figure.wp-block-gallery,figure.wp-block-table{
  justify-self: center;
  width: 100%;
  max-width: 980px;
}

figure.wp-block-image{
  justify-self: center;
  max-width: 630px;
}

img{
  border-radius: 10px;
  height: auto;
}

td{
  border: 1px solid #529FA2;
  padding: 0.5em;
}

table{
  border-radius: 5px;
}

.cn-buttons-container a{
  color: #000 !important;
}

/* ///// WOO ///// */
/* ///// WOO ///// */
/* ///// WOO ///// */

/* GENERAL */

.product-category a:hover, .kit-social a:hover{
  border-bottom: 0;
  padding-bottom: 0;
}

.dc-woo{
  padding: 2em;
}

.dc-woo h1{
  margin-bottom: 1em;
}

h1.woocommerce-products-header__title,h1.page-title,.dc-woo h1{
  color: #529FA2;
}

nav.woocommerce-breadcrumb{
  background: transparent;
  display: block;
  border-bottom: 1px solid #529FA2;
  padding-bottom: 0.5em !important;
}

form.cart{
  display: block;
}

.woocommerce-message{
  border-top-color: #529FA2;
}

.variations_form p{
  text-align: center;
}

select#colour{
  padding:  0.5em 0.25em;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
  background-color: #529FA2;
}

/* SHOP */

mark{
  background-color: transparent;
}

.woocommerce-loop-product__title{
  text-align: center;
}

p.woocommerce-result-count{
  color: #529FA2;
  padding: 0;
}

select.orderby{
  border-radius: 0;
  color: #529FA2;
  padding: 0.5em;
}

.attachment-woocommerce_thumbnail{
  margin-bottom: 0 !important;
}

h2.woocommerce-loop-product__title{
  font-size: 1.5em !important;
}

span.price{
  text-align: center;
}

a.button{
  border: transparent 1px solid important;
  border-radius: 10px important;
  background-color: #529FA2 important;
  color: #fff important;
  font-weight: 600 important;
  justify-self: center important;
  padding: 0.8em 2em !important;
  text-transform: uppercase important;
  width: auto !important;
}

a.button:hover{
  border: 1px solid #529FA2 !important;
  background-color: #fff important;
  color: #529FA2 important;
}

a.added_to_cart{
  justify-self: center;
}

li.product{
  display: grid;
}

bdi{
  color: #529FA2 !important;
  font-size: 1em !important;
}

bdi span{
  color: #529FA2 !important;
}

.qty{
  padding: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #529FA2;
    border:  1px solid transparent;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #fff;
  border:  1px solid #529FA2;
  color: #529FA2;
}

.wc-tabs a:hover{
  border-bottom: 0;
}

.woocommerce .woocommerce-ordering{
  margin: 0  0 3em;
}

/* SINGLE */

div.quantity{
  float: none !important;
  margin-bottom: 0.5em !important;
  width: 3.631em !important;
}

div.quantity input[type="number"]{
  border: 1px solid #529FA2 !important;
  color: #529FA2 !important;
}

.product_title{
  color: #529FA2;
  text-align: left;
}

p.price, .woocommerce-product-details__short-description p, p.woocommerce-noreviews,.comment-form-rating label,p.stars,p.comment-form-comment{
  padding: 0 !important;
}

p.price{
  justify-self: start;
  text-align: left;
}

span.posted_in{
  color: #529FA2;
}

.woocommerce-tabs ul.tabs::before{
  border-bottom: 1px solid #529FA2 !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li{
  border: 1px solid #529FA2 !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border-bottom: 1px solid #fff !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li: before{
  border-bottom-right-radius: 0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  border: 0 !important;
  box-shadow:  0 !important;
  border-radius:  0 !important;
}

.woocommerce-product-details__short-description p{
  text-align: left;
}

.woocommerce-Tabs-panel--description{
  display: grid;
}

#comments p,.comment-form-rating p,.comment-form-comment{
  text-align: left;
}

#commentform{
  display: block;
}

/* BASKET */

form.woocommerce-cart-form,form.woocommerce-checkout,form.woocommerce-EditAccountForm,form.woocommerce-ordering{
  max-width: 100%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  
  background: #529FA2 !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-family: 'Caviar dreams', sans-serif !important;
  font-size: 1em !important;
  justify-self: center !important;
  padding: 0.3em 0.7em !important;
  max-width: 276px !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
  background: transparent !important;
  border: 1px solid #529FA2 !important;
  color: #529FA2 !important;
}

/* CHECKOUT */

.woocommerce-info {
    border-top-color: #529FA2 !important;
}

.woocommerce-info::before{
  color: #529FA2 !important;
}

.woocommerce-billing-fields h3,.woocommerce-additional-fields h3{
  color: #529FA2 !important;
}

.woocommerce-billing-fields__field-wrapper label {
  padding: 0;
}

/* ACCOUNT */

nav.woocommerce-MyAccount-navigation{
  padding: 1em;
}

nav.woocommerce-MyAccount-navigation ul{
  list-style-type: none;
}

nav.woocommerce-MyAccount-navigation a{
  color: #fff;
}

form.woocommerce-EditAccountForm{
  display: block;
  margin-top: 0;
}

form.woocommerce-EditAccountForm label,form.woocommerce-EditAccountForm p{
  padding: 0;
}

legend{
  padding: 3px;
}

div.page-description{
  display: grid;
  margin-bottom: 2em;
}


@media only screen and (max-width: 1200px) {

section{
  width: 100%;
}

}

@media only screen and (max-width: 1100px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */


/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */
 

}

@media only screen and (max-width: 960px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

.main-nav{
  display: none;
}

.nav-btn{
  align-self: center;
  display: block;
  justify-self: end;
}

nav.pgga-menu{
  grid-template-columns: 150px 1fr;
  padding: 1.5em 2em;
}

nav.pgga-menu img{
  height: auto;
  max-width: 75px;
  margin-bottom: 0;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */


}


@media only screen and (max-width: 760px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

footer{
  grid-template-columns: 1fr;
}

.footer-left,.footer-right{
  justify-self: center;
}

.footer-left p, .footer-right p{
  text-align: center;
}

.footer-left{
  grid-row-start: 2;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.blog-listing-container{
  grid-template-columns: 1fr;
}

.blog-listing{
  justify-self: center;
}

.kit-box{
  grid-template-columns: 1fr;
  grid-row-gap: 3em;
}

.shop-cta-container{
  grid-template-columns: 1fr;
}

.shop-cta.extended{
  grid-column-start: span 1;
}


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}

@media only screen and (max-width: 560px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

h1{
  font-size: 2em;
}

h2{
  font-size: 1.5em;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.1em;
}

h5{
  font-size: 1em;
}

blockquote p{
  font-size: 1.5em;
}

section{
  padding: 4em 1.5em;
}

.banner-section{
  padding: 1em 1.5em;
}


/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.kit-social img{
  max-width: 40px;
}

.event-listing{
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 10px;
}

.event-title{
  grid-column-start: span 2;
}


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}

@media only screen and (max-width: 460px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */



/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}




@media only screen and (max-width: 320px) {

    body, header, main, section, footer {
    width: 320px;
    
    }

}


