/*
Theme Name: Creative A Child theme
Description: Child theme for Creative Asset - Parent Theme
Version: 1.0.1
Author: Creative Asset
Template: creative-asset-parent
*/

/*--------------------------------------------------------------
# Brand colours
CORE

Dark Green #20590f
Green #43b85f
Lime #add142
Blue #22404c
Pink #b02770

# Fonts
- font-family: calluna, serif;
- font-family: open-sans, sans-serif;

--------------------------------------------------------------*/

body, p {
    font-family: open-sans, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}

h1, h2, h3, h4, h5 {
    font-family: calluna, serif;
}

h1 {
    font-size: 48px;
    line-height: 1.2em;

}

h2 {
    font-size: 40px;
    line-height: 1.3em;
}

h3 {
    font-size: 33px;
    line-height: 1.4em;
}

h4 {
    font-size: 28px;
    line-height: 1.5em;
}

h5 {
    font-size: 23px;
    line-height: 1.6em;
}

h6 {
    font-family: open-sans, sans-serif;
    font-size: 19px;
    line-height: 1.6em;
}

.ca-uppercase {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ca-highlight h5 {
    font-size: 19px;
} 

.ca-small h6 {
    font-size: 16px;
}

.ca-hero-text h1 {
    font-size: 56px;
}

.ca-breadcrumb h5 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/*--------------------------------------------------------------
# Text Styles
--------------------------------------------------------------*/

.dark-text {
    color: #20590f !important;
}

.green-text {
    color: #43b85f !important;
}

.blue-text {
    color: #22404c !important;
}

.pink-text {
    color: #b02770 !important;
}



/* Z Index */

.ca-layer-1 {
    position: relative;
    z-index: 500;
}

.ca-toplayer {
    position: relative;
    z-index: 999;
}



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

.quadmenu-dropdown-menu {
    max-width: 1500px;
    margin: 0 auto !important;
    padding: 30px 40px !important;
}

.quadmenu-dropdown-menu:after {
    content: "";
    width: 100%;
    background: #20590f;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.quadmenu-text {
    font-family: calluna, serif;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #20590f;
}

.quadmenu-navbar-nav #menu-item-536 a {
    background: #20590f;
    border-radius: 2px;
    text-align: center;
}

.quadmenu-navbar-nav #menu-item-536 span {
    color: #ffffff;
    font-weight: 400;
    padding: 10px;
}

.quadmenu-navbar-nav #menu-item-536 a:hover {
    background: #43b85f !important;
}

 
/*
.ca-main-menu a {
    font-family: calluna, serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #20590f !important;
    margin-right: 18px;
}

.ca-main-menu a:hover {
    color: #43b85f !important;
}

.ca-main-menu .sub-menu a {
    margin-right: 0px;
}
*/


.ca-shop-icons {
    margin-left: 60px;
}

.ca-shop-icons .uabb-info-list-item {
    border-left: 1px solid rgba(255,255,255,0.4);
    padding-top: 20px !important;
}

.ca-shop-icons .uabb-info-list-item {
    font-size: 15px;
    color: #ffffff;
}

.ca-shop-icons .uabb-info-list-item:hover {
    font-weight: 700;
}




/* Footer */

.ca-footer-menu a {
    font-family: calluna, serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff !important;
}


.ca-footer-menu a:hover {
    color: #add142 !important;
}




/* Buttons */

.ca-button a {
    font-family: calluna, serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.ca-dual-btn a {
    font-family: calluna, serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    padding: 14px 34px !important;
}


/* Product Pages */

.ca-basket-btn .single_add_to_cart_button {
    font-family: calluna, serif;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #43b85f !important;
    padding: 14px 27px !important;
    border-radius: 2px !important;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.ca-pagination{
    text-align: center;
}

.ca-pagination .current{
    color: #ffffff !important;
    background: #dee2d9 !important;
    display: block;
    padding: 0.75rem;
    border-radius: 3px;
}

.ca-pagination > li{
    display: inline-block;
    outline: none;
    list-style: none;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.ca-pagination > li > a{
    display: block;
    background-color: #175004;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    padding: 0.75rem;
}

.ca-pagination > li > a:hover{
    background-color: #add142;
}

#ca-smart-nav-button{
    color: #404040;
    background: #eceff0;
    padding: 5px 5px;
    background: #0B5460;
    color: white;
    margin-left:6px;
}



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

.ca-product-cats * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

.ca-product-cats {
    display: flex;
    flex-wrap: wrap;
        margin-left: 0;
}

.ca-product-cat {
    width: 22%;
    margin: 20px 1% 0px 1%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tax-links {
    display: flex;
    flex-direction: column;
}

.ca-product-cat a {
    color: #000;
}

.tax-bg {
    background-color: #20590f;
    height: 320px;
    overflow: hidden;
}

.tax-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.tax-links img {
    width: 10px;
    height: 10px;
}

.ca-category-title {
    margin-top: 20px;
    margin-left: 10px;
    color: #20590f;
    line-height: 1.2em;
    transition: .3s;
}

.tax-links a {
    font-family: calluna, serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-left: 10px;
}

.tax-links a:hover {
    color: #43b85f;
}

.ca-product-cat:hover img {
    transform: scale(1.1);
    opacity: 0.35;
}

.ca-product-cat:hover .tax-links a {
    color: #43b85f;
}


/*--------------------------------------------------------------
# Sub category tiles
--------------------------------------------------------------*/

.subcategory * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.product-subcats {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.subcategory {
    background-color: #20590f;
    overflow: hidden;
    width: 31%;
    margin: 0px 20px 20px 0px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}

.subcategory .main-img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: 1s;
}

.subcategory-name {
    background-color: rgba(21,71,7,0.85);
    border-radius: 10px 10px 0 0;
    padding: 30px 40px 40px 40px;
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    padding: 20px;
    transform: translateY(25px);
}

.subcat-btn {
    font-family: calluna, serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(25px);
    color: #add142;
}

.subcategory a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
    opacity: 0;
}

.subcategory:hover .subcategory-name {
    transform: translateY(0px);
    transition: all 0.6s ease-in-out;
}  


.subcategory:hover .subcat-btn {
    transform: translateY(0px);
    transition: all 0.6s ease-in-out;
}

.subcategory:hover .main-img {
    transform: scale(1.1);
}

.ca-variations {
    display: flex; 
    list-style: none;
    flex-wrap: wrap;
}

.ca-variations .product-variation {
    width: 31%;
    text-align: center;
    margin: 1%;
    border: 1px solid #ccc;
    padding: 10px;
}

.ca-variations h4 {
    font-size: 12px;
    margin: 10px 10px 30px;
}

.ca-variations .ca-button {
    background: #194B09;
    padding: 15px;
    color: white;
    text-transform: uppercase;
    font-family: calluna, serif;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background: #80AC32;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background: #175004;
}

.canostock {
        text-align: center;
    background: #80AC32;
    padding: 20px;
    color: white;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
    padding: 1%;
}

.menufeatured a {
    background: #20590f;
    color: white;
    padding: 30px;
}

.catax-display .fl-builder-module-template {
    max-width: 1400px;
}

.v-available {
        background: #81AD33;
    color: white;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    line-height: 1em;
}

.v-available span {
    font-weight: bold;
    font-size: 28px;
}

.ca-variation-grid,
.product-cats {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
}

.ca-variation-grid li,
.product-cats .product-grid {
    width: 31%;
    text-align: center;
    margin: 1%;
}

.product-cats .product-grid {
    background: #dee2d9;
}

.ca-variation-grid .variation-info,
.product-cats .product-grid .variation-info {
    padding: 15px;
}

.ca-variation-grid .title,
.product-cats .product-grid .title {
    font-weight: bold;
    font-size: 24px;
    color: #20590F;
}

.ca-variation-grid .sku,
.product-cats .product-grid .sku {
    font-size: 9px;
}

.ca-variation-grid .price,
.product-cats .product-grid .price {
    font-size: 16px;
    font-family: open-sans, sans-serif;
}

.ca-variation-grid .desc {
    line-height: 1em;
    margin-top: 9px;
    font-size: 13px;
    padding: 0 20px;
    color: #888;
}

.caloc.right {
    float: right;

}

.ca-variation-grid .basket,
.product-cats .product-grid .basket {
    margin-top: 10px;
}

.product-cats .product-grid .cadetails {
    background: #add142;
    padding: 4px 8px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-cats .product-grid .basket {
    background: #20590f;
    padding: 4px 8px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-cats .product-grid .cadetails a,
.product-cats .product-grid .basket a {
    color: white;
}

.ca-variation-grid .basket .button,
.product-cats .product-grid .basket .button {
    background: #20590f;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.cabtn {
    display: inline-block;
}

#products {
    position: relative;
    z-index: 100;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  padding: 10%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
    width: 98vw !important;
    height: 100vh;
    z-index: 10000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: fixed;
    bottom: 10px;
    right: 30px;
    font-size: 24px;
    font-weight: bold;
    background: black;
    padding: 10px;
}


.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
        background-color: #175004;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #ADD143;
}

.calatest {
    background: #20590f;
    padding: 20px;
    color: white;
    margin: 0 10px 10px 10px;
}

.calatest.cat {
    background: #add142
}

.calatest h3 {
    font-size: 24px;
}

.calatest h3::after {
    content: ">";
}

.camentop {
    background: #D1DACA;
    padding: 10px;
    font-family: calluna, serif;
    text-transform: uppercase;
}

.quadmenu-item-widget .category {
    max-height: 400px !important;
    overflow: hidden !important;
}

.quadmenu-item-widget .category img {
    max-width: 100%;
}

.navbuttons {
    margin-top: 20px;
}

.navbuttons .caloc a {
    padding: 15px;
    background: #add142;
    color: white;
}

.fl-quadmenu #quadmenu.quadmenu-default_theme .widget a, 
.fl-quadmenu #quadmenu.quadmenu-default_theme .widget ul li {
    margin: 0 0 5px 0 !important;
}

.paging-navigation {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.caimage.simple,
.caimage.variable,
.caimage.gift-card {
    max-height: 300px;
    height: 300px;
    overflow: hidden;
}

.caimage.simple img,
.caimage.variable img,
.caimage.gift-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive.term-gifts .caimage.simple,
.archive.term-gifts .caimage.variable,
.archive.term-gifts .caimage.gift-card,
.archive.term-all-books .caimage.simple,
.archive.term-all-books .caimage.variable,
.archive.term-all-books .caimage.gift-card {
    background: #082100;
}

.archive.term-gifts .caimage.simple img,
.archive.term-gifts .caimage.variable img,
.archive.term-gifts .caimage.gift-card img,
.archive.term-all-books .caimage.simple img,
.archive.term-all-books .caimage.variable img,
.archive.term-all-books .caimage.gift-card img{
    width: auto;
    height: 100%;
    object-fit: unset;
}

.product-grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-grid a {
    height: 100%;
}

.product-grid .title {
    padding: 20px 20px 0;
}

.cawooInfo {
    padding: 10px;
    border: 1px solid #afafaf;
    background: white;
}

.cawooButtons {
    padding-top: 10px;
}

.cawooButtons .cabtn.basket {
    margin-top: 0;
}

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

/* XL DISPLAY BREAKPOINT - 1681px - 2560px 
- 1920px
- 2560px 
*/
@media only screen and (min-width : 1681px) {

}

/* LRG DESKTOP BREAKPOINT - 1367px - 1680px
- 1440px
- 1536px
- 1680px 
*/
@media only screen and (max-width : 1680px) {

}

/* DESKTOP BREAKPOINT - 1201px - 1366px
- 1280px
- 1366px
*/
@media only screen and (max-width : 1366px) {

}

/* BOOTSTRAP LRG BREAKPOINT - 1025px - 1200px
*/
@media only screen and (max-width : 1200px) {

    .ca-shop-icons {
        margin-left: 15px;
    }

    .quadmenu-text {
        font-size: 13px !important;
    }

    #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) {
        margin: 0 !important;
    }

}

/* TABLET BREAKPOINT - 993px - 1024px
- 1024px
*/
@media only screen and (min-width : 1024px) {

}

/* BOOTSTRAP MED BREAKPOINT - 769px - 992px 
- 800px
*/
@media only screen and (max-width : 992px) {
    
    .caimage.simple,
    .caimage.variable,
    .caimage.gift-card {
        max-height: 250px;
        height: 250px;
    }

    #menu-item-586,
    #menu-item-620,
    #menu-item-648 {
        display: none !important;
    }

    #quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.open:not(.closing)>.quadmenu-dropdown-menu {
        padding: 0 !important;
    }

    #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .navbar-offcanvas {
        width: 80vw !important;
    }
    
    #quadmenu.quadmenu-is-vertical .navbar-offcanvas {
        background: white !important;
    }
    
    .product-cats .product-grid .basket .button,
    .product-cats .product-grid .cabtn {
        width: 100%;
    }
}

/* BOOTSTRAP SML BREAKPOINT - 450px - 768px
- 768px
- 600px
*/
@media only screen and (max-width : 768px) {

    .caimage.simple,
    .caimage.variable,
    .caimage.gift-card {
        max-height: 200px;
        height: 200px;
    }

    h1, 
    .ca-hero-text h1 {
        font-size: 36px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 25px;
        line-height: 1.3em;
    }

    .ca-shop-icons .uabb-info-list-item {
        max-height: 65px;
    }

    .ca-shop-icons .uabb-info-list-wrapper .uabb-info-list-item {
        width: 50%;
        padding: 0;
        height: 85px;
        padding-top: 10px !important;
    }
 
    .ca-variation-grid li,
    .product-cats .product-grid {
        width: 48%;
        text-align: center;
        margin: 1%;
    }
    
    .category {
        width: 48%;
        margin: 20px 1% 0px 1%;
    }
}

/* MOBILE DEVICES
- 320px
- 360px
- 414px
*/
@media only screen and (max-width : 450px) {

    .ca-variation-grid li,
    .product-cats .product-grid {
        width: 98%;
        text-align: center;
        margin: 1%;
    }

    .category {
        width: 98%;
        margin: 20px 1% 0px 1%;
    }

}