/*
Theme Name: NWD Theme
Theme URI: https://nottinghamwebdesign.com
Author: NWD
Author URI: https://nottinghamwebdesign.com
Description: Theme developed by Nottingham Web Design
Version: 7.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nwd
Tags: bespoke, nwd
*/

:root {
    --primaryColour: #e0b94e;
    --secondaryColour: rgb(147, 123, 76);
    --accentColour: rgb(88, 75, 50);
}


/*
@font-face {
  font-family: "span";
  src:
    local("span"),
    url("trickster-COLRv1.otf") format("opentype"),
}*/


.fl-rich-text a {
    color: var(--primaryColour);
    text-decoration: underline;
}


body .dropdown-menu {
    min-width: 14rem;
    display: flex;
    flex-direction: column;
}


.dropdown-menu .menu-item {
    display: flex;
}

.dropdown-menu .menu-item a {
    padding: 22px !important;
}

.dropdown-menu .menu-item img {
    width: 80px;
    object-fit: contain;
    padding-left: 10px;
    padding-bottom: 6px;
}


#booking {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #55472e;
    z-index: 999999;
}

@media screen and (min-width: 769px) {
    #booking {
        width: 35%;
    }
}



.hf-form .submit {
	background-color: transparent;
	border-radius: 0;
	border: solid 2px;
}



.border-link {
  border: solid 3px var(--primaryColour);;
}

@media screen and (min-width: 991px) {
    .footer-insta {
        font-size: 21px;
    }
}


.fl-icon-wrap {
    position: relative;
}

.fl-icon-wrap .fl-icon {
    position: absolute;
  z-index: 0;
  top: 18px;
  left: 25px;
}

#main-nav-container {
	top: 25px;
}

@media screen and (min-width: 769px) {
#main-nav-container {
	top: 130px;
}
}

#main-nav-container.is-fixed {
	top: 25px;
}
.fl-icon-wrap .fl-icon-text {
    z-index: 1;
  position: relative;
}

.fl-icon-wrap .fl-icon-text p {
    border-bottom: 2px solid rgba(134, 111, 47, 0.54);
text-shadow: 1px 2px 2px #000;
  -moz-text-shadow: 1px 2px 2px #000;
  -webkit-text-shadow: 1px 2px 2px #000;
}
.rounded-xl {
    border-radius: 1.5rem;
}

.theme-color {
    color: var(--primaryColour);
}

.theme-color-dark {
    color: var(--secondaryColour);
}

.theme-bg {
    background-color: var(--primaryColour);
}

.theme-bg-dark {
    background-color: var(--secondaryColour);
}

.animate {
    transition: 400ms ease;
}


.underline-text .fl-rich-text p {
    border-bottom: 2px solid rgba(224,185,79,0.26);
    width: fit-content;
}

.underline-text .fl-rich-text {

    display: flex;
  justify-content: center;

}


.subheader.position-relative::after {
  content: " ";
 background: rgb(51,51,51);
background: linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(0,0,0,1) 100%); 
  width: 100%;
  height: 300px;
  z-index: 1;
  position: absolute;
  bottom: 0;
}







/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header	
    ## Top Bar
    ## Header Banner
    ## Subheader
# Navigation
	## Menus
	## Dropdown
	## Post Navigation
	## Links / Buttons
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Lists
	## Posts and pages
	## Dark Area
# Products
    ## Products Global
    ## Product Category
    ## Product Single Page
# Media
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body { margin: 0; -webkit-font-smoothing: auto; overflow-x: hidden; font-size: 18px; background-color: #020202 !important;}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline;}
audio:not([controls]) { display: none; height: 0;}
[hidden], template { display: none; }
a { background-color: transparent;}
a:active, a:hover { outline: 0; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000;}
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 2.5rem; }
hr { box-sizing: content-box; height: 0;}
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
legend { border: 0; padding: 0; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #1c2544;
    margin-bottom: 1em;
    line-height: 1.25;
    text-transform: uppercase;
    font-family: "Spectral", serif !important;
    font-weight: 300;
}

h1, h2, h3, h4, h5 {
    letter-spacing: 0.08em;
}

h1 {
    font-size: 2.9rem;
}

h1 span {
	font-size: 0.72em;
	letter-spacing: 2px;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.55rem;
}

h5 {
    font-size: 1.2rem;
    color: var(--secondaryColour);
}

body h4.wp-block-heading {
    color: var(--primaryColour) !important;
}

.large-contact-link {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.25;
    text-decoration: none;
}

.large-contact-link:hover {
    text-decoration: none;
}

.large-contact-link span {
    font-weight: 400;
    font-size: 0.6em;
    color: #c7ecf8 !important;
    text-decoration: none;
}


.small-contact-link {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    text-decoration: none;
}

.small-contact-link:hover {
    text-decoration: none;
}

.small-contact-link span {
    font-weight: 400;
    font-size: 0.85em;
    color: #c7ecf8 !important;
    text-decoration: none;
}


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


    .large-contact-link {
        font-size: 1.8rem;
        text-decoration: none;
    }
    
    .large-contact-link span {
        font-size: 0.6em;
    }
    
    .small-contact-link {
        font-size: 1.5rem;
        line-height: 1.25;
    }
    
    .small-contact-link span {
        font-size: 0.7em;
    }

}


body {
    font-family: "Open Sans", sans-serif !important;
}


.br {
    border-radius: 1.5rem;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    background: rgb(255,255,255);
}

img {
    height: auto;
}

figure {
    margin: 1em 0;
}

table {
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select,
textarea,
input:not([type="image"]) { 
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; 
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { 
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { 
    -webkit-appearance: none; 
}

fieldset { 
    border: 1px solid #c0c0c0; 
    margin: 0 2px; 
    padding: 0.35em 0.625em 0.75em;
}

textarea { 
    overflow: auto; 
}


/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/

.page-template-default #content .container {
    max-width: 100%;
}

.page-template-default #content #primary {
    padding: 0px;
}

@media screen and ( min-width: 1199px) {

    .page-template-default #content .fl-row.container-right .fl-row-content-wrap,
    .page-template-default #content .fl-row.container-left .fl-row-content-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    
    .page-template-default #content .fl-row.container-right .fl-row-content-wrap {
        margin-left: 0;
        padding-right: calc((100vw - 1220px) / 2);   
    }
    
    .page-template-default #content .fl-row.container-left .fl-row-content {
        margin-right: 0;
        padding-left: calc((100vw - 1220px) / 2);
    }
}

#content .fl-row.container-right .image-gradient,
#content .fl-row.container-left .image-gradient {
    position: relative;
    margin-bottom: 70px;
}

#content .fl-row.container-right .image-gradient:after,
#content .fl-row.container-left .image-gradient:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    top: 0;
    background: rgb(22,22,22);
}

#content .fl-row.container-left .image-gradient:after {
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,1) 5%, rgba(51,51,51,0) 100%); 
}


#content .fl-row.container-right .image-gradient:after {
    right: 0;
    background: linear-gradient(-90deg, rgba(0,0,0,1) 5%, rgba(51,51,51,0) 100%); 
}


/*

#content .fl-row.container-right .fl-col-content:before,
#content .fl-row.container-left .fl-col-content:before {
    content: "";
    position: absolute;
    height: 40px;
 background: rgb(22,22,22);
background: linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(51,51,51,0) 100%); 
    width: 100%;
    top: 0;
    left: 0;
}

#content .fl-row.container-right .fl-col-content:after,
#content .fl-row.container-left .fl-col-content:after {
    content: "";
    position: absolute;
    height: 90px;
 background: rgb(22,22,22);
background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(51,51,51,0) 100%); 
    width: 100%;
    bottom: 0;
    left: 0;
}
*/


#content .fl-row.container-right .image-gradient .fl-col-content:before,
#content .fl-row.container-left .image-gradient .fl-col-content:before {
    content: "";
    position: absolute;
    height: 40px;
    background: rgb(22,22,22);
    background: linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(51,51,51,0) 100%); 
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#content .fl-row.container-right .image-gradient.is-gallery .fl-col-content:before,
#content .fl-row.container-left .image-gradient.is-gallery .fl-col-content:before {
    top: 20px;
}

#content .fl-row.container-right .image-gradient .fl-col-content:after,
#content .fl-row.container-left .image-gradient .fl-col-content:after {
    content: "";
    position: absolute;
    height: 90px;
    background: rgb(22,22,22);
    background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(51,51,51,0) 100%); 
    width: 100%;
    bottom: 0;
    left: 0;
}

#content .fl-row.container-right .image-gradient.is-gallery .fl-col-content:after,
#content .fl-row.container-left .image-gradient.is-gallery .fl-col-content:after {
    bottom: 20px;
}



.special-border-box {
    padding-left: 18px;
}

.special-border-box .fl-col-content {
    position: relative;
}

.special-border-box .fl-col-content:after {
    content: "";
    position: absolute;
    border: 3px solid var(--primaryColour);
    width: 100%;
    height: 100%;
    left: -18px;
    top: -18px;
    pointer-events: none;
}


@media screen and ( min-width: 1199px) {

    #content .fl-row.container-right .special-box {
        margin-left: -80px;
        z-index: 9;
    }
    
    #content .fl-row.container-left .special-box {
        margin-right: -80px;
        z-index: 9;
    }

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header#masthead {
    transition: 400ms ease;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}

header#masthead .container {
    max-width: 1280px;
}

header#masthead:after {
    position: absolute;
    top: 0;
    height: 200px;
    opacity: 1;
    width: 100%;
    z-index: 0;
    background: linear-gradient(0deg, transparent, black);
}

header#masthead.small-header:after {
    opacity: 0;
}

header#masthead svg.header-bg {
    top: 60px;
    position: fixed;
     left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

header#masthead .main-header-container {
    z-index: 10;
    transition: all 0.15s ease-out;
}

@media screen and ( max-width: 1199px) {
    header#masthead .main-header-container {
        max-width: 850px;
        /* width: 50%; */
    }
}

header#masthead .flex-logo {
    margin-top: 2px;
    z-index: 9999;
}


header#masthead .large-menu-toggle {
    z-index: 9999;
}

header#masthead .large-menu-toggle.show i.fa-bars {
    display: none;
}

header#masthead .large-menu-toggle:not(.show) i.fa-times {
    display: none;
}

header#masthead .column {
    font-weight: 800;
    font-size: 0.9em;
    letter-spacing: -0.4px;
}
header#masthead .column a {
    color: var(--primaryColour);
    font-weight: 500;
}

header#masthead .flex-logo img {
    max-width: 88px;
    transition: 400ms ease;
    margin-top: 20px;
}

header#masthead.small-header {
    top: 0;
}

header#masthead:not(.small-header) .small-logo,
header#masthead.small-header .main-logo {
    display: none;
}

header#masthead div#main-nav .cart-icon {
    background-color: var(--secondaryColour);
}


/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/

.top-bar {
    color: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    z-index: 5;
}

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

    header#masthead:not(.small-header) .top-bar {
        z-index: 99;
    }

}

.top-bar a {
    color: var(--primaryColour);
    margin-top: 65px;
}




/*--------------------------------------------------------------
## Subheader
--------------------------------------------------------------*/

.subheader {
    height: 200px;
    background-color: rgb(221, 221, 221);
    background-position: center;
    background-size: cover;
}

body.home .subheader {
    min-height: 80vh;
}

.subheader .container.subheader-content {
    z-index: 2;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

body #masthead .desktop-nav {
    color: white;
}

body #masthead .navbar-nav > li > a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: "Courier Prime", monospace !important;
}


body #masthead .navbar-nav > li.current_page_item > a {
    text-decoration: underline;
}

@media screen and (max-width: 959px) {
    
    body #masthead #menu-left-menu.navbar-nav > li > a {
        font-size: 0.7em;
        padding-left: 0;
        padding-right: 0;
    }

}

body #masthead .navbar-nav > li .dropdown-menu li a {
    color: white !important;
}



body #masthead .navbar-nav li.menu-item-has-children .dropdown-menu {
    display: none;
}

body #masthead .navbar-nav li.menu-item-has-children:hover {
    background-color: var(--primaryColour);
}

body #masthead .navbar-nav li.menu-item-has-children:hover .dropdown-menu {
    display: flex;
}


body #masthead.small-header .navbar-nav:not(.mobile) > li > a {
    font-size: 0.75em;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

body #masthead.small-header .flex-logo img {
  max-width: 55px;
}

body #masthead.small-header .navbar-nav {
    margin-top: 0px;
}

body #masthead .mobile-menu .navbar-toggler.close,
body #masthead .mobile-menu a {
    color: white !important;
}

body #masthead .mobile-menu .navbar-toggler.close {
    position: absolute;
    top: -55px;
    right: 0px;
}


body #masthead .navbar-toggler {
color: #E0BB51
}

@media screen and (min-width: 769px) {
    
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}


.navbar-nav .dropdown-menu {
    display: block;
}


body #masthead .mobile-menu a{
    border-bottom: solid 2px #a99570;
}

body div#main-nav.main-nav-container {
    position: fixed;
    inset: 0;
    /* pointer-events: none; */
    z-index: -1;
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 800ms;
}

body div#main-nav.main-nav-container.show {
    z-index: 999;
    height: 100%;
    flex-direction: column-reverse;
    width: 100%;
    background-color: rgba(11, 11, 11, 0.94);
    backdrop-filter: blur(10px);
    padding-top: 150px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media screen and ( min-width: 1200px) {
    body div#main-nav.main-nav-container.show {
        padding-top: 80px;
    }
}

.main-nav-container.show .navbar-collapse {
    display: block;
}

body div#main-nav.main-nav-container.show .fa-bars,
body div#main-nav.main-nav-container:not(.show) .fa-times {
    display: none;
}

body div#main-nav .navbar-collapse {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 620ms;
    opacity: 0;
}

body div#main-nav.show-finish .navbar-collapse {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Animate flex banner */
.main-nav-container .flex-banner {
    transition: 225ms ease;
    position: absolute;
    right: -140px;
    top: -50px;
}

.main-nav-container.show .flex-banner {
    opacity: 0;
    transform: translateY(-100%);
}

.flex-banner > button,
.flex-banner > a {
    flex: 1;
}

.main-nav-container.show-finish .flex-banner {
    opacity: 1;
    transform: translateY(0);
    padding: 1em;
    transition: 500ms ease;
}


/*--------------------------------------------------------------
## Dropdown
--------------------------------------------------------------*/

body #page .dropdown-menu {
    background-color: var(--secondaryColour);
    padding: 0;
    box-shadow: none;
    border: none;
}

@media screen and ( min-width: 1200px) {
    body #page .dropdown-menu {
        background-color: var(--primaryColour);
    }
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

/* Dropdown Css */

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

    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media screen and (max-width: 959px) {
    .top-bar a {
        font-size: 0.75em;
    }
    
    header#masthead .flex-logo img {
        max-width: 70px;
    }
    header#masthead .flex-logo {
        margin-top: 15px;
    }
}


/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


/*--------------------------------------------------------------
## Links / Buttons
--------------------------------------------------------------*/

#page .btn,
#page .button,
#page .btn-primary {
    color: rgb(255, 255, 255);
    background-color: var(--primaryColour);
    border: 2px solid var(--primaryColour);
    padding: 0.8em 1.5em;
    transition: 400ms ease;
    border-radius: 0;
    text-align: center;
    line-height: 1.5 !important;
}

#page .fl-button {
    border-radius: 0;
    /* color: rgb(255, 255, 255); */
    border: 2px solid var(--primaryColour);
    color: var(--primaryColour);
    padding: 0.8em 1.5em;
    transition: 400ms ease;
    text-align: center;
}


#page .fl-module-button-group .fl-button-group-button:not(:last-child)  .fl-button {
     border-right: solid 2px var(--primaryColour);
}
-b
#page .fl-module-button .fl-button,
#page .fl-module-button-group .fl-button {
    border: 2px solid var(--primaryColour);
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    background-color: transparent;
}


#page .btn:hover,
#page .button:hover,
#page .btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: var(--secondaryColour);
    text-decoration: none;
}

.fl-builder-content a.fl-button:hover {
    background-color: rgba(147, 123, 76, 0.27);
}

#page .fl-button span {
    /* color: rgb(255, 255, 255); */
    color: var(--primaryColour);
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: var(--primaryColour);
    color: rgb(255,255,255);
    text-decoration: none;
}

body .widget ul {
    list-style: none;
    padding: 0;
}

body .widget ul a {
    color: inherit;
}


/*--------------------------------------------------------------
# Side Bar
--------------------------------------------------------------*/

aside#secondary:after {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

@media screen and (min-width: 991px) {
    
    aside#secondary:after {
        left: 0;
        width: 1000%;
    }
}

@media screen and (max-width: 990px) {
    
    aside#secondary:after {
        left:-100%;
        width: 300%;
    }
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/

body ul {
    padding-left: 20px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.post-loop-title {
    font-size: 1.5em;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.posted-on, .byline, .comments-link {
    color: rgb(255, 255, 255);
}


/*--------------------------------------------------------------
## Dark Area
--------------------------------------------------------------*/

.dark .quform *:not(input) {
    color: white;
}

.dark .quform textarea,
.dark .quform input {
    background-color: #3a5b55;
    border: 3px solid #406c64;
    transition: 300ms ease;
}

.dark .quform textarea:focus ,
.dark .quform input:focus  {
    background-color: #45877b;
    border: 3px solid #55bfac;
}


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Products Global
--------------------------------------------------------------*/

#content .woocommerce form p {
    display: block;
}


/*--------------------------------------------------------------
## Product Category
--------------------------------------------------------------*/

body.woocommerce .woocommerce-ordering {
    margin: 0 0 2.5em;
}

body .category-info-area hr {
    height: 5px;
    border-radius: 5px;
    background-color: #e3fdff;
    margin-bottom: 2rem;
    width: 78%;
    margin-left: 0;
    box-shadow: inset 0px 2px 2px #b9d6d8;
}

/* Products Loop */

.product-loop-text * {
    color: white;
}

body #page .products .product {
    border-radius: 18px 18px 30px 30px;
    overflow: hidden;
}

body #page ul.products li.product h2 {
    font-size: 1.4rem;
    padding: 0;
}

body .products .product > a {
    flex: 1;
}

body .product-image-container-loop {
    max-height: 450px;
}

body #page ul.products li.product .woocommerce-placeholder {
    border:none;
}

.products .product-loop-info-container .product-loop-title > a:first-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

body.woocommerce ul.products li.product a img {
    margin: 0;
}

/* Products Loop - Small */

body .product-image-container-loop.small {
    height: 120px;
    overflow: hidden;
    position: relative;
}

body .product-image-container-loop.small img {
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
    bottom: 0; 
    right: 0;
}


/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/

/* Cart */

body #page .woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* Tabs */

body.woocommerce #page  div.product .woocommerce-tabs ul.tabs li::after,
body.woocommerce #page  div.product .woocommerce-tabs ul.tabs li::before,
body.woocommerce #page div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce-Tabs-panel--technical_tab table {
    min-width: 900px;
}

.woocommerce-Tabs-panel--technical_tab table tr td {
    border: solid 10px #f1f1f1;
    padding: 10px;
}

.woocommerce-Tabs-panel--technical_tab table tr td:first-child {
    background-color: #e4fffa;
}

.woocommerce-Tabs-panel--technical_tab table tr:first-child td:not(:first-child) {
    background-color: #dddddd;
}

/* Meta */

#page .product_meta a {
    color: var(--primaryColour);
}

/* Backgrounds */

body.woocommerce #page div.product .woocommerce-tabs:after,
body.woocommerce #page .product-banner:after,
body.woocommerce #page .enquiry-form:after {
    position: absolute;
    content: " ";
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: -1;
}

body.woocommerce #page .enquiry-form:after {
    background-color: var(--secondaryColour);
}

body.woocommerce #page .product-banner:after {
    background-color: #e3fffa;
}

body.woocommerce #page div.product .woocommerce-tabs:after {
    background-color: #f1f1f1;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#colophon {
    color: #99979c;
    background-color: #f7f7f7;
}

footer#colophon a {
    color: inherit;
}

#footer-widget .menu-main-menu-container {
    width: 100%;
}





.widget.widget_nav_menu ul li a {
    padding: 0 !important;
    background: transparent;
}


.widget.widget_nav_menu ul li a:hover {
    color: var(--primaryColour) !important;
}