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
*/

@import url("../shopkeeper/style.css");

/* Custom CSS start */
/* hide hamburger menu */
.site-tools > ul > li.hide-for-large {display:none; }

/* success text in footer */
.es_subscription_message.success {color: #FFFFFF;}

/* blockquote style */
.wp-block-quote
{
font-size: 30px;
background: #f9f9f9;
border-left:
10px solid #ccc;
margin: .5em 10px;
padding: 0 quotes: "\201C""\201D""\2018""\2019"; 20px;
line-height: 1.4;
}

/* caption for gallery images */
.wp-caption-text.gallery-caption{
      opacity: 1;
    z-index: 20;
    right: 5px;
    left: auto;
    bottom: 10px;
}
.gallery-caption-trigger{
    display:none;
}
/* caption for archive */
	/* auskommentiert da leere Boxen in Archivansicht gezeigt werden, seit Update 3.5.23
	.bg-caption{
    opacity: 0.75;
    z-index: 9;
    right: 15px;
    left: auto;
    bottom: 10px;
    width: 150px;
    display: grid;
    position: absolute;
    background: black;
    height: 50px;
    color: white;
    font-size: 0.75vw;
    font-family: inherit;
    text-align: center;
    align-content: center;
    padding: 10px;
} */
/* archive check if empty */
.bg-caption:empty{
    display:none;
}
.bg-caption:-moz-only-whitespace{
    display:none;
}
