/*!
Theme Name: Augusts & Barnaby
Theme URI: url
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Augusts & Barnaby by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant Garamond', sans-serif;
    color: #f2f2f2;
}

html, body, div, span, applet, object, iframe, 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, textarea {
	font-family: 'Michroma', sans-serif;
    color: #f2f2f2;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
    background-color: var(--blue);
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--blue: #113245;
	--gold: #B4936F;
	--hover: #E99B27;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.overlay {
    position: relative;
}

.white{
	color: #fff;
}

.gold{
    color: var(--gold);
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;    
	text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

.breadcrumbs h1 {
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/

header#masthead {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.header-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

ul.menu-left-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.menu-left-list li {
    padding-right: 20px;
}

ul.menu-left-list a {
    text-decoration: underline;
    font-size: 15px;
}

ul.menu-left-list a:hover {
    color: var(--hover);
}

.site-branding img {
    max-height: 50px;
}
.mobile-nav a {
    text-transform: uppercase;
}
.menu-left {
    width: 30%;
}

.menu-left.right ul.menu-left-list {
    justify-content: flex-end;
}

.menu-left.right ul.menu-left-list li {
    padding: 0 0 0 20px;;
}


/*******************************
================================
HERO
================================
*******************************/

.hero {
    background: var(--blue);
    background-image: url(/wp-content/uploads/2024/05/pexels-cottonbro-9419395.jpg);
    position: relative;
    width: 100%;
    padding: 200px 0 150px;
    background-size: cover;
    background-position: center;
}

.hero::before {
  animation: bounce 1s ease infinite;
  bottom: 2rem;
  color: #fff;
  content: '╲╱';
  font-size: 1rem;
  height: 4rem;
  left: 50%;
  letter-spacing: -1px;
  line-height: 4rem;
  margin-left: -3rem;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  width: 6rem;
}

@keyframes bounce {
  50% {
    transform: translateY(-50%);
  }
}

.main-title {
    text-align: center;
}

h1 {
    font-size: 55px;
    font-weight: 400;
}

.main-bnt a {
    color: var(--gold);
    border: solid 1px var(--gold);
    padding: 8px 30px;
    text-transform: uppercase;
}

.main-bnt a:hover {
    color: #fff;
    border: solid 1px var(--gold);
    background-color: var(--gold);
}

.main-bnt {
    margin-top: 40px;
}


/*******************************
================================
OUR WHISKY
================================
*******************************/

section.whisky {
    padding: 100px 0;
}

.mid-text {
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}

h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}

.mid-text h2 {
    margin: 0 0 40px;
}

.inline-btn {
    margin-top: 50px;
}

.inline-btn a {
    position: relative;
    color: var(--gold);
    padding: 0 0 4px;
}

.inline-btn a:before {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--gold);
    position: absolute;
    bottom: 0;
    max-width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.inline-btn a:hover:before {
    max-width: 100%;
}


/*******************************
================================
BOTTLES
================================
*******************************/

section.bottles {
    position: relative;
    background-image: url(/wp-content/uploads/2024/05/whisky-cask.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.single-inner {
    background: var(--blue);
    padding: 20px;
}
.bottle-info {
    background: var(--blue);
    padding: 30px 15px;
    text-align: center;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 11px;
}

.bottle-info-inner span.gold {
    margin: 20px 0;
    display: block;
}

.bottle-info-inner p {
    font-size: 11px;
}

.main-btn a {
    color: var(--gold);
    border: solid 1px var(--gold);
    padding: 4px 18px;
    text-transform: uppercase;
    font-size: 14px;
}

.main-btn a:hover {
    color: #fff;
    border: solid 1px var(--gold);
    background-color: var(--gold);
}

.main-btn {
    margin-top: 30px;
}

.whisky-bottle {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.8);
    max-width: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.whisky-bottle.active {
    max-width: 50000px;
}

.whisky-bottle-inner {
    background: var(--blue);
    width: 90%;
    height: 90%;
    max-width: 750px;
    margin: auto;
    position: relative;
    top: 5%;
    text-align: center;
}

.whisky-bottle-inner img {
    max-height: 80%;
    margin-top: 20px;
}

button.glide__arrow i {
    color: var(--gold);
    background: transparent;
}




.glide__arrows button.glide__arrow {
    background: transparent;
    border: solid 1px var(--gold);
    width: 40px;
    height: 40px;
    font-size: 20px;
}


.glide__arrows button.glide__arrow:hover {
    background: var(--gold);
    border: solid 1px var(--gold);
    cursor: pointer;
}

.glide__arrows button.glide__arrow:hover i {
    color: #fff;
}

.glide__arrows  button.glide__arrow.glide__arrow--right {
    margin-left: 20px;
}

.glide__arrows {
    text-align: right;
    margin-top: 20px;
}

.bottle-info-inner span {
    text-transform: uppercase;
}

/*******************************
================================
ABOUT 
================================
*******************************/

section.heritage {
    padding: 100px 0;
}

.cnt_50.cell {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-box {
    max-width: 700px;
    width: 90%;
    padding: 100px 0;
}

.text-box-inner {
    padding-left: 50px;
}


/*******************************
================================
FOOTER
================================
*******************************/

.mailing {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.sign-up {
    background: #E6E1DC;
    padding: 20px 40px;
}

.sign-up p {
    color: #101010;
    font-size: 16px;
}

.sign-up-form {
    margin-top: 20px;
}

.sign-up-form input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0 10px;
    height: 40px;
}

.sign-up-form {
    display: flex;
    border: solid 1px var(--gold);
    background: transparent;
}

.sign-up-form button {
    background: var(--gold);
    border: none;
    width: 120px;
    color: #fff;
    height: 40px;
}
.signup-notice p {
    font-size: 10px;
    margin-top: 6px;
}

.signup-notice p a {
    color: #101010;
    text-decoration: underline;
}

.footer-box {
    text-align: center;
    margin-top: 70px;
}

.footer-logo img {
    max-width: 300px;
    width: 90%;
    height: auto;
}

.copyright {
    margin-top: 50px;
    border-top: solid 1px;
    padding: 20px 0;
}

.copyright p {
    text-align: center;
}

a.pmd {
    color: var(--gold);
    text-decoration: underline;
}

ul.contact-list {
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul.contact-list li {
    padding: 10px;
}

ul.contact-list i {
    color: var(--gold);
    margin-right: 3px;
}

.menu-left {
    display: none;
}

/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px){


/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 1024px){


    .sign-up p {
        font-size: 16px;
    }
    p {
        font-size: 18px;
    }

    h2 {
        font-size: 40px;
    }	
h1 {
    font-size: 75px;
    font-weight: 400;
}
/* global */

.site-branding img {
    max-height: 70px;
}

.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}






















