/*
Theme Name: WC Child Theme
Template: basil-and-barley
*/

/*GENERAL*/
.page-template-default .intro {
	padding-bottom: 33px;
}

.page-template-default .page__entry {
	max-width: 650px;
	margin: 0 auto;
}

/*TOP*/
.table-contacts tr td:first-child {
	font-size: 28px;
}

#tradition .tile--alt .tile__image img {
	opacity: 1;
}

.section.section--orange .product .product__image img {
	border-radius: 0;
}

/*EMPLOYMENT*/
.bb-employee-quote {
    background-image: url(assets/employment-bg.png);
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    background-size: cover;
    padding: 50px;
    font-size: 32px;
    line-height: 1.3;
    margin: 50px 0 75px;
}

/*FOOTER*/
.footer-cta {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 60px;
}

.footer-cta a {
    text-decoration: underline;
}

.footer {
	padding-bottom: 60px;
}


@media (min-width:1025px) {
	.intro__callout-inner > .table-contacts tr td p:last-of-type:not(:only-of-type) a {
	    margin-top: 12px;
	    margin-bottom: 4px;
	}
}

@media (max-width: 1024px) {
	.intro__callout-inner .table-contacts tr td {
	    font-size: 24px;
	}
}

@media (max-width: 767px) {
	.header .header__inner {
		text-align: center;
	}
}

/* TEMPORARY BANNER */

.banner {
	text-align: center;
	padding:10px;
	background: black;
	color:white;
}

.css-144i0wq {
	display: none;
}
