/*
 Theme Name:   Par Bricole
 Theme URI:    http://jonkoping.parbricole.se/
 Description:  Par Bricole child theme (extends https://wordpress.com/theme/dara)
 Author:       Karl Hammar
 Author URI:   http://karlhammar.com
 Template:     dara
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  par-bricole
*/

#page {
	max-width: 1160px;
}

body.home header.entry-header {
	display: none;
}

.hero-content-wrapper .entry-meta {
	display: none;
}

.site-branding {
	padding: 0.8em;
	text-align: left;
}

.main-navigation,
.main-navigation ul ul,
.main-navigation button {
	background-color: #595854;
}

.footer-widget-area .widget-title {
	color: #DDDDDD;
}

.footer-widget-area {
	color: silver;
	background-color: #1f1f1f;
}

.footer-widget-area a {
	color: #8C8989;
}

div.widget-area div.textwidget {
	text-align: left;
	padding-left: 2em;
}

div.widget-area div.textwidget div.dfad {
	text-align: center;
}

div.dfad img {
	padding: 3px;
	background-color: white;
}

div.threePartTable div.listing-item img {
	display: block;
	width: 100%;
}

div.threePartTable div.listing-item span.excerpt-dash {
	display: none;
}

div.threePartTable div.listing-item a.title {
	display: block;
	color: black;
	text-transform: uppercase;
	font-family: Georgia;
	font-size: 1.2em;
}

path.search-icon-path {
	fill: white;
}

.astm-search-menu form.search-form {
	min-width: 330px;
}

.astm-search-menu form.search-form input.search-submit {
	background-color: #595854;
}

.astm-search-menu form.search-form input.search-field,
.astm-search-menu form.search-form input.search-field:focus {
	border-color: #595854;
}

@media screen and (max-width: 767px) {
	div.listing-item {
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 768px) {
	div.threePartTable div.listing-item {
		width: 33%;
		padding-right: 1%;
		padding-left: 1%;
		display: table-cell;
	}
}
