/* WP FullCalendar - simple white tooltip theme */
.tippy-box[data-theme~=simple]{
	background-color:#fff;
	color:#333;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:0 2px 8px rgba(0,0,0,.12);
	font-size:13px;
	line-height:1.4;
}
.tippy-box[data-theme~=simple] .tippy-content{padding:10px;max-width:260px}
.tippy-box[data-theme~=simple][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}
.tippy-box[data-theme~=simple][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}
.tippy-box[data-theme~=simple][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}
.tippy-box[data-theme~=simple][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}

/* stacked: image, then title, then excerpt */
.wpfc-tip{text-align:left}
.wpfc-tip .wpfc-tip-img{margin:0 0 8px 0}
.wpfc-tip .wpfc-tip-img img{display:block;width:100%;height:auto;border-radius:3px}
.wpfc-tip .wpfc-tip-title{font-weight:700;font-size:15px;margin-bottom:6px;color:#111;line-height:1.25}
.wpfc-tip .wpfc-tip-excerpt{color:#555;font-size:13px}
