/*
	Theme Name:   Shubb Capos (Child Theme)
	Theme URI:    https://shubb.com
	Description:  A theme for Shubb Capos.
	Template:     savoy
	Version:      1.0.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

body {
	font-size: 20px!important;
	line-height: 1.2;
}

h3, .h3-size {
	line-height: 2;
}

b, strong {
    font-weight: bold;
    font-weight: 700;
}

.widget ul li a, body {
	color: #555!important;
}

.page-standard,
.page-artist {
	margin: 0 auto;
}

.page-standard {
	max-width: 960px;
}

.page-artist {
	max-width: 1280px;
}

.page-template-page-standard .container {
	padding: 30px 0;
}

.page-template-page-standard .container .col-xs-12 {
	margin-bottom: 50px;
}

.page-template-page-standard h1 {
	margin: 10px 0;
}

.page-template-page-standard p,
.page-template-default p {
	font-size: 20px;
}

.hentry p {
	line-height: 1.5em;
}
.woocommerce-tabs .tabs {
	border-bottom: 1px solid #ccc;
}

.woocommerce-tabs .tabs li {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
}

.woocommerce-tabs .tabs li.active {
	background: #fff;
}

.woocommerce-tabs .tabs li a {
	border-bottom: 1px solid #f5f5f5;
	color: #777;
}

.woocommerce-tabs .tabs li.active a {
	background: #fff;
	color: #282828;
	border-bottom-color: #fff;
}

.woocommerce-product-details__short-description p {
	line-height: 1.35em;
}

.product .summary {
	float: right;
	padding-left: 50px;
}

.nm-single-product-top {
	padding-top: 15px;
}

.nm-single-product-showcase {
	padding: 15px 0 55px;
}

#tab-description {
	line-height: 1.35;
}

.bpn-nav-container {
	display: none;
}

.widget ul li.menu-item-object-product_cat.current-menu-item a,
.current-cat {
	color: #c0a76a;
	font-style: italic;
	font-weight: 700;
}
.nm-shop-loop-actions {
	display: none;
}

.nm-shop-header {
	padding: 20px 0;
}

body.single-artist .nm-post-body {
	padding-top: 20px;
}

.single-artist h1 {
	margin-bottom: 14px;
}

.single-artist p {
	font-size: 20px;
}

.artist-note p {
	margin: 20px 0;
	font-size: 14px;
	font-style: italic;
}

.home .artists-grid-wrapper {
	background: #f7f7f7;
	width: 100%;
	padding: 60px 20px;
	text-align: center;
}

.artists-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row;
	margin: 20px auto;
}

.artists-grid__artist {
	margin: 10px;
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3); 
	text-align: center;
	width: 150px;
}

.artists-grid__artist a {
	color: #333;
	margin-bottom: 8px;
}

.artists-page h1 {
	margin: 32px 0;
	font-size: 32px;
	text-align: center;
}

.artists-page p {
	font-size: 20px;
	text-align: center;
}

.artist-page p.artists-grid__artist--name {
	font-size: 16px;
}

.artist-page--image {
	width: 100%;
	margin-left: 15px;
}

.artist-page--button {
	font-family: inherit;
	width: 100%;
	margin: 15px;
  padding: 14px;
}

.page-artist article.artist {
	padding-left: 20px;
}

p.artists-grid__artist--name {
	line-height: 1em!important;
	padding: 8px;
	font-size: 16px;
}

.page-id-10 .wp-video {
	margin: 0 auto;
}

.home .products .price {
	display: none;
}

.photo-galleries-menu {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
	border-width: 1px 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 1;
}

.photo-galleries-menu li {
	display: inline;
}

.photo-galleries-menu a {
	display: inline-block;
	padding: 10px 5px;
	font-size: 16px;
}

.photo-galleries-menu li:first-child a {
	color: black;
	cursor: text;
}

@media only screen and (max-width: 400px) {
	.nm-header-logo img {
			height: 83px;
			max-width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	img.alignleft {
		background-color: red;
		float: none;
		margin-bottom: 50px;
		width: 100%;
		height: auto;
	}
	.product .summary {
    float: none;
    padding-left: 0;
}
	.artist-page--image {
		margin-left: 0;
	}
}

#mc_embed_signup {
	background: #f8f8f8;
	color: #000000;
	padding: 20px;
	text-align: center;
}

#mc_embed_signup h2 {
	font-size: 18px;
	margin: 0 0 20px;
	color: #000000;
	text-align: center;
}

#mc_embed_signup .mc-field-group {
	padding: 10px 0;
}

#mc_embed_signup .button {
	background-color: #000000;
	color: #ffffff;
	margin: 10px auto!important;
}

#mc_embed_signup input.email {
	margin: 0 auto!important;
}