/*
 Theme Name:   Autofella
 Theme URI:    https://autofella.com/
 Description:  Just another Automotive Blog
 Author:       George Bradley
 Author URI:   https://autofella.com/
 Template:     generatepress
 Version:      1.1
*/

/* Using System Font Stack */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Code xoa hien thi bai dang ke tiep. */
.post-navigation {
    display: none;
}

/* Toi uu hoa comment */
#comments{content-visibility: auto}

/* Create Super fast Social Sharing Buttons */
.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: white !important;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
.crunchify-twitter {
    background: #00aced;
}
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
.crunchify-facebook {
    background: #3B5997;
}
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
.crunchify-pinterest {
    background: #bd081c;
}
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}
.crunchify-linkedin {
    background: #0074A1;
}
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

/* Chinh sua nut button vao giua */
.entry-content .wp-block-buttons {
    text-align: center;
}

/* Create Super fast Social Sharing Buttons */
.author_bio_section{
background-color: #F5F5F5;
padding: 15px;
border: 1px solid #ccc;
}
  
.author_name{
font-size:16px;
font-weight: bold;
}
  
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}