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

/* Headline Home */
.title-with-background h2 span {
    color: #000;
    display: inline;
    background: white;
    box-shadow: 25px 0 0 white, -25px 0 0 white;
    line-height: 1.4em;
}

/* PRICING TABLES */
.rpt_plan {
    border: 1px solid #ddd;
}
.rpt_title {
    background: red !important;
    border-radius: 0 !important;
    text-align: center !important;
	font-weight: bold;
}
.rpt_head {
	position:relative !important;
    background: #eee !important;
}
.rpt_price {
    color: #000 !important;
    text-shadow: none !important;
    font-size: 24px !important;
	line-height:70px !important; 
}
.rpt_style_basic .rpt_plan .rpt_head .rpt_price .rpt_currency {
	font-size:24px !important;
}
.rpt_recurrence {
    color: #000 !important;
    float: right;
    top: 17px !important;
    right: 22%;
    position: absolute;
}
span.rpt_currency {
    top: 0 !important;
}
img.rpt_recommended {
    display: none !important;
}
.rpt_custom_btn {
    background: none !important;
    color: #000;
}
.rpt_custom_btn p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
a.prc-table.button {
    display: block;
    margin: 25px;
	width:100%;
	max-width:calc(100% - 50px);
}

@media only screen and (min-width: 80em) {
	.main-navigation ul li a {
    		padding: 10px 13px;
	}
}
/****************************************************************/
/****************************************************************/
/****************************************************************/