/*
Theme Name: bfda
Theme URI: http://brooklynaccelerator.com/
Author: Richard Hall
Author URI: http://richardhalldesign.com/
Description: Theme for Brooklyn Fashion + Design Accelerator
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bfda
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/l
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
0.0 Fonts
--------------------------------------------------------------*/



/*
div { font-family:"Apercu Light Italic", Calibri, sans-serif; font-size-adjust:0.508; font-weight:200; font-style:italic; }
div { font-family:"Apercu Bold Italic", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:italic; }
div { font-family:"Apercu Light", Calibri, sans-serif; font-size-adjust:0.508; font-weight:200; font-style:normal; }
div { font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal; }
*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html {
  box-sizing: border-box;

}
*, *:before, *:after {
  box-sizing: inherit;
}
html, body {
	min-height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #eee; 
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 61%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(61%, rgba(246,246,246,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 61%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 61%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 61%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 61%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2c2c2', GradientType=0 );
	background-repeat: no-repeat;
    background-attachment: fixed;
}
@media screen and (max-width: 600px) {
	body {
		background: #ccc;
	}
}


div {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-family:"Apercu Light", Calibri, sans-serif; font-size-adjust:0.508; font-weight:200; font-style:normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h6 {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	clear: both;
}

h1 {
	font-size: 48px;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 44px;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 32px;
	line-height: 1.4em;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

h5 {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	font-size: 18px;
	line-height: 1.4em;
	clear: both;
}
h6 {
	text-transform: uppercase;
}

p {
	margin-bottom: 0.8em;
}

b,
strong {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}

dfn,
cite,
em,
i {
	font-family:"Apercu Light Italic", Calibri, sans-serif; font-size-adjust:0.508; font-weight:200; font-style:italic;
}

blockquote {
	margin: 0 1.5em;
	padding: 0 20px;
	border-left: 1px solid #80cfca;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 10px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #ffc700;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 0.8em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

@media screen and (max-width: 600px) {
	ul,
	ol {
		margin: 0 0 1.5em 1.5em;
	}
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	color: #80cfca;
	border: 1px solid;
	border-color: #80cfca;
	background-color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 19px;
	line-height: 1;
	padding: .5em .6em .5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	border-color: #fff;
	background-color: #80cfca;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	border-color: #fff;
	background-color: #80cfca;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	color: #80cfca;
	border: 1px solid;
	border-color: #80cfca;
	background-color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 19px;
	line-height: 1;
	padding: .5em .6em .5em;
}
button:hover a,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	border-color: #fff;
	background-color: #80cfca;
	text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	border-color: #fff;
	background-color: #80cfca;
}



/* Top Button */
span.top-button {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #80cfca;
	border: none;
	margin-top: -70px;
	z-index: 20;
}
span.top-button a {
	float: left;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	color: #fff;
	text-decoration: none;
}
span.top-button:hover {
	background-color: #5b86a2;
}

@media screen and (max-width: 600px) {
	span.top-button {
		position: relative;
	}
}


/* Small Button */
span.small-button {
	padding: 4px 8px;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #80cfca;
	border: none;
}
span.small-button a {
	color: #fff;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	text-decoration: none;
}
span.small-button a:visited {
	color: #fff;
}
span.small-button:hover,
span.small-button:focus,
span.small-button:active {
	background-color: #5b86a2;
}
label {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
	margin: 1px;
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #222;
	border: 1px solid #80cfca;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/*--------------------------------------------------------------
4.1 Gravity Forms
--------------------------------------------------------------*/

.entry-content .gform_page_fields {
	padding: 20px;
	background-color: #80cfca;
}
.entry-content .gform_page_fields h2 {
	color: #fff;
}
.gform_page_fields label {
	color: #fff;
}
.gform_page_fields p,
.gform_page_fields em,
.gform_page_fields h1,
.gform_page_fields h2,
.gform_page_fields h3,
.gform_page_fields h4,
.gform_page_fields h5,
.gform_page_fields h6 {
	color: #fff;
}
.gform_page_fields em {
	color: #f46524;
}
h2.gsection_title {
	text-transform: uppercase;
}
.entry-content .gform_wrapper .gfield_required {
	color: #f46524;
}
.entry-content .gform_wrapper li.gfield.gfield_error, .entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #eee;
	border-top: 1px solid #f46524;
	border-bottom: 1px solid #f46524;
}
.entry-content .gform_wrapper .validation_message {
	color: #f46524;
}
.entry-content .gform_wrapper div.validation_error {
	color: #f46524;
}
.entry-content .gform_wrapper .gfield_error .gfield_label {
	color: #f46524;
}
.entry-content .gform_wrapper li.gfield_error input[type=text], .entry-content .gform_wrapper li.gfield_error input[type=url], .entry-content .gform_wrapper li.gfield_error input[type=email], .entry-content .gform_wrapper li.gfield_error input[type=tel], .entry-content .gform_wrapper li.gfield_error input[type=number], .entry-content .gform_wrapper li.gfield_error input[type=password], .entry-content .gform_wrapper li.gfield_error textarea {
	border: 1px solid #f46524;
}
.gform_page_fields a {
	color: #fff;
	border-bottom: 2px solid #fff;
}
.gform_page_fields a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
.entry-content .gform_wrapper .percentbar_blue {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #80cfca;
	color: #FFF;
}
.entry-content .gform_wrapper .gf_progressbar {
	border: 1px solid #EEE;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #eee;
}
.entry-content .gform_wrapper .gf_progressbar_percentage {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	text-shadow: none;
}
.gform_title {
         display : none;
}
.entry-content .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .entry-content .gform_wrapper li.gfield_error ul.gfield_checkbox, .entry-content .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #f46524;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.post-navigation .nav-links {
	margin-top: 30px;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 30px 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	display: inline-block;
	float: left;
	height: 100px;
	width: 48%;
	padding: 5px 10px;
	background-color: #fff;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	display: inline-block;
	float: right;
	text-align: right;
	height: 100px;
	width: 48%;
	padding: 5px 10px;
	background-color: #fff;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #80cfca;
	text-decoration: none;
}

a:visited {
	color: #80cfca;
}

a:hover,
a:focus,
a:active {
	color: #80cfca;
	text-decoration: underline;
}

/*--------------------------------------------------------------
5.2 Header + Main Menu
--------------------------------------------------------------*/
.page-header-wrapper {
	position: relative;
	z-index: 0;
}
.page_header_image {
	height: 100%;
	position: relative;
	margin-top: 100px;
	left: 0;
	line-height: 0;
	z-index: 1;
	overflow: hidden;
}
.page-header-logo {
	height: 100%;
	position: absolute;
	margin-top: 100px;
	width: 100%;
	left: 0;
	z-index: 2;
	overflow: hidden;
}
.front-page .page_header_image,
.front-page .page-header-logo {
	margin-top: 50px;
}

.page-header-shout {
	position: absolute;
	top: 140px;
	right: 50px;
	background: #fff;
	padding: 10px 20px;
	max-width: 300px;
	z-index: 3;
	border-top: 4px solid #80cfca;
}
.page-header-shout a {
	font-family: "Apercu Bold", Calibri, sans-serif;
	font-style: normal;
	color: #222;
}
.page-header-shout a:hover {
	text-decoration: underline;
}


@media screen and (max-width: 600px) {
	.page_header_image,
	.page-header-logo {
		height: 210px;
	}
	.page_header_image img,
	.front-page .page_header_image img {
		height: 125%;
		width: auto;
		max-width: none;
	}
	.page-header-logo img,
	.front-page .page-header-logo img {
		height: 100%;
		padding-top: 10%;
		width: auto;
		max-width: none;
	}
}



.site-header {
	position: absolute;
    height: 170px;
    top: 0;
    -webkit-transition:top 0.2s ease-in-out;
    -moz-transition:top 0.2s ease-in-out;
    -o-transition:top 0.2s ease-in-out;
    transition:top 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
}
.bfda-social-bar-wrapper {
	background-color: #80cfca;
	padding-top: 8px;
	height: 100px;
	-moz-box-shadow:    inset 0 0 5px #73BAB5;
	-webkit-box-shadow: inset 0 0 5px #73BAB5;
	box-shadow:         inset 0 0 5px #73BAB5;
}
.front-page .bfda-social-bar-wrapper {
	height: 50px;
}
.bfda-social-bar {
	position: relative;
	max-width: 1060px;
	height: 35px;
	margin: 0 auto;
	padding: 0 30px;
}
.bfda-social-bar .pratt-item {
	width: 33%;
	height: 35px;
	float: left;
}
.bfda-social-bar .social-item {
	width: 33%;
	height: 35px;
	float: right;
}
.bfda-social-bar .description-item {
	width: 33%;
	height: 35px;
	float: left;
}
h2.pratt-logo a {
	display: block;
	float: left;
	height: 22px;
	width: 63px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -208px 0;
	margin-top: 6px;
}
h2.pratt-logo a:hover {
	background-position: -208px -26px;
}
h2.site-description {
	font-size: 24px;
	text-align: center;
	padding: 0;
	font-family:"Apercu Light", Calibri, sans-serif; font-size-adjust:0.508; font-weight:200; font-style:normal;
	text-transform: uppercase;
}
h2.site-description a {
	text-decoration: none;
	color: #fff;
}
button.menu-toggle {
	font-family:"Apercu Light", Calibri, sans-serif; font-size-adjust:0.508; font-weight:200; font-style:normal;
	text-transform: uppercase;
}
button span.description-bold {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
button .make-small {
	font-size: 14px;
	margin-top: 5px;
}

h2.site-description span.description-bold {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
.bfda-social {
	float: right;
	margin-top: 6px;
}
.bfda-social .icon {
	float: left;
	margin-left: 5px;
}
a.twitter-icon {
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -26px 0;
}
a.twitter-icon:hover {
	background-position: -26px -26px;
}
a.facebook-icon {
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: 0 0;
}
a.facebook-icon:hover {
	background-position: 0 -26px;
}
a.instagram-icon {
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -52px 0;
}
a.instagram-icon:hover {
	background-position: -52px -26px;
}
a.vimeo-icon {
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -130px 0;
}
a.vimeo-icon:hover {
	background-position: -130px -26px;
}
a.pinterest-icon {
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -78px 0;
}
a.pinterest-icon:hover {
	background-position: -78px -26px;
}
span.bfda-search-icon {
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -182px 0;
}
span.bfda-search-icon:hover {
	cursor: pointer;
	background-position: -182px -26px;
}
.bfda-social .spacer-icon {
	display: block;
	height: 22px;
	width: 22px;
	border-right: 1px solid #fff;
}
.bfda-social .info-icon{
	margin-left: 20px;
}
span.info-icon {
	cursor: pointer;
	display: block;
	height: 22px;
	width: 26px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -286px 0;
	background-color: #80cfca;
}
span.info-icon:hover {
	background-position: -286px -26px;
}
span.bfda-search-icon.icon {
	margin-left: 20px;
}
h1.site-title {
	margin: 0;
	padding: 0;
	height: 0;
	text-indent: -1999px;
}
.bfda-sticky {
	position: absolute;
	width: 100%;
	-webkit-backface-visibility:hidden;
	z-index: 888;
}
.main-navigation {
	clear: both;
	display: block;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
}
menu-main-menu-container {
	z-index: 888;
}
ul#menu-main-menu {
	width: 800px;
	height: 100%;
	margin: -40px auto 0 auto;
	z-index: 999;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li {
	float: left;
	position: relative;
	width: 19%;
	margin: 0 0.5%;
	z-index: 999;
}
.main-navigation ul a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 45px 0;
	line-height: 0;
	background-color: #fff;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #222;
	-webkit-transition:background-color 0.4s ease;
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	transition:background-color 0.4s ease;
}
.main-navigation ul a:hover {
	text-decoration: underline;
}
.main-navigation ul ul {
	position:absolute;
	padding-top: 10px;
	background-color: transparent;
	width: 100%;
    top:-99999px;
    left:0;
    opacity: 0; 
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.main-navigation ul li:hover > ul {
	opacity: 1; position:absolute; top:99%; left:0;
}



.main-navigation ul ul.sub-menu a {
	line-height: normal;
	padding: 10px 0;
	background-color: #80cfca;
	color: #fff;
}
.main-navigation ul ul li {
	width: 100%;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	/* left: auto; */
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
/* .main-navigation .current_page_ancestor a, */
.main-navigation .current-page-ancestor > a {
}
@media screen and (max-width: 1060px) {
	ul#menu-main-menu {
		width: 700px;
	}
}
@media screen and (max-width: 860px) {
		ul#menu-main-menu {
		width: 480px;
	}
}

/* Info menu */
.info-menu {
	position: relative;
	width: 100%;
	background: #fff;
}
.info-open-wrap {
	position: absolute;
	top: 65px;
	right: 42px;
}
.info-menu-wrap {
	max-width: 1060px;
	height: 64px;
	margin: -64px auto 0 auto;
	padding: 0 30px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.info-menu-wrap.info-show {
	margin-top: 0;
}
.info-menu-inner {
	float: left;
	max-width: 75%;
}
.info-menu ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}
.info-menu ul li {
	float: left;
	margin: 0 15px 0 0;
}
.info-menu ul li a {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	font-size: 16px;
	border-bottom: 2px solid #222;
	color: #222;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.info-menu ul li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #80cfca;
	color: #80cfca;
}
.bfda-search-form {
	display: block;
	float: right;
	max-width: 25%
}
.bfda-search-form form {
	border: 1px solid #222;
	margin-top: 18px;
}
.bfda-search-form input[type="submit"] {
	display: block;
	float: right;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -182px -78px;
	border: none;
	font-size: 16px;
	line-height: 1;
}
.bfda-search-form input[type="submit"]:hover {
	background-position: -182px -52px;
}
.bfda-search-form input[type="text"] {
	direction: rtl;
	font-family:"Apercu Light", Calibri, sans-serif; font-size-adjust:0.508; font-weight:200; font-style:normal;
	color: #222;
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	border: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.bfda-search-form input[type="text"]:focus {
	outline: none;
}



/* Mobile menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 1060px) {
	.info-menu ul {
		padding: 6px 0;
	}
}
@media screen and (max-width: 860px) {
	.info-menu ul {
		padding: 6px 0;
	}
	.bfda-social-bar .pratt-item {
		width: 15%;
		float: left;
	}
	.bfda-social-bar .description-item {
		width: 40%;
		float: left;
	}
	.bfda-social-bar .social-item {
		width: 40%;
		float: right;
	}
	.bfda-search-form input[type="text"] {
		width: 100px;
	}
}
@media screen and (max-width: 600px) {

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		/* margin: 0 auto; */
		width: 100%;
	}
	.main-navigation ul {
		display: none;
	}
	.info-menu-inner {
		float: none;
		max-width: 100%;
	}
	.info-menu-wrap {
		height: 150px;
		margin: -150px auto 0 auto;
		padding: 0 10px;
	}
	.bfda-search-form {
		float: none;
		max-width: 100%;
	}
	.bfda-social-bar {
		max-width: 1060px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.bfda-social-bar .pratt-item {
		width: 20%;
		float: left;
	}
	.bfda-social-bar .description-item {
		width: 100%;
		float: right;
	}
	.bfda-social-bar .social-item {
		width: 70%;
		float: right;
	}
	ul#menu-main-menu {
		width: 100%;
	}
	.main-navigation ul li {
		float: none;
		position: relative;
		width: 100%;
		margin: 0;
	}
	ul#menu-main-menu {
		margin: 0;
	}
	h2.site-description {
		display: none;
	}
	.bfda-social-bar-wrapper {
		height: 50px;
	}
	.bfda-sticky {
		top: 0 !important;
	}
	.site-branding {
		display: none;
	}
	.page_header_image,
	.page-header-logo {
		margin-top: 50px;
	}
	.main-navigation ul a {
		padding: 20px 0 !important;
		background-color: #80cfca !important;
		color: #fff !important;
		border-bottom: 1px solid #fff !important;
	}
	.bfda-search-form input[type="text"] {
		width: 85%;
	}
}











/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Grid
--------------------------------------------------------------*/
.one-thousand {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
}
.eight-hundred {
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	padding: 0 30px;
}
.eight-hundred-ten {
	position: relative;
	max-width: 870px;
	margin: 0 auto;
	padding: 0 30px;
}
.six-seventyfive {
	position: relative;
	max-width: 735px;
	margin: 0 auto;
	padding: 0 30px;
}
.grid-background {
	padding: 20px;
	background-color: #fff;
}
.bottom-grid-ten {
	margin-bottom: 10px;
}
.plus-five {
	margin-top: 5px;
}
.plus-ten {
	margin-top: 10px;
}
.plus-fifteen {
	margin-top: 15px;
}
.plus-twenty {
	margin-top: 20px;
}
.plus-twentyfive {
	margin-top: 25px;
}
.plus-thirty {
	margin-top: 30px;
}
.plus-thirty_five {
	margin-top: 35px;
}
.minus-ten {
	margin-top: -10px;
}
.minus-thirty {
	margin-top: -30px;
}
.minus-onetwenty {
	margin-top: -120px;
}
h2.section-title {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 20px 5px 20px;
	background-color: #80cfca;
	color: #fff;
	-moz-box-shadow:    inset 0 0 5px #81C0BC;
	-webkit-box-shadow: inset 0 0 5px #81C0BC;
	box-shadow:         inset 0 0 5px #81C0BC;
}
h2.section-title_wide {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 20px 5px 20px;
	background-color: #80cfca;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	-moz-box-shadow:    inset 0 0 5px #81C0BC;
	-webkit-box-shadow: inset 0 0 5px #81C0BC;
	box-shadow:         inset 0 0 5px #81C0BC;
}
.site-footer {
	position: relative;
	max-width: 1000px;
	padding: 20px;
	margin: 30px auto 30px auto;
	background-color: #fff;
}
.site-footer p, 
.site-footer small {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 10px;
}
.site-footer p {
	font-size: 12px;
}
.site-footer small {
	font-size: 10px;
}
.site-footer .site-info {
	margin-top: 20px;
}



.site-footer p.intra {
	text-transform: none;
	font-size: 10px;
}
.info-menu-footer {
	max-width: 1000px
	margin: 0 auto;
	text-align: center;
}
.info-menu-footer ul {
	display: block;
	padding: 0;
	margin: 0;
	
}
.info-menu-footer li {
	display: inline-block;
	list-style: none;
	padding: 2px 20px;
	
}
.info-menu-footer li a {
	text-align: center;
	border-bottom: 2px solid #80cfca;
}
.info-menu-footer li a:hover {
	text-decoration: none;
	color: #222;
	border-bottom: 2px solid #222;
}








.footer-home {
	text-align: center;
	margin-bottom: 40px;
}
.footer-home a {
	padding: 10px 20px;
	background-color: #80cfca;
	color: #fff;
}


@media screen and (max-width: 600px) {
	.one-thousand {
		padding: 0 10px;
	}
	.eight-hundred {
		padding: 0 10px;
	}
	.eight-hundred-ten {
		padding: 0 10px;
	}
	.six-seventyfive {
		padding: 0 10px;
	}
	.plus-five {
	margin-top: 5px;
	}
	.plus-ten {
		margin-top: 10px;
	}
	.plus-twentyfive {
		margin-top: 10px;
	}
	.plus-thirty {
		margin-top: 10px;
	}
	.plus-thirty_five {
		margin-top: 10px;
	}
	.minus-ten {
		margin-top: -10px;
	}
	.minus-thirty {
		margin-top: -10px;
	}
	.minus-onetwenty {
		margin-top: -120px;
	}
}


/*--------------------------------------------------------------
10.0 Events Pro
--------------------------------------------------------------*/
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #80cfca;
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 {
	font-size: 18px;
	line-height: 1.35;
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 a {
	color: #222;
}
.tribe-events-photo .tribe-events-loop .vevent.hentry .tribe-events-event-meta {
	margin: 10px 0 0 0;
	padding-right: 0;
}
.tribe-events-loop .tribe-events-event-meta {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
	margin-top: 10px;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
	background-color: #80cfca;
}
.tribe-events-button, #tribe-events .tribe-events-button {
	border-radius: 0;
}
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
	color: #80cfca;
}	
.tribe-events-list-separator-month {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
.tribe-events-list .vevent.hentry h2 a {
	color: #222;
}
.tribe-events-calendar thead th {
	background-color: #80cfca;
	color: #fff;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.tribe-events-calendar thead th:first-child {
	border-left: 1px solid #d2d2d2;
}
.tribe-events-calendar thead th:last-child {
	border-right: 1px solid #d2d2d2;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
ul.tribe-events-sub-nav a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a {
	font-size: 14px;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
.tribe-grid-header {
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #80cfca;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
	border-left-color: #d2d2d2;
}
.tribe-events-notices {
	background: #eee;
	border: 1px solid #80cfca;
	color: #222;
	margin: 10px 0 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.tribe-events-list .tribe-events-venue-details, .tribe-events-event-meta address.tribe-events-address {
	font-weight: normal;
	font-style: inherit;
}
.tribe-grid-allday .hentry.vevent>div, .tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent, .tribe-grid-allday .hentry.vevent>div:hover, .tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent:hover {
	background-color: #80cfca;
	background-color: rgba(128,207,202,.75);
	border-color: #80cfca;
}
.tribe-events-meta-group .tribe-events-single-section-title {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}
#tribe-events-content .tribe-events-calendar td {
	color: #80cfca;
}
.tribe-events-calendar td.tribe-events-present.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a {
	background-color: #b2b2b2;
}
.tribe-events-calendar td.mobile-active, .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a, #tribe-events-content .tribe-events-calendar .mobile-active:hover {
	background-color: #80cfca;
}

.single-tribe_events .tribe-events-schedule h3 {
	display: block;
}



/*--------------------------------------------------------------
10.0 WooCommerce
--------------------------------------------------------------*/

table.tribe-events-tickets .tickets_price {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	color: #222;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	background: #80cfca;
	color: #fff;
	text-shadow: none;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	font-size: 14px;
	line-height: 1em;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	color: #fff;
	text-shadow: none;
	border: none;
	background: #80cfca;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	background: #5b86a2;
	color: #fff;
	text-shadow: none;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
	background: #5b86a2;
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
	color: #f46524;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
	background-color: #f46524;
	color: #fff;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	border-top: 3px solid #80cfca;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
	padding: .3em .3em .3em 3.5em !important;
	margin: 0 0 2em !important;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #eee;
	color: #222;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
	background-color: #80cfca;
	content: "\2713";
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
	border-top: 3px solid #f46524;
}
.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
	background-color: #f46524;
	content: "\00d7";
	font-weight: 700;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
	content: "";
	height: 1.5em;
	width: 1.5em;
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	text-shadow: none;
	padding-top: 0.3em;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
	box-shadow: none;
	-webkit-box-shadow: none;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	border-top: 3px solid #80cfca;
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	background-color: #80cfca;
}
.shipping_calculator h2 {
	font-size: 16px;
}
/*--------------------------------------------------------------
10.0 Isotope
--------------------------------------------------------------*/
ul#filters {
	list-style: none;
	padding: 20px;
	margin: 0;
	background-color: #fff;
}
ul#filters li {
	float: left;
	margin: 0 15px 5px 5px;
}
ul#filters li a {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	color: #222;
	text-decoration: none;
	border-bottom: 2px solid #222;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
ul#filters li a:hover {
	color: #80cfca;
	border-bottom: 2px solid #80cfca;
}
.item {
	width: 24%;
	margin: 0.5%;
}
.item img {
	display: block;
	line-height: 0;
}
#filters a.selected {
	color: #80cfca;
	border-bottom: 2px solid #80cfca;
}


@media screen and (max-width: 860px) {
	.item {
		width: 32%;
		margin: 0.5%;
	}
}
@media screen and (max-width: 600px) {
	.item {
		width: 100%;
		margin: 0 0 10px 0;
	}
}




/**** Isotope Filtering ****/
 
.isotope-item {
	z-index: 2;
}
 
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
 
/**** Isotope CSS3 transitions ****/
 
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
 
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}



/*--------------------------------------------------------------
10.01 Make
--------------------------------------------------------------*/
.make-service h1.entry-title {
	margin-bottom: 20px;
}
.make-service-menu {
	z-index: 10;
}
.make-service-menu ul {
	list-style: none;
	padding: 20px;
	margin: 0;
	background-color: #fff;
}
.make-service-menu li {
	float: left;
	margin: 0 15px 0 0;
}
.make-service-menu a {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	text-decoration: none;
	color: #222;
	border-bottom: 2px solid #222;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.make-service-menu a:hover {
	color: #80cfca;
	border-bottom: 2px solid #80cfca;
}
.make-service-menu li.current-menu-item a {
	color: #80cfca;
	border-bottom: 2px solid #80cfca;
}

.make-service button.top-button {
	right: 20px;
	margin-top: -73px;
}

/*--------------------------------------------------------------
10.02 Venture
--------------------------------------------------------------*/
.bio-list {
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 2.5px 5px;
	float: left;
}
.bio-list-inner {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	background-color: #fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.bio-list .bio-image {
	display: block;
	width: 37%;
	float: left;
	opacity: 0.9;
	line-height: 0;
}
.bio-list .bio-text {
	width: 63%;
	float: right;
	min-height: 144px;
	padding: 20px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.bio-list .bio-image {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.bio-list:hover .bio-image{
	opacity: 1;
}
.bio-list:hover .bio-list-inner{
	background-color: #eee;
}
.bio-list .bio-text h4 {
	color: #222;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
	
}
.bio-list .bio-text span {
	color: #80cfca;
}
.bio-list .bio-text span:before {
	content: "|";
	padding: 0 5px 0 0;
}
.bio-list .bio-text span:first-of-type:before {
	content: "";
	padding: 0;
}




@media screen and (max-width: 860px) {
	.bio-list {
		position: relative;
		width: 100%;
		padding: 2.5px 5px;
		float: none;
	}
	.bio-list .bio-text {
		width: auto;
		float: left;
	}
	.bio-list .bio-image {
		width: auto;
	}
}
@media screen and (max-width: 600px) {
	.bio-list .bio-text {
		min-height: 30px;
		float: none;
	}
	.bio-list .bio-image {
		padding: 20px;
	}
}




/*--------------------------------------------------------------
10.03 Venture Fellow
--------------------------------------------------------------*/
.venture-contact {
	width: 20%;
	float: left;
}
.venture-description {
	width: 78%;
	float: right;
}
.single-social {
	height: 24px;
	margin: 15px 0;
}
.single-social a {
	float: left;
	margin-right: 5px;
}
.single-social a.twitter-icon {
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -26px -78px;
}
.single-social a.twitter-icon:hover {
	background-position: -26px -52px;
}
.single-social a.facebook-icon {
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: 0 -78px;
}
.single-social a.facebook-icon:hover {
	background-position: 0 -52px;
}
.single-social a.instagram-icon {
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -52px -78px;
}
.single-social a.instagram-icon:hover {
	background-position: -52px -52px;
}
.single-social a.pinterest-icon {
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -78px -78px;
}
.single-social a.pinterest-icon:hover {
	background-position: -78px -52px;
}
.single-social a.linkedin-icon {
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	text-indent: -1999px;
	background: url(img/social.png) no-repeat;
	background-position: -104px -78px;
}
.single-social a.linkedin-icon:hover {
	background-position: -104px -52px;
}

.individual_fellow {
	margin-top: 10px;
}
.individual_fellow img {
	float: left;
	padding: 0 20px 20px 0;
}
.individual_fellow h4 {
	display: inline-block;
	border-bottom: 2px solid #222;
}
.individual_fellow p {
	margin: 10px 0;
}
.individual-press {
	display: table;
	float: left;
	width: 20%;
	border-spacing: 5px;
	text-align: center;
}
.individual-press a {
	display: table-cell;
	text-decoration: none;
	border-spacing: 5px;
	margin: 0 5px;
	padding: 0 10px;
	height: 60px;
	background-color: #80cfca;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	vertical-align: middle;
	transition: all 0.2s ease;
}
.individual-press a:hover {
	background-color: #5b86a2;
}



@media screen and (max-width: 860px) {
	.venture-contact {
		width: 25%;
		float: left;
	}
	.venture-description {
		width: 73%;
		float: right;
	}
}
@media screen and (max-width: 600px) {
	.venture-contact {
		width: 100%;
		float: none;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #eee;
	}
	.venture-description {
		width: 100%;
		float: none;
	}
}


/*--------------------------------------------------------------
10.04 Engage
--------------------------------------------------------------*/

.engage-wrapper {
	width: 100%;
}

.upcoming-events {
	max-width: 66%;
	float: left;
}
.upcoming-classes {
	max-width: 34%;
	float: right;
}
.upcoming-events ul,
.upcoming-classes ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 5px;
}
.upcoming-events li {
	background-color: #fff;
	margin-bottom: 10px;
}
.upcoming-events .event-thumb {
	float: left;
	max-width: 33%;
}
.upcoming-events .event-thumb img {
	display: block;
	line-height: 0;
}
.engage-event-text {
	float: left;
	max-width: 67%;
	padding: 10px 0 0 10px;
}
.engage-event-text h3 {
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
}
.engage-event-text h3 {
	line-height: 0.8em;
}
.engage-event-text h3 a {
	font-size: 20px;
	color: #222;
}
.engage-event-text h3 a:hover {
	text-decoration: none;
	color: #80cfca;
}
.engage-event-text span.event-date {
	font-size: 12px;
}
.upcoming-classes li {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.upcoming-classes h3 {
	line-height: 0.8em;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
}
.upcoming-classes h3 a {
	font-size: 20px;
	color: #222;
}
.upcoming-classes h3 a:hover {
	text-decoration: none;
	color: #80cfca;
}
.upcoming-classes span.event-date {
	font-size: 12px;
}

@media screen and (max-width: 860px) {
	.upcoming-events {
		max-width: 100%;
		float: none;
	}
	
	.upcoming-classes {
		max-width: 100%;
		float: none;
	}
}
@media screen and (max-width: 600px) {
	.engage-event-text p {
		display: none;
	}
}






/*--------------------------------------------------------------
10.05 Discuss
--------------------------------------------------------------*/
.discuss-text h5 a {
	color: #222;
	margin-top: 20px;
	text-decoration: none;
}
.discuss-text h5 a:hover {
	color: #80cfca;
}
.discuss-text .bfda-meta {
	font-size: 12px;
	color: #80cfca;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}

/*** Discuss Single ***/
.bfda-post-feature-img img{
	display: block;
	line-height: 0;	
}
.bfda-post-meta {
	width: 20%;
	float: left;
}
.bfda-post-content {
	width: 75%;
	float: right;
}
p.bfda-author {
	padding-top: 10px;
	margin: 10px 0 0 0;
	border-top: 1px solid #80cfca;
}
p.bfda-author a {
	text-decoration: none;
	color: #222;
}
p.bfda-author a:hover {
	color: #80cfca;
}
p.bfda-date {
	margin: 10px 0 20px 0;
}
.bfda-post-meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bfda-post-meta ul li {
	display: block;
	margin-bottom: 30px;
}
.bfda-post-meta ul li a {
	text-decoration: none;
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #80cfca;
}
.social-share {
	margin-top: 10px;
}
.social-share div.sharedaddy h3.sd-title:before {
	border-top: 1px solid #80cfca;
}
.social-share div.sharedaddy h3.sd-title {
	font-family:"Apercu Light", Calibri, sans-serif; font-size-adjust:0.508; font-weight:200; font-style:normal;
}
.social-share .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #80cfca;
}
.social-share .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #80cfca;
}
.social-share .sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #80cfca;
}
.social-share .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #80cfca;
}
.social-share .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #80cfca;
	color: #fff !important;
}
.social-share .sd-social-icon .sd-button span.share-count {
	background: #f46524;
}

.bfda-post-content .entry-content {
	margin-top: 20px;
}
div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: normal;
}
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


@media screen and (max-width: 860px) {
	.bfda-post-meta {
		width: 30%;
	}
	.bfda-post-content {
		width: 65%;
	}
}
@media screen and (max-width: 600px) {
	.bfda-post-meta {
		width: 100%;
		float: none;
	}
	.bfda-post-content {
		width: 100%;
		float: none;
	}
}





/*--------------------------------------------------------------
10.06 Community
--------------------------------------------------------------*/

.friend-logo-wrapper {
	float: left;
	padding: 5px;
	width: 25%;
	height: 100px;
}
a.friend-logo {
	display: block;
	height: 90px;
	padding: 20px;
	background-color: #fff;
	border-bottom: 5px solid #fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a.friend-logo img {
	display: block;
	max-height: 50px;
	width: auto;
	margin: 0 auto;
}
a.friend-logo h4 {
	text-align: center;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	font-size: 22px;
	line-height: 2.2em;
	color: #222;
}
a.friend-logo:hover {
	text-decoration: none;
	border-bottom: 5px solid #80cfca;
}
@media screen and (max-width: 860px) {
	.friend-logo-wrapper {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.friend-logo-wrapper {
		float: none;
		width: 100%;
	}
}


/*--------------------------------------------------------------
10.07 Archive
--------------------------------------------------------------*/
.archive-header-wrapper {
	padding: 20px;
	background-color: #fff;
}

h2.archive-title {
	float: left;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	font-size: 22px;
	color: #222;

}
.archive-header-wrapper a {
	float: right;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	color: #222;
	border-bottom: 2px solid #222;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.archive-header-wrapper a:hover {
	text-decoration: none;
	color: #80cfca;
	border-bottom: 2px solid #80cfca;
}


/*--------------------------------------------------------------
10.08 Press
--------------------------------------------------------------*/
.single-press {
	position: relative;
}
.single-press a {
	color: #222;
}
.single-press a:hover {
	text-decoration: none;
}
.single-press .press-meta {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	font-size: 12px;
	color: #80cfca;
}
.single-press p {
	margin-bottom: 0;
}
.single-press .press-logo {
	padding: 0 10px 10px 10px;
	background-color: #fff;
	border-bottom: 5px solid #80cfca;
}
.off-site {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 12px;
	color: #80cfca;
	display: none;
}
.single-press a:hover .off-site {
	display: block;
}

/*--------------------------------------------------------------
10.09 Search
--------------------------------------------------------------*/
.bfda-search {
	margin-bottom: 30px;
}
.bfda-search h4 a {
	color: #222;
}
.bfda-search p.bfda-date {
	font-size: 12px;
	color: #80cfca;
	margin-bottom: 5px;
}
.bfda-search ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bfda-search ul li {
	display: inline;
	margin-right: 10px;
}
.bfda-search .entry-summary {
	margin-top: 10px;
}



/*--------------------------------------------------------------
10.10 Accordions
--------------------------------------------------------------*/
.accordion-header {
	font-size: 16px;
	cursor: pointer;
	color: #222; 
}
h2.active-header::before {
	content: "-";
	display: inline-block;
	width: 20px;
}
h2.active-header:hover {
	color: #80cfca;
}
h2.inactive-header::before {
	content: "+";
	display: inline-block;
	width: 20px;
}
h2.inactive-header:hover {
	color: color: #80cfca;
}
.accordion-content {
	display: none;
	padding: 10px 20px;
	border-top: 0; 
}
.accordion-content a {
	text-decoration: none; 
}
.bfda-service {
	margin-bottom: 5px;
}
.bfda-service h2.accordion-header {
	font-size: 16px;
	cursor: pointer;
	color: #222;
	background-color: #eee;
	padding: 6px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.bfda-service h2.accordion-header:hover {
	background-color: #80cfca;
	color: #fff;
}
.bfda-service h2.active-header {
	background-color: #80cfca;
	color: #fff;
}
.bfda-service h2.active-header::before {
	content: "???";
	display: inline-block;
	width: 20px;
}
.bfda-service h2.inactive-header::before {
	content: "???";
	display: inline-block;
	width: 20px;
}


/*--------------------------------------------------------------
10.11 Slider
--------------------------------------------------------------*/
.bfda-slider .rsHomeTempl .rsTmb {
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
}
/*--------------------------------------------------------------
10.12 Footer
--------------------------------------------------------------*/

.newsletter-background {
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #ddd;
}
.newsletter-background form {
	margin: 0;
}
.newsletter-background label {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.mc4wp-form {
	margin: 0;
	position: relative;
	width: 100%;
}


.newsletter-background div.chimp-block {
	width: 20%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.newsletter-background div.chimp-last {
	width: 20%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.newsletter-background input[type="text"], .newsletter-background input[type="email"], .newsletter-background input[type="url"], .newsletter-background input[type="password"], .newsletter-background input[type="search"], .newsletter-background textarea {
	color: #80cfca;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0 auto;
	padding: .5em .6em .5em;
}
.newsletter-background input[type="button"], .newsletter-background input[type="reset"], .newsletter-background input[type="submit"] {
	width: 100%;
	color: #80cfca;
	border: none;
	background-color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 10px 20px;
	height: 40px;
}
.newsletter-background input[type="submit"]:hover {
	text-decoration: underline;
}
.newsletter-background p {
	margin-bottom: 0;
	clear: both;
}

@media screen and (max-width: 600px) {
	.newsletter-background div.chimp-last,
	.newsletter-background div.chimp-block {
		width: 100%;
		float: none;
		padding: 2.5px 0;
	}

}




/*--------------------------------------------------------------
10.1 Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/

/*-- Front Page --*/
.front-content h4 {
	margin-bottom: 0;
}
.front-wedo {
	display: inline-block;
	width: 33.33%;
	float: left;
	padding: 5px;
}
.front-wedo img {
	display: block;
}
.front-wedo a {
	text-decoration: none;
}
.front-wedo h4 {
	text-transform: uppercase;
	color: #222;
}
.front-wedo p {
	color: #222;
	margin: 10px 0 0 0; 
}
.front-wedo h4:hover,
.front-wedo p:hover {
	color: #555;
}
.front-wedo-text {
	min-height: 180px;
}





.front-research {
	padding: 5px;
}
.front-research-inner {
	background-color: #fff;
}
.front-research-image {
	display: inline-block;
	width: 50%;
	float: right;
	overflow: hidden;
	text-align: center;
}
.front-research-image img {
	position: relative;
	display: block;
	line-height: 0;
}
.front-research-text {
	display: inline-block;
	width: 50%;
	float: left;
}
.front-research-text a {
	text-decoration: none;
}
.front-research-text h4 {
	color: #222;
	margin-top: 20px;
}
.front-research-text .bfda-meta {
	font-size: 12px;
	color: #80cfca;
}
.front-research-text p {
	color: #222;
	margin: 10px 0 0 0;
}
.front-research-text h4:hover,
.front-research-text p:hover {
	color: #555;	
}
.single-discuss {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 5px 5px 0 5px;
}
.single-discuss-inner {
	position: relative;
	display: inline-block;
	height: 100%;
	background-color: #fff;
}
.single-discuss img {
	width: 50%;
	float: left;
	display: block;
	line-height: 0em;
}
.single-discuss .text-discuss {
	width: 50%;
	float: right;
}
.single-discuss a {
	text-decoration: none;
}
.single-discuss h5 {
	color: #222;
	margin-top: 20px;
}
.single-discuss .bfda-meta {
	font-size: 12px;
	color: #80cfca;
}
.single-discuss p {
	color: #222;
	margin: 10px 0 0 0;
}
.single-discuss h5:hover,
.single-discuss p:hover {
	color: #555;	
}



.front-map-outer {
	padding: 10px 5px 5px 5px;
}
.front-map-wrapper {
	background-color: #fff;
}
.front-map-text {
	float: left;
	width: 50%;
	padding: 20px;
}
.front-map-map {
	float: right;
	width: 50%;
}




/*-- Front Page Media Queries --*/
@media screen and (max-width: 1060px) {
	.single-discuss img {
		width: 40%;
	}
	.single-discuss .text-discuss {
		width: 60%;
	}
	.single-discuss p {
		display: none;
	}
}
@media screen and (max-width: 860px) {
	.single-discuss,
	.single-discuss-inner {
		width: 100%;
		float: none;
	}
	.single-discuss img {
		width: 20%;
	}
	.single-discuss .text-discuss {
		width: 80%;
	}
	.front-research-text h4 {
		font-size: 18px
	}
	.front-research-text p {
		display: none;
	}	
}
@media screen and (max-width: 600px) {
	.front-wedo {
		width: 100%;
		float: none;
	}
	.single-discuss p {
		display: none;
	}
	.single-discuss .bfda-meta {
		display: none;
	}
	.front-research-image {
		width: 100%;
		float: none;
	}
	.front-research-text {
		width: 100%;
		float: none;
	}
	.single-discuss img {
		width: 50%;
	}
	.single-discuss .text-discuss {
		width: 50%;
	}
	.single-discuss h5 {
		font-size: 16px;
	}
	.front-map-text {
		float: none;
		width: 100%;
	}
	.front-map-map {
		float: none;
		width: 100%;
	}

}





/*
.site-main {
	background-color: blue;
}
@media screen and (max-width: 1060px) {
	.site-main {
		background-color: green;
	}
}
@media screen and (max-width: 860px) {
	.site-main {
		background-color: purple;
	}
}
@media screen and (max-width: 600px) {
	.site-main {
		background-color: pink;
	}
}
*/



/*-- BFDA REGULAR PAGE --*/
.page-header-blank {
	margin-top: 100px;
	width: 100%;
	height: 210px;
	background-color: #eee;
	overflow: hidden;
}
.page-header-blank img {
	position: absolute;
	/* width: 100%; */
}

.bfda-reg-page h1.entry-title {
	margin-bottom: 20px;
}
.sticky {
	display: block;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

@media screen and (max-width: 600px) {
	.page-header-blank {
		margin-top: 50px;
	}
	.page-header-blank img {
		height: 150%;
		width: auto;
		max-width: none;
	}
	.page-header-blank .small-logo img {
		padding-top: 40px;
		height: 180px;
		width: auto;
		max-width: none;
	}
	
}





/*--------------------------------------------------------------
10.3 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.4 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

h2.comments-title {
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 1em;
}
.comment-body {
	margin-bottom: 1em;
}
ol.comment-list {
	padding-top: 10px;
	border-top: 1px solid #80cfca;
}
.comment-respond {
	padding-top: 10px;
	border-top: 1px solid #80cfca;
}
.bypostauthor {
	display: block;
}
p.comment-subscription-form {
	margin: 0;
}
p.comment-subscription-form label {
	font-size: 12px;
}
p.form-allowed-tags {
	font-size: 12px;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
/*
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
*/