/*
Theme Name: Flat
Theme URI: https://themeisle.com/themes/flat/
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Flat is a free Blog Theme designed by YoArts. Works nice for a personal blog, magazine ,news or review website.
Version: 1.7.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flat
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, post-formats, custom-colors, translation-ready,featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.sticky {}
.bypostauthor {}

@font-face {
    font-family: 'fate_core_glyphsregular';
    src: url('fate_core_font-webfont.woff2') format('woff2'),
         url('fate_core_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

span.fatefont {
	font-family: 'fate_core_glyphsregular';
	font-weight: normal;				
}

.bottom-nav {
	display: inline-block
	width: 100%;
}

.bottom-nav-left {
	display: inline-block;
	width: auto;
	float: left;
	}

.bottom-nav-right{
	display: inline-block;
	width: auto;
	float: right;
	}

.anchor-link{
	color: rgba(85, 85, 85, 0.35);
	font-size: 70%;
}

.note-uppercase {
	text-transform: uppercase;
	font-weight: bold;
}

.aspect {
	font-style: italic;
	font-weight: bold;
}

.note-table{
	border-collapse: collapse;
	background-color: #ffffff;
}

.entry-content-wrapper .post-title {
pointer-events: none;
}

.wp-caption {
    text-align: center;
    padding: 4px 4px 0;
    border: none !important;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#site-navigation a {
	display: inline-flex;
	padding: 1px 25px;
}