/*
Theme Name:   	Kilt Co. Storefront Child Theme
Theme URI:    	https://iannicholson.co.uk
Author:       	Ian Nicholson
Author URI:     https://iannicholson.co.uk
Template:     	storefront
Description:  	Kilt Co. child theme for WooThemes StoreFront theme
Version:      	5.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
*/
/*
 * Add your own custom css below this text.
 */
/* =Theme customization starts here
------------------------------------------------------- */
/* Standard */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Didact Gothic";
}

p {
  font-family: "Roboto";
}

body,
button,
input,
textarea {
  font-family: "Didact Gothic";
  font-size: 16px;
  text-rendering: initial; /* overwrite storefront, causes issue in breadcrumb where '/' too close to text*/
}

a {
  outline: none !important;
}

/* TODO: Remove clearfix from other style sheets*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}
.clearfix:after {
  clear: both;
}

select {
  border-color: rgb(166, 166, 166);
  border-radius: 5px;
  background-color: white;
}

a.button, button.button, input.button, input.btn, .button.alt, .outfit_link_btn, ul.products li.product .button, #review_form #submit {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
  border-radius: 2.618em;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  padding: 5px 15px;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: 2px 3px 10px 0px #000000;
  margin-bottom: 10px;
}
a.button:hover, button.button:hover, input.button:hover, input.btn:hover, .button.alt:hover, .outfit_link_btn:hover, ul.products li.product .button:hover, #review_form #submit:hover {
  color: #ffffff;
  background-color: #810080;
  border: 1px solid #ffffff;
  box-shadow: 2px 3px 10px 0px #810080;
}

/* Custom Styling for the Download File Block as used in new "Scottish Experience" page */
.hentry .entry-content .wp-block-file.kc_file_block a,
.editor-styles-wrapper .wp-block-file.kc_file_block a {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.hentry .entry-content .wp-block-file.kc_file_block a.wp-block-file__button,
.editor-styles-wrapper .wp-block-file.kc_file_block a.wp-block-file__button {
  display: inline-block;
  border-width: 3px;
  border-radius: 30px;
  border-color: #abb8c3;
  border-style: solid;
  color: #ffffff;
  background-color: #9b51e0;
  font-size: 16px;
  font-weight: 700;
  width: auto;
  padding: 5px 15px;
  box-shadow: 2px 3px 10px 0px #000000;
}
.hentry .entry-content .wp-block-file.kc_file_block a.wp-block-file__button:hover,
.editor-styles-wrapper .wp-block-file.kc_file_block a.wp-block-file__button:hover {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}

/* Masthead */
@media screen and (max-width: 920px) {
  .home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 10px;
  }
}

.storefront-secondary-navigation.woocommerce-active .site-header {
  /*
  .kc_contact{
    color: #f60b13;
    float: none;
    display: inline-block;
    margin: 10px 0 10px 15px;
    border-top: 1px solid lightslategrey;
    border-bottom: 1px solid lightslategrey;
    border: 1px solid blue;

    @media screen and (min-width: 485px) {
      float: right;
      margin: 0px 0px 20px;
    }
    .kc_contact_questions{
      h4{
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1em;
        float: left;
        clear: none;
        padding:0 10px;
        @media screen and (min-width: 485px) and (max-width: 655px) {
          float: none;
        }
        @media screen and (min-width: 1070px) {
          float: none;
        }
        @media screen and (min-width: 768px) {
          font-size: 1.2em;
        }
      }
    }
    .kc_contact_numbers{
      margin-top: 3px;
      margin-bottom: 6px;
      p{
        margin-top: 0px;
        margin-bottom: 3px;
        font-size: 0.8em;
        float: left;
        padding:0 10px;
        color: gray;
        font-weight: 700;
        @media screen and (min-width: 485px) and (max-width: 655px) {
          float: none;
        }
        @media screen and (min-width: 1070px) {
          float: none;
        }
        @media screen and (min-width: 768px) {
          font-size: 1em;
        }
      }
    }
  }
  */
}
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
  width: 100%;
  float: none;
}
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding img {
  max-width: 500px;
  margin: 0px auto;
}
@media screen and (min-width: 920px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: auto;
    float: left;
  }
}
@media screen and (min-width: 920px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .kc_header_wrapper {
    width: auto;
    float: right;
  }
}
.storefront-secondary-navigation.woocommerce-active .site-header .kc_contact {
  padding: 10px;
}
.storefront-secondary-navigation.woocommerce-active .site-header .kc_contact .kc_contact_questions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.storefront-secondary-navigation.woocommerce-active .site-header .kc_contact .kc_contact_questions h4 {
  font-size: 34px;
  font-weight: 700;
  padding: 0 10px;
  border-top: 1px solid lightslategrey;
}
@media screen and (max-width: 1080px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .kc_contact .kc_contact_questions h4 {
    font-size: 22px;
  }
}
.storefront-secondary-navigation.woocommerce-active .site-header .kc_contact .kc_contact_numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.storefront-secondary-navigation.woocommerce-active .site-header .kc_contact .kc_contact_numbers p {
  margin: 0px;
  padding: 0 10px;
  color: gray;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid lightslategrey;
}
@media screen and (max-width: 1080px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .kc_contact .kc_contact_numbers p {
    font-size: 20px;
  }
}
.storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation {
  float: none;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 920px) {
  .storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation {
    display: none;
  }
}
.storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation ul.menu {
  list-style: none;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0px;
}
@media screen and (min-width: 920px) {
  .storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation ul.menu {
    width: 500px;
  }
}
.storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation ul.menu li {
  margin-right: 5px;
}
@media screen and (min-width: 920px) {
  .storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation ul.menu li {
    margin-right: 10px;
  }
}
.storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation ul.menu a {
  font-size: 1em;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px;
}
@media screen and (min-width: 500px) {
  .storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation ul.menu a {
    font-size: 1.4em;
  }
}
.storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation ul.menu a:hover {
  color: white;
  background-color: #810080;
}
.storefront-secondary-navigation.woocommerce-active .site-header #kc-sec-nav.secondary-navigation ul.menu li.current-menu-item > a {
  color: white;
  background-color: #810080;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row.mega-kc_woo_cart_menu_row {
  background-color: #fff;
}

@media only screen and (max-width: 1100px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col {
  border: 3px solid #810080;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart {
  background-color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .mega-block-title {
  color: #fff;
  background-color: #000;
  border: 1px solid grey !important;
  margin-top: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item a {
  color: #810080;
  font-size: 22px;
  font-weight: 700;
  white-space: inherit;
  padding-left: 20px;
  padding-top: 2px;
}
@media only screen and (min-width: 1000px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content dl.variation {
    color: #000;
    display: flex;
    flex-wrap: wrap;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content dl.variation dt {
    font-size: 20px;
    text-align: right;
    line-height: 30px;
    width: calc(40% - 20px);
    min-width: 300px;
    padding-right: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content dl.variation dd {
    font-size: 18px;
    line-height: 30px;
    width: calc(40% - 20px);
    min-width: 300px;
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content dl.variation {
    color: #000;
    display: block;
    flex-wrap: wrap;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content dl.variation dt {
    font-size: 20px;
    line-height: 30px;
    padding-right: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content dl.variation dd {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li img {
    float: none;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content .quantity {
  font-size: 20px;
  color: #810080;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
  color: black;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-kc_woo_cart_menu_col li.mega-menu-item.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a {
  color: #fff;
  background-color: #810080;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
  max-width: 250px;
}

@media only screen and (min-width: 767px) {
  .woocommerce-shipping-totals.shipping ul#shipping_method li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .woocommerce-shipping-totals.shipping ul#shipping_method input {
    margin-top: 7px;
  }
}
#wpsl-wrap {
  border: 3px solid #810080;
}
#wpsl-wrap .wpsl-search {
  background: #000000;
}
#wpsl-wrap .wpsl-search label {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
#wpsl-wrap .wpsl-search #wpsl-search-btn {
  background-image: none;
  background-color: #810080;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid white;
  border-radius: 10px;
}
#wpsl-wrap #wpsl-stores {
  box-shadow: 0 8px 8px -8px #333;
  margin-bottom: 10px;
}
#wpsl-wrap #wpsl-gmap {
  border: 1px solid gray;
}

.footer_widgets .store_widget_item {
  width: 45%;
}
.footer_widgets .wpsl-locations-details {
  text-align: center;
}

.wp-block-group.store-group {
  padding: 20px;
}
.wp-block-group.store-group .wp-block-group__inner-container {
  border: 3px solid white;
  border-radius: 30px;
}

.wp-block-image.is-style-rounded.has-border img {
  border: 3px solid white;
}

.wpsl-locations-details {
  color: white;
}

.footer-widgets {
  padding-top: 20px;
}
.footer-widgets .widget_nav_menu {
  margin-bottom: 0;
}
.footer-widgets a {
  color: #ffffff;
}
.footer-widgets a:not(.button) {
  color: #ffffff;
}
.footer-widgets a:visited {
  color: #ffffff;
}
.footer-widgets a:hover {
  /*color: #D90B13;*/
  text-decoration: underline;
}
.footer-widgets ul.menu li.current-menu-item {
  /* color the icon */
  color: #ffffff;
}
.footer-widgets ul.menu li.current-menu-item > a {
  /* color the link */
  color: #ffffff;
}
.footer-widgets ul.menu li::before {
  opacity: 1;
}
.footer-widgets ul.menu li.no_page_icon::before {
  content: none;
}

/* Store footer widget Styles */
.store_widget_wrapper {
  border: 0px solid red;
}
.store_widget_wrapper ul.store_widget_list {
  list-style-type: none;
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.store_widget_wrapper li.store_widget_item {
  border-radius: 20px;
  border: 2px solid white;
  min-width: 180px;
  margin: 5px;
}
@media screen and (min-width: 655px) and (max-width: 1035px) {
  .store_widget_wrapper li.store_widget_item {
    width: 30%;
  }
}
@media screen and (min-width: 426px) and (max-width: 654px) {
  .store_widget_wrapper li.store_widget_item {
    width: 46%;
  }
}
@media screen and (max-width: 425px) {
  .store_widget_wrapper li.store_widget_item {
    width: 100%;
  }
}
.store_widget_wrapper li.store_widget_item h3 {
  color: white;
  text-align: center;
}
.store_widget_wrapper li.store_widget_item h3 a {
  color: white;
}
.store_widget_wrapper li.store_widget_item img {
  margin: 10px auto;
  border-radius: 20px;
  border: 2px solid gray;
}
.store_widget_wrapper li.store_widget_item p {
  color: white;
  text-align: center;
  margin-bottom: 0px;
}
.store_widget_wrapper li.store_widget_item p:last-of-type {
  margin-bottom: 10px;
}

/* END Store footer widget Styles */
.site-info {
  padding-top: 10px;
}
.site-info p {
  color: #ffffff;
}
.site-info p.credit_kc {
  float: left;
  margin-left: 20px;
}
.site-info p.credit_in {
  float: right;
  margin-right: 20px;
  border: 0px solid red;
}
.site-info p.credit_in a {
  color: #ffffff;
}
.site-info p.credit_in a:visited {
  color: #ffffff;
}
.site-info p.credit_in a:hover {
  text-decoration: underline !important;
}

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