/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.1
Text Domain: stockholm
Template: stockholm
*/


/* --- Individual product page extra styles --- */

ul.product-docs {
	list-style:none;
	padding:0px;
  margin: 1em 0px;
  overflow: hidden;
}

ul.product-docs li {
	width:100%;
	float:left;
	border-bottom:solid 1px #C5C5C5;
	padding-bottom:5px;
	margin-bottom:5px;
}

ul.product-docs li span {
	float:right;
	margin-left:8px;
}

ul.product-docs li span a {
	color:#1e5217;
	text-decoration: underline;
}

ul.product-docs li span a:hover {
	color:#65b2e9;
	text-decoration: underline;
}


/* --- Used for product and crop type pages --- */

.paceint-taxonomy-header {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
}

.paceint-taxonomy-header h1,
.paceint-taxonomy-header h2,
.paceint-taxonomy-header h3,
.paceint-taxonomy-header h4,
.paceint-taxonomy-header h5,
.paceint-taxonomy-header h6,
.paceint-taxonomy-header p {
	color: white;
}

.paceint-taxonomy-header h1 {
	font-size: 55px;
}

.paceint-taxonomy-header-inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px;
	max-width: 1000px;
}

.paceint-taxonomy-content {
	margin: 2em 0;
}

.paceint-taxonomy-details {
	flex-basis: 75%;
	margin-right: 32px;
	max-width: 800px;
}

.paceint-taxonomy-list {
	flex-grow: 1;
	max-width: 250px;
}

.paceint-taxonomy-list ul {
	list-style: none;
	color: white;
}

.paceint-taxonomy-list a {
	display: block;
	margin-bottom: 1em;
}

.paceint-taxonomy-list a::last-child {
	margin-bottom: 0;
}

@media (max-width: 1000px) {
	.paceint-taxonomy-list {
		display: none;
	}
}

.paceint-no-products-callout {
	background-color: #e8e8e8;
	padding: 32px;
}

.product-transform {
	text-transform: none;
}

.blog_holder article .post_info:empty {
	display: none !important;
}

@media only screen and (max-width: 480px) {
.paceint-taxonomy-header-inner {
padding: 35px;
}
.paceint-taxonomy-details {
	flex-basis: 100%;
	margin-right: 0;
	max-width: 350px;
}

	}
