/*
Theme Name:     provisions-child
Description:    Custom Theme.
Author:         beachdog
Template:       provisions

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../provisions/style.css");

#topbar-wrap p, #topbar-wrap .contact-phone {
	font-size: 14px;
	padding: 4px 16px;
}
#topbar-wrap .contact-phone {
	background: none;
}
#topbar-wrap .social li:first-child a, #topbar-wrap .social li a {
	border: none;
	font-size: 14px;
}
#topbar-wrap a {
	color: #fff;
}
#topbar-wrap {
	background: #b2c225;
}
.icon-cutlery:before {
	content: "\f0f5";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.menu-item-one h4 {
	margin-bottom: 0;
}
.menu-item-one.span_6 {
	width: 45%;
}
.menu-item-one.col {
	margin-left: 5%;
}
.menu-item-one.col:first-child {
	margin-left: 0;
}
.staff p {
	text-align: left;
}
.aq-template-wrapper .aq-first {
	clear:both;
}
.aq-template-wrapper .aq-block-img {
	margin: 0 auto;
}
.site-logo {
	top: 14px;
}
@media ( max-width : 1098px ) {
	.site-logo {
		top: 25px;
	}
}
@media ( max-width : 767px ) {
	.site-logo {
		max-width: 166px;
	}
}