/*
Theme Name: Puntland Post
Theme URI: http://puntlandpost.net/
Author: Jamaal
Author URI: http://jml.so/
Description: New Puntland Post design
Version: 1.0.0
Text Domain: puntland-post
*/

/*--------------------------------------------------------------
>>> PALLETE
----------------------------------------------------------------
- BRAND:             #e74c3c
- BODY BACKGROUND:   #ffffff
- FOOTER BACKGROUND: #242424
- BODY TEXT:         #242424
- SIDEBAR TEXT:      #666666
- FOOTER TEXT:       #ffffff
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Icons
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Modal
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	font-size: 90%;
	width: 100%;
	margin-bottom: 1.5rem;
	border-spacing: 0;
}

th,
td {
	margin: 0;
	padding: 0.25rem 0.5rem;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ddd;
	border-right: 0 none;
	border-left: 0 none;
}

th {
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1px;
	text-transform: uppercase;
}

thead tr:last-child th {
	border-bottom-width: 3px;
}

tfoot tr:first-child th {
	border-top-width: 3px;
}

tr:nth-child(even) {
	background-color: #eee;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #242424;
	font-family: 'Noto Sans', Calibri, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

h1, .h1 {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.125;
	margin-left: -2px;
	letter-spacing: -1px;
}

h2, .h2 {
	font-size: 1.5rem;
	line-height: 1.6667;
}

h3, .h3 {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.25;
}

h4, .h4 {
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: uppercase;
}

h5, .h5 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6667;
	text-transform: uppercase;
}

h6, .h6 {
	font-size: .875rem;
	font-style: italic;
	line-height: 1.6667;
}

@media screen and (min-width: 64em) {
	h1, .h1 { font-size: 2.5rem;     }
	h2, .h2 { font-size: 2.25rem;  }
	h3, .h3 { font-size: 1.75rem;  }
	h4, .h4 { font-size: 1.5rem;   }
	h5, .h5 { font-size: 1rem; }
	h6, .h6 { font-size: 1rem; }
}

p, 
h1,
h2,
h3,
h4,
h5,
h6,
dl, 
dd, 
ol, 
ul {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	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;
}

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

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


::-moz-selection {
	background-color: #e74c3c; /* required when declaring ::selection */
	color: #fff;
}

::selection {
	background-color: #e74c3c; /* required when declaring ::selection */
	color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.7em 1em 0.6em;
	border: 0 none;
	text-transform: uppercase;
	line-height: 1.5;
	background-color: #e74c3c;
	color: #fff;
	-webkit-transition: all 400ms ease-in-out;
			transition: all 400ms ease-in-out;
}

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-color: #111 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #555;
	border: 3px solid #ddd;
	background-color: #fff;
	box-shadow: none;
	box-sizing: border-box;
}

input[type="search"] {
	box-shadow: none;
	-webkit-appearance: initial;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
	border-color: #aaa;
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 6px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e74c3c;
	text-decoration: none;
	-webkit-transition: all 400ms ease-in-out;
			transition: all 400ms ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #242424;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	margin-top: -2.35rem;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

@media screen and (min-width: 37.5em) {
	.main-navigation {
		margin-top: 0;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	float: left;
}

.main-navigation ul.menu,
.main-navigation div.menu > ul {
	display: table;
	width: 100%;
}

.main-navigation ul.menu > li,
.main-navigation div.menu > ul > li {
	display: table-cell;
	width: 50%;
}

.main-navigation a {
	display: block;
	padding: 0 0.5em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 90%;
	line-height: 3;
	letter-spacing: 1px;
}

.main-navigation ul.menu > li > a,
.main-navigation div.menu > ul > li > a {
	border-top: 3px solid #fff;
	color: #242424;
}

@media screen and (max-width: 63.999em) {
	.main-navigation:not(.toggled) ul.menu,
	.main-navigation:not(.toggled) div.menu > ul {
		display: none;
	}

	.main-navigation {
		border-top: 1px solid #fff;
	}

	.main-navigation a {
		border: 3px solid #fff !important;
	}

	.menu-item.menu-item-object-category.current-menu-item > a {
		border: 3px solid #fff !important;
	}

	.main-navigation .container {
		margin-top: -1px;
	}

	.menu-container {
		padding: 2px;
		margin: 0 -1.5rem;
		background-color: #fff;
	}
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled .menu > .menu-item-home > a,
.main-navigation.toggled .menu > .menu-item-home > a:hover,
.main-navigation.toggled .menu > .menu-item-home > a:focus,
.main-navigation.toggled .menu > .menu-item-home > a:active,
.main-navigation-toggled .menu > .menu-item-object-page > a,
.main-navigation-toggled .menu > .menu-item-object-page > a:hover,
.main-navigation-toggled .menu > .menu-item-object-page > a:focus,
.main-navigation-toggled .menu > .menu-item-object-page > a:active {
	background-color: #e74c3c;
	color: #fff;
}

.menu-toggle {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #fff;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active,
.main-navigation.toggled .menu-toggle {
	background-color: #fff !important;
	color: #242424;
	outline: 0;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

@media screen and (min-width: 64em) {
	.main-navigation {
		border-bottom: 3px solid #bdc3c7;
		background-color: #fff;
		color: #242424;
	}

	.main-navigation ul.menu > li,
	.main-navigation div.menu > ul > li {
		width: 12.5%;
	}

	.main-navigation ul.menu > li > a,
	.main-navigation div.menu > ul > li > a {
	}

	.main-navigation .menu > .menu-item {
		border-bottom: 3px solid #888;
		margin-bottom: -3px;
	}

	.main-navigation .menu > .menu-item-home {
		border-bottom: 3px solid #e74c3c;
	}

	.main-navigation .menu > .menu-item-home.current-menu-item,
	.main-navigation .menu > .menu-item-home.current-menu-item > a,
	.main-navigation .menu > .menu-item-object-page.current-menu-item {
		border-color: #e74c3c;
	}

	.main-navigation .menu > .menu-item-home > a:hover,
	.main-navigation .menu > .menu-item-home > a:focus,
	.main-navigation .menu > .menu-item-home > a:active,
	.main-navigation .menu > .menu-item-home.current-menu-item > a,
	.main-navigation .menu > .menu-item-object-page > a:hover,
	.main-navigation .menu > .menu-item-object-page > a:focus,
	.main-navigation .menu > .menu-item-object-page > a:active,
	.main-navigation .menu > .menu-item-object-page.current-menu-item > a {
		background-color: #e74c3c;
		color: #fff;
	}
}

@media screen and (min-width: 64em) {
	.nav-header {
		-webkit-animation-duration: 500ms;
				animation-duration: 500ms;
		-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
	}

	.nav-header-not-top.nav-header-pinned,
	.nav-header-not-top.nav-header-unpinned {
		position: fixed;
		z-index: 130;
		width: 100%;
		background-color: #e74c3c;
	}

	.nav-header-not-top.nav-header-pinned a,
	.nav-header-not-top.nav-header-unpinned a {
		color: #fff !important;
	}

	.nav-header-not-top.nav-header-pinned {
		-webkit-animation-name: NavSlideDown;
		   -moz-animation-name: NavSlideDown;
			 -o-animation-name: NavSlideDown;
				animation-name: NavSlideDown;
	}

	.nav-header-not-top.nav-header-unpinned {
		-webkit-animation-name: NavSlideUp;
		   -moz-animation-name: NavSlideUp;
			 -o-animation-name: NavSlideUp;
				animation-name: NavSlideUp;
	}
}

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

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
	color: #888;
}

.site-main .comment-navigation a:hover,
.site-main .posts-navigation a:hover,
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus,
.site-main .posts-navigation a:focus,
.site-main .post-navigation a:focus,
.site-main .comment-navigation a:active,
.site-main .posts-navigation a:active,
.site-main .post-navigation a:active {
	color: #e74c3c;
}

@media screen and (min-width: 64em) {
	.single .site-main .post-navigation {
		margin-left: 4.5em;
		padding-right: 1.5em;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
		padding-right: 1.5em;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
		padding-left: 1.5em;
	}

}

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

.screen-reader-text: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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.genericon {
	display: inline !important;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.container:before,
.container:after,
.menu-container:before,
.menu-container:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.rpwe-clearfix:before,
.rpwe-clearfix:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.container:after,
.menu-container:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.rpwe-clearfix:after {
	clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {}

.container,
.site-content {
	position: relative;
	padding: 0 1.5em;
	max-width: 1440px;
	margin: 0 auto;
}

.site-content {
	padding: 1.5em;
}

@media screen and (min-width: 64em) {
	.container,
	.site-content {
		padding: 0 3em;
	}

	.site-content {
		padding: 1.5em 3em;
	}
}

.content-area {
	margin: 0;
	width: 100%;
}

.site-content .widget-area {
	overflow: hidden;
}

.archive .widget-area,
.page .widget-area,
.single .widget-area,
.home .site-content .primary-widget-area,
.home .site-content .secondary-widget-area {}

.home .site-content .primary-widget-area,
.home .site-content .secondary-widget-area {
	float: left;
	overflow: hidden;
}

@media screen and (min-width: 64em) {
    .content-area {
    	float: left;
    }
    
    .site-content .widget-area {
    	float: right;
    }

    .home .secondary-widget-area {
        border-right: 1px solid #ddd;
    }

    .archive .site-main,
    .page .site-main {
        padding-right: 1.5rem;
    }

    .archive .widget-area,
    .page .widget-area {
        padding-left: 1.5rem;
        border-left: 1px solid #ddd;
    }

	.content-area {
		margin: 0 -25% 0 0;
	}

	.site-main {
		padding-right: 1.5em;
		margin: 0 25% 0 0;
	}

	.is-classified-ad .site-main {
		padding-right: 0;
		margin-right: 0;
	}

	.site-content .widget-area { width: 25%; }

	.home .content-area { margin-right: -50%; }

	.home .site-main { margin-right: 50%; border-right: 1px solid #ddd; padding-right: 1.5rem; }

	.home .site-content .widget-area {
		width: 50%;
		padding: 0;
	}

	.home .site-content .primary-widget-area,
	.home .site-content .secondary-widget-area {
		float: left;
		overflow: hidden;
		width: 50%;
		padding-left: 1.5rem;
	}

	.home .site-content .secondary-widget-area {
		padding-right: 1.5rem;
	}
}

.page-template-news .sharedaddy.sd-sharing-enabled {
    display: none !important;
}

.page-template-news .hentry {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.site-footer {
	clear: both;
	width: 100%;
}

.about-widget .box {
    padding: 1.5rem;
}

.about-widget ul {
    display: block;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-logo {
    margin-bottom: 1.5em;
}

.logo-footer {
    display: inline-block;
    max-height: 48px;
    width: auto;
}

.about-social .genericon {
    margin-right: 1em;
}

.footer-links {
    border-bottom: 1px solid #454545;
    margin-bottom: 1.5rem;
}

.footer-widget-title {
	padding: 0;
	padding-right: 2.5em;
	float: left;
	clear: both;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-image: -webkit-repeating-radial-gradient(center center, #ddd, #ddd 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, #ddd, #ddd 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, #ddd, #ddd 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, #ddd, #ddd 1px, transparent 1px, transparent 100%);
	background-size: 3px 3px;
	color: #ddd;
}

.footer-widget-title-highlight {
	display: inline-block;
	padding-right: 0.5em;
	background-color: #242424;
}

@media screen and (min-width: 64em) {
    .about-widget {
        float: left;
        width: 33.333%;
    }

    .about-widget:first-child .box { padding-left: 0; }
    .about-widget:last-child .box { padding-right: 0; }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	background-color: #e74c3c;
	color: #fff;
}

.site-branding {
	text-align: center;
}

.site-title {
	display: inline-block;
	margin: 0.84rem 0 1rem 0;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
}

@media screen and (min-width: 37.5em) {
	.site-branding {
		float: left;
		text-align: left;
	}

	.site-title {
		display: block;
		font-size: 2rem;
	}
}

.site-title,
.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:active,
.social-links,
.social-links a,
.social-links a:hover,
.social-links a:focus,
.social-links a:active {
	text-decoration: none;
	color: #fff;
}

.site-logo {
	display: table;
	vertical-align: middle;
}

.site-logomark {
	display: table-cell;
	width: 2.5rem;
	height: 2.5rem;
	fill: currentColor;
	margin-right: 0.5em;
}

.site-logotype {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 37.5em) {
	.site-logomark {
		width: 4rem;
		height: 4rem;
	}
}

.social-links {
	position: relative;
	z-index: 2;
	float: right;
	padding: 0;
	margin: 0;
	text-align: right;
}

.social-link {
	display: inline-block;
	padding: 0 0.5em;
}

.social-link:last-child {
	padding-right: 0;
}

.social-link a {
	font-size: 1.25em;
}

.social-link a:hover,
.social-link a:focus,
.social-link a:active {
	opacity: 0.8;
	outline: 0;
}

@media screen and (min-width: 37.5em) {
	.social-links {
		line-height: 4.5;
	}
}

.live-date-time {
	display: none;
}

@media screen and (min-width: 37.5em) {
	.live-date-time {
		position: absolute;
		left: 45%;
		top:  36%;
		display: block;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 700;
		font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	width: 100%;
	padding: 1.5rem 0;
	background-color: #242424;
	color: #ddd;
}

.site-footer a {
	color: #ddd;
}

.site-info {
	text-transform: uppercase;
}

.site-info p {
	margin-bottom: 0;
}

.site-info .site-name {
	font-weight: 700;
}

@media screen and (min-width: 64em) {
	.site-footer {
		padding: 3rem 0;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget a {
	color: #777;
}

.secondary-widget-area .widget a {
	color: #252525;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #e74c3c;
	text-decoration: none;
}

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

.widget li {
	padding: 0;
	margin: 0;
}

.widget > ul > li {
	padding: 0.5em 0;
	border-bottom: 1px solid #eee;
}

.widget > ul > li:last-child {
	border-bottom-width: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.secondary-widget-area .rpwe_widget:first-child {
	padding: 1.5rem;
	background-color: #ffffb1;
}

.secondary-widget-area .rpwe_widget:first-child .widget-title-highlight {
	background-color: #ffffb1;
}

@media screen and (max-width: 37.4rem) {
	.secondary-widget-area .rpwe_widget:first-child {
		display: none !important;
	}
}

/* Recent posts reloaded widget */
.widget .rpwe-block .rpwe-title {
	clear: none;
	margin: 0;
	font-weight: 400;
	font-family: 'Noto Sans', Calibri, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.widget .rpwe-li {
	padding: 0.5em 0;
	border-bottom: 1px solid #eee;
}

.widget .rpwe-li:last-child {
	border: 0 none;
	padding-bottom: 0;
}

.widget .rpwe-thumb {
	margin: 0 0.75rem 0.25rem 0;
}

.widget .rpwe-summary {
	font-size: 0.75rem;
}

.widget .rpwe-time,
.widget .rpwe-comment {
	font-size: 0.75rem;
	color: #888;
}

.widget .rpwe-comment {
	padding-left: 0.25rem;
}

.widget .rpwe-alignleft {
	display: inline;
	float: left;
}

.widget .rpwe-alignright {
	display: inline;
	float: right;
}

.widget .rpwe-aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page-title,
.widget-title {
	padding: 0;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-image: -webkit-repeating-radial-gradient(center center, #e74c3c, #e74c3c 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, #e74c3c, #e74c3c 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, #e74c3c, #e74c3c 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, #e74c3c, #e74c3c 1px, transparent 1px, transparent 100%);
	background-size: 3px 3px;
	color: #e74c3c;
}

.page-title-highlight,
.widget-title-highlight {
	display: inline-block;
	padding-right: 0.5em;
	background-color: #fff;
}

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

.widget_search .search-field,
.widget_search .search-submit {
	width: 100%;
}

.widget_search .search-field,
.widget_search .search-field:focus {
	border-color: #e74c3c;
}

.quaternary-content-area {
    margin: -0.5rem 0 1.5rem;
	background-color: #ffffb1;
}

.mobile-widget-title {
	padding: 0 1rem;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1rem;
	background-image: -webkit-repeating-radial-gradient(center center, #e74c3c, #e74c3c 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, #e74c3c, #e74c3c 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, #e74c3c, #e74c3c 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, #e74c3c, #e74c3c 1px, transparent 1px, transparent 100%);
	background-size: 3px 3px;
	color: #e74c3c;
}

.mobile-widget-title-highlight {
	display: inline-block;
	padding: 0 0.5em;
	background-color: #ffffb1;
}

.job-listing-container {
	overflow: hidden;
}

.job-listing {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

.job-listing-item {
	overflow: hidden;
	padding: 1rem;
	border: 0 none;
	margin: 0;
	background-color: #ffffb1;
}

.job-listing-item img {
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 1rem 0.25rem 0;
}

.job-listing-pager {
	float: left;
	padding: 0.5rem 1rem 0;
}

.job-listing-directional-nav {
	float: right;
	padding: 0.5rem 1rem 0;
}

.job-listing-directional-nav .genericon {
	font-size: 2em;
}

.job-listing-pager-item {
	display: inline-block;
	width: 0;
	height: 0;
	padding: 0.25rem;
	border-radius: 50%;
	border: 2px solid #888;
	margin-left: 0.25rem;
}

.job-listing-pager-item.cycle-pager-active {
	background-color: #888;
}

.listing-title {
	font-weight: 700;
	color: #242424;
}

.quaternary-content-area .listing-title {
    display: inherit;
    font-size: 0.85rem;
    line-height: 1.25;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    max-width: 90px !important;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 {
	background-image: url('img/404.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	min-height: 100vh;
}

.error404 .site-header {
	background-color: transparent;
}

.error404 .site-branding {
	position: relative;
	float: none;
	display: inline-block;
	margin-top: 3rem;
}

.error404 .site-branding:after {
	display: inline-block;
	content: '';
	width: 100px;
	height: 0;
}

.error404 .site-logomark {
	display: block;
	margin: 0 auto 0.5rem;
}

.error404 .shape-logomark-star {
	fill: #e5e1d5;
}

.error404 .site-logotype {
	display: block;
}

.error404 .site-main {
	max-width: 800px;
	margin: 0 auto;
	padding: 3rem;
}

.error404 .page-title {
	font-size: 2rem;
	background-color: transparent;
	background-image: none;
	color: #fff;
}

@media screen and (min-width: 37.5em) {
	.error404 .page-title {
		font-size: 4.5rem;
	}
}

.error404 .error-message {
	color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.section-lead {
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em) {
	.section-lead {
		width: 75%;
	}
}

.post-featured {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em) {
	.feature-image {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0.5rem;
	}
}

.post-columns {
	width: calc(100% + 1.5rem);
	margin-left: -1.5rem;
}

.post-column {
	overflow: hidden;
	float: left;
	width: 100%;
	padding-top: 0;
	padding-left: 1.5rem;
	margin-bottom: 0.75rem;
}

.post-column .entry-thumbnail {
	float: left;
	margin: 0.5rem 0.75rem 0.25rem 0;
	width: 45%;
}

.post-column .post-summary h2 {
	clear: none;
}

.post-column .post-summary footer {
	padding-top: 0;
	display: inline-block;
}

.post-column .post-summary {
	clear: none;
}

@media screen and (min-width: 64em) {
	.post-column { width: 33.333%; }
	.post-column .entry-thumbnail { margin: 0; width: 100%; clear: both; }
	.post-column .post-summary { clear: both; }
}

.post-recent {
	clear: both;
}

.post-recent .entry-meta {
	padding-bottom: 0.5rem;
}

.post-recent:first-child {
	padding-top: 1.5rem !important;
	border-top: 9px solid #ddd;
	margin-top: 1.5rem;
}

.post-recent .entry-title {
	clear: none;
}

.post-recent .entry-summary,
.post-recent .entry-thumbnail {
	overflow: hidden;
}

.post-recent .entry-thumbnail a,
.post-recent .entry-thumbnail img {
	display: block;
	width: 100%;
}

.post-recent .entry-thumbnail img {
	margin-bottom: 1rem;
}

@media screen and (max-width: 37.5em) {
	.post-featured .entry-title {
		padding-top: 0.5rem;
	}

	.post-recent .entry-title {
		margin-bottom: 0.75rem;
		text-transform: none;
		font-family: 'Noto Sans', Calibri, sans-serif;
	}

	.post-recent .entry-meta-footer {
		padding-top: 0.5rem;
	}

	.post-recent .entry-summary {
		display: none;
	}
}

@media screen and (min-width: 37.5em) {
	.post-recent .entry-thumbnail {
		display: block;
		float: left;
		width: 33.333%;
		max-width: 33.333%;
		margin-right: 1.5rem;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.archive .hentry {
    overflow: hidden;
}

@media screen and (min-width: 64em) {
	.single-post-item {
		padding-right: 1.5rem;
		border-right: 1px solid #ddd;
		margin-left: 4.5rem;
	}

    .is-classified-ad .single-post-item {
        padding-right: 0;
        border-right: 0;
    }

	.single-post-item .entry-header .entry-meta {
		padding-left: 1.5rem;
		border-left: 3rem solid #f9f9f9;
		margin-left: -4.5rem;
		margin-bottom: 1.5rem;
	}	
}

.blog .hentry:not(.post-first-four),
.search .hentry,
.archive .hentry {
	padding-top: 0;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
}

.author-box {
    background-color: #f5f5f5;
    border-bottom: 1px solid #888;
	display: block;
	clear: both;
	overflow: hidden;
}

.author-photo {
	width: 130px;
	height: auto;
	max-width: 30%;
	float: left;
}

.author-description {
	overflow: hidden;
	padding: 1em;
}

.author-full-name {
	margin-bottom: 0.25em;
	font-weight: 700;
	text-transform: capitalize;
}

.author-title {
	margin-bottom: 0.5em;
	font-style: italic;
}

.author-contact {
	font-size: 0.9em;
	margin: 0;
}

.author-contact .genericon {
    vertical-align: sub !important;
}

.author-contact .genericon:after {
    vertical-align: baseline;
}

.author-contact-item {
    display: inline-block;
    margin-right: 1em;
}

@media screen and (max-width: 37.4em) {
	.blog .entry-excerpt,
	.search .entry-excerpt,
	.archive .entry-excerpt {
		display: none;
	}	
}

.blog .hentry + .hentry:not(.post-first-four),
.search .hentry + .hentry,
.archive .hentry + .hentry {
	padding-top: 0.75rem;
}

.blog .hentry:last-child,
.search .hentry:last-child,
.archive .hentry:last-child {
	border-bottom: 0 none;
}

.entry-title {
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.post-column .entry-title {
	text-transform: none;
	font-family: 'Noto Sans', Calibri, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

.entry-title a {
	color: #242424;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.jp-relatedposts-post-a:hover,
.jp-relatedposts-post-a:focus,
.jp-relatedposts-post-a:active {
	color: #e74c3c;
	text-decoration: none;
}

.jp-relatedposts-post-a {
	color: #242424 !important;
	text-decoration: none !important;
}

.jp-relatedposts-post-a {
    font-weight: 700 !important;
}

.entry-title .genericon {
	padding-right: 8px;
	border-right: 1px solid;
	border-color: inherit;
	margin-right: 10px;
	font-size: 90%;
	line-height: 0;
	vertical-align: baseline;
}

.blog .entry-title,
.search .entry-title,
.archive .entry-title {
	margin-bottom: 0.75rem !important;
}

.read-more {
	letter-spacing: 1px;
	font-size: 90%;
}

#jp-relatedposts h3.jp-relatedposts-headline {
    letter-spacing: 1px;
    font-size: 1.3em !important;
    display: block !important;
    float: none !important;
    border-top-color: #eee !important;
    border-bottom: 3px solid #eee !important;
    padding: 0.5em 0;
    text-transform: uppercase;
    line-height: 0.5;
}

.entry-meta {
	font-size: 0.75rem;
	text-transform: uppercase;
}

.entry-meta-footer {
	clear: both;
	padding: 1.5rem 0 0.5rem;
}

.post-column .entry-meta-footer {
	padding-top: 0.5rem;
}

.entry-meta,
.entry-meta a {
	color: #999;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: #e74c3c;
	text-decoration: none;
}

.entry-meta .icon {
	margin-right: 0.5em;
	color: #999;
}

.meta-item:after {
	content: '/';
	display: inline-block;
	padding: 0 0.5em;
	color: #ddd;
}

.post-column .meta-item:after {
	content: '';
}

.post-column .meta-node {
	display: block;
}

.entry-meta-footer .edit-post-link {
	margin-left: 0.75rem;
}

.post-column .entry-meta-footer .edit-post-link {
	margin-left: 0;
}

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

.single .byline {
	display: inline;
}

.page-content,
.entry-content {
	margin: 1.5em 0 0;
}

.page-content textarea,
.entry-content textarea {
	width: 100%;
}

.entry-content p.intro,
.single-post-item .entry-content > p:first-child,
.single-post-item .entry-content > figure:first-child + p {
	font-weight: 700;
}

.entry-content p:last-of-type,
.entry-summary p:last-of-type {
	margin-bottom: 0;
}

.single-post-item .entry-content > p:last-child:after {
	content: '';
	display: inline-block;
	width: 0.75em;
	height: 0;
	border-bottom: 0.8em solid #e74c3c;
	margin-left: 0.5em;
	vertical-align: middle;
}

.please-note {
    padding: 1em;
	font-weight: 700;
    font-style: italic;
    background-color: rgba(46, 204, 113, 0.1);
    color: #05c356;
}

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

@media only screen and (max-width: 640px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 100% !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}


.more-news {
    display: block;
    padding: 0.2em 1.5em 0.42em;
    border-radius: 2em;
    margin: 2rem 0 1.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    background-color: #e74c3c;
}

.taxonomy-description {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #999;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
    margin: 0;
	padding-right: 1.5rem;
}

@media screen and (min-width: 64em) {
    .comments-area {
    	margin-left: 4.5rem;
    }
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.5rem;
}

.comments-title,
.comment-reply-title {
	padding-top: 1.5rem;
	border-top: 9px solid #ddd;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.25;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1.5rem 0;
}


.comment-list .children article,
.comment-list .children .pingback,
.comment-list .children .trackback {
	border-top: 0;
	margin-bottom: -1px;
}

.comments-area > .comment-list > .comment > article:last-child,
.comments-area > .comment-list > .comment > .pingback:last-child,
.comments-area > .comment-list > .comment > .trackback:last-child {
	border-bottom: 0 none;
}

.comment-list .children {
	list-style: none;
	margin: 0;
	padding-left: 1.5rem;
}

.comment-list .children > li {
	padding-left: 1.5rem;
}

.comment-author {
	color: #888;
}

.comment-author .avatar {
	position: relative;
	float: left;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	margin-right: 0.75rem;
	margin-left: -3.8rem;
}

.children .avatar {
	margin-left: 0;
}

.comment-metadata,
.pingback .edit-link {
	color: #888;
	font-size: 0.875rem;
	line-height: 1.714285714;
}

.comment-metadata {
	margin-bottom: 1.5rem;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #888;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #000;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.logged-in-as a,
.comment-reply-link {
	color: #888;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
}

.logged-in-as a {
	letter-spacing: normal;
}

.logged-in-as a:hover,
.logged-in-as a:focus,
.logged-in-as a:active,
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link:active {
	color: #000;
}

.comment-form {
	padding-top: 1.5rem;
}

.comment-form label {
	color: #666;
	font-size: 0.875rem;
	line-height: 3;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-form textarea {
	padding: 0.5em;
	resize: vertical;
}

.comment-form-url,
.comment-form-email,
.comment-form-author,
.comment-form-comment {
	overflow: hidden;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input {
	float: left;
	padding: 0.5em;
	margin-right: 0.75rem;
}

.comment-list .comment-form {
	padding-bottom: 1.5rem;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #666;
	font-size: 0.875rem;
	line-height: 1.714285714;
	margin-bottom: 1.5rem;
}

.no-comments {
	padding-top: 1.5rem;
	margin: 0;
	border-top: 1px solid #ddd;
	font-weight: 700;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #ff0000;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: '\f406';
	position: relative;
	top: -5px;
	text-rendering: auto;
	display: inline-block;
	font-family: 'Genericons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
	font-size: 32px;
	color: #888;
}

.comment-reply-title small a:hover:before,
.comment-reply-title small a:focus:before,
.comment-reply-title small a:active:before {
	color: #000;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.aligncenter {
	margin-top: 0;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0.8075em 2em;
}

.wp-caption-text {
	padding-left: 1.5em;
	border-left: 1px solid #ddd;
	text-align: left;
	color: #757575;
	font-size: 95%;
}

.wp-caption-text:before {
	content: '\f102';
	vertical-align: middle;
	display: inline-block;
	margin-right: 2.5em;
	margin-left: -3.5em;
	text-rendering: auto;
	text-align: center;
	font-family: 'Genericons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
	font-size: inherit;
}

.wp-caption.align-with-entry-header {}

.wp-caption.align-with-entry-header .wp-caption-text {}

.mejs-container {
    margin-bottom: 2em;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
 * Videos
 */
.responsive-video {
	clear: both;
	position: relative;
	margin-bottom: 1.5rem;
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object {
	position: absolute;
	top:    0;
	right:  0;
	bottom: 0;
	left:   0;
	width:  100%;
	height: 100%;
}

.responsive-video:before {
	display: block;
	padding-bottom: 56.25%;  /* 16:9 */
	content: '';
}

iframe.pdf,
.vanilla-pdf-embed {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

/*
 * Facebook embed.
 */
.fb_iframe_widget {
	margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.modal {
	display: none;
}

.vanilla-modal .modal {
	position: fixed;
	top:     0;
	left:    0;
	right:   0;
	bottom:  0;
	z-index: -1;
	opacity: 0;
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: opacity 200ms, z-index 0s 200ms;
			transition: opacity 200ms, z-index 0s 200ms;
}

.vanilla-modal.modal-visible .modal {
	z-index: 9998;
	opacity: 0.98;
	-webkit-transition: opacity 200ms;
			transition: opacity 200ms;
}

.vanilla-modal .modal:before {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: '';
}

.modal-close {
	position: absolute;
	top: 1.75rem;
	right: 3rem;
	font-size: 1.25em;
	color: #aaa;
	cursor: pointer;
}

.modal-close:hover,
.modal-close:focus,
.modal-close:active {
	color: #000;
}

.modal-inner {
	vertical-align: middle;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	position: relative;
	width: 100%;
	max-height: 90%;
	padding: 3rem;
}

.modal .search-field {
	padding: 0;
	border: 0 none;
	margin: 0;
	text-align: center;
	font-size: 4.5em;
	line-height: 1;
}

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

/*--------------------------------------------------------------
## Ads
--------------------------------------------------------------*/
.ad-widget-below-content {
    width: 100%;
    clear: both;
    margin: 0 0 3em;
    padding-top: 3em;
}

.ad-widget-below-content a,
.ad-widget-below-content img {
    display: block;
    margin: 0 auto;
}

.ad-widget-below-content .full-ad {
    width: 100%;
    height: auto;
}

.google-ad {
	max-width: 100%;
	padding: 1rem 0 0;
	text-align: center;
}

.google-ad-mobile {
	position: fixed;
	right:   0;
	bottom:  0;
	left:    0;
	z-index: 999;
	padding: 0;
	background-color: #fff;
}

.google-ad ins {
	background-color: transparent;
}

@media screen and (min-width: 64em) {
    .google-ad-post-content {
        max-width: 250px;
        float: right;
        margin: 0 0 1.5rem 1.5rem;
    }
}

/*
@media screen and (min-width: 64em) {
    .quaternary-content-area, .google-ad-mobile { display: none !important; }
}
*/
/*--------------------------------------------------------------
## Keyframes
--------------------------------------------------------------*/
@-webkit-keyframes NavSlideDown {
	0%   { -webkit-transform: translateY(-300%); }
	100% { -webkit-transform: translateY(-200%); }
}

@-moz-keyframes NavSlideDown {
	0%   { -moz-transform: translateY(-300%); }
	100% { -moz-transform: translateY(-200%); }
}

@-o-keyframes NavSlideDown {
	0%   { -o-transform: translateY(-300%); }
	100% { -o-transform: translateY(-200%); }
}

@keyframes NavSlideDown {
	0%   { transform: translateY(-300%); }
	100% { transform: translateY(-200%); }
}

@-webkit-keyframes NavSlideUp {
	0%   { -webkit-transform: translateY(-200%); }
	100% { -webkit-transform: translateY(-300%); }
}

@-moz-keyframes NavSlideUp {
	0%   { -moz-transform: translateY(-200%); }
	100% { -moz-transform: translateY(-300%); }
}

@-o-keyframes NavSlideUp {
	0%   { -o-transform: translateY(-200%); }
	100% { -o-transform: translateY(-300%); }
}

@keyframes NavSlideUp {
	0%   { transform: translateY(-200%); }
	100% { transform: translateY(-300%); }
}
.adsbygoogle { display: block !important; margin: 0 auto; text-align: center; }