/*
Theme Name: Norley Parish Council
Theme URI: http://www.norleyparishcouncil.org/
Author: Warren O\'Donoghue
Author URI: http://www.rabbitdigital.com/about
Description: This is a theme built with multiple side bars, an open layout, horizontal navigtation with big clear button links and UI elements. It has three footer sidebar widgets and is responsive with only two breakpoints.
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: fiverrabbit
Domain Path: /languages/
Tags: responsive, open layout

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.

 Fiver Rabbit 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 Layout
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
	10.4 - Video
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
14.0 - Responsive
--------------------------------------------------------------*/

/*
1.0 - Reset
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);

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;
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
}
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 solid;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	/** clear: both; **/
}
p {
	margin-bottom: 1em;
}
p.introp {
	font-size: 110%;
	font-weight: bold;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
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 solid #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%;
}
h1,
h1.page-title,
h1.entry-title  {
	color: #669933;
	font-size: 1.7em;
	line-height: 1.2;
	margin: 0 0 0.4em 0;
	font-weight: 700;
}
h2  {
	color: #666;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.3;
	margin: 0 0 0.75em 0;
	font-style: italic;
}
h3,
h3.page-title,
h3.entry-title  {
	color: #669933;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}
h3.entry-title a {
	text-decoration: none;
}
h3.entry-title a:hover {
	color: #669933;
}
h3  {
	font-size: 1.4em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}
h4  {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}
h5  {
	font-weight: 700;
	font-size: 1.0em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}
h6  {
	font-weight: 400;
	font-style: italic;
	font-size: 0.95em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}

blockquote {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	font-family: 'Lato';
	margin: 1em 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*
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: square;
}
ul ul {
	list-style: circle;
}
.entry-content ul li {
	margin-bottom: 0.5em;
}
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"] {
	border: none;
	background: #003300;
	color: rgba(255, 255, 255, 1.0);
	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: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding: .6em 1em .6em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: rgba(255, 255, 255, 1.0);
	background-color: #669933;
}
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: rgba(255, 255, 255, 1.0);
	background-color: #222;
	-webkit-box-shadow: none;
	box-shadow: none;
}
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="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #222;
	border: none;
	background-color: #F0F0F0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	font-weight: 600;
	background-color: #ccc;
}
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%;
	background-color: #F0F0F0;
}

/*** Search Input Placeholder Text Colour ***/

input.rds {
	width: 80%;
	max-width: 20em;
	padding: 0.1em 0.1em 0.1em 2.2em!important;
	background: #F0F0F0 url('images/search-symbol.png') no-repeat 5px 5px;
	height: 2.2em;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #222;
    font-style: italic;
    font-family: 'Lato';
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #222;
    font-style: italic;
    font-family: 'Lato';
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #222;
    font-style: italic;
    font-family: 'Lato';
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #222;
    font-style: italic;
    font-family: 'Lato';
}
/*--- Search Button ---*/
#searchform input[type="submit"] {
	padding: .6em .5em .6em .5em;
}
#commentform label {
	width: 90px;
	float: left;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.8;
}
/*** END Search Input Placeholder Text Colour ***/

input#searchsubmit {
	margin-left: 0.4em;
}
/*
5.0 Navigation
--------------------------------------------------------------*/

nav#site-navigation {
	padding: 0 2% 0.8em 2%;
	background-color: #003300;
	border-top: 4px solid #669933;
}
.menu-main-menu-container {
	width: 100%;
	max-width: 64em;
	margin: 0 auto;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation .menu {
	padding: 0.8em 0 0;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	border-left: 1px dotted #44633f;
	font-size: 22px;
}
.main-navigation li a {
	display: block;
	padding: 0.3em 1em;
	font-weight: 400;
	color: #b0d18f;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	background-color: #669933;
	top: 2em;
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}
@media screen and (min-width: 37.5em) {
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
}
.main-navigation ul ul a {
	width: 300px;
}
.main-navigation ul ul li {
	border-left: none;
}
.main-navigation li li a {
	color: #fff;
	text-transform: none;
	font-size: 85%;
	padding: 0.5em 1.2em;
}
.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;
}
@media screen and (min-width: 37.5em) {
	.main-navigation ul ul li:hover > ul {
		left: 100%;
	}
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.single-post #menu-item-83 a {
	color: #fff;
}
.main-navigation li li.current_page_item a,
.main-navigation li li.current-menu-item a {
	background-color: #669933;
}
/* Small menu */
.menu-toggle {
	display: none;
}
/* Home Icons */
.main-navigation li.nav-home-icon { 
	padding: 0 5px;
}
.main-navigation li.nav-home-icon { 
	background: url(images/home-icon.png) no-repeat 13px 10px;
}
.main-navigation li.nav-home-icon:hover { 
	background: url(images/home-icon.png) no-repeat 13px -40px;
}
.main-navigation li.nav-home-icon { 
	background: url(images/home-icon.svg) no-repeat 13px 10px;
}
.main-navigation li.nav-home-icon:hover,
.main-navigation li.nav-home-icon.current-menu-item { 
	background: url(images/home-icon.svg) no-repeat 13px -40px;
}
.nav-home-icon a {
	opacity: 0;
	font-size: 1px\9; /** IE 8 Fix to hide letters **/
	height: 40px\9; /** IE 8 Fix to hide letters **/
}

/*
5.1 Links
--------------------------------------------------------------*/
a {
	color: inherit;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
a:visited {
	color: inherit;
}
a:hover,
a:focus,
a:active,
.nav-links a:hover {
	color: #669933;
}
.nav-links a {
	text-decoration: none;
	color: #222;
}
/*
5.2 Menus
--------------------------------------------------------------*/

.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%;
}

/*
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: #222222;
	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 Content Layout
--------------------------------------------------------------*/

/* Header */

.site-header {
	background-color: #003300;
}
.site-branding {
	width: 100%;
	max-width: 64em;
	margin: 0 auto;
	overflow: hidden;
	padding: 1em 0 1em 0;
}
.site-description {
	font-weight: 400;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 1.5em 0 0 0;
	padding: 0 0 0.3em 0.5em;
	float: right;
	text-align: right;
}
#header-image {
	float: left;
	width: 70%;
}
.header-widget {
	width: 30%;
}

/* Content */

#content {
	width: 100%;
	padding: 1.5em 0 0 0;
	max-width: 64em;
	margin: 0 auto;
}
.page-id-2 #content {
	padding-top: 0;
}

/* Webkit Fix - Chrome & Safari and a stupid pointles space after the footer - aaaaarrrrgghh */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#page {
		margin-bottom: -1.5em;
	}
}
/* END Webkit Fix */

.posts-list {
	padding-top: 1em;
	margin-bottom: 1.5em;
}
.posts-list h3.entry-title {
	margin-bottom: 0.15em;
}
.blog-posts .entry-meta,
.blog-posts .entry-meta a {
	color: #222;
	font-size: 90%;
}
.blog-posts .entry-meta a {
	font-weight: 700;
	text-decoration: none;
}
.post-thumb-news {
	max-width: 150px;
	width: 20%;
	float: left;
	margin: 0 2% 0.5em 0;
}
.post-thumb-news a img {
	display: inline-block;
}
.post-thumb-news a:hover img {
	border: 3px solid #222;
}
.blog-posts {
	float: left;
	width: 78%;
}
.posts-list p {
	font-style: italic;
	margin-bottom: 0.5em;
}
span.read-more-but a {
	color: #fff;
	border: none;
	background-color: #666;
	border-radius: 3px;
	padding: 0 0.5em 0.1em 0.5em;
	font-style: normal;
	margin: 0 0 0.5em 0.25em;
	display: inline-block;
	text-decoration: none;
}
span.read-more-but a:hover {
	background: #669933; /* Old browsers */
	color: #fff;
}
.news-page-meta {
	padding: 0.3em 0.75em;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.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;
}

/* Sidebar */

.widget-area h3.widget-title {
	padding: 0.3em 1em 0.4em 0.65em;
	color: #fff;
	font-size: 17px;
	margin-bottom: 1em;
	background-color: #003300;
	border-right: 5px solid #669933;
}
.widget-area ul {
	margin: 0;
	list-style: none;
}
.widget-area li {
	padding: 0 0 0 1.95em;
	background: url('images/bullet-sidebar.png') no-repeat 0.7em 0.4em;
	border-bottom: none;
}
.widget-area li a {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	text-decoration: none;
	line-height: 1.2;
	margin: 0 0 0.75em 0;
	display: block;
}
.widget-area li a:hover {
	color: #669933;
}

/* Footer */

#colophon {
	border-top: 30px solid #669933;
	background-color: #123a0c;
}
#footer-sidebar {
	max-width: 64em;
	margin: 0 auto;
}
#footer-sidebar1,
#footer-sidebar2,
#footer-sidebar3 {
	float: left;
	width: 100%;
}
#footer-sidebar aside {
	width: 33.3%;
	float: left;
	border-left: 1px solid #375932;
	padding: 0 2% 0 2%;
	margin: 1.5em 0 1.5em 0;
}
#footer-sidebar h3.widget-title {
	font-size: 18px;
	color: #669933;
	text-transform: uppercase;
	margin: 0.4em 0 0.75em 0;
	font-weight: 700;
}
#footer-sidebar ul {
	margin: 0;
	list-style: none;
}
#footer-sidebar li {
	padding: 0 0 0 1.5em;
	background: url('images/bullet-footer.png') no-repeat left 0.4em;
	border-bottom: none;
}
#footer-sidebar li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
	display: block;
}
#footer-sidebar li a:hover {
	color: #669933;
	text-decoration: underline;
}
.foot-address h4 {
	font-size: 16px;
	color: #fff;
	margin: 0 0 0.35em 0;
	font-weight: 400;
}
.foot-address h3 {
	font-size: 17px;
	color: #fff;
	margin: 0 0 0.5em 0;
	font-weight: 400;
}
.foot-address p {
	color: #fff;
	margin-bottom: 0.25em;
}
.site-info {
	clear: both;
	padding: 0.25em 0 0.25em 0;
	background-color: #003300;
	overflow: hidden;
	text-align: center;
}
.site-info .si-inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.site-info p {
	margin: 0.5em 0;
}
.site-info p,
.site-info p a {
	color: #79a773;
	text-decoration: none;
	font-size: 14px;
}
.site-info p a:hover {
	color: #fff;
	text-decoration: underline;
}
.site-info img {
	float: right;
}
#footer-elements {
	padding: 0 0 1em 0;
	display: table;
	margin: 0 auto;
}
.footer-lsb-logo {
	margin: 0 2em 0 0;
}
.footer-social {
	margin: 0 0.75em 0.5em 0.75em;
}

/*
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: 0.1em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.news-page {
	background-color: #f0f0f0;
	padding: 0.4em 1em;
	font-size: 90%;
}
.news-page a {
	font-weight: 700;
	text-decoration: none;
	color: #669933;
}
.news-page a:hover {
	color: #222;
}

/*
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
#home-bottom {
	background-color: #669933;
	padding: 1em 0;
	overflow: hidden;
	text-align: center;
}
#home-bottom-inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 2%;
}
#home-bottom p {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
}
#home-bottom .first {
	color: #fff;
	font-weight: 700;
	margin: 0 0 0.5em 0;
}

/*
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment-form {
	margin-bottom: 2em;
}
.comments-area {
	padding-top: 1em;
	border-top: 1px solid #ccc;
	font-size: 85%;
}
ol.comment-list {
	margin-left: 2em;
}
ol.comment-list a {
	color: #669933;
	text-decoration: none;
}
.comment-body {
	margin-bottom: 1em;
}
.reply {
	border-top: 1px dashed #FF9966;
	padding-top: 0.5em;
}
h3.comments-title {
	margin-bottom: 1em;
}

/*
10.4 Video
--------------------------------------------------------------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
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: 1em;
	padding-bottom: 0.1em;
	max-width: 100%;
	background-color: #f0f0f0;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	background-color: #222;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 1.25em 1% 0.75em 1%;
}
.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 {
	color: #fff;
}

/*
14.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 64em) {
.site-header {
	padding: 1em 0 0;
}
.site-branding {
	padding: 0 2% 1em 2%;
}
.site-description {
	font-size: 1.3em;
	line-height: 1.2;
	margin: 1.2em 0 0 0;
	padding: 0 0 0.3em 0.5em;
	display: table;
}
#header-image {
	width: 50%;
	margin: 0 0 0 0;
}
.main-navigation li {
	font-size: 19px;
}
.main-navigation li a {
	padding: 0.3em 0.75em;
}
#content {
	padding: 1.5em 2% 0 2%;
}
input.rds {
	width: 70%;
	padding: 0.1em 0.1em 0.1em 2.2em!important;
	height: 2.2em;
}

h1,
h1.page-title,
h1.entry-title  {
	font-size: 1.8em;
	line-height: 1.1;
	margin: 0 0 0.4em 0;
}
h2  {
	font-size: 1.7em;
	line-height: 1.2;
	margin: 0 0 0.4em 0;
}
h3,
h3.page-title,
h3.entry-title  {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}
.site-info {
	text-align: center;
}
.site-info p {
	float: none;
	width: 100%;
	margin: 0.5em 0;
}
.site-info img {
	float: none;
	margin: 0 auto;
	display: block;
}

}

/* 6.2 - RESPONSIVE - Medium Screens (iPad Portrait) */

@media screen and (max-width: 48em) {

.site-header {
	padding: 0.5em 0 0;
}
.site-branding {
	padding: 0 2% 0.5em 2%;
}
.site-description {
	font-size: 1.2em;
	line-height: 1.2;
}
nav#site-navigation {
	padding: 0 2% 0.75em 2%;
}
.main-navigation .menu {
	padding: 0.9em 0 0;
}
.main-navigation li {
	font-size: 18px;
}
.main-navigation li a {
	padding: 0.3em 0.5em;
}
/* Social Icons */
.post-thumb-news {
    width: 15%;
    margin: 0px 2% 0.1em 0px;
}
.blog-posts {
    width: 82.5%;
}
.entry-content p {
	clear: left;
}
h1,
h1.page-title,
h1.entry-title  {
	font-size: 1.7em;
	line-height: 1.1;
	margin: 0 0 0.4em 0;
}
h2  {
	font-size: 1.6em;
	line-height: 1.1;
}
h3,
h3.page-title,
h3.entry-title  {
	font-size: 1.3em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}
h4  {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}	
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	.main-navigation li {
	font-size: 16px;
	}
}

/* 6.3 - RESPONSIVE - Small Screens (Mobiles) */

@media screen and (max-width: 37.5em) {

.site-header {
	padding: 0.5em 0 0;
}
.site-branding {
	padding: 0 2% 0.2em 2%;
}
.site-description {
	display: none;
}
#header-image {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.header-widget {
	display: none;
}
.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}
.main-navigation ul {
	display: none;
}
nav#site-navigation {
	padding: 0 0 0.5em 0;
	background-color: #222;
}
.main-navigation .menu {
	padding: 0.5em 0 0;
}

.main-navigation li {
	font-size: 22px;
	float: none;
	width: 100%;
	border-left: none;
	border-top: 1px solid #444;
}
.main-navigation li a {
	padding: 0.3em 3%;
	color: #fff;
}
span.menu-toggle {
	background: url('images/hamburger.png') no-repeat 10px 10px;
	padding: 0.7em 0.5em 0.4em 3em;
	text-align: left;
	font-size: 1.25em;
	line-height: 1.2em;
	font-size: 1.3em;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}
.main-navigation ul ul {
	border-top: none;
	background-color: #669933;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	float: none;
}
.main-navigation li li {
	padding-left: 4%;
}
.main-navigation li li a {
	color: #fff;
	font-size: 80%;
}
.main-navigation li li a:hover,
.main-navigation li li li a:hover {
	color: #fff!important;
}
.entry-content {
    margin: 0.9em 0px 0px;
}
.post-thumb-news {
    width: 20%;
    margin: 0px 2% 0.1em 0px;
}
.blog-posts {
    width: 78%;
}

h1,
h1.page-title,
h1.entry-title  {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
	font-weight: 400;
}
h3 {
	font-size: 1.2em;
}
h3.page-title,
h3.entry-title  {
	font-size: 1.0em;
}
h4 {
	font-size: 1.1em;
}	
p {
	margin: 0 0 0.5em 0;
}
ul, ol {
	margin: 0 0 1.2em 1.5em;
}
.blog-posts .entry-meta,
.blog-posts .entry-meta a {
    font-size: 10px;
}
.posts-list p {
	font-size: 0.9em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.news-page-meta {
	padding: 0.25em 0.5em;
	border-left: 1px solid #ccc;
}

/*
7.0 Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter {
	float: none;
	clear: both;
	display: block;
	margin: 0 auto 1em auto;
}
.wp-caption {
	padding-bottom: 0.1em;
}

/*** Footer ***/
#footer-sidebar aside {
	width: 100%;
	float: none;
	border-left: none;
	padding: 0 2% 0 2%;
	margin: 1.5em 0 1.5em 0;
}
.footer-lsb-logo {
	margin: 0 0.2em 0 0.5em;
}
.footer-social {
	margin: 0 0.2em 0.5em 0.2em;
}

}