/*
Theme Name: Beam
Theme URI: http://www.beamtheme.com
Author: Emir Muracevic
Author URI: http://www.beamtheme.com/
Description: <code>Beam</code> is a Multi-purpose, Responsive Wordpress Theme. Beam was created to serve as a multi-purpose, multi-device, simple yet elegant free wordpress theme.
Version: 0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beam
Domain Path: /languages/
Tags: blue, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
 
/* 
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use
a Beam child theme to add your styles.  Download at http://beamtheme.com/beam-child-wordpress-theme/ :)
*/


/* =Reset (By Eric Myer) 
-------------------------------------------------------------- */

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 centred 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/ */
	-webkit-font-smoothing: antialiased;
}
body {
	background: #fafafa;
	font-family: "Open Sans", "Helvetica Neue", HelveticaNeue, Helvetica-Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #444444;
	font-size: 16px;
	line-height: 1.5;
}
.wrap {
	margin: 0 auto;
	width: 100%;
}

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 { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
	text-decoration: none;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.8;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}
h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

.entry-content-new h1 {
	clear: none;
	color: #1D839C;
}

.entry-content-new h2,
.entry-content-new h3,
.entry-content-new h4,
.entry-content-new h5,
.entry-content-new h6 {
	clear: none;
	color: #8EAEB6;
}
h1.page-title {
	margin-bottom: 15px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */
p {
	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;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	font-style: italic;
	border-left: 3px solid #cccccc;
	padding-left: 25px;
	font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}
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;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
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%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
time { font-size: small; }
a time { color: #404040; text-decoration: none;}
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 all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html 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: 1.8rem;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html 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,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html 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"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	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;
}
.search-form input[type="search"] {
	width: 90%;
	padding: 10px;
}
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%;
}
.round-corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
}

/* Colors */
.main-color-bcg {
}

.secondary-color-bcg {
}

/* Links */
a {
	color: #1a0dab;
	text-decoration: none;
}
a:visited {
	color: #609;
}
a:hover,
a:focus,
a:active{
	text-decoration: underline;
}

/* Alignment */
.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;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 5px;
}

.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 */
}

/* Clearing */
.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-content-inner:before,
.site-content-inner: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-content-inner:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-wrap {    padding: 0;    margin: 0;    max-width: 74%;    top: 50%;    transform: translateY(-50%);    z-index: 9999;    position: relative;	display: block;    float: right;}
.main-navigation {	clear: both;	display: block;	float: right;}
.main-navigation h1 {	font-size: 32px;	line-height: 1.25;}
.nav-menu {	font-size: 18px;}
.main-navigation ul {	list-style: none;	margin: 0;	padding: 0;}
.main-navigation li {	float: left;	position: relative;	margin: 0 0 0 20px; /* Margin on the left side of each top level menu item (since it's floated right) */	margin: 0 0 0 1.25rem;}
.main-navigation ul ul li {	margin: 0;}
.main-navigation li.menu-parent-item > a:after { /* If you don't want the arrows on the top level drop down, simply remove this style */	
font-family: 'FontAwesome';	font-weight: normal;	font-style: normal;	speak: none;	vertical-align: middle;	font-size: 9px;	font-size: 0.5625rem;	content: " \f078";}
.main-navigation ul li li.menu-parent-item > a:after { /* If you don't want the arrows on the sub-menu options, simply remove this style */	
font-family: 'FontAwesome';	font-weight: normal;	font-style: normal;	speak: none;	vertical-align: middle;	font-size: 9px;	font-size: 0.5625rem;	content: " \f054";}

.main-navigation ul a {	
	padding: 10px; /* Padding around each top level menu option (if needed) */
}

.main-small-navigation a, .main-navigation a {	display: block;	text-decoration: none;	color: #fafafa; /* Nav bar link color */}

.main-navigation ul ul {	
	display: none;	
	position: absolute;	
	left: 0;	
	z-index: 99999;	
	line-height: 1.7;	
	background-color: #fafafa; /* Nav bar dropdown background color */	-
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
	}

.main-navigation ul ul ul {
	left: 100%;	top: 0;
}

.main-navigation ul ul a {
	color: #14739C; /* Nav bar dropdown link color */
	font-size: 14px;
	width: 10.5em; /* Nav bar dropdown width */

}
.main-navigation ul ul a {
	padding: 5px 10px; /* Padding around each dropdown menu option */
}

.main-navigation ul ul li {}
.main-navigation li:hover > a {	color: #91D8F7; /*2997ab;  Nav bar link color on hover */}

.main-navigation ul ul :hover > a {	
	color: purple; /* Nav bar dropdown level 2 link color on level 3 hover */	
	background-color: #ffffff; /* Nav bar dropdown link background color on hover */
	}

.main-navigation ul ul a:hover {	color: #91D8F7; /* Nav bar dropdown link color on hover */}
.main-navigation ul li:hover > ul {	display: block;}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a {	color: #91D8F7; /* Nav bar link color for current menu item or ancestor */}
.main-navigation ul .divider {    border-bottom: 1px solid #aaa;    height: 0;    line-height: 0.0625;    overflow: hidden;}
.main-navigation ul li.dropdown-header a,
.main-navigation ul li.current-menu-item ul .dropdown-header a {	
	color: #91D8F7; /* Nav bar dropdown header color */	
	background-color: #ffffff; /* Nav bar dropdown header background color */
	}
	
/* Small menu toggle for mobile devices */
.menu-toggle {	cursor: pointer;}
.main-small-navigation .nav-menu {	display: none;}

/* Footer Menu */

.footer-navigation {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	clear: both;
	display: block;
	position: relative;
	text-align:center;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
}

.footer-navigation li {
	position: relative;
	padding: 10px;
	height: 30px;
	display: inline-block;
}

.footer-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 10px;
}

.footer-navigation a:hover {
}

.footer-navigation ul ul {
	display: none;
}
.footer-navigation ul ul ul {
display: none;
}

.footer-navigation ul ul a {
}

.footer-navigation ul ul a:hover {
}

.footer-navigation ul ul li {
}

.footer-navigation li:hover > a {
}

.footer-navigation ul ul :hover > a {
}

.footer-navigation ul ul a:hover {
}

.footer-navigation ul li:hover > ul {
	display: block;
}

.footer-navigation li.current_page_item a,
.footer-navigation li.current-menu-item a {
color: #EBEBEB;
}

.footer-navigation li.current_page_item a:hover,
.footer-navigation li.current-menu-item a:hover {
/*color: #000000;*/
}


.footer-navigation li.current_page_item,
.footer-navigation li.current-menu-item {
/*border-bottom: 1px solid #008100;*/
}


/* =Layout
----------------------------------------------- */
.fullwidth {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.site-content,
.centeralign-header,
.centeralign-content,
.centeralign-footer {
	max-width: 1312px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.width-980px .site-content,
.width-980px .centeralign-header,
.width-980px .site-content-inner,
.width-980px .centeralign-footer {
	max-width: 980px;
}


.site-content,
.site-content-inner {
	margin-left: auto;
	margin-right: auto;
}

.site-content {
	background-color: #fff;
	-webkit-box-shadow: 6px 0px 10px -7px rgba(1,1,1,0.25), -6px 0px 10px -7px rgba(1,1,1,0.25);
	-moz-box-shadow: 6px 0px 10px -7px rgba(1,1,1,0.25), -6px 0px 10px -7px rgba(1,1,1,0.25);
	box-shadow: 6px 0px 10px -7px rgba(1,1,1,0.25), -6px 0px 10px -7px rgba(1,1,1,0.25);
}

.page-template-no-sidebar #primary {
	width: 100%;
}

/* =Content
----------------------------------------------- */

#primary {
	float: left;
	width: 68%;
	position: relative;
}

#secondary {
	float: right;
	width: 28.5%;
	position: relative;
	padding-top: 30px;
}

.sticky { 
	background: #F8FBFD; 
	border: 2px solid grey; 
	padding: 10px;
}

.hentry {
	margin: 0 0 2.2em;
}

.updated {
	display: none;
}


.single .byline,
.group-blog .byline,
.archive .byline	{
	display: inline;
}

.byline { 
	margin-right: 30px;
	display: inline;
}



.entry-content-sidebar .byline { 
	clear: both; 
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0 0;
}

.archive .entry-content {
	margin: 1.5em 0;
}

.page .entry-content
	margin: 0;
}

.content-area {
	width: 68%;
	float: left;
}

.page-links {
	margin: 15px;
	background-color: #f5f5f5;
	padding: 10px;
	width: 77%;
}

.page-links:hover {
	background-color: #f3eaea;
}

.site-header,
.site-footer { 
	background-color: #225378;
}

.site-footer {
	color: #ffffff;
}

.site-branding {
	padding: 0;	
	margin: 0;	
	width: 25%;	
	max-width: 275px;	
	top: 50%;	
	transform: translateY(-50%);	
	z-index: 999;	
	position: relative;	
	float: left;
}

.site-main { 
	padding: 30px; 
}

.single .site-main { 
	padding: 10px 20px; 
}

.double-sidebar .site-main { 
	padding: 30px 10px; 
}

h1.site-title {
	font-size: 28px;	
}

h2.site-description { 	
	font-size: 18px;
}

.entry-content-sidebar .entry-meta { 
	padding-left: 0; 
}

h1.entry-title {
	font-size: 44px;
	color: #00647C;
	margin: 15px 0 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-title a, 
.entry-title h1 a { 
	color: #00647C; 
}

.single .entry-content-new {
	line-height: 24px;
	margin-left: 10px;
	padding-left: 5px;
}

.entry-content-sidebar {
	width: 150px;
	float: left;
	line-height: 18px;
	font-family: Arial, Verdana, 'Times New Roman', sans-serif;
	font-size: 12px;
}

.sidebar-left .entry-content-sidebar {
	float:right;
}

header.entry-header { 
	padding-bottom: 15px; 
}

.entry-date { 
	margin-left: 4px;
}

.entry-header .entry-meta { 
	line-height: 0.5; 
}

.entry-meta, .entry-meta { 
	color: grey;
}

.entry-meta i a {  
	text-decoration: none; 
}

.posted-on { 
	color: #888888; 
	display: inline;
}

.search .posted-on,
.archive .posted-on,
.blog .posted-on,
.home .posted-on {
/*	float: left;
	width: 30%;*/
}

.single .posted-on { margin-top: 10px;}

.single main .entry-meta {
	padding-left: 5px;
	clear: both;
	}

.archive .posted-on { display:inline;}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

#secondary ul, #secondary ol,
#tertiary ul, #tertiary ol,
.entry-content-sidebar ul, .entry-content-sidebar ol {
	margin: 0 0 1em 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;
	font-size: 10px;
	color: #535353;
}
.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%;
	width: auto !important;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Temp Gallery Fix */

#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}

#gallery-2 {
	margin: auto;
}
#gallery-2 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
#gallery-2 img {
	border: 2px solid #cfcfcf;
}
#gallery-2 .gallery-caption {
	margin-left: 0;
}

#gallery-3 {
	margin: auto;
}
#gallery-3 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}
#gallery-3 img {
	border: 2px solid #cfcfcf;
}
#gallery-3 .gallery-caption {
	margin-left: 0;
}
#gallery-4 {
	margin: auto;
}
#gallery-4 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-4 img {
	border: 2px solid #cfcfcf;
}
#gallery-4 .gallery-caption {
	margin-left: 0;
}
#gallery-5 {
	margin: auto;
}
#gallery-5 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}
#gallery-5 img {
	border: 2px solid #cfcfcf;
}
#gallery-5 .gallery-caption {
	margin-left: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.tags a,
.categories a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 6px;
    border: 1px solid #ccc;
    margin: 0 2px 5px 0;
    color: #666;
    display: inline-block;
    text-decoration: none;
}

.tags a:hover,
.categories a:hover {
	background-color: #f5f5dc;
}

/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
	clear: both;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}

[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next {
	width: 45%;
	padding: 5px;
	background: #E8F8FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
[class*="navigation"] .nav-previous:hover,
[class*="navigation"] .nav-next:hover {
	background: #D3F2FF;
}

/* =Comments
----------------------------------------------- */
.no-comments {
	clear: both; 
	font-size: 12px;
}

.comment {
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px;
	margin-bottom: 20px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content p {
	margin: 8px 8px 8px 70px;
	line-height: 150%;
}

.comments-area {
	padding-left: 20px;
}

.bypostauthor {
	background-color: #f5f5dc;
}

ul.comment-list {
	list-style: none;
	margin: 0;
}

.comment li { 
	list-style: none; 
}

.comments-area article { 
	margin-bottom: 30px; 
}

h3#reply-title {
	margin-bottom: 30px;
	font-size: 22px !important;
	font-weight: normal;
	line-height: 32px;
	border-bottom: 3px solid #f5f5dc;
	padding-bottom: 12px;
	color: #4682b4 !important;
	width: 98%;
}

.comments-title {
	line-height: 1.5;
	font-size: 24px;
	margin-bottom: 15px;
}

.comment-metadata {
	/*float:right;*/
	margin: 5px;
}

.comments-link { 
	margin: 0 15px; 
}
.comment-reply-link:before {
	font-family: FontAwesome;
	content: "\f112";
	padding-right: 10px;
}

.comment-reply-link { 
	font-size: larger;
	float: right;
	background-color: #fafafa;
	padding: 10px;
}

.reply a { 
	text-decoration: none;
}

.avatar { 
	float: left; margin: 10px 20px 20px 0; 
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#author-description {

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 6px;
    border: 1px solid #ccc;
    margin: 0 2px 25px 0;
    color: #666;
	font-size: 14px;
	min-height: 130px;
	clear: both;
}

span .author { 
	margin-left: 6px; 
}

.form-allowed-tags, .form-allowed-tags code { 
	font-size: 12px; 
}

.top-comments {
	float:right;
	margin-top: -18px;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 15px 10px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

#secondary .widget li,
#tertiary .widget li,
.entry-content-sidebar li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#secondary .widget li:first-child,
#tertiary  .widget li:first-child,
.entry-content-sidebar li:first-child {
	border-top: none;
}

.widget ul, 
.widget ol,
.entry-content-sidebar ul,
.entry-content-sidebar ol {
	list-style: none;
}

span.widget-title,
.comment-reply-title {
	font-family: sans-serif, Arial;
	font-size: 18px;
	line-height: 1.3;
	text-transform:uppercase;
}

.widget .children { 
	margin-left: 10px; 
	padding-left: 10px;
}

.widget-area .widget li {
    padding: 10px 10px 10px 12px;
}

.widget-area .widget li a:before {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f105";
    left: 5px;
}

.double-sidebar .widget-area { 
	padding: 40px 5px 5px 5px;
	margin-top: 20px;
}

.widget-area-footer {
	padding: 0 30px;
}

footer aside.widget {
	width: 18.5%;
	max-width: 18.5%;
	float: left;
	margin-right: 5%;
	margin-top: 50px;
	min-height: 200px;
	
}

footer aside:nth-child(n+2) {
	border-left: 1px solid rgba(40, 143, 191, 1);
	padding-left: 25px;
}

footer aside.widget:last-of-type {
	margin-right: 0;
}

footer aside.widget a {
	color: #f2f2f2;
}

footer aside.widget ul, 
footer aside.widget ol {
    margin: 30px 0 10px 20px;
}

footer aside.widget li {
	list-style: disc outside none;
}

/* Social > Author */

.social-author-all {
	width: 80px;
	height: 35px;
	float: left;
	position: relative;
}

.social-author-all .fb, 
.social-author-all .tw,
.social-author-all .gp {
	text-align: center;
	margin-top: 5px;
}

/* =Font Awesome
----------------------------------------------- */
.fa-link { margin: 0 15px; }
a i.fa-link { text-decoration: none; }
.fa-calendar,
.fa-user,
.fa-comment,
.fa-comment-o,
.fa-comment a,
.fa-folder-open,
.fa-tags,
.fa-link,
.fa-link a { color: #41a0c7; }
.fa-google-plus,
.fa-facebook,
.fa-twitter,
.fa-bars  { color: #ffffff; }

.entry-meta .fa-tags,
.entry-meta .fa-pencil { margin-left: 15px; }

.single .entry-meta .fa-tags,
.single .entry-meta .fa-pencil { margin-left: 0px }

.byline .fa-user {margin-right: 5px;}
footer.entry-meta .fa-permalink a { text-decoration: none; margin-right: 15px; padding-left: 5px;}
.edit-link a {color: grey;}

/* =Misc
----------------------------------------------- */

.wrapper {
	margin: 0 auto;
	max-width: 980px;
	-webkit-box-shadow: 6px 0px 10px -7px rgba(1,1,1,0.25), -6px 0px 10px -7px rgba(1,1,1,0.25);
	-moz-box-shadow: 6px 0px 10px -7px rgba(1,1,1,0.25), -6px 0px 10px -7px rgba(1,1,1,0.25);
	box-shadow: 6px 0px 10px -7px rgba(1,1,1,0.25), -6px 0px 10px -7px rgba(1,1,1,0.25);
	background-color: #ffffff;
}

.featured-image {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
}

.logo {
	margin: 10px 15px;
}

.site-info {
	clear: both; 
	padding: 20px; 
	text-align: center; 
	font-size: small;
}

.site-info a {
	color: #fafafa;
}

.site-info p {
	font-weight: 800;
}

.format-gallery #secondary {
	display: none;
} 

.pingback {
	line-height: 2.2;
}

#breadcrumbs {
	font-size: 14px;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

/* =Infinite Scroll -- TO DO
----------------------------------------------- */

/* 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;
}

/* =No Sidebar
----------------------------------------------- */
.no-sidebar #secondary {
	display: none;
}

.no-sidebar #primary {
	width: 100%;
}

/* =Left Sidebar
----------------------------------------------- */
.sidebar-left #primary {
	float: right;
}

.sidebar-left #secondary {
	float: left;
	padding-left: 5px;
	padding-right: 0px;
	margin-left: 20px;
}

/* =Page Templates
----------------------------------------------- */
#primary.no-sidebar-template {
	width: 100%;
}

#content.full-width-template {
	max-width: 100%;
}

.site-content .full-width-template {
	width: 100%;
	max-width: 100%;
}

#primary.full-width-template {
	width: 100%;
}







/* =Queries
----------------------------------------------- */

@media screen and (min-width: 1367px){
	.sidebar-right .entry-content-new,
	.entry-content-new  {
		padding: 30px;
	}
	.sidebar-left .entry-content-new {padding-left: 0;}
	.centeralign-header,
	.centeralign-content,
	.centeralign-footer {
		max-width: 1312px;
	}
}

@media screen and (max-width: 1040px) {
	.site-branding {		text-align: center;	}
}

@media screen and (min-width: 980px) {	.double-sidebar-narrow .site-content-inner {padding-right: 260px;}}

@media screen and (max-width: 980px) {
	#tertiary {display:none;}
	.double-sidebar-narrow .site-content-inner,
	.left-sidebar .site-content-inner,
	.double-sidebar .site-content-inner {padding-right: 20px;}
	.right-sidebar .site-content-inner {padding-left: 20px;}
	.sidebar-left #secondary {padding-left: 20px;}
	.site-branding {width:100%;margin: 0;}
}

@media screen and (min-width: 769px) {
	.double-sidebar #primary {float: right; width: 100%;position: relative;max-width:680px;}
	.double-sidebar #secondary {float: left;margin-left: -320px;width: 310px;position: relative;}
	.double-sidebar-narrow #secondary {width: 220px;margin-left: -240px;}
	.double-sidebar #tertiary {float: right;margin-right: -250px;position: relative;right: -100%;width: 240px;}
	.double-sidebar-narrow #tertiary {margin-right: -260px;}
	.double-sidebar .site-content-inner {padding-left: 340px;padding-right: 280px;}
	.double-sidebar-narrow .site-content-inner {padding-right: 20px;padding-left: 250px;}
}

/* =max-width: 768px
-------------------------------------------------------------- */
@media screen and (max-width: 768px){

	#primary {
		float:none;
		width: auto;
	}

	.sidebar-left #primary {float:none;}
	#secondary {
		float:none;
		width: auto;
		padding: 25px;
		max-width: 100%;
	}

	#tertiary {
		float:none;
		width: auto;
		padding: 25px;
		max-width: 100%;
	}

	.main-navigation {
		padding-top: 0;
	}

	.main-navigation li {		padding: 0;		margin: 0;
	}

	.site-branding {
		width: 100%;
		text-align: center;
		margin: 0;
		float: none;
	}


	.widget-area-footer {
		padding: 20px;
	}

	footer aside.widget {
		width: 95%; !important;
		max-width: 100%; 
		float: none;
		min-height: 50px;
		height: auto;
	}

	.site-footer a {
		line-height: 2em !important;
		padding: 5px;
	}

	footer aside {
		padding-left: 15px;
	}

	.navigation-wrap {
		text-align: right;
		float: right; 		margin: -110px 0px;
	}

	.avatar {
		width: 40px;
	}

	.site-header {
		height: auto;
	}

	.widget-area .widget li a:before {
	    left: 10px;
	}

	h1.entry-title {
		font-size: 32px;	
	}

	input[type="submit"]  {
		width: 95%;
	}
}



/* =Mobile menu
----------------------------------------------- */
.menu-toggle {
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;

	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation h1 {
	border-bottom: none;
	}

	.main-navigation.toggled {
		padding-top: 10px;
		clear: both;
		width: 100%;
	}

	.main-navigation li {
		float: none;

		padding: 5px;
		background-color: #1082dd;
	}

	.entry-content-sidebar {
		display: none;
	}

	.toggled h1.menu-toggle {
		
	}

	h1.button {
		padding: 5px;
		line-height: 1.2;
		font-weight: lighter;
	}

	.main-navigation ul ul li {
		display: none;
	}
}

