/*
 Theme Name:   Boombox Child (including DiscoveryEngine)
 Theme URI:    https://www.discovergeek.com
 Description:  DiscoverGeek Child Theme
 Author:       Tim Osterbuhr / Jan Koch
 Template:     boombox
 Version:      1.0.0
 Text Domain:  boombox-child
*/

/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

/* US Comic Con Map */
.dg-ccon-calendar-date {
	font-size:14px; 
}
.dg-ccon-calendar-location {
	font-size:14px; 
	color:grey;
}
.dg-ccon-calendar-title {
	font-weight: bold;
}
.dg-ccon-calendar-url {
	font-size:14px;
}

.dg-ccon-calendar-link:hover {
	text-decoration: underline;
	font-size:14px;
}
.reminder-click-pop {
	font-size:14px; 
	color:#046cc1;
	font-weight: bold;
}
.reminder-click-pop:hover {
	text-decoration: underline;
}

/* US Comic Con Map Reminder Pop Up*/
.dg-pop-email-container {color: green;}
.dg-pop-state-container {color: green;}
.dg-pop-state-field {color: green;}
.nf-field-label label {color:black;}
.nf-form-fields-required {padding-bottom:5px;}

/* Shortcode for the product list*/
.product-list-wrapper .single-product-wrapper {
	margin: 0px 0px 3rem 0px;
	clear: both;
	display: block;
	overflow: auto;
}
.product-list-wrapper .single-product-wrapper img {
	display: block;
}
.product-list-wrapper .single-product-wrapper h2 {
	margin-bottom: 1rem;
}
.product-list-wrapper .single-product-wrapper .jk-thumbnail-link {
	display: block;
	margin-bottom: 1rem;
}
.product-list-wrapper .single-product-wrapper a.dg-product-pricelink {
	background: #136ebf;
	color: #fff;
	padding: 10px;
	float: left;
	border: 2px solid #111;
}
.product-list-wrapper .single-product-wrapper a.dg-product-pricelink:hover,
.product-list-wrapper .single-product-wrapper a.dg-product-pricelink:focus,
.product-list-wrapper .single-product-wrapper a.dg-product-pricelink:active {
	background: #0BACD6;
}
/* single product layout */
.jk-product-cta {
	background: #3E46D2;
	color: white;
	padding: 10px 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin: 10px 0;
	display: inline-block;
}
/* custom search form shortcode*/
.search #main {
	width: 100%;
}
.search #post-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.search #post-items article.post {
	width: 33%;
	min-height: 520px;
	padding: 0 10px;
	margin: 20px 0;
}
.search #post-items article.post h2 {
	margin-bottom: 10px;
}
.search #post-items .post .post-thumbnail {
	width: 100%;
	min-height: 330px;
	display: flex;
	align-items: center;
}
.search #post-items .post .post-thumbnail a {
	margin: 0 auto;
}
.search #post-items .post .source {
	position: absolute;
	bottom: 0;
	left: 20px;
}
.search #post-items .post .jk-cta {
	position: absolute;
	bottom: 0;
	right: 20px;
}
.search #post-items .post .jk-cta a {
	background: #136ebf;
	color: #fff;
	padding: 10px;
	float: right;
	border: 2px solid #111;
}
.search #post-items .post .jk-cta a:hover,
.search #post-items .post .jk-cta a:focus,
.search #post-items .post .jk-cta a:active {
	background: #0BACD6;
}
.jk-search input#s {
	max-width: 400px;
	float: left;
	margin-right: 10px;
}
@media screen and (max-width: 640px ) {
	.search #post-items article.post {
		min-width: 50%;
	}
}
@media screen and (max-width: 610px) {
	.jk-search input#s {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: .5rem;
	}
	.jk-search input#searchsubmit {
		width: 100%;
		display: block;
		clear: both;

	}
}
