/* PIR | Tom changes to be merged at end of Custom.css */

.amsearch-wrapper-content .amsearch-wrapper-inner {flex-direction:column;}
.amsearch-item-container.page a.item-name {color: #5d636c;}

.amsearch-wrapper-content .product-item-link {
	font-family: 'Libre Baskerville', serif;
    color: #333;
    font-weight: 300;
    margin:10px 0px;
    font-size:16px;
    text-transform:uppercase;
}

.amsearch-more-results .amsearch-link {color: #5d636c;text-decoration:none;text-transform:uppercase;border-bottom:none;}
.amsearch-wrapper-content .amsearch-wrapper-inner {align-items:flex-start;}

.amsearch-more-results .amsearch-link:hover {
    border-bottom: 1px solid ##4b4f3c;
    background-color: inherit;
    color: #4b4f3c;
    text-decoration: none;
}

.amsearch-wrapper-content .amsearch-wrapper-inner {margin-top:0px;}
.amsearch-wrapper-content .amsearch-wrapper-inner {width:100% !important;}
.amsearch-related-terms > .amsearch-item {background:#f9f9f9;border:1px solid #e5e5e5;}
.amsearch-related-terms > .amsearch-item:hover {background:#fff;}

@media only screen and (max-width: 992px) {
	.column.main > .page-title-wrapper {display:none;}

	.catalog-category-view .columns {display:flex;}
	.catalog-category-view .columns .sidebar-additional {order:1 !important;}
	.catalog-category-view .columns .column.main {order:2 !important;}

	.block.filter .filter-title {display:block !important;}
}

@media only screen and (min-width: 768px) {
    .navigation li.level0 {line-height: 100%;}
}