/* FONTS */
@font-face {
    font-family: 'didot-italic';
    src: url('fonts/hinted-DidotLTStd-Italic.eot');
    src: url('fonts/hinted-DidotLTStd-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-DidotLTStd-Italic.woff2') format('woff2'),
        url('fonts/hinted-DidotLTStd-Italic.woff') format('woff'),
        url('fonts/hinted-DidotLTStd-Italic.ttf') format('truetype'),
        url('fonts/hinted-DidotLTStd-Italic.svg#DidotLTStd-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: 'avenir';
	src: url('fonts/avenir.woff') format('woff');
	font-weight: normal;
}

@font-face {
	font-family: 'avenir';
	src: url('fonts/avenir-bold.woff') format('woff');
	font-weight: bold;
}






/* CLASSES */

.unskew { 
	display: inline-block;
	transform: skew(17.5deg);
}

.text-shadow {
	text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}






/* EFFECTS */

@media (min-width: 769px) {

	.hover-zoom {
		overflow: hidden;
	}

	.hover-zoom .fl-row-content-wrap {
		transition: 500ms ease-out;
	}

	.hover-zoom .fl-row-content-wrap:hover {
		transform: scale(1.02);
		-moz-transform: scale(1.02);
		-webkit-transform: scale(1.02);
		-o-transform: scale(1.02);
		-ms-transform: scale(1.02);
	}

}





/* GENERAL */

body {
	font-family: 'avenir', Helvetica, Arial, sans-serif  !important;
	font-size: 16px;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'didot-italic', Helvetica, Arial, sans-serif  !important;
	text-transform: uppercase;
}

h4, h5, h6 {
	font-family: 'avenir', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.small {
    color:initial !important;

}




/* HEADER & NAVIGATION */

.bbw-header::after {
	content: '';
	display: block;
	height: 2px;
	background: rgba(199,177,117,1);
	background: -moz-linear-gradient(left, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199,177,117,1)), color-stop(100%, rgba(237,227,155,1)));
	background: -webkit-linear-gradient(left, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
	background: -o-linear-gradient(left, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
	background: -ms-linear-gradient(left, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
	background: linear-gradient(to right, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
}

@media (min-width: 769px) {

	.bbw-header-logo a img {
		padding-bottom: 30px;
		width: 209px;
		height: auto;
	}

}

@media (max-width: 768px) {

	.bbw-header-logo a img {
		margin-left: 15px;
		padding-bottom: 30px;
		width: 150px;
		height: auto;
	}

}

/* navigation */

.bbw-header-navigation .primary {
	font-family: 'avenir', Helvetica, Arial, sans-serif;
	position: relative;
	font-size: 19px;
	text-align: left;
	text-transform: uppercase !important;
	letter-spacing: 2px
}

.bbw-header-navigation .primary a {
	padding: 10px 15px 40px 15px;
	color: #ccc;
	transition: color 150ms ease-out;
}

.bbw-header-navigation .primary a:hover {
	color: #fff;
}

.bbw-header-navigation .level1 {
	display: block;
}

.bbw-header-navigation .divider-before {
	margin-left: 30px;
}

.bbw-header-navigation .divider-before::before {
	content: '';
	border-left: 1px solid #666;
	position: absolute;
	top: 9px;
	left: -15px;
	height:42px;
}

.bbw-header-navigation .secondary {
	font-family: 'avenir', Helvetica, Arial, sans-serif;
	position: relative;
	font-size: 16px !important;
	text-align: left;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	padding-top: 11px;

}

.bbw-header-navigation .secondary a {
	padding: 10px;
	color: #999;
	transition: color 150ms ease-out;
}

.bbw-header-navigation .secondary a:hover {
	color: #fff;
}

.bbw-top-bar-post {
	margin: 0;
	padding: 0;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bbw-top-bar-post .fl-module-content {
	margin: 0;
}

p.bbw-top-bar-post-title {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

/* mega menus */

.bbw-header-navigation-planning,
.bbw-header-navigation-styling,
.bbw-header-navigation-catering,
.bbw-header-navigation-venues {
	display: none;
	position: absolute;
	top: 157px;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
	padding: 60px 0;
	width: 100%;
	-webkit-backdrop-filter: blur(5px);
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
}

/* Enable each of the below when editing the 'Page template > Header' mega menu. */

/*
.bbw-header-navigation-venues {
	display: block;
}

.bbw-header-navigation-catering {
	display: block;
}

.bbw-header-navigation-styling {
	display: block;
}

.bbw-header-navigation-planning {
	display: block;
}
*/

.bbw-header-navigation-intro h3 {
	margin-top: 8px;
}

.bbw-header-navigation-venues li,
.bbw-header-navigation-planning li {
	box-sizing: border-box;
	float: left;
	width: 30%;
	padding: 0;
	margin-left: 3.333%;
	border-top: 1px solid #efefef !important;
}

.bbw-header-navigation-venues li a,
.bbw-header-navigation-planning li a {
	padding: 12px 0 !important;
	color: #000;
	font-size: 16px;
	transition: background-color 150ms ease-out;
}

.bbw-header-navigation-venues li a:hover,
.bbw-header-navigation-planning li a:hover {
	padding: 12px 0 !important;
	color: #000;
	background-color: #efefef;
}

@media (max-width: 768px) {

	.fl-menu .fl-menu-mobile-toggle {
		top: -13px;
		right: -15px;
	}

}







/* HOME */

/* pager */
@media (min-width: 769px) {

	.bbw-home-slider .bx-wrapper {
		margin: 0;
	}

	.bbw-home-slider .bx-wrapper .bx-pager {
		position: absolute;
		bottom: 30px;
		padding: 0;
	}

	.bbw-home-slider .bx-wrapper .bx-pager.bx-default-pager a {
		width: 13px;
		height: 13px;
		border-radius: 10px;
	}

	/* slider */

	.bbw-home-slider-heading-level1 {
		font-size:48px;
		position:relative;
	}

	.bbw-home-slider-heading-level2 {
		font-size: 96px;
		line-height: 0.75em;
	}

	.bbw-home-slider-heading-level3 {
		font-size:48px;
		line-height: 0.9em;
		position:relative;
		top: -16px;
	}

	/* slide 1 */
	.bbw-home-slider .slide1 .bbw-home-slider-heading-level1 {
		left: -200px;
	}

	.bbw-home-slider .slide1 .bbw-home-slider-heading-level3 {
		left: 200px;
	}

	/* slide 2 */
	.bbw-home-slider .slide2 .bbw-home-slider-heading-level1 {
		
	}

	.bbw-home-slider .slide2 .bbw-home-slider-heading-level3 {
		
	}

	/* slide 3 */
	.bbw-home-slider .slide3 .bbw-home-slider-heading-level1 {
		left: -110px;
	}

	.bbw-home-slider .slide3 .bbw-home-slider-heading-level3 {
		left: 180px;
	}

	/* slide 4 */
	.bbw-home-slider .slide4 .bbw-home-slider-heading-level1 {
		left: -200px;
	}

	.bbw-home-slider .slide4 .bbw-home-slider-heading-level3 {
		left: 185px;
	}

}

@media (max-width: 769px) {

	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
		position: absolute;
		top: 20px;
		width: 100%;
		padding: 0 20px;
		color: #000;
	}

	.fl-slide-mobile-photo {
		display: block;
		overflow: hidden;
		text-align: center;
	}

	.fl-slide-mobile-photo-img {
		width: auto;
		min-height: 500px;
		height: 500px !important;
		position: relative;
		left: -50%;
		max-width: none !important;
	}

	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .bbw-home-slider-heading-level1 {
		font-size: 20px !important;
		position:relative;
		line-height: 1.8em !important;
		color: #000;
	}

	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .bbw-home-slider-heading-level2 {
		font-size: 30px !important;
		line-height: 0.75em;
		position:relative;
		color: #000;
	}

	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .bbw-home-slider-heading-level3 {
		font-size:20px !important;
		line-height: 0.9em;
		position:relative;
		color: #000;
	}
}



/* Grid */
.bbw-home-categories-grid .bbw-home-categories-grid-item {
	text-align: center;
	padding: 0 15% 1em 15%;
}

/* text */

.bbw-home-categories-grid .bbw-home-categories-grid-item h2 {
	margin-top: 0;
}

.bbw-home-categories-grid .bbw-home-categories-grid-item .home-category-grid-heading-level1 {
	font-size: 24px;
}

.bbw-home-categories-grid .bbw-home-categories-grid-item .home-category-grid-heading-level2 {
	font-size: 48px;
	line-height: 1em;
}

.bbw-home-categories-grid .bbw-home-categories-grid-button .fl-button-wrap {
	text-align: center;
}

.bbw-home-categories-grid .bbw-home-categories-grid-button .fl-button-wrap a {
	border-radius: 0;
	background-color: initial;
	transform: skew(-17.5deg);
}

/* button */

.bbw-home-categories-grid .bbw-home-categories-grid-button .fl-button-wrap a:hover {
	background-color: #000;
	border-color: #000;
	transition: 300ms ease-in;
}

.bbw-home-categories-grid .bbw-home-categories-grid-button .fl-button-wrap a .fl-button-text { 
	color: #000;
	display: inline-block; transform: skew(17.5deg);
}

.bbw-home-categories-grid .bbw-home-categories-grid-button .fl-button-wrap a:hover .fl-button-text { 
	color: #fff;
	transition: 300ms ease-in;
}





/* BB CONTENT ROWS - MIDDLE STRIPS */

.bbw-middle-strip-1 .fl-row-content-wrap {
	padding: 60px 0 80px 0;
	background-color: #000;
	color: #fff;
}





/* VENUE */

.bbw-venue-name,
.bbw-intro-heading {
	position: relative;
}

@media (min-width: 769px) {

	.bbw-venue-name::after,
	.bbw-intro-heading::after {
		content: '';
		position: absolute;
		top: -22px;
		right: 50px;
		width: 30px;
		height: 90px;
		background-image: url('images/intro-diagonal-line-gold.png');
		background-size: 30px 90px;
		background-repeat: no-repeat;
	}



	.bbw-venue-name h1,
	.bbw-intro-heading h1 {
		text-align: center;
		padding: 0 2em 0 0;
		margin: -0.15em 0 0 0;
		font-size: 48px;
	}

	.bbw-venue-name h1 .small,
	.bbw-intro-heading h1 .small {
		font-size: 32px;
		color: #000;
	}
	.column2  {
		float: left;
		width: 50%;
	}

}


.bbw-venue-intro p {
	font-size: 18px;
}



.bbw-venue-stats-row {
	display: block;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
	padding: 2px 0 1em 40px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px auto;
	line-height: 1.2em;
}

.bbw-venue-stats-row-location {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-location.png');
	background-position: left top 1px;
}

.bbw-venue-stats-row-standing {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-standing.png');
}

.bbw-venue-stats-row-seated {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-seated.png');
}

.bbw-venue-stats-row-catering {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-catering.png');
}

.bbw-venue-stats-row-cost {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-cost.png');
	background-position: left top 2px;
}

.bbw-venue-stats-row-accommodation {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-accommodation.png');
	background-position: left top 8px;
}

.bbw-venue-stats-row-curfew {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-curfew.png');
	background-position: left top 2px;
}

.bbw-venue-stats-row-ceremony {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-ceremony.png');
	background-position: left top 4px;
	background-size: 24px auto;
}

.bbw-venue-stats-row-drinks {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-drinks.png');
	background-size: 24px auto;
}

.bbw-venue-stats-row-viewings {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-viewings.png');
	background-position: left top 6px;
	background-size: 24px auto;
}

.bbw-venu-map-fineprint {
	font-size: 12px;
	line-height: 1.25em;
	margin-top: 6px;
}

@media (min-width: 769px) {

	.bbw-venue-tabs {
		position: relative;
	}

	.bbw-venue-tabs::after {
		content: '';
		position: absolute;
		top: 60px;
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}

	.bbw-venue-tabs .fl-tabs-labels {
		text-transform: uppercase;
	}

	.bbw-venue-tabs .fl-tabs-labels .fl-tabs-label {
		padding: 20px 1.5em 12px 1.5em;
	}

	.bbw-venue-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 4px solid #dccfa4 !important;
	}

	.bbw-venue-tabs .fl-tabs-panels {
		border-left: none;
		border-right: none;
		border-bottom: none !important;
		border-top: 1px solid #ccc !important;
	}

	.bbw-venue-tabs .fl-tabs-panel {
		border: none;
	}

	.bbw-venue-tabs .fl-tabs-panel .fl-tabs-panel-content {
		padding: 2em 0 0 0;
	}

}

.terms {
    font-size: 14px;
}






/* CALL TO ACTION BLOCKS */

/* horizontal */

.bbw-cta-container-horizontal {
	/*
	background: rgba(243,233,177,1);
	background: -moz-linear-gradient(top, rgba(243,233,177,1) 0%, rgba(216,202,161,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,233,177,1)), color-stop(100%, rgba(216,202,161,1)));
	background: -webkit-linear-gradient(top, rgba(243,233,177,1) 0%, rgba(216,202,161,1) 100%);
	background: -o-linear-gradient(top, rgba(243,233,177,1) 0%, rgba(216,202,161,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,233,177,1) 0%, rgba(216,202,161,1) 100%);
	background: linear-gradient(to bottom, rgba(243,233,177,1) 0%, rgba(216,202,161,1) 100%);
	*/
}

.bbw-cta-container-horizontal h2,
.bbw-cta-container-horizontal h3 {
	font-size: 36px;
	color: #000;
	margin: 0 0 3px 0;
}

/* buttons */

.bbw-button-black-dark {
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	margin: 10px 15px;
	padding: 8px 3em 0 3em;
	border: 1px solid #000;
	border-radius: 0;
	background-color: #000;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	transform: skew(-17.5deg);
	transition: background-color 200ms ease-out;
}

.bbw-button-black-dark:hover {
	color: #000;
	background-color: #fff;
}

.bbw-button-black-light {
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	margin: 10px 15px;
	padding: 8px 3em 0 3em;
	border: 1px solid #000;
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	transform: skew(-17.5deg);
	transition: background-color 200ms ease-out;
}

.bbw-button-black-light:hover {
	color: #fff;
	background-color: #000;
}

.bbw-button-gold-dark {
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	margin: 10px 15px;
	padding: 8px 3em 0 3em;
	border: 1px solid #dccfa4;
	border-radius: 0;
	background-color: #dccfa4;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	transform: skew(-17.5deg);
	transition: background-color 200ms ease-out;
}

.bbw-button-gold-dark:hover {
	color: #dccfa4;
	background-color: rgba(220, 207, 164, 0.333);
}

.bbw-button-gold-light {
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	margin: 10px 15px;
	padding: 8px 3em 0 3em;
	border: 1px solid #dccfa4;
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #dccfa4;
	transform: skew(-17.5deg);
	transition: background-color 200ms ease-out;
}

.bbw-button-gold-light:hover {
	color: #dccfa4;
	background-color: rgba(220, 207, 164, 0.333);
}

.bbw-button-gold-dark .unskew,
.bbw-button-gold-light .unskew,
.bbw-button-black-dark .unskew,
.bbw-button-black-light .unskew{
    transform: skew(17.5deg);
}

.bbw-button-gold-dark.noskew,
.bbw-button-gold-light.noskew,
.bbw-button-black-dark.noskew,
.bbw-button-black-light.noskew {
    transform: none;
}

.bbw-button-gold-dark.width50,
.bbw-button-gold-light.width50,
.bbw-button-black-dark.width50,
.bbw-button-black-light.width50 {
    width: 47%;
    box-sizing: border-box;
    margin: 0 1.5% 10px 1.5%;
    padding: 8px 0.5em 0 0.5em;
    text-align: center;
}

.bbw-button-gold-dark.width100,
.bbw-button-gold-light.width100,
.bbw-button-black-dark.width100,
.bbw-button-black-light.width100 {
    width: 97%;
    box-sizing: border-box;
    margin: 0 1.5% 10px 1.5%;
    padding: 8px 0.5em 0 0.5em;
    text-align: center;
}









/* VENUES ARCHIVE */

.bbw-venues-archive {

}

@media (min-width: 769px) {

	.bbw-venues-archive .fl-post-feed-post {
		position: relative;
		display: block;
		box-sizing: border-box;
		float: left;
		width: calc(50% - 30px);
		margin: 0 15px 40px 15px;
		padding: 0;
		border: none;
	}

	.bbw-venues-archive .fl-post-feed-post:nth-child(odd) {
	    clear:left;   
	}

}

.bbw-venue-archive-venue {
	background-color: #fff;
}

.bbw-venue-archive-venue .fl-post-image img {
	width: 100% !important;
	height: auto;
}

.bbw-venue-archive-venue .fl-post-title {
	margin: 10px 0 10px 0;
	font-size: 24px;
}

.bbw-venue-archive-venue .fl-post-excerpt {
	margin-bottom: 20px;
}

.bbw-venue-archive-venue .bbw-venue-stats {
	margin-bottom: 20px;
}


.bbw-venue-archive-venue .fl-post-more-link {
	margin-bottom: 20px;
}







/* BLOG */


@media (min-width: 769px) {

	.bbw-blog-module .fl-post-feed-post {
	    position: relative;
	    background-color: #fff;
	    overflow: hidden;
	    padding: 0;
	}

	.bbw-blog-module .fl-post-feed-post .fl-post-image {
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 50%;
	}

	.bbw-blog-module .fl-post-feed-post .fl-post-image img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.bbw-blog-module .fl-post-feed-post .fl-post-image + .fl-post-text {
	    width: 50%;
	    margin-left: 50%;
	}

	.bbw-blog-module .fl-post-feed-post .fl-post-text {
	    box-sizing: border-box;
	    padding: 40px;
	}

	.bbw-blog-module .fl-post-feed-post .fl-post-text .fl-post-title {
	    padding-bottom: 12px;
	}

	.bbw-blog-module .fl-post-feed-post .fl-post-text .fl-post-category {
	    
	}

	.bbw-blog-module .fl-post-feed-post .fl-post-text .fl-post-category a {
	    color: #ca9ea5;
	}

	.bbw-blog-module .fl-post-feed-post .fl-post-text .bbw-blog-post-date {
	    color: #999;
	}

}

@media (max-width: 768px) {

	.bbw-blog-module .fl-post-feed-post.fl-post-feed-image-beside {
		max-width: none;
	}

}






/* CATERING */

@media (min-width: 769px) {

	.catering-section-heading .level1 {
		font-size: 156px; 
		line-height: 0.5em; 
		color: #ffffff;
	}

	.catering-section-heading .level2 {
		font-size: 56px; 
		line-height: 1em; 
		color: #ffffff;
	}
}

@media (max-width: 768px) {

	.catering-section-heading .level1 {
		font-size: 64px; 
		line-height: 0.5em; 
		color: #ffffff;
		padding: 0 20px;
	}

	.catering-section-heading .level2 {
		font-size: 42px; 
		line-height: 1em; 
		color: #ffffff;
		padding: 0 20px;
	}
}

@media (max-width: 768px) {

	.catering-section-heading .level1 {
		font-size: 54px; 
	}

}






/* FOOTER */

footer::before {
	content: '';
	display: block;
	height: 2px;
	background: rgba(199,177,117,1);
	background: -moz-linear-gradient(left, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199,177,117,1)), color-stop(100%, rgba(237,227,155,1)));
	background: -webkit-linear-gradient(left, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
	background: -o-linear-gradient(left, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
	background: -ms-linear-gradient(left, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
	background: linear-gradient(to right, rgba(199,177,117,1) 0%, rgba(237,227,155,1) 100%);
}





/* SLIDER CAPTION */

.pp-carousel-image-container {
	cursor: default;
}

.pp-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: initial;
	height: 18px
}

.pp-image-overlay .pp-caption {
	font-family: 'avenir';
	font-size: 13px;
	color: #fff;
}





/* VENDORS */

.bbw-vendor-stats-row {
	display: block;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
	padding: 2px 0 1em 40px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px auto;
	line-height: 1.2em;
}

.bbw-vendor-stats-row-instagram {
	background-image: url('/wp-content/themes/bb-theme-child/images/vendor-icon-instagram.png');
	background-position: left top 1px;
}

.bbw-vendor-stats-row-email {
	background-image: url('/wp-content/themes/bb-theme-child/images/vendor-icon-email.png');
	background-position: left top 1px;
}

.bbw-vendor-stats-row-phone {
	background-image: url('/wp-content/themes/bb-theme-child/images/vendor-icon-email.png');
	background-position: left top 1px;
}

.bbw-vendor-stats-row-facebook {
	background-image: url('/wp-content/themes/bb-theme-child/images/vendor-icon-facebook.png');
	background-position: left top 1px;
}

.bbw-vendor-stats-row-services {
	background-image: url('/wp-content/themes/bb-theme-child/images/venue-icon-ceremony.png');
	background-position: left top;
	background-size: 24px auto;
}




/* VENDORS - SPECIFIC VENDOR FIXES */

/* GOLDBEAR */

body.postid-11739 .fl-node-5aea70384be5e {
	display: none;
}




/* WEDDING DIRECTORY */

.bbw-wedding-directory-filter-index .pp-content-post .pp-post-meta a {
	pointer-events: none;
	cursor: default;
}

@media (min-width: 769px) {
	
	.bbw-vendor-logo img {
		max-height: 150px;
		width: auto;
	}
}


/* WEDDING FAIR */

@media (min-width: 769px) {

	.bbwf-header-logo a img {
		padding-bottom: 30px;
		width: 280px;
		height: auto;
	}

}


@media (max-width: 418px) {

	.bbwf-header-logo .image-mobile a img {
		margin-left: 15px;
		padding-bottom: 30px;
		width: 10px;
		height: auto;
	}

}

@media (min-width: 768px) {
	
	.bbwf_sponsor_logo img {
		max-height: 180px;
		width: auto;
	}
}

/* wedding fair navigation */

.bbwf-header-navigation .primary a {
	font-family: 'avenir', Helvetica, Arial, sans-serif;
	position: relative;
	font-size: 19px;
	text-align: left;
	text-transform: uppercase !important;
	letter-spacing: 2px
}

.bbwf-header-navigation .primary a {
	padding: 10px 15px 40px 15px;
	color: #ccc;
	transition: color 150ms ease-out;
}

.bbwf-header-navigation .primary a:hover {
	color: #fff;
}

.bbwf-header-navigation .level1 {
	display: block;
}

.bbwf-header-navigation .divider-before {
	margin-left: 30px;
}

.bbwf-header-navigation .divider-before::before {
	content: '';
	border-left: 1px solid #666;
	position: absolute;
	top: 9px;
	left: -15px;
	height:42px;
}

.bbwf-header-navigation .secondary {
	font-family: 'avenir', Helvetica, Arial, sans-serif;
	position: relative;
	font-size: 16px !important;
	text-align: left;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	padding-top: 11px;

}

.bbwf-header-navigation .secondary a {
	padding: 10px;
	color: #999;
	transition: color 150ms ease-out;
}

.bbwf-header-navigation .secondary a:hover {
	color: #fff;
	
}

.coloured-heading-box { 
	background-color: #faeeeb !important;
	padding: 10px !important;
}



 