/*
 Theme Name:   Courage Child
 Description:  Courage Child Theme
 Template:     courage
 Version:      1.0
*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles
-------------------------------------------------------------- */
html {
	font-size: 100.01%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 0.95em;
	border: 0;
	color: #000;
	background-color: #95a4bf;
}

/* Links */
a, a:link, a:visited{
	color: #084680;
	text-decoration: none;
}
a:hover, a:active {
	color: #d60005;
	text-decoration: none;
}

/* Form Elements */
input, textarea {
	padding: 0.7em;
	background: #a4b0c4;
	border: 1px solid #44556e;
	font-size: 1.0em;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
input[type="submit"] {
	padding: 0.5em 0.8em;
	color: #f7f7f7;
	border: 1px solid #44556e;
	background: #677ea1;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
input[type="submit"]:hover {
	background: #788ba6;
	border: 1px solid #44556e;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
    *zoom: 1; /* For IE 6/7 only */
}

/* Make Form Elements responsive */
input, textarea, select {
	max-width: 100%;
}

/* 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: #b6bfcc;
	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. */
}

/* Basic Structure
-------------------------------------------------------------- */
#wrapper {
	max-width: 1320px;
	width: 92%;
	margin: 1em auto 3em;
}
#header {
	padding: 2.5em 1.5em;
}
#wrap {
	clear: both;
	background: #c6cdd8;
	padding: 1.5em 1.5em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	float: left;
	width: 70%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar {
	float: right;
	width: 30%;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
	max-width: 100%;
	height: auto;
}
#logo .site-title {
	float: left;
	margin-top: 0.25em;
	font-size: 2.7em;
	color: #084680;
	font-family: 'Fjalla One', Tahoma, Verdana, Arial;
}
#logo .site-title a:link,
#logo .site-title a:visited {
	color: #084680;
}
#logo .site-title a:hover,
#logo .site-title a:active {
	color: #5d7093;
	text-decoration: none;
}
#logo .site-description {
	float: right;
	margin: 0.6em 0 0 2em;
	line-height: 1.4em;
	font-size: 1.2em;
	color: #444;
}
#logo .custom-logo {
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0;
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* Custom Header Image */
#custom-header {
	margin: 1px 0;
}
#custom-header img,
#custom-header .wp-post-image {
	max-width: 1320px;
	vertical-align: top;
	width: 100%;
	height: auto;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Header Content */
#header-content {
	display: inline;
}
#header-content div {
	float: right;
	margin: 0.3em 0 -0.2em 1.5em;
}

/* Top Header
-------------------------------------------------------------- */
#topheader-wrap {
	background: #f2f2f2;
}
#topheader {
	max-width: 1320px;
	width: 92%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#topheader-wrap .header-text {
	float: left;
	font-size: 0.9em;
	padding: 1.2em 0;
	color: #f2f2f2;
}
#topnav-toggle {
	display: none;
}
.top-navigation-menu {
	float: right;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}
.top-navigation-menu li {
	float: left;
}
.top-navigation-menu a {
	display: block;
	font-size: 0.9em;
	padding: 1.2em;
	text-decoration: none;
}
.top-navigation-menu a:link, .top-navigation-menu a:visited {
	color: #f2f2f2;
	text-decoration: none;
}
.top-navigation-menu a:hover {
	background: rgba(0, 0, 0, 0.15);
}
.top-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	color: #f2f2f2;
	background: #084680;
}
.top-navigation-menu ul li{
	float: none;
	position: relative;
}
.top-navigation-menu ul a {
	min-width: 250px;
	min-width: 16rem;
	padding: 1em;
	text-transform: none;
	background: rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top-navigation-menu ul a:link, .top-navigation-menu ul a:visited {
	color: #f2f2f2;
	text-decoration: none;
}
.top-navigation-menu ul a:hover {
	background: rgba(0, 0, 0, 0.25);
}
.top-navigation-menu li ul ul {
	top: 0;
	left: 100%;
}
.top-navigation-menu li.menu-item-has-children:hover > ul,
.top-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}
.top-navigation-menu li.current_page_item a, .top-navigation-menu li.current-menu-item a {
	text-decoration: underline;
}
.top-navigation-menu li.current_page_item ul li a, .top-navigation-menu li.current-menu-item ul li a{
	color: #f2f2f2;
	text-decoration: none;
}
.top-navigation-menu li.current_page_item ul li a:hover, .top-navigation-menu li.current-menu-item ul li a:hover {
	text-decoration: underline;
}
.top-navigation-menu ul li.current_page_item a, .top-navigation-menu ul li.current-menu-item a {
	color: #f2f2f2;
	text-decoration: underline;
}
.top-navigation-menu ul li.current_page_item ul li a, .top-navigation-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}

/* Navigation Menu
-------------------------------------------------------------- */
#mainnav-icon, #mainnav-toggle {
	display: none;
}
#navi-wrap, #mainnav {
	background: #5d7093;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	-khtml-border-top-left-radius: 0.4em;
	-khtml-border-top-right-radius: 0.4em;
	border-top-left-radius: 0.4em;
	border-top-right-radius: 0.4em;
}
.main-navigation-menu {
	float: left;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	padding: 0 0.4em;
	box-sizing: border-box;
}
.main-navigation-menu li{
	float: left;
}
.main-navigation-menu a {
	display: block;
	padding: 1.4em;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.main-navigation-menu a:link, .main-navigation-menu a:visited {
	color: #f2f2f2;
	text-decoration: none;
}
.main-navigation-menu a:hover {
	background: rgba(0, 0, 0, 0.15);
}
.main-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	color: #f2f2f2;
	background: #5d7093;
}
.main-navigation-menu ul li{
	float: none;
	position: relative;
}
.main-navigation-menu ul a {
	min-width: 250px;
	min-width: 16rem;
	padding: 1em;
	background: rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-navigation-menu ul a:link, .main-navigation-menu ul a:visited{
	color: #f2f2f2;
	font-size: 0.95em;
	text-decoration: none;
}
.main-navigation-menu ul a:hover {
	background: rgba(0, 0, 0, 0.25);
}
.main-navigation-menu li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation-menu li ul ul a {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}
.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a {
	text-decoration: underline;
}
.main-navigation-menu li.current_page_item ul li a, .main-navigation-menu li.current-menu-item ul li a{
	text-decoration: none;
}
.main-navigation-menu ul li.current_page_item a, .main-navigation-menu ul li.current-menu-item a {
	text-decoration: underline;
}
.main-navigation-menu ul li.current_page_item ul li a, .main-navigation-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}

/* Mega Menu Styling */
.mega-menu-content {
	line-height: 1.5;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.mega-menu-content .mega-menu-widget .mega-menu-widget-header-title {
	font-weight: bold;
}
.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a {
	background: none;
}
.mega-menu-content .mega-menu-widget a:hover,
.mega-menu-content .mega-menu-widget a:active {
	text-decoration: underline;
	background: none;
}
.main-navigation-menu .mega-menu-content .mega-menu-widget .entry-meta,
.main-navigation-menu .mega-menu-content .mega-menu-widget .entry-meta span:before {
	color: #95a4bf;
}

/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 1.5em;
	color: #000000;
	background: #a4b0c4;
	border: 1px solid #44556e;
	padding: 0.8em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.widgettitle {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000000;
	background: #677ea1;
	border: 1px solid #44556e;
	padding: 0.5em 0.8em;
	margin-bottom: 1em;
	line-height: 1.4em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.widgettitle span {
	font-size: 1.05em;
}
.widget .textwidget {
	line-height: 1.5em;
	margin: 0 0.5em;
}
.widget .textwidget p {
	color: #000000;
	margin-bottom: 1em;
}
.widget ul {
	line-height: 1.5em;
	margin: 0 0.5em;
	list-style: circle inside;
}
.widget ul .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}
.widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #084680;
}
.widget a:hover, .widget a:active {
	color: #d60005;
	text-decoration: none;
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widgettitle a:link, .widgettitle a:visited  {
	color: #084680;
}

.widgettitle a:hover, a:active {
	color: #d60005;
	text-decoration: none;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Theme Search Widget */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #f2f2f2;
	border: 1px solid #44556e;
	font-size: 1.0em;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 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: #2c3b50;
}

/* 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 #95a4bf;
	border-bottom: 1px solid #95a4bf;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
	padding-bottom: 0.6em;
}
#wp-calendar tbody td {
	color: #506480;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody #today {
	font-weight: bold;
	color: #2c3b50;
}
#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;
}

/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 1.5em 0;
	padding: 1em;
	background: #a4b0c4;
	border: 1px solid #44556e;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.page-title, .entry-title {
	background: #677ea1;
	border: 1px solid #44556e;
	padding: 0.5em 0.6em;
	margin-bottom: 0.5em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	font-family: 'Fjalla One', Tahoma, Verdana, Arial;
	color: #f2f2f2;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-title {
    font-size: 1.8em;
	color: #000000;
	text-align: center
}
.entry-title {
    font-size: 1.4em;
}
.entry-title a:link, .entry-title a:visited {
	color: #f2f2f2;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active{
	color: #084680;
}
.sticky {}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: bold;
}

/* Postmeta */
.entry-meta, .postinfo {
	color: #3a4658;
	margin: 0.3em 0 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.95em;
}
.postinfo {
	clear: both;
	background: #677ea1;
	border: 1px solid #44556e;
	padding: 0.5em 0.8em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.entry-meta span, .postinfo span{
	margin-right: 0.5em;
}
.entry-meta a:link, .entry-meta a:visited {
	color: #444;
	text-decoration: none;
}
.entry-meta a:hover, .entry-meta a:active{
	color: #d60005;
	text-decoration: none;
}

/* Postmeta Icons */
.entry-meta span:before, .postinfo span:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: middle;
	color: #000000;
}
.entry-meta .meta-date:before{
	content: '\f307';
}
.entry-meta .meta-author:before{
	content: '\f304';
}
.entry-meta .meta-comments:before{
	content: '\f300';
}
.postinfo .meta-category:before{
	content: '\f301';
}
.postinfo .meta-tags:before{
	content: '\f302';
}


/* Read more Link */
.more-link {
	display: inline-block;
	font-weight: normal;
	margin: 0.5em 0;
	padding: 0.5em 1.2em;
	text-decoration: none;
	color: #5d7093;
	border: 1px solid #44556e;
	background: #677ea1;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.more-link:link, .more-link:visited {
	color: #f2f2f2;
}
.more-link:hover, .more-link:active {
	background: #788ba6;
	border: 1px solid #44556e;
	text-decoration: none;
}
.content-full .entry .more-link {
	margin: 1em 0 0.5em;
}

/* Post Navigation */
.post-navigation {
	margin: 0 0 1.5em 0;
	color: #5d7093;
	background: #a4b0c4;
	border: 1px solid #44556e;
	padding: 0.8em 1em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
	content: "";
	display: table;
}
.post-navigation .nav-links:after {
	clear: both;
}
.post-navigation .nav-links .nav-previous {
	float: left;
}
.post-navigation .nav-links .nav-next {
	float: right;
}

/* Archives and Search Heading */
.archive-title {
	font-family: 'Fjalla One', Tahoma, Verdana, Arial;
	font-size: 1.2em;
	color: #000000;
	background: #677ea1;
	border: 1px solid #44556e;
	padding: 0.6em 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.archive-title span {
	color: #084680;
}
.archive-description {
	margin: -1.5em 0 1.5em;
	line-height: 1.5;
	padding: 1em;
	border: 1px solid #44556e;
	background: #a4b0c4;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-webkit-border-bottom-left-radius: 0.4em;
	-webkit-border-bottom-right-radius: 0.4em;
	-khtml-border-bottom-left-radius: 0.4em;
	-khtml-border-bottom-right-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	border-bottom-right-radius: 0.4em;
}

/* Theme Pagination */
.post-pagination {
	margin-bottom: 1.5em;
	font-weight: bold;
	color: #3a4658;
}
.post-pagination a {
	padding: 0.5em 0.8em;
	margin-right: 0.2em;
	display: inline-block;
    text-align: center;
	text-decoration: none;
	color: #3a4658;
	border: 1px solid #44556e;
	background: #677ea1;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.post-pagination a:link, .post-pagination a:visited {
	color: #084680;
}
.post-pagination a:hover {
	background: #788ba6;
	border: 1px solid #44556e;
	text-decoration: none;
}
.post-pagination .current {
	padding: 0.4em 0.8em;
	margin-right: 0.3em;
	background: #677ea1;
	border: 1px solid #44556e;
	color: #f2f2f2;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}

/* Infinite Scroll Pagination */
.infinite-scroll .post-pagination {
	display: none;
}
.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin-bottom: 1.5em;
	padding: 0.6em 1em;
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #5d7093;
	border: 1px solid #44556e;
	background: #677ea1;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.infinite-scroll #infinite-handle span:hover {
	background: #c6cdd8;
	border: 1px solid #8190b1;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 0.8em;
	color: #5d7093;
	background: #a4b0c4;
	border: 1px solid #44556e;
	padding: 0.5em 0.8em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	line-height: 1.4;
}
.breadcrumbs .trail-browse {
	margin-right: 0.5em;
}
.breadcrumbs .trail-items {
	list-style: none;
}
.breadcrumbs .trail-items li::after {
	content: "\00bb"; /* Raquo */
	padding: 0 0.5em;
}
.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }
.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
	line-height: 1.6em;
	margin: 0.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry p, .comment p {
	margin: 0.75em 0;
}
.entry h1, .comment h1,
.entry h2, .comment h2,
.entry h3, .comment h3,
.entry h4, .comment h4,
.entry h5, .comment h5,
.entry h6, .comment h6 {
	color: #000000;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.3em;
}
.entry h1, .comment h1 {
	font-size: 2.2em;
	line-height: 1.3em
}
.entry h2, .comment h2 {
	font-size: 1.8em;
	line-height: 1.3em
}
.entry h3, .comment h3 {
	font-size: 1.25em;
	line-height: 1.3em
}
.entry h4, .comment h4 {
	font-size: 1.125em;
	line-height: 1.3em
}
.entry h5, .comment h5 {
	font-size: 1em;
	line-height: 1.3em
	margin: 1.3em 0 0;
}
.entry h6, .comment h6 {
	font-size: 0.875em;
	line-height: 1.3em
	margin: 1.3em 0 0;
}
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big, .big_tag {
	font-size: 1.3em;
}
ins {
	text-decoration: none;
}
hr {
	background-color: transparent;
}
code, pre {
	color: #3a4658;
	background: #bfc6d1;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
    	padding: 6px;
    	border-radius: 5px;
    	overflow: auto;
	line-height: 1.0em;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	background:#677ea1;
	border-left: 10px solid #8190b1;
	margin: 1.2em 0;
	padding: 0.5em 1.5em;
}
blockquote cite {
	display: block;
	margin: 0.5em 0 0 0.5em;
	color: #777;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #44556e;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}
.entry tr td {
	border-top: 1px solid #44556e;
	padding: 0.2em 1em;
}
.entry tr.alternate td {
	background: #677ea1;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
.wp-post-image {
	max-width: 100%;
	margin: 0 0 1em 0;
	height: auto;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.alignleft {
	float: left;
	display: inline;
	margin: 1em 2em 1em 0;
}
.alignright	{
	float: right;
	display: inline;
	margin: 1em 0 1em 2em;
}
.aligncenter {
	margin: 1em auto;
	display: block;
}

/* Gallery Styling */
.gallery {
	margin: 1em auto !important;
}
.gallery-item {
	float: left;
	margin: 0.7em 0 0 0 !important;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	margin: 0 !important;
	border: none !important;
}
.gallery-caption {
	margin-left: 0.3em !important;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin-bottom: 1.5em;
	padding: 0.5em 0;
	color: #5d7093;
}
#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;
	font-weight: bold;
	text-decoration: none;
	color: #5d7093;
	padding: 0.5em 0.8em;
	border: 1px solid #44556e;
	background: #677ea1;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	background: #c6cdd8;
	border: 1px solid #8190b1;
}


/* Search Form
-------------------------------------------------------------- */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #f2f2f2;
	border: 1px solid #44556e;
	font-size: 1.0em;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 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: #f7f7f7;
}


/* 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 0.2em 0.2em 0;
	padding: 0;
}
#social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.9em;
	background: #5d7093;
	text-decoration: none;
	color: #a4b0c4;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	transition: all 0.3s ease;
}
#social-icons-menu li a:before {
	color: #a4b0c4;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px/1;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
}

/* 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: '\f204'; }
#social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
#social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; }
#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*="twitch.tv"]:before { content: '\f516'; }
#social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
#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*="newsletter"]:before,
#social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
#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'; }

/* Add Colors */
#social-icons-menu li a { background: #5d7093; } /* Default Icon */
#social-icons-menu li a[href*="codepen.io"]  { background: #3a4658; }
#social-icons-menu li a[href*="digg.com"] { background: #151515; }
#social-icons-menu li a[href*="dribbble.com"] { background: #ea4c89; }
#social-icons-menu li a[href*="facebook.com"] { background: #3b5998; }
#social-icons-menu li a[href*="flickr.com"] { background: #ff0084; }
#social-icons-menu li a[href*="plus.google.com"] { background: #dd4b39; }
#social-icons-menu li a[href*="github.com"] { background: #171515; }
#social-icons-menu li a[href*="instagram.com"] { background: #3f729b; }
#social-icons-menu li a[href*="linkedin.com"] { background: #007bb6; }
#social-icons-menu li a[href*="pinterest.com"] { background: #cb2027; }
#social-icons-menu li a[href*="polldaddy.com"] { background: #bc0b0b; }
#social-icons-menu li a[href*="getpocket.com"] { background: #ee4056; }
#social-icons-menu li a[href*="reddit.com"] { background: #ff4500; }
#social-icons-menu li a[href*="spotify.com"] { background: #81b71a; }
#social-icons-menu li a[href*="skype.com"],
#social-icons-menu li a[href*="skype:"] { background: #00aff0; }
#social-icons-menu li a[href*="stumbleupon.com"] { background: #f74425; }
#social-icons-menu li a[href*="tumblr.com"] { background: #32506d; }
#social-icons-menu li a[href*="twitch.tv"] { background: #6441A5; }
#social-icons-menu li a[href*="twitter.com"] { background: #00aced; }
#social-icons-menu li a[href*="vimeo.com"]  { background: #aad450; }
#social-icons-menu li a[href*="wordpress.org"] { background: #21759b; }
#social-icons-menu li a[href*="wordpress.com"] { background: #1e8cbe; }
#social-icons-menu li a[href*="youtube.com"] { background: #c4302b; }
#social-icons-menu li a[href*="newsletter"],
#social-icons-menu li a[href*="mailto"] { background: #dd4444; }
#social-icons-menu li a[href*="/feed"],
#social-icons-menu li a[href*="/feed/"],
#social-icons-menu li a[href*="?feed=rss2"],
#social-icons-menu li a[href*="feedburner.google.com"],
#social-icons-menu li a[href*="feedburner.com"] { background: #ee802f; }

#social-icons-menu li a:hover {
	text-decoration: none;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
}

#social-icons-menu li a .screen-reader-text {
	display: none;
}
.social-icons-wrap .social-icons-hint {
	font-size: 0.8em;
	color: #777;
	max-width: 300px;
	line-height: 1.2em;
}

/* Comments
-------------------------------------------------------------- */
#comments {
	margin: 1em 0;
}
#comments .comments-title, #respond #reply-title {
	font-family: 'Fjalla One', Tahoma, Verdana, Arial;
	font-size: 1.2em;
	color: #000000;
	background: #677ea1;
	border: 1px solid #44556e;
	padding: 0.6em 1em;
	margin-bottom: 0.8em;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.commentlist {
	display: block;
	margin: 1em 0 0.5em;
}
.commentlist .comment{
	display: block;
	padding: 1.5em 1em;
	background: #f2f2f2;
	border: 1px solid #44556e;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	margin-bottom: 1.5em;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.comment-author img {
	float: left;
	margin-right: 1em;
	margin-top: -0.1em;
}
.comment-author img:after {
	clear: both;
}
.comment-author .fn {
	font-size: 1.2em;
	padding: 0.2em 0;
	font-weight: bold;
}
.comment-author .fn a:link, .comment-author .fn a:visited {
	text-decoration: underline;
}
.comment-author .fn a:hover, .comment-author .fn a:active {
	text-decoration: none;
}
.bypostauthor .fn, .comment-author-admin .fn{
	font-style: italic;
	background: #677ea1;
	padding: 0.2em 0.6em;
}
.comment-meta {
	font-size: 0.9em;
	margin-bottom: 1.5em;
}
.comment-meta a:link, .comment-meta a:visited,
.comment-meta a:active, .comment-meta a:hover {
	color: #666 !important;
}
#comments .children {
	margin-top: 1.5em;
	margin-left: 1em;
}
#comments .children .comment {
	background: #bfc6d1;
	margin-bottom: 0;
}
#comments .children .children .comment {
	background: #a4b0c4;
}
.nocomments {
	color: #5d7093;
	padding: 1em;
}
.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	border-top: 1px solid #44556e;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
	font-weight: bold;
}
.comment-pagination a {
	color: #5d7093;
	padding: 0.5em 0.8em;
	border: 1px solid #44556e;
	background: #677ea1;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
.comment-pagination a:hover {
	background: #c6cdd8;
	border: 1px solid #8190b1;
	text-decoration: none;
}
.comment-pagination .alignleft {
	float: left;
}
.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 1em 0 0;
}
#commentform {
	padding: 0.5em 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;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
#commentform label {
	display: block;
	margin: 0.6em 0.3em 0.5em;
	font-weight: bold;
}
#commentform #submit {
	display: block;
	font-weight: bold;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #f2f2f2;
	border: 1px solid #44556e;
	background: #677ea1;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
#commentform #submit:hover {
	background: #788ba6;
	border: 1px solid #44556e;
	cursor: pointer;
	text-decoration: none;
}

/* Page Templates
-------------------------------------------------------------- */

/* Fullwidth Template */
.template-fullwidth #content {
	float: none;
	width: 100%;
	padding: 0;
}

/* Magazine Homepage
-------------------------------------------------------------- */

.magazine-homepage-no-widgets, .post-slider-empty-posts {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* Category Posts Widgets */
#magazine-homepage-widgets .widgettitle {
	margin: 0 0 1em 0;
}
.widget-category-posts {
	margin-bottom: -0.4em;
}
.widget-category-posts .widgettitle .category-archive-link {
	float: right;
}
.widget-category-posts .widgettitle .category-archive-link .genericon-expand {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 14px;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
	content: '\f431';
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	color: #a4b0c4;
	background: #5d7093;
	margin: 2px 0 0;
	padding: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.widget-category-posts .widgettitle .category-archive-link .genericon-expand:hover {
	text-decoration: none;
	border: none;
}
.widget-category-posts .type-post {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.widget-category-posts .big-post .entry-title {
	font-size: 1.2em;
}
.widget-category-posts .big-post .wp-post-image {
	margin: 0 0 0.8em 0;
}
.widget-category-posts .small-post {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 0.8em 0;
	border: 1px solid #44556e;
	background: #677ea1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widget-category-posts .small-post .wp-post-image {
	float: left;
	margin: 0.5em 1em 0.5em 0.5em;
	max-width: 30%;
}
.widget-category-posts .small-post .small-post-content {
	padding: 0.8em 0.4em;
}
.widget-category-posts .small-post .entry-title {
	border: none;
	margin: 0 0 0.4em 0;
	padding: 0;
	background: none;
	font-size: 1.05em;
}
.widget-category-posts .small-post .entry-meta {
	display: inline;
	background: none;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* Category Posts Boxed Widget */
#widget-category-posts-boxed .big-post {
	float: left;
	width: 50%;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-boxed .small-posts {
	width: 50%;
	margin-left: 50%;
}

/* Category Posts Grid Widget */
#widget-category-posts-grid .category-posts-grid-row {
	margin-right: -1em;
}
#widget-category-posts-grid .category-posts-grid-row .big-post,
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
	float: left;
	width: 50%;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-grid .category-posts-grid-row.small-post-row .small-post-wrap {
	padding-right: 1em;
}

/* Front Page Category Area Thre (two columns) */
.courage_category_posts_columns {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.courage_category_posts_columns .widget-category-posts {
	margin-bottom: 0;
}
#widget-category-posts-columns .category-posts-columns .category-posts-columns-content .category-posts-columns-post-list {
	float: left;
	margin-bottom: -0.9em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
	float: left;
	margin-bottom: 1.5em;
	color: #5d7093;
	background: #a4b0c4;
	border: 1px solid #44556e;
	padding: 0.8em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-column-left {
	float: left;
	width: 50%;
	padding-right: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-column-right {
	margin-left: 50%;
	width: 50%;
	padding-left: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-columns .big-post {
	margin-bottom: 1em;
}

/* Footer
-------------------------------------------------------------- */
#footer-wrap {
	background: #5d7093;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-webkit-border-bottom-left-radius: 0.4em;
	-webkit-border-bottom-right-radius: 0.4em;
	-khtml-border-bottom-left-radius: 0.4em;
	-khtml-border-bottom-right-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	border-bottom-right-radius: 0.4em;
}
#footer {
	padding: 1.4em;
	color: #000000;
	border-top: 1px solid rgba(255,255,255,0.08);
	background: rgba(255,255,255,0.04);
}
#footer a {
	color: #084680;
}
#footer #footer-text {
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
}
#footer #footer-text a:link, #footer #footer-text a:visited {
	text-decoration: none;
}
#footer #footer-text a:hover, #footer #footer-text a:active {
	color: #d60005;
	text-decoration: none;
}

/* Footer Navigation Menu */
#footernav {
	float: left;
}
#footernav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#footernav-menu li {
	float: left;
	position: relative;
	margin-right: 2em;
}
#footernav-menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.9em;
}
#footernav-menu a:link, #footernav-menu a:visited{
	color: #f2f2f2;
	text-decoration: none;
}
#footernav-menu a:hover {
	color: #084680;
	text-decoration: none;
}


/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	#wrapper {
		width: 94%;
		margin: 1em auto 2em;
	}
	#topheader {
		width: 94%;
	}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	#wrapper {
		width: 96%;
		margin: 0 auto 1.5em;
	}
	#topheader {
		width: 96%;
	}
	.widget-category-posts .big-post .entry-title {
		font-size: 1.1em;
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1.0em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 25%;
	}
	.widget-category-posts .small-post .small-post-content {
		padding: 0.6em 0.4em;
	}
	.widget-category-posts .small-post .entry-meta {
		font-size: 0.8em;
	}
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#wrap {
		padding: 1em 1em 0;
	}
	.type-post, .type-page, .type-attachment, .widget {
		margin-bottom: 1em;
	}
	#header {
		padding: 2em 0.5em;
	}
	#content {
		float: none;
		width: 100%;
		padding: 0;
	}
	#sidebar {
		clear: both;
		float: none;
		margin: 0;
		padding-top: 1em;
		width: 100%;
	}
	#logo {
		float: none;
		text-align: center;
		width: 100%;
	}
	#logo .site-title,
	#logo .custom-logo {
		float: none;
	}
	#logo .site-description {
		float: none;
		margin: 0;
		font-size: 1.05em;
	}
	#header-content {
		display: block;
		padding-top: 0.8em;
	}
	#header-content div {
		float: none;
		margin: 0;
	}
	#header-content #header-social-icons {
		float: right;
		max-width: 50%;
	}
	#header-content #header-search {
		float: left;
		max-width: 50%;
	}

	#topheader {
		width: 100%;
	}
	#topheader .header-text {
		padding: 1.2em;
	}

	/* Mobile Top Navigation */

	/* Reset */
	#topnav, .top-navigation-menu, .top-navigation-menu li, .top-navigation-menu a, .top-navigation-menu ul,
	.top-navigation-menu ul a, .top-navigation-menu ul ul, .top-navigation-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: auto;
		left: auto;
	}
	.top-navigation-menu li,
	.top-navigation-menu ul,
	.top-navigation-menu li ul ul {
		position: static;
		display: block;
		left: auto;
		top: auto;
		clear: left;
	}

	#topnav-toggle {
		display: inline-block;
		float: right;
		margin: 0;
		padding: 1em;
		text-decoration: none;
		color: #a4b0c4;
		background: none;
		border: none;
	}
	#topnav-toggle:hover {
		cursor: pointer;
		background: rgba(0,0,0,0.15);
	}
	#topnav-toggle:after {
		float: left;
		display: inline-block;
		font-size: 20px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f419';
		color: #a4b0c4;
	}
	#topnav {
		float: none;
	}
	.top-navigation-menu {
		display: none;
		float: left;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.top-navigation-menu a {
		display: block;
		padding: 1.2em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 0.95em;
		clear: left;
	}
	.top-navigation-menu a:link, .top-navigation-menu a:visited {
		color: #a4b0c4;
		text-decoration: none;
	}
	.top-navigation-menu a:hover {
		background: rgba(0, 0, 0, 0.15);
	}
	.top-navigation-menu ul {
		float: left;
		width: 100%;
		background: rgba(0,0,0,0.15);
	}
	.top-navigation-menu ul a {
		display: block;
		width: 100%;
		padding: 1.2em;
		font-size: 0.95em;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.top-navigation-menu ul ul a {
		padding-left: 2.4em;
	}
	.top-navigation-menu ul ul ul a {
		padding-left: 4.8em;
	}
	.top-navigation-menu ul a:link, .top-navigation-menu ul a:visited {
		color: #a4b0c4;
	}
	.top-navigation-menu ul a:hover {
		background: rgba(0, 0, 0, 0.25);
	}
	.top-navigation-menu li.current_page_item a, .top-navigation-menu li.current-menu-item a {
		text-decoration: underline;
	}
	.top-navigation-menu li.current_page_item ul li a, .top-navigation-menu li.current-menu-item ul li a{
		text-decoration: none;
	}
	.top-navigation-menu li.current_page_item ul li a:hover, .top-navigation-menu li.current-menu-item ul li a:hover {
		text-decoration: underline;
	}
	.top-navigation-menu ul li.current_page_item a, .top-navigation-menu ul li.current-menu-item a {
		text-decoration: underline;
	}
	.top-navigation-menu ul li.current_page_item ul li a, .top-navigation-menu ul li.current-menu-item ul li a{
		text-decoration: none;
	}

	.top-navigation-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: 0.8em 1em;
	}
	.top-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
		background: rgba(0,0,0,0.15);
	}
	.top-navigation-menu .submenu-dropdown-toggle:before {
		font-size: 24px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f431';
		color: #a4b0c4;
	}
	.top-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}

	/* Mobile Main Navigation */

	/* Reset */
	#mainnav, .main-navigation-menu, .main-navigation-menu li, .main-navigation-menu a, .main-navigation-menu ul,
	.main-navigation-menu ul a, .main-navigation-menu ul ul, .main-navigation-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: auto;
		left: auto;
	}
	.main-navigation-menu li,
	.main-navigation-menu ul,
	.main-navigation-menu li ul ul,
	.mega-menu-item .mega-menu-content,
	.mega-menu-item .mega-menu-content .mega-menu-widget {
		position: static;
		display: block;
		left: auto;
		top: auto;
		clear: left;
	}

	#mainnav-toggle {
		display: block;
		width: 100%;
		margin: 0;
		padding: 1em 1.5em 0.8em;
		text-decoration: none;
		color: #f2f2f2;
		background: #5d7093;
		border: none;
		font-size: 1.05em;
		font-weight: bold;
		font-family: 'Roboto', sans-serif;
		text-align: left;
		-moz-border-radius-topleft: 0.4em;
		-moz-border-radius-topright: 0.4em;
		-webkit-border-top-left-radius: 0.4em;
		-webkit-border-top-right-radius: 0.4em;
		-khtml-border-top-left-radius: 0.4em;
		-khtml-border-top-right-radius: 0.4em;
		border-top-left-radius: 0.4em;
		border-top-right-radius: 0.4em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-toggle:hover {
		cursor: pointer;
		background: rgba(0, 0, 0, 0.1);
	}
	#mainnav-toggle:after {
		float: right;
		margin: 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 24px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.main-navigation-menu {
		display: none;
		width: 100%;
		background: #5d7093;
	}
	.main-navigation-menu a {
		display: block;
		padding: 1.1em;
		color: #a4b0c4;
		text-decoration: none;
		font-size: 1.05em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		background: rgba(0, 0, 0, 0.15);
		clear: left;
	}
	.main-navigation-menu a:link, .main-navigation-menu a:visited {
		color: #f2f2f2;
	}
	.main-navigation-menu a:hover {
		background: rgba(0, 0, 0, 0.25);
	}
	.main-navigation-menu ul {
		width: 100%;
	}
	.main-navigation-menu ul a {
		display: block;
		width: 100%;
		padding: 1em 1em 1em 2em;
		font-size: 0.9em;
		background: rgba(0, 0, 0, 0.25);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.main-navigation-menu ul a:hover {
		background: rgba(0, 0, 0, 0.15);
	}
	.main-navigation-menu ul li ul {
		float: left;
		padding: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.main-navigation-menu ul li ul a {
		padding-left: 4em;
	}
	.main-navigation-menu ul li ul li ul a{
		padding-left: 6em;
	}
	.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a {
		text-decoration: underline;
	}
	.main-navigation-menu li.current_page_item ul li a, .main-navigation-menu li.current-menu-item ul li a{
		text-decoration: none;
	}
	.main-navigation-menu ul li.current_page_item a, .main-navigation-menu ul li.current-menu-item a {
		text-decoration: underline;
	}

	.main-navigation-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: 0.75em 1em;
	}
	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
		background: rgba(0,0,0,0.15);
	}
	.main-navigation-menu .submenu-dropdown-toggle:before {
		font-size: 28px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f431';
		color: #a4b0c4;
	}
	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}
	.main-navigation-menu ul .submenu-dropdown-toggle {
		padding: 0.55em 0.8em;
	}
	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 24px;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-content {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.mega-menu-item .mega-menu-two-columns > li,
	.mega-menu-item .mega-menu-three-columns > li,
	.mega-menu-item .mega-menu-five-columns > li {
		width: 100%;
	}

	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 50%;
	}

	/* Magazine Homepage: Category Post Widgets */
	.courage_category_posts_columns, .courage_category_posts_columns .widget-category-posts {
		margin-bottom: 0;
	}
	#widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
		margin-bottom: 1em;
	}
	.widget-category-posts .big-post .entry-title {
		font-size: 1.2em;
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1.05em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 30%;
	}
	.widget-category-posts .small-post .small-post-content {
		padding: 0.8em 0.4em;
	}
	.widget-category-posts .small-post .entry-meta {
		font-size: 0.9em;
	}

	/* Footer */
	#footer {
		text-align: center;
	}

	#footer #footer-text {
		float: none;
	}

	/* Footer Navigation Menu */
	#footernav {
		float: none;
	}
	#footernav-menu {
		float: none;
	}
	#footernav-menu li {
		float: none;
		display: inline-block;
		margin: 0 1em 1.5em;
	}
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#wrapper {
		width: 100%;
		margin: 0;
		padding: 0 1em 1em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#logo .site-title {
		font-size: 2.4em;
	}

	.entry h1, .comment h1 {
	font-size: 2.2em;
	}
	.entry h2, .comment h2 {
		font-size: 1.8em;
	}
	.entry h3, .comment h3 {
		font-size: 1.25em;
	}
	.entry tr th,
	.entry thead th {
		padding: 0.2em 0.4em;
	}
	.entry tr td {
		padding: 0.2em 0.4em;
	}

	.widget-category-posts .big-post .entry-title {
		font-size: 1.1em;
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1.0em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 25%;
	}
	.widget-category-posts .small-post .small-post-content {
		padding: 0.6em 0.4em;
	}
	.widget-category-posts .small-post .entry-meta {
		font-size: 0.8em;
	}
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	#logo .site-title {
		font-size: 2.2em;
	}
	.page-title {
		font-size: 1.6em;
	}
	.entry-title {
		font-size: 1.3em;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 100%;
	}

	/* Magazine Homepage: Category Post Widgets */
	#widget-category-posts-grid .category-posts-grid-row {
		margin-right: 0;
	}
	#widget-category-posts-grid .category-posts-grid-row .big-post,
	#widget-category-posts-grid .category-posts-grid-row .small-post-wrap,
	#widget-category-posts-boxed .big-post,
	#widget-category-posts-columns .category-posts-column-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#widget-category-posts-grid .category-posts-grid-row.small-post-row .small-post-wrap {
		padding-right: 0;
	}
	#widget-category-posts-boxed .small-posts,
	#widget-category-posts-columns .category-posts-column-right {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	.widget-category-posts .big-post .entry-title {
		font-size: 1.2em;
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1.05em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 30%;
	}
	.widget-category-posts .small-post .small-post-content {
		padding: 0.8em 0.4em;
	}
	.widget-category-posts .small-post .entry-meta {
		font-size: 0.9em;
	}

}


/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#wrap {
		padding: 0.9em 0.9em 0;
	}
	.type-post, .type-page, .type-attachment, .widget {
		padding: 0.6em;
		margin-bottom: 0.9em;
	}
	#header {
		padding: 1.5em 0.5em;
	}
	#logo {
		text-align: left;
	}
	#logo .site-title {
		font-size: 2.0em;
	}
	#header-content #header-social-icons, #header-content #header-search {
		float: none;
		max-width: 100%;
	}
	#header-content #header-search {
		margin-top: 0.5em;
	}
	.page-title {
		font-size: 1.4em;
	}
	.entry-title {
		font-size: 1.2em;
	}
	#footer #footer-text {
		float: none;
		margin-top: 1.2em;
	}

	/* Magazine Homepage: Category Post Widgets */
	.courage_category_posts_columns, .courage_category_posts_columns .widget-category-posts {
		padding: 0;
		margin-bottom: 0;
	}
	#widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
		margin-bottom: 0.9em;
	}
	.widget-category-posts .big-post .entry-title {
		font-size: 1.1em;
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1.0em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 25%;
		margin-right: 0.5em;
	}
	.widget-category-posts .small-post .small-post-content {
		padding: 0.6em 0.4em;
	}
	.widget-category-posts .small-post .entry-meta {
		font-size: 0.8em;
	}

	/* Footer Navigation Menu */
	#footernav-menu li {
		display: block;
		margin: 0 0 1.5em;
	}

}
@media only screen and (max-width: 20em) {
	.widget-category-posts .big-post .entry-title {
		font-size: 1.0em;
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 0.9em;
	}
	.widget-category-posts .small-post .entry-meta {
		font-size: 0.7em;
	}
}
/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	#header {
		padding: 1em 0.5em;
	}
	#logo .site-title {
		font-size: 1.7em;
	}
	.page-title {
		font-size: 1.2em;
	}
	.entry-title {
		font-size: 1.1em;
	}
	.entry-meta span, .postinfo span {
		display: block;
	}
	.entry-meta .sep, .postinfo .sep, .entry-meta .post-edit-link {
		border: none;
		margin: 0;
		padding: 0;
	}
}


/*--------------------------------------------------------------
# Theme Option Styles
--------------------------------------------------------------*/

/* Sidebar Left Layout */
@media only screen and (min-width: 60em) {
	.sidebar-left #content {
		float: right;
		padding-right: 0;
		padding-left: 1.5em;
	}
	.sidebar-left #sidebar {
		float: left;
	}
}

/* Boxed Design */
.boxed-design #wrapper {
	margin: 0 auto;
}
.boxed-design #header {
	background: #a4b0c4;
}
.boxed-design input, .boxed-design textarea, .boxed-design input[type="submit"],
.boxed-design #mainnav, .boxed-design #navi-wrap, .boxed-design #mainnav-toggle,
.boxed-design .type-post, .boxed-design .type-page, .boxed-design .type-attachment, .boxed-design .page-title, .boxed-design .entry-title,
.boxed-design .postinfo, .boxed-design .more-link, .boxed-design .archive-title, .boxed-design .archive-description, .boxed-design .post-pagination a , .boxed-design .post-pagination .current,
.boxed-design .wp-post-image, .boxed-design #social-icons-menu li a, .boxed-design #footer-wrap, .boxed-design .widget, .boxed-design .widgettitle ,
.boxed-design #comments .comments-title, .boxed-design #respond #reply-title, .boxed-design .commentlist .comment, .boxed-design .comment-pagination a,
.boxed-design #commentform input[type="text"], .boxed-design #commentform textarea, .boxed-design #commentform #submit,
.boxed-design #widget-category-posts-columns .category-posts-columns .category-posts-columns-content, .boxed-design .breadcrumbs, .boxed-design .post-navigation {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.boxed-design #social-icons-menu li a:hover {
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
}
@media only screen and (max-width: 60em) {
	.boxed-design #wrapper {
		width: 100%;
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Media Query Fixes
--------------------------------------------------------------*/

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60.001em) {
	/* ensure #nav is visible on desktop version */
	.top-navigation-menu, .main-navigation-menu {
		display: block !important;
	}
	.top-navigation-menu li.menu-item:hover a,
	.main-navigation-menu li.menu-item:hover a {
		background: rgba(0, 0, 0, 0.15);
	}
	.top-navigation-menu li.menu-item:hover ul a:hover,
	.main-navigation-menu li.menu-item:hover ul a:hover {
		background: rgba(0, 0, 0, 0.25);
	}
	.main-navigation-menu {
		-moz-border-radius-topleft: 0.4em;
		-moz-border-radius-topright: 0.4em;
		-webkit-border-top-left-radius: 0.4em;
		-webkit-border-top-right-radius: 0.4em;
		-khtml-border-top-left-radius: 0.4em;
		-khtml-border-top-right-radius: 0.4em;
		border-top-left-radius: 0.4em;
		border-top-right-radius: 0.4em;
	}

}

/*--------------------------------------------------------------
# Individuelle Icons
--------------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?q6z5u0');
  src:  url('fonts/icomoon.eot?q6z5u0#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?q6z5u0') format('truetype'),
    url('fonts/icomoon.woff?q6z5u0') format('woff'),
    url('fonts/icomoon.svg?q6z5u0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-home3:before {
  content: "\e902";
}
.icon-newspaper:before {
  content: "\e904";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-image:before {
  content: "\e90d";
}
.icon-images:before {
  content: "\e90e";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-music:before {
  content: "\e911";
}
.icon-play:before {
  content: "\e912";
}
.icon-film:before {
  content: "\e913";
}
.icon-video-camera:before {
  content: "\e914";
}
.icon-dice:before {
  content: "\e915";
}
.icon-pacman:before {
  content: "\e916";
}
.icon-connection:before {
  content: "\e91b";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-books:before {
  content: "\e920";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-file-empty:before {
  content: "\e924";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-file-picture:before {
  content: "\e927";
}
.icon-file-music:before {
  content: "\e928";
}
.icon-file-play:before {
  content: "\e929";
}
.icon-file-video:before {
  content: "\e92a";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-coin-euro:before {
  content: "\e93c";
}
.icon-lifebuoy:before {
  content: "\e941";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-alarm:before {
  content: "\e950";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-printer:before {
  content: "\e954";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-key:before {
  content: "\e98d";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-equalizer:before {
  content: "\e992";
}
.icon-equalizer2:before {
  content: "\e993";
}
.icon-cog:before {
  content: "\e994";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-briefcase:before {
  content: "\e9ae";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-sad:before {
  content: "\e9e5";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-pause:before {
  content: "\ea16";
}
.icon-stop:before {
  content: "\ea17";
}
.icon-previous:before {
  content: "\ea18";
}
.icon-next:before {
  content: "\ea19";
}
.icon-backward:before {
  content: "\ea1a";
}
.icon-forward2:before {
  content: "\ea1b";
}
.icon-volume-medium:before {
  content: "\ea27";
}
.icon-arrow-up-left:before {
  content: "\ea31";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-up-right:before {
  content: "\ea33";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down-right:before {
  content: "\ea35";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-arrow-down-left:before {
  content: "\ea37";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-up-left2:before {
  content: "\ea39";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-up-right2:before {
  content: "\ea3b";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-down-left2:before {
  content: "\ea3f";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-mail:before {
  content: "\ea83";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-twitch:before {
  content: "\ea9f";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-android:before {
  content: "\eac0";
}
.icon-windows:before {
  content: "\eac1";
}
.icon-windows8:before {
  content: "\eac2";
}
.icon-soundcloud2:before {
  content: "\eac4";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-paypal:before {
  content: "\ead8";
}
.icon-chrome:before {
  content: "\ead9";
}
.icon-firefox:before {
  content: "\eada";
}
.icon-IE:before {
  content: "\eadb";
}
.icon-edge:before {
  content: "\eadc";
}
.icon-safari:before {
  content: "\eadd";
}
.icon-opera:before {
  content: "\eade";
} 