/*
 Theme Name:   Storefront Child Theme
 Description:  A child theme for Shady Gifts
 Author:       The Organic Internet Company
 Template:     storefront
 Version:      1.0.0
*/
 
@import url("../storefront/style.css");

/* Colours */
/* 
Green : #00aa9d;
Black: #000;
Pale grey: #efefef;
*/

/*
Header
*/

.storefront-primary-navigation .col-full {
    margin: 0;
    position: relative;
}

.menu-item.search,
.login_register_account {
    display: none;
}

.site-branding {
    z-index: 100;
    position: relative;
}
.site-header {
    background-color: #000;
}
@media only screen and (min-width: 768px) {
    .site-header {
        margin-top: 40px;
        padding-top: 0;
    }

    .site-header > .col-full {
        display: flex;
        align-items: center;
        position: relative;
    }

    .site-branding {
        margin-top: 25px;
    }

    .primary-navigation {
        text-align: right;
    }

    .storefront-primary-navigation {
        clear: none;
        float: right;
        width: 73%;
    }

    .storefront-primary-navigation .col-full {
        margin: 0;
    }

    .woocommerce-active .site-header .main-navigation {
        position: relative;
        width: 100%;
        margin: 0;
        float: right;
    }

    .main-navigation ul.menu {
        margin: 0;
        font-size: 20px;
    }
    
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        padding: 10px;
    }

    .menu-item.search {
        display: inline-block;
    }

    .site-search i {
        position: absolute;
        top: 2px;
        right: 5px;
        color: #000;
        z-index: 10;
        font-size: 21px;
    }

    .woocommerce-active .site-header .site-search {
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        transform: translateX(100%);
        transition: 0.3s ease-in-out;
    }
    .woocommerce-active .site-header .site-search.show {
        transform: translateX(0);
        transition: 0.3s ease-in-out;
    }

    .secondary-navigation {
        display: block;
        position: absolute;
        width: 100%!important;
        margin: 0;
        padding: 0;
        top: -40px;
        width: 100%;
        left: 0;
        background-color: #ffffff;
        color: #000;
    }

    .secondary-navigation .menu {
        margin: 0;
        padding-left: 0;
        display: block;
        list-style-type: none;
        float: left;
        font-size: 1em;
    }

    .secondary-navigation .menu li {
        position: relative;
        display: inline-block;
        min-width: 40px;
        text-align: center;
    }

    .secondary-navigation .menu li:first-child i {
        margin-right: 5px;
    }

    .secondary-navigation .menu li a {
        padding: 12px 4px;
        display: block;
        color: #333;
    }    

    .secondary-navigation .menu li a:hover {
        color: #00aa9d;
    }

    #site-header-cart {
        position: absolute;
        width: 300px;
        top: -40px;
        right: 6px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #site-header-cart li a {
        max-width: 140px;
        padding: 8px 10px 8px 0px;
        color: #333;
    }

    #site-header-cart .cart-contents:after {
        margin-left: 10px;
    }

    .login_register_account {
        display: inline-block;
        margin-right: 20px;
    }

    .site-header-cart .widget_shopping_cart {
        font-size: 1em;
    }

    .site-header-cart:hover .widget_shopping_cart, 
    .site-header-cart.focus .widget_shopping_cart {
        display: none;
    }

    #site-header-cart li:nth-child(2):hover .widget_shopping_cart,
    #site-header-cart.focus li:nth-child(2):hover .widget_shopping_cart {
        display: block;
    }

    #site-header-cart li.woocommerce-mini-cart-item.mini_cart_item a {
        max-width: 100%;
        padding: 10px 0 0;
        color: #fff;
    }

    #site-header-cart li.woocommerce-mini-cart-item.mini_cart_item .variation {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #site-header-cart li.woocommerce-mini-cart-item.mini_cart_item .variation dl,
    #site-header-cart li.woocommerce-mini-cart-item.mini_cart_item .variation dt {
        width: 50%;
    }

    .widget_shopping_cart {
        padding: 0;
    }

    .widget_shopping_cart a {
        color: #fff;
    }

    .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
        top: 8px;
    }

    .site-header .widget_shopping_cart p.buttons {
        padding: 10px;
    }

    #site-header-cart .widget_shopping_cart a.button {
        color: #fff;
        width: 48%;
        float: left;
        text-align: center;
        padding: 10px;
    }

    #site-header-cart .widget_shopping_cart a.button:first-child {
        margin-right: 4%;
    }

    dl.variation,
    dl.variation dd,
    dl.variation dd p {
        margin: 0;
        font-size: 1em;
    }

    .site-header .widget_shopping_cart li {
        padding: 3px 13px 0px;
    }

    .widget_shopping_cart p.total {
        border-bottom: 1px solid #fff;
    }

    .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
        top: 2px;
    }
}

@media only screen and (min-width: 1064px) {
    #site-header-cart {
        right: 96px;
    }
}

@media (min-width: 66.4989378334em) {
    .secondary-navigation {
        margin: 0 2.617924em;
    }
}

/* 
Home page styles
*/
.home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 0;
}

.home #content > .col-full {
	width: 100%;
	max-width: 100%;
    margin: 0;
    padding: 0;
}

.home.page-template-template-fullwidth .hentry.type-page .entry-header {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    height: 70vh;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.home .entry-header h1 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;    
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 1.4em;
    text-align: center;
    text-shadow: 1px 1px 4px hsla(0, 0%, 0%, 0.37);
}

.home.page-template-template-fullwidth .hentry.type-page .entry-header .button {
    padding: 20px 30px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
}

.home .header_inner {
    max-width: 1000px;
    padding: 20px;
}

.home.page-template-template-fullwidth .hentry {
    padding: 0;
}

.home .entry-content {
    max-width: 100%;
}

.wp-block-woocommerce-product-best-sellers,
.home h2 {
    padding: 0 20px;
}

.wp-block-woocommerce-product-best-sellers {
    margin-bottom: 30px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0; 
    border-bottom: 2px solid #efefef;
}

.home .wp-block-woocommerce-product-best-sellers {
    border-bottom: 0;
}

.home .entry-content .woocommerce {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.home .entry-content p {
    padding: 0 20px;
    color: #333;
    text-align: center; 
}

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

    .home.page-template-template-fullwidth .hentry.type-page .entry-header {
        max-height: 900px;
        margin-bottom: 50px;
    }

    .home .header_inner {
        width: 72%;
        padding: 0 20px 0 0;
        margin-left: auto;
        margin-right: 0px;        
    }

    .home .entry-header h1 {
        font-size: 50px;
    }
    
    .home h2 {
        margin-bottom: 50px;
    }

    .home h2.with_subtext {
        margin-bottom: 30px;
    }

    .home .entry-content p {
        margin-bottom: 35px;
        font-size: 18px;
    }

    .home .entry-content .woocommerce {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .home .header_inner {
        width: 80%;
        margin-left: auto;
        margin-right: 0px;
    }

    .home .entry-header h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1260px) {
    .page-template-template-homepage .entry-header h1 {
        font-size: 80px;
    }
}
/*
General styles
*/
.page-template .site-content .col-full {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.col-full,
.page-template.page-template-template-category .col-full {
    max-width: 1500px;
}

.hentry {
    margin: 0;
}

.button,
.button.alt {
	background-color: #00aa9d;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

.button:hover {
    background-color: #047b72;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    transition: 0.3s ease-in-out;
}

a:focus {
    outline: none;
}

.full_width {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
    margin-top: 1.4em;
}

@media only screen and (min-width: 768px) {
    .page-template.page-template-template-category .col-full {
        margin-left: auto;
        margin-right: auto;
        padding: 0 2.617924em;
    }

    .site-content p,
    .woocommerce-tabs ul.tabs li a {
        font-size: 18px;   
    }    
}
/* 
Breadcrumbs
*/
.storefront-breadcrumb {
    margin: 0;
}

.storefront-breadcrumb a {
    text-decoration: none;
}

/*
Typography
*/
h1, h2, h3, h4, h5{
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
}

/*
Page templates
*/
.page-template-template-fullwidth .hentry.type-page .entry-header,
.page-template-template-about .hentry.type-page .entry-header,
.page-template-template-contact .hentry.type-page .entry-header {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12vw; 
}
.page-template-template-fullwidth .hentry.type-page .entry-header img,
.page-template-template-about .hentry.type-page .entry-header img,
.page-template-template-contact .hentry.type-page .entry-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    filter: brightness(0.5);
    transform: translate(-50%, -50%);
}

.page-template-template-fullwidth .hentry.type-page .entry-header h1,
.page-template-template-fullwidth .hentry.type-page .entry-header p,
.page-template-template-about .hentry.type-page .entry-header h1,
.page-template-template-about .hentry.type-page .entry-header p,
.page-template-template-contact .hentry.type-page .entry-header h1,
.page-template-template-contact .hentry.type-page .entry-header p {
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 4px hsla(0, 0%, 0%, 0.37);
    text-align: center;
}    

.page-template-template-fullwidth .hentry.type-page .entry-header p:last-child,
.page-template-template-about .hentry.type-page .entry-header p:last-child,
.page-template-template-contact .hentry.type-page .entry-header p:last-child {
    margin-bottom: 0;
}

.page-template-template-fullwidth .hentry.type-page .entry-header a,
.page-template-template-about .hentry.type-page .entry-header a,
.page-template-template-contact .hentry.type-page .entry-header a {
    color: #fff;
    text-decoration: underline;
}

.page-template-template-about main section {
    padding: 30px 20px;
    text-align: center;
}

.page-template-template-about main section > div > div p:last-child {
    margin-bottom: 0;
}
.tea {
    margin-bottom: 10px;
    background: linear-gradient(150deg,rgba(255,255,255,0.8) 70%,rgba(255,255,255,0.2) 100%),url(/wp-content/uploads/2020/05/serving-tea.jpg);
    background-size: cover;
    background-position: center center;
}

.our_products h2 {
    margin-bottom: 30px;
}

.our_products > div > div:after {
    content: "";
    display: block;
    width: 60%;
    height: 2px;    
    background-color: #efefef;
    margin: 0 auto 25px; 
}

.our_products > div > div:last-child:after {
    display: none;
}

.our_products i {
    font-size: 40px;
    background-color: #00aa9d;
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.drag {
    box-shadow: 0 0 10px -4px #000;
}

.drag > div > div {
    overflow: hidden;
}

.drag > div > div img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    max-width: unset;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

@media only screen and (min-width: 768px) {
    .page-template-template-fullwidth .hentry.type-page .entry-header h1,
    .page-template-template-about .hentry.type-page .entry-header h1,
    .page-template-template-contact .hentry.type-page .entry-header h1 {    
        font-size: 70px;
    }

    .page-template-template-fullwidth .hentry.type-page .entry-header p,
    .page-template-template-about .hentry.type-page .entry-header p,
    .page-template-template-about main section p,
    .page-template-template-contact .hentry.type-page .entry-header p,
    .page-template-template-contact main .entry-content p {
        font-size: 18px;
    }

    .page-template-template-about main section {
        text-align: left;
    }

    .page-template-template-about main h2 {
        font-size: 50px;
    }

    .page-template-template-about main section.our_products {
        text-align: center;
    }

    .tea {
        background-image: linear-gradient(150deg,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%),url(/wp-content/uploads/2020/05/serving-tea.jpg);
    }

    .our_products > div > div {
        margin-bottom: 50px;
    }

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

    .our_products p {
        padding: 0 30px;
    }

    .our_products > div > div:after {
        display: none;
    }

    .page-template-template-about main section.drag {
        padding: 0;
    }

    .page-template-template-about main .drag h2 {
        font-size: 30px;
    }

    .drag > div > div:first-child {
        padding-left: 30px;
    }

    .tea > div > div:first-child,
    .drag > div > div:first-child {        
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .tea > div > div:first-child {
        padding: 0 30px 300px 45px;
    }

    .drag > div > div:first-child {
        padding: 30px 30px 30px 45px;
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) {
    .page-template-template-fullwidth .hentry.type-page .entry-header p,
    .page-template-template-about .hentry.type-page .entry-header p,
    .page-template-template-contact .hentry.type-page .entry-header p {
        font-size: 26px;
    }

    .page-template-template-about main section p {
        font-size: 20px;
    }

    .page-template-template-about main section {
        padding: 60px;
    }

    .page-template-template-about main section.our_products {
        padding-left: 20px;
        padding-right: 20px;
    }

    .our_products h2 {
        margin-bottom: 50px;
    }

    .our_products h3 {
        line-height: 1.2em;
        min-height: 48px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our_products p {
        padding: 0;
        font-size: 20px;
    }

    .page-template-template-about main .drag h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1260px) {
    .tea {
        height: 650px;
    }
    .tea .row {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    .tea > div > div:first-child, 
    .drag > div > div:first-child {
        padding-left: 10%;
    }

    .tea > div > div:last-child {
        padding-right: 10%;
    }
}

@media only screen and (min-width: 1367px) {
    .tea {        
        background-attachment: fixed;
    }
}

@media only screen and (min-width: 1500px) {
    .tea > div > div:first-child, 
    .drag > div > div:first-child {
        padding-left: 12%;
    }

    .tea > div > div:last-child {
        padding-right: 12%;
    }

    .our_products .row {
        padding-left: 12%;
        padding-right: 12%;
    }
}

@media only screen and (min-width: 1700px) {
    .our_products .row {
        padding-left: 5%;
        padding-right: 5%;
    }
    .our_products > div > div {
        padding: 0 60px;
    }
}
/*
Accordion
*/

.faqs {
    margin: 0;
}
.faqs h2 {
    margin: 0 0 30px
}
.faqs .accordion {
    box-shadow: 0 10px 10px -8px #e0e0e0;
    background-color: #fff
}
.faqs h3 {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 35px;
    color: #333;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .faqs h3 {
        padding-left: 57px;
        font-size: 25px
    }
}
@media only screen and (min-width: 1350px) {
    .faqs h3 {
        max-width: 1000px;
        font-size: 30px
    }
}
.faqs h3 i {
    position: absolute;
    left: 0;
    top: 8px
}
.faqs p {
    color: #333
}
.faqs p:last-child {
    margin-bottom: 0
}
.faqs .accordion-header {
    display: block;
    padding: 25px;
    background-color: #fff;
    outline: none;
}
@media only screen and (min-width: 768px) {
    .faqs .accordion-header {
        padding: 40px
    }
}
@media only screen and (min-width: 1024px) {
    .faqs .accordion-header {
        padding: 60px
    }
}
@media only screen and (min-width: 1800px) {
    .faqs .accordion-header {
        padding: 70px
    }
}
.faqs .accordion-header:nth-of-type(2n) {
    background-color: #f1f1f1
}
.faqs .answer {
    color: #D34699;
    background-color: #fff;
    text-align: left
}
.faqs .answer:nth-of-type(2n) {
    background-color: #f1f1f1
}
.faqs .answer .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 30px
}
@media only screen and (min-width: 768px) {
    .faqs .answer .inner {
        max-width: 888px;
        padding-right: 100px;
        padding-left: 100px;
        padding-bottom: 50px;
        font-size: 18px
    }
}
@media only screen and (min-width: 1024px) {
    .faqs .answer .inner {
        padding-bottom: 70px;
        font-size: 20px
    }
}
@media only screen and (min-width: 1350px) {
    .faqs .answer .inner {
        max-width: 998px;
        padding-right: 58px;
        padding-left: 58px
    }
}
@media only screen and (min-width: 1800px) {
    .faqs .answer .inner {
        font-size: 22px
    }
}


/*
Products
*/

.page-template-template-category ul.products {
    margin-bottom: 30px;
}

.woocommerce-result-count {
    display: none;
}
ul.products li.product {
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
}

ul.products li.product h2,
ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
}

.products img {
    display: block;
    margin: 0 auto 30px;
    box-shadow: 0 0 12px 0px #dedede;    
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 3px;
    margin: 10px 10px 1.618em;
}
.products .price {    
    font-size: 20px;
}
ul.products li.product .price,
.single-product div.product p.price {
    color: #00aa9d;
    font-weight: bold;
}

ul.products li.product:last-child {
    margin-bottom: 0;
}

.storefront-sorting {
    display: none;
}

.soldout {
    padding: 3px 8px;
    text-align: center;
    background: #c53737;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 16px;
    left: 0;
    width: 90px;
    margin: auto;
}

.woocommerce-products-header h1 {
    text-align: center;
}

.single-product div.product .woocommerce-product-gallery {
    max-width: 587px;
    margin-left: auto;
    margin-right: auto;
}

.single-product div.product table.variations select {
    max-width: 100%;
}

.single-product div.product table.variations td {
    padding: 5px 0;
}

a.reset_variations {
    margin: 10px 0 0 0;
}
.entry-content .woocommerce-Price-amount {
    font-size: 20px;
}

.woocommerce-tabs .entry-content a {
    color: #00aa9d;
}
.woocommerce-tabs .entry-content a:hover {
    color: #047b72;
}

.term-description {
    margin-bottom: 40px;
}

.woocommerce-message,
.woocommerce-info, 
.woocommerce-noreviews, 
p.no-comments {
    background-color: #06a99d;
}

.woocommerce-error {
    background-color: #b53737;
}

.woocommerce-password-strength.bad, 
.woocommerce-password-strength.short,
.stock.out-of-stock {
    color:  #b53737;
}

.woocommerce-password-strength.good {
    color: #ffc324;
}

.woocommerce-password-strength.strong,
.stock.in-stock {
    color: #06a99d;
}

.single-product div.product .product_meta .sku_wrapper {
    display: none;
}

@media only screen and (min-width: 768px) {
    .page-template-template-category ul.products {
        margin-bottom: 50px;
    }

    ul.products li.product {
        max-width: unset;        
    }
    ul.products li.product h2, 
    ul.products li.product .woocommerce-loop-product__title {
        font-size: 17px;
        min-height: 60px;
    }

    .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product {
        margin-bottom: 0;
    }

    .storefront-full-width-content .woocommerce-products-header {
        padding: 0;
    }

    .storefront-full-width-content .woocommerce-products-header h1,
    .storefront-full-width-content .woocommerce-products-header h1:last-child {
        margin-bottom: 50px;
    }
    a.reset_variations {
        padding: 10px 0 0 10px;
    }

    .term-description {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    ul.products li.product h2, 
    ul.products li.product .woocommerce-loop-product__title {
        min-height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    ul.products li.product h2, 
    ul.products li.product .woocommerce-loop-product__title {
        font-size: 22px;
    }
}

/*
Pagination
*/
.pagination .page-numbers li .page-numbers.current, 
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #00aa9d;
    border-color: #00aa9d;
    color: white;
}

.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: #00aa9d;
}

.storefront-product-pagination {
    display: none;
}

/*
Cart
*/

.site-header-cart .cart-contents {
    outline: none;
}

/*
Signup form
*/
.subscribe {
    margin-bottom: 60px;
}
.subscribe h2 {
    text-align: center;
}
.subscribe p {
    padding: 0 20px;
}

.subscribe .form {
    padding: 0 20px;
}

.subscribe #mc_embed_signup form {
    padding: 0;
}

.subscribe #mc_embed_signup .mc-field-group {
    width: 100%;
    padding: 0;
}

.subscribe .form .text_fields {
    display: flex;
    justify-content: space-between;
}

.subscribe .form  .text_fields input {
    width: 48%;
}

.subscribe .form input {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
    border: none!important;
}
.subscribe .form .email_field {
    position: relative;
}

.subscribe .form .asterisk {
    position: absolute!important;
    top: -2px!important;
    right: 5px;
}

.subscribe #mc_embed_signup .button {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 4px 20px;
    height: auto;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #000!important;
    border: 1px solid #000!important;
    transition: 0.3s ease-in-out;
}
.subscribe .form input[type='submit']:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s ease-in-out;
}

.subscribe #mc_embed_signup div#mce-responses {
    width: 100%;
    margin: 0;
    padding: 0;
}
.subscribe #mc_embed_signup div.response {
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .subscribe {
        display: flex;
        max-width: 1400px;
        margin: 0 auto 60px;
    }

    .subscribe h2 {
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: left;
    }

    .subscribe .form {
        min-width: 450px;
        padding: 7px 20px 0;
    }

    .subscribe p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1024px) {
    .subscribe h2 {
        margin-bottom: 24px;
        font-size: 60px;
    }

    .subscribe .form {
        padding: 12px 20px 0;
    }

    .subscribe p {
        font-size: 20px;
    }
    
    .subscribe .form input[type='submit'] {
        letter-spacing: 2px;
        font-weight: normal;
        font-size: 20px;
    }
}

/*
General Forms
*/
input[type='text'], 
input[type='number'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='search'], 
textarea, 
.input-text {
    box-shadow: none;
}

input:focus, textarea:focus, input[type="style"]:focus {
    outline: 2px solid #00aa9d;
}

.woocommerce-form-login__rememberme {
    margin-bottom: 20px;
}

/*
Comments
*/
#respond .comment-form-url {
    display: none;
}

.comment-form-cookies-consent {
    display: block;
    clear: both;
}

#respond .akismet_comment_form_privacy_notice {
    padding: 0 25px;
}

@media (min-width: 768px) {
    #respond .comment-form-author,
    #respond .comment-form-email {
        width: 47.06%;
    }
    #respond .comment-form-email {
        margin-right: 0;
    }
}
/*
Blog
*/

.blog h1 {
    text-align: center;
}
.blog article {
    border: 1px solid #efefef;
}
.blog article .entry-header {
    margin: 0;
    padding: 10px;
}
.blog article .post-comments {
    display: none;
}
.blog article h2 {
    margin: 5px 0 0;
    font-size: 25px;
}
.blog article .entry-content {
    padding: 0 10px;
}
.blog article .entry-content img {
    margin: 0 -10px 10px;
    width: calc(100% + 20px );
    max-width: unset;
    border-radius: 0;
}
.blog article .entry-taxonomy {
    margin: 0;
    padding: 5px 10px;
}
.hentry .entry-content a {
    text-decoration: none;
}
.more-link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    padding: 0.6180469716em 1.41575em;
    background-color: #00aa9d;
    color: #fff;
}
.cat-links a, .tags-links a {
    color: #00aa9d;
    text-decoration: none;
}
.hentry .entry-header .posted-on a, 
.hentry .entry-header .post-author a, 
.hentry .entry-header .post-comments a, 
.hentry .entry-header .byline a {
    text-decoration: none;
}

.blog article .entry-taxonomy {
    display: none;
}

.single-post .site-content .col-full,
.archive.category .site-content .col-full {
    max-width: 1000px;
}

@media only screen and (min-width: 1024px) {
    .blog .hentry,
    .blog h1 {
        margin-bottom: 50px;
    }

    .blog article {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .blog article:nth-child(2n+1) {
        margin-right: 0;   
    }
}

@media only screen and (min-width: 1260px) {
    .blog article {
        width: 32%;
        float: left;
        margin-right: 2%;
    }
    .blog article:nth-child(2n+1) {
        margin-right: 2%;
    }

    .blog article:nth-child(3n+1) {
        margin-right: 0;
    }
}

/*
Contact
*/
.page-template-template-contact .entry-content {
    margin-bottom: 50px;
    box-shadow: 0 0 10px -4px #000;
}
.page-template-template-contact .entry-content .row {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
}
.page-template-template-contact .entry-content form,
.page-template-template-contact .entry-content form p {
    margin-bottom: 0;
}
.page-template-template-contact .entry-content input,
.page-template-template-contact .entry-content textarea {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
}
.page-template-template-contact .entry-content input[type='submit'] {
    margin-bottom: 0;
}
.page-template-template-contact .entry-content textarea {
    height: 214px;
}
.page-template-template-contact .entry-content label {
    position: relative;
    display: block;
}
.page-template-template-contact .asterisk {
    position: absolute!important;
    top: -2px;
    right: 5px;
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
}
span.wpcf7-list-item {
    margin: 0;
}
span.wpcf7-not-valid-tip {
    margin-top: -15px;
}
div.wpcf7-response-output {
    margin-top: -20px;
}

@media only screen and (min-width: 768px) {
    .page-template-template-contact .hentry.type-page .entry-header {        
        margin-bottom: 50px;
    }
    .page-template-template-contact .entry-content {
        margin-top: -50px;
    }

    .page-template-template-contact .entry-content .row {
        padding: 50px 0 40px;
    }
    .page-template-template-contact .entry-content .row > div:first-child h2 {
        margin-bottom: 26px;
    }
    .page-template-template-contact .entry-content .social {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .page-template-template-contact .entry-content .row {
        padding: 70px 30px 60px;
    }
}

@media only screen and (min-width: 1260px) {
    .page-template-template-contact .entry-content .row {
        padding: 70px 0 60px;
    }
}
/*
Footer
*/
.site-footer {
    padding-bottom: 90px;
    background-color: #000;
    text-align: center;    
}

.site-footer h3 {
    color: #fff;
}

.site-footer a:not(.button):not(.components-button) {
    text-decoration: none;
}
.site-footer .email {
    margin-bottom: 20px;
    display: block;
}

.footer-menu {
    margin: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-menu li a {
    padding: 0 5px;
}

footer .site-search .fa-times {
    display: none;
}

@media only screen and (min-width: 768px) {
    .site-footer {
        padding-bottom: 30px;
    }

    .site-footer .social {
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .footer-menu li a {
        border-right: 2px solid #fff;
        padding: 0 10px;
    }

    .footer-menu li:last-child a {
        border-right: none;
    }
}

/*
Social
*/
.social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 3px solid white;
    padding-bottom: 20px;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.social i {
    display: block;
    width: 55px;
    height: 55px;
    padding: 10px;
    border-radius: 50%;
    color: #000;
    font-size: 35px;
    background-color: #fff;
}

.social a.animate {
    animation: pop 0.3s linear 1;
}

.social a:nth-child(1) {
    animation-delay: 0.8s;
}

.social a:nth-child(2) {
    animation-delay: 0.9s;
}

.social a:nth-child(3) {
    animation-delay: 1s;
}

@keyframes pop{
  50%  {transform: scale(1.4);}
}

/*
Mobile shopping menu - sticky at bottom of viewport
*/
.site-footer a:not(.button):not(.components-button) {
    color: #fff;
}

.site-footer .storefront-handheld-footer-bar a:not(.button) {
    color: red;
}
.storefront-handheld-footer-bar ul li.cart .count {
    background-color: #00aa9d;
    color: #fff;
    border-color: #00aa9d;
}

/* A bit of Bootstap */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }   
}

@media screen and (min-width: 1024px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

#scroll_to_top {
    position: fixed;
    bottom: 125px;
    right: 0;
    color: white;
    padding: 10px;
    background-color: rgba(0,0,0,0.4);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
#scroll_to_top:hover {
    background-color: rgba(0,0,0,1);
    transition: 0.3s ease-in-out;
}

#scroll_to_top.visible {
    opacity: 1;
    transform: translateX(0%);
    transition: 0.3s ease-in-out;
}
#scroll_to_top.hidden {
    opacity: 0;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
}