/*
Theme Name: Starkers HTML5
Theme URI: http://nathanstaines.com
Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 3.2
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, naked, clean, basic
*/

/* 

lime: C6D802
black: 000000
grey: 989898

*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body,
select,
input,
textarea {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    color: #989898;
}

input, textarea, button {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
}

input, button {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 64px;
    /* oops */
    font-size: 62px;
    line-height: 71px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
}

h2 { 
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 64px;
    line-height: 71px;
    text-transform: uppercase;
    color: #d4df38;
    margin: 0px 0 23px;
    text-align: center;
}

h2.darker,
h2 a {
    color: #000;
}

.woocommerce h2,
h3 {
    font-family: "Roboto", sans-serif;    
    font-weight: 700;
    font-style: bold;
    color: #000;
    font-size: 46px;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
}

h3 span {
    font-size: 46px;
    color: #fff;
}

h3 a,
h4 a {
    color: #000;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    color: #000;
    margin: 0 0 31px 0;
}

h4.whiten {
    color: #fff;
    text-align: left;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: left;
    text-transform: capitalize;
    color: #000;
    margin: 12px 0 0 0;
}

img {
    max-width: 100%;
    display: block;
}

p {
    font-size: 19px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

button[type="submit"],
a.button,
.woo button[type="submit"].woocommerce-button,
ul.products.columns-4 li a.button {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    background: #C6D802;
    color: #000;
    padding: 21px 37px;
    display: inline-block;
}

a.button.dark {
    color: #C6D802;
    background: #000;
    text-decoration: none;
}

a.button.center {
    margin: 0px auto;
    display: block;
}

a.button:hover {
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
/* STRUCTURE */

section {
    width: 1170px;
    max-width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

section.gap {
    padding: 100px 0;
}

.gap.green {
    background: #C6D802;
    padding: 100px 0;
}

.green h2 {
    color: #000;
}

article.large {
    margin: 50px 0 90px;
    overflow: hidden;
}

article.larger {
    margin: 150px 0 120px;
}

.blocking {
    padding: 60px 0;
}

.banner {
   background: #C6D802;
   padding: 15px 0;
   text-align: center;
   margin: 0 0 0px 0;
}

.banner h2,
.block.testimonials h2 {
    color: #000;
    text-transform: uppercase;
}

.banner.small {
    margin: 0;
}

.banner.small p {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.dark {
    background: #000;
}

ul.header {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 15px 0 31px;
}

ul.header > li:first-child {
  flex: 1;
  text-align: left;
}

ul.header > li:nth-child(2) {
  flex: 0 0 220px; 
  text-align: center;
}

ul.header > li:last-child {
    flex: 1;
    display: flex;
    justify-content: flex-end; 
    gap: 0px; 
}

ul.threes > li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
}

ul.header a.icon {
    width: 42px;
    height: 48px;
    display: block;
}

ul.header a.icon.menu {
    background: url('img/icon_menu.png') no-repeat;
    background-size: 31px 21px;
    width: 31px;
    height: 21px;
    text-indent: -9999px;
}

.themenu {
    display: none;
    position: absolute;
    margin: 3px 0 0 0;
    padding: 20px 20px 0 20px;
    background: #000;
    z-index: 9999;
}

.themenu a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin: 0 0 0px 0;
    display: inline-block;
    text-transform: uppercase
}

.themenu a:hover {
    color: #C6D802;
    border-bottom: 1px solid #C6D802;
}

a.icon.user {
    background: url('img/icon_user.png');
    background-size: 42px 48px
}

a.icon.search {
    background: url('img/icon_search.png');
    background-size: 42px 48px;
    width: 59px;
}

a.icon.bag {
    background: url('img/icon_bag.png');
    background-size: 42px 48px;
    margin: -2px 0 0 0;
}

ul.heros {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 10px 0 100px 0;
}


ul.heros li:nth-child(1) {
    flex: 1;
    justify-items: left;
    padding: 0 10%;
    text-align: left;
    align-content: center;
}

ul.heros li:nth-child(2) {
   // min-width: 500px;
   // max-width: 500px;
   // width: 500px;
}

ul.heros li img {
    width: 100%;
    flex: 1;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 4;
}

ul.heros li p {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.banner.large {
    padding: 85px 0 100px 0;
}

.banner.larger {
    padding: 65px 0 83px 0
}

.larger.testimonials {
    padding: 152px 0 150px;
    margin: 0;
    background: rgb(249,249,249);
}

.block.testimonials h2 {
    margin: 0px auto 72px;
}

.testimonials ul.four li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.stars {
    text-align: center;
    margin: 15px auto 15px;
}

.stars img {
    width: 18%;
    height: auto;
    display: inline-block
}

.rows {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    max-width: 974px;
    margin: auto;
    margin: 51px auto 0px auto;
}

.rows dl.row {
    align-items: top !important;
}

/*

dl.row {
    display: flex;
    gap: 150px;
    gap: 8.5%;
    margin: 0px auto 68px auto;
}

.rows dl.row:last-of-type {
    margin: 0px auto;
}

dl.row dd {
    flex: 1;
    margin: 0; 
    position: relative;
    display: flex;
    align-items: center;
}

dl.row.right {
    flex-direction: row-reverse;
}

dl.row dt {

}

dl.row dt img {
    max-width: 436px;
    width: 100%;
    border: 2px solid #C6D802;
    display: block;
}

dl.row dt.highlight {
    background: #C6D802;
    color: #333;
    flex-basis: 40%;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
*/

dl.row {
  display: flex;
  flex-wrap: wrap;
  align-items: top; 
  gap: 5%;
  max-width: 964px;
  box-sizing: border-box;
  padding: 0 0px;
  margin: 0 auto 68px auto;
  min-width: 100%;
}

dl.row:last-of-type {
    margin: 0px auto 0px;
}

dl.row dt {
    flex-shrink: 0;
    width: 100%;
    max-width: 444px;
    box-sizing: border-box;
  }

dl.row dt img {
    max-width: 100%; 
    width: 100%;
    height: auto;
    display: block;
}

dl.row dt img.imagelogo {
    width: 360px;
    height: auto;
    display: block;
    float: right;
    margin: 0 0 20px 0;
}

 dl.row dd {
    flex-grow: 1;
    flex-basis: min-content;
   // min-width: 420px;
    box-sizing: border-box;
    display: flex;
    justify-content: center; 
    align-items: top; 
    text-align: center;
}

dl.row.center dd {
    align-items: center;
}

dl.row.right dt {
    order: 2;
}

dl.row p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #9e9e9e;
    text-align: left;
}

dl.row dd div span {
    display: block;
    text-align: left
}

dl.row dt.highlight {
    background: #C6D802;
    color: #333;
   // flex-basis: 40%;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

dl.row.contact dt.highlight {
    align-items: normal;
}

dl.row.contact dt.highlight h4 {
    text-align: left;
}

dl.highlight {
    background: #C6D802;
    margin: 68px auto 0;
    padding: 50px;
}

dl.highlight dd {
    flex-grow: 1;
    order: 1;
    align-items: center;
}

dl.highlight dd div {
    padding: 0px;
}

dl.highlight.row dd div span {
    display: inline-block;
}

dl.highlight.row.right dt {
    width: 330px;
    min-width: 330px;
    max-width: 330px;
    flex-grow: 1;
    order: 2;
   // padding: 50px;
}

dl.highlight h3 {
    line-height: 1.2;
}

dl.highlight form {
    position: relative;
    margin: 50px 0 0 0;
}

dl.highlight form input[type="email"] {
    position: relative;
    width: 100%;
    padding: 20px;
    border: 0;
    border-radius: 10px;
}

dl.highlight form input[type="submit"] { 
    position: absolute;
    right: -30px;
    background: #C6D802;
    color: #fff;
    padding: 10px 32px;
    top: 10px;
    border: 0;
    border-radius: 10px;
}

dl.highlight form input[type="submit"]:hover {
    cursor: pointer;
}

dl.highlight dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 4;
}

dl.row .smaller p {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: inherit;
}

dl.row .smaller p:last-of-type {
    margin: 0;
}

dl.row .smaller p a {
    color: #000;
    text-decoration: none;
}

dl.row .smaller p strong {
    font-weight: 600;
}

span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    line-height: 53px;
    color: #9e9e9e;
}

.service-text {
    flex: 1;
}

.bottom {
    margin: 46px 0 0 0;
}

.bottom p {
    margin: 0px auto;
    text-align: center !important;
}

.bottom p a {
    margin: 0px auto;
}

/* THREES */

ul.threes {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

ul.threes li {
    padding: 0px;
}

ul.threes li:first-child {
    flex: 0 0 170px;
}

ul.threes li:nth-child(2) {
    flex: 1; 
}

ul.threes li:last-child {
    flex: 0 0 170px;
    align-content: center;
}

/* FOUR */

ul.four {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.four li {
    flex: 1 1 calc(25% - 40px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

ul.four li p {
    flex-grow: 1;
}

ul.four li p { 
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
}

ul.four li p.price {    
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 29px;
    line-height: 53px;
    font-variant: small-caps;
    color: #000;
}

ul.four li p.title {
    color: #fff;
}

ul.four li p.price span.woocommerce-Price-amount.amount ,
ul.four li p.price span.woocommerce-Price-amount.amount span {
    color: #000;
    font-size: 29px;
    line-height: 1.2;
}

.testimonials ul.four li p { 
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 19px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}

.avatar img {
    width: 121px;
    height: auto;
    margin: 32px auto 0;
}

ul.four li p:last-of-type {
    margin: 0;
}

#sb_instagram {
    gap: 0 !important;
    height: 235px !important;
    width: 988px !important;
    padding-bottom: 0px !important;
    overflow: hidden;
}

#sb_instagram #sbi_images {
    padding: 0 !important;
    width: 235px !important;
}

#sb_instagram #sbi_images .sbi_item {
    width: 235px !important; 
}

a.sbi_photo {
    width: 235px !important;
    height: 235px !important;
}

#sb_instagram .sbi_photo img {
    width: 235px !important;
    height: 235px !important; 
}

.block.insta h3 {
    text-align: center;
}

.full {
    position: relative;
}

.greenbanner {
    background: #C6D802;
    height: 85px;
    position: absolute;
    bottom: 75px;
    width: 100%;
}

form#searchform {
    width: 320px;
    margin: 0px auto;
    position: relative;
}

form#searchform input[type="text"] {
    padding: 15px 20px;
    width: 273px;
    max-width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

form#searchform input[type="submit"] {
padding: 15px 20px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

/* FOOTER */

form.newsletter {
    margin: 0 0 16px 0;
}

form.newsletter input {
        padding: 15px 20px;
        width: 302px;
        max-width: 100%;
}

form.newsletter input[type="submit"] {
        background: #000;
        border: 0;
        display: none;
}

form input::placeholder {
    color: #C6D802;
}

footer {
    background: #000;
    padding: 65px 0 151px;
    margin: 0px auto 0;
}

footer .box {
    margin: 0 0 15px 0;
}

footer p {
    color: #C6D802;
    font-size: 15px;
    line-height: 31px;
    font-weight: 700;
    margin: 0;
}

footer p a {
    color: #C6D802 !important;
}

ul.three {
    display: flex;
    gap: 20px; /* optional spacing between columns */
    margin: 0 0 57px 0;
}

ul.three li {
    flex: 1; /* default: grow equally */
    list-style: none; /* clean look */
}

ul.three li:last-child {
    flex: 0 0 260px; /* fixed 260px */
}

footer .icons a {
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    text-indent: -9999px;
}

footer .icons a.instagram {
    background: url('svg/icon_instagram.svg');
    background-size: 25px 25px;
}

footer .icons a.facebook {
    background: url('svg/icon_facebook.svg');
    background-size: 25px 25px;
}

footer .icons a.phone {
    background: url('svg/icon_phone.svg');
    background-size: 25px 25px;
}

/* SHOP */

select {
    background: #fff url('svg/arrow-right.svg') right 3px center no-repeat;
    background-size: 25px;
    width: 155px;
    color: #333;
    border: 1px solid #333;
    font-weight: 700;
    height: inherit;
    border-radius: 0px;
    text-indent: 0;
    line-height: 1;
    padding: 11px 0 9px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

section.woo {
    margin: 60px auto; 
}

section.woo h1 {
    color: #C6D802;
}

ul.products li h2 {
    line-height: 1.2;
}

ul.products li span.price {
    text-align: center;
}

.summary,
.summary.entry-summary span {
    color: #333;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #000;
}

.summary ul,
.summary ol,
.summary p {
    font-size: 18px;
}

.summary ul,
.summary ol {
    margin: 0 0 20px 0;
}

.summary li {
    list-style: disc;
}

.summary a {
    border-bottom: 1px solid #0693e3;
}

span.posted_in {
    display: block;
}

span.tagged_as {
    line-height: 1.2;
}

span.tagged_as a {
    font-size: 10px;
    color: #999;
    border: 1px solid #999;
    padding: 5px 12px;
    border-radius: 10px;
    margin: 3px 3px;
    text-transform: uppercase;
    display: inline-block;
}

span.tagged_as a:hover {
    background: #333;
    color: #fff;
    transition: all 0.3s ease-in;
}

.sku_wrapper {
    font-size: 12px;
}

.woocommerce .quantity .qty {
    height: 33px;
}

/* MY ACCOUNT */

.woocommerce-MyAccount-navigation ul {
    background: #d4df38;
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 0 10px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul li:last-of-type {
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background: #fff;
}


.woocommerce-MyAccount-content {
    font-size: 20px;
}

.woocommerce .woocommerce-MyAccount-content h2 {
    font-size: 30px;
    text-align: left;
}

.woocommerce-MyAccount-content a {
    color: #000;
    border-bottom: 1px solid #d4df38;
    font-size: 20px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #000;
}

.woo button[type="submit"].woocommerce-button {
    padding: 10px 20px;
    background: #d4df38;
}

p.woocommerce-LostPassword.lost_password a {
    color: #d4df38;
    border-bottom: 1px solid #d4df38;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 10px;
}

fieldset {
    border: 0;
    margin: 30px auto 0;
}

.woocommerce-MyAccount-content * {
    color: #333 !important;
}

/* CART */

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #d4df38;
    color: #333;
}

body.woocommerce-cart .content * {
    color: #333
}

a.wc-block-components-product-name {
    font-weight: bold;
}

form#wc-block-components-totals-coupon__form button[type="submit"] {
    height: 50px !important;
    min-height: 50px !important;
}

button.wc-block-cart-item__remove-link {
    color: #D06862 !important;
}

/* FORMS */

.nf-form-cont {
    width: 100%;
}

.nf-field-label label,
.nf-form-fields-required {
    display: none !important;
}

.nf-form-cont input,
.nf-form-cont textarea {
    padding: 18px 10px 18px 20px;
    font-size: 18px;
    line-height: 1;
    border: 1px solid #C6D802;
    border-radius: 10px;
}

.nf-form-cont input[type="submit"] {
    border: 2px solid #d4df38;
    color: #d4df38;
    background: transparent;
    background: rgba(0,0,0,0.7);
    padding: 19px 40px;
    display: block;
}

.nf-error-msg {
    background: #D06862;
    color: #fff !important;
    padding: 10px;
    font-weight: 600;
    display: block;
    border: 1px solid #fff;
    text-align: left;
    border-radius: 10px;
    width: 100%;
}

.nf-form-cont form input::placeholder,
.nf-form-cont form textarea::placeholder {
    color: #999;
    font-weight: normal;
}

.nf-form-content nf-field {
    margin: 0 0 20px 0;
    display: block;
}

.nf-form-content nf-field:last-of-type,
.nf-form-content nf-field:last-of-type .nf-field-container {
    margin: 0;
}

.nf-error-wrap.nf-error {
    display: none !important;
}

.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
    border: 1px solid #D06862 !important;
}

/* contact */

body.page-id-25 {
    background: #000 url('img/logobg.png') no-repeat !important;
    background-size: 1100px !important;
    background-position: 100% 30% !important;
}

body.page-id-25 .dark {
    background: transparent !important;
}

body.page-id-25 ul.heros {
    margin: 0px auto 20px;
    padding: 0;
    max-width: 974px;
}

#map {
    margin: 80px auto;
}

#map iframe {
    width: 100%;
}

/* MORE */

.long {
  overflow: hidden;
  position: relative;
  line-height: 1.2; 
}

.long.expanded {
  max-height: none;
}

.more {
  display: none; /* Hide the extra text initially */
}

.long.expanded .more {
  display: block; /* Show the extra text when expanded */
}

h5 a {
    color: #000;
}

.long h5 a::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('svg/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 28px 28px;
}

.long.expanded h5 a::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('svg/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 28px 28px;
}

.more {
    font-family: Roboto;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #9e9e9e
}

/* PRODUCT */

span.posted_in a {
    color: #333;
}

span.sku_wrapper {
    display: none;
}

.summary.entry-summary p,
.summary.entry-summary p span,
.summary.entry-summary ol li,
.summary.entry-summary ul li {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

.summary.entry-summary ol,
.summary.entry-summary ul {
    margin: 0 0 20px 20px;
}

.summary.entry-summary span {
    line-height: inherit;
}

p.price span.woocommerce-Price-amount.amount,
p.price span.woocommerce-Price-amount.amount span {
    font-size: 38px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

ul.products.columns-4 li a.button {
    padding: 10px 30px;
    margin: 0px auto !important;
    display: block !important;
}

/* CART */

.wc-block-cart-items .wc-block-components-product-metadata {
    display: none;
}

/* CHECKOUT */

.wc-block-components-sidebar span {
    line-height: 1.2;
}

.wc-block-components-sidebar .wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    text-wrap: balance;
    display: block;
    font-weight: bold;
    font-size: 24px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__description {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #333;
}

body.woocommerce-checkout span.wc-block-components-checkbox__label {
    line-height: 1.2;
}

body.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 35px;
    text-align: left;
}

body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, 
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active label, 
body.woocommerce-checkout .wc-block-components-text-input input:-webkit-autofill+label, 
body.woocommerce-checkout .wc-block-components-text-input.is-active label {
    top: 0;
    transform: translateY(4px) scale(.75);
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

body.woocommerce-checkout .wc-block-components-address-card__address-section,
body.woocommerce-checkout .wc-block-components-address-card span {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: inherit;
}

/* WOOCOMMERCE ACCOUNT */

.woocommerce h2 {
    color: #000;
    text-align: center;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    color: #000;
}

.woo .woocommerce form.login {
    border: 0;
}

.woo .woocommerce form.login input {
    padding: 10px;
}

.woo .woocommerce form.login button.woocommerce-button {

}

/* SINGLE */

ul.two {

}

ul.two li {
    float: left;
    width: 46%;
    margin: 2%;
}

ul.two li img {
    width: 100%;
    flex: 1;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 4;
}

section.gapper {
    padding: 90px 0 310px;
}

@media (max-width: 1240px) {

section,    
ul.heros {
    max-width: 96%;
    margin: 0px auto;
}

.block.insta #sb_instagram.sbi_width_resp {
    width: 738px !important;
    overflow: hidden;
}

}

@media (max-width: 920px) {

h1 {
    font-size: 50px;
    line-height: 1.2;
}

h3 {
    font-size: 40px;
    line-height: 1.2;
}

ul.three {
    flex-wrap: wrap; 
}

ul.three li:nth-child(1) {
    width: 100%; 
    flex: auto;
    margin: 0 0 20px 0;
}

ul.three li:nth-child(2),
ul.three li:nth-child(3) {
    width: calc(50% - 10px); 
}

}

@media (max-width: 860px) {

ul.header li img {
    width: 220px;
    height: 100px;
    margin: 0px auto;
}

ul.heros li:nth-child(2) {        
    min-width: inherit;
    max-width: 90%;
    width: 90%;
}

ul.heros li img {
    width: 90%;
    min-width: 90%;
    height: auto;
    max-width: inherit;
    float: right;
}

dl.row p {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
}

span {
    font-size: 17px;
    line-height: 1.6;
}

ul.four li {
    flex: 1 1 calc(50% - 50px);
}

.block.testimonials {
    margin: 76px auto 75px;
}

.block.insta #sb_instagram.sbi_width_resp {
    width: 488px !important;
}

}

/* TABLET */

@media (max-width: 860px) {

dl.row dt {
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
    box-sizing: border-box;
}

ul.four li img {
    width: 100%;
    height: auto;
}

.testimonials ul.four li img {
    width: inherit;
}

.testimonials ul.four li .stars img {
    width: 15%;
    height: auto;
}

}

/* MOBILE */

@media (max-width: 680px) {

h1 {
    font-size: 38px;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
    line-height: 1.2;
}

h4 br {
    display: none;
}

p {
    font-size: 17px;
}

section {
    max-width: 94%;
    margin: 0px auto;
}

.dark {
    background: #000;
    padding: 0 0 10px;
}

ul.header > li:nth-child(1) {
    order: 1;
     flex: 0 0 50%;
}

ul.header > li:last-child {
    order: 2;
     flex: 0 0 50%;
}

ul.header > li:nth-child(2) {
    order: 3;
    flex: 0 0 100%; 
}

ul.header > li:nth-child(2) img {
    margin: 0px auto 0;
}

ul.header {
    display: flex;
    flex-wrap: wrap; 
    padding: 0;
}
  
ul.header > li {
    flex: none;
    width: 100%;
    text-align: center;
}

ul.heros {
    flex-direction: column;
    padding: 0 0 30px 0;
}

ul.heros li:nth-child(1) {
    margin: 0 auto 30px auto;
    justify-items: center;
}

ul.heros li:nth-child(2) {
    flex: 0;
}

ul.heros li a {
    display: inline-block;
    margin: 0px auto;
}

ul.heros h1 br {
    display: none;
}

dl.row dd {
    margin: 30px 0 0 0;
}

dl.row dd {
    justify-content: inherit;
    display: block;
}

.bottom {
    margin: 20px 0 0 0;
}

.rows {
    margin: 51px auto 55px auto;
}

.testimonials ul.four li p {
    line-height: 1.3;
}

ul.threes {
    flex-direction: column;
}

ul.threes li:nth-child(1) {
    display: none;
}

ul.threes li:nth-child(2) {
    order: 2;
}

ul.threes li:last-child {
    order: 1;
    margin: 0px auto;
}

ul.threes li.blank {
    display: none;
}

dl.row {
    flex-direction: column;
    max-width: 500px;
}

dl.row.right {
    flex-direction: column;
}

dl.row.right dt {
    order: 1;
}

dl.row.right dd {
    order: 2;
}

dl.row dt,
dl.row.right dt {
    max-width: 100%;
}

dl.row dt img {
    margin: 0px auto;
    max-width: 500px;
    height: auto;
}

ul.four li {
    flex: 1 1 calc(50% - 50px);
    box-sizing: border-box;
}

footer {
    background: #000;
    padding: 40px 0 20px;
}

ul.three {
    display: flex;
    gap: 20px;
    margin: 0;
    flex-direction: column;
}

.larger.testimonials {
    padding: 52px 0 50px;
}

}

@media (max-width: 640px) {

.block.insta #sb_instagram.sbi_width_resp {
    width: 488px !important;
}

}

@media (max-width: 540px) {

.block.insta #sb_instagram.sbi_width_resp {
    width: 235px !important;
}

ul.four li {
    flex: 1 1 calc(100% - 50px);
    box-sizing: border-box;
}

}