/*
	Theme Name: Matin Pro
    Text Domain: matin-pro
	Version: 1.0.0
	Description: Matin Pro - french for morning - is a clean, simplistic, and beautiful theme that puts your content front and center without distractions. No complicated settings or a million comfusing options…fast to install and easy to use. I'm even using this on my own blog website!
	Tags: blog, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
	Author: Blogging Theme Styles
	Author URI: https://www.bloggingthemestyles.com
	Theme URI: https://www.bloggingthemestyles.com/wordpress-themes/matin-pro
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	# Reset
	# Base Setup
	# Accessibility
	# Clearings
	# Typography
	# Links
	# Elements
	# Transitions
	# Structure
	# Header
	# Navigation
		# Mobile Navigation
		# Pagination
		# Social Menu
			# SVGs Fallbacks for Social Menu
	# Content
		# Single Post
		# Comments
	# Alignments	
	# Media Captions
		# Gallery
	# Page Templates
		# Search Page
		# Archives Page
		# Attachments Page
	# Sidebars and Widgets
	# Credits
	# Infinite scroll
	# Forms
	# Bootstrap 4 Grid and Layout
	# Media Queries

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- 
# Reset
-------------------------------------------------------------------------------- */
html, body { 
	margin:0; 
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

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

ol, ul { list-style:none; }

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

a { outline:none; }

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

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

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

/* -------------------------------------------------------------------------------- 
# Base Setup
-------------------------------------------------------------------------------- */
html,
body {
	font-size: 87%;
}

html {
	box-sizing: border-box;
}

* { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

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

body {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #000;
	color: #444;
	line-height: 1.4;
	font-family: Lato, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	 -ms-word-break: break-all;
     word-break: break-word;
}
#page {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
}
.boxed1600,
.boxed1400,
.boxed1200 {
	margin: 2rem auto;	
}
.boxed1600 {
	max-width: 1600px;

}
.boxed1400 {
	max-width: 1400px;
}
.boxed1200 {
	max-width: 1200px;
}

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

::selection {
	background-color: #9e8257;
	color: #fff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999;
	font: 0.875rem sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1;
	font: 0.875rem sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1;
	font: 0.875rem sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
	font: 0.875rem sans-serif;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #999;
	font: 0.875rem sans-serif;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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


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

.clearfix:after,
.post-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
#site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
	line-height:1.6;
	margin-bottom: 1.75rem;
}

h1, 
h2,
h3,
h4, 
h5, 
h6 {
	font-weight: 700; 
	margin: 0 0 25px;
	color: #444;
	line-height: 1.2;
}

h1 { 
	font-size: 2rem;
}

h2 {
	font-size: 1.75rem; 
}

h3 { 
	font-size: 1.5rem;
}

h4 { 
	font-size: 1.25rem; 
}

h5 { 
	font-size: 1.125rem; 
}

h6 {
	font-size: 1rem;
}

#site-header p,
#site-footer p {
    margin-bottom: 0;
}

.lead {
    font-size: 1.313rem;
	color: #9e9e9e;
	line-height: 1.3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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


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

address {
	margin: 0 0 1.5em;
}

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

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

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

/* -------------------------------------------------------------------------------- 
# Links
-------------------------------------------------------------------------------- */
a,
a:visited {
	color: #759db7;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}

a:hover, 
a:active {
	outline: 0;
}
a:focus, 
a:hover {
	opacity: 0.8;
}

.post-content a:hover { 
	text-decoration: underline; 
}

#breadcrumbs a,
#breadcrumbs a:visited {
	color: #fff;
}
.post-content p a,
.widget p a {
    font-weight: 600;
    color: #89b6d4;
}
.edit-link {
    margin: 1rem 0 0;
    display: block;
}

/* -------------------------------------------------------------------------------- 
# Elements
-------------------------------------------------------------------------------- */
.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

ul,
ol,
address,
dl,
pre {
	margin-bottom: 1.6rem;
}


blockquote {
	padding: 1rem;
    color: #666;
    background-color: #eee;
    font-style: italic;
    margin: 0 auto 1.75rem;
    max-width: 95%;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 40%;
}

.post-content cite {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
	font-size: 0.8em;
}

.post-content blockquote cite em { 
	font-style: italic; 
	font-weight: bold;
}


em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background-color: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background-color: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
}

dl { }

dl dt { font-weight: bold; }

hr {
	width: 50%;
	height: 4px;
	background-color: #eee;
	margin: 2em auto;
	border: 0;
}
.post-content ul {
    margin-left: 1.5rem;
}
ul {
	list-style: disc;
}

ul ul { 
	list-style: circle; 
}
ul ul ul {
	list-style: square; 
}

ol {
	list-style: decimal;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

li {
	margin-bottom: 0.5em;
}

li ol li:first-child,
li ul li:first-child {
	margin-top: 0.5em;
}


ol > li:last-child,
ul > li:last-child {
	margin-bottom: 0;
}

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

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	padding: 2% 2.5%;
	background-color: #f1f1f1;
}

/* Tables */
table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.938rem;
    width: 100%;
    margin-bottom: 1rem;
}

th,
td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	border-bottom: 1px solid #ddd;
}

caption {
	color: #444;
	text-align: center;
	padding: 2%;
}

thead { 
	font-size: 1.125rem;
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: bold;
	color: #444;
}

table tbody > tr:nth-child(odd) > td { background-color: #f9f9f9; }

tbody th {
    border-right: 1px solid #eee;
}


/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/

body a,
.post-tags a::after {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.nav-toggle,
.nav-toggle .bar,
.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a,
.content form input,
.content form textarea,
.media-caption,
#post-nav a,
input#s,
#searchsubmit,
.widget ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
.tothetop {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}


/* -------------------------------------------------------------------------------- 
# Structure
-------------------------------------------------------------------------------- */
#content-wrapper {
	background-color: #fff;
    font-size: 1.125rem;
	margin: auto;
    padding: 5% 0;
}

#site-footer { 
	background-color: #1d1d1d; 
}

.bg-shade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	background-color: #262626;
}

#page { 
	overflow: hidden; 
}

#post-footer {
    margin-top: 6rem;
}


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

#site-header {
	padding:0;
	background-color: #1d1d1d;
	overflow-y: hidden; 
}
#top-branding {
    background-color: #111;
}

.header1 #custom-header,
.header2 #custom-header,
.header3 #custom-header {
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.header1 #custom-header,
.header2 #custom-header {	
	padding: 10rem 0;
}
.header1 #custom-header {
	padding: 15rem 0;
}
#no-custom-header {
	padding-top: 0.75rem;
}
#no-custom-header .blog-info {
	display: block;
	padding: 0;
}
.header3 #custom-header {
    padding: 16rem 0;
}

#site-branding { 
	position: relative; 
	z-index: 2; 
	text-align: center; 
}

.header3 #site-branding {
    top:0;
}

.blog-logo { display: inline-block; }

.blog-logo a,
.blog-logo img { display: block; }

.blog-logo img {
	max-height: 250px;
	width: auto;
	max-width: 100%;
	height: auto;
}
.nav-blog-info {
	padding:0;
}
.blog-info {
	display: inline-block;
	padding: 0.75rem 4rem;
	background-color: #1d1d1d;
}
.header3 .blog-info {
    background-color: #9e8257;
    padding: 0.75rem 4rem;
}

#site-title { 
	width: 100%; 
	text-align: center; 
	font-family: inherit;	
	font-weight: 700;
    font-size: 2.25rem;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 2px;
	    margin-bottom: 10px;
}

#site-title a {
	color: #FFF;
}

#site-description:before {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: rgba(255,255,255,0.1);
	margin: 0.313rem auto;
}
#site-description {
	font-family: inherit;
	font-size: 1rem;
	text-align: center;
	color: #e6d6ad;
	font-weight: 400;
}

/* -------------------------------------------------------------------------------- 
# Navigation
-------------------------------------------------------------------------------- */
.hidden { 
	display: none; 
}

#navigation {
	background-color: #1d1d1d;
	position: relative;
}

ul.blog-menu {
	text-align: center;
	margin: 0;
}
ul.blog-menu li {
	display:inline-block;
	float: none;
	position: relative; 
	margin: 0;
}

.mobile-menu { 
	display: none; 
	margin:0;
}

.blog-menu > li {
	float: left; 
	margin:0;
}

.blog-menu > li:before {
	content: "/";
    display: block;
    position: absolute;
    left: 0;
    top: 34%;
    margin-left: -4px;
    font-size: 1rem;
    color: #737373;
    font-weight: 400;
	z-index: 999;
}

.blog-menu > li:first-child:before { content: none; }

.blog-menu a,
.blog-menu .menu-item-home.current-menu-item a {
	display: block;
	padding: 1.5rem 1.25rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.813rem;
}
.blog-menu a,
.blog-menu .menu-item-home.current-menu-item a {
	color: #ccc;	
}
.blog-menu > .has-children a,
.blog-menu > .page_item_has_children a { padding-right: 2.188rem; }

.blog-menu > .has-children::after,
.blog-menu > .page_item_has_children::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 9999;
	right: 1.063rem;
	top: 50%;
	margin-top: -2px;
}

.blog-menu > .has-children:hover::after,
.blog-menu > .page_item_has_children:hover::after { 
	border-top-color: #fff; 
}

.blog-menu li:hover a {
	background-color: #1d1d1d;
	cursor: pointer;
}
.blog-menu a:hover,
.blog-menu .current-menu-item a,
.blog-menu li:hover > a { 
	color: #c5b78f;
}


/* Sub menus */


.blog-menu ul {
	position: absolute;
	left: -9999px;
	display: none;
	z-index: 999;
}
.sub-menu li,
.sub-menu li:first-child {
	margin: 0;
}
.blog-menu ul li {
    float: none;
    display: block;
}

.blog-menu ul > .has-children::after,
.blog-menu ul > .page_item_has_children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.blog-menu ul > .has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after { border-left-color: #FFF; }

.blog-menu ul li { 	
	width: 240px; 
	background: #1d1d1d;
}

.blog-menu ul a {
	padding: 1rem 0px;
	margin: 0 1.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.blog-menu ul > li:last-child a { border-bottom-width: 0; }

.blog-menu li:hover > ul {
	opacity: 1;
	left: 0;
	display: block;
	text-align: left;
}


/* Deep down */

.blog-menu ul li:hover > ul {
	top: 0;
	left: 240px;
	margin-left: 0;
}


/* -------------------------------------------------------------------------------- 
# Mobile Navigation
-------------------------------------------------------------------------------- */
@media (max-width: 800px) {
	
	.navigation-inner { max-width: 100%; }
	
	.blog-menu { display: none; }
	.toggle-container { 
		display: block; 
		background: #1D1D1D;
	}
	
	.toggle {
		display: inline-block;
		position: relative;
		height: 57px;
		width: 32px;
		padding: 20px 0px;
	}
	
	.toggle:hover { cursor: pointer; }
	
	.nav-toggle { float: left; margin-left: 7%; }
	.search-toggle { float: right; margin-right: 7%; }
		
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle .bar {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: 4px;
		background: #666;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
		
	.nav-toggle.active .bar { background-color: #FFF; }
	
	.search-toggle .metal,
	.search-toggle .glass,
	.search-toggle .handle {
		position: absolute;
	}
	
	.search-toggle .metal {
		width: 24px;
		height: 24px;
		top: 14px;
		left: 6px;
		border-radius: 999px;
		background: #555;
	}
	
	.search-toggle .glass {
		width: 14px;
		height: 14px;
		top: 19px;
		left: 11px;
		border-radius: 999px;
		background: #1d1d1d;
	}
	
	.search-toggle .handle {
		height: 5px;
		width: 14px;
		top: 36px;
		left: 0px;
		background: #555;
		border-radius: 2px 0 0 2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.search-toggle.active .metal,
	.search-toggle.active .handle { background: #FFF; }
	
	.blog-search,
	.navigation { background: #282828; }
	
	.mobile-menu li {
		margin: 0;
	}
	.sub-menu {
		margin: 0;
	}
	.mobile-menu a {
		display: block;
		padding: 1.313rem;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background: #282828;
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: rgba(255,255,255,0.4);
		font-size: 0.938rem;
	}
	
	.mobile-menu a:hover,
	.mobile-menu .current-menu-item a { color: #FFF; }
	
	.mobile-menu ul a { width: 100%; }
	
	.mobile-menu ul a { padding-left: 40px; }
	.mobile-menu ul ul a { padding-left: 60px; }
	.mobile-menu ul ul ul a { padding-left: 80px; }
	.mobile-menu ul ul ul ul a { padding-left: 100px; }
	.mobile-menu ul ul ul ul ul a { padding-left: 120px; }
	
	.blog-search { padding: 8%; }
		
	.blog-search .searchform { 
		position: relative; 
		overflow: hidden; 
	}
	
	.blog-search #s {
		width: 97.5%;
		padding: 18px 100px 18px 20px;
		background: #FFF;
		font-family: inherit;
		font-size: 1em;
		color: #444;
		border: none;
		border-radius: 4px 0 0 4px;
		margin: 0;
	}
	
	.blog-search #s:focus { outline: none; }
	
	.blog-search #searchsubmit {
		-webkit-appearance: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 85px;
		padding: 20px 0;
		line-height: 1;
		border: none;
		margin: 0;
		background: #759db7;
		border: 1px solid #759db7;
		color: #FFF;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 0.875rem;
		font-family: inherit;
		border-radius: 0 4px 4px 0;
	}
	
	.blog-search #searchsubmit:hover { 
		cursor: pointer;
		background-color: #6d91a9;
		border-color: #6d91a9;
	}
}

/* -------------------------------------------------------------------------------- 
# Pagination
-------------------------------------------------------------------------------- */

#post-nav {
	font-size: 0.95em;
	margin-top: 20px;
	border-top: 4px solid #EEE;
	border-bottom: 4px solid #EEE;
}

.post-navigation .post-title {
    font-size: 1rem;
}
.navigation.pagination {
    margin: 2rem 0;
}
.nav-links {
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 0.5px;
}

/* Pagination - Blog */ 
.blog3 .pagination,
.blog4 .pagination,
.blog5 .pagination {
    text-align: center;
}

/* Pagination - Single */
.post-navigation {
	background-color: transparent;
    padding-top: 0.75rem;
	padding: 1rem 0;
}
.meta-nav {
	font-size: 0.938rem;
	color: #868e96;
}

/* Archive nav */
.archive-nav { margin-top: 15%; }

.archive-nav a { 
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.archive-nav a:hover { color: #759db7; }

.archive-nav #post-nav-older { float: left; }
.archive-nav #post-nav-newer { float: right; }

/* -------------------------------------------------------------------------------- 
# Social Menu
-------------------------------------------------------------------------------- */

#social-navigation {
	font-size: 1rem;
}

#social-navigation ul {
    list-style: none;
    margin: 1rem 0;
    text-align: left;
}

#social-navigation li {
	display: inline;
}

#social-navigation a {
	background-color: #9e8257;
	-webkit-border-radius: 32px;
	border-radius: 50%;
	color: #fff;
	fill: #fff;
	display: inline-block;
	height: 32px;
	margin: 0 .25rem 0 0;
	text-align: center;
	width: 32px;
}

#social-navigation a:hover,
#social-navigation a:focus {
	opacity: 0.7;
}

#social-navigation .icon {
    height: 16px;
    width: 16px;
    position: relative;
    vertical-align: bottom;
    top: 4px;
}

/*--------------------------------------------------------------
# SVGs Fallbacks for Social Menu
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

/* Social Menu fallbacks */

.no-svg #social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg #social-navigation li a .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/* -------------------------------------------------------------------------------- 
# Content
-------------------------------------------------------------------------------- */
#blog-description,
.description {
    margin-bottom: 3rem;
}
.description p {
    line-height: 1.3;
}
#masonry-layout {
	margin:0 0 1.25rem;
}
.blog4 #masonry-layout,
.blog5 #masonry-layout {
	margin: 0 -20px 0;
}
#masonry-layout .hentry {
    margin-bottom: 2.5rem;
    padding: 0 20px 0;
    text-align: left;
}	

#masonry-layout .hentry,
#masonry-layout .grid-sizer {
	width:100%;
}

#masonry-layout .post {
	margin-bottom: 1rem;
	padding-bottom: 0; 
	border-bottom: none;
}

#masonry-layout .post-title {
    font-size: 1.5rem;
}

#masonry-layout .post-content {
    font-size: 1rem;
	border-bottom: 4px solid #eee;
    padding-bottom: 8%;
    margin-bottom: 8%;
}
#masonry-layout .byline {
    display: none;
}

.blog .post,
.archive .post { 
	margin-bottom: 8%;	
	padding-bottom: 8%; 
	border-bottom: 4px solid #eee;
}
.search .post, 
.search .page { 
	margin-bottom: 6%;
	padding-bottom: 6%; 
	border-bottom: 4px solid #eee;
}

.single-post .post,
.page .post,
.post:last-child,
.page:last-child { 
	padding-bottom: 0; 
	border-bottom: 0; 
	margin-bottom: 0; 
}

.archive .page-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: #999;
    padding-bottom: 5px;
    border-bottom: 2px solid #EEE;
}
.blog3 #page-header,
.blog4 #page-header,
.blog5 #page-header {
    max-width: 95%;
    margin: auto;
}

.blog3 #page-header,
.blog4 #page-header,
.blog5 #page-header,
.blog3 .hentry,
.blog4 .hentry,
.blog5 .hentry {
    text-align: center;
}

.blog3 .post-content {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

/* Post header */
.post-header { 
	margin-bottom: 1rem;
}

.page-title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	font-family: inherit;
	margin-bottom: 2rem;
}
.post-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	font-family: inherit;
	margin-bottom: 1rem;
}

.post-title,
.post-title a { 
	color: #2d2d2d; 
}

.post-meta {
	font-size: 0.8em;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-meta a { color: #999; }
.post-meta a:hover { color: #759db7; }

.post-meta .post-format,
.post-meta .posted-on,
.post-meta .byline {
    margin-right: 0.25rem;
}
.post-meta .post-format:before,
.post-meta .posted-on:before,
.post-meta .byline:before,
.post-meta .comments-link:before {
    content: "\002f";
    font-family: FontAwesome;
    position: relative;
    right: 2px;
    margin: 0 0.25rem;
	opacity: 1;
}
.post-meta span:first-child:before {
	content: "";
}


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

/* Featured media */

.featured-media {
	position: relative;
    display: inline-block;
    margin: 0 auto 1.688rem;
}
.featured-media a,
.featured-media img { display: block; }

.featured-media img { 
	border-radius: 4px; 
	margin: 0 auto;
}

.featured-media iframe { 
	display: block;
	border: none; 
	max-width: 100%; 
	height: auto; 
}

.featured-media .sticky-post {
    position: absolute;
    top: 5%;
    left: -10px;
    padding: 8px 10px;
    border-radius: 3px;
    background-color: #759db7;
    color: #FFF;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
}

.media-caption-container { 
	position: absolute; 
	width: 95%; 
	margin-left: 2.5%; 
	bottom: 1.5em; 
	text-align: center; 
	font-size: 0.85em; 
}

.media-caption { 
	display: inline-block; 
	padding: 7px 20px; 
	border-radius: 3px; 
	background-color: #262626; 
	background: rgba(38,38,38,0.75); 
	color: #FFF; 
	text-align: center; 
	line-height: 1.3;
}

.media-caption:hover { 
	background-color: #262626; 
	color: #FFF; 
}

/* Post Read more */
.post-content .more-link {
	display: inline-block;
	background-color: #759db7;
	padding: 10px 18px;
	color: #fff;
	font-size: 0.85em;
	border-radius: 4px; 
}

.post-content .more-link:hover { 
	background-color: #262626;
	color: #fff;
	text-decoration: none !important;
}
#content-wrapper .more-link-wrap {
    margin-bottom: 0;
}


/* -------------------------------------------------------------------------------- 
# Single Post
-------------------------------------------------------------------------------- */
#post-footer p {
    margin-bottom: 0.313rem;
    font-size: 1rem;
}
#category-links, 
#tag-links {
    color: #999;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#comments {
	clear: both;
	padding: 4rem 0;
}
#comment-list {
    margin: 0 0 4rem;
    padding: 4rem 0 0;
	list-style:none;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment-notes {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.813rem;
    color: #868e96;
	margin-bottom: 0.688rem;
}

#reply-title {
    font-family: inherit;
    font-size: 1.5rem;
    margin-bottom: 0.063rem;
}

.comments-title {
	font-family: "Times New Roman",Times,serif;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

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

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 4.063rem;
}

.comment-author {
	font-family: inherit;
    font-size: 1.125rem;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.comment-author a {
	color: inherit;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 3.125rem;
	left: -65px;
	position: absolute;
	width: 3.125rem;   
    padding: 1px;
}

.comment-author .says {
	display: none;
}

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

.comment-metadata {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.comment-metadata a.comment-edit-link {
	margin-left: 1rem;
}
.comment-metadata a {
	color: inherit;
}
.comment-body {
    margin-bottom: 2.5rem;
}
.comment-content {
	color: inherit;
    font-size: inherit;
}
.comment-reply-link {
	position: relative;
}

.children .comment-author .avatar {
	height: 2.5rem;
	left: -3.25rem;
	width: 2.5rem;
}

#comments .children {
    margin-left: 1.5rem;
}
.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2rem 0 3rem;
}
.comment-metadata .edit-link {
    display: inline-block;
}

/* Respond */
.comment-respond { border-top: 0; padding-top: 0; }

.comments + .comment-respond {
	padding-top: 10%;
	border-top: 4px solid #EEE;
	margin-top: 10%;
}

#respond a:hover { text-decoration: underline; }

#respond .content-section-right {
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #EEE;
	z-index: 12;
}

.nocomments {
	margin-top: 10%;
	color: #666;
	text-align: center;
}

#cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 0.938rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

#respond code { border-radius: 2px; }

#comment-form {
    margin-bottom: 2rem;
}
.comment-form p { margin-bottom: 20px; }
.comment-form p:last-child { margin-bottom: 0; }

p.comment-notes,
p.logged-in-as {
	font-size: 0.938rem;
	color: #666;
}

#respond form label,
.comment-form .required { 
	display: none; 
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input.password,
.comment-form textarea {
	-webkit-appearance: none;
	border: none;
	background: #fafafa;
	font-size: 1em;
	color: #444;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	border-radius: 3px;
	padding: 16px;
	margin: 0;
	width: 100%;
	border: 1px solid #eee;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input.password:focus,
.comment-form textarea:focus {
	outline: none;
	background-color: #eee;
	color: #444;
}

.comment-form input { max-width: 75%; }

.comment-form input[type="submit"] {
	width: auto;
	max-width: none;
	padding: 16px 18px;
	margin-bottom: 0;
	border: none;
	background: #759db7;
	color: #fff;
	font-family: inherit;
	font-size: 0.938rem;
	border-radius: 4px;
}

.comment-form input[type="submit"]:hover {
	cursor: pointer;
	background: #262626;
	color: #fff;
}

.comment-form input[type="submit"]:active {
	top: 1px;
	position: relative;
}

p.form-allowed-tags {
	margin-top: 1.5rem;
}

.comment-form p.form-submit { margin: 1.5rem 0 0; }



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

.alignright {
	display: inline;
	float: right;
	margin: 0 0 0 1.5rem
}

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

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #eee;
}


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

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

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

.wp-caption-text {
    text-align: center;
    font-size: 0.875rem;
    color: #000;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-caption {
	display: none;
    position: relative;
    background-color: #1d1d1d;
    color: #fff;
    margin: auto;
    padding: 5px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    display: table;
    margin: 4rem -20px 1rem;
}
.gallery img {
    display: block;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-item {
    float: left;
    margin: 0;
    padding: 0 1.25rem 2.5rem;
}



/* --------------------------------------------------------------------------------
# Page Templates - Search Page
-------------------------------------------------------------------------------- */

.post-content .searchform { position: relative; }

.post-content .searchform input { height: 60px; }

.post-content .searchform input#s {
	-webkit-appearance: none;
	width: 99%;
	padding: 18px 95px 18px 18px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-right: none;
	font-family: inherit;
	font-size: 1rem;
	border-radius: 3px 0 0 3px;
}

.post-content .searchform #s:focus { 
	outline: none; 
	background-color: #EEE;
	color: #444;
}

.post-content .searchform #searchsubmit {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	line-height: 1;
	border: none;
	background-color: #759db7;
	border: 1px solid #759db7;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-family: inherit;
	border-radius: 0 3px 3px 0;
}

.post-content .searchform #searchsubmit:hover {
	cursor: pointer;
	background-color: #698fa7;
	border-color: #698fa7;
}


/* --------------------------------------------------------------------------------
# Page Templates - Archives Page
-------------------------------------------------------------------------------- */

.archive-col { font-size: 0.938rem; }

.page-template-template-archives-php .post-content ul {
	margin-left: 0;
	list-style: none;
}

.page-template-template-archives-php .post-content ul li { margin-bottom: 0; line-height: 130%; }

.page-template-template-archives-php .post-content ul li a {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 8px 0;
}

.page-template-template-archives-php .post-content ul li:last-child a { border-bottom: none; }

.page-template-template-archives-php .post-content ul.children li:first-child a { border-bottom: 1px solid #EEE; }

.page-template-template-archives-php .post-content ul li a span { color: #999; }

.page-template-template-archives-php .post-content ul li a:hover {
	text-decoration: none;
	color: #666;
}

.page-template-template-archives-php .post-content ul li a:hover {
	background-color: #F9F9F9;
	padding-left: 12px;
}


/* --------------------------------------------------------------------------------
# Page Templates - Attachments Page
-------------------------------------------------------------------------------- */

#attachment-view {
    max-width: 100%;
    margin: auto;
    text-align: center;
}
.attachment .post-header {
    margin-bottom: 3rem;
}
#attachment-wrapper img {
    margin-bottom: 2.25rem;
    padding: 1.25rem;
    border: 1px solid transparent;
    background-color: #1d1d1d;
}
#attachment-description {
    max-width: 80%;
    margin: 0 auto 3rem;
}
.attachment .post-title {
    text-align: center;
}
.attachment .post-caption {
    font-size: 2rem;
    font-weight: 600;
}

.post-caption .more-link {
    display: none;
}
.attachment img.avatar {
    position: relative;
    left: auto;
    display: block;
    margin: 0 auto 0.5rem;
}
.attachment .comment-body,
.attachment #respond {
    margin: auto;
    max-width: 80%;
}
.prev-image, 
.next-image {
    display: inline-block;
}
.attachment .form-submit {
    text-align: center;
}

/* --------------------------------------------------------------------------------
# Sidebars and Widgets
-------------------------------------------------------------------------------- */
#banner {
	background-color: #111;
}
#banner img {
    display: block;
    margin: auto;
}
#breadcrumbs {
    background-color: #9e8257;
	color: #e6d6ad;
    padding: 0.313rem;
    font-size: 0.813rem;
}
#breadcrumbs .widget {
    color: #e6d6ad;
	font-size: 0.813rem;
    font-style: italic;
}
#left-sidebar,
#right-sidebar {
    margin-bottom: 2.5rem;
}
#bottom-sidebars {
	background-color: #1d1d1d;
	color: #75787b;
	font-size: 1rem;
	line-height: 1.3;
    padding: 6%;
}
#bottom-sidebars .widget-title,
#footer-sidebar .widget-title {
    color: #dadada;
}
.breadcrumbs {
    max-width: 1100px;
    margin: auto;
}
.blog3 .breadcrumbs,
.blog4 .breadcrumbs,
.blog5 .breadcrumbs {
    text-align: center;
}
.widget {
	font-size: 1rem;
	padding-bottom: 12%;
	border-bottom: 4px solid #eee;
	margin-bottom: 12%;
}

#content-wrapper .widget p:last-child {
    margin-bottom: 0;
}

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

.widget-title {
	font-family: inherit;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #444;
}

/* widget */

.widget {
	font-size: 1rem;
}

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

.widget a:hover { text-decoration: underline }

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

.widget ul li {
	padding: 10px 0;
	border-top: 1px solid #EEE;
}

.widget li ul > li:first-child { margin-top: 10px; }
.widget .page_item_has_children { padding-bottom: 0; }

.widget li ul li { padding-left: 15px; }

.widget ul li .post-date { margin-left: 5px; color: #999; }

.widget > ul > li:first-child { border-top: 0; }

.widget .sub-menu li:last-child {
    padding-bottom: 0;
}

/* Widget search */

.widget_search form { position: relative; }

.widget_search input { height: 52px; }

.widget_search input#s {
	-webkit-appearance: none;
	width: 99%;
	padding: 18px 95px 18px 18px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-right: none;
	font-family: inherit;
	/* font-size: 1rem; */
	border-radius: 3px 0 0 3px;
}

.widget_search #s:focus { 
	outline: none; 
	background-color: #EEE;
	color: #444;
}

.widget_search #searchsubmit {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	line-height: 1;
	border: none;
	background-color: #759db7;
	border: 1px solid #759db7;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-family: inherit;
	border-radius: 0 3px 3px 0;
}

.widget_search #searchsubmit:hover {
	cursor: pointer;
	background-color: #698fa7;
	border-color: #698fa7;
}


/* Widget calendar */


#wp-calendar {
	color: #888;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#wp-calendar a { color: #759db7; }

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

#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
	color: #666;
	border-bottom: 1px solid #EEE;
}

#wp-calendar caption { text-transform: capitalize; }

#wp-calendar thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

#wp-calendar tfoot { border-top: 1px solid #EEE; }
#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: #999;
	padding: 0.6em;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #759db7;
	background: rgba(255, 255, 255, .05);
}


/* Widget tag cloud */


.widget_tag_cloud .tagcloud a { font-size: 0.938rem !important; }

.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	line-height: 1;
	margin: 0 5px 5px 0;
	background-color: #BBB;
	color: #FFF;
	border-radius: 3px;
}

.tagcloud a:hover {
	background-color: #759db7;
	text-decoration: none;
	color: #FFF;
}

/* Widget calendar */

#wp-calendar caption,
#wp-calendar thead { border-bottom-color: rgba(255,255,255,0.1); }
#wp-calendar tfoot { border-top-color: rgba(255,255,255,0.1); }


/* Widget tag cloud */

.footer .tagcloud a { background-color: rgba(255,255,255,0.1); color: #FFF; }
.footer .tagcloud a:hover { background-color: #759db7; color: #FFF; }

/* Bottom sidebar widgets */

#bottom-sidebars .widget_search #s:focus { 
	outline: none; 
	background-color: #FFF;
	border-color: #DDD;
	color: #444;
}

#bottom-sidebars .widget-title { 
	color: #eee; 
	letter-spacing: 1px; 
	font-weight: 600; 
}

#bottom-sidebars { 
	color: #7b7b7b; 
}

#bottom-sidebars .widget ul li { 
	border-top-color: rgba(255,255,255,0.1); 
}

#bottom-sidebars .widget > ul > li:first-child { 
	border-top: none; 
}
#bottom-sidebars .widget:last-child {
    margin-bottom: 1.5rem;
}

/* --------------------------------------------------------------------------------
# Credits
-------------------------------------------------------------------------------- */

.credits.no-padding { font-size: 0.8rem; }

.credits-inner { 
	font-size: 0.75rem;
	padding: 1.5rem 0 4%;
	border-top: 2px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits,
.credits a { color: #666; }
#content-wrapper .credits p {
	margin-bottom:0;
}
.credits-left p { 
	text-align: left;
}
.social-right p {
	text-align: right;
}

.tothetop {
    margin-left: 1rem;
}
.tothetop, 
.tothetop a {
    color: #ccc;
}
.tothetop:hover { cursor: pointer; }

img#wpstats { display: none; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 12px;
	background-color: #1ABC9C;
	color: #fff;
}

.post-content label {
	font-size: 1rem;
	font-weight: 700;
}

.post-content input,
.post-content textarea { 
	font-family: inherit; 
}

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="email"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 0.9em;
	border: none;
	color: #333;
	background-color: #f2f2f2;
	border-radius: 3px;
	-webkit-appearance: none;
}

.post-content input[type="file"] {
	padding: 10px;
	background-color: #f2f2f2;
	border-radius: 3px;
}


.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	outline: none;
}

.button,
.prev-image a,
.next-image a,
.prev-image a:visited,
.next-image a:visited,
.comment-reply-link,
.comment-reply-link:visited,
.page-numbers,
.page-numbers:visited,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background-color: #759db7;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-appearance: none;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="button"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="submit"] + input[type="submit"] {
	margin-left: 10px;
}

.button:hover,
.prev-image a:hover,
.next-image a:hover,
.comment-reply-link:hover,
.page-numbers:hover,
.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background-color: #262626;
	color: #fff;
}

.button:focus,
.button:active,
.prev-image a:focus,
.next-image a:focus,
.prev-image a:active,
.next-image a:active,
.comment-reply-link:focus,
.comment-reply-link:active,
.page-numbers:focus,
.page-numbers:active,
.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}

.comment-reply-link {
	padding:0.375rem 1rem;
}
.page-numbers {
	font-size: 0.75rem;
	padding: 0.375rem 0.5rem;
}

/*--------------------------------------------------------------
# Bootstrap 4 Grid and Layout
--------------------------------------------------------------*/
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

/* column ordering - replaces push pull */
.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/* Extra small devices (portrait phones, 480px and up) */
@media (min-width: 480px) {	
	html, body {
		font-size: 90%;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	html, body {
		font-size: 92%;
	}	
	.blog3 .post-content {
		max-width: 85%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	html, body {
		font-size: 94%;
	}
	.blog3 #page-header,
	.blog4 #page-header,
	.blog5 #page-header {
		max-width: 85%;
	}	
	
	/* Masonry Blog */
	#masonry-layout .hentry,
	#masonry-layout .grid-sizer	{
		width: 50%;
	}
	.blog5 #masonry-layout .hentry,
	.blog5 #masonry-layout .grid-sizer {
		width: 50%;
	}
	.gallery-caption {
		display: block;
	}	
	#attachment-view {
		max-width: 80%;
	}
	#attachment-description {
		max-width: 70%;
	}
	#social-navigation ul {
		margin: 0;
		text-align: right;
	}	
	#social-navigation .icon {
		top: 2px;
	}	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	html, body {
		font-size: 100%;
	}
	.blog3 #page-header,
	.blog4 #page-header,
	.blog5 #page-header {
		max-width: 80%;
	}
	.blog3 .post-content {
		max-width: 80%;
	}	
	#attachment-view {
		max-width: 75%;
	}
	#attachment-description {
		max-width: 65%;
	}	
	#attachment-view {
		max-width: 75%;
	}	
	.attachment .comment-body,
	.attachment #respond	{
		max-width: 65%;
	}	
	#bottom-sidebars .widget:last-child {
		margin-bottom: 0;
	}	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#masonry-layout .hentry,
	#masonry-layout .grid-sizer	{
		width: 33.3333%;
	}
	.blog5 #masonry-layout .hentry,
	.blog5 #masonry-layout .grid-sizer {
		width: 25%;
	}
	.blog3 .post-content {
		max-width: 75%;
	}		
	#attachment-view {
		max-width: 65%;
	}	
	#attachment-description {
		max-width: 60%;
	}	
}

