/*
Theme Name: BBCS
Theme URI: http://underscores.me/
Author: Warren O'Donoghue
Author URI: http://www.rabbitdigital.com/
Description: Single and two column responsive website for BBCS
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: speedwell
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
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
	10.4 Footer
	10.5 Header
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
	12.3 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Exo:400,400italic,700,700italic);
html {
	font-family: 'Exo', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-weight: 600;
	font-size: 34px;
	line-height: 1.2;
	margin: 0.35em 0 0.25em 0;
	color: #eeb500;
}

mark {
	background: #f0f0bb;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #111;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {
	-webkit-margin-before: 0;
}

h1.entry-title {
	text-align: left;
	font: 600 30px/1.2 "Exo", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 .5em 0;
	font-style: italic;
	font-weight: 400;
}
h2.widgettitle {
	display: block;
	clear: both;
}
h3 {
	font-size: 23px;
	margin: 0 0 0.5em 0;
	font-style: italic;
	color: #eeb500;
}

h4 {
	margin: 0 0 0.2em 0;
}

p {
	margin-bottom: 1.0em;
	-webkit-margin-before: 0;
}

p.intro {
	font-weight: bold;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 3px solid #ccc;
	font-style: italic;
	margin: 1em 0;
	padding: 0.5em 10px;
}
blockquote:before,
blockquote:after {
	color: #bbb;
	content: open-quote;
	font-size: 2.5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
q:before {
	content: "\201C";
}

blockquote:after,
q:after {
	content: "\201D";
}

blockquote,
q {
	quotes: "\201C""\201D""\2018""\2019";
}

hr {
	background-color: rgba(255, 255, 255, .0);
	border: 0;
	height: 1px;
	padding-top: 1em;
	margin: 0 0 1.0em 0;
	border-style: dashed;
	clear: both;
	border-bottom: 1px dotted #aaa;
}

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

ul {
	list-style: disc;
}
.entry-content ul {
	margin: 0 0 1em 0;
}
.entry-content li {
	margin: 0 0 0.5em 0;
} 
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. */
}

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

.fancy-border-small,
.fancy-border-inner {
	display: block;
	height: 2px;
	clear: both;
}
.fancy-border-small {
	background: #eeb500; /* Old browsers */
}
.fancy-border-inner,
.main-navigation {
	background: #eeb500; /* Old browsers */
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

a.button {
	font: 700 1.3em/0.5em "Exo", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;
	padding: 0.75em 1em;
	background-color: #eeb500;
	color: #111!important;
	margin: 0.75em auto 0 auto;
	text-transform: uppercase;
	box-shadow: 0px 1px 0 rgba(0,0,0,0.8);
	text-decoration: none;
}
a:hover.button {
	background-color: #eeb500;
	text-decoration: none;
	color: #111!important;
	box-shadow: 0px 1px 0 rgba(0,0,0,0.0);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: none;
	background: #eeb500;
	box-shadow: none;
	color: rgba(0,0,0,1.0);
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	padding: 0.5em 1.5em;
	text-shadow: none;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: none;
	box-shadow: none;
	background-color: #111;
	color: #fff!important;
}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	width: 100%;
	background-color: #eee;
	border: none;
}

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: 7px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #eeb500;
	text-decoration: underline;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a:visited {
	color: #eeb500;
}

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

a:focus {
	outline: thin dotted;
}

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

#page-inner button a,
#page-inner button a:visited {
	color: #333;
}
#page-inner button a:hover {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation .menu {
	margin: 0 auto;
	max-width: 1140px;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font: 600 1.3em/1.5em "Exo", sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0.35em 0.85em;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {

}
.main-navigation li:hover > a {
	color: #111;
}
.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 {
	background-color: #fff;
	color: #111;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation .menu,
	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
	content: "<< ";
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
	content: " >>";
}

#top-band-inner nav {
	float: right;
	width: 50%;
}
ul#menu-top-menu {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}
ul#menu-top-menu li {
	float: left;
}
ul#menu-top-menu li a {
	font-size: 14px;
	color: #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 0 0.4em 0 0.4em;
}
ul#menu-top-menu li a:hover {
	color: #eeb500;
}
ul#menu-top-menu li:last-child a {
	border-right: none;
	padding: 0 0 0 0.4em;
}

.site-main .post-navigation {
	background-color: #eeb500;
	padding: 0.25em 0.5em;
}
.site-main .post-navigation a {
	text-decoration: none;
	color: #fff;
}
.site-main .post-navigation a:hover {
	color: #eeb500;
}
/*--------------------------------------------------------------
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: #000;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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-left: auto;
	margin-right: 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;
}

h3.widget-title {
	color: #eeb500;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.2;
	font-style: normal;
}

#secondary h3.widget-title {
	background-color: #eeb500;
	color: #fff;
	font-weight: 400;
	font-size: 19px;
	font-style: normal;
	padding: 0.25em 0 0.35em 4%;
	margin-bottom: 0.7em;
	clear: both;
}

/* Search widget. */

.widget_search {
	overflow: hidden;
}
#searchform {
	padding: 1px 0;
}
input.rds {
	width: 75%;
	max-width: 20em;
	height: 2.2em;
	float: left;
}
#searchsubmit {
	background-image: url('images/search-symbol.png');
	background-repeat: no-repeat;
	background-position: center 4px;
	background-color: #999;
	float: right;
	margin: 0;
	padding: 0.5em 0.9em 0.2em 0.9em;
	box-shadow: none;
}
.no-results #searchsubmit {
	float: left;
	margin-left: 5px;
}
#searchsubmit:hover {
	background-color: #fff;
	background-position: center -76px;
	background-color: #eeb500;
}

/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
}

/* Search widget. */

.widget_search .search-submit {
	display: none;
}

/* Header */
.logo {
	width: 50%;
	float: left;
}
#header-items {
	width: 50%;
	float: right;
	display: table;
}
.logo,
#header-items {
	height: 6em;
	margin: 1em 0;
}
#header-items aside {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

/* Pages */

#pages-bottom {
	padding: 1em 0 0;
}
#pages-bottom ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#pages-bottom li {
	float: left;
}
#pages-bottom li a {
	display: block;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	padding: 1em 1em;
	color: #eeb500;
}
#pages-bottom li a:hover,
#pages-bottom .current_page_item a {
	color: #eeb500;
}

/* Sidebar and Footer */

#secondary {
	margin: 2em 0;
}

#secondary ul,
#footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondary ul li,
#footer-widget ul li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0.75em;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#secondary ul li a,
#footer-widget ul li a {
	display: block;
	text-decoration: none;
}
/* Sidebar */

#secondary ul li {
	background-image: url('images/pointfooter.svg');
}
#secondary ul li a {
	color: #666;
}
#secondary ul li a:hover {
	color: #222;
}

/* Footer */

#footer-widget ul li {
	background-image: url('images/pointfooter.svg');
}
#footer-widget ul li a {
	color: #fff;
}
#footer-widget ul li a:hover {
	color: #eeb500;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/* News Blog Page */

.posts-list {
	border-top: 0.1em dotted #aaa;
	padding-top: 1em;
	margin-bottom: 0.5em;
}
.posts-list h3.entry-title {
	padding-top: 0.5em;
	margin-bottom: 0.15em;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}
.posts-list h3.entry-title a {
	color: #eeb500;
	text-decoration: none;
}
.posts-list h3.entry-title a:hover {
	color: #eeb500;
	text-decoration: none;
}
.blog-posts .entry-meta,
.blog-posts .entry-meta a {
	font-size: 14px;
	margin-bottom: 0.5em;
	text-decoration: none;
}
.blog-posts .entry-meta a {
	font-weight: 700;
}
.post-thumb-news {
	max-width: 326px;
	width: 40%;
	float: left;
	margin: 0 2% 0.5em 0;
}
.post-thumb-news a img {
	display: inline-block;
	border: 3px solid rgba(255, 255, 255, 0.0);
}
.post-thumb-news a:hover img {
	border: 3px solid #eeb500;
}
.blog-posts {
	float: left;
	width: 58%;
}
span.read-more-but a {
	display: inline-block;
}
.news-page-meta {
	background-color: #ABABAB;
	padding: 0.3em 0.75em;
}
.news-page-meta a {
	font-weight: 700;
	text-decoration: none;
}
.news-page-meta,
.news-page-meta a {
	font-size: 14px;
}
.separator {
	padding: 0 0.1em 0 0.3em;
}
.posts-list .entry-footer {
	font-size: 14px;
}

/* END News Blog Page */

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta {
	padding-top: 0.5em;
}
.page-bg {
	background: url('images/page-background.svg') no-repeat 30px bottom;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
#masthead {
	background-color: #fff;
}
.site-branding {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
#welcome {
	background-color: #eee;
	margin-bottom: 1.5em;
}
#top-band-inner,
#welcome-inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#welcome-inner .widget {
	margin-bottom: 0;
}
#main {
	margin-top: 1em;
}
.page-id-2 #main {
	margin-top: 0;
}
#home-bottom {
	background-color: #eeb500;
}
#home-bottom aside {
	margin-bottom: 0;
}
#page-inner,
#home-bottom-inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
#home-sections .widget {
	margin: 0;
}
.hs-inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 1.0em 0 0.5em 0;
	overflow: hidden;
}
.hs-inner ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
10.4 Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #222;
}
#footer-widget {
	padding: 2em 0;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
#footer-widget,
#footer-widget a {
	color: #f3f1ed;
}
#footer-widget aside {
	margin: 0 1%;
	width: 31.333%;
	float: left;
}
.site-info {
	padding: 1em 2%;
	clear: both;
	border-top: 1px solid #444;
}
.site-info,
.site-info a {
	font-size: 14px;
	color: #bababa;
	text-align: center;
}

/*--------------------------------------------------------------
10.5 Header
--------------------------------------------------------------*/
.site-header {
	border-top: 5px solid #444;
}
.site-description {
	font-size: 14px;
	font-style: italic;
	color: #bababa;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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 .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
	border-bottom: 1px dotted #ccc;
}

.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;
	font-size: 85%;
}

/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
12.3 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1160px) {

	.hentry {
		margin: 0 2% 1.5em 2%;
	}
	.logo {
		padding: 0 2%;
	}
	#top-band,
	#header-items {
		padding-left: 2%;
		padding-right: 2%;
	}
	#secondary {
		margin-right: 2%;
	}
	#main {
		margin-left: 0.5%;
	}
	#comments {
		margin-left: 2%;
	}
	h3.widget-title {
		font-size: 22px;
	}
	#footer-widget aside {
		margin: 0 2%;
		width: 29.333%;
	}
}

@media screen and (max-width: 768px) {

	body {
		font-size: 95%;
	}
	.main-navigation a {
		font: 600 1.2em/1.5em "Exo", sans-serif;
		padding: 0.5em 0.35em;
	}
	#pages-bottom li a {
		font-size: 20px;
		padding: 1em 0.5em;
	}
	.hentry {
		margin: 0 4% 1.5em 4%;
	}
}

@media screen and (max-width: 600px) {

	.site-description {
		display: none;
	}
	#header-items {
		display: none;
	}
	.logo {
		width: 100%;
		padding: 0 4%;
	}
	#top-band-inner nav {
		float: none;
		width: 100%;
	}
	ul#menu-top-menu {
		margin: 0 auto;
		display: table;
		float: none;
	}
	.main-navigation li {
		float: none;
	}
	.main-navigation a {
		font-size: 18px;
		line-height: 1.2;
		padding: 0.75em 2%;
		text-align: center;
	}
	#site-navigation button,
	#site-navigation input[type="button"] {
		border-radius: 0;
		font-size: 24px;
		line-height: 1.2;
		padding: 0.5em 1em;
		background-color: rgba(255, 255, 255, 0.0);
		width: 100%;
		color: white;
	}
	#site-navigation button:hover,
	#site-navigation input[type="button"]:hover {
		border-color: none;
		box-shadow: none;
		color: #eeb500;
	}
	h1.entry-title {
		font-size: 34px;
		line-height: 1.2;
	}
	#welcome-inner li {
		width: 100%;
	}
	#welcome-inner li:first-of-type,
	#welcome-inner li:last-of-type {
		float: none;
	}
	#pages-bottom li {
		margin: 0 4%;
		float: none;
	}
	#pages-bottom li a {
		font-size: 18px;
		line-height: 1.2;
		padding: 0.25em 0.25em;
		text-align: center;
	}
	.posts-list {
		margin-left: 2%;
		margin-right: 2.75%;
	}
	.posts-list h3.entry-title {
		padding-top: 0.15em;
		margin-bottom: 0.1em;
		font-size: 24px;
	}
	.post-thumb-news {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.blog-posts {
		float: none;
		width: 100%;
	}
	#home-sections aside {
		margin: 0 4% 2em 4%;
		width: 100%;
		float: none;
	}
	#footer-widget aside {
		margin: 0 4% 1em 4%;
		width: 92%;
		float: left;
	}
	#secondary {
		margin: 2em 4% 0.5em 4%;
		width: 92%;
	}
	.alignleft,
	.alignright {
		float: none;
		display: table;
		margin: 0 auto 1em auto;
		text-align: center;
	}
}