/*
Theme Name: vfmod2018
Description: vfmod2018
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vfmod2018

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.

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

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

body { margin: 0; }

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans',sans-serif;
    font-weight: 300;
	font-size: 17px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 { font-size: 40px; line-height: 1.1; }
h2 { font-size: 34px; line-height: 1.2; }
h3 { font-size: 30px; line-height: 1.3; }
h4 { font-size: 28px; line-height: 1.4; }
h5 { font-size: 24px; line-height: 1.4; }
h6 { font-size: 20px; line-height: 1.4; }

h1.entry-title{
	font-size: 40px;
	margin-bottom: 10px;
}

h2.entry-title{
	font-size: 20px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 5px 0;
	padding: 0 15px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li{
	padding: 5px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

#comments label{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	float: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #000;
	border: 1px solid #999;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"]{
	padding: 10px;
	width: 100%;
}

input[type="search"]{
	padding: 10px;
	width: 58%;
	margin-right: 15px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header{
	background: #333;
	margin-bottom: 15px;
}

.header-container{
	max-width: 1113px;
	margin: auto;
}

.site-branding{
	float: left;
	color: white;
	height: 60px;
}

.site-branding a{
	color: white;
}

.site-title{
	margin: 0;
	padding: 0;
	display: inline-block;
}

.site-title a{
	font-size: 35px;
	font-weight: bold;
	padding: 10px 15px;
	line-height: 60px;
}

.site-main {
	display: flex;
    flex-wrap: wrap;
}

.site-main .posts-navigation{
	clear: both;
}

.site-footer{
	background: #333;
	line-height: 60px;
	margin: 20px 0 0 0;
	font-weight: bold;
	bottom: 0;
	color: white;
	font-size: 18px;
}

.site-footer a{
	color: white;
}

.site-footer a:hover{
	color: #666;
}

.site-info {
	max-width: 1113px;
	margin: auto;
	padding: 0 15px;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: black;
}

a:focus {
	outline: none;
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	text-align: center;
	margin: 30px 15px 0 15px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: center;
}


.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a{
	color: #404040;
	font-weight: bold;
	padding: 16px 40px;
	background: #efefef;
	display: block;
	font-size: 18px;
}

.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover{
	background: #666;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area{
    float: left;
    width: 310px;
    margin-left: -310px;
    margin-top: 15px;
    padding-right: 10px;
}

.widget {
	margin: 0 0 1.5em;
}

.widget-title{
    font-size: 18px;
    font-weight: bold;
    padding: 19.5px;
    margin: 30px 0;
    text-transform: uppercase;
    text-align: left;
    background: #333;
    color: #fff;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content{
	max-width: 1113px;
	margin: auto;
	padding: 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
}

.index-content{
	width: 31.333%;
	position: relative;
	display: inline-block;
	margin: 15px 1%;
	float: left;
	text-align: left;
	min-height: 270px;
}

.content-area{
    width: 100%;
    float: left;
    margin-top: 15px;
}

.single-content{
	margin-right: 350px;
	margin-left: 10px;
}

#comments{
	margin-left: 10px;
}

.entry-meta{
	text-transform: none;
    color: #404040;
    margin-bottom: 6px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16.5px;
    font-weight: 300;
}

.entry-footer{
	padding: 18px 15px;
	text-transform: uppercase;
	background: #f1f1f1;
	margin: 15px 0 30px 0;
}

.cat-links, .tags-links{
	margin: 0 15px 0 0;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0;
	clear: both;
}

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

.page-header{
	margin: 0 15px;
	width: 100%
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments{
	margin-right: 350px;
	background: #f1f1f1;
	padding: 15px;
}

.reply{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

.no-featured-image{
	background: #ddd;
	width: 100%;
	height: 100%;
	line-height: 210px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

/*--------------------------------------------------------------
## 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;*/
    padding: 4px 0;
}

.wp-caption-text {
	text-align: center;
    background: #f7f7f7;
    font-size: 14px;
    font-style: italic;
    color: #555555;
}

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

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) { /* responsive layout break point */

	h1 { font-size: 30px; line-height: 1.1; }
	h2 { font-size: 28px; line-height: 1.1; }
	h3 { font-size: 24px; line-height: 1.2; }
	h4 { font-size: 22px; line-height: 1.3; }
	h5 { font-size: 20px; line-height: 1.3; }
	h6 { font-size: 18px; line-height: 1.3; }
	
	h1.entry-title{
		font-size: 30px;
	}
	
	/*h2.entry-title{ font-size: 18px; }*/

	#content{
	width: 100%;
	padding: 0;
	}
	
	.content-area{
	float: none;
	}
	
	.widget-area{
	float: none;
	width: 100%;
	margin-top: 30px;
	margin-left: 10px;
	padding-right: 10px;
	}
	
	.single-content{
		margin-right: 0px;
		padding-left: 0;
	}
	
	.index-content{
	  width: 92%;
	  margin: 15px 4%;
	}
	
	#comments{
	  	width: 100%;
		}
 
}
/**************** Mobile Landscape ****************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.index-content{
		width: 46%;
		margin: 15px 2%;
		padding: 0;
  	}
  	
  	#comments{
	  	width: 100%;
  	}

}
/**************** Tablets ****************/
@media only screen and (min-width: 768px) and (max-width: 1113px) {
	.index-content{
		width: 31.3%;
		margin: 15px 1%;
		padding: 0;
  	}
  	
}

/**************** Thz ****************/

.fbs-pdiv:after, .fbs-pdiv:before {
    display: block;
    height: 12px;
    border-width: 4px 0;
    margin-bottom: 4px;
    border-style: dotted;
    content: "";
    opacity: .3;
}
.fbs-pdiv {
    margin: 2em 0;
    width: 100%;
}

.bt-continuar-lendo {
	text-align: center;
	margin-top: 20px;
}
.bt-continuar-lendo a {
	font-size: 23px;
	display: block;
	padding: 13px 0;
}
.bt-continuar-lendo .fa {
    font-size: 43px;
    float: right;
    margin: -3px 10px 0 -43px;
}

/* Menu */
#vfbmenu {
    z-index: 9999;
    left: -15.625em;
    width: 15.625em;
    position: fixed;
    background: #2C3E50;
}
.wrap { position: relative; }
.menu-link {
	float: right;
    font-size: 30px;
    margin: 8px;
}
.menu-link:link, .menu-link:visited {
    color: #fff;
    background: rgba(0, 0, 0, .4);
    border-radius: 4px;
    padding: 0px 10px;
}
#vfbmenu ul li { list-style: none; }
#vfbmenu a:link, #vfbmenu a:visited {
    color: #fff;
}
#vfbmenu a {
    display: block;
    border-bottom: 2px solid #34495D;
    padding: 1em;
}
.titulo-menu { text-align:center; padding:1em 0; }

/*======== Related posts =========*/
#related-posts .main-post:last-child {
    margin-right: 0 !important;
}
#related-posts .main-post { 
    float: left;
    border-bottom: none;
    margin-bottom: 10px!important;
    padding-bottom: 0px;
}
#related-posts .block-title {
    text-transform: uppercase;  
    margin: 15px 0;
    color: #333;
    text-align: center;
}
#related-posts ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#related-posts li { list-style:none }
#related-posts .main-post {
	width: 31.3%;
	margin-right: 2%;   
	margin-bottom: 0;
	padding-bottom: 0;
	height: auto!important;
}
#related-posts .title-rlt {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
}
@media screen and (max-width: 599px) {
	#related-posts .main-post {
        width: 48%!important;
        margin-right: 2%!important;
    }
    #related-posts .title-rlt {
		font-size: 18px;
		line-height: 24px;
	}
}
.icon-thumb {
    background:#ccc;
}
.icon-thumb:after {
    content: '';
    padding-top: 100%;
    display: block;
}
.post-list-thumb .icon-thumb:after, .main-post .icon-thumb:after {
    content: '';
    padding-top: 66.6667%;
    display: block;
}
.icon-thumb i {
    font-size: 400%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
/* Fim related posts */

.post-excerpt.subtitulo p { margin: 10px 0 8px 0; text-transform:none; color:#616161; }

.site-footer .site-info ul { margin:0; padding:0; }
.site-footer .site-info ul li { list-style-type:none; display:inline-block; }
.site-footer .site-info ul li:not(:last-child):after { content: " | "; }

.site-branding { width: 100%; text-align: center; }
.site-title { font-family: 'Oswald',sans-serif; }
.site-header { margin-bottom:0px; }
.entry-header { text-transform: uppercase; margin-bottom: 15px; }
#content, .header-container, .site-info { max-width: 750px; }
/*.entry-content { max-width: 750px; margin:0 auto; }*/

.entry-content p {
	font-family:'Open Sans',sans-serif; 
	font-size:19px; 
	font-weight:300; 
}

/*h1.entry-title { text-align:center; font-family:'Oswald',sans-serif; font-weight:bold; font-size:40px; line-height:50px;}*/
h1.entry-title {
	font-family: hind,sans-serif;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -.045em;
    font-weight: 700;
    text-transform: none;
    text-align: left;
}

.entry-excerpt {
	font-size: 15px;
    font-style: italic;
    color: #8f8f8f;
}

/*h2, h3, h4, h5, h6 { font-family: 'Roboto',sans-serif; }*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

.index-content article img { width:100% }
.index-content article h2 a { color:#404040  }

#comments { background:#fff; }

/*p { font-family: 'Merriweather Sans', sans-serif;  }*/

.single-content { margin:10px; }
#comments { margin-left:0px; margin-right:0px; }

.page-links, .cat-links, .edit-link { display:none!important; }
#site-navigation  { display:none; }
/*.entry-content { margin-top: -10px; text-align: justify; }*/

.entry-footer {
	margin:0;
	padding:0;
	background:white;
}

/* autor */
figure.author-avatar {
    margin: 0 0 10px;
}
figure.author-avatar img {
    vertical-align: middle;
    border-style: none;
}
.about-author-mini {
    padding: 15px 0;
    float: left;
    width: 100%;
}
.m-auto {
    margin: auto !important;
}
.avatar-mini-left {
    float: left;
}
.avatar-mini-left img, .author-info .author-avatar img {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.avatar-mini-right {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}
.author-info {
    padding: 20px 30px 30px 30px;
    margin: 0 auto 30px;
    background: #f2f2f2;
}
.author-info .author-info-inner {
	position: relative;
	padding-left: 100px;
}
.author-info .author-avatar {
	position: absolute;
    left: 0;
    right: auto;
    top: 0;
    margin: 0;
}
.author-info .author-avatar img {
    height: 70px;
    width: 70px;
}
.author-info .author-title h2 {
	font-size: 19.5px;
	font-weight: 600;
	margin-bottom: 5px;
}
.author-info .author-bio p {
	margin:0;
	padding:0;
	font-size: 16px;
}
@media only screen and (max-width: 450px) {
	.author-info .author-avatar img { height: 60px; width: 60px; }
	.author-info .author-info-inner { padding-left: 80px; }
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a{
	background: #607D8B;
}


.quads-ad1, .quads-ad2, .quads-ad3, #rcjsload_3a2cdd { position:sticky!important; }

.fb-share a,.fb-share a:hover { text-decoration:none }
.fb-share { text-align:center;padding:30px 0 } 
.fb-share a span,.fb-share a strong { display:inline-block } 
.fb-share a { display:block;background-color:#516eab;color:#fff;padding:8px;text-transform:uppercase;border-radius:3px }
.fb-share a i { display:inline-block;width:22px;height:22px; }
.fb-share a:hover { color:#fff }