/*======================================
Theme Name: Dynamic News
Theme URI: https://wordpress.com/themes/dynamicnews/
Description: A responsive, multipurpose blogging and magazine theme with bold colors and fonts. It comes with a featured content slider, custom widgets, and a magazine page template.
Version: 1.1.3
Author: ThemeZee
Author URI: http://themezee.com
Tags: abstract, black, blog, blue, brown, business, classic-menu, clean, collaboration, conservative, contemporary, custom-background, custom-colors, custom-header, custom-menu, editor-style, education, elegant, fashion, featured-image-header, featured-images, flexible-header, fluid-layout, food, formal, full-width-template, gaming, gray, green, holiday, infinite-scroll, journal, left-sidebar, light, magazine, minimal, modern, nature, news, one-column, orange, post-slider, professional, purple, red, responsive-layout, right-sidebar, rtl-language-support, simple, sports, sticky-post, theme-options, threaded-comments, three-columns, traditional, translation-ready, travel, two-columns, vibrant, white
Text Domain: dynamicnews
Domain Path: /languages/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Status: inactive
======================================*/


/* Normalize
-------------------------------------------------------------- */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	padding: 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;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 0;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 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"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

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

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

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/* Typography
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	border: 0;
	color: #222;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1.2em 0 0.6em;
	line-height: 1.0;
}

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
    font-size: 1.125em;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}

h6 {
    font-size: 1.0em;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.5em;
	padding: 1.5em;
	max-width: 100%;
	border: none;
	color: #222;
	background: #eeeeee;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.4;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: #222;
	background: #eeeeee;
	border-radius: 3px;
	padding: 2px 4px;
}

pre code {
	padding: 0;
}

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

mark,
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}

big {
	font-size: 1.3em;
}

/* 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: #e5e5e5; /* Fallback for when there is no custom background color defined. */
}

blockquote {
	margin: 0 0 1.5rem;
	padding: 1.25rem 1.5rem;
	color: #222;
	background:#f5f5f5;
	border-left: 10px solid #ccc;
}

blockquote cite,
blockquote small {
	display: block;
	margin: 0;
	color: #777;
	font-size: 16px;
	font-style: normal;
}

blockquote > :first-child {
	margin-top: 0;
}

blockquote > :last-child {
	margin-bottom: 0;
}

hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ddd;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid #ddd;
}

tr th,
thead th {
	background: #e5e5e5;
	font-weight: bold;
}

a {
	color: #e84747;
}

a:link,
a:visited {
	color: #e84747;
	text-decoration: none;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
-------------------------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 0;
	padding: 0.6em 1em;
	border: none;
	background: #e84747;
	color: #fff;
	text-decoration: none;
	font-size: 1.0em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
	background: #303030;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid #ddd;
	color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ccc;
	color: #111;
}

textarea {
	width: 100%;
}

/* Accessibility
-------------------------------------------------------------- */

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar. */
	display: block;
	clip: auto !important;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
}

/* Clearings
-------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/* Basic Structure
-------------------------------------------------------------- */
#wrapper {
	max-width: 1340px;
	width: 92%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

#header-wrap {
	background: #fff;
}

#header {
	padding: 3em;
}

#wrap {
	clear: both;
	padding: 1.5em 1.5em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	float: left;
	width: 72%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar {
	float: right;
	width: 28%;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
	max-width: 100%;
}

#logo .logo-image {
	border: 0;
	max-width: 100%;
	height: auto;
}

#logo .site-title {
	margin: 0;
	font-size: 2.5em;
	font-weight: bold;
	color: #e84747;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
}

#logo a:link,
#logo a:visited,
#logo a:hover {
	text-decoration: none;
}

#logo a:hover .site-title {
	color: #333;
	text-decoration: none;
}

#logo .site-description {
	margin: 0.4em 0 0;
	font-size: 1.0em;
	font-weight: normal;
	color: #333;
}

/* Header Content */
#header-content {
	display: inline;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header-content div {
	float: right;
	margin-left: 1.5em;
}

#header-content p {
	margin: 0;
}

#header-content #header-text {
	margin-top: 0.3em;
	line-height: 1.4em;
	font-size: 1.3em;
	color: #777;
}

#header-content #header-search #s {
	float: right;
}

/* Custom Header Image */
#custom-header {
	margin-top: 1px;
}

#custom-header img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* Navigation Menu
-------------------------------------------------------------- */
#mainnav-icon {
	display: none;
}

#navi-wrap {
	background: #333;
}

#mainnav-menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#mainnav-menu li {
	float: left;
	position: relative;
	margin-right: 1px;
}

#mainnav-menu a {
	display: block;
	padding: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 1.0;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#mainnav-menu a:link, #mainnav-menu a:visited{
	color: #fff;
	text-decoration: none;
}

#mainnav-menu a:hover {
	background: #e84747;
}

#mainnav-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	box-shadow: 0 0 2px #444;
}

#mainnav-menu ul li {
	margin: 0;
}

#mainnav-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 1em;
	float: left;
	font-weight: normal;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainnav-menu ul a:link,
#mainnav-menu ul a:visited{
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
}

#mainnav-menu ul a:hover {
	color: #fff;
	background: #e84747;
}

#mainnav-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
}

#mainnav-menu li:hover ul ul,
#mainnav-menu li:hover ul ul ul,
#mainnav-menu li:hover ul ul ul ul {
	display:none;
}

#mainnav-menu li:hover ul,
#mainnav-menu li li:hover ul,
#mainnav-menu li li li:hover ul,
#mainnav-menu li li li li:hover ul {
	display:block;
}

#mainnav-menu li.current_page_item a,
#mainnav-menu li.current-menu-item a {
	text-decoration: underline;
}

#mainnav-menu li.current_page_item ul li a,
#mainnav-menu li.current-menu-item ul li a {
	text-decoration: none;
}

#mainnav-menu ul li.current_page_item a,
#mainnav-menu ul li.current-menu-item a {
	text-decoration: underline;
}

#mainnav-menu ul li.current_page_item ul li a,
#mainnav-menu ul li.current-menu-item ul li a {
	text-decoration: none;
}

/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	padding: 1.5em;
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widgettitle {
	font-size: 0.9em;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-weight: normal;
	padding: 0.8em;
	margin: -0.5em -0.5em 1.5em -0.5em;
	background: #333;
	color: #fff;
	text-transform: uppercase;
}

.widget .textwidget {
	line-height: 1.5em;
}

.widget .textwidget p {
	margin-bottom: 1em;
}

.widget ul, .widget ol {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.widget ul {
	list-style: circle inside;
	color: #555;
}

.widget ul .children,
.widget ol .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}

.widget a:link,
.widget a:visited  {
	text-decoration: none;
	color: #e84747;
}

.widget a:hover,
.widget a:active {
	text-decoration: underline;
}

.widget img {
	max-width: 100%;
	height: auto;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Theme Search Widget */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.5em 45px 0.5em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.7em 0.7em 0 0;
	cursor: pointer;
}

.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400';
}

.search-form .search-submit:hover .genericon-search {
	color: #333;
}

/* Theme Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
}

#wp-calendar caption {
	padding: 0.4em 0;
	margin: 0 -0.4em 0.8em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
	padding-bottom: 0.6em;
}

#wp-calendar tbody td {
	color: #888;
}

#wp-calendar tbody td a {
	font-weight: bold;
}

#wp-calendar tbody #today {
	font-weight: bold;
	color: #333;
}

#wp-calendar tfoot tr td {
	padding-top: 0.8em;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	padding-right: 0.4em;
	text-align: right;
}

/* Theme Popular Posts Widget */
.widget-popular-posts ul{
	padding: 0;
}

.widget-popular-posts ul li {
	list-style: none;
	margin: 0 0 0.5em 0;
	overflow: auto;
}

.widget-popular-posts .wp-post-image {
	float: left;
	margin: 0.3em 0.8em 0.5em 0;
	max-width: 75px;
	height: auto;
}

.widget-popular-posts .widget-postmeta {
	color: #777;
	margin: 0.3em 0;
	font-size: 0.9em;
}

.widget-popular-posts .widget-postmeta .widget-date {
	border-right: 1px solid #aaa;
	padding-right: 0.6em;
}

.widget-popular-posts .widget-postmeta .widget-comment {
	margin-left: 0.4em;
}

/* Theme Tabbed Widget */
.widget-tabnavi {
	margin: 0 -0.5em;
	padding: 0;
	overflow: auto;
	list-style: none;
}

.widget-tabnav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	position: relative;
}

.widget-tabnavi ul {
	text-indent: 0;
	list-style: none;
}

.widget-tabnav li {
	float:left;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.widget-tabnav li a {
	display: block;
	margin: 0 1px 1px 0;
	padding: 0.5em 1em;
	font-size: 0.9em;
	text-decoration: none;
	background-color: #e84747;
}

.widget-tabnav li a:link,
.widget-tabnav li a:visited  {
	color: #fff;
}

.widget-tabnavi li a:hover,
.widget-tabnavi li a:active {
	background-color: #303030;
	text-decoration: none;
}

.widget-tabnavi li a.current-tab {
	text-decoration: underline;
}

.widget-tabbed .tabdiv {
	padding: 0;
	margin: 1em 0 0 0;
}

.widget-tabbed .tabdiv li.widget-thumb {
	list-style: none;
	margin: 0 0 0.5em 0;
	overflow: auto;
}
.widget-tabbed .tabdiv  li.widget-thumb .wp-post-image {
	float: left;
	margin: 0.3em 0.8em 0.5em 0;
	max-width: 75px;
	height: auto;
}

.widget-tabbed .tabdiv li.widget-avatar {
	list-style: none;
	margin: 0 0 0.3em 0;
	overflow: auto;
}

.widget-tabbed .tabdiv li.widget-avatar img {
	float: left;
	margin: 0.3em 0.8em 0.3em 0;
}

.widget-tabbed .tabdiv ul li .widget-postmeta {
	margin: 0.1em 0;
	padding: 0;
	font-size: 0.8em;
	color: #777;
}

/* WordPress.com Flickr Widget */
#flickr_badge_wrapper {
    border: none !important;
}

#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:visited,
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:active {
    color: #e84747 !important;
}

/* WordPress.com Recent Comments Widget */
.recentcommentsavatar tr td {
	padding-bottom: 0.6em;
}

.widget_recent_comments .recentcommentstexttop, .widget_recent_comments .recentcommentstextend {
    vertical-align: middle;
}

/* WordPress.com Contact Info Widget */
.widget_contact_info #contact-map {
	margin-bottom: 1em;
}

.widget_contact_info div {
	line-height: 1.5em;
}

/* WordPress.com Contact Form */
.contact-form .grunion-field-label {
    display: flex;
	justify-content: space-between;
	font-size: 16px;
}

.contact-form .grunion-field-label span {
	font-size: 14px;
}

.contact-form .grunion-field-wrap input[type="text"],
.contact-form .grunion-field-wrap input[type="email"],
.contact-form .grunion-field-wrap input[type="tel"],
.contact-form .grunion-field-wrap input[type="url"] {
	width: 100%;
	margin-bottom: 1.5em;
}

/* Posts and Pages
-------------------------------------------------------------- */
.type-post,
.type-page,
.type-attachment {
	margin: 0 0 1.5em 0;
	padding: 1.5rem;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
}

.page-title,
.post-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #333;
	line-height: 1.4;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0.3em;
	border-bottom: 5px solid #333;
}

.page-title {
    font-size: 2.0em;
}

.post-title {
    font-size: 1.5em;
}

.post-title a:link,
.post-title a:visited {
	color: #333;
	text-decoration: none;
}

.post-title a:hover,
.post-title a:active {
	color: #e84747;
}

.sticky {
	border-left: 10px solid #ccc;
}

.entry {
	margin: 1.5em 0 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry > *:first-child {
	margin-top: 0;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}

/* Postmeta */
.postmeta {
	display: block;
	color: #333;
	margin: 0;
	padding: 0.6em 1em;
	background: #eee;
}

.postmeta span,
.postmeta .post-edit-link {
	font-size: 0.9em;
	line-height: 1.5em;
}

.postmeta a:link,
.postmeta a:visited {
	color: #555;
	text-decoration: underline;
}

.postmeta a:hover,
.postmeta a:active {
	text-decoration: none;
}

.postmeta .sep,
.postmeta .post-edit-link {
	padding-left: 0.8em;
	margin-left: 0.7em;
	border-left: 1px solid #aaa;
}

.postinfo {
	clear: both;
	line-height: 1.5em;
}

.postinfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.postinfo .meta-category {
	display: block;
	color: #333;
	margin: 0;
	font-size: 0.9em;
}

.postinfo .meta-category a {
	display: inline-block;
	float: left;
	color: #fff;
	background: #333;
	padding: 0.4em 1em;
	margin: 0 1px 1px 0;
	text-decoration: none;
}

.postinfo .meta-category a:hover,
.postinfo .meta-category a:active {
	background: #e84747;
	text-decoration: none;
}

.postinfo .meta-tags {
	display: block;
	margin: 0.5em 0;
}

/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.6em 1em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #e84747;
}

.more-link:link, .more-link:visited  {
	color: #fff;
}

.more-link:hover, .more-link:active {
	background-color: #303030;
	text-decoration: none;
}

.excerpt-more-link  {
	margin-bottom: 1.2em;
}

/* Archives and Search Heading */
.archive-title {
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	background: #fff;
	padding: 1.5em;
	margin: 0 0 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	text-transform: uppercase;
}

.archive-title span {
	color: #e84747;
}

/* Default Pagination */
.post-pagination {
	margin-bottom: 1.5em;
	padding: 0.8em 1em;
	font-weight: bold;
	color: #333;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	text-transform: uppercase;
}

.post-pagination a {
	text-decoration: none;
}

.post-pagination .post-pagination-alignleft {
	float: left;
}

.post-pagination .post-pagination-alignright {
	float: right;
}

/* Infinite Scroll Pagination */
.infinite-scroll .post-pagination {
	display: none;
}

.infinite-loader {
	position: relative;
	left: 50%;
	margin-bottom: 1.5em;
}

.infinite-scroll #infinite-handle {
	margin-bottom: 1.5em;
}

.infinite-scroll #infinite-handle span {
	display: block;
	padding: 0.8em 1em;
	font-size: 1.0em;
	font-weight: bold;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	color: #e84747;
	text-transform: uppercase;
	text-align: center;
}

.infinite-scroll #infinite-handle span:hover {
	color: #333;
}

/* Blocks
-------------------------------------------------------------- */

/* Align Wide & Full */
.entry > .alignwide,
.entry > .alignfull {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	max-width: 1320px;
	width: auto;
}

/* Columns Block */
.entry > .wp-block-columns.alignwide,
.entry > .wp-block-columns.alignfull,
.entry > .wp-block-audio.alignwide,
.entry > .wp-block-audio.alignfull,
.entry > .wp-block-file.alignwide,
.entry > .wp-block-file.alignfull {
	max-width: initial;
	margin-left: 0;
	margin-right: 0;
}

/* Paragraph Block */
p.has-background {
    padding: 1em 1.5em;
}

p.has-background a:link,
p.has-background a:visited {
    color: inherit;
}

p.has-background a:hover,
p.has-background a:active {
    text-decoration: none;
}

.has-drop-cap:not(:focus):first-letter {
    font-size: 4em;
    line-height: .7;
    font-weight: bold;
}

/* Separator Block */
.wp-block-separator {
	height: 1px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	height: 5px;
	max-width: 100px;
	background: #333;
}

/* Quote Block */
.wp-block-quote.is-style-large {
	border: none;
	margin: 0 0 1.5rem;
	padding: 1.25rem 1.5rem;
	font-size: 32px;
	font-size: 2rem;
}

.wp-block-quote.is-style-large p {
	margin-bottom: 0.5em;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-quote.is-style-large cite {
	text-align: inherit;
	font-size: 16px;
}

/* Pullquote Block */
.wp-block-pullquote {
	margin-bottom: 1.5em;
	padding: 1.5em 0;
    border-bottom: 5px solid #ddd;
    border-top: 5px solid #ddd;
}

.wp-block-pullquote blockquote {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-size: 2rem;
}

.wp-block-pullquote blockquote p {
	font-size: 32px;
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.wp-block-pullquote blockquote cite {
	color: inherit;
	font-style: normal;
}

.wp-block-pullquote.is-style-solid-color {
	padding: 2em;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	margin-top: 1rem;
	margin-bottom: 0;
}

/* Media Text Block */
.wp-block-media-text {
	margin-bottom: 1.5em;
}

/* Image */
.wp-block-image .alignleft {
    margin-right: 1.5em;
}

.wp-block-image .alignright {
    margin-left: 1.5em;
}

/* Embed Block */
.wp-block-embed {
	overflow: auto;
}

/* Gallery Block */
.wp-block-gallery.aligncenter {
    display: flex;
}

/* Captions */
.wp-block-embed figcaption,
.wp-block-image figcaption {
	margin-top: 0.3em;
	margin-bottom: 1em;
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-size: 0.9375rem;
    text-align: center;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 15px;
	font-size: 0.9375rem;
}

.wp-block-gallery .blocks-gallery-item figcaption a:hover,
.wp-block-gallery .blocks-gallery-item figcaption a:active {
	color: #fff;
}

/* Cover Block */
.wp-block-cover a:not(.has-text-color):link,
.wp-block-cover a:not(.has-text-color):visited,
.wp-block-cover a:not(.has-text-color):hover,
.wp-block-cover a:not(.has-text-color):active {
	color: inherit;
	text-decoration: underline;
}

.wp-block-cover a:not(.has-text-color):hover,
.wp-block-cover a:not(.has-text-color):active {
	text-decoration: none;
}

.wp-block-cover .wp-block-pullquote,
.wp-block-cover .wp-block-pullquote blockquote:not(.has-text-color),
.wp-block-cover .wp-block-pullquote blockquote cite {
	color: inherit;
}

.wp-block-cover .wp-block-pullquote {
	border-color: inherit;
}

/* Group Block */
.wp-block-group.has-background {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.wp-block-group.has-background a:link,
.wp-block-group.has-background a:visited {
    color: inherit;
}

.wp-block-group.has-background a:hover,
.wp-block-group.has-background a:active {
    text-decoration: none;
}

.wp-block-group.alignwide,
.wp-block-group.alignfull {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

/* WordPress.com Blog Posts Block */
.wpnbha .article-section-title {
	margin-bottom: 1.5rem;
	font-size: 16px;
	font-size: 1rem;
}

.wpnbha article {
	margin-bottom: 2.5rem;
}

.wpnbha article .entry-title {
	font-size: 1.25em;
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #333;
	line-height: 1.4;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0.3em;
	border-bottom: 5px solid #333;
}

.wpnbha article .entry-title a:hover,
.wpnbha article .entry-title a:active {
	color: #e84747;
}

.wpnbha article .more-link {
	margin-top: 0.5em;
	padding: 0.5em 0.8em;
	font-size: 16px;
	font-size: 1rem;
}

.wpnbha article .entry-meta {
	color: #555;
	margin-top: 1.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0.3em 0.6em;
	background: #eee;
}

.wpnbha article .cat-links {
	margin: 0 0 0.5rem;
	padding: 0;
	color: #555;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}

.wpnbha article .entry-meta a:link,
.wpnbha article .entry-meta a:visited,
.wpnbha article .cat-links a:link,
.wpnbha article .cat-links a:visited {
	color: #555;
	text-decoration: underline;
}

.wpnbha article .entry-meta a:hover,
.wpnbha article .entry-meta a:active,
.wpnbha article .cat-links a:hover,
.wpnbha article .cat-links a:active {
	text-decoration: none;
}

/* Latest Posts Block */
.wp-block-latest-posts__post-date {
	color: inherit;
	font-style: italic;
}

/* Button Block */
.wp-block-button {
	margin-bottom: 1.5em;
}

.wp-block-button.aligncenter {
    text-align: center;
}

.wp-block-button__link {
	margin: 0;
	padding: 0.6em 1em;
	border: none;
	border-radius: 0;
	color: inherit;
	text-decoration: none;
	font-size: 17px;
	font-size: 1.0625rem;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	padding: calc(0.6em - 2px) calc(1em - 2px);
}

.wp-block-button__link:link,
.wp-block-button__link:visited {
	color: inherit;
	text-decoration: none;
}

.wp-block-button__link:hover,
.wp-block-button__link:active {
	text-decoration: none;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color),
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
	color: #fff;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
	background: #e84747;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):active {
	background: #303030;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:active {
	text-decoration: underline;
}

/* Outline Style */
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	background-color: transparent !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link {
	color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
	text-decoration: underline;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
	color: inherit;
}

/* Social Icons Block */
.wp-block-social-links {
    flex-wrap: wrap;
}

.wp-social-link {
	margin-bottom: 8px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link a,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link a:active,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link a:hover,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link a:visited,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link svg {
    color: #fff;
    fill: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	color: currentColor;
    fill: currentColor;
}

/* CoBlocks Separator */
.wp-block-coblocks-dynamic-separator {
	background: none;
}

/* Block Font Sizes */
.has-small-font-size {
	font-size: 14px;
}

.has-medium-font-size {
	font-size: 20px;
}

.has-large-font-size {
	font-size: 24px;
}

.has-huge-font-size {
	font-size: 36px;
}

/* Block Text Colors */
.has-primary-color,
.has-primary-color:link,
.has-primary-color:visited,
.wp-block-button .has-primary-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
	color: #e84747;
}

.has-secondary-color,
.has-secondary-color:link,
.has-secondary-color:visited,
.wp-block-button .has-secondary-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
	color: #cf2e2e;
}

.has-accent-color,
.has-accent-color:link,
.has-accent-color:visited,
.wp-block-button .has-accent-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-accent-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-accent-color {
	color: #0d95a6;
}

.has-highlight-color,
.has-highlight-color:link,
.has-highlight-color:visited,
.wp-block-button .has-highlight-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color {
	color: #48a60d;
}

.has-white-color,
.has-white-color:link,
.has-white-color:visited,
.wp-block-button .has-white-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-white-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
	color: #fff;
}

.has-light-gray-color,
.has-light-gray-color:link,
.has-light-gray-color:visited,
.wp-block-button .has-light-gray-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-light-gray-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-light-gray-color {
	color: #dddddd;
}

.has-gray-color,
.has-gray-color:link,
.has-gray-color:visited,
.wp-block-button .has-gray-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-gray-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-gray-color {
	color: #808080;
}

.has-dark-gray-color,
.has-dark-gray-color:link,
.has-dark-gray-color:visited,
.wp-block-button .has-dark-gray-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-color {
	color: #303030;
}

.has-black-color,
.has-black-color:link,
.has-black-color:visited,
.wp-block-button .has-black-color.wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link.has-black-color,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link.has-black-color {
	color: #000;
}

/* Block Background Colors */
.has-primary-background-color {
	background-color: #e84747;
}

.has-secondary-background-color {
	background-color: #cf2e2e;
}

.has-accent-background-color {
	background-color: #0d95a6;
}

.has-highlight-background-color {
	background-color: #48a60d;
}

.has-white-background-color {
	background-color: #fff;
}

.has-light-gray-background-color {
	background-color: #dddddd;
}

.has-gray-background-color {
	background-color: #808080;
}

.has-dark-gray-background-color {
	background-color: #303030;
}

.has-black-background-color {
	background-color: #000;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
article .wp-post-image {
	max-width: 100%;
	margin: 1em 0 0;
	height: auto;
}

.entry img {
	max-width: 100%;
	height: auto;
}

.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}

.wp-caption .wp-caption-text {
	margin: 0 10px;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 1em 2em 1em 0;
}

.alignright	{
	float: right;
	margin: 1em 0 1em 2em;
}

.aligncenter {
	margin: 1em auto;
	display: block;
}

/* Gallery Styling */
.gallery {
	padding-top: 1em;
}

.gallery-item {
	padding: 0.3em 1em 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery img {
	margin: 0;
	padding: 2px;
	border: 1px solid #ddd !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin: 1.5em 0;
	padding: 0.6em 1em;
	font-weight: bold;
	color: #333;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	text-transform: uppercase;
}

#image-nav .nav-previous {
	float: left;
}

#image-nav .nav-next {
	float: right;
}

#image-nav .nav-previous a,
#image-nav .nav-next a {
	font-size: 0.9em;
	text-decoration: none;
	color: #e84747;
}

#image-nav .nav-previous a:hover,
#image-nav .nav-next a:hover {
	text-decoration: underline;
}

/* Social Icons | based upon http://kovshenin.com/2014/social-menus-in-wordpress-themes/
-------------------------------------------------------------- */
#social-icons-menu {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1em;
}

#social-icons-menu li {
	float: left;
	margin: 0 1px 1px 0;
	padding: 0;
}

#social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.8em;
	background: #e84747;
	text-decoration: none;
	color: #fff;
}

#social-icons-menu li a:hover {
	text-decoration: none;
	background: #333;
}

#social-icons-menu li a:before {
	color: #fff;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
}

.social-icons-wrap .social-icons-hint {
	font-size: 0.8em;
	color: #777;
	max-width: 300px;
	line-height: 1.2em;
}

/* Add Genericons */
#social-icons-menu li a:before { content: '\f408'; } /* Default Icon */
#social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
#social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
#social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
#social-icons-menu li a[href*="facebook.com"]:before { content: '\f203'; }
#social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
#social-icons-menu li a[href*="plus.google.com"]:before { content: '\f206'; }
#social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
#social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
#social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
#social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
#social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
#social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
#social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
#social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
#social-icons-menu li a[href*="skype.com"]:before,
#social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
#social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
#social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
#social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
#social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
#social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
#social-icons-menu li a[href*="wordpress.org"]:before,
#social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
#social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
#social-icons-menu li a[href*="/feed"]:before,
#social-icons-menu li a[href*="/feed/"]:before,
#social-icons-menu li a[href*="?feed=rss2"]:before,
#social-icons-menu li a[href*="feedburner.google.com"]:before,
#social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

/* Comments
-------------------------------------------------------------- */
#comments {
	margin: 0 0 1.5em 0;
	padding: 1em 1.5em;
	background: #fff;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
}

#comments .comments-title,
#respond #reply-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #555;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0.3em 0;
	border-bottom: 5px solid #555;
	font-size: 1.5em;
}

.commentlist {
	display: block;
	margin: 1.5em 0;
}

.commentlist .comment{
	display: block;
	margin: 1.5em 0 0;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.commentlist .comment .avatar {
	float: left;
	margin: 1em 1.5em 0.5em 0;
}

.commentlist .comment .avatar:after {
	clear: both;
}

.comment-author {
	line-height: 1.5em;
	background: #eee;
}

.comment-author .comment-meta {
	display: inline-block;
	font-size: 0.8em;
	margin: 0.5em 1.2em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #222;
}

.comment-author .fn {
	display: inline-block;
	float: left;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	color: #fff;
	background: #333;
	padding: 0.4em 1em;
}

.comment-meta a:link,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
	color: #222;
}

.comment-author .fn a:link,
.comment-author .fn a:visited {
	color: #fff;
	text-decoration: underline;
}

.comment-author .fn a:hover,
.comment-author .fn a:active {
	text-decoration: none;
}

.bypostauthor .fn,
.comment-author-admin .fn {
	background: #e84747;
}

#comments .children {
	margin-left: 1.5em;
}

.nocomments {
	color: #444;
	padding: 1em;
}

.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
	padding: 0 1em;
	background: #eee;
	margin-bottom: 1.5em;
}

.comment-pagination .alignleft {
	float: left;
}

.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 0;
}

#commentform {
	padding: 1em 0 0;
}

#commentform p {
	margin: 1em 0;
}

#commentform input[type="text"],
#commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#commentform label {
	display: block;
	margin: 0.6em 0 0.2em;
}

#commentform #submit {
	display: block;
	border: none;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #fff;
	background: #e84747;
}

#commentform #submit:hover {
	background-color: #303030;
	cursor: pointer;
	text-decoration: none;
}

/* Page Templates
-------------------------------------------------------------- */

/* Fullwidth Template */
.template-fullwidth #content {
	float: none;
	width: 100%;
	padding: 0;
}

/* Front Page Template and Widgets
-------------------------------------------------------------- */

/* Front Page Slideshow */
#frontpage-slider-wrap {
	padding: 0;
	margin-bottom: 2.6em;
	/* All other Slideshow Styles in flexslider.css */
}

.frontpage-magazine-no-widgets,
.frontpage-slider-empty-posts {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* Category Posts Widgets */
#frontpage-magazine-widgets .widgettitle {
	margin: 0 0 1.5em 0;
}

.widget-category-posts .type-post {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.widget-category-posts .type-post .post-title {
	font-size: 1.1em;
}

.widget-category-posts .type-post .wp-post-image {
	margin: 0 0 0.5em 0;
}

.widget-category-posts .more-posts .type-post {
	display: flex;
	width: 100%;
	margin: 0 0 1em 0;
	background: #eee;
}

.widget-category-posts .more-posts .wp-post-image {
	margin: 0;
	vertical-align: top;
}

.widget-category-posts .more-posts .more-posts-content {
	padding: 0.6em 0.8em;
	flex-grow: 1;
}

.widget-category-posts .more-posts .post-title{
	border: none;
	margin: 0;
	font-size: 0.95em;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
}

.widget-category-posts .more-posts .postmeta {
	display: inline-block;
	background: none;
	padding: 0 0.3em 0.3em 0;
	font-size: 0.9em;
}

.widget-category-posts .more-posts .postmeta .sep  {
	padding-left: 0.5em;
	margin-left: 0.4em;
	border-left: 1px solid #aaa;
}

/* Category Posts Boxed Widget */
#widget-category-posts-boxed .first-post {
	float: left;
	width: 50%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#widget-category-posts-boxed .more-posts {
	width: 50%;
	margin-left: 50%;
}

/* Category Posts Grid Widget */
#widget-category-posts-grid .category-posts-grid-row {
	margin-right: -1.5em;
}

#widget-category-posts-grid .category-posts-grid-row .type-post {
	float: left;
	width: 50%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Front Page Category Area Thre (two columns) */
#widget-category-posts-columns {
	display: flex;
}

#widget-category-posts-columns .category-posts-column-left {
	width: 50%;
	padding-right: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#widget-category-posts-columns .category-posts-column-right {
	width: 50%;
	padding-left: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#widget-category-posts-columns .category-posts-columns .more-posts .type-post {
	display: flex;
	width: 100%;
	margin: 1em 0 0;
	background: #eee;
}

/* Footer Widget Area
-------------------------------------------------------------- */
#footer-widgets-bg {
	background: #333;
}

#footer-widgets {
	padding-top: 1.5em;
	padding-left: 1.5em;
}

.footer-widget-column {
	float: left;
	width: 25%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Footer Widget Styling */
#footer-widgets .widget {
	box-shadow: none;
	border: none;
	background: rgba(255, 255, 255, 0.05);
}

#footer-widgets .widgettitle {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

#footer-widgets .widget ul,
#footer-widgets .widget div{
	color: #fff;
}

#footer-widgets .widget a:link,
#footer-widgets .widget a:visited  {
	color: #ccc;
}

#footer-widgets .widget a:hover,
#footer-widgets .widget a:active {
	text-decoration: underline;
}

/* Custom Widget Styling */
#footer-widgets #wp-calendar {
	color: #fff;
}

#footer-widgets .widget-recent-posts .widget-postmeta {
	color: #ccc;
}

#footer-widgets .widget-recent-comments .comment-content {
	color: #ccc;
}

#footer-widgets .widget-recent-comments .comment-date {
	color: #ccc;
}

#footer-widgets .widget-tabnav li a:link,
#footer-widgets .widget-tabnav li a:visited {
	color: #333;
	background-color: #eee;
}

#footer-widgets .widget-tabnavi li a:hover,
#footer-widgets .widget-tabnavi li a:active {
	background-color: #ccc;
}

#footer-widgets .milestone-widget div.milestone-message,
#footer-widgets .milestone-widget div.milestone-countdown {
	color: #333;
}

/* Footer
-------------------------------------------------------------- */
#footer-wrap {
	background: #333;
}

#footer {
	padding: 0.8em 1.5em;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

#footer a {
	color: #bbb;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer #credit-link {
	float: right;
	font-size: 0.9em;
}

/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	#wrapper {
		width: 94%;
	}

	.footer-widget-column {
		width: 50%;
	}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	#wrapper {
		width: 96%;
	}

	.widget,
	.type-post,
	.type-page,
	.type-attachment,
	#comments {
		box-shadow: none;
		border: none;
		padding: 0;
	}

	.widgettitle {
		margin: 0 0 1.5em 0;
	}

	#footer-widgets .widget {
		padding: 1.5em;
	}

	#footer-widgets .widgettitle {
		margin: -0.5em -0.5em 1.5em -0.5em;
	}
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#wrapper {
		width: 100%;
	}

	#header {
		padding: 2em;
	}

	#content {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	#sidebar {
		clear: both;
		float: none;
		margin: 2em 0 0;
		width: 100%;
	}

	#logo {
		float: none;
		width: 100%;
	}

	#header-content {
		display: block;
		padding-top: 1em;
	}

	#header-content div {
		float: left;
		margin-left: 0;
		margin-right: 1em;
		padding-top: 0.5em;
	}

	#header-content #header-text {
		font-size: 1.3em;
	}

	#header-content #header-search #s {
		max-width: 100%;
		float: none;
	}

	#footer-widgets {
		margin-right: 0;
	}

	.footer-widget-column {
		float: none;
		width: 100%;
	}

	.widget,
	.type-post,
	.type-page,
	.type-attachment,
	#comments {
		box-shadow: 0 0 4px #ddd;
		border: 1px solid #ddd;
		padding: 1.5rem;
	}

	.widgettitle {
		margin: -0.5em -0.5em 1.5em -0.5em;
	}

	#comments {
		padding: 1em 1.5em;
	}

	/* Mobile Navigation */

	/* Reset */
	#mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul,
	#mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}

	#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul,
	#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul {
		display: inline;
	}

	#mainnav {
		margin: 1.5em 0;
		float: none;
	}

	#mainnav-icon {
		display: block;
		margin: 0;
		padding: 1.5em;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.0em;
		font-family: 'Francois One', Tahoma, Verdana, Arial;
		color: #fff;
		background: rgba(255, 255, 255, 0.1);
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}

	#mainnav-icon:hover {
		cursor: pointer;
		background: #e84747;
	}

	#mainnav-icon:after {
		float: right;
		margin: -0.15em 0 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 24px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	#mainnav-menu {
		width: 100%;
		display: none;
		border-top: 1px solid #fff;
	}

	#mainnav-menu a {
		display: block;
		padding: 1.5em;
		text-decoration: none;
		font-size: 1.0em;
		border-bottom: 1px solid #fff;
		clear: left;
	}

	#mainnav-menu ul {
		float: left;
		margin: 0;
		padding: 1em;
		list-style: none;
		background: #fff;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#mainnav-menu ul a {
		display: block;
		width: 100%;
		padding: 1em;
		font-size: 0.9em;
		border-bottom: 1px solid #aaa;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#mainnav-menu ul li ul {
		float: left;
		padding: 0 0 0 1em;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#mainnav-menu li.current_page_item a,
	#mainnav-menu li.current-menu-item a {
		text-decoration: underline;
	}

	#mainnav-menu li.current_page_item ul li a,
	#mainnav-menu li.current-menu-item ul li a{
		text-decoration: none;
	}

	#mainnav-menu ul li.current_page_item a,
	#mainnav-menu ul li.current-menu-item a {
		text-decoration: underline;
	}
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#logo .site-title {
		font-size: 2.3em;
	}

	.widget,
	.type-post,
	.type-page,
	.type-attachment,
	#comments {
		box-shadow: none;
		border: none;
		padding: 0;
	}

	.widgettitle {
		margin: 0 0 1.5em 0;
	}

	#footer-widgets .widget {
		padding: 1.5em;
	}

	#footer-widgets .widgettitle {
		margin: -0.5em -0.5em 1.5em -0.5em;
	}

	h1 {
		font-size: 2.2em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.4em;
	}

	tr th,
	thead th {
		padding: 0.2em 0.4em;
	}

	tr td {
		padding: 0.2em 0.4em;
	}
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {

	#logo, #header-content {
		text-align: center;
	}

	#header-content #header-search,
	#header-content #header-text,
	#header-content #header-social-icons {
		margin: 0;
		float: none;
	}

	#header-social-icons #social-icons-menu li {
		float: none;
		display: inline-block;
		list-style: none;
		margin: 1px -1.5px;
	}

	.page-title {
		font-size: 2.0em;
	}

	.post-title {
		font-size: 1.4em;
	}

	.widget-category-posts .type-post .post-title {
		font-size: 1.0em;
	}

	.widget-category-posts .more-posts .post-title{
		font-size: 0.9em;
	}

	/* Frontpage Categories */
	.widget-category-posts .type-post {
		margin: 0 0 1.5em 0;
	}

	#widget-category-posts-grid .category-posts-grid-row {
		margin-right: 0;
	}

	#widget-category-posts-columns {
		display: block;
	}

	#widget-category-posts-grid .category-posts-grid-row .type-post,
	#widget-category-posts-boxed .first-post,
	#widget-category-posts-columns .category-posts-column-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	#widget-category-posts-boxed .more-posts,
	#widget-category-posts-columns .category-posts-column-right {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}

	#widget-category-posts-boxed .more-posts,
	#widget-category-posts-columns .category-posts-columns .more-posts	{
		padding-bottom: 0.5em;
	}

	#widget-category-posts-columns .category-posts-columns .more-posts .type-post {
		margin: 0 0 1em;
	}

	#widget-category-posts-columns .category-posts-column-right {
		margin-top: 1.5em;
	}
}


/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#logo .site-title {
		font-size: 2.0em;
	}

	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}
}

/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	.postmeta span, .postinfo span {
		display: block;
	}

	.postmeta .sep, .postinfo .sep, .postmeta .post-edit-link {
		border: none;
		margin: 0;
		padding: 0;
	}
}

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {
	/* ensure #nav is visible on desktop version */
	#mainnav-menu {
		display: block !important;
	}
}