/*
Theme Name: CFFA
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: cffa
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 CFFA is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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: #504550 url('images/bg.png');
}
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: #404040;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
body {
    font-family: muli, sans-serif;
}
input,
select,
textarea {
    font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin: 1em 0;
    font-size: 120%;
    line-height: 1.55em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
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: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	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%;
}
.fancy {
	font-family: bitter, sans-serif;
    font-weight: 300;
	font-size: 18px;
	text-align: center;
	line-height: 1.15em;
	margin: .5em 0;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
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 */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	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: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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 {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
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: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.footer-navigation,
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
    margin-bottom: 2px;
}
.loc-navigation {
    display: block;
    float:right;
    font-size: 65%;
    padding-right: 5px;
}
.footer-navigation ul,
.loc-navigation ul,
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-navigation ul{
    line-height: 1em;
	text-align: center;
	margin: 15px 0;
}
.loc-navigation li,
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation li{
    line-height: 1.5em;
    text-align: center;
    width: 14.27%;
    padding: 2px 1px 0 1px;
}
.loc-navigation li {
    margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #DED7E3;
}
.footer-navigation li {
    text-align: center;
    padding: 5px;
	float: none;
	display: inline-block;
}
.loc-navigation a,
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation li a {
    color: #3C3C34;
    background-color: #DED7E3;
    text-transform: uppercase;
    font-size: 75%;
    text-shadow: 2px 2px 1px #EEE8F1;
    font-family: rosario, sans-serif;
    font-weight: 400;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current-page-ancestor a {
	color: white;
	background-color: #793B8D;
}
li.last-child {
    border: 0;
    padding: 0;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.cffa-side-menu {
    list-style: none;
    margin: 0 1em 1em;
    font-size: 13px;
}
.cffa-side-menu ul{
    list-style: none;
    margin-left: 15px;
}
.cffa-side-menu li {
	margin-bottom: .5em;
}
.cffa-side-menu a,
.cffa-side-menu a:visited {
    text-decoration: none;
    color: #8c32b9;
	line-height: 1.2em;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
.cffa-side-menu li.active a:before {
    content: "\00bb";
	position: relative;
	top: -2px;
}
.cffa-side-menu > li > a {
    font-weight: bold;
}
.cffa-side-menu .grandchild .video{
    margin-left: 0;
}
.cffa-side-menu .grandchild {
    margin: 0px 0px 10px 20px;
}
.cffa-side-menu.parent > li {
    font-size: 150%;
}
.cffa-side-menu .testimonials a{
    color: #d20069;
}
.cffa-side-menu .videos {
    color: #d20069;
}
.cffa-side-menu .videos + .grandchild {
    margin-left: 15px;
}
.parent-sidebar-menu > li > a {
	font-size: 175%;
	font-family: bitter, sans-serif;
	color: #404040;
    -webkit-font-smoothing: antialiased;
}
.parent-sidebar-menu > li > a:visited {
	color: #404040;
}
.child-sidebar-menu .has_children:before {
	content: '+';
	margin-right: .3em;
}
.child-sidebar-menu li.current_page_parent > a {
	font-weight: bold;
	background-color: rgb(241, 218, 243);
	padding: 3px;
}
.sidr-class-parent > li {
	font-size: 140%;
	font-weight: bold;
}


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

.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
--------------------------------------------------------------*/
.row,
.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 Content
--------------------------------------------------------------*/
.site {
    margin: 0 auto;
    max-width: 1050px;
    position: relative;
    background-color: #fff;
}
.wrapper {
    position: relative;
    box-shadow: 0 0 5px rgba(35, 8, 44, 0.15);
    border: 1px solid #DED7E3;
    margin: 20px 0;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	text-align: center;
	font-family: rosario, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.page-link {
	display: inline-block;
	padding: 0 4px;
}
.page-link.active {
	background-color: #793B8D;
}
.page-link a:visited {
	color: #4169E1;
}
.page-link.active a {
	color: white;
	text-decoration: none;
}
.page-previous {
	margin-right: 12px;
	font-size: 14px;
}
.page-next {
	margin-left: 12px;
	font-size: 14px;
}
.page-link.page-ellipsis {
	background-color: transparent;
}
.entry-title {
    font-size: 150%;
    font-family: bitter, sans-serif;
    line-height: 1.3em;
}
.entry-header {
    border-bottom: 1px solid #23082C;
    margin-bottom: 10px;
}
.entry-header h1 {
    clear: none;
}
.entry-content {
    padding-right: 50px;
}
.entry-footer {
    border-radius: 0 0 5px 5px;
    margin: 10px 0 30px;
    border-bottom: 1px solid #D7BDEB;
    font-size: 85%;
    padding: 3px 10px;
    overflow: hidden;
}
.entry-footer > div {
    float: left;
    margin-right: 40px;
}
.widget-area {
    padding-left: 5px;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/*--------------------------------------------------------------
10.4 Colorbox
--------------------------------------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/colorbox/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*--------------------------------------------------------------
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;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.featured-media {
    float: right;
    margin-left: 15px;
}
.featured-media img {
    padding: 5px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: content-box;
}
.video-button{
    color: #fff;
    background-color: #7c5993;
    font-size: 80%;
    padding: 3px 5px 3px 3px;
    box-shadow: 0 0 1px #7c5993;
    border: 1px solid #dbbcf4;
    cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.video-button:visited{
	color: #fff;
}
.video-button:hover{
	color: #e7d4f4;
}
.video-button span {
    position: relative;
    top:1px;
}
.video-button span:before {
    speak: none;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    text-decoration: none;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    line-height: 1em;
    content: "\f219";
    vertical-align: middle;
    position: relative;
    top: -1px;
	font-weight: normal;
}
/*--------------------------------------------------------------
14.0 New Additions
--------------------------------------------------------------*/
.column {
	box-sizing: border-box;
	float: left;
}
.home-left {
	width: 826px;
}
.home-right {
	width: 222px;
}
.gutter {
	padding-right: 15px;
}
.cffa-logo {
	display: block;
	width: 222px;
	margin: 0 auto;
}
.site-branding{
    background: #23082c; /* Old browsers */
    border-bottom: 1px solid #b42de6;
    padding: 4px;
}
h1.site-title {
    font-family: bitter, serif;
    font-size: 200%;
    padding: 10px 5px 5px;
}
.site-title a {
    text-decoration: none;
    color: #efe7f4;
    position: relative;
    top: -6px;
}
.search-engine{
    text-align: center;
}

.site-footer {
    font-size: 65%;
}
.footer-nav-wrap {
    margin-bottom: 5px;
}
.side-by-side {
	display: table;
	width: 100%;
	border-spacing: 4px;
}
.side-by-side img {
	display: table-cell;
}
.wf-loading {
    visibility: hidden;
}
.wf-active {
    visibility: visible;
}
.testimonial-block {
    overflow: hidden;
    margin: 1em 0 2em 0;
    font-family: rosario, sans-serif;
    background-color: #F6F3F8;
    border-radius: 6px;
}
.testimonial-block h2 {
    font-family: bitter, serif;
    font-style: italic;
    font-size: 125%;
    font-weight: bold;
    background-color: #DED7E3;
    border-radius: 5px 5px 0 0;
    padding-left: .25em;
    border-bottom: 1px solid #D7BDEB;
}
.wf-loading .testimonial-block h2 {
    visibility: hidden;
}
.testimonial-block .copy {
    padding: 10px 0;
    overflow: hidden;
}
.testimonial-block .bling {
    float: left;
    font-size: 400%;
    line-height: .75em;
    height: .25em;
    margin-right: 10px;
}
.wf-loading .testimonial-block .bling {
    visibility: hidden;
}
.testimonial-block .copy .quote {
    float: left;
    width: 75%;
}
.wf-loading .testimonial-block .quote {
    visibility: hidden;
}
.testimonial-block .video {
    float: right;
    margin-right: .25em;
}
.testimonial-block .images{
    clear: both;
    overflow: hidden;
}
.testimonial-block .images img {
    display: block;
    width: 345px;
}
.testimonial-block .image {
    float: left;
    width: 50%;
    border: 1px solid #fff;
}
.testimonial-block .caption {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #23082C;
}
.testimonial-block .footer {
    background-color: #DED7E3;
    border-radius: 0 0 5px 5px;
    height: 15px;
    margin-top: 2px;
    border-bottom: 1px solid #D7BDEB;
}
#cboxLoadedContent h4 {
    font-weight: bold;
    margin: 10px 0 5px;
}
#cboxLoadedContent h4:first-child {
    margin-top: 0;
}
.publication-abstract {
    display: none;
}
.faq {
    margin: 0 1.5em;
}
.faq dt:before{
    content: "Q.";
    margin-right: .5em;
}
.faq dd:before{
    content: "A.";
    margin-right: .5em;
}
.faq dd{
    margin: 0 0 1em 1.5em;
    text-indent: -1.5em;
}
.faq li{
    list-style-type: upper-alpha;
    margin: 1em 0;
    font-size: 110%;
}
.faq .question {
    font-weight: bold;
}
h2.faq {
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 5px;
    color: #000;
    background-color: #DED7E3;
    margin: 1em 0;
}

.entry-content h2 {
    font-weight: bold;
    font-size: 130%;
}

.search-form {
    margin-left: 10px;
}
.publication-block {
    margin-bottom:30px;
}
.publication-block h2 {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2em;
}
.publication-link,
.publication-link:visited{
    color: #333;
}
.publication-block .citation {
    padding-left: 30px;
    font-size: 90%;
}
.blog__menu {
	list-style: none;
	margin-left: 10px;
	font-size: 13px;
}
.blog__menu > li {
	font-size: 150%;
	color: #8c32b9
}
.blog__menu ul {
	list-style: none;
	font-size: 13px;
}
/*--------------------------------------------------------------
15.0 Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 600px) {

    h1.site-title {
        text-align: center;
        font-size: 110%;
		line-height: 1em;
        padding: 0;
    }
	.site-title a {
		top: -3px;
	}
    .menu-toggle,
    .loc-navigation.toggled .nav-menu,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    .loc-navigation {
        display: none;
    }
    .menu-toggle {
        text-align: center;
        background-color: #725a75;
        color: #efe7f4;
        border-bottom: 1px solid #4d3656;
        border-top: 1px solid #967A99;
    }
    .main-navigation li {
        width: 50%;
		padding: 0;
		border: 1px solid #C3B1D1;
		border-top-color: #F1EAF6;
		border-left-color: #F1EAF6;
	}
	.gutter {
		padding: 0;
	}
	.home-left,
	.home-right {
		width: 100%
	}
	.home-right {
		padding: 0 10px;
	}
	.entry-header{
		border: 0;
	}
	.entry-title {
		font-size: 125%;
		line-height: 1.5em;
	}
	.entry-title a {
		text-decoration: none;
	}
	.entry-content{
		padding: 0;
		margin: 0;
	}
	.entry-content p {
		margin: 1em .25em;
		font-size: 100%;
	}
/*
	#sidr-toggle:before {
		font-family: dashicons;
		content: "\f341";
		text-decoration: none;
		position: relative;
		top: 3px;
	}
*/
}

@media screen and (min-width: 601px) {
    .loc-navigation {
        display: block;
        position: absolute;
        right: 5px;
        font-size: 80%;
        z-index: 2;
        top: 45px;
        float: none;
        color: #efe7f4;
    }

    .loc-navigation a {
        color: #efe7f4;
        text-decoration: underline;
    }

    .loc-navigation a:visited {
        color: #efe7f4;
    }
    .content-area {
        float: right;
        width: 70%
    }
    .home .content-area {
	float: none;
	width: 100%;
	}
    .widget-area {
        float: left;
        width: 25%;
        margin-top: 1.5em;
        padding: 0 15px 0 0;
    }
	#sidr-toggle {
		display: none;
	}
}