/*
Theme Name: Empo
Theme URI: http://www.anarieldesign.com/empo-free-wp-theme-released-for-wordpress-org/
Description: Empo is an easy to use responsive blog theme. It is based on 960 grid and elegantly scales down to downsized browser windows, tablets, mobile phones (in landscape and portrait). To customize the theme you can choose your own background, link color, top panel and footer border line color, logo and header image.
If you want to make your blog post more flexible you can use different kinds of post formats such as image, gallery, video, aside, link or quotes. It features "Jetpack" plugin for WordPress that supercharge your website with the features so far only available for WordPress.com.

Author: Anariel Design
Author URI: http://www.anarieldesign.com/gallery/
Version: 1.8.1
Tags: dark, two-columns, right-sidebar, custom-colors, custom-menu, custom-header, custom-background, responsive-layout, threaded-comments, sticky-post, theme-options, translation-ready

License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Google Fonts Import
--------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Sintony:400,700);
/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.content address {
	padding: 0 0 20px 0;
}
.content abbr, acronym {
	border-bottom: .1em dotted;
}
.content pre, code, tt {
	font-size: 1.1em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
/* #Basic Styles
================================================== */
body {
	font: 12px 'Lato', arial, sans-serif;
	line-height: 20px;
	color: #28384b;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
html {
	background:#28384b;
}
/* #Typography
================================================== */
/* Headlines
--------------------------------------------- */
h1 {
	margin:30px 0 14px;
	font: bold 1.6em/1.6 'Sintony', sans-serif;
}
h2 {
	margin:26px 0 12px;
	font: bold 1.3em/1.4 'Sintony', sans-serif;
}
h3 {
	margin: 26px 0 12px;
	font: bold 1.2em/ 1.4 'Sintony', sans-serif;
}
h4 {
	margin: 22px 0 12px;
	font: bold 1.1em/1.4 'Sintony', sans-serif;
}
h5 {
	margin: 22px 0 10px;
	font: bold 1em/1.3 'Sintony', sans-serif;
}
h6 {
	margin: 20px 0 10px;
	font: bold .9em/1.3 'Sintony', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #16212b;
	text-transform:uppercase;
}
.subheader {
	color: #16212b;
}
p {
	line-height:1.5em;
	font-size:14px;
	color:#28384b;
	margin: 0 0 10px 0;
	font-family: 'Lato', sans-serif;
}
.hentry {
	padding: 40px 0;
	word-wrap: break-word;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #16212b;
}
small {
	font-size: 80%;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
	
/* Text Selection */

::selection {
background: #00b5c0;
color: #16212b; /* Safari */
}
::-moz-selection {
background: #00b5c0;
color: #16212b; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color: #00b5c0;
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img, embed, object, video {
	max-width: 100%
}
/* --- Post Images and Video --- */
.content img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.content img.aligncenter {
	margin: 20px auto;
}
.content img.alignleft, .content .wp-caption.alignleft {
	margin: 10px 20px 0 0;
}
.content img.alignright, .content .wp-caption.alignright {
	margin: 10px 0 0 20px;
}
.content img.alignnone {
	margin: 20px 0;
}
.content .wp-caption.alignnone {
	margin: 0 0 20px 0;
}
.content .wp-caption.aligncenter {
	margin-bottom: 10px;
}
.content .post .wp-caption {
	max-width: 100%;
	text-align: center;
}
.content .single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
}
.content .post p.wp-caption-text {
	font: normal .8em/1.4 'Lato', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #28384b;
}
.content object, .content embed, .content iframe {
	max-width: 100%;
	margin: 5px 0 10px;
	display: block;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Lists
--------------------------------------------- */
.post ul, .content ul, .commentlist ul {
	padding:8px 0 8px 20px;
	line-height: 1.3;
}
.post ul li, .content ul li, .commentlist ul li {
	padding:0 0 12px;
	list-style: square;
	font-size:1.05em;
}
.post ol, ol, .commentlist ol {
	padding:8px 0 8px 20px !important;
	line-height: 1.3;
}
.post ol li, ol li, .commentlist ol li {
	padding:0 0 12px;
	list-style: decimal;
	font-size:1.05em;
}
.post ol ol li, ol ol li, .commentlist ol ol li {
	list-style: upper-alpha;
	font-size:1.05em;
}
.post ol ol ol li, ol ol ol li, .commentlist ol ol ol li {
	list-style: lower-roman;
	font-size:1.05em;
}
ol li {
	font-size:1.1em;
}
dl {
	margin:0;
	padding: 0;
}
dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px;
}
dd {
	margin: 0;
	padding: 0 0 10px 15px;
}
/****************************** TOP PANEL - sliding contact panel ******************************/
.slide {
	margin: 0;
	padding: 0;
	border-bottom-color:#00b5c0;
	border-bottom-width:10px;
	border-bottom-style:solid;
}
.btn-slide {
	background:#00b5c0;
	font-size:12px;
	padding:5px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	position:absolute;
	z-index:10000;
}
.btn-slide img {
	padding-top:10px;
}
.widget-area form {
	margin-bottom:40px;
}
.widget-area form select {
	width: 100%;
	margin-bottom:20px;
	float: left;
	overflow: hidden;
}
/*Contact*/
#toppanel {
	background:#fff;
	display: none;
	padding:20px 0;
}
#toppanel h3.widget-title {
	margin-top:0;
}
#toppanel h3 {
	font-size:18px;
}
#toppanel p {
	margin-top: 30px;
}
/* Header
--------------------------------------------- */
#site-title {
	padding: 30px 0 0 0;
}
#site-title h1 {
	margin: 0 10px 0 0;
	font-size: 2.4em;
	line-height:1.2;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	float: left;
}
#site-title h1 a:hover {
	text-decoration:none;
}
#site-title h2 {
	font:1em 'Lato', sans-serif;
	color: #cdcdcd;
	margin:7px 0 0 0;
	text-transform:none;
}
.site-logo {
	padding:20px 0 0 0;
}
header#toppart img.headerimage {
	width: 100%;
	height: auto;
	margin-top: 20px;
	border-bottom:10px double #fff;
}
header#toppart img.attachment-headerimage.wp-post-image {
	width: 100%;
	height: auto;
}
hgroup#site-title img {
	max-width: 100%;
}
/* Navigations
--------------------------------------------- */
/* --- Main Nav --- */
#toppart #mainnav {
	margin: 30px 0 0;
	max-width: 70%;
	float:right;
}
#toppart #mainnav ul li {
	float: left;
	list-style: none;
	position: relative;
}
#toppart #mainnav ul li a {
	margin:0;
	padding:9px 14px;
	display: block;
	font-size: 1em;
	font-weight:600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
#toppart #mainnav ul li:first-child {
	margin: 0px;
}
#toppart #mainnav ul li a:hover {
	background:#16212b;
	color: #fff;
	text-decoration: none;
}
#toppart #mainnav ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2.3em;
	left: 0;
	z-index: 99999;
}
#toppart #mainnav ul ul ul {
	left: 100%;
	top:0;
}
#toppart #mainnav ul ul a {
	margin:0;
	background: #16212b;
	padding: 9px 14px;
	width: 11em;
	height: auto;
	text-transform: none;
}
#toppart #mainnav ul li:hover > ul {
	display: block;
}
/****************************** HOME - Content Part ******************************/
.content {
	margin-top:20px;
	background:#fff;
	padding:20px 0px;
}
/* Posts
--------------------------------------------- */
.content .post {
	margin: 0 0 30px;
	padding: 15px 10px;
	overflow: hidden;
	clear: both;
	background:#efefef;
}
.entry-header h2.entry-title {
	margin: 0 0 15px;
	font: bold;
	text-transform:uppercase;
}
h2.entry-title a {
	font-size:1.3em;
}
.entry-details p span.entry-date {
	font-style: normal;
}
.content .entry-details p a {
	font-style: normal;
	color:#00b5c0;
}
.entry-details p {
	display:inline-block;
	border-top:5px solid #cdcdcd;
	padding:5px 0 0 0;
	font-size:1em;
	font-weight:600;
}
.entry-content {
	margin: 0;
}
.post img.wp-post-image {
	background:#cdcdcd;
	height: auto;
	margin: 5px 0 8px;
	padding: 5px;
}
footer.entry-meta p, footer.single-entry-meta p {
	margin-top:30px;
	border-top:5px solid #cdcdcd;
	padding:5px 0 0 0;
}
.entry-meta a {
	padding: 15px 0 0;
	font-style: normal;
}
a.more-link {
	background:#fff;
	display: inline-block;
	padding: 5px 7px;
	text-decoration: none;
	font-weight:600;
	font-family: 'Lato', sans-serif;
	text-transform: lowercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
a.more-link:hover {
	margin-left:3px;
}
.nav-previous, .nav-next, .previous-image, .next-image {
	font-size:1.2em;
}
/* --- Sticky Post --- */
.content .sticky {
	border-bottom-color:#00b5c0;
	border-bottom-width:4px;
	border-bottom-style:solid;
}
/* --- Post Typography --- */
.content strong {
	font-weight: bold;
}
.content p em {
	font-style: italic;
}
.content em {
	font-style: italic;
}
.content p small {
	font-size: .8em;
}
.content .page blockquote p {
	padding: 0 20px 0;
}
.content address, dt, dd {
	font-size:1.1em;
}
blockquote p {
	margin: 0 20px 10px 20px;
	overflow: hidden;
	font-size:1.2em;
	font-style:italic;
	color: #6d6f6f;
	border-left:5px solid #cdcdcd;
	padding:0 10px;
}
blockquote cite {
	margin: 10px 0 0 0;
	padding: 0 25px 15px 0;
	float: right;
	font: normal .8em 'Lato', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.content pre {
	background-color: #f0f0f0;
	font-family: monospace;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 10px;
}
.content p.nocomments {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* --- Post Images and Video --- */
.content img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.content img.aligncenter {
	margin: 20px auto;
}
.content img.alignleft, .content .wp-caption.alignleft {
	margin: 10px 20px 0 0;
}
.content img.alignright, .content .wp-caption.alignright {
	margin: 10px 0 0 20px;
}
.content img.alignnone {
	margin: 20px 0;
}
.content .wp-caption.alignnone {
	margin: 0 0 20px 0;
}
.content .wp-caption.aligncenter {
	margin-bottom: 10px;
}
.content .post .wp-caption {
	max-width: 100%;
	text-align: center;
}
.content .single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
}
.content .post p.wp-caption-text {
	font: normal .8em/1.4 'Lato', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #999;
}
.content object, .content embed, .content iframe {
	max-width: 100%;
	margin: 3px 0 10px;
	display: block;
}
.divider {
	clear:both;
	display:block;
	margin-bottom:20px;
	width:100%;
}
.content span.highlight {
	padding: 2px;
	background-color: #FFFBCC;
}
/* --- Post Tables --- */
.content table {
	margin:10px 0px 30px 0px;
}
.content table thead {
	border-top:1px solid #cdcdcd;
}
.content table tr {
	border-bottom:1px solid #cdcdcd;
}
.content table tr th {
	padding: 10px 20px 10px 20px;
	border-top:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
.content table tr td {
	padding: 10px 13px 10px 13px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
/* Single Posts
--------------------------------------------- */
.content .post .single-entry-header {
	margin: 0;
}
.content .single-entry-header h1.entry-title {
	margin: 0 0 5px;
	font: bold 1.3em/1.4 'Lato', arial, sans-serif;
}
.content .single-entry-header p {
	padding: 0 0 5px;
	font-size: 1em;
}
.content .single-entry-header p span.entry-date, .content .single-entry-header p span.entry-author {
	font: normal 1.2em/1.4 'Lato', arial, sans-serif;
}
.content .single-entry-details {
	padding: 0 18px 0 0;
}
.content .single-entry-content {
	margin: 15px 0 0;
	padding: 0;
}
.content .post .author-info {
	margin: 40px 0 0;
	padding: 15px 20px 15px;
	background: #f1f1f1;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.content .post .author-info h3 {
	margin: 0 0 4px;
	font: bold 1.1em/1.5 'Lato', arial, sans-serif;
}
.content .post .author-info .avatar {
	max-width: 100%;
	width: 70px;
	margin: 0 15px 0 0;
	float: left;
}
.content .post .author-description {
	overflow: hidden;
}
.content .post .author-description p {
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5;
}
.content .post .author-description a:hover {
	text-decoration: underline;
}
/* --- Post Nav Below --- */
.content #image-nav {
	margin: 30px 0 3px 0;
	overflow: hidden;
}
.comment-nav-below {
	margin:40px 0;
	overflow: hidden;
}
.content #nav-below .nav-previous a, .content #image-nav span.previous-image a, #comment-nav-below .nav-previous a {
	width: 40%;
	display: block;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
.content #nav-below .nav-next a, .content #image-nav span.next-image a, #comment-nav-below .nav-next a {
	display: block;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
.content #nav-below .nav-previous a:hover, .content #nav-below .nav-next a:hover, .content #image-nav span.previous-image a:hover, .content #image-nav span.next-image a:hover {
	text-decoration: none;
}
/* --- Comments --- */
#comments {
	font-size: 1.1em;
	padding: 0 0 30px 0;
}
#comments h3#comments-title {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#comments p.write-comment-link {
	padding:0 0 20px;
	font-weight:bold;
}
#comments .comment-body p {
	padding:0 0 10px;
}
#comments .comment-body a {
	font-size:1.1em;
}
#comments p.moderation {
	font-family:'Lato', arial, sans-serif;
	font-style:italic;
}
.content #comments ol {
	padding:0;
}
.content #comments ol li ul.children {
	padding:0;
}
.content #comments ol li.depth-1 {
	padding:0;
	border-bottom:1px solid #dcdcdc;
	overflow:hidden;
}
.content #comments ol li.depth-2, .content #comments ol li.depth-3, .content #comments ol li.depth-4, .content #comments ol li.depth-5 {
	margin:0 0 0 35px;
	padding:0;
	border-top:1px solid #dcdcdc;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0 0 12px;
	font-size: .9em;
}
.comment-meta cite.fn {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-body {
	padding:20px 0px;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:left;
}
a.comment-reply-link {
	font-size:.9em;
}
#comments ol li.post.pingback {
	margin:0;
	padding: 20px 0 0;
	list-style:none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin:20px 15px 0 0;
	float:left;
}
#comments .bypostauthor {
}
/* --- Comment Reply --- */
.content #comments #respond {
	margin:30px 0 0;
	padding:20px;
	background-color: #f1f1f1;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: 1em;
	font-weight: normal;
}
.content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding:0 0 15px 0;
	font-size: 1em;
}
form#commentform span.required {
	color: #f01965;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:15px 0 0;
}
input#submit, input.wpcf7-submit {
	margin: 10px 0 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color:#28384b;
	border: none;
	font-size: .75em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
input#submit:hover, input.wpcf7-submit:hover {
	background-color: #00b5c0;
	color: #fff;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #dcdcdc;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #dcdcdc;
	font: 1em 'Lato', arial, sans-serif;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}
/* Post Formats
--------------------------------------------- */
.content .entry-link, .content .entry-gallery, .content .entry-video {
	width: 100%;
	margin: 0;
	float: left;
}
/* --- Link Post Format --- */
.content .entry-link a {
	font-size: 1.1em;
	color: #00b5c0;
	font-weight: bold;
}
.content .entry-link .entry-meta a {
	font-size: 1em;
	font-weight: normal;
}
.page-link {
	font-size:1.1em;
}
a.post-edit-link {
	font-size:1.1em;
}
/* --- Image Post Format --- */
.content .entry-header h2.entry-title-image {
	margin-top: 0;
	font-size: 1.1em;
}
/* --- Video, Image and Gallery Post Format --- */
.content .entry-post-format .entry-header h2.entry-title {
	margin: 0 0 5px;
}
.content .entry-post-format .entry-header p {
	font: italic 1em/1.5 'Lato', arial, sans-serif;
}
.content .entry-post-format .entry-header p a {
	font-family: 'Lato', arial, sans-serif;
	font-style: normal;
}
.content .entry-post-format .entry-content-gallery {
	width: 54%;
	float: left;
}
.content .entry-post-format .gallery-thumb {
	width: 42.258%;
	float: left;
	margin: 5px 15px 0 0;
}
.content .post img.attachment-medium {
	max-width: 100%;
	height: auto;
	padding: 0;
}
/* WordPress Image Gallery
--------------------------------------------- */
.content .gallery {
	margin: auto;
	padding:0;
	clear: both;
}
.content .gallery-item {
	width:19%;
	float: left;
	margin-top: 10px;
	margin-right: 3px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
.content .gallery-icon {
	width: 100%;
}
.content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.25;
	color: #999;
	display: block;
}
/* Pages 
--------------------------------------------- */
.content .page {
	margin: 0 0 40px;
	padding: 0 0 30px;
	overflow: hidden;
	clear: both;
	font-size: .95em;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}
.content .page-entry-header {
	margin: 0;
}
.content .page-entry-header h1.entry-title {
	margin: 0;
	font: bold 1.5em/1.5 'Lato', arial, sans-serif;
	color: #00b5c0;
}
.content .page p {
	padding: 0 0 20px 0;
}
/* --- Fullwidth Page --- */
.content.full-width {
	width:100% !important;
}
.content.full-width .page {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: none;
}
/* --- Archive, 404, Search Results --- */
.content .page-header h1.page-title {
	padding: 0 0 15px 0;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/* --- Contact Page --- */
.content .wpcf7 {
	overflow: hidden;
	margin: 0;
	padding:20px;
	background: #F0F0F0;
}
.content .wpcf7 h3#form-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
.content .wpcf7 p.form-info {
	padding:0 0 15px 0;
	font-size: .8em;
}
.content .wpcf7 p span.required {
	color: #E75428;
}
.content .wpcf7 input.wpcf7-text {
	width: 60%;
	margin: 5px 0 15px;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
.content .wpcf7 textarea {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	font: 1em 'Lato', arial, sans-serif;
	background-color:#fff;
	border: 1px solid #ddd;
}
.content .wpcf7-form p {
	padding:0;
}
/* Sidebars
--------------------------------------------- */
aside.widget {
	margin: 0 0 20px 0;
	padding:  0 0 20px 0;
	font-size: 1em;
	border-bottom: 3px solid #cdcdcd;
}
#toppanel aside.widget {
	border-bottom:none;
	margin:0;
	padding:0;
}
aside.widget ul li {
	padding: 0 0 7px 0;
	line-height: 1.4em;
}
aside.widget ul li a {
	font-size:1.1em;
}
aside.widget ul li:last-child {
	padding: 0;
}
.widget h3.widget-title, .widget_get_recent_comments h1.widget-title {
	padding: 0 0 15px 0;
	color: #28384b;
	font-weight: bold;
	text-transform: uppercase;
}
.footer .widget h3.widget-title {
	color: #fff;
	margin:0;
}
.footer {
	color:#fff;
	font-size:1.1em;
}
.footer ul {
	padding: 0 0 0 15px;
}
.footer ul li {
	color:#fff;
	list-style: square;
}
.textwidget {
	line-height: 1.6;
}
aside.widget blockquote {
	margin: 0 20px 10px 20px;
	overflow: hidden;
	font-size:1.2em;
	font-style:italic;
	color: #6d6f6f;
	border-left:5px solid #cdcdcd;
	padding:0 0 0 10px;
}
aside.widget blockquote p {
	font-size:1.2em;
}
aside.widget blockquote cite {
	margin: 10px 0 0 0;
	padding: 0 25px 15px 0;
	float: right;
	font: normal .8em 'Lato', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/* --- Standard Widgets --- */
.widget_categories ul li ul.children, .widget_nav_menu ul li ul.sub-menu, .widget_pages ul li ul.children {
	margin: 5px 0 0 0;
}
.widget_categories ul li ul.children li, .widget_nav_menu ul li ul.sub-menu li, .widget_pages ul li ul.children li {
	margin: 0 0 0 20px;
}
.widget_recent_entries ul, .widget_recent_comments ul {
	padding: 0 0 0 15px;
}
.widget_recent_entries ul li, .widget_recent_comments ul li {
	list-style: square;
}
.widget_calendar #wp-calendar caption {
	font-family:'Lato', sans-serif;
	font-size:1.2em;
	font-weight: 600;
	text-align: left;
	padding: 0 0 5px 0;
}
.widget_calendar table#wp-calendar th, .widget_calendar table#wp-calendar td {
	padding: 0 10px 8px 10px;
}
.widget_calendar table#wp-calendar tbody tr td#today {
	font-weight: bold;
}
/* --- Search Widget --- */
.widget_search {
	overflow: hidden;
}
.searchform {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#secondary .searchform .search-input {
	width: 90%;
	margin: 0 0 5px 0;
}
#tertiary .searchform .search-input {
	width: 62%;
	margin: 0 2px 5px 0;
}
.searchform .search-input {
	width: 40%;
	margin: 0 2px 5px 0;
	padding: 6px 5px;
	background-color: #efefef;
	border: 1px solid #dcdcdc;
}
.searchform .search-input:hover, #searchform .search-input:focus, #searchform .search-input:active {
	background-color:#fff;
}
.footer .searchform .search-input {
	background-color:#28384b;
	border: 1px solid #000;
	width: 40%;
	margin: 0 2px 5px 0;
	padding: 6px 5px;
}
.footer .searchform .search-input:hover, .footer #searchform .search-input:focus, .footer #searchform .search-input:active {
	background-color:#28384b;
}
.searchsubmit {
	margin: 0;
	padding: 6px 5px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #28384b;
	border: none;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.searchsubmit:hover {
	color: #fff;
	background-color: #00b5c0;
}
/* --- Recent Comments Widget --- */
.widget_get_recent_comments li.sidebar-comment {
	margin:10px 0;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment:first-child {
	margin:3px 0 10px;
}
.widget_get_recent_comments li.sidebar-comment .comment-content {
	padding:0 0 0 6px;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment p {
	line-height: 1.4;
}
.widget_get_recent_comments .kjgrcGravatar {
	margin:0;
	float:left;
	display:block;
}
.widget_get_recent_comments span.sidebar-comment-autor a {
	padding: 0 0 3px;
}
/* Footer
--------------------------------------------- */
.footer {
	background:#16212b;
	padding:20px 0;
	border-bottom-color:#00b5c0;
	border-bottom-width:10px;
	border-bottom-style:solid;
}
.footer p {
	color:white;
}
.footer h3 {
	color:#00b5c0;
}
p.copyright {
	margin:40px 0 0 0;
	font-size:11px;
	color:#fff;
}
p.copyright a {
	color:#00b5c0;
}
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img.aligncenter {
	margin: 20px auto;
}
.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* #Page Styles
================================================== */

.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

/* #Media Queries
================================================== */



	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
 .one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
	width: 100%;
}
.entry-details p {
   float:right;
}
#toppart #mainnav {
   margin: 40px 0 0;
   max-width: 100%;
   float:none;
}
#toppart #mainnav ul li {
   float: none;
   list-style: none;
   position: relative;
   display:block;
   background: #16212b;
   padding: 9px 14px;
}
#toppart #mainnav ul li a {
   margin:0;
   padding:9px 14px;
   display: block;
}
#toppart #mainnav ul ul {
   display: block;
   float: none;
   position: relative;
   margin-left:20px;
   top:0;
   left: 0;
   z-index:none;
}
#toppart #mainnav ul ul ul {
   display: block;
   float: none;
   position: relative;
   margin-left:40px;
   top:0;
   left: 0;
   z-index:none;
}
#toppart #mainnav ul ul li {
   border-bottom:1px solid #000;
}
#toppart #mainnav ul ul ul li {
   border-bottom:none;
}
#toppart #mainnav ul ul li a {
   background:none;
   display:inline-block;
   width:100%;
   list-style:square;
}
#toppart #mainnav ul li a:hover {
   background:none;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
}
 @media only screen and (max-width: 767px) {
}
