/*
Theme Name: Burke Coia Woot
Theme URI: https://burkie.com
Description: Coia Styles Website
Version: 0.8
Author: Liam Burke
Author URI: https://burkie.com
Tags: minimal
*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    background: #f7f7f7;
    color: #333;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* LANDING */

body.page-id-169 nav,
section.mailbox {
    display: none !important;
}

body.page-id-169 {
    padding: 80px 0 0 0;
}

h2 {
    font: 60px "field-gothic-compact", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    margin: 0 0 20px 0;
}

hgroup h2  {
    margin: 0px 0 40px 0;
    font: 60px "field-gothic-compact", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333;
    text-decoration: #f5d836 5px underline;
}

h3 {
    font: 40px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    color: #333;
    margin: 0 0 20px 0;
}

h3 a {
    font-size: 32px;
    color: #333;
    border-bottom: 2px solid #333;
    line-height: 1.4;
}

h4 {
    font: 32px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px 0;
}

h4 a {
    color: #333;
    border-bottom: 2px solid #333;
}

h5 {
    font: 20px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px 0;
}

h6,
a.wc-block-components-product-name {
    font: 24px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    color: #333;
    margin: 15px 0;
    color: #161c2c;
}

p, ul, ol {
    font: 20px "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

p a {
    color: #1a1a1a;
    border-bottom: 2px solid #f5d836;
}

strong {
    color: #1a1a1a;
}

input, select, textarea {
    font: 20px "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

code {
    font: 24px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    display: block;
}

p:last-of-type {
    margin: 0;
}

p.light {
    color: #fff;
    background: #161c2c;
    padding: 20px;
}

p.dark {
    color: #161c2c;
    background: #fff;
    padding: 20px;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

a.mini {
    border-radius: 3px;
    text-decoration: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
section.mailbox input[type="submit"],
button.wc-block-components-button,
a.button,
a.wc-block-cart__submit-button,
a.wc-block-components-totals-coupon-link,
.nf-form-cont .nf-field-element input.ninja-forms-field.nf-element[type="submit"]  {
    font: 22px "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
        background: #f5d836 !important;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        padding: 12px 30px 10px 30px;
        border: 4px double #333 !important;
        color: #333;
        border-radius: 5px;
        font-family: basic-sans, sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        height: inherit;
}

a.more {
    color: #333;
    border-bottom: 2px solid #f5d836;
    display: inline-block;
    margin: 10px 0 0 0;
    font-weight: 700;
}

a.button.white {
    background: #fff !important;
}

section.mailbox input[type="submit"] {
    width: 300px;
    max-width: 90%;
    margin: 30px 0 0;
    display: block;
}

/* NAV */

nav {
    display: flex;
    justify-content: center; /* Centers the <ul> horizontally */
    align-items: center; /* Aligns items vertically if needed */
    margin: 40px 0;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    background: #fff;
    padding: 20px 35px;
    border: 1px solid #eee;
}

nav ul li {
    text-align: center;
}

body.single-product nav ul li.menu-item-70 a,
nav ul li.current-menu-item a,
nav ul li.current_page_item a {
    border-bottom: 2px solid #f5d836;
}

nav ul li a {
    font: 24px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}

/* BLOCKS */

article,
hgroup {
    width: 840px;
    max-width: 90%;
    margin: 0px auto 20px;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
}

section {
    max-width: 90%;
    width: 1200px;
    margin: 0px auto 60px;
}

section dl {
    display: flex;
    padding: 30px;
    border-radius: 50px;
}

section dl dd {
    flex-basis: 50%;
    display: inline-flex;
    order: 2;
    align-items: center;
}

section dl dd img {
    border: 3px solid #000;
    border-radius: 10px;
}

section dl dt ul li {
    margin: 0 0 10px 0;
}

section dl dd ul li:last-of-type {
    margin: 0;
}

section dl dt {
    flex-basis: 50%;
    display: inline-flex;
    flex-direction: column;
    margin: 5%;
    order: 1;
}

section.intro {
    padding: 0px;
}

section.intro dl {
    background: #f5d836;
    border: 10px double #000;
    padding: 40px;
}

section dl.course {
    width: 840px;
    max-width: 90%;
    margin: 0px auto 30px;
    padding: 0 0 30px 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
}

section dl.course dt {
    flex-basis: 50%;
    display: inline-flex;
    flex-direction: column;
    margin: 0 0 0 5%;
    order: 2;
}

section dl.course dd {
    flex-grow: 1;
    order: 1;
    border: 0;
}

del {
    color: #D06862;
}

a.added_to_cart {
    margin: 0 0 0 20px;
}

.add_to_cart_inline {
    padding: 0 !important;
    border: 0 !important;
}

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

.text ul {
    margin: 0 0 20px 0;
}

.text ul li {
    list-style: disc;
    list-style-position: outside;
    margin: 0 0 4px 0;
}

/* CART & CHECKOUT */

section.block {
    width: 840px;
    max-width: 90%;
}

section.block h2:first-of-type {
    display: none;
}

section.block .wc-block-components-product-metadata__description {
    display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    background: #fff;
}

label.wc-block-components-radio-control__option,
.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned,
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    display: none !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 10px 0 !important;
    padding: 0 0 10px 0 !important;
}

.wc-block-cart-item__wrap a.wc-block-components-product-name {
    margin: 0;
}

.wc-block-components-radio-control-accordion-content {
    padding: 16px 16px !important;
}

/* ORDER RECEIVED */

p.woocommerce-thankyou-order-received {
    display: none !important;
}

section.woocommerce-customer-details address {
    background: #fff;
}

section.woocommerce-customer-details address,
section.woocommerce-customer-details address p {
    font-size: 16px;
}

section.block .woocommerce ul.order_details li {
    margin-right: 10px;
    font-size: 11px;
    padding-right: 10px;
}

/* FORMS */

form {
    width: 840px;
    max-width: 90%;
    margin: 0px auto;
}

section.form input {
    border: 1px solid #000 !important;
    background: #fff !important;
    max-width: 560px;
}

section.form textarea {
    border: 1px solid #000;
    background: #fff;
}

/* MAILCHIMP */

section.mailbox input[type="email"] {
    width: 90%;
    max-width: 640px;
    padding: 10px;
}

/* SOCIALS */

ul.social {

}

ul.social li {
    float: left;
    margin: 0 10px 0 0;
}

a.instagram {
    background: url('svg/instagram.svg');
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
}

a.tiktok {
    background: url('svg/tiktok.svg');
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
}

.wp-block-woocommerce-empty-cart-block {
    display: none !important;
}

ul.items li {
    margin: 0 0 10px 0;
}

ul.items li a {
    color: #000;
    border-bottom: 2px solid #f5d836;
}

/* ACCOUNT */

nav.woocommerce-MyAccount-navigation ul,
nav.woocommerce-MyAccount-navigation ul li {
    display: block;
    text-align:  left;
}

nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads,
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}

.woocommerce-MyAccount-content input {
    padding: 5px;
}

fieldset {
    border: 0;
}

section.woocommerce-customer-details h2,
section.woocommerce-order-details h2 {
    color: #000;
}

.wp-block-file a {
    font-weight: 700;
    font-size: 24px;
}

.wp-block-file a.wp-block-file__button {
    display: block;
    max-width: 240px;
    text-align:  center;
    font-size: 18px;
    margin: 0;
    background: #f5d836 !important;
    color: #000;
}

.wp-block-buttons {
    margin: 30px 0;
}

hr.wp-block-separator {
    color: #f5d836;
    height: 0px;
    border: none;
    border-top: 4px solid #f5d836;
    margin: 0 0 30px 0;
}

ul.wp-block-list {
    margin: 30px 0;
}

ul.wp-block-list li {
    list-style: disc;
    margin: 0 0 0 40px;
}

h3.wp-block-heading {
    font: 28px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

body.woocommerce-account h2 {
    color: #333;
}

h2.wp-block-heading.has-text-align-left,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    display: block !important;
    margin-bottom: 24px !important;
    color: #333;
}

iframe {
    padding: 0 0 30px 0;
}

/* MOBILE */


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

h2 {
    font: 46px "field-gothic-compact", sans-serif;
}

h3 {
    font: 30px "panel-sans", sans-serif;
}

section dl {
    display: block;
}

h3.wp-block-heading {
    font: 22px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

}

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

hgroup h2 {
    margin: 0px 0 20px 0;
    font: 46px "field-gothic-compact", sans-serif;
}

h3.wp-block-heading {
    font: 18px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

h6, a.wc-block-components-product-name {
    font: 20px "panel-sans", sans-serif;
}

nav {
    display: block;
    max-width: 96%;
    margin: 40px auto;
}

nav ul {
    display: inline-block;
}

nav ul li {
    float: left;
    margin: 0 10px;
}

nav ul li a {
    font: 14px "panel-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

section dl.course {
    width: 840px;
    max-width: 100%;
}

section hgroup,
form {
    max-width: 100%;
}

section.block .wp-block-woocommerce-checkout {
    margin: 0;
    padding-top: 0px;
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    background: #fff;
    padding: 20px;
}

section.mailbox input[type="submit"] {
    width: 100%;
}

section dl.course dt {
    margin: 0px auto;
}

section.block .woocommerce ul.order_details li {
    width: 46%;
    font-size: 11px;
    padding: 5px;
    margin: 0 2%;
}

}