/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* -------------------------------------------------------------------------------- */
/*	# Header
/* -------------------------------------------------------------------------------- */
.site-branding {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
}

/* Blog title --------------------------------------- */
.site-title {
	display: block;
	font-size: 2.25em;
	line-height: 100%;
	margin: 0;
	padding-top: 35px;
	font-weight: 700;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.site-title a,
.site-title a:visited {
	color: #002649;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #dd4f05;
}

.site-description {
	margin-bottom: 0;
	margin-top: 15px;
	padding-bottom: 35px;
	font-size: 1.1em;
	line-height: 100%;
	text-align: center;
	font-style: italic;
}

/* Site logo --------------------------------------- */
.site-logo {
	display: inline-block;
	margin-bottom: .75em;
	width: auto;
	max-width: 100%;
	height: auto;
}

/* Header image --------------------------------------- */
.header-image-wrapper {
	display: block;
	overflow: hidden;
}

.header-image {
	max-height: 444px;
	max-width: 1280px;
	display: block;
	margin: auto;
}

.has-featured-image .header-image {
	max-height: 250px;
	max-width: 250px;
	display: block;
	margin: auto;
}	
}

/*.header-image img {
	margin: 0 auto;
	max-height: 100%;
	width: auto;
	visibility: hidden;
}*/
.entry-title a:hover {
	color: #dd4f05;
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #002649;
	text-decoration: none;
}

.entry-content a,
.comment-content a {
	word-wrap: break-word;
}

a:hover,
a:focus,
a:active {
	color: #dd4f05;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.toggles,
.mobile-search {
	display: none;
}

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

.main-navigation {
	text-align: center;
	font-size: .9em;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation ul > li + li {
	margin-left: 40px;
}

.main-navigation ul > li + li:before {
	content: "|";
	display: block;
	font-family: Lato;
	font-size: 15px;
	font-weight: 700;
	color: #bbb;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: -25px;
}

.main-navigation a {
	display: inline-block;
	padding: 24px 0;
	color: #002649;
	position: relative;
}

.main-navigation ul > .page_item_has_children > a,
.main-navigation ul > .menu-item-has-children > a {
	padding-right: 18px;
	position: relative;
}

.main-navigation ul > .page_item_has_children > a:after,
.main-navigation ul > .menu-item-has-children > a:after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: #002649;
	position: absolute;
	z-index: 1001;
	right: 0;
	top: 50%;
	margin-top: -2px;
}

.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a {
	cursor: pointer;
	color: #dd4f05;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {
	color: #fff;
	opacity: .75;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	font-family: Lato;
	overflow: hidden;
	margin: 0 0 1.5em;
}

.widget a,
.widget a:visited {
	color: #dd4f05;
}

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

.widget > div > ul:first-of-type,
.widget > ul:first-of-type {
	padding-left: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	margin-left: 1px;
/* Fixes from edge getting clipped off on left side  */
	max-width: 100%;
	display: block;
}

.widget + .widget {
	border-top: 1px solid #63666a;
	margin-top: 5px;
	padding-top: 5px;
}

.widget li {
	line-height: 140%;
	padding: 12px 0;
	border-bottom: 1px solid #63666a;
}

.widget ul ul li:first-child {
	margin-top: .5em;
	border-top: 1px solid #63666a;
}

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

.widget ol,
.widget ul {
	margin-left: 0;
}

.widget-title {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid #dd4f05;
	margin-bottom: 5px;
	font-family: Lato;
	font-size: .78em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a,
.widget_authors a strong {
	clear: both;
	display: inline-block;
	font-family: Lato;
	line-height: 140%;
	font-weight: 700;
	color: #111;
}

.widget_recent_comments .recentcomments,
.widget_recent_comments .recentcommentstexttop {
	margin-top: 3px;
	color: #666;
	line-height: 130%;
}

.widget_authors li {
	position: relative;
}

.widget_authors .avatar {
	display: inline-block;
	width: 55px;
	height: 55px;
	padding: 2px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 99px;
}

.widget_recent_comments .avatar {
	display: inline-block;
	padding: 2px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 99px;
}

/* Search Widget --------------------------------------- */
.widget_search {
	position: relative;
}

.widget .search-field {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 20px 60px 20px 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #63666a;
	border-radius: 0;
	font-family: Lato;
	font-size: .9rem;
	color: #111;
}

.widget .search-submit {
	display: block;
	height: 100%;
	width: 60px;
	background: none;
	border-left: 1px solid #ddd;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

/* Text Widget --------------------------------------- */
.textwidget {
	line-height: 1.5;
}

/* Widget Icons --------------------------------------- */
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
	color: #888;
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_authors li a {
	color: #111;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.widget_authors li a:hover {
	color: #63666a;
	text-decoration: none;
}

.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before,
.widget_pages li:before,
.widget_authors ul ul li:before,
.widget_recent_comments li:before {
	font: 16px/1 'Genericons';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.widget_archive li:before,
.widget_authors ul ul li:before {
	content: '\f307';
}

.widget_categories li:before {
	content: '\f301';
}

.widget_meta li:before {
	content: '\f445';
}

.widget_nav_menu li:before,
.widget_pages li:before {
	content: ;
}

.widget_recent_comments li:before {
	content: '\f445';
}

/* Recent Posts --------------------------------------- */
.widget_recent_entries .post-date {
	clear: both;
	display: block;
	margin-top: 3px;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.widget_recent_entries a,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_recent_entries a:visited {
	clear: both;
	font-family: Lato;
	line-height: 140%;
	font-weight: 700;
	color: #111;
	display: inline-block;
}

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

/* RSS Widget --------------------------------------- */
.widget_rss .widget-title img {
	width: 13px;
	height: 13px;
	margin-right: 2px;
	position: relative;
	bottom: -2px;
}

.widget_rss li a {
	display: block;
	font-family: Lato;
	font-size: 1.1em;
	line-height: 120%;
	font-weight: 700;
	color: #111;
}

.widget_rss li .rss-date {
	display: block;
	margin-top: 2px;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.widget_rss li .rssSummary {
	margin-top: 5px;
}

.widget_rss li cite {
	display: block;
	margin-top: 8px;
	font-size: .9em;
}

.widget_rss li cite:before {
	content: "\2014 ";
}

/* Widget Calendar --------------------------------------- */
#wp-calendar {
	width: 100%;
	max-width: 100%;
	color: #111;
	text-align: center;
}

#wp-calendar thead {
	border-top: 1px solid #ddd;
}

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

#wp-calendar caption {
	text-transform: capitalize;
	color: #111;
	padding-bottom: 4%;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar thead th {
	font-size: .75em;
	font-weight: 900;
	text-transform: uppercase;
	color: #ca2017;
}

#wp-calendar th:first-child,
#wp-calendar tbody td:first-child {
	border-left: 1px solid #ddd;
}

#wp-calendar tbody a:hover {
	text-decoration: underline;
}

#wp-calendar tfoot td {
	padding: 0;
	border: none !important;
}

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

#wp-calendar tfoot #next a {
	text-align: right;
}

#wp-calendar tfoot a {
	display: block;
	margin-top: 12px;
	font-size: .75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #ca2017;
}

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

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.date-hidden .byline:before {
	display: none;
}

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

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

.hentry {
	display: block;
	background: #fff;
	border: 1px solid #63666a;
	position: relative;
}

.hentry + .hentry,
.infinite-wrap .hentry:first-child {
	margin-top: 30px;
}

.single .hentry {
	border-bottom: 0;
}

/* Sticky Post --------------------------------------- */
.sticky-post {
	display: block;
	box-sizing: border-box;
	height: 40px;
	width: 30px;
	background: #002649;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -1px;
	right: 3.75%;
}

.sticky-post .genericon {
	color: #fff;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -8px;
}

.sticky-post:after {
	content: "";
	border: 15px solid transparent;
	border-top: none;
	border-bottom-width: 8px;
	border-left-color: #dd4f05;
	border-right-color: #dd4f05;
	position: absolute;
	bottom: -8px;
	right: 0;
	-webkit-transform: scale(1.0001);
	-moz-transform: scale(1.0001);
}

.sticky-post:hover,
.sticky-post:focus,
.sticky-post:active {
	height: 43px;
	color: #fff;
}

/* Post Image --------------------------------------- */
.featured-image,
.featured-image img {
	display: block;
}

/* Post Inner --------------------------------------- */
.entry-wrapper {
	width: 629px;
	max-width: 85%;
	padding: 30px 0;
	margin: 0 auto;
}

/* Post Header --------------------------------------- */
.entry-header + .entry-content {
	margin-top: 20px;
}

.entry-title {
	font-size: 1.6em;
	line-height: 100%;
	margin: 0;
	font-weight: 600;
	color: #002649;
}

.entry-title a {
	color: #002649;
}

.entry-title a:hover {
	color: #dd4f05;
	text-decoration: underline;
}

/* Post Meta ----------------------------------- */
.format-aside .entry-meta,
.entry-title + .entry-meta {
	border-top: 1px solid #c8c9c7;
	margin-top: 5px;
	padding-top: 5px;
}

.entry-meta > span {
	display: inline-block;
	font-family: Lato;
	font-size: .75em;
	line-height: 100%;
	font-weight: 700;
/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #002649;
}

.entry-meta > span + span:before {
	content: "|";
	margin: 0 1em;
	color: #ccc;
}

.entry-meta a {
	color: #002649;
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
}

.entry-meta a:hover {
	border-bottom-color: #dd4f05;
}

/* Post Links -------------------------------------------- */
.page-links {
	display: inline-block;
	background: #eee;
	font-family: Lato;
	font-size: .75em;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 0 10px;
	color: #666;
}

.page-links a,
.page-links > span {
	display: inline-block;
	padding: 10px;
}

.page-links a:first-child,
.page-links span:first-child {
	margin-left: 0;
}

.entry-content .page-links a:hover {
	background: #dd4f05;
	color: #fff;
	text-decoration: underline;
}

.page-links > span:nth-of-type(2) {
	background: #ccc;
	color: #111;
}

.page-title {
	padding: 23px 0 0;
	height: 60px;
	background: rgba(0,0,0,0.6);
	font-family: Lato;
	font-size: .75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #fff;
	text-align: center;
	text-shadow: 1px 0 0 rgba(0,0,0,0.2);
}

.page-title span {
	color: rgba(255,255,255,0.8);
}

.page-title + .hentry > .hentry:first-child,
.hentry + .comments-area {
	border-top: none;
}

/* Tags------------------------------- */
.tags-links {
	margin-top: 60px;
}

.entry-tags,
.tagcloud {
	line-height: 1;
}

.tags-links a,
.tagcloud a {
	display: inline-block;
	padding: 5px 6px 6px 3px;
	margin: 0 3px 8px 11px;
	background: #ddd;
	font-family: Lato;
	font-size: .7rem !important;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
	position: relative;
}

.tags-links a {
	margin-right: 8px;
}

.tags-links a:before,
.tagcloud a:before {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-left-width: 0;
	border-right-color: #ddd;
	position: absolute;
	top: 0;
	left: -11px;
}

.tags-links a:hover,
.tagcloud a:hover {
	background: #ca2017;
	color: #fff;
}

.tags-links a:hover:before,
.tagcloud a:hover:before {
	border-right-color: #ca2017;
}

.entry-content {
	font-family: Lato;
	font-size: 1.05em;
	padding-bottom: .5em;
}

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

.screen-reader-text {
}

.entry-content .more-link {
	display: inline-block;
	padding: 5px;
	margin: 1.5em 0 0;
	border: 0;
	font-family: Lato;
	font-size: .8rem;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #002649;
}

.entry-content .more-link:hover,
.entry-content .more-link:focus,
.entry-content .more-link:active {
	background-color: #fff;
	color: #dd4f05;
	text-decoration: none;
}

/*.more-link .meta-nav {
	display: none;
}*/
.entry-content p,
.entry-content blockquote,
.entry-content address,
.entry-content dl,
.entry-content pre {
	line-height: 140%;
	margin-bottom: 1.5em;
}

.entry-content :last-child {
	margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 50px 0 1.5em;
	line-height: 110%;
	font-weight: 700;
}

.entry-content h1 {
	font-size: 2em;
}

.entry-content h2 {
	font-size: 1.75em;
}

.entry-content h3 {
	font-size: 1.5em;
}

.entry-content h4 {
	font-size: 1.25em;
}

.entry-content h5 {
	font-size: 1.1em;
}

.entry-content h6 {
	font-family: Lato;
	font-size: .8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Full-Width Page---------------------------- */
.page-template-full-width-page-template-php .site-main {
	margin-left: auto;
	margin-right: auto;
}

.page-template-full-width-page-template-php .site-content {
	width: 100%;
	float: none;
}

.page-template-full-width-page-template-php .entry-wrapper {
	width: auto;
}

/* Search------------------------------ */
.search-form {
	position: relative;
}

input.search-field {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 20px 60px 20px 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	font-family: Lato;
	font-size: .9rem;
	color: #111;
}

.search-field:focus {
	outline: none;
}

.search-submit {
	display: inline-block;
	color: #111;
	height: 100%;
	width: 66px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.search-submit .genericon {
	font-size: 24px;
}

.search-submit:hover {
	background: transparent;
	cursor: pointer;
}

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

/*--------------------------------------------------------------
# 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;
}

#infinite-handle,
.infinite-loader {
	margin-top: 60px;
	text-align: center;
}

#infinite-handle span {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 3px;
	background: #111;
	font-family: Lato;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#infinite-handle span:hover {
	cursor: pointer;
	background: #ca2017;
	color: #fff;
}

.infinite-loader .spinner {
	margin: 0 auto;
}

/*--------------------------------------------------------------
# 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%;
}

.entry-content img {
	padding: 5px;
	border: 0 solid #ddd;
}

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

.wp-caption-text,
.gallery-caption {
	margin: 4px auto 16px;
	font-family: Lato;
	font-size: .9rem;
	line-height: 160%;
	color: #444;
	text-align: center;
}

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

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

.gallery-caption {
	font-size: 16px;
	line-height: 24px;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	background: #fff;
	border: 1px solid #ddd;
}

.comments-wrapper {
	width: 629px;
	max-width: 85%;
	padding: 60px 0;
	margin: 0 auto;
	position: relative;
}

.comments-title,
.comment-reply-title {
	padding-bottom: .75em;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-bottom: .375em;
	vertical-align: bottom;
}

.comment-reply-title {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

.comments-title,
.comment-reply-title {
	font-size: 2em;
	font-weight: 700;
	position: relative;
}

.comments-title span a {
	display: block;
	color: #ca2017;
	font-family: Lato;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	bottom: 26px;
	right: 0;
}

.comments-title span a:after {
	content: "\2192";
	display: inline;
}

.comments-title span a:hover {
	text-decoration: underline;
}

.no-comments {
	text-align: center;
}

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

.comment:not(.pingback):not(.trackback) {
	position: relative;
}

.comment,
.pingback,
.trackback {
	margin-top: 1.5em;
}

.comment-list > .comment:first-child > .comment:first-child {
	margin-top: 0;
}

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

.comment:not(.pingback):not(.trackback) .avatar {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 999px;
	position: absolute;
	top: 10px;
	left: -80px;
}

.comment:not(.pingback):not(.trackback) .comment-body {
	margin-left: 80px;
	padding: 1.5em;
	background: #f1f1f1;
	border-radius: 6px;
	position: relative;
}

.bypostauthor .comment-author img {
	display: block;
	padding: 4px;
	border-radius: 99px;
	background: #ca2017;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 4px;
	left: -4px;
}

.comment:not(.pingback):not(.trackback) .comment-body:before {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-right-color: #f1f1f1;
	position: absolute;
	top: 30px;
	left: -20px;
}

.comment-author {
	font-size: 1.1em;
	font-weight: 700;
}

.comment-author a {
	color: #111;
}

.comment-author a:hover {
	color: #ca2017;
}

.says {
	display: none;
}

/* Comment Meta-----------------------------------*/
.comment-metadata {
	font-family: Lato;
	font-size: .7em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}

.comment-metadata a {
	color: #777;
}

.comment-reply-link {
	float: right;
}

.comment .edit-link {
	clear: none;
	display: inline-block;
}

.depth-3 .comment-reply-link,
.depth-3 .comment .edit-link {
	clear: both;
	float: none;
	display: block;
	margin: 5px 0 0;
}

.depth-3 .comment .edit-link:before {
	margin-left: 0;
}

.comment-metadata time:before,
.comment .edit-link:before,
.comment .comment-reply-link:before,
.more-link:after {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	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;
	content: ;
	margin-right: 3px;
	position: relative;
	top: 1px;
}

.more-link:after {
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	text-decoration: none;
	top: -2px;
}

/*.comment .comment-reply-link:before {
	content: "\f412";
}*/
.comment .edit-link:before {
	content: "\f411";
	margin-left: 12px;
}

.pingback .edit-link,


.trackback .edit-link {
	float: right;
}

.site-main .comment-navigation {
	margin-top: .75em;
	padding-bottom: .75em;
	border-bottom: 1px solid #ddd;
}

.comment-navigation a {
	font-family: Lato;
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.comment-navigation a:active {
	color: #ca2017;
}

.comment-respond {
	margin: 0 auto;
}

.comment-respond .logged-in-as {
	margin-bottom: 40px;
}

.comment-list .comment-respond {
	padding: 40px 0 15px;
	max-width: 100%;
}

.comment-list #cancel-comment-reply-link {
	margin-left: 3px;
	font-family: Lato;
	font-size: .8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.comment-list #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #002649;
	border-top: 1px solid #63666a;
	border-bottom: 1px solid #63666a;
}

.footer-widgets {
	background: white;
	padding: 60px 0;
}

.footer-widgets .widget-areas {
	display: block;
	width: 1140px;
	max-width: 90%;
	margin: 0 auto;
}

.footer-widgets .widget-area {
	width: 30%;
	float: left;
	margin-left: 5%;
}

.footer-widgets .widget-area:first-child {
	margin-left: 0;
}

.site-footer .tagcloud a {
	background: #eee;
}

.site-footer .tagcloud a:before {
	border-right-color: #eee;
}

.site-info {
	padding-bottom: 5px;
	font-family: Lato;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-info .sep {
	margin: 0 5px;
	color: #ca2017;
	font-family: Lato;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	position: relative;
	bottom: -2px;
}

.site-info a {
	color: #fff;
}

.site-info a:hover {
	color: #ca2017;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and ( min-height: 800px ) {
	/* Header --------------------------------------- */
	.header-image {
		max-height: 400px;
	}
}

@media screen and ( max-width: 1000px ) {
	/* Structure --------------------------------------- */
	.content-area,
													.site-content .widget-area,
													.footer-widgets .widget-area {
		width: 100%;
		float: none;
	}
	
	.site-content {
		max-width: 100%;
	}
	
	.site-content .widget-area {
		margin: 3em auto 0;
		padding: 0 5%;
	}
	
	.site-main {
		margin: 0 auto;
	}
	
	/* Navigation --------------------------------------- */
	.main-navigation {
		display: none;
	}
	
	/* Nav Toggle */
	.toggles {
		display: block;
		background: #fff;
		border-top: 1px solid #eee;
		padding: 0 5%;
	}
	
	.toggle {
		background: transparent;
		border: 0;
		box-shadow: none;
		color: #111;
		display: block;
		width: 30px;
		height: 55px;
		position: relative;
		z-index: 10;
	}
	
	.toggle:hover {
		cursor: pointer;
	}
	
	.toggle:focus {
		outline: none;
	}
	
	.menu-toggle {
		float: left;
	}
	
	.menu-toggle .bar {
		width: 30px;
		height: 3px;
		background: #111;
		border-radius: 2px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		top: 50%;
		transition: opacity .2s linear 0.2s, margin .2s linear 0.2s, transform .2s linear 0;
	}
	
	.menu-toggle:hover,
													.menu-toggle:active,
													.menu-toggle:focus {
		background: transparent;
	}
	
	.menu-toggle:hover .bar,
													.menu-toggle:active .bar,
													.menu-toggle:focus .bar {
		background: #ca2017;
		transition: .2s;
	}
	
	.menu-toggle .bar:nth-child(1) {
		margin-top: -10px;
	}
	
	.menu-toggle .bar:nth-child(2) {
		margin-top: -2px;
	}
	
	.menu-toggle .bar:nth-child(3) {
		margin-top: 6px;
	}
	
	.menu-toggle.active .bar {
		background: #ca2017;
		transition: .2s linear;
	}
	
	.menu-toggle.active .bar:nth-child(1),
													.menu-toggle.active .bar:nth-child(3) {
		margin-top: -2px;
	}
	
	.menu-toggle.active .bar:nth-child(1) {
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.menu-toggle.active .bar:nth-child(2) {
		opacity: 0;
	}
	
	.menu-toggle.active .bar:nth-child(3) {
		-ms-transform: rotate(45deg);
		transform: rotate(-45deg);
	}
	
	/* Search Toggle */
	.search-toggle {
		float: right;
	}
	
	.search-toggle:hover,
													.search-toggle:active,
													.search-toggle:focus {
		background: transparent;
		color: #ca2017;
		transition: .2s;
	}
	
	.search-toggle .genericon {
		width: 100%;
		font-size: 32px;
		text-align: center;
		position: absolute;
		top: 50%;
		margin-top: -16px;
	}
	
	.search-toggle.active {
		color: #ca2017;
	}
	
	.main-navigation {
		text-align: left;
	}
	
	.main-navigation ul {
		margin: 0;
		padding: 0;
	}
	
	.main-navigation li {
		display: block;
		position: relative;
	}
	
	.main-navigation ul > li + li {
		margin-left: 0;
	}
	
	.main-navigation ul > li + li:before {
		display: none;
	}
	
	.main-navigation ul > .page_item_has_children > a,
													.main-navigation ul > .menu-item-has-children > a {
		padding-right: 0;
	}
	
	.main-navigation ul > .page_item_has_children > a:after,
													.main-navigation ul > .menu-item-has-children > a:after {
		display: none;
	}
	
	.main-navigation ul li:hover > a {
		color: #ca2017;
	}
	
	/* Sub menus --------------------------------------- */
	.main-navigation ul ul {
		position: relative;
		z-index: 10000;
		display: block;
		left: auto;
		top: auto;
		opacity: 1;
		padding-top: 0;
		transition: none;
	}
	
	.main-navigation ul > li > ul:before,
													.main-navigation ul ul > li > ul:before,
													.main-navigation ul ul > li + li:before,
													.main-navigation ul ul > .page_item_has_children > a:after,
													.main-navigation ul ul > .menu-item-has-children > a:after,
													.main-navigation ul ul .page_item_has_children:after,
													.main-navigation ul ul .menu-item-has-children:after,
													.main-navigation ul ul .page_item_has_children:hover:after,
													.main-navigation ul ul .menu-item-has-children:hover:after {
		display: none;
	}
	
	.main-navigation ul ul li {
		width: auto;
		background: transparent;
		text-align: left;
	}
	
	.main-navigation ul ul a {
		display: block;
		line-height: inherit;
		border-bottom: 0;
		color: inherit;
		font-style: normal;
	}
	
	.main-navigation ul ul > li:last-child > a {
		border-bottom-width: 0;
	}
	
	.main-navigation ul > li:hover > ul {
		left: auto;
		margin-left: auto;
		top: auto;
	}
	
	/* Deep down --------------------------------------- */
	.main-navigation ul ul ul {
		top: auto;
	}
	
	.main-navigation ul ul li,
													.main-navigation ul ul ul li,
													.main-navigation ul ul ul ul li,
													.main-navigation ul ul ul ul ul li,
													.main-navigation ul ul ul ul ul ul li {
		background: transparent;
	}
	
	.main-navigation ul li > ul > li:hover > ul {
		opacity: 1;
		top: auto;
		left: auto;
		margin-left: auto;
	}
	
	/* Menus --------------------------------------- */
	.main-navigation li {
		border-top: 1px solid #eee;
	}
	
	.main-navigation > li:first-child {
		border-top: none;
	}
	
	.main-navigation a {
		display: block;
		padding: 20px 5%;
		font-size: .9em;
		color: #111;
	}
	
	.main-navigation ul ul a {
		padding-left: 10%;
	}
	
	.main-navigation ul ul ul a {
		padding-left: 15%;
	}
	
	.main-navigation ul ul ul ul a {
		padding-left: 20%;
	}
	
	.main-navigation ul ul ul ul ul a {
		padding-left: 25%;
	}
	
	.main-navigation ul ul ul ul ul ul a {
		padding-left: 30%;
	}
	
	/* Mobile Search --------------------------------------- */
	.mobile-search {
		position: relative;
	}
	
	.mobile-search form {
		display: block;
		max-width: 90%;
		padding: 40px 0;
		margin: 0 auto;
		position: relative;
	}
	
	.mobile-search .search-field {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 20px 84px 20px 20px;
		margin: 0;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 0;
		font-family: Lato;
		font-size: .9rem;
	}
	
	.mobile-search .search-field:focus {
		outline: none;
	}
	
	.mobile-search .search-submit {
		display: block;
		width: 59px;
		height: 59px;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-left: 1px solid #eee;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -30px;
	}
	
	.mobile-search .search-submit .genericon {
		display: block;
		font-size: 32px;
		text-align: center;
	}
	
	.mobile-search .search-submit:hover {
		color: #ca2017;
		cursor: pointer;
	}
}

@media screen and ( max-width: 600px ) {
	/* Header --------------------------------------- */
	.site-header {
		padding: 10px 0 13px;
		position: relative;
	}
	
	.site-header .site-content {
		max-width: 100%;
	}
	
	.site-title {
		font-size: 1.5em;
		padding: 0 24px;
		margin: 0 10%;
	}
	
	.site-description {
		display: none;
	}
	
	.site-logo {
		max-height: 100px;
	}
	
	/* Navigation --------------------------------------- */
	.main-navigation {
		border-top: none;
		margin-top: 14px;
	}
	
	.toggles {
		background: none;
		border: none;
	}
	
	.toggle {
		height: 30px;
		width: 24px;
		margin-top: -26px;
	}
	
	.search-toggle {
		right: 3%;
	}
	
	.menu-toggle .bar {
		width: 24px;
		margin-left: -12px;
	}
	
	.menu-toggle .bar:nth-child(1) {
		margin-top: -9px;
	}
	
	.menu-toggle .bar:nth-child(3) {
		margin-top: 5px;
	}
	
	.search-toggle .genericon {
		font-size: 30px;
		margin-top: -15px;
	}
	
	.main-navigation > li:first-child {
		border-top: 1px solid #eee;
	}
	
	.mobile-search {
		border-top: 1px solid #eee;
		margin-top: 14px;
	}
	
	.mobile-search form {
		padding: 5% 0;
	}
	
	/* Content --------------------------------------- */
	.content-area {
		margin-top: -80px;
	}
	
	.hentry + .hentry,
													.infinite-wrap .hentry:first-child {
		margin-top: 40px;
	}
	
	.entry-wrapper {
		max-width: 100%;
		padding: 7.5%;
	}
	
	.entry-header + .entry-content {
		margin-top: 30px;
	}
	
	.entry-title {
		font-size: 2.25em;
		line-height: 125%;
	}
	
	.entry-meta {
		padding-top: 12px;
		margin-top: 12px;
	}
	
	.entry-meta > span:nth-child(3) {
		display: none;
	}
	
	/* Post Content --------------------------------------- */
	blockquote {
		padding: 20px 20px 20px 70px;
	}
	
	blockquote blockquote {
		padding: 0 0 0 20px;
	}
	
	blockquote:after {
		font-size: 64px;
		width: 70px;
		top: 18px;
	}
	
	blockquote blockquote:after {
		display: none;
	}
	
	/* Comments --------------------------------------- */
	.comments-title-container,
													.comment-reply-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.comments-title,
													.comment-reply-title {
		font-size: 1.5em;
	}
	
	.comments-title-link {
		display: none;
	}
	
	.comment .avatar {
		display: none;
	}
	
	.bypostauthor .comment-author .avatar {
		top: -8px;
		left: -8px;
		z-index: 200;
	}
	
	.comment-content {
		margin-left: 0;
	}
	
	.comment-body:before {
		content: "";
	}
	
	.site-main .comment-navigation {
		margin-top: 20px;
	}
	
	/* Respond --------------------------------------- */
	.comment-form-author,
													.comment-form-email {
		width: 100%;
		float: none;
	}
	
	/* Pagination --------------------------------------- */
	.page-title {
		height: 40px;
		padding-top: 13px;
	}
	
	.posts-navigation,
													#infinite-handle,
													#infinite-loader {
		margin-top: 40px;
	}
	
	/* Footer --------------------------------------- */
	.footer-widgets .widget-area {
		width: 100%;
		float: none;
	}
	
	.footer-widgets .widget-area + .widget-area {
		margin: 40px 0 0;
		border-top: 1px solid #ddd;
		padding: 40px 0 0;
	}
}

@media ( max-width: 500px ) {
	/* Content --------------------------------------- */
	.site-content {
		padding: 0;
	}
	
	.content-area {
		margin-top: 0;
	}
	
	.hentry {
		border: none;
	}
	
	.hentry + .hentry {
		margin-top: 0;
		border-top: 2px solid #eee;
	}
	
	.sticky-post {
		width: 20px;
		height: 24px;
		top: 0;
		right: 2.5%;
	}
	
	.sticky-post .genericon {
		bottom: 5px;
	}
	
	.sticky-post:after {
		border-right-width: 10px;
		border-bottom-width: 5px;
		border-left-width: 10px;
		bottom: -5px;
	}
	
	.sticky-post:hover {
		height: 24px;
	}
	
	.featured-image {
		padding: 7.5% 5% 0;
	}
	
	.entry-wrapper {
		padding: 7.5% 5%;
	}
	
	.featured-image + .entry-wrapper {
		padding-top: 7%;
	}
	
	.entry-title {
		font-size: 1.75em;
	}
	
	.entry-meta {
		margin-top: 10px;
		padding-top: 7px;
	}
	
	.entry-meta > span {
		font-size: .7em;
	}
	
	.entry-meta span + span:before {
		margin: 0 10px 0 6px;
	}
	
	.entry-content .more-link {
		padding: 13px 15px;
		font-size: .75rem;
	}
	
	.entry-header + .entry-content {
		margin-top: 7%;
	}
	
	/* Single Post --------------------------------------- */
	.single .content-area {
		padding-bottom: 0;
	}
	
	.tags-links {
		margin-top: 30px;
	}
	
	.post-navigation:before {
		display: none;
	}
	
	.site-main .posts-navigation,
													.site-main .post-navigation {
		border-left: 0;
		border-right: 0;
		padding: 0;
	}
	
	.post-navigation .nav-links,
													.posts-navigation .nav-links {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.posts-navigation .nav-previous,
													.post-navigation .nav-previous,
													.posts-navigation .nav-next,
													.post-navigation .nav-next {
		float: none;
		width: 100%;
		padding: 20px 5%;
	}
	
	.posts-navigation .nav-previous + .nav-next,
													.post-navigation .nav-previous + .nav-next {
		border-top: 1px solid #ddd;
	}
	
	/* Post Content --------------------------------------- */
	.entry-content h1,
													.entry-content h2,
													.entry-content h3,
													.entry-content h4,
													.entry-content h5,
													.entry-content h6 {
		margin: 40px 0 20px;
	}
	
	.entry-content h1 {
		font-size: 1.5em;
	}
	
	.entry-content h2 {
		font-size: 1.4em;
	}
	
	.entry-content h3 {
		font-size: 1.3em;
	}
	
	.entry-content h4 {
		font-size: 1.2em;
	}
	
	.entry-content h5 {
		font-size: 1.1em;
	}
	
	hr {
		margin: 40px auto;
	}
	
	.entry-content input[type="text"],
													.entry-content input[type="tel"],
													.entry-content input[type="url"],
													.entry-content input[type="email"],
													.entry-content input[type="password"],
													.entry-content textarea {
		padding: 16px;
	}
	
	/* Comments --------------------------------------- */
	.comments-wrapper,
													.comment-respond {
		padding: 40px 0;
	}
	
	div.comment {
		margin-top: 20px;
	}
	
	.comment-list .children {
		margin-left: 20px;
	}
	
	.comment-content {
		padding: 20px;
		border-radius: 3px;
	}
	
	.comment-author {
		margin-bottom: 20px;
	}
	
	.site-main .comment-navigation a {
		font-size: .8em;
	}
	
	/* Respond --------------------------------------- */
	.comment-respond p {
		margin-bottom: 15px;
	}
	
	.comment-respond input[type="text"],
													.comment-respond textarea {
		padding: 15px;
	}
	
	.comment-respond textarea {
		height: 150px;
	}
	
	.comment-respond input[type="submit"] {
		padding: 13px 15px;
	}
	
	/* Page & Page Templates --------------------------------------- */
	.single-attachment .featured-image {
		padding: 5%;
	}
	
	/* Pagination --------------------------------------- */
	.page-title {
		height: auto;
		padding: 20px 0;
		background: #fff;
		border-bottom: 1px solid #eee;
		color: #111;
		text-shadow: none;
	}
	
	.page-title span {
		color: #666;
	}
	
	.posts-navigation,
													.post-navigation {
		max-width: 100%;
		padding: 1.5em 5% 28px;
		margin: 0;
		border-top: 1px solid #ddd;
		text-align: center;
		background: #fff;
	}
	
	.posts-navigation p + p:before {
		margin: 0 12px;
	}
	
	/* Footer --------------------------------------- */
	.footer-widgets .widget-area + .widget-area,
													.widget + .widget {
		padding-top: 11%;
		margin-top: 11%;
	}
	
	.footer-widgets .tagcloud a {
		background: #ddd;
	}
	
	.footer-widgets .tagcloud a:before {
		border-right-color: #ddd;
	}
	
	.footer-widgets .tagcloud a:hover {
		background: #ca2017;
	}
	
	.footer-widgets .tagcloud a:hover:before {
		border-right-color: #ca2017;
	}
}

@media screen and ( max-width: 440px ) {
	/* Single Post --------------------------------------- */
	.entry-title {
		font-size: 1.5em;
	}
	
	.entry-meta {
		margin-top: 8px;
		padding-top: 5px;
	}
	
	/* Post Content ---------------------------------- */
	blockquote {
		padding: 20px;
	}
	
	blockquote blockquote {
		padding: 0 0 0 20px;
	}
	
	blockquote:after {
		display: none;
	}
	
	/* Comments -------------------------------------- */
	.comments-title,
													.comment-reply-title {
		font-size: 1.3em;
	}
	
	.comment-content {
		padding: 0;
		margin-bottom: 1.5em;
	}
	
	.comment-author {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.comment:not(.pingback):not(.trackback) .avatar {
		width: 30px;
		height: 30px;
		left: -50px;
	}
	
	.comment:not(.pingback):not(.trackback) .comment-body {
		margin-left: 50px;
		padding: 1em;
	}
	
	.comment-content {
		font-size: 14px;
	}
	
	.comment:not(.pingback):not(.trackback) .comment-body:before {
		top: 15px;
	}
	
	.comment-reply-link,
													.comment .edit-link {
		clear: both;
		float: none;
		display: block;
		margin: 5px 0 0;
	}
	
	.comment .edit-link:before {
		margin-left: 0;
	}
}

#actionbar {
	display: none;
}

.entry-content a{
	color:#CD4A04;
}

@media screen and (max-width:600px){
	.entry-content .wp-block-image img{
		width:100%;
		height:auto;
	}
}