/*
Theme Name: Soaring Penguin Press
Theme URI: Theme URI: https://accesspressthemes.com/wordpress-themes/storevilla/
description: StoreVilla Child Theme for Soaring Penguin Press site
Author: John Anderson
Author URI: http://soaringpenguin.com
Template: storevilla
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: storevilla
*/
/** Global settings */
html {
  font-size: 100%;
}

/**
Colours
*/
/** Blocks styles **/
aside.widget-area {
  float: right;
  float: right;
  width: 26%;
  padding: 45px 0 0 0;
  font-size: 13px;
  display: block;
}

.creator.has-post-thumbnail {
  display: flex;
  margin-bottom: 2em;
  justify-content: space-between;
  flex-wrap: wrap;
}
.creator.has-post-thumbnail .single-creator_image {
  width: 48%;
}
.creator.has-post-thumbnail .single-creator_summary {
  width: 48%;
}

.product-categories-wrapper {
  padding: 40px 0 50px;
}

.blog-and-news-wrapper .custom-html-widget {
  border: 1px solid #737577;
  overflow: hidden;
  padding: 30px 30px 10px;
}

.events-wrapper {
  background-color: #00192b;
  padding: 40px 0 50px;
}

.post-type-archive-creator #primary {
  width: 100%;
}
@media screen and (min-width: 1150px) {
  .post-type-archive-creator #primary {
    width: 70%;
  }
}

/** Elements aggregator */
/** Buttons styles */
/*button,
a.add_to_cart_button,
a.wc-forward,
a.wc-backward
{
    color: white!important;
    background: $SPPBlue!important;
    border-width: 0!important;
    border-radius: 3px 3px 15px 3px!important;
    padding: 0 20px!important;
    line-height: 2rem!important;
    border-color: $SPPDarkBlue!important;
    border-width: 0 0 2px 0!important;
    font-family: $headingFamily!important;
}

button.menu-toggle {
    position: relative;
}
.dot {
    height: 10px;
    width: 10px;
    background-color: $SPPGreen;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 3px;
}*/
a.blog-preview-btn {
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
  font-family: Open Sans;
  font-size: 14px;
  color: #737577;
  padding: 9px 25px;
  border: 1px solid #737577;
}
a.blog-preview-btn:hover {
  transition: all 0.5s ease-in-out 0s;
  color: white;
  background-color: #00192b;
  border-color: #00192b;
}
a.blog-preview-btn.btn-reverse {
  background-color: white;
}
a.blog-preview-btn.btn-reverse:hover {
  background-color: #00192b;
  border-color: #00192b;
}

/** Headings styles */
h1.creator_title {
  margin-bottom: 3px;
  color: #6a6a6a;
  text-transform: uppercase;
  font-size: 26px;
  font-family: Open Sans;
  font-weight: 400;
}

h3 {
  font-size: calc( 1.2rem + 0.1vw );
}

h3.widget-title {
  text-transform: uppercase;
  font-size: calc( 1rem + 0.6vw );
  font-family: Open Sans;
  font-weight: 400;
}

.best-sellers_wrapper h3,
.blog-and-news-wrapper h3 {
  color: #007fdc !important;
}

.blog-and-news-posts .blog-preview-info > h2 {
  line-height: 1;
}

.product-categories-wrapper .store-container > h3 {
  color: white !important;
}

/** Breadcrumb style */
nav.woocommerce-breadcrumb {
  display: block;
  margin: 0 0 30px;
  font-size: 14px;
  padding: 0;
  color: #767676;
}
nav.woocommerce-breadcrumb a {
  color: #767676;
}
nav.woocommerce-breadcrumb a:hover {
  color: #007fdc;
}

/** Roundel styles */
.roundel {
  background-color: #DE8909;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 1rem;
  color: #00192b;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1;
  text-align: center;
  line-height: 75px;
  transform: rotate(20deg);
}

/** Components aggregator */
/*@import "components/component.header";
@import "components/component.main";
@import "components/component.gdpr";
@import "components/component.single";*/
/** Navigation style **/
.my_account_wrapper {
  display: none;
}

.sv_logout {
  display: none;
}

.sv_login {
  display: none;
}

/** Lists styles **/
.creators-list .archive-creator--creator-detail {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1150px) {
  .creators-list .archive-creator--creator-detail {
    margin-left: 0;
    margin-right: 40px;
    max-width: 246px;
  }
}
@media screen and (min-width: 1250px) {
  .creators-list .archive-creator--creator-detail:nth-child(3n) {
    margin-right: 0;
  }
}
.creators-list .archive-creator--creator-detail h2 {
  font-size: 1.5rem;
  margin: 0;
}
.creators-list .archive-creator--creator-detail h2 a {
  color: #737577;
}
.creators-list .archive-creator--creator-detail h2 a:hover {
  color: #007fdc;
}
.creators-list .archive-creator--creator-detail h3 {
  font-size: 1.2rem;
  color: #737577;
}
@media screen and (min-width: 700px) {
  .creators-list {
    display: flex;
    flex-wrap: wrap;
  }
}

/*.product-list {
    display: flex;
    flex-wrap: wrap;
    article {
        width: 100%;
        margin-right: 0.5%;
        header {
            position: relative;
            width: 100%;
            padding-top: 100%;
            overflow: hidden;
            a {
                position:absolute;
                top: 0;
                left: 0;
            }
            img {
                box-shadow: 5px 5px 5px #888;
                border-left: 1px solid #ccc;
                filter: blur(0.03px);
            }
        }
        .entry-content {
            margin-top: 0;
            h3 {
                line-height: 1.5rem;
                margin-top: 10px;
            }
            a {
                text-decoration: none;
            }
        }
    }
    .add_to_cart_inline {
        border: 0!important;
        padding: 0!important;
        display: flex;
        justify-content: space-between;
        a.button {
            color: white;
            background: $SPPBlue;
            border-width: 0;
            border-radius: 3px 3px 15px 3px;
            padding: 0 20px;
            line-height: 2rem;
            border-color: $SPPDarkBlue;
            border-width: 0 0 2px 0;
            font-family: $headingFamily;
        }
    }
}*/
/** Footer styles **/
footer {
  background-color: #00192b;
}
footer .footer-widgets {
  background-color: transparent !important;
}
footer .top-footer-wrap {
  width: 100% !important;
  padding-left: 0 !important;
}
footer .bottom-footer-wrap {
  background-color: transparent !important;
}
@media screen and (min-width: 769px) {
  footer .footer-widgets {
    background-color: transparent !important;
  }
  footer .footer-widgets .store-container {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-widgets .store-container section[class^=footer-widget-] {
    margin-right: 0 !important;
  }
  footer .footer-widgets .store-container .footer-widget-2,
footer .footer-widgets .store-container .footer-widget-5 {
    width: 28% !important;
  }
}
footer .footer-widget-5 {
  border: 1px solid white;
}
footer .footer-widget-5 input[type=submit] {
  box-shadow: none;
  background-color: #007fdc;
  border-color: #00192b;
}

/** Single Creator page styles */
section.creator h2 {
  color: #6a6a6a;
  font-family: Open Sans;
  text-transform: capitalize;
  font-size: 26px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
section.creator ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em 0;
}
section.creator ul.products li {
  border: 1px solid #eeeeee;
  padding: 18px 7px 7px;
  margin-bottom: 30px;
  width: 30.75%;
  text-align: center;
  margin: 0 2.5% 2.992em 0;
}
section.creator ul.products li h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
section.creator ul.products li h3 a {
  font-family: Open Sans;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.creator ul.products li h3 a:hover {
  color: #0091D5;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.single-creator_image figure {
  margin: 0;
}

.single-creator_summary {
  margin-top: 0;
}

.single-creator_products {
  width: 100%;
}

/** Breadcrumb style */
nav.spp-breadcrumb {
  display: block;
  margin: 0 0 30px;
  font-size: 14px;
  padding: 0;
  color: #767676;
}
nav.spp-breadcrumb a:hover {
  color: #007fdc;
}

/** Product styles */
.single-creator_products .products,
.bestseller_products .products {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.single-creator_products .products li,
.bestseller_products .products li {
  border: 1px solid #eeeeee;
  padding: 18px 7px 7px;
  margin: 0 3.8% 2.992em 0;
  margin-bottom: 30px;
  margin-right: 0;
  text-align: center;
  list-style: none;
}
.single-creator_products .products li h3,
.bestseller_products .products li h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.single-creator_products .products li h3 a,
.bestseller_products .products li h3 a {
  font-family: Open Sans;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-creator_products .products li h3 a:hover,
.bestseller_products .products li h3 a:hover {
  color: #007fdc;
}
.single-creator_products .products li h3.woocommerce-loop-product__creators a,
.bestseller_products .products li h3.woocommerce-loop-product__creators a {
  font-size: 1em;
}
.single-creator_products .products li h4,
.bestseller_products .products li h4 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.single-creator_products .products li h4 a,
.bestseller_products .products li h4 a {
  font-family: Open Sans;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-creator_products .products li h4 a:hover,
.bestseller_products .products li h4 a:hover {
  color: #007fdc;
}
.single-creator_products .products li .block-item-title a,
.bestseller_products .products li .block-item-title a {
  display: block;
}

.products.columns-3 li {
  width: 30.75%;
}
.products.columns-3 li:nth-child(3n) {
  margin-right: 0;
}

.products.columns-4 li {
  width: 292px;
  margin: 0 auto;
}
.products.columns-4 li:nth-child(4n) {
  margin-right: 0;
}

/** Calendar styling */
button.tribe-common-c-btn {
  box-shadow: none !important;
  background-color: #007fdc !important;
  font-family: Open Sans !important;
  font-weight: 400 !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #44A0E1;
}

.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused {
  background-color: #007fdc;
}

.tribe-events-header__top-bar .tribe-common-c-btn-border-small {
  background-color: #44A0E1 !important;
  font-family: Open Sans !important;
  border-color: #00192b !important;
  color: white !important;
}

.spp_events {
  background-color: white;
  position: relative;
}
.spp_events li {
  height: 100px;
}
.spp_events li .sp_event_list-event {
  border: 1px solid #44A0E1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .spp_events li .sp_event_list-event {
    flex-direction: row;
  }
}
.spp_events li .sp_event_list-event-date {
  background-color: #c4e6ff;
  color: #00192b;
  width: 100%;
  padding: 2px;
  text-align: center;
  font-size: calc( 0.5rem + 0.3vw);
  line-height: 1.1;
  display: table;
}
.spp_events li .sp_event_list-event-date > span {
  vertical-align: middle;
  display: none;
}
@media screen and (min-width: 768px) {
  .spp_events li .sp_event_list-event-date > span {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .spp_events li .sp_event_list-event-date {
    width: 30%;
  }
  .spp_events li .sp_event_list-event-date .sp_event_list-event-date_short {
    display: none;
  }
}
.spp_events li .sp_event_list-event-text {
  width: 100%;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.spp_events li .sp_event_list-event-text h3 {
  font-family: Open Sans;
  font-size: calc( 0.6rem + 0.5vw );
  color: #737577;
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 1 !important;
}
@media screen and (min-width: 768px) {
  .spp_events li .sp_event_list-event-text {
    width: 70%;
  }
}

/** Slider styling */
.spp_product_categories {
  background-color: white;
}
.spp_product_categories .splide__arrows {
  float: right;
  display: flex;
  position: absolute;
  right: 0;
  top: -45px;
}
.spp_product_categories .splide__arrow {
  border: 1px solid #fff;
  margin-left: 3px;
}
.spp_product_categories i.fas {
  font-family: FontAwesome;
  color: white;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 0 15px 0;
  font-style: normal;
}
.spp_product_categories .splide__slide a {
  display: inline-block;
  position: relative;
}
.spp_product_categories .splide__slide a h3 {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: 17%;
  color: #00192b;
  display: block;
  left: 0;
  padding: 13px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  width: 100%;
  font-size: calc( 0.7rem + 1.0vw );
}
.spp_product_categories .splide__slide a h3:hover {
  background: rgba(68, 160, 225, 0.8);
}
.spp_product_categories .splide__pagination {
  display: none;
}

.spp_events .splide__arrows {
  float: right;
  display: flex;
  position: absolute;
  right: 0;
  top: -45px;
}
.spp_events .splide__arrow {
  border: 1px solid #fff;
  margin-left: 3px;
}
.spp_events i.fas {
  font-family: FontAwesome;
  color: white;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 0 15px 0;
  font-style: normal;
}
.spp_events .splide__pagination {
  display: none;
}

.featured-creators-carousel li.splide__slide {
  height: 240px;
  overflow: hidden;
  padding-left: 0;
  padding-top: 0;
}
.featured-creators-carousel li.splide__slide img {
  width: 100%;
}
.featured-creators-carousel li.splide__slide h3 {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: 17%;
  color: #00192b;
  display: block;
  left: 0;
  padding: 13px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
.featured-creators-carousel li.splide__slide h3:hover {
  background: rgba(68, 160, 225, 0.8);
}
.featured-creators-carousel .splide__pagination {
  display: none;
}

.spp-hero-banners {
  margin-top: -5px;
}
.spp-hero-banners li {
  position: relative;
  padding-top: 0;
}
.spp-hero-banners li .banner_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  right: 50px;
  font-size: 18px;
  font-family: Open Sans;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 400px;
}
.spp-hero-banners li a {
  position: absolute;
  right: 7%;
  bottom: 7%;
}
.spp-hero-banners ul.splide__pagination {
  display: none;
}

/** Styling for Single Posts */
.storevilla-blog figure {
  margin: 0;
}

/** Styling for Blog and News Posts on Home Page */
@media screen and (min-width: 600px) {
  section.blog-and-news-posts {
    display: grid;
    grid-template-columns: 22.93% 48.87% 22.93%;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 2.63%;
    grid-row-gap: 2.63%;
  }
  section.blog-and-news-posts .blog-preview-item:nth-child(1) {
    grid-area: 1/2/3/3;
  }
  section.blog-and-news-posts .blog-preview-item:nth-child(2) {
    grid-area: 1/1/2/2;
  }
  section.blog-and-news-posts .blog-preview-item:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  section.blog-and-news-posts .blog-preview-item:nth-child(4) {
    grid-area: 1/3/2/4;
  }
  section.blog-and-news-posts .blog-preview-item:nth-child(5) {
    grid-area: 2/3/3/4;
  }
}
section.blog-and-news-posts .blog-preview-item {
  width: 100%;
}
section.blog-and-news-posts h2 a {
  font-family: Open Sans;
  font-size: 20px;
  color: #737577;
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 1 !important;
}
section.blog-and-news-posts h2 a:hover {
  color: #44A0E1;
}
section.blog-and-news-posts .blog-preview_desc {
  margin-bottom: 15px;
}

/** Styling for Featured Title */
.spp-featured-title {
  position: relative;
}
.spp-featured-title.newest h3 {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: 17%;
  color: #00192b;
  display: block;
  left: 0;
  padding: 13px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
.spp-featured-title.newest h3:hover {
  background: rgba(68, 160, 225, 0.8);
}
.spp-featured-title a {
  height: 240px;
  overflow: hidden;
  padding-left: 0;
  padding-top: 0;
  display: block;
}

/** Alt Sources styles */
.entry-summary_alt-sources {
  display: flex;
  flex-wrap: wrap;
}
.entry-summary_alt-sources p {
  min-width: 100%;
}
.entry-summary_alt-sources .entry-summary_alt-sources_source a {
  border-radius: 20px;
  border: 1px solid #00192b;
  display: block;
  margin-bottom: 12px;
  margin-right: 12px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
