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

.page-title {
    text-transform:none;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color:#000;
}

.main-navigation ul li a {
    text-transform: none;
}


.textwidget p {
    font-size: 0.988rem;
    line-height: 1.4;
    margin-bottom: 0.25rem;
    margin-top: 1rem;
}

.logo-showcase img {
	-webkit-filter: brightness(0) invert();
    filter: brightness(0) invert(100);
	max-width:100px;
	margin:10px;

}

.logo-showcase img:hover {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	filter: grayscale(0);
}

.sjena, .sjena a {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.sjena a:hover {
	text-shadow:none;
}


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