/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

header .overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0.75);
    top: 0;
    left: 0;
}

.bg-intro {
    height: 650px;
}
.bg-intro h1 {
	border-radius: 50%;
    background-color: rgb(255 255 255 / .2);
    box-shadow: 0 0 6rem rgb(255 255 255 / .5);
}

@media only screen and (max-width: 1024px) {
	.top-headers-wrapper .site-header .site-branding img.mobile-logo-img {
	    max-height: 65px;
	}
}

@media screen and (max-width: 63.9375em) {
	.top-headers-wrapper .site-header .site-branding {
	    margin: 0 !important;
	    max-width: 50%;
	}
}

.woocommerce-products-header.shop_header.with_featured_img, .transparent_header .entry-header-page.with-featured-img {
    max-height: 350px;
}

.shop_header.with_featured_img, .transparent_header .entry-header-page.with-featured-img {
    padding-bottom: 30px !important;
    padding-top: 220px !important;
    margin-bottom: 40px !important;
}

.shop_header.with_featured_img .shop_header_overlay, .transparent_header .entry-header-page.with-featured-img .shop_header_overlay {
    background: rgb(255 255 255 / 0.3);
    display: block;
}

h1.woocommerce-products-header__title.page-title.on-shop, .entry-header-page.with-featured-img h1.page-title.blog-listing {
	color: #745AB6 !important;
    text-align: left !important;
    border-radius: 50%;
    background-color: rgb(255 255 255 / .3);
    box-shadow: 0 0 5.5rem rgb(255 255 255 / .8);
    display: inline;
    position: relative;
}

@media only screen and (min-width: 768px) {
.page-title.blog-listing, .woocommerce .page-title, .page-title, .single .entry-title, .woocommerce-cart .page-title, .woocommerce-checkout .page-title, .woocommerce-account .page-title {
    font-size: 60px;
}
}

.woocommerce-breadcrumb {
visibility:hidden;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    font-size: 13px;
}

@media screen and (min-width: 1024px) {
	.blog .large-12.columns.with-sidebar {
	    margin-top: 30px;
	}
	.blog-post .blog-post-inner {
	    padding-left: 0;
	    padding-right: 70px;
	}
}

@media screen and (min-width: 40.0625em) {
	.single-post-header.with-thumb .title {
	    padding: 225px 0 0 0;
	}
}

.single-post-header-bkg {
	background-position: center center;
}

.crop {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.crop img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

.single-portfolio h1 {
	margin-bottom: 40px
}

.video-container {
    padding-bottom: 0;
}

.video-container:first-of-type {
    margin-top: 50px;
}

.entry-content > p + *:not(p) {
    margin-top: 0;
}

.woocommerce-checkout form.checkout {
    margin-top: 0;
    margin-bottom: 60px;
}

@media screen and (min-width: 1024px) and (max-width: 1090px) {
	.site-branding {
	    max-width: 25%;
	}
}

@media screen and (min-width: 1091px) {
	.site-branding {
	    max-width: 30%;
	}
}


@media screen and (max-width: 1320px) {
	.top-headers-wrapper .site-header .site-header-wrapper .site-tools {
	    margin-left: 10px;
	}
	.main-navigation ul li a {
		padding: 0 7px 0;
	}
	.top-headers-wrapper:not(.sticky) .site-header .site-branding img.site-logo-img {
	    max-height: 120px;
	}
}


@media screen and (min-width: 1321px) {
	.top-headers-wrapper .site-header .site-header-wrapper .site-tools {
	    margin-left: 20px;
	}
	.main-navigation ul li a {
		padding: 0 15px 0;
	}
	.top-headers-wrapper:not(.sticky) .site-header .site-branding img.site-logo-img {
	    max-height: 135px;
	}
}

/****************************************************************/
/****************************************************************/
/****************************************************************/