.content {
    width: 80%;
}

.content img {
    width: 100%;
}

/*SINGLE*/
.post_single {
    padding: 50px 0;
    background: #1F1F1F;
}

.post_single .cover {
    width: 100%;
}

.post_single .fb-comments {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.post_single .main_sidebar {
    float: right;
}

.post_single .left_content {
    float: left;
    width: 65%;
}

.post_content>h1 {
    padding: 30px;
    font-size: 2em;
    font-weight: 300;
    color: #00de9a;
}

.post_content .tagline {
    padding: 30px 30px 0 30px;
    font-size: 1.3em;
    font-weight: 300;
}

.post_content h2 {
    color: #00de9a;
}

.post_content div p {
    color: #fff;
    font-family: 'Zetafonts-Eastman-Regular';
    padding: 0px 0px 0px 20px;
    display: block;
    position: relative;
    width: 84%;
    word-wrap: break-word;
    text-align: justify;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.single_post_more {
    float: left;
    width: 100%;
    padding: 25px;
    background: #00B494;
}

.single_post_more header {
    margin-bottom: 20px;
    color: #fff;
}

.single_post_more_post {
    float: left;
    width: 50%;
}

.single_post_more_post:hover {
    border-color: #fff;
}



/*Blog*/

.blog_content {
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.blog_box {
    width: 300px;
    color: #00e09b;
    margin: 15px;
    box-shadow: 0px 2px 13px -3px rgba(0, 0, 0, 0.50);
    border: 3px solid #00e09b;
    transition-duration: 0.5s;
    border-radius: 20px;

}

.blog_box:hover {
    transition-duration: 0.5s;
    box-shadow: 0px 2px 23px -3px rgba(0, 0, 0, 0.50);
    border: 3px solid #fff;
    background: #2a2a2a;
}

.box_img a {

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;



}

.box_img a img {
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.blog_box header h1 a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #00e09b;
    font-family: 'Zetafonts-Eastman-Regular';
    font-size: 1.3rem;
    text-align: left;
}

.blog_box header a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #00e09b;
    font-family: 'Zetafonts-Eastman-Regular';
}

.blog_box header a:hover {
    color: #00e09b;
}

.box_titulo p {
    font-size: 0.8em;
    color: #fff;
    font-family: 'Zetafonts-Eastman-Regular';

}

.Padding_img {

    padding: 20px 20px 0px 20px;


}

.box_titulo {
    padding: 20px 20px 0px 20px;
}

.box_titulo2 {
    padding: 0px 20px 20px 20px;
}

.blog_box header h1 a:hover {
    color: #00e09b;
}

.blo_box_conteiner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    z-index: 40;
    justify-content: center;
}

.blog_justific {
    justify-content: center;
}

.data_blog {
    width: 100%;
    display: block;
    font-size: 0.8em;
    color: #9d9d9d;
    font-family: 'Zetafonts-Eastman-Regular';
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.main_blog {
    float: right;
    width: 67%;
}

.main_blog_post {
    background: #fff;
    margin-bottom: 30px;
}

.main_blog_post img {
    width: 100%;
}

.main_blog_post header {
    padding: 30px;
}

.main_blog_post h1 {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 15px;
}

.main_blog_post a {
    color: #00B594;
    text-decoration: none;
}

.main_blog_post a:hover {
    text-decoration: underline;
}

.main_blog_post .tagline {
    font-size: 0.9em;
    color: #555;
}

.main_sidebar {
    float: left;
    width: 30%;
    padding: 0px 20px 0px 20px;
    background: none;
    border: 6px solid #00de9a;
    background: #393939;
    border-radius: 30px;
}

.main_sidebar_widget {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    color: #00de9a;
}

.main_sidebar_widget p {
    color: #fff;
    font-family: 'Zetafonts-Eastman-Regular';
}

.main_sidebar_widget>h1 {
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.main_sidebar_widget>h1 span {
    border-bottom: 5px solid #ccc;
}

.main_sidebar_widget a {
    color: #fff;
    text-decoration: none;
}

.main_sidebar_widget a:hover {
    text-decoration: underline;
}

.main_sidebar_widget ul {
    display: block;
}

.main_sidebar_widget ul li {
    display: block;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 300;
}

.main_sidebar_widget_post {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.main_sidebar_widget_post a img {
    border-radius: 15px;
}

.main_sidebar_widget_post h1 {
    font-size: 1em;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.main_sidebar_widget_post .tagline {
    font-size: 0.8em;
    color: #ccc;
}

.search_form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.search_form input {
    margin-bottom: 10px;
}

.search_form button {
    text-transform: uppercase;
    font-size: 0.8em;
}

/*PAGINATOR*/
.paginator {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-family: 'Zetafonts-Eastman-Regular';
}

.paginator li {
    display: inline-block;
    font-size: 0.9em;
}

.paginator li a,
.paginator li span {
    font-size: 0.8em;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #00B494;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background: none;
}

.paginator li a:hover {
    background: #fff;
    color: #000;
    font-weight: bold;
}

.paginator li span {
    border: 2px solid #fff;
    font-weight: 600;
    background: none;
}