/*
Theme Name: Aberdeen Dining Theme
Theme URI: https://www.aberdeengining.com
Version: 1.0
Description: A BB child theme for Aberdeen Dining.
Author: Web Work Life
Author URI: https://www.webworklife.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
    font-family: 'HoneyScript';
    src: url('./fonts/HoneyScriptSemiBold.eot');
    src: url('./fonts/HoneyScriptSemiBold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/HoneyScriptSemiBold.woff') format('woff'),
         url('./fonts/HoneyScriptSemiBold.ttf') format('truetype'),
         url('./fonts/HoneyScriptSemiBold.svg#ahoneyscript') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Transparent Header and dropshadow */
.fl-page header {box-shadow: 0 0 6px rgba(0, 0, 0, 0.125), 0 6px 12px rgba(0, 0, 0, 0.25); background-color: rgba(255, 255, 255, 0.8);}
.fl-page-header-wrap {border-bottom: none!important;}

.bb-drop-shadow{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 0 6px 12px rgba(0, 0, 0, 0.5);
}

.dashed-box {
    background-color: #dfdfdf; padding: 10px; border: dotted 2px red;
}

.bb-italic {font-style:italic;}

.home .fl-callout-photo-left .fl-callout-photo {padding-right: 5px;width: 40%;}
.home .fl-callout-photo-left .fl-callout-content, .fl-callout-photo-left-text .fl-callout-text-wrap {vertical-align: top;}
.home .fl-callout-photo-left .fl-callout-content h3.fl-callout-title {padding-bottom: 0px; line-height: 1.0em;}
