/* Quick Fixes */
/***********************************/

/* remove post date and authors from news and events */
article.type-post header .post-meta-infos,
article.type-post header .post-meta-author,
article.type-bfh_events header .post-meta-infos,
article.type-bfh_events header .post-meta-author {
	display: none;
}

.av-masonry-entry .octo-date {
	display: none;
}
.av-masonry-entry.category-on-this-day .octo-date {
	display: block;
}

/* banner css */
.dashicons-no-alt:before {
	font-size: 24px;
}

/* Base Overrides */
/***********************************/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	transition: opacity .2s;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
}
a:hover {
	opacity: 0.75;
}
.octo-image-container-inner,
.octo_image,
.av-image-caption-overlay,
.octo-content-slider .slide-image,
.octo-content-slider .slide-image img{
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
body .alignleft, .entry-content-wrapper a:hover .alignleft {
    margin: 4px 40px 40px 0;
}
body .alignright,  .entry-content-wrapper a:hover .alignright {
	margin:4px 0px 40px 40px;
}

/* Grid Overrides */
/***********************************/
.container_wrap {
    border-top-width: 0;
}

/* Colour Overrides */
/***********************************/
.main_color strong, #top .main_color .price {
	color: unset;
}

/* Typography */
/***********************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1 { font-size: 40px; line-height: 1.1em; margin-bottom: 14px;}
h2 { font-size: 36px; line-height: 1.1em; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
h4 { font-size: 24px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
h5 { font-size: 20px; line-height: 1.1em; }						/*17*/
h6 { font-size: 18px; line-height: 1.1em; }

em {
    /*font-family: "Adobe Caslon Pro", "Georgia", "Times New Roman", Times, serif;*/
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
	letter-spacing: 0;
	border-bottom: 3px solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.octo_textblock {
    line-height: 32px;
	margin-bottom: 50px;
}
.octo_textblock.intro p:first-of-type {
	font-family: "Adobe Caslon Pro", "Georgia", "Times New Roman", Times, serif;
    font-size: 1.7em;
	line-height: 1.3em;
	margin-bottom: 0.55em;
}

/* Layout Overrides */
/***********************************/
.octo-bullet {
    display: none;
}
.entry-content-wrapper .post-title {
    font-size: 43px;
    line-height: 1.1em;
}
.post-meta-infos {
    font-size: 0.9em;
    top: 0;
    border-bottom: 4px solid;
	line-height: 41px
}
.main_color .minor-meta, .main_color .minor-meta a {
	color: #b76e00;
	font-size: unset;
}
.post-meta-infos .date-container {
    font-size: 20px;
    font-weight: 600;
    color: #b76e00;
}
.post-meta-infos .date-container i {
    color: #383d48;
	margin: 0 10px 0 2px;
}
.post-meta-infos .blog-categories {
    float: right;
}
.post-meta-infos .blog-categories a {
    float: right;
    background-color: #b76e00;
    color: #fff;
    padding: 0px 12px;
    line-height: 42px;
	margin-left: 5px;
}
.post-meta-infos .blog-categories.events a {
    float: right;
    background-color: #383d48;
    color: #fff;
    padding: 0px 12px;
    line-height: 42px;
	margin-left: 5px;
}
.post-meta-author .blog-author {
    position: relative;
    display: block;
    margin: 12px 3px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #b76e00;
}
.post-meta-author .blog-author i {
	margin: 0 10px 0 2px;
    color: #383d48;
}
#scroll-top-link {
    bottom: 85px;
}


/* Header */
/***********************************/
#header_main nav.header-menu {
	float: right;
	line-height: normal;
	margin-top: 44px;
}
#header_main nav.header-menu ul {
    margin: 0
}
#header_main nav.header-menu ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #fff;
}
#header_main nav.header-menu ul li:hover {
	border-bottom-color: rgba(255, 255, 255, 0.5);
	transition: border-bottom-color 0.2s;
}
#header_main nav.header-menu ul li.av-menu-button-colored {
	border-bottom: 0;
}
#header_main nav.header-menu ul li a {
    color: #fed501;
	line-height: 32px;
}
#header_main nav.header-menu ul li:hover a {
    text-decoration: none;
}
#top .av-menu-button > a .octo-menu-text {
    padding: 18px 16px;
}
#top #wrap_all .header_color .av-menu-button-colored > a .octo-menu-text {
	transition: background-color 0.3s ease;
}
#top #wrap_all .header_color .av-menu-button-colored > a:hover, #top #wrap_all .header_color .av-menu-button-colored > a:hover .octo-menu-text {
	opacity: 1;
}

#top .av-menu-button-colored > a .octo-menu-text {
	border-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#header_main_alternate {
    border-top: 0;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky #header_main_alternate {
  position: fixed;
  top: 0;
  width: 100%
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
#header.sticky {
  padding-bottom: 60px;
}

.header_bg {
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Menu */
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu > div, .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
    height: 60px;
}
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
    /*background-color: rgba(183, 109, 0, 1);*/
	-webkit-box-shadow: 0px 8px 6px -6px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 8px 6px -6px rgba(0,0,0,0.65);
	box-shadow: 0px 8px 6px -6px rgba(0,0,0,0.65);
}
.html_header_top.html_bottom_nav_header .av_header_transparency #header_main_alternate .main_menu {
    /*background-color: rgba(183, 109, 0, 0.85);*/
}

.header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
    color: #fff !important;
}
.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #fff;
}
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
    height: 60px;
    line-height: 60px;
}
.av-main-nav > li > a {
    padding: 0 24px;
    font-size: 19px;
	letter-spacing: 0.5px;
}
#top #menu-item-search {
    margin-right: 22px;
}
#top .menu-item-search-dropdown > a {
    font-size: 30px;
}
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
	border-bottom: 5px solid rgba(255,255,255,0.5);
}


#top .av-main-nav > li > ul.sub-menu {
    padding: 25px;
	min-width: 240px;
}
#top .av-main-nav > li > ul.sub-menu li {
    border-bottom: 2px solid #a0a3a8;
	margin: 0 0 12px;
}
#top .av-main-nav > li > ul.sub-menu li a {
	border: none;
	color: #fff;
    padding: 0 0 16px 0;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
}

/* Mobile Menu */
.av-hamburger-box {
    width: 26px;
}
.av-burger-overlay {
    position: absolute;
    overflow: visible;
	top: 48px;
}
.av-burger-overlay-scroll {
    overflow: visible;
}
.av-burger-overlay-inner, .av-burger-overlay-bg {
	position: absolute;
	height: auto;
    min-height: 400px;
    vertical-align: top;
    text-align: left;
	background-color: transparent;
}
.av-burger-overlay-inner {
	background-color: rgba(39, 44, 50, 0.95);
}
#av-burger-menu-ul {
    vertical-align: top;
    padding: 0 !important;
}
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul > li {
	border-bottom: 1px solid #fff;
}
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul > li.av-show-submenu > a {
	margin-bottom: 20px;
}
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li {
    line-height: 1em;
	font-size: 18px;
	padding: 0.8em 20px;
}
#av-burger-menu-ul li a {
    border: none;
}
.html_av-submenu-hidden .av-submenu-indicator {
    right: 0;
}
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li {
    font-size: 0.8em;
    line-height: 1.8em;
	padding: 0 20px;
}
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li li {
    font-size: 1em;
	padding: 0;
}
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li ul li.av-width-submenu > a {
    display: none;
}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li ul li ul {
    display: block;
}



/* Mega Menu */
#top #header.av_header_transparency .octo_mega_div {
    margin-top: 0;
    padding-top: 0;
	
}
#header.av_minimal_header .octo_mega_div {
	border-top: 1px solid transparent;
	overflow: visible;
	-webkit-box-shadow: inset 0px 8px 6px -6px rgba(0,0,0,0.55), 0px 8px 6px -6px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0px 8px 6px -6px rgba(0,0,0,0.55), 0px 8px 6px -6px rgba(0,0,0,0.65);
	box-shadow: inset 0px 8px 6px -6px rgba(0,0,0,0.55), 0px 8px 6px -6px rgba(0,0,0,0.65);
}
#header.av_minimal_header .octo_mega_div .sub-menu {
}
#header.av_minimal_header .octo_mega_div:before, #header.av_minimal_header .octo_mega_div:after {
	content: '';
	width: 25px;
	height: calc(100% + 61px);
	position: absolute;
	top: -61px;
	left: -25px;
	background-color: inherit;
}
#header.av_minimal_header .octo_mega_div:after {
	left: unset;
	right: -25px;
}
#header .octo_mega_div {
    top: 60px;
	/*border-top: 61px solid #b76e00;*/
}
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li:hover {
    z-index: 0;
}

.octo_mega_div .octo-bullet {
    display: none;
}
#top #header .octo_mega_div > .sub-menu > li > ul > li a {
    padding: 0 12px 16px 12px;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
}
#top #header .octo_mega_div > .sub-menu {
    display: table;
    padding: 15px 0 4px;
    border-top-style: solid;
    border-top-width: 2px;
}
#top #header .octo_mega_div > .sub-menu > li > ul li {
    border-bottom-width: 2px;
	border-style: solid;
	margin-bottom: 12px;
}
.header_color .main_menu .menu ul li a:hover, .header_color .av-subnav-menu ul a:hover {
    background-color: transparent;
}
#top .header_color .main_menu .menu ul li > a:hover {
    color: #a0a3a8;
}
#header .octo_mega_text_block {
    line-height: 28px;
    border-bottom: none !important;
    font-size: 18px;
    color: #fff;
}
#header .mega_menu_title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.1em;
    font-weight: 600;
    display: block;
    border-bottom-width: 2px;
	border-style: solid;
    padding: 0 0 8px 0;
}

/* Mobile Menu */
.av-main-nav-wrap {
    width: 100%;
    height: 48px;
}
#top #menu-item-search {
    margin-right: 22px;
    float: right;
}

/* Search */
#top #menu-item-search:hover > a {
    background: transparent;
    color: #fff;
}


#search_wrap {
    display: none;
    height: 60px;
    width: calc(100% - 100px);
    float: left;
    position: absolute;
    z-index: 101;
    line-height: 60px;
}
#top #searchform > div {
    max-width: calc(100% - 12px);
	margin: 6px;
}
#top .av_minimal_header #s {
    background-color: rgba(255,255,255,0.1);
    padding: 12px 47px 12px 14px;
    height: 48px;
    color: #fff;
}
#searchform #searchsubmit {
    font-size: 30px;
	min-width: 56px;
	background-color: transparent;
}
.header_color .ajax_load {
    background-color: transparent;
    width: 20px;
    font-size: 30px;
	right: 56px;
}
.ajax_load_inner {
    background: url(img/loading-gif.gif) no-repeat scroll center center;
	background-color: transparent;
    opacity: 0.5;
}
.header_color ::-moz-placeholder {
    color: rgba(255,255,255,1);
}
.header_color ::-webkit-input-placeholder {
    color: rgba(255,255,255,1);
}
.header_color :focus::-moz-placeholder {
    color: rgba(255,255,255,0);
}
.header_color :focus::-webkit-input-placeholder {
    color: rgba(255,255,255,0);
}
#top #searchform .ajax_search_response {
    margin: 20px 6px 0;
	padding-bottom: 6px;
}
#top .header_color .ajax_search_entry:hover {
    background-color: rgba(255,255,255,0.1);
}
#top div .ajax_search_entry_view_all {
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0 0;
}














/* Title & Breadcrumbs */
#top .title_container .container {
    padding-top: 35px;
	padding-bottom: 0;
	min-height: 40px;
}
.title_container .breadcrumb {
	position: relative;
	right: 0;
	line-height: 20px;
	font-size: 16px;
	margin-top: 0;
}
.breadcrumb_wrap {
    margin-bottom: 40px;
    overflow: auto;
}
.breadcrumb_wrap .breadcrumb {
	position: relative;
	right: 0;
	line-height: 20px;
	font-size: 16px;
	margin-top: 0;
}


/* Main */
.content, .sidebar {
    padding-top: 30px;
    padding-bottom: 60px;
}




/* Post Slider */
.octo-content-slider {
    margin: 60px 0 20px;
}
#top .octo-content-slider .slide-image {
	background-color: transparent;
}
.slide-entry.image-left .slide-image {
    float: left;
    width: 48.4%;
    margin-right: 4%;
	border: 12px solid #fff;
}
.slide-entry.image-left .slide-content {
    text-align: left;
    float: left;
    width: 47.6%;
	padding-top: 28px;
}
.slide-entry.image-left.av_fullwidth .slide-image {
    width: 37%;
    margin-right: 4%;
}
.octo-content-slider .fake-thumbnail .slide-image {
    min-height: 253px;
}
.slide-entry.image-left.av_fullwidth .slide-content {
    width: 59%;
}
.octo-content-slider .slide-entry-title {
    font-size: 29px;
	line-height: 1.2em
}
.octo-content-slider .slide-meta {
	font-family: "Adobe Caslon Pro", "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
}

/* Post Slider Products */
article.out-of-stock {
	opacity: 0.3;
}
.slide-entry.products .slide-content {
	padding-top: 10px;
}
.octo-content-slider .products .slide-entry-title {
    margin-bottom: 15px;
}
.octo-content-slider .products .slide-meta-price {
	font-size: 28px;
}
.octo-content-slider .products .slide-meta-price span {
	font-weight: 600;
	font-style: normal;
}
.octo-content-slider .slide-entry-excerpt form {
	margin: 20px 0 0 0;
}
.octo-content-slider .slide-entry-excerpt input[type="submit"] {
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 14px 18px;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	font-family: unset;
}



/* Shortcodes */
/***********************************/

.hr {
    margin: 0 0 49px 0;
}
.hr-inner {
    border-top-width: 3px;
}

/* Button */
body div .octo-button {
	border: none;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 18px;
}

/* Heading */
.av-special-heading {
    border-bottom: 4px solid;
}
body .av-special-heading .av-special-heading-tag {
    float: unset;
}

/* Easy Slider */
.flex_column .octo-slideshow {
    margin: 60px 0;
}
#top .octo-slideshow-arrows a {
    margin: -30px 0 0;
}
.octo-slideshow-arrows a::before {
    background: #383d48;
}
.octo_desktop .av_slideshow.octo-slideshow:hover .octo-slideshow-controls a{ opacity: 0.8; filter:alpha(opacity=80);  }
.octo_desktop .av_slideshow.octo-slideshow:hover .octo-slideshow-controls a:hover{ opacity: 1; filter:alpha(opacity=100);  }


/* Fullscreen Slider */
.octo-builder-el-0.octo-fullscreen-slider.default-height .octo-slideshow {
	height: 800px !important;
}

.html_header_transparency #top .octo-builder-el-0.default-height .slideshow_caption {
    padding-top: 400px;
}
.html_header_transparency #top .octo-builder-el-0 .slideshow_caption {
    padding-top: 440px;
}
.octo-fullscreen-slider .caption_left .slideshow_caption {
    left: 0;
	width: 64%;
}
.octo_transform .av_fullscreen .active-slide .octo-caption-title {
    visibility: visible;
    -webkit-animation: none;
    animation: none;
}
.octo-fullscreen-slider .av_fullscreen .octo-caption-title {
	font-family: "Adobe Caslon Pro", "Georgia", "Times New Roman", Times, serif;
	font-size: 98px;
	line-height: 98px;
	font-weight: 400;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.6);
	text-transform: none;
	letter-spacing: -4px;
}
.octo-fullscreen-slider .caption_container {
    max-height: 80vh;
}


/* Fullwidth Slider */
.octo-fullwidth-slider {
    padding-bottom: 20px;
}
.octo-slide-wrap.small {
	height: 350px;
}
.octo-slide-wrap.large {
	height: 590px;
}
.octo-fullwidth-slider .slideshow_caption {
    width: 69%;
    padding: 72px 55px 72px 85px;
}
.octo-fullwidth-slider .large .slideshow_caption {
    padding: 98px 85px 0;
}
.octo-fullwidth-slider .light .slideshow_caption {
    background-color: #fff;
	color: #383d48;
}
.octo-fullwidth-slider .light .slideshow_caption h2 {
    background-color: #fff;
	color: #383d48;
}
.octo-fullwidth-slider .dark .slideshow_caption {
    background-color: #393d48;
}
.octo-fullwidth-slider .red .slideshow_caption {
    background-color: #df7959;
}
.slideshow_align_caption {
    vertical-align: top;
}
.caption_left .slideshow_caption {
    left: 50px;
}
.caption_framed .slideshow_caption .octo-caption-content p,
.caption_framed .slideshow_caption .octo-caption-title,
.octo-caption .octo-caption-content p,
.octo-caption .octo-caption-title {
    background: transparent;
}
.caption_framed .slideshow_caption .octo-caption-title {
	text-transform: capitalize;
	font-size: 50px;
	padding: 10px 0;
}
.caption_framed .slideshow_caption .octo-caption-content p {
	/*font-size: 16px;*/
	padding: 10px 0;
}
#top .octo-slideshow-button {
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    text-transform: none;
    margin-top: 20px;
}
#top .octo-slideshow-button.octo-color-light {
    padding: 12px 0;
    background-color: transparent;
	border: none;
	border-bottom: 4px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: none;
	font-size: 18px;
	margin-top: 0;
}
#top .octo-slideshow-button.octo-color-dark {
	background-color: #fff;
	padding: 14px 18px;
	border: none;
}
#top .light .octo-slideshow-button.octo-color-dark {
	color: #fff;
	background-color: #393d48;
}
#top .dark .octo-slideshow-button.octo-color-dark {
	color: #393d48;
}
#top .red .octo-slideshow-button.octo-color-dark {
	color: #4d051d;
}

.octo-fullwidth-slider .img-left-bleed {
    height: 100%;
	width: calc((100vw - (100% - 100px)) / 2);
	position: absolute;
	left: calc(50px + (-100vw + (100% - 100px)) / 2);
	background-size: cover;
	background-position: center;
}
.octo-fullwidth-slider .img-right-bleed {
    height: 100%;
	width: calc((31% - 100px) + ((100vw - (100% - 100px)) / 2));
	left: calc(69% + 50px);
	position: absolute;
	background-size: cover;
	background-position: center;
}
.octo-fullwidth-slider .slideshow_caption_flash {
	position: absolute;
	top: 0;
	padding: 12px 22px;
	font-weight: 600;
	font-size: 18px;
}

/* Info Box */
.av_infobox {
	background-image: url(https://benjaminfranklinhouse.org/wp-content/uploads/2018/09/footer-bgd_transparent_20pc.png);
	background-position: top left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    border: none;
    overflow: hidden;
    padding: 0;
	display: flex;
	min-height: 244px;
	margin: 0 0 60px 0;
    clear: both;
    width: 100%;
    float: left;
}
.av_infobox .slideshow_caption_flash {
	color: #fff;
	position: absolute;
	top: 0;
	padding: 12px 22px;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.av_infobox .octo-infocontent {
	float: left;
	margin: 60px 0 0;
	padding: 30px 30px 15px 30px;
}
.av_infobox .octo-infocontent h4 {
    font-family: "Adobe Caslon Pro", "Georgia", "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
}
.av_infobox .octo-infocontent p {
    font-size: 16px;
	line-height: 26px;
	margin: 0 0 20px 0;
}
.av_infobox .octo-infocontent p a {
    color: unset;
	text-decoration: underline;
}
.av_infobox .octo-button-wrap {
    width: 100%;
}
.av_infobox .octo-button {
	background-color: #b76e00;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 15px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border-style: none;
}

/* Promo Box */
.av_promobox {
    border: none;
    padding: 0;
	display: flex;
	min-height: 244px;
	margin: 0 0 60px 0;
}
.av_promobox .octo-promoimage {
	float: left;
	width: 36%;
	background-size: cover;
	background-position: center;
	background-color: inherit;
}

.av_promobox .octo-promocontent {
	float: left;
	width: 60%;
	margin: 0 0 0 4%;
	padding: 30px 30px 30px 0;
}
.octo-promocontent p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px 0;
}
.av_promobox .slideshow_caption_flash {
	position: absolute;
	top: 0;
	padding: 12px 22px;
	background-color: inherit;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
}
.av_promobox .octo-promotitle {
	color: inherit;
}
.av_promobox .octo-button {
    right: 0;
    top: 0;
    position: relative;
    z-index: 2;
	background: none;
    border: 0;
    padding: 12px 0;
    min-width: auto;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-bottom: 4px solid;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}
.av_promobox .octo-button:hover {
	background: none;
    color: #fff;
	opacity: 0.8;
}
body .main_color div .av_promobox .octo-button {
	background: transparent;
}
.av_promobox .octo-button.octo-size-medium {
    margin-top: 0;
}

.av_one_third .av_promobox, .av_one_fourth .av_promobox, .av_one_fifth .av_promobox { 
	display: block; /* reset the flex element */
}
.av_one_third .av_promobox .octo-promoimage, .av_one_fourth .av_promobox .octo-promoimage, .av_one_fifth .av_promobox .octo-promoimage {
	width: 100%;
	padding-top: 60%;
}
.av_one_third .av_promobox .slideshow_caption_flash, .av_one_fourth .av_promobox .slideshow_caption_flash, .av_one_fifth .av_promobox .slideshow_caption_flash {
    padding: 8px 12px;
    left: 30px;
}
.av_one_third .av_promobox .octo-promocontent, .av_one_fourth .av_promobox .octo-promocontent, .av_one_fifth .av_promobox .octo-promocontent {
	width: 100%;
	margin: 0;
	padding: 30px;
}

/* Key Content Panel */
.av_keycontent_wrap {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.av_keycontent_wrap.el_before_av_keycontent {
	/* Only if followed by another Key Content element */
	border-bottom: 2px solid #fff !important;
}
.av_keycontent_wrap .octo-key-image {
    width: 37%;
    margin-right: 4%;
	float: left;
	border: 12px solid #fff;
	line-height: 0;
}
.av_keycontent_wrap .octo-key-content {
    text-align: left;
    float: left;
    width: 59%;
    /*padding-top: 28px;*/
}
.av_keycontent_wrap .octo-key-content p {
    margin: 0 0 10px 0;
}
.av_keycontent_wrap .octo-key-content .octo-key-link {
    font-size: 18px;
	font-weight: 600;
}
.av_keycontent_wrap .octo-key-content .octo-key-link:hover {
    /*text-decoration: underline;*/
}


/* Masonary */
.octo_desktop.octo_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
	-webkit-animation: none; /* Safari 4+ */
	-moz-animation: none; /* Fx 5+ */
	animation: none; /* IE 10+ */
}
.av-masonry-entry {
	opacity: 1 !important;
	visibility: visible !important;
}
.av-masonry-entry.history {
	width: 100%;
}

#top .container .av-masonry {

}
#top div.container .av-masonry .av-masonry-sort {
	text-align: left;
    margin-bottom: 20px;
	line-height: 60px;
}
#top .av-sort-yes-tax .av-masonry-title {
    float: left;
	margin-right: 45px;
}
#top .av-sort-yes-tax .av-masonry-title h1 {
	font-family: "Adobe Caslon Pro", "Georgia", "Times New Roman", Times, serif;
	font-size: 106px;
	letter-spacing: -4px;
	font-weight: 400;
	line-height: 46px;
	margin-top: 38px;
}
#top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat {
    float: none;
    overflow: hidden;
	border-bottom: 4px solid;
	line-height: 46px;
	margin-top: 20px;
}
.main_color .av-sort-by-term a {
	color: #fff;
}
.av-masonry-sort a {
    text-decoration: none;
    background-color: #383d48;
    margin-right: 4px;
    padding: 0 15px;
}
.main_color .av-sort-by-term a.active_sort {
	padding-top: 8px;
}
#top .masonary-results-title {
    font-size: 18px;
	float: left;
    clear: both;
}
#top .av-current-sort-title {
	float: none;
    font-size: 18px;
}


.main_color .container .av-inner-masonry-content, #top .main_color .container .av-masonry-load-more, #top .main_color .container .av-masonry-sort, .main_color .container .av-masonry-entry .octo-arrow {
    background-color: #ffffff;
}
.av-masonry-outerimage-container .octo-cats {
    position: absolute;
    top: 0;
    z-index: 5;
    right: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.av-masonry-outerimage-container .octo-cats span {
	display: inline-block;
    padding: 3px 12px;
    background-color: #df7959;
	margin-left: 20px;
}
.av-masonry-outerimage-container .octo-cats span.news {
    background-color: #802124;
}
.av-masonry-date, .av-masonry-text-sep, .av-masonry-author {
    font-size: 16px;
	font-weight: 600;
}
.av-masonry-outerimage-container .octo-date {
    position: absolute;
    bottom: 0;
    z-index: 5;
	background-color: #fff;
	padding: 5px 20px;
}
.av-masonry-outerimage-container .octo-date i {
    margin-right: 10px;
}
.av-masonry-entry .av-masonry-entry-title {
    font-size: 22px;
}
.av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
    padding-top: 8px;
    font-size: 16px;
    line-height: 26px;
}
.av-masonry-entry .octo-button {
    border: none;
	background-color: #434752;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 18px;
	margin-top: 28px;
}
.av-masonry-entry .octo-button:hover {
	color: #fff;
}
.av-masonry-entry.category-events .octo-button {
	background-color: #b76e00;
}

.av-masonry-col-2 .av-masonry-entry.box{padding-top:49.80%;}
.av-masonry-col-3 .av-masonry-entry.box{padding-top:33.3%}
.av-masonry-col-4 .av-masonry-entry.box{padding-top:24.90%}
.av-masonry-col-5 .av-masonry-entry.box{padding-top:19.90%;}
.av-masonry-col-6 .av-masonry-entry.box{padding-top:16.6%;}

.av-large-gap.av-flex-size .av-masonry-entry.box .av-inner-masonry {
	position: absolute;
	top: 0;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
}
.av-masonry-entry.box {
	margin-bottom: 0;
}
.av-masonry-entry.box .twitter, .av-masonry-entry.box .twitter > div {
    height: 100%;
}


.av-masonry-entry.history .octo-date {
	background-color: #4d051d;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: -28px;
	left: 0px;
	padding: 8px 20px;
}
.av-masonry-entry.history .av-inner-masonry-content {
	background-color: #4d051d;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.av-masonry-entry.history .octo-cats span {
    background-color: #4d051d;
    color:  #fff;
}



/*Instagram */
.instagram {
	position: relative;
	padding-bottom: 43px;
	margin-bottom: 50px;
}
.instagram .bookmark {
    background: transparent;
    height: 75px;
    position: absolute;
    top: 0;
    left: 30px;
    width: 58px;
}
.instagram .bookmark:after {
    content: '';
    display: block;
    border: 29px solid #cf4a50;
	border-bottom-width: 20px;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
	height: 27px;
}
.instagram .bookmark i {
    color: #fff;
	position: relative;
	top: 8px;
	z-index: 1;
	text-align: center;
	font-size: 34px;
	width: 100%;
}

.octo_transform .instagram a:hover .image-overlay {
	display: none;
    opacity: 0 !important;
}

.instagram .follow-footer {
    position: absolute;
    bottom: 0;
    color: #fff;
	background-color: #cf4a50;
	padding: 10px 30px;
	width: 100%;
}
.instagram .follow-footer a {
    color: #fff;
}




/* Related Posts */

.related_posts {
	border: none;
}
.related_title {
    margin-bottom: 32px;
    border-bottom: 4px solid;
    padding-bottom: 8px;
    font-size: 26px;
}
.main_color .related_title {
	color: #b76e00;
}
.related_column {
    padding-right: 25px;
}
.related_posts .related_image {
	width: 100%;
	padding-top: 46%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.related_posts .related_image .octo-cats {
    position: absolute;
    top: 0;
    z-index: 5;
    right: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.related_posts .related_image .octo-cats span {
    display: inline-block;
    padding: 3px 12px;
    background-color: #434752;
    margin-left: 20px;
}
.related_posts .related_image .octo-date {
    position: absolute;
    bottom: 0;
    z-index: 5;
    background-color: #fff;
    padding: 5px 20px;
	font-size: 16px;
	font-weight: 600;
}
.related_posts .related_image .octo-date i {
    margin-right: 10px;
}

.related_posts .related_content {
	background-color: #fff;
	padding: 20px;
}
.related_posts .related_content .related-title {
	font-size: 22px;
}
.related_posts .related_content p {
	font-size: 16px;
	line-height: 28px;
}








/* New Shortcodes */
/***********************************/

/* Slick Slider */
.slick-slider {
	margin-bottom: 40px;
}
.slick-prev, .slick-next {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #000;
    z-index: 1;
	opacity: 0;
}
.slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
}
.octo-slick button, .octo-slick-carousel button {
	opacity: 0;
}
.octo-slick:hover button, .octo-slick-carousel:hover button {
	opacity: 0.8;
}
.octo_transform a.slide-image:hover .image-overlay {
    opacity: 0 !important;
}

/* Slick Carousel */
.av-post-carousel {
	padding: 20px 0;
}
.av-post-carousel .octo-slick-carousel {
	margin-bottom: 0;
}
.av-post-carousel .slick-track {
	display: flex;
}
.av-post-carousel .slick-track .slick-slide {
	padding: 0 10px;
	display: flex;
	height: auto;
}
.av-post-carousel .slick-slide article {
	background-color: #fff;
	height: 100%;
}
.av-post-carousel .slide-content {
	margin-top: -30px;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	padding: 0 20px 20px;
}
.av-post-carousel .slide-content header a {
	box-shadow: 20px 0px 0px #fff, -20px 0 0px #fff;
	background-color: #fff;
	font-size: 22px;
	line-height: 36px;
	padding: 10px 0 0 0;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}
.av-post-carousel .slide-content header a:hover {
	opacity: 1;
}
.av-post-carousel .slide-content time {
	font-weight: 600;
}
.av-post-carousel .slide-content time i {
	font-weight: 400;
	margin-right: 10px;
}
.av-post-carousel .slide-content .read-more-link .octo-button {
	margin: 15px 0 0 0;
}
.av-post-carousel .slide-content .read-more-link .octo-button:hover {
    color: #fff;
}






/* Menu Block */
nav.menu-block {
    padding: 20px 25px 8px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    display: inline-block;
	background-image: url('https://benjaminfranklinhouse.org/wp-content/uploads/2018/10/links-panel-bgd_processed.png');
	background-size: cover;
}
nav.menu-block ul.menu {
	list-style: none;
	margin: 0;
}
nav.menu-block ul.menu li {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	line-height: 20px;
	margin: 0 0 2px 0;
	padding: 8px 0 12px;
}
nav.menu-block ul.menu li:last-of-type {
	border-bottom: 0;
}
nav.menu-block ul.menu li a {
	color: #fff;
}
nav.menu-block ul.menu li a:hover {
	opacity: 0.8;
}


/* Testimonials */
.main_color .octo-slideshow-fixed-height > li {
	background: transparent;
}
.octo-testimonial-slideshow .slideshow_caption {
    color: #393d48;
	padding: 0 50px;
}
.octo-testimonial-slideshow {
    background-image: url(img/testimonials-bgd_processed_70.jpg;);
	margin-top: 0 !important;
}
.octo-testimonial-slideshow .caption_container {
    height: 100%;
}
.testimonial-quote {
	font-family: "Adobe Caslon Pro", "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	line-height: 40px;
	max-height: 240px;
}
.testimonial-quote p {
	margin: 40px 0 12px;
}
.testimonial-date {
    display: inline-block;
    padding: 8px 20px;
    background-color: #393d48;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.testimonial-author {
    font-weight: 600;
    font-size: 14px;
}
.octo-testimonial-slideshow .octo-slideshow-arrows a {
    opacity: 0;
    filter: alpha(opacity=00);
}
.octo-slideshow-dots a {
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    margin: 0 8px;
	bottom: 60px;
}
.octo-slideshow-dots a.active, .octo-slideshow-dots a:hover {
    /*opacity: 1;
    filter: alpha(opacity=100);*/
}

/* Logo Element */
#top .octo-logo-grid .slide-entry-wrap {
    margin-bottom: 24px;
}








.bleed-left {
	width: calc((100vw - 1436px) / 2) !important;
	background-position: center center;
	background-size: cover;
}






/* Ken Burns */
.slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.octo-slideshow.kenburns .octo-slideshow-inner li {
	-webkit-animation-name: kenburns;
	-moz-animation-name: kenburns;
	-ms-animation-name: kenburns;
	-o-animation-name: kenburns;
	animation-name: kenburns;
	
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-animation-duration: 31s;        
	-moz-animation-duration: 31s;
	-ms-animation-duration: 31s;
	-o-animation-duration: 31s;
	animation-duration: 31s;
	
}


@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1) rotate(0.1deg);
		-o-transform:      scale(1) rotate(0.1deg);
		transform:         scale(1) rotate(0.1deg);
	}
	50% {
		-webkit-transform: scale(1.1);
		-moz-transform:    scale(1.1);
		-ms-transform:     scale(1.1) rotate(0.1deg);
		-o-transform:      scale(1.1) rotate(0.1deg);
		transform:         scale(1.1) rotate(0.1deg);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1) rotate(0.1deg);
		-o-transform:      scale(1) rotate(0.1deg);
		transform:         scale(1) rotate(0.1deg);
	}

}
@-moz-keyframes kenburns {
	0% {
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1) rotate(0.1deg);
		-o-transform:      scale(1) rotate(0.1deg);
		transform:         scale(1) rotate(0.1deg);
	}
	50% {
		-webkit-transform: scale(1.1);
		-moz-transform:    scale(1.1);
		-ms-transform:     scale(1.1) rotate(0.1deg);
		-o-transform:      scale(1.1) rotate(0.1deg);
		transform:         scale(1.1) rotate(0.1deg);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1) rotate(0.1deg);
		-o-transform:      scale(1) rotate(0.1deg);
		transform:         scale(1) rotate(0.1deg);
	}

}
@-o-keyframes kenburns {
	0% {
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1) rotate(0.1deg);
		-o-transform:      scale(1) rotate(0.1deg);
		transform:         scale(1) rotate(0.1deg);
	}
	50% {
		-webkit-transform: scale(1.1);
		-moz-transform:    scale(1.1);
		-ms-transform:     scale(1.1) rotate(0.1deg);
		-o-transform:      scale(1.1) rotate(0.1deg);
		transform:         scale(1.1) rotate(0.1deg);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1) rotate(0.1deg);
		-o-transform:      scale(1) rotate(0.1deg);
		transform:         scale(1) rotate(0.1deg);
	}

}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1) rotate(0.1deg);
		-o-transform:      scale(1) rotate(0.1deg);
		transform:         scale(1.001) rotate(0.1deg);
	}
	50% {
		-webkit-transform: scale(1.1);
		-moz-transform:    scale(1.1);
		-ms-transform:     scale(1.1) rotate(0.1deg);
		-o-transform:      scale(1.1) rotate(0.1deg);
		transform:         scale(1.1) rotate(0.1deg);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-ms-transform:     scale(1) rotate(0.1deg);
		-o-transform:      scale(1) rotate(0.1deg);
		transform:         scale(1.001) rotate(0.1deg);
	}
}



























/* Footer */
/***********************************/
#footer {
    padding: 34px 0 30px 0;
}
#footer .widget .widgettitle {
    font-size: 16px;
}
#footer .widget p {
    font-size: 16px;
	margin-bottom: 0;
	line-height: 18px;
	margin-top: 18px;
	word-wrap: break-word;
}
#footer .widget.widget_text {
    margin: 14px 0;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}


#top #footer .social_bookmarks {
    height: 40px;
    margin: 20px 0 0 0;
}
#top #footer .social_bookmarks li {
    border-right-width: 0;
    width: 50px;
}
#top .social_bookmarks li a {
    width: 40px;
    line-height: 40px;
    min-height: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#footer .menu{margin-top:6px;}
#footer .sub_menu_socket{float:right; margin:130px 0 0 0;}
#footer .sub_menu_socket div{overflow: hidden;}
#footer .sub_menu_socket li{float:left; display:block; padding:0 10px; /*border-left: 1px solid #fff;*/ line-height: 25px; font-size: 16px}
#footer .sub_menu_socket li:first-child{border:none;}
#footer .sub_menu_socket li:last-child{padding-right:0;}
#footer .octo-bullet, #footer .octo-menu-fx {
    display: none;
}


#socket .container {
    padding-top: 30px;
}
#socket .copyright {
    float: right;
    text-align: right;
	line-height: 22px;
	margin-top: 24px;
}


