/*
 Theme Name:   Portfolio Press Child
 Theme URI:    https://dgsaddlery.com
 Description:  Portfolio Press child theme for DG Saddlery
 Author:       Jon Mensing
 Author URI:   http://jonmensing.com
 Template:     portfolio-press
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Header */
.col-width #logo {
	max-width: 85%;
}
.col-width #logo #site-title a {
	font-size: 34px
}
.nav-cart {
	float: right;
	position: relative;
}
.nav-cart a {
	text-decoration: none;
}
.nav-cart img {
	display: block;
	width: 34px;
}
.nav-cart .cart-count {
	position: absolute;
    top: -1px;
    left: 15px;
	background: red;
	color: white;
    border-radius: 9px;
    padding: 1px 3px;
    line-height: 100%;
    font-size: 12px;
}

.nav-cart .cart-label {
	color: white;
	display: none;
	text-align: right;
}
/* Create some space between cart/checkout and newsletter signup */
.wc-proceed-to-checkout,
.woocommerce form .form-row.place-order {
	margin-bottom: 100px;
}

/* Media Queries */
@media(min-width: 780px) {
	.col-width #logo #site-title a {
		font-size: 42px
	}
	.nav-cart .cart-label {
		display: block;
	}
}